@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Meiryo", sans-serif;
  color: #111;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.button {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: clamp(14px, 1.39vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  letter-spacing: 1px;
  padding: clamp(10px, 2vw, 30px) clamp(20px, 5vw, 49px);
  border-radius: 50px;
  background: var(--rgb-23581194, #eb51c2);
}
.button a {
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .button.about__button {
    padding: 20px 67.5px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1; /* 100% */
  }
  .button.about__button a {
    letter-spacing: 1px;
  }
}
.button.cta__button {
  background: #fff;
  color: #eb51c2;
}
@media screen and (max-width: 768px) {
  .button.cta__button {
    padding: 20px 67.5px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1; /* 100% */
  }
  .button.cta__button a {
    font-size: 13px;
  }
}
.button.header-fixed__cta-button {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1; /* 100% */
  letter-spacing: 0.6px;
  padding: 15px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .button.header-fixed__cta-button {
    padding: 12px 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    padding: 20px 26px;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-family: "Josefin Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1; /* 100% */
    letter-spacing: 0.65px;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

.header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    z-index: 50;
  }
}

.header__inner {
  padding-top: 28.5px;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-top: 21.82px;
    padding-left: 20px;
  }
}

.header__logo {
  position: fixed;
}
.header__logo img {
  width: 180px;
  width: 12.5vw;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 96.697px;
  }
}

.header__cta {
  display: none;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; /* これ必須！ */
  background: #fff;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-fixed.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.header-fixed__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 15px;
  padding-inline: 35px;
}
@media screen and (max-width: 768px) {
  .header-fixed__inner {
    padding-block: 12px;
    padding-inline: 20px;
  }
}

.header-fixed__logo img {
  width: 180px;
  width: 12.5vw;
}
@media screen and (max-width: 768px) {
  .header-fixed__logo img {
    width: 96.697px;
  }
}

.fv {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-left: auto;
  }
}

.fv__inner {
  position: relative;
}

.fv__image {
  margin-left: auto;
  max-width: 1060px;
  width: 73.6111111111vw;
  border-radius: 0 0 0 50px;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .fv__image {
    width: 70.9333333333vw;
  }
}
.fv__message {
  position: absolute;
  inset-block: 0;
  left: -19.5283018868%;
  top: 32.3529411765%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__message {
    margin-block: auto;
    left: -32.7067669173%;
    top: 68px;
  }
}

.fv__title,
.fv__sub-title {
  font-size: 6.25vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1; /* 100% */
  background: #fff;
  font-family: "Josefin Sans", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__title,
  .fv__sub-title {
    font-size: clamp(32px, 11vw, 41.25px);
    line-height: 1; /* 100% */
  }
}

.c01 {
  position: relative;
  color: transparent;
}
.c01::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: #eb51c2;
}
.c01.active {
  -webkit-animation-name: textFadeIn;
          animation-name: textFadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.c01.active::before {
  -webkit-animation-name: pinkBarSlide;
          animation-name: pinkBarSlide;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes textFadeIn {
  100% {
    color: inherit;
  }
}

@keyframes textFadeIn {
  100% {
    color: inherit;
  }
}
@-webkit-keyframes pinkBarSlide {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@keyframes pinkBarSlide {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
.fv__sub-title {
  display: inline-block; /* 文字幅に合わせる */
  font-size: 6.25vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fv__sub-title {
    margin-top: 0;
    font-size: clamp(32px, 11vw, 41.25px);
    line-height: 1; /* 100% */
  }
}
.fv__sub-title span {
  font-size: 5.9027777778vw;
  color: #eb51c2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fv__sub-title span {
    font-size: 33.75px;
    font-size: clamp(24px, 9vw, 33.75px);
  }
}

.fv__text {
  margin-top: 23px;
  font-size: 1.9444444444vw;
  font-weight: 600;
  line-height: 1; /* 100% */
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__text {
    margin-top: 10px;
    font-size: 13.125px;
    line-height: 13.13px; /* 100.038% */
  }
}

.fv__btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .fv__btn {
    margin-top: 15px;
  }
}

.concept {
  margin-top: -20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .concept__inner {
    padding-inline: 5.3333333333%;
  }
}

.concept__title {
  margin-left: -1%;
  position: relative;
  z-index: 50;
  color: #eb51c2;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1; /* 100% */
  font-size: clamp(80px, 7.5vw, 108px);
}
@media screen and (max-width: 768px) {
  .concept__title {
    margin-left: -2%;
    font-size: 56px;
    font-size: clamp(40px, 14.93vw, 56px);
  }
}

.concept__subtitle {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.15625; /* 115.625% */
  letter-spacing: 3.2px;
  font-size: clamp(24px, 2.2vw, 32px);
}
@media screen and (max-width: 768px) {
  .concept__subtitle {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15; /* 115% */
    letter-spacing: 1.6px;
  }
}
.concept__subtitle span {
  color: #eb51c2;
}

.concept__text {
  margin-top: 25px;
  color: #111;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Hiragino Kaku Gothic ProN";
  font-style: normal;
  font-weight: 300;
  line-height: 2; /* 200% */
  font-size: 16px;
  font-size: clamp(14px, 1.1vw, 16px);
}
@media screen and (max-width: 768px) {
  .concept__text {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 15px;
    line-height: 1.8; /* 180% */
  }
}

.about {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 18px;
  }
}

.about__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .about__inner {
    gap: 20px;
  }
}

