@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root{
	--cp-accent-color: #C52964;
  --cp-btn-color: #C21E1D;
  --cp-txt-color: #481C00;
}

#springfair2026{
  color: var(--cp-txt-color);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
#springfair2026 *{
  font-family: "Noto Sans JP", sans-serif;
}
#springfair2026 .inner{
  margin: 0 auto;
  width: 94.5rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .inner{
    width: 89.33vw;
  }
}
#springfair2026 .mv__img{
  display: block;
}
#springfair2026 .duration{
  background: var(--cp-accent-color);
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  height: 7.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #springfair2026 .duration{
    height: 30.67vw;
    font-size: 5.33vw;
  }
}
#springfair2026 .duration__list{
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  gap: 0.2em 0.5em;
  line-height: 1;
  padding-bottom: 0.1em;
}
#springfair2026 .duration__term{
  font-family: inherit;
}
#springfair2026 .duration__details{
  font-size: 3rem;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  #springfair2026 .duration__details{
    font-size: 6.40vw;
    text-align: center;
  }
}
#springfair2026 .duration__details .large{
  font-size: 4rem;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  #springfair2026 .duration__details .large{
    font-size: 9.07vw;
  }
}
#springfair2026 .benefit{
  padding: 5.6rem 0 10.8rem;
  background: url(../img/spring2026/benefit-bg.png) top/cover no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #springfair2026 .benefit{
    background-image: url(../img/spring2026/benefit-bg-sp.png);
    padding: 7.47vw 0 5.87vw;
  }
}
#springfair2026 .benefit .inner{
  width: 85rem!important;
}
@media screen and (max-width: 767px) {
  #springfair2026 .benefit .inner{
    width: 93.60vw!important;
  }
}
#springfair2026 .benefit__ttl{
  text-align: center;
}
#springfair2026 .benefit__ttl-img{
  display: inline-block;
  width: 55.2rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .benefit__ttl-img{
    width: 94.67vw;
    max-width: none;
    margin-left: -0.5vw;
  }
}
#springfair2026 .benefit__block-wrap{
  width: 79.3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #springfair2026 .benefit__block-wrap{
    width: 90.27vw;
    margin-top: -4vw;
    gap: 2.5vw;
  }
}
#springfair2026 .benefit__block{
  width: 100%;
  display: inline-block;
}
#springfair2026 .benefit__note{
  text-align: center;
}
#springfair2026 .benefit__note-txt{
  text-indent: -1em;
  padding-left: 2em;
  text-align: left;
  font-weight: 600;
  font-size: 4.80vw;
  line-height: 1.67;
  margin-top: 1em;
  display: inline-block;
}
#springfair2026 .life{
  padding: 19.5rem 0 12.5rem;
  background: #FFE2E9;
  position: relative;
  margin-top: 1px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #springfair2026 .life{
    padding: 39.73vw 0 5.87vw;
    margin-top: 0;
  }
}
#springfair2026 .life:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5.369rem;
  left: 0;
  top: -1.4rem;
  background: url(../img/spring2026/life-bg-pattern.svg) top/contain repeat-x;
}
@media screen and (max-width: 767px) {
  #springfair2026 .life:before{
    background: url(../img/spring2026/life-bg-pattern-sp.svg) top no-repeat;
    background-size: 100% auto;
    top: 0;
  }
}
#springfair2026 .life__block{
  background: #fff;
  border-radius: 2rem;
  position: relative;
  padding: 0 5rem 6.7rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #springfair2026 .life__block{
    padding: 0 3.47vw 8.27vw;
    font-size: 5.33vw;
  }
}
#springfair2026 .life__ttl{
  text-align: center;
}
#springfair2026 .life__ttl-img{
  display: inline-block;
  width: 47.7rem;
  position: relative;
  margin: -12.7rem -4rem 3.4rem auto;
}
@media screen and (max-width: 767px) {
  #springfair2026 .life__ttl-img{
    width: 93vw;
    max-width: none;
    margin: -25.87vw auto 0 -3.5vw;
  }
}
#springfair2026 .life__lead{
  text-align: center;
  width: calc(100% + 2em);
  margin-left: -1em;
}
@media screen and (max-width: 767px) {
  #springfair2026 .life__lead{
    width: 100%;
    margin: 0.2em 0 0;
  }
}
#springfair2026 .life__list{
  margin-top: 3.7rem;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .life__list{
    gap: 0;
    margin-top: 14.93vw;
    width: calc(100% + 6.94vw);
    margin-left: -3.47vw;
    opacity: 0;
    transition: opacity .3s linear;
  }
  #springfair2026 .life__list.slick-initialized{
    opacity: 1;
  }
  #springfair2026 .life__list .slick-next{
    position: absolute;
    right: -5.335vw;;
    top: 29.07vw;
    z-index: 2;
    display: block;
    width: 12.53vw;
    height: 30.40vw;
    opacity: 1;
    background: url(../img/spring2026/life-arrow-r-sp.svg) center/contain no-repeat;
  }
  #springfair2026 .life__list .slick-next:before{
    content: "";
  }
  #springfair2026 .life__list .slick-prev{
    position: absolute;
    left: -5.335vw;
    top: 29.07vw;
    z-index: 2;
    display: block;
    width: 12.53vw;
    height: 30.40vw;
    opacity: 1;
    background: url(../img/spring2026/life-arrow-l-sp.svg) center/contain no-repeat;
  }
  #springfair2026 .life__list .slick-prev:before{
    content: "";
  }
}
#springfair2026 .life__list-item{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5.5rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .life__list-item{
    gap: 4vw;
    padding: 0 3.47vw;
  }
}
#springfair2026 .life__img{
  width: calc(50% - 3.25rem);
}
@media screen and (max-width: 767px) {
  #springfair2026 .life__img{
    width: 100%;
  }
}
#springfair2026 .life__txt{
  width: calc(50% - 2.25rem);
}
@media screen and (max-width: 767px) {
  #springfair2026 .life__txt{
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #springfair2026 .life__list-item:nth-child(2n) .life__img{
    order: 2;
  }
  #springfair2026 .life__list-item:nth-child(2n) .life__txt{
    order: 1;
  }
}
#springfair2026 .life__balloon{
  height: 6rem;
  width: auto;
  display: inline-block;
}
#springfair2026 .life__desc{
  margin-top: 2.2rem;
}
#springfair2026 .life__message{
  display: block;
  margin: 8.3rem auto 0;
  width: 72.7rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .life__message{
    margin: 13.33vw auto 0;
    width: 100%;
  }
}
#springfair2026 .special{
  background: var(--cp-btn-color);
  padding: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  #springfair2026 .special{
    padding: 3.20vw 0;
  }
  #springfair2026 .special .inner{
    width: 95.47vw;
  }
}
#springfair2026 .special__img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
#springfair2026 .product{
  background-image: url(../img/spring2026/product-bg-confetti.png), url(../img/spring2026/product-bg-pattern.svg);
  background-repeat: repeat, repeat;
  background-size: 120rem auto, 15.8rem auto;
  background-position: center top, left top -18rem;
  padding: 5.6rem 0 10.8rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product{
    background-image: url(../img/spring2026/product-bg-confetti-sp.png), url(../img/spring2026/product-bg-pattern.svg);
    background-repeat: repeat, repeat;
    background-size: 100% auto, 32.53vw auto;
    background-position: center top, left top -5vw;
    padding: 5.87vw 0 13.60vw;
  }
  #springfair2026 .product .inner{
    width: 93.33vw;
  }
}
#springfair2026 .product__ribbon{
  text-align: center;
  width: 62.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__ribbon{
    width: 85.33vw;
  }
}
#springfair2026 .product__ttl-img{
  display: inline-block;
  width: 100%;
}
#springfair2026 .product__note-wrap{
  text-align: right;
}
#springfair2026 .product__note{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
  display: inline-block;
  text-align: left;
  margin-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__note{
    font-size: 4.27vw;
  }
}
#springfair2026 .product__list{
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__list{
    margin-top: 5.87vw;
    gap: 10.40vw;
  }
}
#springfair2026 .product__list-item{
  border: 0.5rem solid var(--cp-accent-color);
  border-radius: 2rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__list-item{
    border-width: max(1.33vw, 1px);
    border-radius: 5.33vw;
  }
}
#springfair2026 .product__heading{
  background: var(--cp-accent-color);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0.5em 0.5em 0.5em;
  position: relative;
  border-radius: 1.4rem 1.4rem 0 0;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__heading{
    font-size: 6.40vw;
    border-radius: 4vw 4vw 0 0;
    line-height: 1.42;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__heading--bnr{
    text-align: left;
    padding-left: 2em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
#springfair2026 .product__heading--bnr:after{
  content: "";
  display: block;
  width: 11rem;
  height: 14.3rem;
  background: url(../img/spring2026/product-bnr.svg) center/contain no-repeat;
  position: absolute;
  top: -1.6rem;
  right: 5rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__heading--bnr:after{
    width: 20.80vw;
    height: 26.93vw;
    right: 5.07vw;
    top: -3.2vw;
  }
}
#springfair2026 .product__body{
  background: #FFF9F0;
  padding: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 3.6rem 4.5rem 4.6rem;
  border-radius: 0 0 1.7rem 1.7rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__body{
    border-radius: 0 0 3.7vw 3.7vw;
    gap: 18.13vw;
    padding: 4.00vw 5.33vw 9.07vw;
  }
}
#springfair2026 .product__img{
  width: 50%;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__img{
    width: 100%;
  }
}
#springfair2026 .product__img-list{
  width: 36rem;
  margin: 0 auto 0 1.2rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__img-list{
    width: 100%;
    margin: 0 auto;
  }
}
#springfair2026 .product__img-list-item{
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__img-list-item{
    border-radius: 0;
  }
}
#springfair2026 .product__img-list .slick-prev{
  top: 50%;
  left: -3.2rem;
  z-index: 1;
  width: 2.8rem;
  height: 5.4rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__img-list .slick-prev{
    left: -2rem;
    width: 4.2rem;
    height: 8.1rem;
  }
}
#springfair2026 .product__img-list .slick-next{
  top: 50%;
  right: -3.2rem;
  z-index: 1;
  width: 2.8rem;
  height: 5.4rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__img-list .slick-next{
    right: -2rem;
    width: 4.2rem;
    height: 8.1rem;
  }
}
#springfair2026 .product__img-list .slick-prev::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/spring2026/product-arrow-l.svg) center/contain no-repeat;
  opacity: 1;
}
#springfair2026 .product__img-list .slick-next::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/spring2026/product-arrow-r.svg) center/contain no-repeat;
  opacity: 1;
}
#springfair2026 .product__img-list .slick-prev.slick-disabled:before, 
#springfair2026 .product__img-list .slick-next.slick-disabled:before{
  opacity: 0.25;
}
#springfair2026 .product__txt{
  width: 50%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__txt{
    width: 100%;
    font-size: 4.27vw;
  }
}
#springfair2026 .product__set-list-ttl{
  font-weight: 500;
  line-height: 1.78;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__set-list-ttl{
    line-height: 1.5;
  }
}
#springfair2026 .product__set-list{
  font-weight: 500;
  line-height: 1.78;
  padding-bottom: 3rem;
  padding-left: 0.5rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__set-list{
    padding-bottom: 8.00vw;
    padding-left: 0.2em;
    line-height: 1.5;
  }
}
#springfair2026 .product__set-list-item{
  list-style: none;
}
#springfair2026 .product__price{
  text-align: left;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__price{
    margin-top: 8.00vw;
  }
}
#springfair2026 .product__price-img{
  display: inline-block;
  width: 31.4rem;
  margin-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__price-img{
    width: 84.27vw!important;
    max-width: none;
    margin-left: -2vw!important;
  }
}
#springfair2026 .product__list-item--set05 .product__price-img,
#springfair2026 .product__list-item--set06 .product__price-img{
  width: 38.9rem;
  margin-left: 0.5rem;
}
#springfair2026 .product__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #8D1313;
  width: 40rem;
  height: 8.6rem;
  border-radius: 1rem;
  text-decoration: none;
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__btn{
    margin-top: 8.53vw;
    width: 100%;
    height: 17.60vw;
    border-radius: 2.67vw;
  }
}
#springfair2026 .product__btn:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: absolute;
  bottom: 1rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__btn:after{
    border-radius: 2.67vw;
  }
}
#springfair2026 .product__btn:after:hover{
  bottom: 0;
}
#springfair2026 .product__btn-label{
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cp-btn-color);
  border-radius: 1rem;
  top: -1rem;
  transition: .3s all ease;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__btn-label{
    font-size: 6.93vw;
    border-radius: 2.67vw;
  }
}
#springfair2026 .product__btn-label:hover{
  top: 0;
}
#springfair2026 .product__btn-label:before{
  content: "";
  display: inline-block;
  width: 4.2rem;
  height: 3.9rem;
  background: url(../img/spring2026/product-icon-cart.svg) center/contain no-repeat;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product__btn-label:before{
    width: 8.53vw;
    height: 8.27vw;
    margin-right: 2.03vw;
  }
}
#springfair2026 .product .slick-dots{
  bottom: -4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product .slick-dots{
    bottom: -12.00vw;
    gap: 6.93vw;
  }
  #springfair2026 .product .product__list-item--set07 .slick-dots{
    gap: 3.20vw;
  }
}
#springfair2026 .product .slick-dots li{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 1.65rem;
  background: #fff;
  border: 0.3rem solid var(--cp-btn-color);
  margin: 0;
}
@media screen and (max-width: 767px) {
  #springfair2026 .product .slick-dots li{
    width: 6.13vw;
    height: 6.13vw;
    border-radius: 3.065vw;
  }
}
#springfair2026 .product .slick-dots li.slick-active{
  background: var(--cp-btn-color);
}
#springfair2026 .product .slick-dots li button::before{
  display: none;
}
#springfair2026 .product__img-list{
  opacity: 0;
  transition: opacity .3s linear;
}
#springfair2026 .product__img-list.slick-initialized{
  opacity: 1;
}
#springfair2026 .tonyu{
  padding: 6.3rem 0 10.6rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu{
    padding: 8.00vw 0 13.33vw;
  }
}
#springfair2026 .tonyu .inner{
  overflow: hidden;
}
#springfair2026 .tonyu__line--top{
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu__line--top{
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
#springfair2026 .tonyu__line--bottom{
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu__line--bottom{
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
#springfair2026 .tonyu__contents{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.9rem;
  padding: 0.5rem 5rem 3.6rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu__contents{
    gap: 0;
    padding: 1vw 0 3vw;
  }
}
#springfair2026 .tonyu__img{
  padding-left: 1.3rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu__img{
    padding: 0;
    text-align: center;
  }
}
#springfair2026 .tonyu__logo{
  width: 31.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu__logo{
    width: 80%;
    margin-top: 0;
  }
}
#springfair2026 .tonyu__txt{
  width: calc(100% - 36.8rem);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu__txt{
    width: 100%;
    font-size: 4.27vw;
  }
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu__heading{
    text-align: center;
  }
}
#springfair2026 .tonyu__heading-img{
  display: inline-block;
  width: 42.8rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu__heading-img{
    width: 85.33vw;
  }
}
#springfair2026 .tonyu__desc{
  margin-top: 2.4rem;
  width: calc(100% + 0.2em);
}
@media screen and (max-width: 767px) {
  #springfair2026 .tonyu__desc{
    margin-top: 1.2em;
    width: 100%;
  }
}
#springfair2026 .info{
  padding: 10rem 0 26.1rem;
  background-image: url(../img/spring2026/faq-bg-pattern.png), url(../img/spring2026/faq-bg-color.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, cover;
  background-position: bottom, center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  #springfair2026 .info{
    padding: 13.60vw 0 36.27vw;
    font-size: 4.27vw;
    background-size: 130% auto, cover;
  }
}
#springfair2026 .info__block{
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 5rem 3rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .info__block{
    border-radius: 2.67vw;
    padding: 6.67vw 3.73vw 9.07vw;
  }
}
#springfair2026 .faq__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
}
#springfair2026 .faq__ttl-img{
  display: block;
  width: 50.9rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .faq__ttl-img{
    width: 100%;
  }
}
#springfair2026 .faq__list-wrap{
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .faq__list-wrap{
    margin: 6.93vw auto 0;
    width: 76.53vw;
  }
}
#springfair2026 .faq__list{
  border-bottom: 1px solid #E55474;
  padding: 2.6rem 0 3.3rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .faq__list{
    padding: 6.13vw 0 6.40vw;
  }
  #springfair2026 .faq__list:last-child{
    padding-bottom: 0;
    border-bottom: none;
  }
}
#springfair2026 .faq__q{
  padding-left: 6.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #springfair2026 .faq__q{
    padding-left: 11.47vw;
    font-weight: bold;
  }
}
#springfair2026 .faq__q:before{
  content: "";
  display: block;
  width: 5rem;
  height: 4.9rem;
  background: url(../img/spring2026/faq-q.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: -0.5em;
}
@media screen and (max-width: 767px) {
  #springfair2026 .faq__q:before{
    width: 9.33vw;
    height: 9.07vw;
    top: -0.3em;
  }
}
#springfair2026 .faq__a{
  margin-top: 1.5em;
  padding-left: 6.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #springfair2026 .faq__a{
    padding-left: 11.47vw;
    font-weight: 500;
  }
}
#springfair2026 .faq__a:before{
  content: "";
  display: block;
  width: 5rem;
  height: 4.9rem;
  background: url(../img/spring2026/faq-a.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: -0.5em;
}
@media screen and (max-width: 767px) {
  #springfair2026 .faq__a:before{
    width: 9.33vw;
    height: 9.07vw;
    top: -0.3em;
  }
}
#springfair2026 .faq__list:first-child{
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .faq__list:first-child{
    padding-top: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  #springfair2026 .faq .info__block{
    padding-bottom: 6.1rem;
  }
}
#springfair2026 .notice{
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .notice{
    margin-top: 10.67vw;
  }
}
#springfair2026 .notice__ttl{
  background: var(--cp-accent-color);
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.43;
  padding: 0.3em 0.5em;
  border-radius: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #springfair2026 .notice__ttl{
    font-size: 4.27vw;
    padding: 0.5em 0.5em;
    border-radius: 1.33vw;
  }
}
#springfair2026 .notice__list{
  margin-top: 3rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #springfair2026 .notice__list{
    margin-top: 7.47vw;
  }
}
#springfair2026 .notice__list-item{
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
#springfair2026 .membership{
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .membership{
    margin-top: 10.67vw;
  }
}
#springfair2026 .membership__ttl{
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.43;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #springfair2026 .membership__ttl{
    font-size: 4.27vw;
    height: 8.27vw;
  }
}
#springfair2026 .membership__ttl-txt{
  display: inline-block;
  padding: 0 5.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #springfair2026 .membership__ttl-txt{
    padding: 0 16.00vw;
  }
}
#springfair2026 .membership__ttl-txt:before{
  content: "";
  display: block;
  width: 2.3rem;
  height: 4.2rem;
  background: url(../img/spring2026/membership-ttl-l.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #springfair2026 .membership__ttl-txt:before{
    width: 4.53vw;
    height: 8.27vw;
  }
}
#springfair2026 .membership__ttl-txt:after{
  content: "";
  display: block;
  width: 2.3rem;
  height: 4.2rem;
  background: url(../img/spring2026/membership-ttl-r.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #springfair2026 .membership__ttl-txt:after{
    width: 4.53vw;
    height: 8.27vw;
  }
}
#springfair2026 .membership__desc{
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .membership__desc{
    margin-top: 8.27vw;
    line-height: 1.75;
  }
}
#springfair2026 .membership__btn{
  margin: 6rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  background: var(--cp-accent-color);
  height: 5.6rem;
  width: 33.1rem;
  border-radius: 2.8rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #springfair2026 .membership__btn{
    margin-top: 10.67vw;
    font-size: 4.80vw;
    height: 11.20vw;
    width: 66.40vw;
    border-radius: 5.6vw;
  }
}
#springfair2026 .membership .info__block{
  padding-top: 5rem;
  padding-bottom: 7.3rem;
}
@media screen and (max-width: 767px) {
  #springfair2026 .membership .info__block{
    padding-top: 12.27vw;
    padding-bottom: 9.87vw;
  }
}
#springfair2026 .goto-top{
  display: block;
  width: 29.1rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 14.55rem);
}
@media screen and (max-width: 767px) {
  #springfair2026 .goto-top{
    width: 77.60vw;
    left: calc(50% - 38.8vw);
  }
}
#springfair2026 .goto-top__img{
  display: block;
  width: 100%;
}
.scroll-fade{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-fade.is-inview{
  opacity: 1;
  transform: translateY(0);
}