@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  margin-top: 0 !important; }

.mv-wrap__bg {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 10rem;
  background: url("../img/mv-wrap-bg.webp") bottom/cover no-repeat; }

.mv {
  background-image: url(../img/top/mv-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 10vh 0 0;
  height: 100vh;
  max-height: 840px; }
  @media screen and (min-width: 1681px) {
    .mv {
      padding: 6vh 0 0; } }
  .mv__picture {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: clip; }
    .mv__picture img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .mv__picture .mv__picture--text {
      position: absolute;
      right: 10%;
      top: 26%;
      width: clamp(3.9rem, 6.6vh, 5.7rem); }
  .mv__ribbon {
    position: absolute;
    width: 120%;
    height: 60px;
    bottom: 12vh;
    left: 50%;
    transform: translateX(-50%) rotate(-5deg);
    -webkit-transform: translateX(-50%) rotate(-5deg);
    -ms-transform: translateX(-50%) rotate(-5deg);
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, rgba(163, 178, 226, 0.7) 0%, rgba(171, 136, 208, 0.7) 100%); }
  .mv__ribbon p {
    font-size: clamp(1.7rem, 2.1vw, 2.1rem);
    letter-spacing: 0.1em;
    color: #FFFFFF; }
    .mv__ribbon p span {
      position: relative;
      z-index: 1; }
      .mv__ribbon p span::before {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 1.2rem;
        background: linear-gradient(to right, rgba(244, 198, 199, 0.7) 0%, rgba(241, 124, 177, 0.7) 100%); }
  .mv__ribbon--badge {
    position: absolute;
    bottom: 14.6vh;
    width: 33%;
    left: 3%; }
  .mv__additional {
    margin: -7vh auto 0;
    position: relative;
    z-index: 3;
    background: linear-gradient(to right, #FFFFFF 0%, #FDEFF1 100%);
    border-radius: 20px;
    padding: 1.5rem 4%;
    color: #545454; }
  .mv__additional--upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; }
    @media screen and (max-width: 834px) {
      .mv__additional--upper {
        margin-bottom: 1rem; } }
  .mv__additional--upper--icon {
    border-radius: 50%;
    overflow: hidden;
    margin-top: -8vh; }
  .mv__additional--upper--title {
    width: calc(100% - 6vh);
    text-align: center; }
    .mv__additional--upper--title span {
      font-weight: 500;
      display: block;
      font-size: clamp(1.2rem, 2.4vw, 1.5rem); }
    .mv__additional--upper--title span.ja-title {
      font-size: clamp(2.2rem, 2.4vw, 3.5rem);
      color: #E269AB; }
  .mv__additonal--lower {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .mv__additonal--lower--sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51%; }
    .mv__additonal--lower--sns .sns-item {
      width: 50%;
      text-align: center; }
      .mv__additonal--lower--sns .sns-item p {
        font-size: clamp(1.4rem, 2.4vw, 1.7rem);
        font-weight: 500; }
        .mv__additonal--lower--sns .sns-item p span.sns-item__title {
          font-size: clamp(1.2rem, 2.4vw, 1.6rem);
          font-weight: 500;
          display: block;
          line-height: 1.1; }
        .mv__additonal--lower--sns .sns-item p span.en {
          font-size: clamp(2.2rem, 2.4vw, 2.7rem); }
    .mv__additonal--lower--sns .sns-item:first-child {
      border-right: 1px solid #E2CCE0; }
  .mv__additonal--lower--sum {
    width: 49%;
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    @media screen and (max-width: 834px) {
      .mv__additonal--lower--sum {
        align-items: flex-end; } }
    .mv__additonal--lower--sum .sum-circle {
      border: 1px solid #EAD6E5;
      border-radius: 50%;
      aspect-ratio: 1 / 1;
      width: 33%;
      text-align: center;
      font-size: clamp(0.8rem, 2.1vw, 1.1rem);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      line-height: 1.2;
      font-weight: 500;
      background-color: #fff; }
      .mv__additonal--lower--sum .sum-circle span {
        font-size: clamp(1.2rem, 2.4vw, 1.5rem);
        display: block; }
    .mv__additonal--lower--sum .sum-info {
      width: 60%;
      font-size: clamp(1.5rem, 2.4vw, 1.7rem);
      font-weight: 400; }
      .mv__additonal--lower--sum .sum-info span.ts {
        color: #EA7DB4; }
      .mv__additonal--lower--sum .sum-info span.emphasis {
        font-size: clamp(3.5rem, 4.4vw, 5.6rem);
        font-style: italic; }

.top-campaign {
  border-radius: 10px 10px 20px 20px;
  margin-top: 5rem;
  background-color: #FFFFFF;
  overflow: hidden; }
  .top-campaign__title {
    background-color: #E269AB;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: clamp(1.8rem, 2.4vw, 2.2rem);
    font-weight: 500;
    color: #fff; }
  .top-campaign__contents {
    padding: 2rem 7% 1rem;
    color: #545454; }
  .top-campaign__item {
    border-bottom: 2px dotted #C6C6C6;
    margin-bottom: 2rem; }
  .top-campaign__item--lead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: baseline; }
  .top-campaign__item--badge {
    color: #FFFFFF;
    font-size: 1.5rem;
    padding: 0.5rem 1.3rem 0.8rem 0.7rem;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.04em; }
    @media screen and (max-width: 834px) {
      .top-campaign__item--badge {
        padding: 0.5rem 1.6rem 0.5rem 0.7rem; } }
    .top-campaign__item--badge::after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 7px solid #fff;
      right: 0px; }
  .top-campaign__item--text {
    font-weight: 500;
    font-size: clamp(1.8rem, 2.4vw, 2.5rem);
    line-height: 1;
    letter-spacing: 0.04em; }
    .top-campaign__item--text .ts {
      color: #E269AB;
      font-size: clamp(2.3rem, 2.9vw, 2.9rem); }
    .top-campaign__item--text .emphasis {
      font-size: clamp(3.5rem, 3.9vw, 4rem); }
  .top-campaign__item--list {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .top-campaign .child-item__title {
    text-align: center;
    font-weight: 500;
    font-size: clamp(1.4rem, 1.9vh, 1.9rem);
    margin-bottom: 0.2rem; }
  .top-campaign .child-item__info {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .top-campaign .before-price {
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    font-weight: 500;
    font-family: "Shippori Mincho", serif; }
  .top-campaign .child-item__price {
    display: flex;
    align-items: center;
    gap: 1rem; }
    .top-campaign .child-item__price .badge {
      color: #FFFFFF;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      padding: 0.5rem 1.6rem 0.9rem 0.7rem;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      background: linear-gradient(to right, #EDB8D7 0%, #EC8EC8 100%);
      display: flex;
      align-items: baseline;
      letter-spacing: 0.1em; }
      .top-campaign .child-item__price .badge::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        right: -3px;
        top: -12px;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-right: 14px solid #fff;
        transform: rotate(134deg); }
      .top-campaign .child-item__price .badge::after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 4px solid #fff;
        bottom: -9px;
        right: -6px;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-right: 14px solid #fff;
        transform: rotate(220deg); }
    .top-campaign .child-item__price .number {
      font-size: clamp(1.5rem, 2.4vw, 1.9rem); }
    .top-campaign .child-item__price .text {
      font-size: clamp(1.1rem, 2.4vw, 1.4rem); }
    .top-campaign .child-item__price .discount {
      font-size: clamp(1.4rem, 2.4vw, 1.6rem); }
    .top-campaign .child-item__price .price {
      color: #E269AB;
      font-weight: 500;
      font-size: clamp(2rem, 2.4vw, 2.5rem); }
      .top-campaign .child-item__price .price span {
        font-size: clamp(2.6rem, 2.9vw, 3rem); }
  .top-campaign__item2 .top-campaign__item--lead {
    align-items: center; }
  .top-campaign__item--message .st {
    font-size: clamp(1.5rem, 2.4vw, 1.9rem); }
  .top-campaign__item--message .ja-title {
    color: #E269AB;
    font-size: clamp(2.5rem, 3.1vw, 3rem); }
  .top-campaign__notes {
    display: flex;
    flex-direction: column;
    margin: 2rem auto 3rem;
    gap: 0.5rem 0; }
  .top-campaign .note {
    text-align: center;
    font-size: clamp(1.2rem, 2.4vw, 1.5rem);
    font-weight: 500; }

.top-dream {
  margin-top: 4rem; }
  .top-dream__title {
    text-align: center; }
    .top-dream__title span.lead {
      color: #E269AB;
      display: block;
      font-weight: 400;
      font-size: clamp(1.8rem, 2.4vw, 2.2rem);
      position: relative;
      width: fit-content;
      margin: 0 auto; }
      .top-dream__title span.lead::before {
        content: '';
        background-size: contain;
        background-image: url(../img/title-em1.webp);
        position: absolute;
        left: -30px;
        bottom: 0;
        width: 25px;
        height: 30px;
        background-repeat: no-repeat; }
      .top-dream__title span.lead::after {
        content: '';
        background-image: url("../img/title-em.webp");
        position: absolute;
        background-size: contain;
        right: -30px;
        bottom: 0;
        width: 25px;
        height: 30px;
        background-repeat: no-repeat; }
    .top-dream__title span.title {
      font-family: "Shippori Mincho", serif;
      font-size: clamp(2.7rem, 2.4vw, 3.2rem);
      position: relative; }
      .top-dream__title span.title::before {
        content: '';
        background-image: url(../img/dream-dec.webp);
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2rem;
        width: 70%;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
      .top-dream__title span.title span {
        font-size: clamp(3.5rem, 2.4vw, 4rem); }
  .top-dream__picture {
    margin: 3rem auto 0;
    position: relative; }
    .top-dream__picture::before {
      content: '';
      position: absolute;
      width: 100%;
      background-image: url(../img/dream-blur.png);
      background-size: contain;
      background-position: top;
      background-repeat: no-repeat;
      bottom: 0;
      left: 0;
      right: 0;
      height: 40%;
      z-index: 1; }
  .top-dream__message {
    color: #545454;
    margin-top: -10rem;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(2.2rem, 2.4vw, 2.5rem);
    position: relative;
    z-index: 5; }
    .top-dream__message span {
      color: #E269AB;
      font-size: clamp(2.5rem, 2.9vw, 3rem); }

.top-debut {
  padding: 6rem 0 5rem; }
  .top-debut__title {
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 0.16em; }
    .top-debut__title span.lead {
      display: block;
      position: relative;
      font-size: clamp(1.7rem, 2.5vw, 2rem);
      width: fit-content;
      margin: 0 auto 2.5rem; }
      .top-debut__title span.lead::before {
        content: '';
        background-image: url(../img/debut-dec.webp);
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3.6rem;
        width: 100%;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
    .top-debut__title span.title {
      font-family: "Shippori Mincho", serif;
      color: #E269AB;
      font-weight: 500;
      font-size: clamp(3rem, 3.2vw, 3.5rem); }
    .top-debut__title span.band {
      font-size: clamp(2.6rem, 3.2vw, 3.1rem);
      position: relative;
      letter-spacing: 0.16em;
      background-image: linear-gradient(transparent 0.8em, #FFF5AB 0, #FFF5AB calc(1.1em + 10px), transparent 0); }
      .top-debut__title span.band span {
        font-size: clamp(3rem, 4.9vw, 5rem); }
    .top-debut__title span.st {
      font-size: clamp(2.3rem, 3.2vw, 2.9rem); }
  .top-debut__picture {
    width: 87%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden; }
  .top-debut__message {
    letter-spacing: 0.1em;
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-size: clamp(2rem, 3.7vw, 2.5rem);
    font-family: "Shippori Mincho", serif; }
    .top-debut__message span.t-purple {
      color: #936CAB; }
    .top-debut__message span.t-pink {
      color: #E269AB; }
  .top-debut__text {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400; }

.top-map {
  padding: 6rem 0 15rem;
  background-color: #FBF5FC; }
  .top-map__title {
    font-family: "Shippori Mincho", serif;
    color: #E269AB;
    font-size: clamp(3.5rem, 3.9vw, 4rem);
    letter-spacing: 0.12em;
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto 3.7rem; }
    .top-map__title::before {
      content: '';
      background-size: contain;
      background-image: url(../img/title-em1.webp);
      position: absolute;
      left: -40px;
      bottom: -10px;
      width: 45px;
      height: 60px;
      background-repeat: no-repeat; }
    .top-map__title::after {
      content: '';
      background-image: url("../img/title-em.webp");
      position: absolute;
      background-size: contain;
      right: -40px;
      bottom: -10px;
      width: 45px;
      height: 60px;
      background-repeat: no-repeat; }
    .top-map__title span.lead {
      font-size: clamp(2rem, 2.5vw, 2.5rem);
      display: block; }
      .top-map__title span.lead span {
        font-size: clamp(2.5rem, 3vw, 3rem); }
  .top-map__picture {
    position: relative; }
  .top-map__picture--badge {
    position: absolute;
    width: 43%;
    bottom: -20px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .top-map__picture--badge {
        width: 50%;
        bottom: -30px; } }
    .top-map__picture--badge .badge-bg {
      position: absolute;
      z-index: 0; }
    .top-map__picture--badge .badge-text {
      position: relative; }
      .top-map__picture--badge .badge-text span.lead {
        font-size: clamp(1.4rem, 2.4vw, 1.7rem); }
      .top-map__picture--badge .badge-text span.main {
        font-size: clamp(1.4rem, 2.4vw, 1.7rem);
        line-height: 1; }
        .top-map__picture--badge .badge-text span.main .ja-title {
          font-size: clamp(5rem, 5.4vw, 5.5rem); }
    .top-map__picture--badge .note {
      position: relative;
      font-size: 1rem; }
      @media screen and (max-width: 834px) {
        .top-map__picture--badge .note {
          padding-bottom: 1rem; } }

.top-strength {
  margin: -8rem 0 0;
  padding: 10rem 0 6rem;
  background-image: url(../img/strength-bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .top-strength__title {
    text-align: center;
    margin-bottom: 4rem; }
    .top-strength__title span.top-strength__title-en {
      color: #EFDFD3;
      display: block;
      text-align: center;
      font-size: clamp(2rem, 2.5vw, 2.5rem);
      margin-bottom: 2.5rem; }
    .top-strength__title span.lead {
      font-weight: 400;
      font-size: clamp(1.6rem, 2.4vw, 2rem);
      display: block; }
    .top-strength__title span.t-pink {
      font-weight: 500;
      font-family: "Shippori Mincho", serif;
      color: #E269AB;
      font-size: clamp(3.4rem, 3.8vw, 3.8rem);
      position: relative; }
      .top-strength__title span.t-pink::before {
        content: '';
        background-image: url("../img/title-dec2.webp");
        position: absolute;
        background-size: contain;
        left: -20px;
        bottom: -10px;
        width: 22px;
        height: 40px;
        background-repeat: no-repeat; }
      .top-strength__title span.t-pink span {
        font-size: clamp(3.8rem, 4.2vw, 4.2rem); }
  .top-strength caption.visually-hidden {
    display: none; }
  .top-strength table {
    width: 100%;
    border-collapse: collapse; }
  .top-strength thead {
    display: grid;
    grid-template-columns: 0.4fr 2.5fr 1.4fr; }
  .top-strength tbody {
    border-collapse: separate;
    box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.05); }
  .top-strength thead tr,
  .top-strength tbody tr {
    display: contents; }
  .top-strength tbody {
    display: grid;
    grid-template-columns: 0.4fr 2.5fr 1.4fr; }
  .top-strength th,
  .top-strength td {
    padding: 2rem 2%; }
    @media screen and (max-width: 834px) {
      .top-strength th,
      .top-strength td {
        padding: 2rem 5%; } }
  .top-strength tr th.col-emphasis {
    background: #F195BF;
    border-radius: 27px 27px 0 0;
    color: #fff;
    font-size: clamp(1.9rem, 2.5vw, 2.1rem);
    font-weight: 400; }
  .top-strength th.col-emphasis {
    position: relative; }
    .top-strength th.col-emphasis::before {
      content: '';
      position: absolute;
      bottom: -1.6rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: url(../img/col-emphasis-dec.svg) no-repeat center/cover;
      width: 3rem;
      height: 2rem; }
  .top-strength tr th.col-gen {
    background-color: #BCBCBC;
    border-radius: 13px 13px 0 0;
    color: #fff;
    font-size: clamp(1.27rem, 1.8vw, 1.8rem);
    align-self: end; }
  .top-strength tbody th,
  .top-strength tbody td {
    border-bottom: 2px solid #DDDDDD; }
  .top-strength tbody th.tr-last,
  .top-strength tbody td.tr-last {
    border-bottom: 0px solid #DDDDDD; }
  .top-strength tr th.tr-title {
    background-color: #C8B2D8;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    justify-content: center;
    writing-mode: vertical-rl; }
  .top-strength tr th.tr-title.tr-title-first {
    border-radius: 10px 0 0 0; }
  .top-strength tr th.tr-title.tr-title-last {
    border-radius: 0 0 0 10px; }
  .top-strength tr td.tr-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: clamp(1.35rem, 2.5vw, 1.4rem); }
    .top-strength tr td.tr-main span.top-strength__price {
      color: #E269AB;
      font-size: clamp(2.6rem, 2.9vw, 2.9rem);
      font-weight: 500;
      margin-bottom: 1rem; }
    .top-strength tr td.tr-main .top-strength__accent {
      color: #E269AB;
      font-size: clamp(1.6rem, 1.9vw, 1.9rem);
      font-weight: 500;
      text-align: center;
      margin-bottom: 1rem; }
      .top-strength tr td.tr-main .top-strength__accent span.emphasis {
        font-size: clamp(2.9rem, 3.3vw, 3.3rem);
        letter-spacing: 0.08em; }
      .top-strength tr td.tr-main .top-strength__accent span.st {
        font-size: clamp(1.2rem, 1.4vw, 1.4rem);
        letter-spacing: inherit; }
  .top-strength tr td.tr-com {
    background-color: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem); }
    .top-strength tr td.tr-com span {
      font-size: clamp(1.9rem, 2.3vw, 2.3rem); }
  .top-strength tr td.tr-com span.sd {
    display: flex;
    flex-direction: column;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem); }
    .top-strength tr td.tr-com span.sd span.box {
      font-size: clamp(1.2rem, 1.4vw, 1.4rem);
      letter-spacing: 0.06em; }
    .top-strength tr td.tr-com span.sd span.emphasis {
      font-size: clamp(1.9rem, 2.3vw, 2.3rem); }
  .top-strength__comparison {
    margin-top: 6rem; }
  .top-strength .comparison__title {
    text-align: center;
    font-size: clamp(1.8rem, 2.2vw, 2.2rem);
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #DDDDDD;
    width: fit-content;
    margin: 0 auto 4rem; }
  .top-strength .comparison__list {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
  .top-strength .comparison__item {
    box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 15px 15px; }
  .top-strength .comparison__item6 {
    position: relative; }
  .top-strength .comparison__item--dec {
    position: absolute;
    width: 7rem;
    height: auto;
    top: -2rem;
    left: 5%; }
  .top-strength .comparison__item--title {
    padding: 0.2rem 0;
    background-color: #D5C3E0;
    text-align: center;
    font-size: clamp(1.6rem, 2.1vw, 2.1rem);
    color: #fff;
    border-radius: 15px 15px 0 0; }
  .top-strength .child-list {
    display: flex;
    padding: 2.5rem 5%;
    justify-content: center;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .top-strength .child-list {
        padding: 2rem 3%; } }
  .top-strength .child-item {
    padding: 0 2%;
    min-height: 8.6rem;
    border-right: dotted 3px #C9C9C9; }
  .top-strength .child-item:last-child {
    border-right: dotted 0px #C9C9C9; }
  .top-strength .child-item__title {
    text-align: center;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 0.7rem;
    margin-bottom: 0.5rem; }
  .top-strength .child-item__main {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em; }
  .top-strength .child-item__text {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 0 2%; }
  .top-strength .child-item:first-child {
    width: 38%; }
    @media screen and (max-width: 834px) {
      .top-strength .child-item:first-child {
        width: 36%; } }
    .top-strength .child-item:first-child .child-item__title {
      color: #E269AB;
      font-size: clamp(1.3rem, 1.8vw, 1.8rem); }
    .top-strength .child-item:first-child .child-item__main {
      color: #E269AB;
      font-size: clamp(1.8rem, 2vw, 2rem); }
      .top-strength .child-item:first-child .child-item__main span {
        font-size: clamp(3rem, 3.8vw, 3.8rem); }
    .top-strength .child-item:first-child .child-item__text {
      color: #E269AB;
      font-size: clamp(3rem, 3.2vw, 3.2rem); }
  .top-strength .child-item:nth-child(2),
  .top-strength .child-item:nth-child(3) {
    width: 31%; }
    @media screen and (max-width: 834px) {
      .top-strength .child-item:nth-child(2),
      .top-strength .child-item:nth-child(3) {
        width: 32%; } }
    .top-strength .child-item:nth-child(2) .child-item__title,
    .top-strength .child-item:nth-child(3) .child-item__title {
      font-size: clamp(1.3rem, 1.7vw, 1.7rem); }
    .top-strength .child-item:nth-child(2) .child-item__main,
    .top-strength .child-item:nth-child(3) .child-item__main {
      padding-top: 1rem;
      font-size: clamp(1.4rem, 1.7vw, 1.7rem); }
      .top-strength .child-item:nth-child(2) .child-item__main span,
      .top-strength .child-item:nth-child(3) .child-item__main span {
        font-size: clamp(2.1rem, 2.5vw, 2.5rem); }
    .top-strength .child-item:nth-child(2) .child-item__text,
    .top-strength .child-item:nth-child(3) .child-item__text {
      font-size: clamp(1.9rem, 2.2vw, 2.2rem);
      padding-top: 1rem; }
  .top-strength__check {
    display: block;
    border-radius: 25px;
    position: relative;
    margin-top: 14rem;
    background: linear-gradient(to right, #E9F0FF 0%, #F4CBE2 100%);
    padding: clamp(4.5rem, 6.5vw, 6.5rem) 6% 3rem; }
    @media screen and (max-width: 834px) {
      .top-strength__check {
        font-size: 1.4rem; } }
  .top-strength__check--picture {
    position: absolute;
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -80px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .top-strength .check {
    width: 5.5rem;
    height: auto; }
  .top-strength__check--title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem; }
    .top-strength__check--title img {
      width: 3rem;
      height: auto; }
    .top-strength__check--title span {
      font-size: clamp(1.7rem, 2.2vw, 2.2rem);
      line-height: 1.3; }
  .top-strength__check--text {
    text-align: center;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem); }
    .top-strength__check--text span {
      font-weight: 700;
      color: #E269AB;
      font-size: clamp(1.6rem, 1.9vw, 1.9rem);
      letter-spacing: 0.02em; }
      .top-strength__check--text span span {
        font-size: clamp(1.8rem, 2.2vw, 2.2rem); }

.top-course__main {
  background: #fcf7f0;
  padding: 6rem 0; }
.top-course__title {
  text-align: center;
  margin-bottom: 4rem; }
  .top-course__title .top-course__title-en {
    color: #EFDFD3;
    display: block;
    text-align: center;
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    margin-bottom: 2.5rem; }
  .top-course__title .lead {
    font-size: clamp(1.7rem, 5.4vw, 2rem);
    display: block;
    margin-bottom: 1rem; }
  .top-course__title .top-course__title-ja {
    font-size: clamp(3.5rem, 4.1vw, 4.1rem);
    color: #F195BF;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 85%;
    margin: 0 auto; }
    .top-course__title .top-course__title-ja span {
      display: flex;
      background-color: #fff;
      aspect-ratio: 1 / 1;
      border: 1px solid #727272;
      line-height: 1;
      justify-content: center;
      align-items: center; }
    .top-course__title .top-course__title-ja span:first-child {
      font-size: clamp(4.2rem, 4.4vw, 4.4rem); }
.top-course__links {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0;
  gap: 1.8rem 2rem; }
.top-course__link {
  width: fit-content;
  display: block;
  margin-right: 2rem; }
  @media screen and (max-width: 834px) {
    .top-course__link {
      margin-right: 0rem; } }
.top-course__link a {
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  padding: 0.7rem 8%;
  width: fit-content; }
.top-course__link.pink a {
  background: linear-gradient(to right, #F0B0C9 0%, #F195BF 100%); }
.top-course__link.purple a {
  background: linear-gradient(to right, #BFB6E7 0%, #BAADE0 100%); }
.top-course__link.blue a {
  background: linear-gradient(to right, #9CCBE8 0%, #99C3FF 100%); }
.top-course__link a .check {
  width: 2.5rem;
  height: 2.5rem; }
  .top-course__link a .check img {
    width: 100%;
    height: auto; }
.top-course__list {
  display: flex;
  flex-direction: column;
  gap: 5rem; }
.top-course__link a p {
  white-space: nowrap;
  font-size: clamp(1.7rem, 2vw, 2rem); }
.top-course__tag {
  font-family: "Shippori Mincho", serif;
  width: fit-content;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 0.5rem 1.9rem;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem); }
.top-course__item--main {
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  padding: 3.5rem 5%; }
  .top-course__item--main .item__title {
    letter-spacing: 0.1em;
    font-size: clamp(3rem, 3.6vw, 3.6rem);
    text-align: center;
    margin-bottom: 1rem; }
    .top-course__item--main .item__title span.lead {
      font-size: clamp(1.7rem, 2vw, 2rem);
      display: block;
      color: #545454;
      letter-spacing: 0.01em; }
  .top-course__item--main .item__text {
    font-size: clamp(1.3rem, 1.5vw, 1.5rem);
    margin: 0 0 2rem 0; }
  .top-course__item--main .item__tags {
    margin: 0 auto 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    gap: 1rem;
    width: 80%; }
  .top-course__item--main li.item__tag {
    border-radius: 24px;
    display: flex;
    font-size: clamp(1.5rem, 1.9vw, 1.9rem);
    align-items: center;
    justify-content: center;
    gap: 0.3em;
    padding: 0.5rem 1rem;
    line-height: 1; }
  .top-course__item--main .item__picture {
    overflow: hidden;
    border-radius: 20px; }
    .top-course__item--main .item__picture img {
      width: 100%; }
  .top-course__item--main .item__price {
    margin: 3rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; }
  .top-course__item--main .item__price--title {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    padding: 1rem 0;
    line-height: 1;
    letter-spacing: 0.04em;
    border-bottom: 1.5px solid #DDDDDD;
    border-top: 1.5px solid #DDDDDD; }
  .top-course__item--main .item__price--text {
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.04em; }
    .top-course__item--main .item__price--text span.main {
      position: relative; }
      .top-course__item--main .item__price--text span.main::before {
        content: '';
        background-image: url("../img/price-dec1.webp");
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2rem;
        width: 130%;
        height: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
    .top-course__item--main .item__price--text span.emphasis {
      font-size: clamp(5rem, 3.7vw, 6rem);
      line-height: 1; }
    .top-course__item--main .item__price--text span.yen {
      font-size: clamp(2.5rem, 1.9vw, 3rem); }
    .top-course__item--main .item__price--text span.tag {
      font-size: clamp(1.4rem, 1.5vw, 1.8rem); }
  .top-course__item--main .item__note {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    margin-bottom: 4rem;
    padding-left: 2rem; }
    .top-course__item--main .item__note li {
      text-indent: -1.8rem;
      line-height: 1.5;
      margin-bottom: 0.3rem; }
  .top-course__item--main .item__including {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #D8D8D8; }
  .top-course__item--main .including__title {
    text-align: center;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    background-color: #D8D8D8;
    line-height: 1;
    padding: 1rem; }
  .top-course__item--main .including__main {
    padding: 1rem 10%;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem); }
    .top-course__item--main .including__main span {
      font-size: clamp(1.2rem, 1.6vw, 1.5rem);
      display: block; }
  .top-course__item--main .including__main.gray {
    background: #F4F4F4; }
  .top-course__item--main .item__d-list {
    margin-top: clamp(4rem, 6vw, 6rem);
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 4vw, 4rem) 0; }
  .top-course__item--main .d-list__title {
    font-size: clamp(1.75rem, 1.8vw, 2rem);
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: clamp(1rem, 2vw, 2rem);
    padding: 0 1rem; }
    .top-course__item--main .d-list__title::before {
      content: '';
      width: 25%;
      height: 0.5rem;
      border-bottom: 2px solid #DDDDDD;
      position: absolute;
      z-index: -1;
      left: 0%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    .top-course__item--main .d-list__title::after {
      content: '';
      width: 25%;
      height: 0.5rem;
      border-bottom: 2px solid #DDDDDD;
      position: absolute;
      z-index: -1;
      right: 0%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .top-course__item--main .d-list__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 2rem; }
  .top-course__item--main .d-list__item {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    text-indent: -1.9rem; }
  .top-course__item--main .d-list__not {
    line-height: 1;
    text-align: center;
    font-size: clamp(2.7rem, 2.1vw, 3.2rem);
    font-family: "Shippori Mincho", serif;
    background-image: linear-gradient(transparent 1.4em, #EEE4F4 0, #EEE4F4 calc(1.1em + 30.1px), transparent 0);
    width: fit-content;
    margin: 0 auto 2rem; }
    .top-course__item--main .d-list__not span {
      font-size: clamp(4.5rem, 3.2vw, 5.2rem); }
  .top-course__item--main .d-list__not--info {
    font-size: clamp(1.5rem, 1.1vw, 1.7rem);
    margin-bottom: 1rem; }
  .top-course__item--main .d-list__not--schedule {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: #545454; }
    @media screen and (max-width: 834px) {
      .top-course__item--main .d-list__not--schedule {
        flex-direction: column;
        margin: 1.5rem 0;
        gap: 0.5rem; } }
    .top-course__item--main .d-list__not--schedule .title {
      background-color: #EAEAEA;
      border: 4px;
      line-height: 1;
      padding: 0.5rem 0.2rem;
      width: 20%;
      text-align: center;
      font-size: clamp(1.4rem, 1.1vw, 1.4rem); }
      @media screen and (max-width: 834px) {
        .top-course__item--main .d-list__not--schedule .title {
          width: 28%; } }
    .top-course__item--main .d-list__not--schedule .text {
      font-size: clamp(1.4rem, 1.1vw, 1.4rem); }
  .top-course__item--main .d-list__tag {
    border-radius: 0 24px 24px 0;
    width: fit-content;
    color: #fff;
    padding: 0.5rem 2rem 0.5rem 1.5rem;
    margin-top: 1rem; }
    .top-course__item--main .d-list__tag span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #fff;
      margin-right: 0.5rem; }
  .top-course__item--main .d-list__text {
    font-size: clamp(1.4rem, 2.4vw, 1.7rem);
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-bottom: 3rem; }
  .top-course__item--main .d-list__pictures {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .top-course__item--main .d-list__picture {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; }
    .top-course__item--main .d-list__picture img {
      border-radius: 10px;
      overflow: hidden;
      object-fit: cover;
      width: 100%; }
    .top-course__item--main .d-list__picture p {
      font-size: clamp(1.5rem, 2.4vw, 1.8rem);
      text-align: center; }
      .top-course__item--main .d-list__picture p span {
        font-size: clamp(1.2rem, 2.4vw, 1.4rem);
        display: block; }
  .top-course__item--main .d-list__pictures--des {
    font-size: clamp(1.6rem, 2.4vw, 1.9rem);
    line-height: 1.7;
    margin-top: 3.5rem; }
    .top-course__item--main .d-list__pictures--des .full-mark {
      display: inline-block;
      padding: 0.2rem 0.7rem;
      font-size: clamp(1.6rem, 2.4vw, 1.9rem);
      color: #fff;
      border-radius: 5.5px;
      margin: 3px 0.2rem; }
.top-course__item1 .g-pink {
  background: linear-gradient(to right, #F0B0C9 0%, #F195BF 100%); }
.top-course__item1 .item__title {
  color: #E269AB; }
.top-course__item1 li.item__tag {
  background-color: #F7E4EE;
  color: #EA86C2; }
.top-course__item1 .item__price--text {
  color: #E269AB; }
.top-course__item1 .d-list__title {
  color: #E269AB; }
.top-course__item1 .d-list__not {
  background-image: linear-gradient(transparent 1.4em, #F9E5F2 0, #F9E5F2 calc(1.1em + 30.1px), transparent 0); }
.top-course__item1 .d-list__tag {
  background: linear-gradient(to right, #E387AC 0%, #EF69AB 100%); }
.top-course__item1 .d-list__text span.mark {
  background-image: linear-gradient(transparent 0.8em, #F9E5F2 0, #F9E5F2 calc(1.1em + 30.1px), transparent 0); }
.top-course__item1 .d-list__pictures--des .full-mark {
  background: linear-gradient(to right, #E387AC 0%, #EF69AB 100%); }
.top-course__item1 .d-list__pictures--des .t-pink {
  color: #E269AB; }
.top-course__item2 .g-purple {
  background: linear-gradient(to right, #BFB6E7 0%, #BAADE0 100%); }
.top-course__item2 .item__title {
  color: #936CAB; }
.top-course__item2 li.item__tag {
  background-color: #EEE4F4;
  color: #B28FCC; }
.top-course__item2 .item__price--text {
  color: #936CAB; }
.top-course__item2 .d-list__title {
  color: #936CAB; }
.top-course__item2 .d-list__not {
  background-image: linear-gradient(transparent 1.4em, #EEE4F4 0, #EEE4F4 calc(1.1em + 30.1px), transparent 0); }
.top-course__item2 .d-list__tag {
  background: linear-gradient(to right, #C2A1CD 0%, #9C7BB8 100%); }
.top-course__item2 .d-list__text span.mark {
  background-image: linear-gradient(transparent 0.8em, #EEE4F4 0, #EEE4F4 calc(1.1em + 30.1px), transparent 0); }
.top-course__item2 .d-list__pictures--des .full-mark {
  background: linear-gradient(to right, #C2A1CD 0%, #9C7BB8 100%); }
.top-course__item2 .d-list__pictures--des .t-purple {
  color: #936CAB; }
.top-course__item3 .top-course__item--main {
  position: relative; }
.top-course__item3 .top-course__item--dec {
  position: absolute;
  top: -50px;
  right: -1.5rem; }
  .top-course__item3 .top-course__item--dec img {
    width: 9.9rem;
    height: auto; }
.top-course__item3 .item__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  line-height: 1.2;
  color: #6AA7DB;
  margin-bottom: 2rem; }
  .top-course__item3 .item__title span.lead {
    margin-bottom: 0.3rem; }
  .top-course__item3 .item__title span.s-text {
    font-size: clamp(1.6rem, 1.1vw, 1.8rem);
    line-height: 1.1; }
.top-course__item3 .g-blue {
  background: linear-gradient(to right, #9CCBE8 0%, #99C3FF 100%); }
.top-course__item3 .item__price--text {
  color: #6AA7DB; }
.top-course__item3 .d-list__title {
  color: #6AA7DB; }
.top-course__item3 .d-list__text span.mark {
  background-image: linear-gradient(transparent 0.8em, #E5F0F9 0, #E5F0F9 calc(1.1em + 30.1px), transparent 0); }
.top-course__item3 .d-list__not {
  background-image: linear-gradient(transparent 1.4em, #E5F0F9 0, #E5F0F9 calc(1.1em + 30.1px), transparent 0); }
.top-course__additional--lead-box {
  padding: 3rem 0 4rem;
  background: url("../img/step-bg.webp") bottom/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; }
.top-course__addtional--lead {
  color: #fff;
  font-size: clamp(2.25rem, 2.2vw, 2.6rem);
  font-weight: 600; }
.top-course__addtional--main {
  padding: 5rem 0 7rem; }
.top-course .additonal__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  margin-bottom: 3rem;
  letter-spacing: 0.08em;
  position: relative;
  font-weight: 500; }
  .top-course .additonal__title span {
    display: inline-block;
    font-size: clamp(2.65rem, 2.2vw, 3rem);
    letter-spacing: 0.1em;
    color: #E269AB;
    position: relative; }
    .top-course .additonal__title span::before {
      content: '';
      background-image: url(../img/additional-title-dec.webp);
      position: absolute;
      left: 0;
      right: 0;
      bottom: -0.4rem;
      width: 100%;
      height: 14px;
      background-repeat: no-repeat;
      background-size: contain;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
.top-course .additional__sub-title {
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 3rem auto 4rem; }
  .top-course .additional__sub-title::before {
    content: '';
    background-image: url("../img/add-dec.svg");
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.4rem;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
.top-course .additional__note {
  margin-top: 2rem;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  color: #848484;
  font-weight: 400;
  line-height: 1.6; }
.top-course__additional--info {
  background-color: #F3EDF7;
  padding: 5rem 7% 5rem;
  border-radius: 37px;
  position: relative; }
  .top-course__additional--info .triangle {
    position: absolute;
    z-index: 0;
    top: -3.3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
.top-course .ai__title {
  text-align: center;
  margin-bottom: 2.5rem; }
  .top-course .ai__title span.lead {
    background-color: #FFFFFF;
    color: #B190C4;
    border-radius: 31px;
    display: block;
    width: fit-content;
    margin: 0 auto 2rem;
    text-align: center;
    padding: 0.9rem 1.4rem;
    line-height: 1;
    font-size: clamp(1.6rem, 1.2vw, 1.8rem); }
  .top-course .ai__title span.title {
    font-size: clamp(2.25rem, 1.7vw, 2.6rem);
    color: #B190C4;
    font-weight: 400; }
.top-course .ai__text {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  line-height: 1.8; }
.top-course .ai__note {
  font-size: clamp(1.2rem, 1.7vw, 1.4rem);
  margin-top: 1rem; }

.top-voice {
  background-color: #f9f6ea;
  margin-top: 5.3rem;
  padding: 6rem 0 12rem;
  /* 前に戻る画像パス */
  /* 次に進む画像パス */ }
  .top-voice__title {
    width: 90%;
    margin: 0 auto 1rem;
    text-align: center;
    font-size: clamp(3rem, 3.3vw, 3.5rem);
    font-weight: 400;
    letter-spacing: 0.2em; }
  .top-voice__title-en {
    color: #EFDFD3;
    display: block;
    text-align: center;
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    margin-bottom: 1.4rem;
    letter-spacing: 0.02em; }
  .top-voice__title-ja {
    font-size: clamp(3rem, 3.3vw, 3.5rem);
    font-weight: 400;
    letter-spacing: 0.2em; }
  .top-voice__swiper {
    overflow: hidden;
    padding-top: 5rem; }
  .top-voice .swiper-wrapper {
    display: flex;
    align-items: flex-start; }
  .top-voice .swiper-slide {
    min-height: 74rem;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 7rem 7% 4rem;
    position: relative;
    z-index: 6 !important;
    box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.05); }
  .top-voice .slide__icon {
    position: absolute;
    top: -4rem;
    max-width: 9rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
  .top-voice .slide__name {
    text-align: center;
    font-size: clamp(1.5rem, 1.6vw, 1.7rem);
    margin-bottom: 1.2rem; }
  .top-voice .slide__course {
    text-align: center;
    font-size: clamp(1.3rem, 1.6vw, 1.4rem);
    margin-bottom: 3rem; }
    .top-voice .slide__course span.title {
      border: #E2E2E2 1px solid;
      margin-right: 1rem;
      padding: 0.2rem 0.5rem;
      text-align: center; }
  .top-voice .slide__title {
    margin: 0 auto 3rem;
    width: 90%;
    text-align: center;
    padding: 2rem 0;
    border-top: 2px solid #D8D8D8;
    border-bottom: 2px solid #D8D8D8;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    color: #E269AB; }
  .top-voice .slide__text {
    font-size: clamp(1.3rem, 1.6vw, 1.6rem);
    line-height: 1.8; }
  .top-voice .swiper__bar {
    margin: 2rem auto 0;
    width: 60%;
    text-align: center; }
  .top-voice .swiper__bar--title {
    color: #C9BC91;
    font-size: clamp(1.3rem, 1.8vw, 1.8rem); }
  .top-voice .swiper-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto; }
  .top-voice .swiper-button-next, .top-voice .swiper-button-prev {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    margin-top: 0; }
  .top-voice .swiper-button-prev:after,
  .top-voice .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.6rem;
    width: 12.5rem;
    margin: auto; }
  .top-voice .swiper-button-prev:after {
    background-image: url("../img/swiper-arrow1.svg"); }
  .top-voice .swiper-button-next:after {
    background-image: url("../img/swiper-arrow2.svg"); }

.top-follow {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top, #E3F0FF 0%, #EDE4F4 100%);
  border-radius: 70px;
  border: 4px solid #fff;
  margin-top: -6rem;
  padding: 4rem 5% 5rem; }
  .top-follow__title {
    margin-bottom: 3rem; }
  .top-follow__title-en {
    color: #fff;
    display: block;
    text-align: center;
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    margin-bottom: 1.8rem;
    letter-spacing: 0.02em; }
  .top-follow__youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }

.top-ideal {
  position: relative;
  z-index: 0;
  margin-top: -7rem; }
  .top-ideal__wrap {
    padding: 15rem 0 5rem;
    background: url("../img/vision-bg.webp") top/cover no-repeat; }
  .top-ideal__main {
    position: relative;
    padding-bottom: 5rem; }
  .top-ideal__main--picture1 {
    width: 65%;
    margin: 0 auto 17rem 0; }
  .top-ideal__main--picture2 {
    margin: 0 0 0 auto;
    width: 90%; }
  .top-ideal__main--title-ja {
    position: absolute;
    writing-mode: vertical-rl;
    top: -4rem;
    right: 10%; }
    .top-ideal__main--title-ja span.title {
      font-size: clamp(2.9rem, 3.5vw, 3.5rem);
      display: block;
      font-weight: 500;
      color: #e269ab; }
    .top-ideal__main--title-ja span.sub-title {
      font-size: clamp(1.75rem, 2.2vw, 2.2rem);
      padding-top: 5rem; }
    .top-ideal__main--title-ja span.border {
      display: inline-block;
      width: 0.5px;
      height: 3.8rem;
      background-color: #545454;
      margin-top: 0.8rem; }
  .top-ideal__main--text {
    position: absolute;
    writing-mode: vertical-rl;
    top: 35%;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    left: 7%; }
  .top-ideal__fit-wrap {
    margin: 0 auto 5rem;
    width: 70%; }
    @media screen and (max-width: 834px) {
      .top-ideal__fit-wrap {
        width: 80%; } }
  .top-ideal__fit--title {
    position: relative;
    font-size: clamp(2.1rem, 2.4vw, 2.4rem);
    color: #545454;
    text-align: center;
    width: fit-content;
    margin: 0 auto 0rem; }
    .top-ideal__fit--title::before {
      content: '';
      background-image: url("../img/ideal-text-dec1.svg");
      position: absolute;
      left: -2rem;
      width: 1rem;
      bottom: -10px;
      height: 3.5rem;
      background-repeat: no-repeat;
      background-size: contain; }
    .top-ideal__fit--title::after {
      content: '';
      background-image: url("../img/ideal-text-dec2.svg");
      position: absolute;
      right: -2rem;
      width: 1rem;
      bottom: -10px;
      height: 3.5rem;
      background-repeat: no-repeat;
      background-size: contain; }
  .top-ideal__fit {
    padding: 5rem 5% 5rem clamp(3rem, 5vw, 5rem);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; }
    .top-ideal__fit::before {
      content: '';
      background-image: url("../img/border.webp");
      position: absolute;
      left: 0;
      right: 0;
      top: 0rem;
      width: 100%;
      height: 40px;
      background-repeat: no-repeat;
      background-size: contain;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    .top-ideal__fit::after {
      content: '';
      background-image: url("../img/border.webp");
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0rem;
      width: 100%;
      height: 40px;
      background-repeat: no-repeat;
      background-size: contain;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
  .top-ideal__fit--item {
    text-indent: -1.7rem;
    color: #545454;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    line-height: 1.6; }
  .top-ideal__not-fit {
    width: 75%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 9px; }
    @media screen and (max-width: 834px) {
      .top-ideal__not-fit {
        width: 80%; } }
  .top-ideal__not-fit--title {
    background: #A5A4A0;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    padding: 0.7rem 2%; }
  .top-ideal__not-fit--list {
    padding: 2rem 6% 2rem 2.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem 0; }
  .top-ideal__not-fit--item {
    text-indent: -1.4rem;
    color: #545454;
    font-size: clamp(1.3rem, 18vw, 1.5rem); }

.top-description {
  padding: 6rem 0 10rem;
  background: url("../img/description-bg.webp") top/cover no-repeat; }
  .top-description__title {
    letter-spacing: 0.3em;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    width: 50%;
    background-color: #fff;
    line-height: 1;
    padding: 2rem 0 0;
    border-radius: 20px 20px 0 0;
    font-size: clamp(1.9rem, 2vw, 2.2rem); }
  .top-description__main {
    border-radius: 20px;
    background-color: #fff;
    padding: clamp(4rem, 6vw, 6rem) 8%;
    display: flex;
    flex-direction: column;
    gap: 4rem; }
  .top-description__item--title {
    border: 1px solid #F4CBE4;
    border-radius: 20px;
    width: fit-content;
    margin: 0 auto clamp(1.5rem, 2.5vw, 2.5rem);
    color: #E269AB;
    font-size: clamp(1.4rem, 1.8vw, 1.7rem);
    padding: 0.4rem 0.9rem;
    line-height: 1; }
  .top-description .period {
    margin-bottom: clamp(1.5rem, 2.5vw, 2.5rem); }
    .top-description .period span.title {
      text-align: center;
      line-height: 1;
      font-size: clamp(1.4rem, 1.8vw, 1.7rem);
      display: block;
      letter-spacing: 0.06em;
      margin-bottom: 0.2rem; }
    .top-description .period span.number {
      font-family: "Shippori Mincho", serif;
      font-size: clamp(1.9rem, 2vw, 2.2rem);
      text-align: center;
      display: inline-block;
      width: 100%; }
    .top-description .period span.emphasis {
      font-size: clamp(2.7rem, 2.8vw, 2.9rem);
      letter-spacing: 0.06em; }
    .top-description .period span.date {
      font-size: clamp(2.1rem, 2.4vw, 2.5rem); }
    .top-description .period span.s-text {
      display: block;
      font-size: clamp(1.25rem, 1.4vw, 1.4rem); }
  .top-description .period:last-child {
    margin-bottom: 0; }
  .top-description .period__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto; }
    .top-description .period__wrap .period {
      width: 48%; }
  .top-description .address__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0; }
  .top-description .address {
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem); }
  .top-description .address img {
    width: 1rem;
    height: auto; }
  .top-description .bridge {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem); }
  .top-description__note {
    font-size: clamp(1.35rem, 1.5vw, 1.5rem);
    margin-top: 2rem;
    text-align: center; }
  .top-description .benefit__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 93%;
    margin: 0 auto; }
  .top-description .benefit__item {
    display: flex;
    align-items: baseline;
    gap: 0.7rem;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    letter-spacing: 0.06em; }
  .top-description .benefit__item img {
    width: 1.5rem;
    height: auto; }

.top-faq {
  padding: 5rem 0 6rem; }
  .top-faq__title {
    width: 90%;
    margin: 0 auto 4rem;
    text-align: center; }
  .top-faq__title-en {
    color: #EFDFD3;
    display: block;
    text-align: center;
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    margin-bottom: 0.8rem;
    letter-spacing: 0.02em; }
  .top-faq__title-ja {
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: 400; }
  .top-faq__contents {
    display: flex;
    flex-direction: column;
    gap: 3rem; }
  .top-faq .accordion dt.plus {
    position: relative;
    background: linear-gradient(to right, #FFE9EF 0%, #E1DCF6 100%);
    padding: 1.8rem 12% 1.8rem 15%;
    border-radius: 12px;
    z-index: 1;
    text-indent: -3.5rem; }
  .top-faq .accordion dt.plus .ja-title {
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    color: #F78BB7;
    margin-right: 1rem; }
  .top-faq .accordion dt.plus::before {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 50%;
    width: 17px;
    height: 2px;
    background: #ffffff;
    margin: auto; }
  .top-faq .accordion dt.plus:after {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 50%;
    width: 17px;
    height: 2px;
    background: #ffffff;
    transform: rotate(90deg);
    margin: auto;
    transition: 0.2s; }
  .top-faq .accordion dt.active:after {
    transform: rotate(0deg);
    transition: 0.2s; }
  .top-faq .accordion dd {
    margin-top: -1rem;
    z-index: 0;
    padding: clamp(3rem, 4vw, 4rem) 7% clamp(2rem, 3vw, 3rem);
    font-size: clamp(1.4rem, 1.1vw, 1.6rem);
    position: relative;
    line-height: 1.7;
    word-break: break-all;
    color: #666;
    background-color: #FFF8FD;
    border-radius: 0 0 12px 12px; }
