@charset "UTF-8";

:root {
  --bg-color: #F7D5CF;
  --sp0-primary-color: #DE3838;
}


/* -------------------------------------
  style
------------------------------------- */

/* 見出し 50px → 52px */
.fs-title-7 {
  font-size: 5.2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

/* 見出し 40px → 42px */
.fs-title-6 {
  font-size: 4.2rem;
}

/* 見出し 36px → 38px */
.fs-title-5 {
  font-size: 3.8rem;
}

/* 見出し 28px → 30px */
.fs-title-4 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

/* 見出し特集 26px → 28px */
.fs-feature-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}

/* 見出し 24px → 26px */
.fs-title-3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* 見出し 20px → 22px */
.fs-title-2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* 見出し 16px → 18px */
.fs-title-1 {
  font-size: 1.8rem;
}

/* リード 18px */
.fs-lead-l {
  font-size: 1.8rem;
  line-height: 1.6;
}

/* リード 16px → 17px */
.fs-lead-m {
  font-size: 1.7rem;
  line-height: 1.6;
}

/* Index 15px */
.fs-index-l {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* ゴシック本文 16px → 17px */
.fs-text-l {
  font-size: 1.7rem;
  line-height: 1.6;
}

/* ゴシック本文 15px */
.fs-text-m {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* ゴシック本文+CAP 14px → 15px */
.fs-text-s {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* コンテンツ P数 */
.fs-content {
  font-size: 2.4rem;
  line-height: 1.8;
}

.flex {
  gap: 40px;
  margin-top: 40px;
}

.more-link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding-right: 20px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat top 9px right / 8px 13px;
}

.more-btn {
  display: grid;
  place-items: center;
  width: min(280px, 100%);
  height: 40px;
  border-radius: 24px;
}

.more-btn span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding-right: 14px;
  background: url(/assets/img/ico-arrow-white.png) no-repeat top 7px right / 8px 14px;
}

.more-contents-btn {
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  width: fit-content;
  margin: 30px auto 0;
  padding-right: 24px;
}

.more-contents-btn::before {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  width: 8px;
  height: 14px;
  transform: rotate(90deg);
  background: url(/assets/img/ico-arrow-black.png) no-repeat center right / contain;
}

.more-contents-btn.open::before {
  transform: rotate(-90deg);
}

a .image {
  overflow: hidden;
}

a .image img {
  transition: transform .3s;
}

a:hover .image img {
  transform: scale(1.05);
}

.sub-main-title {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 20px auto 32px;
  max-width: 770px;
}

.sub-main-title::before,
.sub-main-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #6B6B6B;
}

.sub-main-title .ja {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.sub-main-title .en {
  font-size: 1.2rem;
  margin-top: 4px;
  letter-spacing: 0.05em;
}

.index {
  width: min(770px, 100%);
  margin: 40px auto 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.index>p {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}

.index>p::before,
.index>p::after {
  content: '';
  flex: 1;
  height: 1px;
  margin-top: 0.8em;
}

.index ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 30px;
}

.index ol li a {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
}

.index ol li a .num {
  display: inline-block;
  font-size: 2rem;
  /* width: 38px; */
  margin-top: 2px;
  margin-right: 12px;
}

.index ol li a .title {
  flex: 1;
  line-height: 1.6;
}

.sub-sec {
  margin-top: 64px;
}

.sub-fv__title {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 24px;
}

.sub-fv__title span {
  font-size: 3rem;
}

.sub-fv .swiper-container {
  margin-bottom: 48px;
}

.swiper-container {
  position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -24px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #6B6B6B;
  border: 1px solid #6B6B6B;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: 40px;
  width: 40px;
}

.swiper-button-prev {
  left: 0 !important;
  transform: translateX(-50%);
}

.swiper-button-next {
  right: 0 !important;
  transform: translateX(50%);
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-prev::after {
  background-image: url(/assets/img/ico-slide-prev.png);
}

.swiper-button-next::after {
  background-image: url(/assets/img/ico-slide-next.png);
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.accordion-box {
  padding: 40px 35px;
}

.accordion-box h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.accordion-box h3 span {
  font-size: 1.8rem;
  letter-spacing: 0;
}

.accordion-box .items {
  margin-top: 8px;
  border-bottom: none !important;
}

.accordion-box .items .head {
  display: flex;
  width: 100%;
}

.accordion-box .items .num {
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  min-width: 40px;
}

.accordion-box .items .title {
  position: relative;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 43px 10px 10px;
}

.accordion-box .items .title::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
  height: 16px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat center / 100% 100%;
  transition: transform .3s;
}

.accordion-box .items .head.open .title::before {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion-box .items .text {
  display: none;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 13px 17px;
}

.member-only {
  margin-top: 40px;
  padding: 47px 30px 38px;
  border-top: 5px solid #FFDD00;
  border-bottom: 5px solid #FFDD00;
}

.member-only .top-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.member-only .top-logo img {
  width: 128px;
}

.member-only .top-logo p {
  font-size: 1.8rem;
  font-weight: 500;
}

.member-only h4 {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  height: 40px;
  margin: 28px 0 20px;
  background-color: #FFDD00;
  border: 1px solid #6B6B6B;
}

.member-only__btn {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  width: fit-content;
  height: 40px;
  margin: 12px 0;
  padding: 0 35px;
  background-color: #FFDD00;
  border-radius: 24px;
}

.member-only__btn span {
  padding-right: 20px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat center right / 10px 16px;
}

.member-only .bottom-logo {
  width: 248px;
  margin: 60px auto 0;
}

.member-only .bottom-logo.reform {
  width: min(490px, 100%);
}


/* -------------------------------------
  sp0（特集）
------------------------------------- */

#feature .primary-color {
  color: var(--sp0-primary-color);
}

#feature {
  background-color: var(--bg-color);
}

#feature .link {
  color: #374EA2;
  text-decoration: underline;
}

