.fv__slider {
  width: 100%;
  margin-bottom: 76px;
}
@media only screen and (max-width: 719px) {
  .fv__slider {
    margin-bottom: 64px;
  }
}
.fv__slider__item {
  width: 90%;
  max-width: 1245px;
  margin-left: 8px;
  margin-right: 8px;
  margin-inline: 8px;
}
@media only screen and (max-width: 719px) {
  .fv__slider__item {
    width: calc(100% - 40px);
    margin-left: 4px;
    margin-right: 4px;
    margin-inline: 4px;
  }
}
.fv__slider__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  gap: 9px;
}
@media only screen and (max-width: 719px) {
  .fv__slider__pager {
    margin-top: 10px;
    gap: 5px;
  }
}
.fv__slider__pager .swiper-pagination-bullet {
  margin: 0 !important;
}
.fv__slider__pager .swiper-pagination-bullet {
  width: 38px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: #EBEBEB;
}
@media only screen and (max-width: 719px) {
  .fv__slider__pager .swiper-pagination-bullet {
    width: 20px;
  }
}
.fv__slider__pager .swiper-pagination-bullet-active {
  background-color: #C1C1C1;
}

/* =======================================
	BANNER
======================================= */
.banner {
  width: 100%;
  max-width: 1040px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 719px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-top: 64px;
  }
}
.banner__item {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 719px) {
  .banner__item {
    width: 100%;
    max-width: 510px;
  }
}

/* =======================================
	TOPICS
======================================= */
.topics {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-block: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-block: 80px;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 719px) {
  .topics {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-block: 64px;
    margin-top: 64px;
    margin-bottom: 64px;
    margin-block: 64px;
  }
}

/* =======================================
	SERIES
======================================= */
.series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 719px) {
  .series {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
.series__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 719px) {
  .series__item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.series__item__name {
  margin-top: 20px;
  line-height: 1;
  font-size: 11px;
}
@media only screen and (max-width: 719px) {
  .series__item__name {
    font-size: 10px;
    margin-top: 16px;
  }
}
.series__item__name span {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 6px;
  letter-spacing: 0.15em;
  font-family: var(--font-en);
}
@media only screen and (max-width: 719px) {
  .series__item__name span {
    font-size: 18px;
  }
}
.series__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-top: auto;
  padding-top: 26px;
}
@media only screen and (max-width: 719px) {
  .series__item__link {
    padding-top: 22px;
    gap: 15px;
  }
}
.series__item__link a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 500;
  line-height: 1;
  font-size: 17px;
  padding: 0 10px 15px 0;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 719px) {
  .series__item__link a {
    padding: 0 0 10px;
    font-size: 13px;
  }
}
.series__item__link a.--center {
  padding-left: 20px;
  padding-right: 20px;
  padding-inline: 20px;
}
@media only screen and (max-width: 719px) {
  .series__item__link a.--center {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.series__item__link a.--center span {
  min-width: 20px;
}
@media only screen and (max-width: 719px) {
  .series__item__link a.--center span {
    display: none;
  }
}
.series__item__link a::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  -webkit-transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 719px) {
  .series__item__link a::before {
    width: 20px;
  }
}
.series__item__link a:hover::before {
  width: 100%;
}
.series__item__link a::after {
  content: "";
  min-width: 20px;
  aspect-ratio: 1;
  background: url(https://d2w53g1q050m78.cloudfront.net/q1stjp/uploads/img/common/ico_next.svg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 719px) {
  .series__item__link a::after {
    min-width: 15px;
  }
}

/* =======================================
	PRODUCTS
======================================= */
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
@media only screen and (max-width: 719px) {
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__item {
  width: calc(25% - 9px);
}
@media only screen and (max-width: 1099px) {
  .product__item {
    width: calc(50% - 6px);
  }
}
@media only screen and (max-width: 719px) {
  .product__item {
    width: 100%;
  }
}
.product__item__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  padding: 0 10px 11px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 719px) {
  .product__item__link {
    font-size: 13px;
    padding: 0 20px 10px 0;
  }
}
.product__item__link::after {
  content: "";
  min-width: 20px;
  aspect-ratio: 1;
  background: url(https://d2w53g1q050m78.cloudfront.net/q1stjp/uploads/img/common/ico_next.svg) no-repeat;
  background-size: cover;
  margin-left: auto;
}
@media only screen and (max-width: 719px) {
  .product__item__link::after {
    min-width: 18px;
  }
}
.product__item__img {
  width: 60px;
  margin-right: 15px;
}
@media only screen and (max-width: 719px) {
  .product__item__img {
    width: 49px;
    margin-right: 12px;
  }
}
.product__item__img img {
  border-radius: 50%;
}

/* =======================================
	NEWS
======================================= */
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 160px;
}
@media only screen and (max-width: 719px) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 100px;
    gap: 20px;
  }
}
.news__head {
  width: calc(100% - 852px);
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 719px) {
  .news__head {
    width: 100%;
    min-width: 100%;
    display: contents;
  }
}
.news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 852px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 719px) {
  .news__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc(100% + 40px);
    gap: 24px;
    margin: 5px -20px 0;
  }
}
@media only screen and (max-width: 719px) {
  .news__list__item {
    width: 100%;
  }
}
.news__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 719px) {
  .news__list__item__link {
    width: 100%;
    gap: 5px;
    padding: 0 20px 24px;
  }
}
.news__list__item__date {
  color: #989898;
  font-size: 15px;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 719px) {
  .news__list__item__date {
    font-size: 13px;
  }
}
.news__list__item__ttl {
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
@media only screen and (max-width: 719px) {
  .news__list__item__ttl {
    font-size: 13px;
  }
}