.about__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about__boxes.about__boxes--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about__boxes.about__boxes--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__image-box {
  width: 66%;
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%; /* flex-basisも合わせて設定 */
  -ms-flex-negative: 1;
      flex-shrink: 1; /* 縮むことを許可 */
}
@media screen and (max-width: 1000px) {
  .about__image-box {
    width: 59%;
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
  }
}
@media screen and (max-width: 768px) {
  .about__image-box {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.about__text-box {
  width: 38.5%;
  /* flex-basisも合わせて設定 flex-basisはwidthよりも優先 */
  -ms-flex-preferred-size: 38.5%;
      flex-basis: 38.5%;
  -ms-flex-negative: 1;
      flex-shrink: 1; /* 縮むことを許可 */
  margin-left: -5.9%; /* -85px / 1440px = 約-5.9% */
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 4.1vw;
  padding-block: 3.47vw;
  background: #fff;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .about__text-box {
    width: 45.5%;
    -ms-flex-preferred-size: 45.5%;
        flex-basis: 45.5%;
  }
}
@media screen and (max-width: 768px) {
  .about__text-box {
    margin-top: -9.998px;
    margin-inline: auto;
    width: 89.3%;
    -ms-flex-preferred-size: 89.3%;
        flex-basis: 89.3%;
    padding: 10.6vw 8vw;
  }
}
.about__text-box.about__text-box--reverse {
  margin-right: -5.9%;
}
@media screen and (max-width: 1000px) {
  .about__text-box.about__text-box--reverse {
    width: 45.5%;
    -ms-flex-preferred-size: 45.5%;
        flex-basis: 45.5%;
  }
}
@media screen and (max-width: 768px) {
  .about__text-box.about__text-box--reverse {
    margin-top: -9.998px;
    margin-inline: auto;
    width: 89.3%;
    -ms-flex-preferred-size: 89.3%;
        flex-basis: 89.3%;
    padding: 10.6vw 8vw;
  }
}

.about__text-box-label {
  color: #eb51c2;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15; /* 115% */
}
.about__text-box-label.about__text-box-label--second {
  color: #00b21b;
}
@media screen and (max-width: 768px) {
  .about__text-box-label {
    font-size: 18px;
  }
}

.about__text-box-head {
  margin-top: 20px;
  font-size: 32px;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
  line-height: 1.5; /* 150% */
}
@media screen and (max-width: 768px) {
  .about__text-box-head {
    margin-top: 5.33vw;
    font-size: 22px;
    font-size: clamp(18px, 5.8vw, 22px);
  }
}

.about__text-box-main {
  margin-top: 15px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.15px;
}
@media screen and (max-width: 768px) {
  .about__text-box-main {
    margin-top: 4vw;
    font-size: 14px;
    line-height: 1.7; /* 170% */
  }
}

.about__btn {
  text-align: center;
  margin-top: -30px;
  margin-left: -4.8%;
}
@media screen and (max-width: 768px) {
  .about__btn {
    margin-left: 0;
    margin-top: 13px;
  }
}

.feature {
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 40px;
  background: #eb51c2;
}
@media screen and (max-width: 768px) {
  .feature {
    padding-top: 40px;
  }
}

.feature__inner {
  max-width: 1170px;
  margin-inline: auto;
  padding: 0 30px;
}

.feature__bg {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .feature__bg {
    margin-top: 40px;
  }
}
.feature__bg.feature__bg--bottom {
  margin-top: -1px;
}
.feature__bg.feature__bg--secondary {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .feature__bg.feature__bg--secondary {
    margin-top: -35px;
  }
}

.feature__bg-wave svg {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .heading.price__inner--heading {
    padding-left: 10px;
  }
}

.heading__en {
  display: block;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1; /* 100% */
}
.heading__en.studio__heading-en {
  color: #333;
}
@media screen and (max-width: 768px) {
  .heading__en {
    font-size: 40px;
    font-size: clamp(32px, 10.6vw, 40px);
  }
}

.heading__ja {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px; /* 100% */
  margin-top: 10px;
}
.heading__ja.studio__heading-ja {
  color: #eb51c2;
}
@media screen and (max-width: 768px) {
  .heading__ja {
    font-size: clamp(14px, 3.7vw, 20px);
    margin-top: 9px;
  }
}

.feature__tabs {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .feature__tabs {
    margin-top: 28px;
  }
}

.feature__tab {
  text-align: center;
  width: 50%;
  display: block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.15; /* 115% */
  padding-bottom: 20px;
}
.feature__tab.feature__tab--active {
  border-bottom: 2px solid #fff;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .feature__tab {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.feature__cards-group {
  display: none;
}
.feature__cards-group.is-active {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .feature__cards-group.is-active {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .feature__cards-group.is-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.feature__card {
  width: 32.4324324324%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* ← 各カード自体もflexに */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 画像＋テキストを縦並び */
}
@media screen and (max-width: 768px) {
  .feature__card {
    width: 100%;
  }
}

.feature-card__image {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 600px) {
  .feature-card__image img {
    height: 330px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .feature-card__image.feature-card__image--first img {
    height: 311.228px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.feature-card__body {
  padding: 20px 20px 20px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  -webkit-box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.06);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7; /* 170% */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* ← 高さをカード全体に合わせる */
}
@media screen and (max-width: 768px) {
  .feature-card__body {
    padding: 20px;
    color: #111;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 14px;
    line-height: 1.6; /* 160% */
  }
}

.studio {
  padding-block: 60px;
  padding-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .studio {
    padding-block: 40px 52.88px;
  }
}

.studio__inner {
  max-width: 1170px;
  margin-inline: auto;
  padding: 0 30px;
}

.studio__swiper {
  margin-top: 30px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .studio__swiper {
    margin-top: 26px;
  }
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: auto; /* 変更 */
  text-align: center;
  line-height: 300px;
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  height: auto; /* 画像の縦横比を保ったまま縮小 */
  display: block;
}

.studio__pagination {
  bottom: 0 !important;
}
.studio__pagination .swiper-pagination-bullet {
  background: #eaeaea;
  opacity: 1;
}
.studio__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #eb51c2;
}

.studio__swiper-wrap {
  position: relative; /* 子要素の絶対配置の基準にする */
}

.studio__swiper-button-prev,
.studio__swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
}
.studio__swiper-button-prev svg,
.studio__swiper-button-next svg {
  width: 8.733px;
  color: #eb51c2;
}
@media screen and (max-width: 768px) {
  .studio__swiper-button-prev,
  .studio__swiper-button-next {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    width: 40px;
    height: 40px;
  }
}

.studio__swiper-button-prev {
  left: -20px !important; /* スライダーの外に配置 */
}

.studio__swiper-button-next {
  right: -20px !important;
}

.studio__swiper-button-prev::after,
.studio__swiper-button-next::after {
  font-size: 30px !important; /* !importantで上書き */
  color: #eb51c2 !important;
}

/* ====== ブロック ====== */
.price {
  margin-top: -1px;
  padding-block: 40px;
  background: #eb51c2;
}

.price__inner {
  max-width: 1170px;
  margin-inline: auto;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .price__inner {
    padding-left: 20px;
  }
}

.price__title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* ====== 横スクロールリスト ====== */
.price__scroll-container {
  overflow-x: auto; /* こちらに横スクロールを適用 */
  position: relative;
}
@media screen and (max-width: 768px) {
  .price__scroll-container {
    margin-top: -3px;
  }
}

.price__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  /* overflow-x: auto; はここから削除 */
  /* scroll-snap-type: x mandatory; はここに残す */
}

.price__list::-webkit-scrollbar {
  display: none;
}

/* ====== アイテム ====== */
.price__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 360px;
  border-radius: 10px;
  background: #fff;
  padding: 40px 20px 0px;
  scroll-snap-align: start;
  line-height: 1.15; /* 115% */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.14%;
            flex: 0 0 90.14%;
    min-width: 250px;
  }
}

