@charset "UTF-8";
/*-----------------------

         COMMON

-----------------------*/
body {
  color: var(--baseColor);
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New";
}

.container {
  width: 136.6rem;
}
@media only screen and (max-width: 1368px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

.wrapper {
  max-width: 1366px;
  padding: 0 2rem;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1368px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 6%;
  }
}
@media only screen and (max-width: 559px) {
  .wrapper {
    padding: 0 6%;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

a {
  transition: 0.4s;
}

a:hover {
  transition: 0.4s;
}

.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.table-bordered span.required {
  background: var(--mainColor);
  color: var(--colorW) !important;
}

footer.main-footer {
  border-top: none;
}

.modal-open {
  overflow: visible;
}

.page-detail-top .content-header {
  display: none;
}

/*under-header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}

.page-header {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

select::placeholder {
  color: #b6b7b7;
}

/*-----------------------

         COMMON

-----------------------*/
html {
  scroll-padding-top: clampVw(40, 80);
}

body {
  color: var(--baseColor);
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho B1";
}

.container {
  width: 136.6rem;
}
@media only screen and (max-width: 1368px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

.wrapper {
  max-width: 136.6rem;
  padding: 0 2rem;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1368px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 6%;
  }
}
@media only screen and (max-width: 559px) {
  .wrapper {
    padding: 0 6%;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

a {
  transition: 0.4s;
}

a:hover {
  transition: 0.4s;
}

.shippori {
  font-family: "Shippori Mincho B1", serif;
}

.corm {
  font-family: "Cormorant Garamond", serif;
}

.sec-ttl {
  font-size: clamp(2.4rem, 1.8660194175rem + 1.4239482201vw, 4.6rem);
  font-weight: 700;
  text-align: center;
}
.sec-ttl span.large {
  font-size: clamp(4.2rem, 3.2776699029rem + 2.4595469256vw, 8rem);
}

.sec-enttl {
  color: var(--base60Color);
  font-weight: 500;
  font-size: clamp(1.2rem, 0.9330097087rem + 0.71197411vw, 2.3rem);
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-enttl span {
  color: var(--main70Color);
}

@media only screen and (max-width: 559px) {
  .five-key-features__logo,
  .flow__logo,
  .student-testimonials__logo,
  .faq__logo,
  .tuition-fee__logo {
    width: 13.2rem;
    margin-inline: auto;
  }
}

.o-btn {
  text-align: center;
}

.o-btn__link {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  text-align: center;
  position: relative;
  line-height: 1;
  display: block;
  margin-inline: auto;
  height: clamp(5rem, 4.7572815534rem + 0.6472491909vw, 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding-inline: 6rem;
  transition: 0.5s;
  border-radius: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  color: #fff;
  background: linear-gradient(90deg, #66ccff 0%, #f3b3cf 100%);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    width: 100%;
    padding-inline: 2rem;
  }
}
.o-btn__link:visited, .o-btn__link:hover, .o-btn__link:focus, .o-btn__link:active {
  background: linear-gradient(90deg, #f3b3cf 0%, #66ccff 100%);
  color: #fff;
}

.o-card {
  display: grid;
  margin-bottom: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
}
.o-card--3wrap_sp1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.o-card--4wrap_sp1 {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap_sp1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.o-card__catflex {
  display: flex;
  gap: 2rem 0.5rem;
  flex-wrap: wrap;
}
.o-card__text--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.o-card__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.o-card__listitem {
  line-height: 1.5;
}

.o-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.o-card__img {
  overflow: hidden;
  aspect-ratio: 7/4;
  overflow: hidden;
}
.o-card__img img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.o-card__img img:hover {
  transform: scale(1.02);
  transition: 0.4s;
}

.o-card__cat {
  width: fit-content;
  margin-top: 1rem;
  position: relative;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 559px) {
  .o-card__cat {
    margin-top: 0.5rem;
  }
}
.o-card__cat span {
  color: #fff;
  background: var(--main60Color);
  border-radius: 2rem;
  font-weight: 500;
  font-size: clamp(1rem, 0.927184466rem + 0.1941747573vw, 1.3rem);
  padding: 0.1rem 1.5rem;
}

.o-card__ttl {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .o-card__ttl {
    margin-top: 0.5rem;
  }
}

.o-card__text_wrap {
  flex-grow: 1;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text_wrap {
    margin-top: 1rem;
  }
}

.o-card__text {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .o-card__text {
    margin-bottom: 0.5rem;
  }
}

.o-card__date {
  font-weight: 500;
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  margin-top: auto;
}

.o-flex {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .o-flex {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.o-flex__item {
  width: 100%;
}
.o-flex__item figure {
  position: relative;
}
.o-flex__ttlG {
  margin-bottom: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  position: relative;
  align-items: flex-start;
  z-index: 10;
}
.o-flex__ttlG::after {
  content: "";
  position: absolute;
  top: -17rem;
  left: 50%;
}
.o-flex__ttl {
  font-size: clamp(2.6rem, 2.2116504854rem + 1.0355987055vw, 4.2rem);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .o-flex__ttl {
    margin-bottom: 1rem;
  }
}
.o-flex__enttl {
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem);
  letter-spacing: 0.2em;
}
.o-flex__text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.05em;
  margin-bottom: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
  position: relative;
  z-index: 11;
}
.o-flex .o-btn__link {
  margin-inline: inherit;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.o-flex--ver2 {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2 {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.o-flex--ver2__item__l {
  width: calc(100% - 4rem - 48.4375vw);
  padding-left: 2rem;
  margin-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__l {
    width: 88%;
    padding-left: 0;
    margin-left: 0;
    margin: auto;
  }
}
.o-flex--ver2__item__r {
  width: 48.4375vw;
  flex-shrink: 0;
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__r {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 2560px) {
  .o-flex--ver2__item__r img {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__item__r img {
    width: 94%;
  }
}
.o-flex--ver2__ttlgroup {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
}
.o-flex--ver2__ttlgroup::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #f00;
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  margin-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (min-width: 2560px) {
  .o-flex--ver2__ttlgroup::after {
    left: calc((100% - 136.6rem) / 2);
  }
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__ttlgroup::after {
    left: inherit;
    right: 0;
    margin-left: auto;
  }
}
.o-flex--ver2__ttl {
  font-size: clamp(2.1rem, 1.7359223301rem + 0.9708737864vw, 3.6rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.4;
  padding-block: clamp(1rem, 0.3932038835rem + 1.6181229773vw, 3.5rem) clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__ttl {
    padding-left: 0;
  }
}
.o-flex--ver2__enttl {
  font-size: clamp(1.3rem, 1.0815533981rem + 0.5825242718vw, 2.2rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: calc((100% - 136.6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex--ver2__enttl {
    padding-left: 0;
  }
}
.o-flex--ver2__textarea {
  margin-block: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem) clamp(4.5rem, 4.0145631068rem + 1.2944983819vw, 6.5rem);
}
.o-flex--ver2__text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.75;
}
.o-flex--ver2__text:not(:last-child) {
  margin-bottom: 1.5em;
}
.o-flex--ver2 .o-btn__link {
  margin-inline: 0;
}
.o-flex--ver2:not(:last-of-type) {
  margin-bottom: clamp(8rem, 7.5145631068rem + 1.2944983819vw, 10rem);
}

/*drawer*/ /*---------------数値など任意で書き換えを行う----------------------*/
.drawer-hamburger {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding: 0;
  position: relative;
  z-index: 9999;
  background: url(../img/hum-img.webp) no-repeat center center/contain;
  position: fixed;
  right: 5rem !important;
  top: 2rem;
}
@media only screen and (max-width: 840px) {
  .drawer-hamburger {
    right: 3rem !important;
    top: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger {
    width: 5.8rem;
    height: 5.8rem;
    right: 1.5rem !important;
    top: 1rem;
  }
}

.drawer-open .drawer-hamburger {
  right: 5rem;
  top: 2rem;
}
@media only screen and (max-width: 840px) {
  .drawer-open .drawer-hamburger {
    right: 3rem;
    top: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .drawer-open .drawer-hamburger {
    right: 1.5rem;
    top: 1rem;
  }
}

.drawer--right.drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  background-color: transparent;
  right: 5rem !important;
  top: 2rem !important;
}
@media only screen and (max-width: 840px) {
  .drawer--right.drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 3rem !important;
    top: 1rem !important;
  }
}
@media only screen and (max-width: 559px) {
  .drawer--right.drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    right: 1.5rem !important;
    top: 1rem !important;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after,
.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer--right .drawer-hamburger-icon,
.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 9999;
}

.drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 500;
  padding: 2rem 3rem 1rem;
  background: #fff;
}
@media only screen and (max-width: 559px) {
  .drawer-nav {
    width: 100%;
    right: -100%;
    padding: 1rem 1.5rem;
  }
}
.drawer-nav .hdr-inner {
  padding-inline: 1.5rem;
}

.drawer--right .drawer-nav {
  right: -100%;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
}

.drawer-open .drawer-nav {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.drawer-nav .logo {
  width: 10.833333vw;
}

.drawer-nav::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 559px) {
  header.l-hdr .drawer-nav .mypage {
    margin-right: 0;
    width: 88%;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 4rem;
  }
}
@media only screen and (max-width: 559px) {
  header.l-hdr .drawer-nav .mypage p.name {
    display: block;
  }
}

header.l-hdr .drawer-nav .mypage a {
  color: var(--baseColor);
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

header.l-hdr .drawer-nav .mypage img:first-child {
  top: 0;
}

.drawer--right .drawer-nav .mypage-list {
  margin: 0;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(62, 58, 57, 0.6);
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav .mypage-list {
    margin-right: 0;
    padding: 1.5rem 2rem 1rem;
  }
}

.drawer-nav .wrapper {
  margin-top: 7rem;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .wrapper {
    padding-inline: 6%;
    margin-top: 4.5rem;
  }
}

.drawer-nav .logolink-wrap {
  gap: 10.41666vw;
  margin-block: clamp(4rem, 2.786407767rem + 3.2362459547vw, 9rem) clamp(7rem, 6.8786407767rem + 0.3236245955vw, 7.5rem);
}
@media only screen and (max-width: 559px) {
  .drawer-nav .logolink-wrap {
    flex-direction: column;
  }
}

.drawer-nav .o-btn {
  margin-block: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem) clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
}

.drawer-nav p {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.drawer-nav p.toptext {
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 559px) {
  .drawer-nav p.toptext {
    line-height: 1.8888888889;
  }
}

.drawer-nav .drawer-menu {
  flex-direction: column;
  align-items: center;
  margin-top: clamp(6rem, 5.3932038835rem + 1.6181229773vw, 8.5rem);
  gap: 3rem;
  display: flex;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu {
    gap: 2rem;
  }
}

.drawer-nav .drawer-menu li {
  position: relative;
}

.drawer-nav .drawer-menu li.hover {
  padding: 2.5rem 0 1rem;
  position: relative;
}

.drawer-nav .drawer-menu a {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.2em;
  color: var(--baseColor);
  padding: 0;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu a {
    text-align: center;
  }
}

.drawer-nav .drawer-menu.second {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1;
  margin-top: 0;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu.second {
    flex-direction: column;
  }
}

.drawer-nav .drawer-menu.second li:not(:last-child) {
  margin-right: 1.041666vw;
}

.drawer-nav .drawer-menu.second a {
  padding: 0;
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  position: relative;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu.second a {
    text-align: center;
  }
}

.drawer-nav .drawer-menu.second li:not(:last-child) a::after {
  content: "|";
  padding-left: 1.041666vw;
}
@media only screen and (max-width: 559px) {
  .drawer-nav .drawer-menu.second li:not(:last-child) a::after {
    display: none;
  }
}

.drawer-open .drawer-nav .sub-menu {
  /*    transition: .4s;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem 1.5rem;
  background: linear-gradient(90deg, #66ccff 0%, #f3b3cf 100%);
  width: 30rem;
  z-index: 1;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  top: 4rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 559px) {
  .drawer-open .drawer-nav .sub-menu {
    top: 3rem;
    min-width: 80%;
  }
}
.drawer-open .drawer-nav .sub-menu a {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  letter-spacing: 0.05em;
}

.drawer-open .drawer-nav li a.on + .sub-menu {
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}

.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  text-align: center;
  display: block;
  padding: 1.5rem 0 1rem;
}

.drawer-open .drawer-nav li a.on + .sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.drawer-menu-item:hover {
  text-decoration: none;
}

.l-hdr__hum {
  width: 10rem;
  height: 10rem;
  position: fixed;
  right: 5rem;
  top: 2rem;
  z-index: 9999;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media only screen and (max-width: 840px) {
  .l-hdr__hum {
    right: 3rem;
    top: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr__hum {
    width: 5.8rem;
    height: 5.8rem;
    right: 1.5rem;
    top: 1rem;
  }
}
.l-hdr__hum-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--baseColor);
  position: absolute;
  top: 3rem;
  left: 0;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
@media only screen and (max-width: 559px) {
  .l-hdr__hum-line {
    top: 1.5rem;
  }
}
.l-hdr__hum::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.3rem;
  background-color: var(--baseColor);
  position: absolute;
  top: 2rem;
  left: 50%;
  transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
  z-index: 10000;
}
@media only screen and (max-width: 559px) {
  .l-hdr__hum::before {
    top: 1rem;
    height: 1.2rem;
  }
}
.l-hdr__humtext {
  display: block;
  text-align: center;
  margin-top: 3rem;
  font-size: 2.4rem;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: visible;
  transform-style: preserve-3d;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 840px) {
  .l-hdr__humtext {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr__humtext {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
.drawer-open .l-hdr__humtext {
  transform: rotateY(180deg);
}
.drawer-open .l-hdr__hum .l-hdr__hum-line {
  transform: rotate(25deg);
  background-color: var(--baseColor);
}
.drawer-open .l-hdr__hum::before {
  transform: rotate(25deg);
  background-color: var(--baseColor);
}

.drawer-menu {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 5rem;
}
.drawer-menu li a {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--baseColor);
  text-decoration: none;
  transition: opacity 0.3s;
}
.drawer-menu li a:hover {
  opacity: 0.6;
}
.drawer-menu.second {
  gap: 1.5rem;
  flex-direction: column;
}
.drawer-menu.second li a {
  font-size: 1.4rem;
  opacity: 0.7;
}

.hero__slider img {
  width: 100%;
  height: 18.2rem;
  object-fit: cover;
  border-radius: clamp(0.3rem, 0.2514563107rem + 0.1294498382vw, 0.5rem);
}
@media only screen and (min-width: 2560px) {
  .hero__slider img {
    height: 100%;
  }
}
@media only screen and (max-width: 1536px) {
  .hero__slider img {
    height: 14.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  .hero__slider img {
    height: 16.2rem;
  }
}
@media only screen and (max-width: 1368px) {
  .hero__slider img {
    height: 12rem;
  }
}
@media only screen and (max-width: 1280px) {
  .hero__slider img {
    height: 14rem;
  }
}
@media only screen and (max-width: 559px) {
  .hero__slider img {
    height: 9.7rem;
  }
}

.student-testimonials__wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
  width: 80vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1368px) {
  .student-testimonials__wrap {
    width: 100%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 559px) {
  .student-testimonials__wrap {
    width: 100%;
    transform: translateX(0);
    left: 0;
  }
}
.student-testimonials__wrap .swiper-slide {
  width: calc((100% - 12rem) / 4);
}
@media only screen and (max-width: 559px) {
  .student-testimonials__wrap .swiper-slide {
    width: 100%;
  }
}

.student-testimonials__slider__navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin-block: clamp(2rem, 1.3932038835rem + 1.6181229773vw, 4.5rem) clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .student-testimonials__slider__navi {
    margin-top: 2rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1rem;
}
@media only screen and (max-width: 559px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}

.swiper-pagination-bullet {
  background: #d1d1d1;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.swiper-pagination-bullet-active {
  background: var(--main10Color);
  position: relative;
}

.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--mainColor);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination-bullet-active::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background: url(../img/arrow2.webp) no-repeat center center/cover;
}

.swiper-button-next:after {
  transform: rotate(-90deg);
}

.swiper-button-prev:after {
  transform: rotate(90deg);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
}

.swiper-pagination {
  margin-inline: 2rem;
  width: auto !important;
}
@media only screen and (max-width: 559px) {
  .swiper-pagination {
    margin-inline: 3rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  width: 4.6rem;
  height: 4.6rem;
}
@media only screen and (max-width: 559px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: inherit;
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  display: block;
}
@media only screen and (max-width: 559px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  overflow: hidden;
}

@media only screen and (max-width: 559px) {
  .student-testimonials .swiper-slide-next,
  .student-testimonials .swiper-slide-prev {
    opacity: 0.5;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-active .student-testimonials__wrap {
  gap: 0;
  justify-content: inherit;
  left: 0;
  transform: translateX(0);
}
.swiper-active .swiper-slide {
  opacity: 0.5;
}
.swiper-active .swiper-slide-next,
.swiper-active .swiper-slide-prev,
.swiper-active .swiper-slide-active {
  opacity: 1;
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100vh;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

/* modalの中身 */
.remodal-close {
  width: 5rem;
  height: 5rem;
}

.remodal-close.top {
  right: 2rem;
  top: 2rem;
  left: inherit;
}

.remodal__white {
  background: #fff;
}

/* modal-window ----------------------------------------- */
.remodal-overlay {
  background: rgba(35, 35, 35, 0.6);
}

.modal-window {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(35, 35, 35, 0.6);
  z-index: 1200;
  justify-content: center;
  align-items: center;
}

.remodal {
  width: min(100rem, 80%);
  max-width: min(100rem, 80%);
  height: 90%;
  overflow: auto;
  margin: 0;
  position: relative;
  border-radius: 1rem;
  padding: 8rem 12rem 3rem;
  text-align: justify;
  color: inherit;
}
@media only screen and (max-width: 559px) {
  .remodal {
    padding: 3rem 2rem;
    width: min(100rem, 94%);
    max-width: min(100rem, 94%);
  }
}

.remodal-close {
  width: 4.5rem;
  height: 4.5rem;
  color: var(--mainColor);
}
.remodal-close:hover {
  color: var(--mainColor);
  opacity: 0.8;
}
@media only screen and (max-width: 559px) {
  .remodal-close {
    width: 4.6rem;
    height: 4.5rem;
  }
}

.remodal-close.top {
  right: 3rem;
  top: 1.5rem;
  left: inherit;
}
@media only screen and (max-width: 559px) {
  .remodal-close.top {
    right: 1.5rem;
  }
}

.remodal-close.bottom {
  position: static;
  margin: 4rem 0 0 -10rem;
}
@media only screen and (max-width: 559px) {
  .remodal-close.bottom {
    margin: 8rem 0 0 -1rem;
  }
}

.remodal-close::before {
  width: 4.5rem;
  line-height: 4rem;
  height: 4.5rem;
  font-size: 7rem;
  font-family: "Zen Kaku Gothic Antique" !important;
  position: static;
}
@media only screen and (max-width: 559px) {
  .remodal-close::before {
    width: 4.6rem;
    line-height: 4rem;
    height: 4.5rem;
    font-size: 5rem;
  }
}

.remodal--white {
  background-color: #fff;
}

.modal-area .important-message__messagewrap {
  margin-top: 0;
}
.modal-area p,
.modal-area h2,
.modal-area h3,
.modal-area h4,
.modal-area .important-message__ttl {
  color: var(--baseColor);
}
.modal-area .important-message__ttl {
  font-size: 3rem;
}
@media only screen and (max-width: 559px) {
  .modal-area .important-message__ttl {
    line-height: 1.5;
  }
}
.modal-area .important-message__ttl span {
  font-size: 1.5rem;
}
.modal-area .important-message__enttl {
  font-size: 1.4rem;
}
.modal-area h3 {
  color: var(--mainColor);
  font-size: clamp(2.6rem, 2.2601941748rem + 0.9061488673vw, 4rem);
  font-weight: 700;
  border-bottom: solid 1px #1a1a1a;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .modal-area h3 {
    line-height: 1.4;
  }
}
.modal-area h4 {
  font-size: clamp(1.9rem, 1.7300970874rem + 0.4530744337vw, 2.6rem);
  color: #646464;
  font-weight: 700;
  text-align: center;
  margin-block: 10rem 3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .modal-area h4 {
    margin-block: 3rem 2.5rem;
  }
}
.modal-area h4:first-child {
  margin-top: 3rem;
}
.modal-area p {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 400;
  margin-bottom: 1.5em;
}
.modal-area p span {
  font-weight: 700;
}
.modal-area figure {
  overflow: hidden;
  margin-top: 1rem;
  aspect-ratio: 7/4;
  text-align: center;
  margin-block: 6rem 10rem;
  max-width: 48rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .modal-area figure {
    margin-block: 3rem;
  }
}
.modal-area figure img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.o-faq {
  max-width: 74rem;
  margin-inline: auto;
  margin-top: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem);
}
@media only screen and (max-width: 559px) {
  .o-faq {
    margin-top: 3.5rem;
  }
}

.o-faq__item {
  margin-bottom: 10px;
  overflow: hidden;
}

.o-faq__question {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: transparent;
  border: none;
  border-bottom: 2px dotted #8c8c8c;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
@media only screen and (max-width: 559px) {
  .o-faq__question {
    padding: 0.5rem 0;
  }
}
.o-faq__question::after {
  content: "";
  background: url(../img/arrow2.webp) no-repeat center center/contain;
  width: 3.8rem;
  height: 3.8rem;
  transition: 0.4s;
}
@media only screen and (max-width: 559px) {
  .o-faq__question::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.o-faq__question .o-faq__mark__q {
  display: flex;
  color: var(--mainColor);
  margin-right: 0.5rem;
}

.js-open .o-faq__question::after {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.o-faq__question__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  display: flex;
}

.o-faq__answer {
  display: none;
  transition: max-height 0.5s ease-out;
  background: var(--main10Color);
  border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.o-faq__answer__inner {
  display: flex;
  padding: 3rem 3.5rem 2.5rem;
}
@media only screen and (max-width: 559px) {
  .o-faq__answer__inner {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.o-faq__answer__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
}
.o-faq__answer .o-faq__mark__a {
  display: flex;
  color: var(--mainColor);
  margin-right: 0.5rem;
}

/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.l-hdr {
  padding: 2rem 11rem 1.5rem 3rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding: 1rem 6rem 1rem 1.5rem;
  }
}
.l-hdr__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
@media only screen and (max-width: 1280px) {
  .l-hdr__inner {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr__inner {
    align-items: center;
  }
}
.l-hdr__logo {
  width: 10.833333vw;
  opacity: 1;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(0);
}
@media only screen and (max-width: 840px) {
  .l-hdr__logo {
    width: 20vw;
  }
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    width: 10rem;
  }
}
.l-hdr__logo.is-hidden {
  opacity: 0;
  transform: translateY(-10px);
}
.l-hdr__topcolumn {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.l-hdr__topcolumn .mypage p {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.l-hdr__login__link {
  text-align: center;
  display: flex;
  align-items: center;
}
.l-hdr__login__icon {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.l-hdr__login__arrow {
  margin-left: 1rem;
}
.l-hdr__cart {
  margin-left: 2rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart img {
    width: 2.8rem;
    height: 2.6rem;
  }
}
.l-hdr__cart__link {
  display: flex;
  align-items: center;
}
.l-hdr__cart__count {
  border-radius: 50%;
  line-height: 1;
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  font-weight: 600;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0 -1rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__cart__count {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.5rem -0.5rem 0 -1rem;
  }
}
.l-hdr__navi {
  display: flex;
  margin-top: 1.5rem;
  justify-content: flex-end;
}
.l-hdr__menu {
  display: flex;
  gap: 0.78125vw;
}
.l-hdr__menu__item {
  position: relative;
}
.l-hdr__menu__item:not(:nth-last-child(1)):not(:nth-last-child(2)) .l-hdr__menu__link::after {
  content: "|";
  padding-left: 0.78125vw;
}
.l-hdr__menu__item:hover .l-hdr__submenu {
  top: 3.5rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.l-hdr__menu__link {
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
.l-hdr__menu__link--ver2 {
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  margin-left: 1rem;
}
.l-hdr__submenu {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 28rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--main70Color);
  padding: 1.3rem 8% 2rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
  border-radius: 1rem;
}
.l-hdr__submenu__item {
  border: none;
  width: 100%;
}
.l-hdr__submenu__item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
.l-hdr__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-hdr__submenu:hover {
  color: #fff;
}

header.l-hdr .mypage {
  border-bottom: none;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  gap: 1rem;
  justify-content: center;
}
header.l-hdr .mypage a {
  align-items: center;
  gap: 1rem;
}
header.l-hdr .mypage a img {
  top: 0;
}

header .mypage img:first-child {
  top: 0;
}
@media only screen and (max-width: 559px) {
  header .mypage img:first-child {
    width: 2.2rem;
  }
}

header.l-hdr .mypage p.name {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  letter-spacing: 0.5em;
}

header.l-hdr .mypage-list {
  top: 3.5rem;
  background: rgba(219, 104, 67, 0.6);
}
@media only screen and (max-width: 559px) {
  header.l-hdr .mypage-list {
    bottom: inherit;
    width: 21rem;
    top: 2.5rem;
  }
}

header.l-hdr .mypage-list :first-child {
  margin-top: 0;
}

@media only screen and (max-width: 559px) {
  header.l-hdr .mypage-item a {
    font-size: 1.4rem;
  }
}

header.l-hdr .mypage.down p span {
  transform: rotate(0);
  display: block;
}

header.l-hdr .mypage.down p span {
  transform: rotate(180deg);
}

/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
footer.main-footer {
  margin-top: clamp(9rem, 7.786407767rem + 3.2362459547vw, 14rem);
  padding: clamp(24rem, 18.4174757282rem + 14.8867313916vw, 47rem) 2rem 1.5rem;
  overflow: hidden;
  background: url(../img/ftr_bg.webp) no-repeat center top/contain;
}
@media only screen and (max-width: 559px) {
  footer.main-footer {
    background-size: 160%;
    background-position: center bottom;
  }
}

.l-footer__logo {
  width: 27.18749vw;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .l-footer__logo {
    width: 96%;
  }
}
.l-footer .service-site {
  margin-block: clamp(5rem, 4.6359223301rem + 0.9708737864vw, 6.5rem) clamp(5.5rem, 4.4077669903rem + 2.9126213592vw, 10rem);
}
.l-footer .service-site__text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.6359223301rem + 0.9708737864vw, 2.5rem);
  letter-spacing: 0.1em;
}
.l-footer .service-site__text::before, .l-footer .service-site__text::after {
  content: "";
  display: block;
  width: 14.7rem;
  background: var(--baseColor);
  height: 1px;
}
@media only screen and (max-width: 559px) {
  .l-footer .service-site__text::before, .l-footer .service-site__text::after {
    flex-grow: 1;
    width: auto;
  }
}
.l-footer .service-site__wrap {
  margin-block: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem) clamp(4rem, 3.6359223301rem + 0.9708737864vw, 5.5rem);
  gap: clamp(3rem, 2.1504854369rem + 2.2653721683vw, 6.5rem);
}
@media only screen and (max-width: 559px) {
  .l-footer .service-site .infinite-field-logo {
    width: 17.5rem;
    margin-inline: auto;
  }
}
.l-footer .ftr-navi {
  display: flex;
  justify-content: center;
  margin-top: clamp(6rem, 5.2718446602rem + 1.9417475728vw, 9rem);
}
@media only screen and (max-width: 559px) {
  .l-footer .ftr-navi {
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
  }
}
.l-footer .ftr-navi li a {
  font-size: clamp(1.1rem, 1.0757281553rem + 0.0647249191vw, 1.2rem);
  position: relative;
  letter-spacing: 0.2em;
}
.l-footer .ftr-navi li:not(:last-child) {
  margin-right: 1.5625vw;
}
@media only screen and (max-width: 559px) {
  .l-footer .ftr-navi li:not(:last-child) {
    margin-right: 0;
  }
}
.l-footer .ftr-navi li:not(:last-child) a::after {
  content: "|";
  padding-left: 1.5625vw;
}
@media only screen and (max-width: 559px) {
  .l-footer .ftr-navi li:not(:last-child) a::after {
    margin-left: 1rem;
    display: none;
  }
}
@media only screen and (max-width: 559px) {
  .l-footer .ftr-navi li:first-child a::after {
    content: "|";
    margin-left: 1rem;
    display: inline;
  }
}
.l-footer__copy {
  text-align: center;
  margin-top: clamp(3.5rem, 3.1359223301rem + 0.9708737864vw, 5rem);
}
.l-footer__copy small {
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
  letter-spacing: 2em;
}
@media only screen and (max-width: 840px) {
  .l-footer__copy small {
    letter-spacing: 1.5em;
  }
}
@media only screen and (max-width: 559px) {
  .l-footer__copy small {
    letter-spacing: 0.52em;
  }
}

/*-----------------------

    TOP  

-----------------------*/
.hero {
  height: 100dvh;
}
@media only screen and (max-width: 559px) {
  .hero {
    padding-top: 8rem;
  }
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero__ttl, .hero__ttl span, .hero__img {
  opacity: 0;
  visibility: hidden;
}
.hero__ttl {
  text-align: center;
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  letter-spacing: 1.5em;
}
@media only screen and (max-width: 840px) {
  .hero__ttl {
    letter-spacing: 0.8em;
  }
}
@media only screen and (max-width: 559px) {
  .hero__ttl {
    writing-mode: Vertical-rl;
    text-align: left;
    text-indent: -0.5em;
    line-height: 1.8;
  }
}
.hero__ttl span {
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  letter-spacing: 0.8em;
  display: block;
  line-height: 1;
  margin-top: clamp(4rem, 3.6359223301rem + 0.9708737864vw, 5.5rem);
}
@media only screen and (max-width: 559px) {
  .hero__ttl span {
    margin-right: 1.5em;
    text-align: left;
    text-indent: -0.5em;
    letter-spacing: 0.4em;
  }
}
.hero__img {
  margin-top: clamp(3.5rem, 3.0145631068rem + 1.2944983819vw, 5.5rem);
  text-align: center;
  width: 15.729166vw;
  margin-inline: auto;
}
@media only screen and (max-width: 840px) {
  .hero__img {
    width: 28vw;
  }
}
@media only screen and (max-width: 559px) {
  .hero__img {
    width: 23rem;
    margin-top: 0;
  }
}

@media only screen and (max-width: 559px) {
  .creators-story {
    margin-top: 14rem;
  }
}
.creators-story__ttlarea {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (max-width: 559px) {
  .creators-story__ttlarea {
    width: 100%;
  }
}
.creators-story__ttl {
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
  writing-mode: Vertical-rl;
  letter-spacing: 1em;
  line-height: 3.3076923077;
}
@media only screen and (max-width: 559px) {
  .creators-story__ttl {
    margin: 0 auto;
  }
}
.creators-story__subttl {
  position: absolute;
  left: -3.8em;
  bottom: 2.5em;
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
  letter-spacing: 0.3em;
  line-height: 1.2307692308;
  text-align: right;
  width: fit-content;
}
@media only screen and (max-width: 559px) {
  .creators-story__subttl {
    bottom: 1em;
    left: 3.2em;
  }
}
.creators-story__image {
  text-align: center;
  margin-block: clamp(6.5rem, 5.4077669903rem + 2.9126213592vw, 11rem) clamp(6.5rem, 5.7718446602rem + 1.9417475728vw, 9.5rem);
  width: 19.9479166vw;
  margin-inline: auto;
}
@media only screen and (max-width: 840px) {
  .creators-story__image {
    width: 38vw;
  }
}
@media only screen and (max-width: 559px) {
  .creators-story__image {
    width: 100%;
  }
}
.creators-story__textarea p {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  text-align: center;
  line-height: 2.7777777778;
  letter-spacing: 0.15em;
}
.creators-story__textarea p:not(:last-child) {
  margin-bottom: 3em;
}
@media only screen and (max-width: 840px) {
  .creators-story__textarea p {
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 559px) {
  .creators-story__textarea p {
    letter-spacing: 0.15em;
  }
}
.creators-story__textarea .owner_name {
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  letter-spacing: 0.5em;
}

.prologue__inner {
  margin-top: clamp(16rem, 13.4514563107rem + 6.7961165049vw, 26.5rem);
}
.prologue__ttl {
  width: 33.489583vw;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .prologue__ttl {
    width: 96%;
  }
}
.prologue__textarea {
  margin-top: clamp(10rem, 8.3009708738rem + 4.5307443366vw, 17rem);
}
.prologue__textarea p {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  text-align: center;
  line-height: 3;
  letter-spacing: 0.2em;
}
.prologue__textarea p:not(:last-child) {
  margin-bottom: 3em;
}
.prologue__ttl--h3 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 2em;
  width: fit-content;
  margin-inline: auto;
  line-height: 2.0769230769;
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 559px) {
  .prologue__ttl--h3 {
    line-height: 1.2;
  }
}
.prologue__ttl--h3 span {
  -webkit-text-fill-color: var(--baseColor);
}

.story.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.story__ttl {
  width: 33.4895833vw;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .story__ttl {
    width: 80%;
  }
}
.story__timeline {
  margin-left: 77.5rem;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 559px) {
  .story__timeline {
    margin-left: 0;
  }
}
.story__timeline .line {
  position: absolute;
  top: 10rem;
  background: var(--baseColor);
  height: 1px;
  width: 0;
  z-index: 5;
  transform-origin: left center;
  pointer-events: none;
}
@media only screen and (max-width: 1368px) {
  .story__timeline .line {
    top: 4rem;
  }
}
.story__ttl--h3 {
  margin-left: 22.8rem;
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 559px) {
  .story__ttl--h3 {
    margin-left: 0;
  }
}
.story__wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.story__container {
  display: flex;
  width: max-content;
  height: 100vh;
  will-change: transform;
}
.story__item {
  display: flex;
  align-items: center;
  height: 100%;
}
.story__item .content-block {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block {
    width: 100vw;
    padding-inline: 2rem;
  }
}
.story__item .content-block.start {
  width: 100vw;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.intro {
    text-align: center;
  }
}
.story__item .content-block.episode {
  width: 75rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.episode {
    width: 100vw;
  }
}
.story__item .content-block.sukumane {
  margin-left: 27rem;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.sukumane {
    margin-left: 0;
    width: 200vw;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.sukumane .spareawrap {
    display: flex;
    height: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.sukumane .sparea {
    width: 100vw;
    padding-inline: 2rem;
    height: 100%;
    align-items: center;
  }
}
.story__item .content-block.sukumane .logo {
  margin-top: 15vh;
  width: 25.052083vw;
  margin-inline: auto;
}
@media only screen and (min-width: 2560px) {
  .story__item .content-block.sukumane .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1536px) {
  .story__item .content-block.sukumane .logo {
    margin-top: 18vh;
  }
}
@media only screen and (max-width: 1280px) {
  .story__item .content-block.sukumane .logo {
    margin-top: 12vh;
  }
}
@media only screen and (max-width: 840px) {
  .story__item .content-block.sukumane .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.sukumane .logo {
    width: 83%;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.sukumane .textarea {
    margin-top: 20dvh;
  }
}
.story__item .content-block.sukumane .text {
  margin-block: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem) clamp(0rem, -1.0922330097rem + 2.9126213592vw, 4.5rem);
  text-align: center;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media only screen and (max-width: 1536px) {
  .story__item .content-block.sukumane .text {
    margin-block: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem) clamp(0rem, -0.8495145631rem + 2.2653721683vw, 3.5rem);
  }
}
@media only screen and (max-width: 1368px) {
  .story__item .content-block.sukumane .text {
    margin-block: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem) clamp(0rem, -0.8495145631rem + 2.2653721683vw, 3.5rem);
  }
}
@media only screen and (max-width: 840px) {
  .story__item .content-block.sukumane .text {
    margin-block: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem) clamp(0rem, -1.0922330097rem + 2.9126213592vw, 4.5rem);
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.sukumane .cardimg {
    margin-top: 20dvh;
  }
}
.story__item .content-block.episode--two, .story__item .content-block.episode--three, .story__item .content-block.episode--four, .story__item .content-block.episode--five {
  margin-left: 40rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.episode--two, .story__item .content-block.episode--three, .story__item .content-block.episode--four, .story__item .content-block.episode--five {
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.episode--three {
    margin-top: 5dvh;
  }
}
.story__item .content-block.episode--three .episode__img--bottom span {
  justify-content: center;
  gap: 2rem;
}
.story__item .content-block.episode--three .episode__img--bottom span img {
  width: 38%;
  flex-grow: 1;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.episode--four {
    margin-top: 5dvh;
  }
}
.story__item .content-block.creatable {
  margin-left: 27rem;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.creatable {
    margin-left: 0;
    width: 200vw;
    align-items: flex-start;
  }
}
.story__item .content-block.creatable .node-group {
  left: -4rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.creatable .node-group .node--no1 {
    left: 18rem;
  }
}
.story__item .content-block.creatable .node-group .year {
  margin-left: -3.5rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.creatable .spareawrap {
    display: flex;
    height: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.creatable .sparea {
    width: calc(100vw - 2rem);
    padding-right: 2rem;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .story__item .content-block.creatable .sparea:last-child {
    padding-inline: 2rem;
  }
}
.story__item .content-block.creatable .logo {
  width: 27.08333vw;
  margin-inline: auto;
  margin-top: 15vh;
}
@media only screen and (min-width: 2560px) {
  .story__item .content-block.creatable .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1536px) {
  .story__item .content-block.creatable .logo {
    margin-top: 20vh;
  }
}
@media only screen and (max-width: 1440px) {
  .story__item .content-block.creatable .logo {
    margin-top: 15vh;
  }
}
@media only screen and (max-width: 1280px) {
  .story__item .content-block.creatable .logo {
    margin-top: 10vh;
  }
}
@media only screen and (max-width: 840px) {
  .story__item .content-block.creatable .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.creatable .logo {
    width: 31.2rem;
    margin-top: 20vh;
    margin-left: 2rem;
  }
}
.story__item .content-block.creatable .textarea {
  margin-top: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem);
}
@media only screen and (max-width: 1536px) {
  .story__item .content-block.creatable .textarea {
    margin-top: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  }
}
@media only screen and (max-width: 1368px) {
  .story__item .content-block.creatable .textarea {
    margin-top: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem);
  }
}
@media only screen and (max-width: 840px) {
  .story__item .content-block.creatable .textarea {
    margin-top: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem);
  }
}
.story__item .content-block.creatable .textarea p {
  text-align: center;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.story__item .content-block.creatable .textarea p:not(:last-child) {
  margin-bottom: 3em;
}
@media only screen and (max-width: 1368px) {
  .story__item .content-block.creatable .textarea p:not(:last-child) {
    margin-bottom: 2em;
  }
}
.story__item .content-block.creatable2 {
  margin-left: 27rem;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.creatable2 {
    margin-left: 0;
  }
}
.story__item .content-block.creatable2 .creatable2__img {
  width: 38.80208vw;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.creatable2 .creatable2__img {
    width: 100%;
  }
}
.story__item .content-block.creatable2 .creatable2__text {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  margin-block: clamp(1.5rem, 0.7718446602rem + 1.9417475728vw, 4.5rem) clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.creatable2 .creatable2__text {
    line-height: 1.4;
  }
}
.story__item .content-block.ism-terracehouse {
  margin-left: 27rem;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.ism-terracehouse {
    margin-left: 0;
    width: 100vw;
  }
}
.story__item .content-block.ism-terracehouse .node-group {
  left: -3rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.ism-terracehouse .node-group {
    left: -104vw;
  }
}
.story__item .content-block.ism-terracehouse .node-group .year {
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.ism-terracehouse .node-group .year {
    margin-left: -24vw;
  }
}
.story__item .content-block.ism-terracehouse .node-group .node--no2 {
  left: 48rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.ism-terracehouse .node-group .node--no2 {
    left: 96vw;
  }
  .story__item .content-block.ism-terracehouse .node-group .node--no2 .year {
    margin-left: 1vw;
  }
}
.story__item .content-block.ism-terracehouse .logo,
.story__item .content-block.ism-terracehouse .logo-text {
  display: flex;
  align-items: center;
  gap: clamp(3.5rem, 2.8932038835rem + 1.6181229773vw, 6rem);
}
.story__item .content-block.ism-terracehouse .logo {
  margin-top: 5vh;
}
@media only screen and (min-width: 2560px) {
  .story__item .content-block.ism-terracehouse .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1536px) {
  .story__item .content-block.ism-terracehouse .logo {
    margin-top: 15vh;
  }
}
@media only screen and (max-width: 1368px) {
  .story__item .content-block.ism-terracehouse .logo {
    margin-top: 12vh;
  }
}
@media only screen and (max-width: 1280px) {
  .story__item .content-block.ism-terracehouse .logo {
    margin-top: 8vh;
  }
}
@media only screen and (max-width: 840px) {
  .story__item .content-block.ism-terracehouse .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.ism-terracehouse .logo {
    margin-top: 5rem;
    gap: 3.5rem;
  }
  .story__item .content-block.ism-terracehouse .logo img:first-child {
    width: 12.2rem;
  }
  .story__item .content-block.ism-terracehouse .logo img:last-child {
    width: 14.8rem;
  }
}
.story__item .content-block.ism-terracehouse .logo-text p {
  text-align: center;
  font-size: clamp(1.2rem, 0.9815533981rem + 0.5825242718vw, 2.1rem);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.ism-terracehouse .logo-text p {
    line-height: 1.2;
  }
}
.story__item .content-block.ism-terracehouse .logo-text p span {
  font-size: clamp(0.9rem, 0.754368932rem + 0.3883495146vw, 1.5rem);
}
.story__item .content-block.ism-terracehouse .text {
  margin-block: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem) clamp(0rem, -1.0922330097rem + 2.9126213592vw, 4.5rem);
  text-align: center;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.story__item .content-block.yui {
  margin-left: 27rem;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.yui {
    margin-left: 0;
    width: 200vw;
    align-items: flex-start;
  }
}
.story__item .content-block.yui .node-group {
  left: -6rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.yui .node-group {
    left: 0;
  }
}
.story__item .content-block.yui .node-group .year {
  margin-left: -6.5rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.yui .node-group .year {
    margin-left: -13.5vw;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.yui .spareawrap {
    display: flex;
    height: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.yui .sparea {
    width: calc(100vw - 2rem);
    padding-right: 2rem;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .story__item .content-block.yui .sparea:last-child {
    padding-left: 2rem;
    padding-right: 0;
  }
}
.story__item .content-block.yui .logo {
  width: 13.90625vw;
  margin-inline: auto;
}
@media only screen and (max-width: 1536px) {
  .story__item .content-block.yui .logo {
    margin-top: 12vh;
  }
}
@media only screen and (max-width: 1368px) {
  .story__item .content-block.yui .logo {
    margin-top: 10vh;
  }
}
@media only screen and (max-width: 1280px) {
  .story__item .content-block.yui .logo {
    margin-top: 4vh;
  }
}
@media only screen and (max-width: 840px) {
  .story__item .content-block.yui .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.yui .logo {
    width: 16rem;
    margin-left: 25%;
    transform: translateX(-50%);
    margin-top: 23dvh;
  }
}
.story__item .content-block.yui .yui__toptext {
  font-size: clamp(1.5rem, 1.2330097087rem + 0.71197411vw, 2.6rem);
  text-align: center;
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.yui .yui__toptext {
    margin-left: 25%;
    transform: translateX(-50%);
  }
}
.story__item .content-block.yui .textarea {
  margin-top: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem);
  flex-grow: 1;
}
@media only screen and (max-width: 1536px) {
  .story__item .content-block.yui .textarea {
    margin-top: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  }
}
@media only screen and (max-width: 1368px) {
  .story__item .content-block.yui .textarea {
    margin-top: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem);
  }
}
@media only screen and (max-width: 840px) {
  .story__item .content-block.yui .textarea {
    margin-top: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem);
  }
}
.story__item .content-block.yui .textarea p {
  text-align: center;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.story__item .content-block.yui .textarea p:not(:last-child) {
  margin-bottom: 3em;
}
.story__item .content-block.yui2 {
  margin-left: 27rem;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block.yui2 {
    margin-left: 0;
  }
}
.story__item .content-block.yui2 .text {
  margin-block: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem) clamp(0rem, -1.0922330097rem + 2.9126213592vw, 4.5rem);
  text-align: center;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.story__item .content-block.end {
  margin-left: 40rem;
  width: 100vw;
  align-items: center;
  justify-content: center;
}
.story__item .content-block.end .text {
  text-align: center;
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  letter-spacing: 0.8em;
}
.story__item .content-block .node-group {
  position: absolute;
  top: 5.8rem;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 100;
}
@media only screen and (max-width: 1536px) {
  .story__item .content-block .node-group {
    top: 6rem;
  }
}
@media only screen and (max-width: 1368px) {
  .story__item .content-block .node-group {
    top: 0.1rem;
  }
}
@media only screen and (max-width: 840px) {
  .story__item .content-block .node-group {
    top: 0.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .content-block .node-group {
    top: 1.8rem;
  }
}
.story__item .content-block .node-group .node {
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
.story__item .content-block .node-group .node--no1 {
  left: 14rem;
}
.story__item .content-block .node-group .node--no2 {
  left: 40rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block .node-group .node--no2 {
    left: 38rem;
  }
}
.story__item .content-block .node-group .node--no2 .year {
  justify-content: center;
}
.story__item .content-block .node-group .node--no3 {
  left: 65rem;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block .node-group .node--no3 {
    left: 59rem;
  }
}
.story__item .content-block .node-group .node--no3 .year {
  justify-content: center;
}
.story__item .content-block .node-group .node .year {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  color: var(--baseColor);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 559px) {
  .story__item .content-block .node-group .node .year {
    line-height: 1;
  }
}
.story__item .content-block .node-group .node .cross {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  position: relative;
}
.story__item .content-block .node-group .node .cross::before {
  content: "";
  position: absolute;
  background: var(--baseColor);
}
.story__item .content-block .node-group .node .cross::before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}
.story__item .content-block .node-group .node .desc {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  line-height: 1.5;
  color: var(--baseColor);
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .story__item .episode {
    margin-top: 5vh;
  }
}
.story__item .episode__img--top {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .story__item .episode__img--top {
    gap: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .story__item .episode__img--top img:first-child {
    width: 14.4rem;
  }
}
.story__item .episode__img--top img:first-child img:nth-child(2) {
  margin-left: 2rem;
}
.story__item .episode__img--top::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #66ccff 0%, #f3b3cf 100%);
}
.story__item .episode__img--bottom {
  position: relative;
  text-align: center;
}
.story__item .episode__img--bottom::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #66ccff 0%, #f3b3cf 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.story__item .episode__img--bottom span {
  background: #fff;
  padding-inline: 3rem;
  display: flex;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .story__item .episode__img--bottom span {
    gap: 1rem;
    padding-inline: 1rem;
    width: 74%;
  }
  .story__item .episode__img--bottom span img {
    flex-grow: 1;
  }
}
.story__item .episode__label {
  text-align: center;
  font-size: clamp(4.2rem, 3.4718446602rem + 1.9417475728vw, 7.2rem);
  line-height: 1;
  margin-block: clamp(4rem, 3.1504854369rem + 2.2653721683vw, 7.5rem);
  letter-spacing: 0.2em;
}
.story__item .episode__text {
  text-align: center;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  margin-top: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 559px) {
  .story__item .episode__text {
    line-height: 2;
  }
}

.world__inner {
  margin-top: clamp(16rem, 13.4514563107rem + 6.7961165049vw, 26.5rem);
}
.world__ttl {
  text-align: center;
  width: 33.489583vw;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .world__ttl {
    width: 96%;
  }
}
.world__textarea {
  margin-top: clamp(8rem, 5.8155339806rem + 5.8252427184vw, 17rem);
}
.world__textarea p {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  text-align: center;
  line-height: 3;
  letter-spacing: 0.2em;
}
.world__textarea p:not(:last-child) {
  margin-bottom: 3em;
}
@media only screen and (max-width: 840px) {
  .world__textarea p {
    letter-spacing: 0.15em;
  }
}
@media only screen and (max-width: 559px) {
  .world__textarea p {
    letter-spacing: 0.2em;
  }
}

.cta * {
  text-align: center;
}
.cta__inner {
  margin-top: clamp(10rem, 7.6941747573rem + 6.1488673139vw, 19.5rem);
}
.cta__ttl {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  letter-spacing: 0.6em;
}
@media only screen and (max-width: 559px) {
  .cta__ttl {
    letter-spacing: 0.3em;
  }
}
.cta__ttl span {
  display: block;
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  width: fit-content;
  margin: 0 auto clamp(4rem, 3.6359223301rem + 0.9708737864vw, 5.5rem);
  letter-spacing: 0.2em;
}
.cta__toptext {
  margin-top: clamp(3.5rem, 3.1359223301rem + 0.9708737864vw, 5rem);
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  letter-spacing: 0.5em;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .cta__toptext {
    line-height: 1.8755;
  }
}
.cta__logo {
  margin-block: clamp(5rem, 4.7572815534rem + 0.6472491909vw, 6rem) clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem);
  width: 12.34375vw;
  margin-inline: auto;
}
@media only screen and (max-width: 840px) {
  .cta__logo {
    width: 20vw;
  }
}
@media only screen and (max-width: 559px) {
  .cta__logo {
    width: 20.3rem;
  }
}
.cta__opentext {
  font-size: clamp(1.3rem, 1.1300970874rem + 0.4530744337vw, 2rem);
  letter-spacing: 0.3em;
}
.cta__opendate {
  font-size: clamp(5rem, 4.5145631068rem + 1.2944983819vw, 7rem);
  width: fit-content;
  margin: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem) auto clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
.cta__text {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  margin-top: clamp(2.2rem, 1.8844660194rem + 0.8414239482vw, 3.5rem);
  letter-spacing: 0.2em;
  line-height: 2;
}
/*# sourceMappingURL=style.css.map */
