@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;
  -o-object-fit: cover;
     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: 18.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__wrap {
  margin-top: 5rem;
  position: relative;
}

.top-campaign__dec {
  position: absolute;
  top: -4.7rem;
  z-index: 10;
  left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}
.top-campaign__dec img {
  position: absolute;
}
.top-campaign__dec p {
  font-weight: 500;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  white-space: nowrap;
  position: relative;
  padding: 12px 0% 29px;
  color: #fff;
}

.top-campaign {
  border-radius: 10px 10px 20px 20px;
  background-color: #ffffff;
  position: relative;
  overflow: auto;
}
.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 {
  position: relative;
  border-bottom: 2px dotted #c6c6c6;
  margin-bottom: 2rem;
}
.top-campaign__item-dec {
  position: absolute;
  right: -5%;
  bottom: -3rem;
  width: 94px;
  height: auto;
}
.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 .top-campaign__item--lead {
  align-items: center;
  text-align: center;
  justify-content: center;
}
.top-campaign__item--message .st {
  font-size: clamp(1.7rem, 2.4vw, 2.1rem);
  margin-bottom: 10px;
  display: inline-block;
}
.top-campaign__item--message .ja-title {
  color: #e269ab;
  font-size: clamp(3rem, 3.6vw, 4rem);
  line-height: 1.2;
}
.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: -moz-fit-content;
  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: -moz-fit-content;
  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-chart {
  background: url("../img/chart-bg.webp") center/cover no-repeat;
  padding: 44px 0;
}
.top-chart .top-chart__title {
  text-align: center;
  margin-bottom: 4rem;
  font-size: clamp(2.8rem, 3vw, 3.3rem);
  font-family: "Shippori Mincho", serif;
}
.top-chart .top-chart__title span.lead {
  font-weight: 400;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.top-chart .top-chart__title span.t-pink {
  font-weight: 600;
  color: #f887bb;
  font-size: clamp(3.5rem, 4vw, 4.4rem);
}
.top-chart .top-chart__title span.t-blue {
  font-weight: 600;
  color: #6bceea;
  font-size: clamp(3.5rem, 4vw, 4.4rem);
}
.top-chart .top-chart__title span.uni {
  font-size: clamp(2.2rem, 2.3vw, 2.5rem);
}
.top-chart .top-chart__picture {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
}
.top-chart .top-chart__picture img {
  width: 100%;
  max-width: 100%;
  min-width: 700px;
  position: relative;
  vertical-align: top;
}
.top-chart .note {
  color: #333;
  font-weight: 300;
  margin-top: 1rem;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
}

.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: -moz-fit-content;
  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: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}
.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: -moz-fit-content;
  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: -moz-fit-content;
  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: -moz-fit-content;
  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: -moz-fit-content;
  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: -moz-fit-content;
  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;
  -o-object-fit: cover;
     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: -moz-fit-content;
  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: -moz-fit-content;
  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 {
  /* 前に戻る画像パス */
}
.top-voice .swiper-button-prev:after {
  background-image: url("../img/swiper-arrow1.svg");
}
.top-voice {
  /* 次に進む画像パス */
}
.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__slider {
  position: relative;
}
.top-follow__swiper {
  padding-bottom: 3rem;
}
.top-follow__slide {
  height: auto;
}
.top-follow__youtube {
  position: relative;
}
.top-follow__youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}
.top-follow__caption {
  text-align: center;
  margin-top: 1rem;
  font-size: clamp(1.5rem, 1vw, 2rem);
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
.top-follow__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background: transparent;
}
.top-follow__overlay.is-playing {
  pointer-events: none;
}

.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: -moz-fit-content;
  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: -moz-fit-content;
  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;
  text-align: center;
  font-size: clamp(1.25rem, 1.4vw, 1.4rem);
  color: #545454;
  font-weight: 300;
}
.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;
}
@media screen and (max-width: 834px) {
  .top-faq .accordion dt.plus {
    padding: 1.8rem 12% 1.8rem 15%;
    text-indent: -3rem;
  }
}
.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;
}/*# sourceMappingURL=top.css.map */