.price__item--recommend {
  border: 2px solid #eb51c2;
  position: relative;
}

/* ====== アイテムの中身 ====== */
.price__item-title {
  color: #eb51c2;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 26px;
  font-weight: 600;
}

.price__amount {
  margin-top: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .price__amount {
    margin-top: 10px;
  }
}
.price__amount span {
  color: #111;
  font-size: 48px;
  line-height: 55.2px;
}

.price__note {
  margin-top: -4px;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .price__note {
    margin-top: 1px;
  }
}

.price__features {
  font-size: 18px;
  font-weight: 300;
  list-style: none;
}

.price__feature {
  border-top: 1px solid #d9d9d9;
  padding-block: 30px;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .price__feature {
    padding-block: 32px;
  }
}
.price__feature span {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 600;
}

.price__scroll-hint {
  display: none;
}
@media screen and (max-width: 1000px) {
  .price__scroll-hint {
    display: block;
    position: absolute;
    top: 53%; /* 親要素の中央に配置 */
    right: 5%; /* 右端からの距離 */
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); /* 垂直方向の中央揃え */
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; /* フワッと変化 */
  }
  .price__scroll-hint.is-hidden {
    opacity: 0;
  }
}
/* ====== バッジ ====== */
.price__badge {
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -19.68px;
  color: #eb51c2;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  padding-block: 10px;
  border-radius: 70px;
  border: 2px solid #eb51c2;
  background: #fff;
  width: 78.8888888889%;
}