.feature-fv {
  display: flex;
}

.page2 .feature-fv {
  align-items: flex-start;
}

.feature-fv__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page2 .feature-fv__desc {
  justify-content: flex-start;
}

.page2 .feature-fv__desc .feature-fv__img {
  width: 200px;
  margin: 40px auto 0;
}

.feature-fv__title {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

.feature-fv__title span {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.feature-fv__title-num {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--sp0-primary-color);
  margin-top: 40px;
  padding: 0 48px;
}

.page2 .feature-fv__title-num {
  margin-top: 24px;
}

.feature-fv__title-num::before,
.feature-fv__title-num::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 18px;
  background: url(/129/assets/img/sp0/deco01.svg) no-repeat center / contain;
}

.feature-fv__title-num::before {
  left: 0;
}

.feature-fv__title-num::after {
  right: 0;
}

.feature-fv__sub-title {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.page2 .feature-fv__sub-title {
  margin-top: 0;
}

.feature-fv__sub-title span {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 1.6rem;
}

.feature-fv__lead {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 16px;
}

.feature-fv__images {
  width: 46.154%;
}

.feature-fv__images img {
  aspect-ratio: 460 / 540;
  object-fit: cover;
}

.feature__profile {
  position: relative;
  max-width: 770px;
  margin: 64px auto 0;
  padding: 42px 37px;
  background-color: rgba(255, 255, 255, 0.5);
}

.feature__profile .wrap {
  display: flex;
  gap: 12px;
}

.feature__profile::before,
.feature__profile::after,
.feature__profile .wrap::before,
.feature__profile .wrap::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background-color: var(--sp0-primary-color);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.feature__profile::before {
  top: 0;
  left: 0;
}

.feature__profile::after {
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}

.feature__profile .wrap::before {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.feature__profile .wrap::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.feature__profile .desc {
  flex: 1;
}

.feature__profile .image {
  width: 37.35%;
}

#feature .index {
  border-bottom-color: var(--sp0-primary-color);
}

#feature .index>p::before,
#feature .index>p::after {
  background-color: var(--sp0-primary-color);
}

.feature__sub-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  line-height: 1.6;
  min-height: 100px;
  margin: 0 auto 24px;
  padding: 10px;
  background-color: #fff;
  border-top: 2px solid var(--sp0-primary-color);
  border-bottom: 2px solid var(--sp0-primary-color);
}

.qa-a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.qa-a + * {
  margin-top: 24px;
}

.qa-a span:nth-of-type(1),
.feature__sub-title span:nth-of-type(1) {
  font-size: 2.6rem;
  color: var(--sp0-primary-color);
}

.feature__sub-title span:nth-of-type(2) {
  font-size: 2rem;
}

.feature-box01 {
  text-align: center;
  width: min(480px, 100%);
  margin: auto;
  padding: 33px 28px;
  background-color: #fff;
  border: 1px solid var(--sp0-primary-color);
  border-radius: 8px;
}

.feature-box01 hgroup {
  position: relative;
}

.feature-box01 hgroup span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  padding: 7px 22px;
  background-color: var(--sp0-primary-color);
  box-sizing: content-box;
}

.feature-box01 .items {
  margin-top: 24px;
}

.feature-box01 .items .num {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--sp0-primary-color);
  padding: 0 57px;
}

.feature-box01 .items .num::before {
  left: 0;
}

.feature-box01 .items .num::after {
  right: 0;
  transform: rotate(180deg);
}

.feature-box01 .items p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 8px;
}

