html {
  scroll-behavior: smooth;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 50px;
}

@media screen and (max-width: 440px) {
  html {
    font-size: 2.2727272727vw;
  }
}
body {
  margin: 0;
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}
.feature * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-margin-top: 50px;
  list-style: none;
  text-decoration: none;
}
.feature img {
  max-width: 100%;
  height: auto;
}
.feature .wrap {
  display: flex;
  background: #f7ecf4;
}
.feature .l-header {
  width: calc(100% - 22rem);
  order: 3;
}
.feature .l-header__Togglebtn {
  display: none;
}
.feature .l-header__Inner {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10.3rem;
}
.feature .l-header__Inner::before {
  display: block;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 9.7rem;
  height: 21.1rem;
  background-image: url(../img/deco_rightcont_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
}
.feature .l-header__Inner::after {
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 29.4rem;
  height: 14.1rem;
  background-image: url(../img/deco_rightcont_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
}
.feature .l-header__Nav {
  width: 20rem;
  position: relative;
  margin-bottom: 2rem;
}
.feature .l-header__Nav::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 57%;
  width: 33.5rem;
  height: 53.8rem;
  background-image: url(../img/bg_nav.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  content: "";
}
.feature .l-header__Nav ul {
  position: relative;
  z-index: 10;
}
.feature .l-header__Nav ul li {
  border-bottom: 0.1rem solid #454c9b;
}
.feature .l-header__Nav ul li:last-child {
  border: none;
}
.feature .l-header__Nav ul li a {
  color: #28306f;
  font-weight: 600;
  display: block;
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  line-height: 2.45rem;
  letter-spacing: 0.075em;
  position: relative;
}
.feature .l-header__Nav ul li a::after {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 1.3rem;
  height: 0.6rem;
  background-image: url(../img/arrow_down_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.feature .l-header__Subttl {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 1.2rem;
  color: #28306f;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
.feature .l-header__Sns {
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
  display: flex;
}
.feature .l-header__Sns li {
  width: 2.8rem;
}
.feature .leftcont {
  width: calc(100% - 22rem);
  order: 1;
}
.feature .leftcont__Inner {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 9.2rem;
}
.feature .leftcont__Inner::before {
  display: block;
  position: absolute;
  left: 0;
  top: 1.6rem;
  width: 21.5rem;
  height: 20.6rem;
  background-image: url(../img/deco_leftcont_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
}
.feature .leftcont__Inner::after {
  display: block;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 18.4rem;
  height: 15.5rem;
  background-image: url(../img/deco_leftcont_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
}
.feature .leftcont__Box {
  position: relative;
  z-index: 10;
}
.feature .leftcont__Ttl {
  width: 22.3rem;
  margin: 0 auto 1.5rem;
}
.feature .leftcont__Thum {
  width: 21.1rem;
  margin: 0 auto 1.5rem;
}
.feature .leftcont__Btn {
  width: 23.6rem;
  height: 5.46rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  color: #fff;
  background: #28306f;
  font-size: 1.36rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  position: relative;
}
.feature .leftcont__Btn::after {
  display: block;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  width: 1.3rem;
  height: 0.6rem;
  background-image: url(../img/arrow_down_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.feature .centercont {
  width: 44rem;
  background: #fff;
  order: 2;
}
.feature .mv {
  background: url("./../img/bg_mv.jpg");
  background-size: cover;
  position: relative;
  width: 100%;
  height: 78.7rem;
  overflow: hidden;
}
.feature .mv.is-active .mv__Books {
  opacity: 1 !important;
  transform: translate(0) !important;
}
.feature .mv.is-active .mv__Deco,
.feature .mv.is-active .mv__Ttl,
.feature .mv.is-active .mv__Catch,
.feature .mv.is-active .mv__Person,
.feature .mv.is-active .mv__Limit {
  opacity: 1;
}
.feature .mv.is-active .mv__Release {
  animation: rotateInCatch 0.25s 3s ease-in forwards;
}
.feature .mv__Books {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.6s ease-out;
}
.feature .mv__Books.-books01 {
     width: 13rem;
    top: 0.7rem;
    left: -3.8rem;
  z-index: 10;
  transform: translate(-3rem, -20rem);
  transition-delay: 0.4s;
}
.feature .mv__Books.-books02 {
  width: 10.5rem;
    top: 5.9rem;
    left: 6.1rem;
  transform: translate(-5rem, -20rem);
  transition-delay: 0.8s;
}
.feature .mv__Books.-books03 {
    width: 12.1rem;
    top: -0.8rem;
    left: 11.8rem;
  transform: translate(5rem, -30rem);
  transition-delay: 0.2s;
}
.feature .mv__Books.-books04 {
    width: 14.6rem;
    top: 0.7rem;
    left: 20.2rem;
  transform: translate(9rem, -40rem);
  transition-delay: 0.6s;
}
.feature .mv__Books.-books05 {
    width: 22.6rem;
    top: -4.4rem;
    left: 28.7rem;
  transform: translate(20rem, 5rem);
  transition-delay: 1s;
}
.feature .mv__Books.-books06 {
    width: 10.4rem;
    top: 40.7rem;
    left: -1.2rem;
  transform: translate(-35rem, 5rem);
  transition-delay: 0.3s;
}
.feature .mv__Books.-books07 {
    width: 11rem;
    top: 41.5rem;
    left: 35.7rem;
  transform: translate(35rem, -13rem);
  transition-delay: 0.7s;
}
.feature .mv__Books.-books08 {
    width: 14.4rem;
    top: 46.1rem;
    left: -1.7rem;
  transform: translate(-2.5rem, -2.5rem);
  transition-delay: 0.1s;
}
.feature .mv__Books.-books09 {
    width: 19.3rem;
    top: 46.1rem;
    left: 9.4rem;
  z-index: 10;
  transform: translate(2rem, 3.5rem);
  transition-delay: 0.5s;
}
.feature .mv__Books.-books10 {
    width: 7.7rem;
    top: 58rem;
    left: 24.4rem;
  transform: translate(-20rem, 10rem);
  transition-delay: 0.9s;
}
.feature .mv__Books.-books11 {
    width: 12.6rem;
    top: 45.4rem;
    left: 24.2rem;
  transform: translate(10rem, 15rem);
  transition-delay: 1.1s;
}
.feature .mv__Books.-books12 {
      width: 16rem;
    top: 47.7rem;
    left: 30.3rem;
  transform: translate(-2.5rem, 45rem);
  transition-delay: 0.2s;
}
.feature .mv__Deco {
  position: absolute;
    width: 37rem;
    top: 17rem;
    left: 0.8rem;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 2.9s;
}
.feature .mv__Ttl {
  position: absolute;
    width: 30.8rem;
    top: 19.8rem;
    left: 6.2rem;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 1.9s;
}
.feature .mv__Catch {
    position: absolute;
    width: 28.8rem;
    top: 28rem;
    left: 7.6rem;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 1.9s;
}
@keyframes rotateInCatch {
  0% {
    opacity: 1;
    rotate: -90deg;
    scale: 10;
  }
  100% {
    opacity: 1;
    rotate: 0deg;
    scale: 1;
  }
}
.feature .mv__Release {
  position: absolute;
    width: 27rem;
    top: 38.9rem;
    left: 8.8rem;
  opacity: 0;
  scale: 10;
  overflow: hidden;
  display: inline-block;
  -webkit-mask-image: url('./../img/ttl_mv_release.png');
  mask-image: url('./../img/ttl_mv_release.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.feature .mv__Release img {
  display: block;
}
/* 文字の内部だけを流れる白い光のライン */
.feature .mv__Release::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  
  /* 純粋な1本の白い斜めラインのグラデーション */
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0) 30%, 
    rgba(255, 255, 255, 0.7) 50%, 
    rgba(255, 255, 255, 0) 70%
  );
  transform: skewX(-25deg); /* ラインの傾き具合 */
  
  /* 2秒に1回ループで光を左から右へ流す */
  animation: shineText 3s linear infinite;
}

/* 光の移動アニメーション */
@keyframes shineText {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%; /* 残りの時間は光らせず待機させる（元記事の挙動を再現） */
  }
}
.feature .mv__Person {
  position: absolute;
  width: 17.3rem;
  left: 1rem;
  bottom: -0.8rem;
  z-index: 20;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 1.9s;
}
.feature .mv__Limit {
    position: absolute;
    bottom: 2rem;
    right: 2.4rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 3.9s;
   overflow: hidden;

}
.feature .mv__Limit .-txt01 {
  width: 5.2rem;
   -webkit-mask-image: url('./../img/txt_mv_limit_01.svg');
  mask-image: url('./../img/txt_mv_limit_01.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.feature .mv__Limit .-txt01:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0) 30%, 
    rgba(255, 255, 255, 0.7) 50%, 
    rgba(255, 255, 255, 0) 70%
  );
  transform: skewX(-25deg);
  
  /* 前の要素と同じキーフレームアニメーションを使用 */
  animation: shineText 3s linear infinite;
}
.feature .mv__Limit .-txt01 img{
   display: block;
}
.feature .mv__Limit .p-kv__conut__num { 
  font-size: 10rem;
      transform: translateY(0.5rem);
  letter-spacing: -0.02em;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #28306f;
}

.feature .mv__Limit .p-kv__conut__num::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  color: transparent;
  background-image: linear-gradient(
    115deg, 
    rgba(255, 255, 255, 0) 40%, 
    rgba(255, 255, 255, 0.8) 50%, 
    rgba(255, 255, 255, 0) 60%
  );
  background-size: 300% 100%;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shineTextForNum 3s linear infinite;
}

@keyframes shineTextForNum {
  0% {
    background-position: 150% 0%;
  }
  20% {
    background-position: -50% 0%;
  }
  100% {
    background-position: -50% 0%;
  }
}


.feature .mv__Limit .-txt02 {
  width: 2.86rem;
    -webkit-mask-image: url('./../img/txt_mv_limit_02.svg');
  mask-image: url('./../img/txt_mv_limit_02.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.feature .mv__Limit .-txt02:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0) 30%, 
    rgba(255, 255, 255, 0.7) 50%, 
    rgba(255, 255, 255, 0) 70%
  );
  transform: skewX(-25deg);
  
  /* 前の要素と同じキーフレームアニメーションを使用 */
  animation: shineText 3s linear infinite;
}
.feature .mv__Limit .-txt02 img{
   display: block;
}
.feature .p-type__title {
  margin-bottom: 1.6rem;
  text-align: center;
  position: relative;
}
.feature .p-type__title span {
  display: inline-block;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  color: #28306f;
  line-height: 1;
}
.feature .p-type__lead {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.feature .c-typeInput {
  position: relative;
  padding-top: 13.7rem;
  padding-bottom: 6.4rem;
  z-index: 1;
}
.feature .c-typeInput::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../img/bg_type_deco.png");
  background-size: cover;
  content: "";
}
.feature .c-typeInput::after {
  display: block;
  position: absolute;
  left: 0;
  top: 6.3rem;
  width: 17.5rem;
  height: 100%;
  background-image: url(../img/label_type_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
  content: "";
}
.feature .c-typeInput__inner {
  width: 28.3rem;
  margin: 0 auto;
}
.feature .c-typeInput__button {
  margin: 3.2rem auto 0;
  display: block;
  width: 28.8rem;
  height: 6.8rem;
  position: relative;
  background: #a79045;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5rem;
}
.feature .c-typeInput__button::after {
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.feature .c-typeInput .c-typeInputForms__row {
  font-size: 0;
}
.feature .c-typeInput .c-typeInputForms__row + .c-typeInputForms__row {
  margin-top: 1.6rem;
}
.feature .c-typeInput .c-typeInputForms__value {
  display: inline-block;
  position: relative;
  width: 100%;
}
.feature .c-typeInput .c-typeInputForms__value::after {
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.feature .c-typeInput .c-typeInputForms__select {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.feature .c-typeInput .c-typeInputForms__value {
  width: 25.2rem;
}
.feature .c-typeInput .c-typeInputForms__value select {
  position: relative;
  width: 100%;
  height: 6rem;
  text-align: center;
  padding-right: 2.5em;
  padding-left: 1em;
  border: 2px solid #ccc;
  border-radius: 0.8rem;
  background-color: #fff;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.feature .c-typeInput .c-typeInputForms__unit {
  font-size: 1.6rem;
}
.feature .c-result {
  display: none;
  position: relative;
  z-index: 1;
}
.feature .c-result__top {
  padding: 6rem 3rem;
  position: relative;
}
.feature .c-result__top::before {
  display: block;
  width: 100%;
  height: 8rem;
  margin-bottom: 1.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-image: url("./../img/ttl_result_deco.png");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.feature .c-result__top::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.feature .c-result__bottom {
  padding: 6rem 3rem;
  position: relative;
}
.feature .c-result__bottom::before {
  display: block;
  width: 100%;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-image: url("./../img/ttl_result_deco.png");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.feature .c-result__bottom::after {
  display: block;
  width: 42.7rem;
  height: 12.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-image: url("./../img/deco_result_bottom.png");
  content: "";
  position: absolute;
  bottom: 37.2rem;
  right: 0;
}
.feature .c-result__title {
  position: relative;
  margin-bottom: 3.2rem;
  font-size: 100%;
  text-align: center;
  z-index: 1;
}
.feature .c-result__title--sub {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.5rem;
}
.feature .c-result__title--main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25em;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.feature .c-result__title--main small {
  font-size: 0.818182em;
  vertical-align: bottom;
}
.feature .c-result__title--main span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.5em;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
.feature .c-result__title--main span::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: #222;
  border: 1px solid #fff;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  z-index: -1;
  content: "";
}
.feature .c-result__title--main span::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background-color: #222;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  z-index: -2;
  content: "";
}
.feature .c-result__image {
  margin-top: 5.6rem;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
  line-height: 0;
}
.feature .c-result__image img {
  width: 84.984026%;
}
.feature .c-result__image.is-show {
  opacity: 1;
  transform: translateY(0);
}
.feature .c-result__buttons {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 3.2rem;
}
.feature .c-result__button {
  width: 28.8rem;
  margin: 0 auto;
}
.feature .c-result__button-reserve .c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28.8rem;
  height: 6.8rem;
  position: relative;
  background: #a79045;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5rem;
}
.feature .c-result__button-reserve .c-button::after {
  display: block;
  position: absolute;
  right: 8%;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  content: "";
}
.feature .c-result__button-share .c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28.8rem;
  height: 6.8rem;
  position: relative;
  background: #28306f;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5rem;
}
.feature .c-result__button-share .c-button img {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}
@media (hover) {
  .feature .c-result__button-share .c-button:hover img {
    display: none;
  }
  .feature .c-result__button-share .c-button:hover::before {
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
    background-image: url(../img/icon_x_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
}
.feature .c-result.is-g .c-result__title--main span {
  width: 3.4rem;
  height: 3.4rem;
  padding-left: 0.05em;
  padding-bottom: 0.05em;
  font-size: 0.818182em;
  border-radius: 50%;
}
.feature .c-result.is-s .c-result__title--main span {
  width: 2.3rem;
  height: 2.3rem;
  font-size: 0.727273em;
  z-index: 1;
}
.feature .c-result.is-s .c-result__title--main span::before, .feature .c-result.is-s .c-result__title--main span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.feature .c-result.is-g01 {
  background-color: #EDF9F6;
}
.feature .c-result.is-g01 .c-result__top {
  background-image: url(../img/major/bg_result_top_g01.png);
}
.feature .c-result.is-g01 .c-result__top::after {
  background-image: url(../img/bg_icon_01.png);
  top: 44.2rem;
  right: 2.5rem;
  width: 7.4rem;
  height: 7.43rem;
}
.feature .c-result.is-g01 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_g01.png);
}
.feature .c-result.is-g01 .c-resultBox__result {
  border-top-color: #01A47F;
}
.feature .c-result.is-g01 .c-resultBox__graph__line {
  top: 4.445055%;
}
.feature .c-result.is-g01 .c-resultBox__graph__icon {
  flex-direction: column-reverse;
  top: 0.115385%;
}
.feature .c-result.is-g02 {
  background-color: #F5F3F7;
}
.feature .c-result.is-g02 .c-result__top {
  background-image: url(../img/major/bg_result_top_g02.png);
}
.feature .c-result.is-g02 .c-result__top::after {
  background-image: url(../img/bg_icon_02.png);
  top: 42.5rem;
  right: 2rem;
  width: 7.94rem;
  height: 10.95rem;
}
.feature .c-result.is-g02 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_g02.png);
}
.feature .c-result.is-g02 .c-resultBox__result {
  border-top-color: #9F8CB4;
}
.feature .c-result.is-g02 .c-resultBox__graph__line {
  top: 5.10989%;
}
.feature .c-result.is-g02 .c-resultBox__graph__icon {
  top: 60.472527%;
}
.feature .c-result.is-g03 {
  background-color: #FEF2F3;
}
.feature .c-result.is-g03 .c-result__top {
  background-image: url(../img/major/bg_result_top_g03.png);
}
.feature .c-result.is-g03 .c-result__top::after {
  background-image: url(../img/bg_icon_03.png);
  top: 44rem;
  right: 2rem;
  width: 8.4rem;
  height: 8.7rem;
}
.feature .c-result.is-g03 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_g03.png);
}
.feature .c-result.is-g03 .c-resultBox__result {
  border-top-color: #E73D5E;
}
.feature .c-result.is-g03 .c-resultBox__graph__line {
  top: 42.82967%;
}
.feature .c-result.is-g03 .c-resultBox__graph__icon {
  top: 53.527473%;
}
.feature .c-result.is-g04 {
  background-color: #EAF8FE;
}
.feature .c-result.is-g04 .c-result__top {
  background-image: url(../img/major/bg_result_top_g04.png);
}
.feature .c-result.is-g04 .c-result__top::after {
  background-image: url(../img/bg_icon_04.png);
  top: 43rem;
  right: 2rem;
  width: 6.47rem;
  height: 9.29rem;
}
.feature .c-result.is-g04 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_g04.png);
}
.feature .c-result.is-g04 .c-resultBox__result {
  border-top-color: #05AAEC;
}
.feature .c-result.is-g04 .c-resultBox__graph__line {
  top: 20.096703%;
}
.feature .c-result.is-g04 .c-resultBox__graph__icon {
  top: 9.516484%;
}
.feature .c-result.is-g05 {
  background-color: #F9F0EF;
}
.feature .c-result.is-g05 .c-result__top {
  background-image: url(../img/major/bg_result_top_g05.png);
}
.feature .c-result.is-g05 .c-result__top::after {
  background-image: url(../img/bg_icon_05.png);
  top: 45.2rem;
  right: 2rem;
  width: 10.7em;
  height: 7.96rem;
}
.feature .c-result.is-g05 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_g05.png);
}
.feature .c-result.is-g05 .c-resultBox__result {
  border-top-color: #A03124;
}
.feature .c-result.is-g05 .c-resultBox__graph__line {
  top: 12.02967%;
}
.feature .c-result.is-g05 .c-resultBox__graph__icon {
  top: 7.512088%;
}
.feature .c-result.is-g06 {
  background-color: #FAF1F7;
}
.feature .c-result.is-g06 .c-result__top {
  background-image: url(../img/major/bg_result_top_g06.png);
}
.feature .c-result.is-g06 .c-result__top::after {
  background-image: url(../img/bg_icon_06.png);
  top: 45.2rem;
  right: 2rem;
  width: 9em;
  height: 7.5rem;
}
.feature .c-result.is-g06 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_g06.png);
}
.feature .c-result.is-g06 .c-resultBox__result {
  border-top-color: #B44C97;
}
.feature .c-result.is-g06 .c-resultBox__graph__line {
  top: 5.835165%;
}
.feature .c-result.is-g06 .c-resultBox__graph__icon {
  flex-direction: column-reverse;
  top: 30.225275%;
}
.feature .c-result.is-s01 {
  background-color: #EBF0F4;
}
.feature .c-result.is-s01 .c-result__top {
  background-image: url(../img/major/bg_result_top_s01.png);
}
.feature .c-result.is-s01 .c-result__top::after {
  background-image: url(../img/bg_icon_01.png);
  top: 44.2rem;
  right: 2.5rem;
  width: 7.4rem;
  height: 7.43rem;
}
.feature .c-result.is-s01 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_s01.png);
}
.feature .c-result.is-s01 .c-resultBox__result {
  border-top-color: #004770;
}
.feature .c-result.is-s01 .c-resultBox__graph__line {
  top: 5.192308%;
}
.feature .c-result.is-s01 .c-resultBox__graph__icon {
  top: 6.214286%;
  flex-direction: column-reverse;
}
.feature .c-result.is-s02 {
  background-color: #EDF6F0;
}
.feature .c-result.is-s02 .c-result__top {
  background-image: url(../img/major/bg_result_top_s02.png);
}
.feature .c-result.is-s02 .c-result__top::after {
  background-image: url(../img/bg_icon_02.png);
  top: 42.5rem;
  right: 2rem;
  width: 7.94rem;
  height: 10.95rem;
}
.feature .c-result.is-s02 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_s02.png);
}
.feature .c-result.is-s02 .c-resultBox__result {
  border-top-color: #0A7C2F;
}
.feature .c-result.is-s02 .c-resultBox__graph__line {
  top: 5.082418%;
}
.feature .c-result.is-s02 .c-resultBox__graph__icon {
  flex-direction: column-reverse;
  top: 18.450549%;
}
.feature .c-result.is-s03 {
  background-color: #ECECEC;
}
.feature .c-result.is-s03 .c-result__top {
  background-image: url(../img/major/bg_result_top_s03.png);
}
.feature .c-result.is-s03 .c-result__top::after {
  background-image: url(../img/bg_icon_03.png);
  top: 44rem;
  right: 2rem;
  width: 8.4rem;
  height: 8.7rem;
}
.feature .c-result.is-s03 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_s03.png);
}
.feature .c-result.is-s03 .c-resultBox__result {
  border-top-color: #EE8300;
}
.feature .c-result.is-s03 .c-resultBox__graph__line {
  top: 27.025275%;
}
.feature .c-result.is-s03 .c-resultBox__graph__icon {
  top: 43.758242%;
}
.feature .c-result.is-s04 .c-result__top {
  background-image: url(../img/major/bg_result_top_s04.png);
}
.feature .c-result.is-s04 .c-result__top::after {
  background-image: url(../img/bg_icon_04.png);
  top: 43rem;
  right: 2rem;
  width: 6.47rem;
  height: 9.29rem;
}
.feature .c-result.is-s04 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_s04.png);
}
.feature .c-result.is-s04 .c-resultBox__result {
  border-top-color: #FFD900;
}
.feature .c-result.is-s04 .c-resultBox__graph__line {
  top: 42.546154%;
}
.feature .c-result.is-s04 .c-resultBox__graph__icon {
  top: 17.065934%;
}
.feature .c-result.is-s05 {
  background-color: #FEEEE8;
}
.feature .c-result.is-s05 .c-result__top {
  background-image: url(../img/major/bg_result_top_s05.png);
}
.feature .c-result.is-s05 .c-result__top::after {
  background-image: url(../img/bg_icon_05.png);
  top: 45.2rem;
  right: 2rem;
  width: 10.7em;
  height: 7.96rem;
}
.feature .c-result.is-s05 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_s05.png);
}
.feature .c-result.is-s05 .c-resultBox__result {
  border-top-color: #EA5506;
}
.feature .c-result.is-s05 .c-resultBox__graph__line {
  top: 20.274725%;
}
.feature .c-result.is-s05 .c-resultBox__graph__icon {
  top: 9.516484%;
}
.feature .c-result.is-s06 {
  background-color: #FCF0EF;
}
.feature .c-result.is-s06 .c-result__top {
  background-image: url(../img/major/bg_result_top_s06.png);
}
.feature .c-result.is-s06 .c-result__top::after {
  background-image: url(../img/bg_icon_06.png);
  top: 45.2rem;
  right: 2rem;
  width: 9em;
  height: 7.5rem;
}
.feature .c-result.is-s06 .c-result__bottom {
  background-image: url(../img/major/bg_result_bottom_s06.png);
}
.feature .c-result.is-s06 .c-resultBox__result {
  border-top-color: #D42E27;
}
.feature .c-result.is-s06 .c-resultBox__graph__line {
  top: 5.582418%;
}
.feature .c-result.is-s06 .c-resultBox__graph__icon {
  top: 15.012088%;
  flex-direction: column-reverse;
}
.feature .c-resultBox {
  position: relative;
  z-index: 2;
}
.feature .c-resultBox__type {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  text-align: center;
  line-height: 4.4rem;
  color: #000;
  font-family: "Shippori Mincho", serif;
}
.feature .c-resultBox__description {
  display: flex;
  flex-direction: column;
  gap: 2.35rem;
  font-size: 1.5rem;
}
.feature .c-resultBox__description span {
  display: block;
  position: relative;
  padding-left: 1.25em;
}
.feature .c-resultBox__description span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
.feature .c-resultBox__otherCheck {
  margin-top: 1.6rem;
  text-align: center;
}
.feature .c-resultBox__otherCheck::before {
  display: block;
  width: 19.5rem;
  height: 2.6rem;
  margin: 0 auto 0.8rem;
  background-image: url(../img/text_othercheck.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.feature .c-resultBox__otherCheck .c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28.8rem;
  height: 6.8rem;
  position: relative;
  background: #a79045;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5rem;
}
.feature .c-resultBox__otherCheck .c-button::after {
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.feature .c-resultBox__result {
  position: relative;
}
.feature .c-resultBox__year {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}
.feature .c-resultBox__copywrap {
  position: relative;
}
.feature .c-resultBox__copywrap::after {
  display: block;
  position: absolute;
  left: 50%;
  top: -3rem;
  width: 44rem;
  height: 13.9rem;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  content: "";
  background-image: url(./../img/result_copy_deco.png);
}
.feature .c-resultBox__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 3rem;
  line-height: 4.4rem;
  text-align: center;
  color: #000;
  font-family: "Shippori Mincho", serif;
  z-index: 10;
}
.feature .c-resultBox__advice {
  margin-top: 2.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.feature .c-resultBox__graph {
  position: relative;
  margin-top: 2.2rem;
  line-height: 0;
}
.feature .c-resultBox__graph__line {
  position: absolute;
  left: 50%;
  width: 84.444444%;
  transform: translateX(-50%);
}
.feature .c-resultBox__graph__line svg {
  width: 100%;
  height: auto;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
}
.feature .c-resultBox__graph__icon {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 35.396825%;
  width: 12.698413%;
  transform: translateY(10px);
  opacity: 0;
}
.feature .c-resultBox__graph__label {
  width: 65%;
  margin: 0 auto;
}
.feature .c-resultBox__graph.is-animated .c-resultBox__graph__line svg {
  stroke-dashoffset: 0;
  animation: line 2s linear forwards;
}
.feature .c-resultBox__graph.is-animated .c-resultBox__graph__icon {
  animation: tinglegraph 1.5s 1s ease-out forwards;
}
@keyframes line {
  0% {
    stroke-dashoffset: 1000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes tinglegraph {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.feature .about {
  background: url("./../img/bg_about.png");
  background-size: cover;
  padding: 14.3rem 0 18rem;
}
.feature .about__Ttl {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #846700;
  margin-bottom: 4.5rem;
  font-family: "Shippori Mincho", serif;
}
.feature .about__Txt {
  width: 34rem;
  margin: auto;
  font-size: 1.6rem;
  line-height: 3.4rem;
}
.feature .reserve {
  padding-top: 6rem;
}
.feature .reserve__Ttl {
  text-align: center;
  position: relative;
  margin-bottom: 1.8rem;
}
.feature .reserve__Ttl:before {
  content: "";
  background: url("./../img/deco_reserve_ttl.png");
  background-size: cover;
  width: 41.7rem;
  height: 12.7rem;
  position: absolute;
  top: -4.4rem;
  left: 0;
}
.feature .reserve__Ttl span {
  display: inline-block;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  color: #28306f;
  line-height: 1;
}
.feature .reserve__Txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 3.2rem;
}
.feature .p-lineup {
  padding: 2.5rem 0 0;
}
.feature .p-lineup .p-lineupList {
  padding: 2.7rem 0;
  color: #fff;
  overflow: hidden;
  background-size: cover;
}
.feature .p-lineup .p-lineupList-gold {
  background: #a79045;
}
.feature .p-lineup .p-lineupList-gold .p-lineupList__title span {
  width: 4rem;
  height: 4rem;
  margin-right: 0.25em;
  padding-bottom: 0.05em;
  border-radius: 50%;
  color: #C4A009;
}
.feature .p-lineup .p-lineupList-silver {
  background: #979da3;
}
.feature .p-lineup .p-lineupList-silver .p-lineupList__title span {
  margin-right: 0.25em;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #888E95;
  z-index: 1;
}
.feature .p-lineup .p-lineupList-silver .p-lineupList__title span::before, .feature .p-lineup .p-lineupList-silver .p-lineupList__title span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.feature .p-lineup .p-lineupList__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.feature .p-lineup .p-lineupList__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
  z-index: 1;
  font-size: 2.3rem;
}
.feature .p-lineup .p-lineupList__title span::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  z-index: -1;
  content: "";
}
.feature .p-lineup .p-lineupList__title span::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background-color: #fff;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  z-index: -2;
  content: "";
}
.feature .p-lineup .p-lineupList__item {
  transform: scale(0.77);
  transition: 0.7s;
  width: 18.4rem;
}
.feature .p-lineup .p-lineupList__item.swiper-slide-active {
  transform: scale(1);
  z-index: 10;
}
.feature .p-lineup .p-lineupList__item.swiper-slide-active .p-lineupList__name,
.feature .p-lineup .p-lineupList__item.swiper-slide-active .p-lineupList__btn {
  opacity: 1;
  visibility: initial;
}
.feature .p-lineup .p-lineupList__item.swiper-slide-prev .p-lineupList__image {
  transform: translateX(3.6rem);
}
.feature .p-lineup .p-lineupList__item.swiper-slide-next .p-lineupList__image {
  transform: translateX(-3rem);
}
.feature .p-lineup .p-lineupList__image {
  line-height: 0;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
}
.feature .p-lineup .p-lineupList__image button {
  background: none;
}
.feature .p-lineup .p-lineupList__name {
  margin-top: 1em;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.feature .p-lineup .p-lineupList__name a {
  text-decoration: none;
  color: #fff;
}
.feature .p-lineup .p-lineupList__btn {
  max-width: 140px;
  width: 100%;
  margin-inline: auto;
  margin-top: 1em;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.feature .p-lineup .p-lineupList__btn .c-button {
  height: 4rem;
  border-radius: 5rem;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (hover) {
  .feature .p-lineup .p-lineupList__btn .c-button:hover {
    border: none;
    background-color: #000;
    color: #fff;
  }
}
.feature .p-lineup .p-lineupList .slideControl {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  font-size: 1rem;
  font-weight: 500;
}
.feature .p-lineup .p-lineupList .slideControl__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  color: #fff;
  background: none;
}
.feature .p-lineup .p-lineupList .slideControl__btn::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.feature .p-lineup .p-lineupList .slideControl .slideStop .slideControl__btn::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_pause%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_53%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2053%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_100983%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20100983%22%20transform%3D%22translate(7%206)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_24571%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2024571%22%20width%3D%222%22%20height%3D%229%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_24572%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2024572%22%20width%3D%222%22%20height%3D%229%22%20transform%3D%22translate(4)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.feature .p-lineup .p-lineupList .slideControl .slideStart {
  display: none;
}
.feature .p-lineup .p-lineupList .slideControl .slideStart .slideControl__btn::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_play%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_53%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2053%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_3%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%203%22%20d%3D%22M5%2C0l5%2C8.7H0Z%22%20transform%3D%22translate(15.571%205)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.feature .p-lineup .p-lineupList__slider .slick-slide {
  margin: 0 cqw(12);
}
.feature .p-lineup .p-lineupList__slider.is-pause .slideControl .slideStop {
  display: none;
}
.feature .p-lineup .p-lineupList__slider.is-pause .slideControl .slideStart {
  display: block;
}
.feature .p-lineup__modal {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: min(11.363636vw, 5rem);
  padding-bottom: min(45.454545vw, 20rem);
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 5000;
  overflow-y: scroll;
  overflow-x: visible;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.feature .p-lineup__modal.is-show {
  opacity: 1;
  pointer-events: auto;
}
.feature .p-lineup__modal.is-close {
  opacity: 0;
  pointer-events: none;
}
.feature .p-lineup__modal__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.feature .p-lineup__modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: min(5.227273vw, 2.3rem);
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.feature .p-lineup__modal__close::after {
  display: block;
  width: 1em;
  height: 1em;
  background-image: linear-gradient(to bottom, transparent 48%, #fff 48%, #fff 52%, transparent 52%), linear-gradient(to left, transparent 48%, #fff 48%, #fff 52%, transparent 52%);
  transform: rotate(45deg);
  content: "";
}
.feature .p-lineup__books__switches {
  display: flex;
  justify-content: center;
  gap: min(1.818182vw, 1.6rem);
  margin-bottom: 1.6rem;
}
.feature .p-lineup__books__switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(33.181818vw, 18.4rem);
  height: min(10.909091vw, 5.2rem);
  border-radius: 5rem;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.feature .p-lineup__books__switch.is-active {
  background-color: #fff;
  color: #333;
  font-weight: normal;
}
.feature .p-lineup__books__notes {
  margin-bottom: 1.6rem;
  color: #fff;
  font-size: min(2.272727vw, 1.4rem);
  font-weight: 500;
  text-align: center;
}
.feature .p-lineup__books__body {
  overflow-y: scroll;
  overflow-x: visible;
}
.feature .p-lineup__books__body:not(.is-show) {
  display: none;
}
.feature .p-lineup__books__body img {
  display: block;
  width: 133.636364vw;
  max-width: 1080px;
  margin: 0 min(9.090909vw, 4rem);
}
@media screen and (min-width: 1080px) {
  .feature .p-lineup__books__body img {
    margin: 0 auto;
  }
}
.feature .campaign {
  background: #28306f;
  padding: 6rem 0;
}
.feature .campaign__Ttl {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.feature .campaign__Ttl:after {
  width: 34rem;
  height: 6.8rem;
  position: absolute;
  top: -3rem;
  left: 5rem;
  content: "";
  background: url("./../img/deco_campaign.png");
  background-size: cover;
  pointer-events: none;
}
.feature .campaign__Txt {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 3.5rem;
}
.feature .campaign__List {
  margin: auto;
  width: 31.5rem;
  display: flex;
  flex-flow: column;
  gap: 3.7rem;
  margin-bottom: 5.6rem;
}
.feature .campaign__Subttl {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.feature .campaign__Subttl span {
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
}
.feature .campaign__Subttl span:before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 1rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(40deg);
}
.feature .campaign__Subttl span:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 1rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-40deg);
}
.feature .campaign__Sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.3rem;
}
.feature .campaign__Sns li {
  width: 4.5rem;
}
.feature .event {
  padding: 6rem 0;
  background: #f7ecf4;
  position: relative;
}
.feature .event:after {
  width: 42.6rem;
  height: 39.9rem;
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
  background: url("./../img/bg_event_02.png");
  background-size: cover;
  pointer-events: none;
}
.feature .event__Ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 4.7rem;
  color: #28306f;
  font-family: "Shippori Mincho", serif;
}
.feature .event__Ttl > span {
  display: block;
}
.feature .event__Ttl > span span {
  display: inline-flex;
  /* align-items: center; */
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  width: 19.38rem;
  padding-top: 0.5rem;
  height: 2.9rem;
  line-height: 1;
  background: url(./../img/icon_fuki.png);
  background-size: cover;
  font-family: "Noto Sans JP", sans-serif;
}
.feature .event__Thum {
  width: 20.8rem;
  margin: 1.5rem auto -3rem;
}
.feature .event__Present {
  width: 35.5rem;
  margin: 0 auto 2.5rem;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem;
  position: relative;
}
.feature .event__Present dt {
  text-align: center;
  margin-bottom: 2rem;
}
.feature .event__Present dt > span {
  display: inline-block;
  background: #28306f;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.feature .event__Present dt > span .-eng {
  font-size: 2.2rem;
}
.feature .event__Present dd {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
.feature .event__Present dd span {
  color: #28306f;
}
.feature .event .p-schedule {
  width: 35.5rem;
  margin: auto;
  border-radius: 1.1538rem;
  background-color: #fff;
  padding: 2.8rem 2.3rem;
  margin-bottom: 4.5rem;
}
.feature .event .p-schedule__title {
  margin-bottom: 4.6154rem;
  text-align: center;
}
.feature .event .p-schedule__title__en {
  display: block;
  margin-bottom: 0.5em;
  color: #c4a009;
  font-size: 3rem;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  line-height: 1;
}
.feature .event .p-schedule__title__jp {
  display: block;
  font-size: 2.0769rem;
  line-height: 1.5;
}
.feature .event .p-schedule__title__notes {
  display: block;
  margin-top: 1em;
  font-size: 1.6154rem;
  font-weight: normal;
  white-space: nowrap;
}
.feature .event .p-schedule__comingSoon {
  margin-top: 4.6154rem;
  font-size: 3rem;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.feature .event .p-scheduleBlock + .p-scheduleBlock {
  margin-top: 4.6154rem;
}
.feature .event .p-scheduleBlock__title {
  margin-bottom: 0.75em;
  font-size: 4.6154rem;
  font-family: "Zen Antique Soft", serif;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
.feature .event .p-scheduleBlock__list {
  border-top: 1px solid #ccc;
}
.feature .event .p-scheduleBlock__item {
  padding: 1.3846rem 0;
  border-bottom: 1px solid #ccc;
}
.feature .event .p-scheduleBlock__info {
  display: flex;
  flex-wrap: wrap;
  gap: 2.3077rem 0;
  font-size: 1.6154rem;
  line-height: 1.5;
}
.feature .event .p-scheduleBlock__info__term {
  flex-basis: 5em;
  font-weight: bold;
}
.feature .event .p-scheduleBlock__info__term small {
  font-size: 0.7857142857em;
}
.feature .event .p-scheduleBlock__info__text {
  flex-basis: calc(100% - 5em);
}
.feature .event__Subttl {
  text-align: center;
  color: #a79045;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 8rem;
  position: relative;
}
.feature .event__Subttl:before {
  width: 43.9rem;
  height: 55.8rem;
  position: absolute;
  top: -2rem;
  left: 0;
  content: "";
  background: url("./../img/bg_event.png");
  background-size: cover;
}
.feature .event__Howto {
  width: 32rem;
  margin: 0 auto 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #28306f;
}
.feature .event__Howto dt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.feature .event__Howto dd {
  font-size: 1.6rem;
  line-height: 3.1rem;
  letter-spacing: 0.1em;
}
.feature .event__Howto dd .-gold {
  font-size: 1.5rem;
  color: #a79045;
}
.feature .event__Howto dd .notes {
  margin: 2rem auto 0;
}
.feature .event__Howto dd .notes p {
  padding-left: 1.2em;
  position: relative;
}
.feature .event__Howto dd .notes p:last-of-type {
  margin-bottom: 0;
}
.feature .event__Howto dd .notes p span {
  left: 0;
  position: absolute;
}
.feature .info {
  padding: 7.3rem 0 6.4rem;
}
.feature .info__Ttl {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #28306f;
  margin-bottom: 1.5rem;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.feature .info__Ttl:before {
  content: "";
  background: url(./../img/deco_info_ttl.png);
  background-size: cover;
  width: 41.6rem;
  height: 21.3rem;
  position: absolute;
  top: -3rem;
  left: 0;
  pointer-events: none;
}
.feature .info__Txt {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.feature .info__Sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.3rem;
}
.feature .info__Sns li {
  width: 4.5rem;
}

.footer {
  padding-top: 3.6rem;
  padding-bottom: 4rem;
  background-color: #28306f;
  color: #fff;
}
.footer__logo {
  text-align: center;
}
.footer__logo img {
  width: 23.4rem;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.6rem 0;
  padding: 0;
}
.footer__nav__item {
  padding: 0 0.5em;
  font-size: 1.17rem;
  line-height: 1;
  list-style: none;
}
.footer__nav__item + .footer__nav__item {
  border-left: 1px solid #ccc;
}
.footer__nav__item a {
  color: #fff;
  text-decoration: none;
}
.footer .copyright {
  margin-top: 2rem;
  font-size: 1.17rem;
  letter-spacing: 0.05em;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 1144px) {
  @keyframes menuBtnTopOpen {
    0% {
      -webkit-transform: translateY(max(-1.6vw, -6px)) rotate(0);
      transform: translateY(max(-1.6vw, -6px)) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes menuBtnBottomOpen {
    0% {
      -webkit-transform: translateY(min(1.6vw, 6px)) rotate(0);
      transform: translateY(min(1.6vw, 6px)) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
    }
  }
  @keyframes menuBtnTopClose {
    0% {
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    100% {
      -webkit-transform: translateY(max(-1.6vw, -6px)) rotate(0);
      transform: translateY(max(-1.6vw, -6px)) rotate(0);
    }
  }
  @keyframes menuBtnBottomClose {
    0% {
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    100% {
      -webkit-transform: translateY(min(1.6vw, 6px)) rotate(0);
      transform: translateY(min(1.6vw, 6px)) rotate(0);
    }
  }
  body.is-fixed {
    overflow: hidden;
  }
  .feature .leftcont {
    display: none;
  }
  .feature .centercont {
    margin: auto;
  }
  .feature .l-header {
    width: 44rem;
    height: 72px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    pointer-events: none;
  }
  .feature .l-header__Togglebtn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #28306f;
    z-index: 11;
    border-radius: 50%;
    pointer-events: auto;
    position: fixed;
  }
  .feature .l-header__Togglebtn-Body {
    display: block;
    position: relative;
    width: 3rem;
    height: 0.1rem;
    background-color: #fff;
  }
  .feature .l-header__Togglebtn-Body:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    background-color: #fff;
    content: "";
    transform: translateY(max(-1.6vw, -6px));
  }
  .feature .l-header__Togglebtn-Body::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    background-color: #fff;
    content: "";
    transform: translateY(min(1.6vw, 6px));
  }
  .feature .l-header__Togglebtn.is-open .l-header__Togglebtn-Body {
    background-color: transparent;
  }
  .feature .l-header__Togglebtn.is-open .l-header__Togglebtn-Body:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    -webkit-animation: menuBtnTopOpen 0.5s;
    animation: menuBtnTopOpen 0.5s;
  }
  .feature .l-header__Togglebtn.is-open .l-header__Togglebtn-Body:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    -webkit-animation: menuBtnBottomOpen 0.5s;
    animation: menuBtnBottomOpen 0.5s;
  }
  .feature .l-header__Togglebtn.is-close .l-header__Togglebtn-Body {
    background-color: #fff;
  }
  .feature .l-header__Togglebtn.is-close .l-header__Togglebtn-Body:before {
    transform: translateY(max(-1.6vw, -6px)) rotate(0);
    animation: menuBtnTopClose 0.5s;
  }
  .feature .l-header__Togglebtn.is-close .l-header__Togglebtn-Body:after {
    transform: translateY(min(1.6vw, 6px)) rotate(0);
    animation: menuBtnBottomClose 0.5s;
  }
  .feature .l-header__Inner {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: static;
    overflow: hidden;
    transition: 0.3s;
  }
  .feature .l-header__Inner::before, .feature .l-header__Inner::after {
    display: none;
  }
  .feature .l-header__Inner.is-open {
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
    opacity: 1;
    visibility: initial;
  }
  .feature .l-header__Inner.is-open .l-header__Box {
    transform: translateX(0);
  }
  .feature .l-header__Box {
    position: relative;
    padding-left: 0;
    width: 80%;
    display: block;
    max-width: 325px;
    height: 100vh;
    margin-left: auto;
    background-color: #f7ecf4;
    padding: min(21.3333333333vw, 80px) 0 min(53.3333333333vw, 200px);
    transform: translateX(100%);
    transition: 0.6s;
  }
  .feature .l-header__Nav {
    width: 80%;
    margin: 0 auto;
  }
  .feature .l-header__Nav::after {
    display: none;
  }
  .feature .l-header__Nav ul li {
    border-bottom: 0.1rem solid #28306f;
  }
  .feature .l-header__Nav ul li:last-child {
    border: none;
  }
  .feature .l-header__Nav ul li a {
    color: #28306f;
  }
  .feature .l-header__Nav ul li a::after {
    background-image: url(../img/arrow_down_blue.png);
  }
  .feature .l-header__Subttl {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 1.2rem;
    color: #28306f;
    font-weight: 600;
    margin-bottom: 1.3rem;
  }
  .feature .l-header__Sns li {
    width: 2.8rem;
  }
}