.qa {
  padding-block: 60px 70px;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-block: 35px 50px;
  }
}

.qa__inner {
  max-width: 1170px;
  margin-inline: auto;
  padding: 0 30px;
}

.qa__boxes {
  margin-top: 11px;
}

.qa__box {
  padding-block: 19px 15px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qa__box {
    gap: 19.5px;
  }
}
@media screen and (max-width: 768px) {
  .qa__box.qa__box--first {
    margin-top: 25px;
    padding-block: 0;
  }
}

.qa-box__right {
  position: absolute;
  right: 6px;
  color: #eb51c2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.qa-box.is-open .qa-box__right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: -4px;
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.qa-box__icon {
  color: #eb51c2;
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15; /* 115% */
}

.qa-box__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7; /* 170% */
  padding-right: 35px;
}

.qa-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.qa-box__a-icon {
  margin-left: 3px;
  color: #eb51c2;
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15; /* 115% */
}

.qa-box__a__text {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.733; /* 173.333% */
}

.cta__bg img {
  width: 100%;
}

.cta__body {
  padding-block: 50px;
  background: #eb51c2;
}
@media screen and (max-width: 768px) {
  .cta__body {
    padding-block: 30px;
  }
}

.cta__title {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.15; /* 115% */
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1; /* 100% */
  }
}

.cta__btn {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    margin-top: 10px;
  }
}

.footer {
  padding-block: 100px;
  background: #111;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 52px;
  }
}

.footer__copyright {
  text-align: center;
}
.footer__copyright img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .footer__copyright img {
    width: 87px;
  }
}

.pagetop {
  position: fixed;
  right: 0px;
  bottom: 40.32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 8px;
    right: 10px;
  }
}
.pagetop img {
  width: 125px;
  display: block;
}
@media screen and (max-width: 768px) {
  .pagetop img {
    width: 60px;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}