.page2 .feature-box01 .items p {
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.page2 .item01 {
  width: min(100%, 400px);
  margin-inline: auto;
}

.pagination {
  margin: 64px 0 40px;
}

.pagination__btn {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  line-height: 1.6;
  width: fit-content;
  min-width: 335px;
  margin: auto;
  min-height: 72px;
  padding: 12px;
  background-color: #fff;
  border-radius: 50px;
}

.pagination__btn span {
  max-width: 230px;
  padding-right: 12px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat center right / 8px 14px;
}

.pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.pagination ul li a,
.pagination ul li span {
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #6B6B6B;
}

.pagination ul li .num {
  width: 28px;
  padding: 0;
}

.pagination ul li .current {
  color: #fff;
  background-color: #6B6B6B;
}


/* -------------------------------------
  relation（関連記事）
------------------------------------- */

.relation {
  padding: 64px 0 80px;
}

.relation__title {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.relation__title::before,
.relation__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #6B6B6B;
}

.rel__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.rel__content .items {
  width: calc((100% - 40px * 3) / 4);
}

.rel__content .items .image img {
  aspect-ratio: 230 / 148;
  object-fit: cover;
  border-radius: 8px;
}

.rel__content .items .cat {
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 16px;
  padding: 0 10px;
  height: 50px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #6B6B6B;
}

.rel__content .items .title {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 8px;
}



/* -------------------------------------
  responsive
------------------------------------- */

@media (width >=768px) {

  .sp-only .swiper-button-prev,
  .sp-only .swiper-button-next,
  .sp-only .swiper-pagination {
    display: none;
  }

  .top-sec .swiper-wrapper {
    display: flex;
    gap: 20px;
  }

  .top-sec .swiper-slide,
  #sp1 .swiper-slide {
    flex-shrink: 1;
  }

  #sp1 .swiper-wrapper {
    display: flex;
    gap: 40px;
  }
}


@media (width < 768px) {
  .fs-lead-l {
    font-size: 1.5rem;
  }

  .fs-lead-m {
    font-size: 1.5rem;
  }

  .fs-title-4 {
    font-size: 2.6rem;
  }

  .fs-title-3 {
    font-size: 2rem;
  }

  .fs-title-2 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .fs-text-l {
    font-size: 1.5rem;
  }

  .more-link {
    font-size: 1.7rem;
  }

  .flex {
    gap: 0;
    margin-top: 30px;
  }

  .flex>* {
    margin-bottom: 16px;
  }

  .index ol {
    padding-inline: 0;
  }

  .index ol li a {
    font-size: 1.4rem;
  }

  .sub-main-title {
    margin-bottom: 16px;
  }

  .sub-main-title .ja {
    font-size: 1.6rem;
  }

  .sub-sec {
    margin-top: 40px;
  }

  .sub-fv .cat {
    margin-top: 24px;
  }

  .sub-fv__title {
    font-size: 2.6rem;
    letter-spacing: 0;
  }

  .sub-fv__title span {
    font-size: 2rem;
  }

  .sub-fv .fs-lead-l {
    text-align: left;
  }

  .swiper-button-prev {
    transform: translateX(-40%);
  }

  .swiper-button-next {
    transform: none;
    transform: translateX(40%);
  }

  .sub-fv .swiper-button-prev {
    left: 10px !important;
    transform: none;
  }

  .sub-fv .swiper-button-next {
    right: 10px !important;
    transform: none;
  }

  .flex-column-sp {
    display: flex;
    flex-direction: column;
  }

  .accordion-box {
    padding: 20px var(--inner-padding) 30px;
  }

  .accordion-box .items .title {
    padding-right: 25px;
  }

  .member-only {
    padding: 32px var(--inner-padding) 24px;
  }

  .accordion-box .items .title::before {
    right: 10px;
  }

  .member-only__btn {
    margin-inline: auto;
  }

  .member-only .top-logo {
    flex-direction: column;
  }

  .member-only .bottom-logo {
    margin-top: 24px;
  }

  /* sp0（特集）
  ------------------------------------- */

  .feature-fv {
    flex-direction: column-reverse;
  }

  .feature-fv__title {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }

  .feature-fv__title span {
    font-size: 2.6rem;
    margin-bottom: 0;
  }

  .feature-fv__title-num {
    margin-top: 24px;
  }

  .feature-fv__sub-title {
    font-size: 2.8rem;
    margin-top: 0;
  }

  .feature-fv__sub-title span,
  .fs-content,
  .fs-feature-ttl {
    font-size: 2rem;
  }

  .feature-fv__images {
    width: 100%;
    margin-bottom: 40px;
  }

  .page1 .feature-fv__images {
    width: 100vw;
  }

  .feature-fv__images .swiper-button-prev {
    left: -10px !important;
    transform: none;
  }

  .feature-fv__images .swiper-button-next {
    right: -10px !important;
    transform: none;
  }

  .fs-feature-ttl {
    letter-spacing: 0.05em;
  }

  .feature-fv__lead {
    font-size: 1.5rem;
  }

  .feature__profile {
    margin-top: 40px;
    padding-block: 27px;
    background-color: rgba(255, 255, 255, 0.85);
  }

  .feature__profile .wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .feature__profile .image {
    width: 75%;
    transform: translateX(29%);
  }

  .feature-box01 .items p {
    font-size: 1.6rem;
  }

  .pagination {
    margin-top: 40px;
  }

  #feature article {
    padding-bottom: 40px;
  }

  /* relation（関連記事）
  ------------------------------------- */

  .relation {
    padding: 40px 0;
  }

  .rel__content {
    gap: 25px;
  }

  .rel__content .items {
    width: calc((100% - 25px) / 2);
  }

  .rel__content .items .cat {
    font-size: 1.2rem;
  }
}