@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 98px;
  background: #fff;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  border-bottom: 3px solid #2FAEB6;
}
@media (min-width: 768px) {
  .header {
    height: 100px;
    background: transparent;
    transform: translateY(0);
    opacity: 1;
    border-bottom: 0;
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .header.is-show {
    background: #fff;
    border-bottom: 2px solid #2FAEB6;
  }
}

.header.is-show {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .header.is-show {
    background: #fff;
    border-bottom: 2px solid #2FAEB6;
  }
}

.header__check {
  height: 18px;
  background: linear-gradient(45deg, #111 25%, transparent 25%, transparent 75%, #111 75%) 0 0/18px 18px, linear-gradient(45deg, #111 25%, #fff 25%, #fff 75%, #111 75%) 9px 9px/18px 18px;
}
@media (min-width: 768px) {
  .header__check {
    display: none;
  }
}

@media (min-width: 768px) {
  .header.is-show .header__check {
    display: block;
  }
}

.header__inner {
  height: 80px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__inner {
    width: 100%;
    max-width: 1300px;
    height: 100px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.header__logo {
  width: 55px;
}
@media (min-width: 768px) {
  .header__logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .header.is-show .header__logo {
    display: block;
    transform: translateY(-12px);
  }
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__reserve {
  min-width: 110px;
  height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f34c82;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .header__reserve {
    display: none;
  }
}

.header__menu {
  width: 40px;
  height: 40px;
  padding: 7px 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__menu {
    display: none;
  }
}

.header__menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #111;
}

.header__menu.is-open span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.header__menu.is-open span:nth-child(2) {
  opacity: 0;
}
.header__menu.is-open span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    transform: translateY(20px);
  }
  .header__nav a {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.05em;
  }
}

@media (min-width: 768px) {
  .header.is-show .header__nav > a {
    color: #131313;
  }
  .header.is-show .header__reserve-pc {
    color: #fff !important;
  }
}

@media (min-width: 768px) {
  .header.is-show .header__nav {
    transform: translateY(-5px);
  }
}

.header__reserve-pc {
  display: none;
}

.header.is-show .header__reserve-pc {
  display: none;
}
@media (min-width: 768px) {
  .header.is-show .header__reserve-pc {
    width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F15289;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px !important;
    font-weight: 700;
  }
}

body.page-id-17 .header .header__nav a,
body.page-id-29 .header .header__nav a,
body.page-id-26 .header .header__nav a,
body.page-id-13 .header .header__nav a,
body.page-id-19 .header .header__nav a {
  color: #F15289 !important;
}

body.page-id-17 .header.is-show .header__nav a,
body.page-id-29 .header.is-show .header__nav a,
body.page-id-26 .header.is-show .header__nav a,
body.page-id-29 .header.is-show .header__nav a,
body.page-id-13 .header.is-show .header__nav a {
  color: #131313 !important;
}

body.page-id-17 .header.is-show .header__nav .header__reserve-pc,
body.page-id-29 .header.is-show .header__nav .header__reserve-pc,
body.page-id-26 .header.is-show .header__nav .header__reserve-pc,
body.page-id-19 .header.is-show .header__nav .header__reserve-pc,
body.page-id-13 .header.is-show .header__nav .header__reserve-pc {
  color: #fff !important;
}

.drawer {
  position: fixed;
  top: 98px;
  left: 0;
  z-index: 90;
  width: 100%;
  height: calc(100dvh - 98px);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.drawer__inner {
  padding: 40px 30px 50px;
}

.drawer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer__nav li {
  border-bottom: 1px solid #ddd;
}
.drawer__nav a {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 18px 5px;
  color: #131313;
  text-decoration: none;
}
.drawer__nav a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 5px;
  color: #F15289;
  font-size: 40px;
  transform: translateY(-50%);
}

.drawer__en {
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  line-height: 1;
}

.drawer__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.drawer__contact {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  color: #2FAEB6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  text-decoration: none;
}
.drawer__contact span {
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.drawer__sns {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.drawer__sns-link {
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
.drawer__sns-link svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .drawer__sns-link:hover {
    opacity: 0.6;
  }
}

.drawer__text {
  font-size: 18px;
  font-family: "Bebas Neue", sans-serif;
  color: #2FAEB6;
  text-align: center;
  margin-left: -10px;
}

/* =========================
   PC HEADER 最終上書き
========================= */
@media (min-width: 768px) {
  /* 初期状態 */
  .header {
    background: transparent !important;
    border-bottom: none !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  /* 初期ナビは白 */
  .header .header__nav a {
    color: #fff !important;
  }
  /* 初期はロゴ・チェック非表示 */
  .header .header__logo,
  .header .header__check {
    display: none !important;
  }
  /* =========================
     スクロール後
  ========================= */
  .header.is-show {
    background: #fff !important;
    border-bottom: 2px solid #2FAEB6 !important;
  }
  /* スクロール後はナビを黒 */
  .header.is-show .header__nav a {
    color: #111 !important;
  }
  /* 予約ボタンだけ白 */
  .header.is-show .header__nav .header__reserve-pc {
    color: #fff !important;
    background: #F15289 !important;
    border-color: #F15289 !important;
  }
  /* スクロール後にロゴ・チェック表示 */
  .header.is-show .header__logo {
    display: block !important;
  }
  .header.is-show .header__check {
    display: block !important;
  }
}
.footer {
  background: #2FAEB6;
  color: #fff;
  position: relative;
  z-index: 2;
}

.footer__check {
  height: 18px;
  background: linear-gradient(45deg, #111 25%, transparent 25%, transparent 75%, #111 75%) 0 0/18px 18px, linear-gradient(45deg, #111 25%, #fff 25%, #fff 75%, #111 75%) 9px 9px/18px 18px;
}

.footer__inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 45px 20px 20px;
}
@media (min-width: 768px) {
  .footer__inner {
    max-width: 1440px;
    padding: 20px 40px 25px;
  }
}

@media (min-width: 768px) {
  .footer__content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}

.footer__links {
  display: grid;
  gap: 18px;
}
@media (min-width: 768px) {
  .footer__links {
    display: flex;
  }
}

.footer__link-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 338/200;
  border-radius: 8px;
  background: #ddd;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer__link-card {
    width: 300px;
  }
}
.footer__link-card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__map {
  width: 100%;
  aspect-ratio: 338/200;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .footer__map {
    width: 300px;
  }
}
.footer__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer__info {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .footer__info {
    transform: translateX(-30px);
  }
}

.footer__info-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer__info-row {
    grid-template-columns: 90px 1fr;
    gap: 8px;
  }
}
.footer__info-row + .footer__info-row {
  margin-top: 22px;
}
.footer__info-row dt,
.footer__info-row dd {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.footer__info-row dt p,
.footer__info-row dd p {
  font-size: 11px;
}
.footer__info-row a {
  color: inherit;
}

.footer__contact {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer__logo {
  display: block;
  width: 170px;
  margin: 65px auto 0;
}
@media (min-width: 768px) {
  .footer__logo {
    margin: 0;
    flex-shrink: 0;
    width: 150px;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .footer__legal {
    gap: 12px 28px;
    margin-top: 30px;
  }
}
.footer__legal a {
  position: relative;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .footer__legal a {
    font-size: 12px;
  }
}

.footer__copyright {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}

.space-page {
  position: relative;
  overflow: hidden;
}

.space-page-fv {
  position: relative;
  height: 55svh;
}
@media (min-width: 768px) {
  .space-page-fv {
    height: 80svh;
  }
}

.space-page-fv__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .space-page-fv__sticky {
    height: 100vh;
  }
}

.space-page-fv__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100svh - 98px);
}
@media (min-width: 768px) {
  .space-page-fv__bg {
    height: 100vh;
  }
}

.space-page-fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.space-page-fv__title {
  position: absolute;
  top: 10%;
  left: 24px;
  z-index: 2;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .space-page-fv__title {
    top: 30%;
    left: clamp(60px, 8vw, 140px);
  }
}
.space-page-fv__title h1 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.space-contents {
  position: relative;
  z-index: 2;
}

.space-contents__wave {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  pointer-events: none;
}
.space-contents__wave picture,
.space-contents__wave img {
  display: block;
  width: 100%;
  height: auto;
}

.space-intro {
  background-color: #fff;
}
@media (min-width: 768px) {
  .space-intro {
    padding: 0 0 150px;
  }
}

.space-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: space-marquee 30s linear infinite;
}

.space-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.space-marquee__group span {
  flex-shrink: 0;
  padding-right: 40px;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

@keyframes space-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .space-marquee__group span {
    padding-right: 60px;
    font-size: 100px;
  }
  .space-marquee__track {
    animation-duration: 28s;
  }
}
.space-intro__inner {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
  margin-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .space-intro__inner {
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(450px, 1.2fr);
    align-items: center;
    gap: clamp(60px, 7vw, 120px);
    width: min(100% - 120px, 1200px);
    margin: 20px auto 0;
  }
}

.space-intro__text {
  text-align: center;
}
@media (min-width: 768px) {
  .space-intro__text {
    text-align: left;
  }
}

.space-intro__title {
  margin: 0;
  color: #2FAEB6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .space-intro__title {
    font-size: clamp(30px, 2.5vw, 38px);
    line-height: 1.6;
  }
}

.space-intro__description {
  margin-top: 40px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .space-intro__description {
    font-size: 18px;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .space-marquee__group span {
    padding-right: 60px;
    font-size: 100px;
  }
  .space-marquee__track {
    animation: none;
    transform: translateX(0);
  }
}
.space-intro__map {
  width: 100%;
  margin-top: 56px;
}
.space-intro__map img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .space-intro__map img {
    max-width: 600px;
  }
}

.space-features {
  position: relative;
  padding: 60px 20px 70px;
}
@media (min-width: 768px) {
  .space-features {
    padding: 140px 0 180px;
  }
}
.space-features {
  background-color: #fff;
  background-image: linear-gradient(45deg, #f1f1f1 25%, transparent 25%), linear-gradient(-45deg, #f1f1f1 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f1f1f1 75%), linear-gradient(-45deg, transparent 75%, #f1f1f1 75%);
  background-size: 88px 88px;
  background-position: 0 0, 0 44px, 44px -44px, -44px 0;
}

.space-features__inner {
  width: min(100% - 8px, 1200px);
  margin-inline: auto;
}

.space-features__list {
  display: grid;
  gap: 72px;
}
@media (min-width: 768px) {
  .space-features__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 100px;
         column-gap: 100px;
    row-gap: 150px;
  }
}

.space-feature__number {
  margin: 0 0 10px;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .space-feature__number {
    margin-bottom: 14px;
  }
}

.space-feature__image {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.space-feature__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.space-feature__title {
  margin: 14px 0 0;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

.space-feature__lead {
  margin: 14px 0 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .space-feature__lead {
    font-size: 22px;
  }
}

.space-feature__text {
  margin: 8px 0 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .space-feature__text {
    font-size: 16px;
    line-height: 1.6;
  }
}

.space-feature__button {
  font-size: 13px !important;
}

.space-feature:not(:last-child)::after {
  content: "";
  display: block;
  width: 19px;
  height: 23px;
  margin: 50px auto 0;
  background-image: url("../img/title_star_turquoise.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .space-feature:not(:last-child)::after {
    display: none;
  }
}
.space-instructor {
  position: relative;
  margin-top: 80px;
  padding: 0px 0 100px;
  background: #2FAEB6;
  color: #fff;
}

.space-instructor__wave {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  transform: translateY(-99%);
  pointer-events: none;
}
.space-instructor__wave picture,
.space-instructor__wave img {
  display: block;
  width: 100%;
  height: auto;
}

.space-instructor__inner {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .space-instructor__inner {
    display: grid;
    grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
    grid-template-areas: "heading heading" "image content";
    align-items: start;
    -moz-column-gap: clamp(60px, 7vw, 100px);
         column-gap: clamp(60px, 7vw, 100px);
    row-gap: 48px;
    width: min(100% - 120px, 1200px);
    margin-inline: auto;
  }
}

.space-instructor__heading {
  margin: 0 0 32px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .space-instructor__heading {
    grid-area: heading;
    margin: 0;
    font-size: 52px;
    text-align: left;
  }
}

.space-instructor__image {
  width: calc(100% + 48px);
  margin-left: -24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .space-instructor__image {
    grid-area: image;
    width: 100%;
    margin-left: 0;
  }
}
.space-instructor__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .space-instructor__image img {
    border-radius: 20px;
  }
}

.space-instructor__content {
  padding-top: 28px;
}

.space-instructor__name {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
}
.space-instructor__name h3 {
  margin: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.space-instructor__name span {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.space-instructor__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
}
.space-instructor__instagram span {
  font-weight: 700;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
}

.space-instructor__accordion {
  margin-top: 28px;
}
@media (min-width: 768px) {
  .space-instructor__accordion {
    margin-top: 32px;
  }
}

.space-instructor__accordion-button {
  margin-top: 30px;
  width: 270px;
  height: 50px;
  padding: 0 24px 0px 10px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (min-width: 768px) {
  .space-instructor__accordion-button {
    display: none;
  }
}

.space-instructor__awards {
  margin-top: 52px;
}

.space-instructor__awards-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 24px;
}
.space-instructor__awards-heading h4 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.space-instructor__awards-heading span {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.space-instructor__award {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.space-instructor__award:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.space-instructor__award dt {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.space-instructor__award dd {
  margin: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

.space-instructor__accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.8s ease, opacity 0.6s ease;
}
@media (min-width: 768px) {
  .space-instructor__accordion-content {
    display: block;
    opacity: 1;
  }
}

.space-instructor__accordion-inner {
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .space-instructor__accordion-inner {
    overflow: visible;
  }
}

.space-instructor__profile p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.space-instructor__profile P + P {
  margin-top: 15px;
}

.space-instructor__catch {
  font-size: 16px !important;
  margin-bottom: 20px;
}

.space-instructor__accordion.is-open .space-instructor__accordion-content {
  grid-template-rows: 1fr;
  opacity: 1;
}

.space-instructor__accordion-button--close {
  margin-top: 48px;
}
.space-instructor__accordion-button--close .space-instructor__accordion-arrow {
  transform: rotate(225deg) translate(-2px, -2px);
}

.space-instructor__accordion.is-open .space-instructor__accordion-button--open {
  display: none;
}

.space-cta {
  position: relative;
  padding: 50px 0 75px;
  overflow: hidden;
  background: #fff;
}

.space-cta__marquee {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.space-cta__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: space-cta-marquee 35s linear infinite;
}

.space-cta__group {
  display: flex;
  flex-shrink: 0;
}
.space-cta__group span {
  flex-shrink: 0;
  padding-right: 80px;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

@keyframes space-cta-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .space-cta__group span {
    padding-right: 60px;
    font-size: 100px;
  }
  .space-cta__track {
    animation: none;
    transform: translateX(0);
  }
}
.space-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 40px;
}
@media (min-width: 768px) {
  .space-cta__inner {
    min-height: 400px;
    padding: 100px 40px 60px;
  }
}

.space-cta__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90%, 430px);
  transform: translate(-50%, -50%);
  opacity: 0.1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .space-cta__logo {
    width: min(50vw, 500px);
  }
}
.space-cta__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.space-cta__content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.space-cta__text {
  margin: 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .space-cta__text {
    font-size: 20px;
  }
}

.sub-page {
  padding-top: 0;
}

.sub-page__visual {
  position: relative;
  width: 100%;
  height: 75svh;
  overflow: hidden;
  background-color: rgba(241, 82, 137, 0.1803921569);
}
@media (min-width: 768px) {
  .sub-page__visual {
    height: 680px;
  }
}

.sub-page__visual-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/logo_bg_sub.svg");
  background-repeat: no-repeat;
  background-position: center 28%;
  background-size: 240px auto;
}
@media (min-width: 768px) {
  .sub-page__visual-inner {
    background-size: 400px auto;
    background-position: 60% 45%;
  }
}

/* タイトル */
.sub-page__title {
  position: absolute;
  top: 48%;
  left: 100px;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .sub-page__title {
    top: 42%;
    left: 40%;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.sub-page__title h1 {
  position: relative;
  margin: 0;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .sub-page__title h1 {
    font-size: 60px;
    letter-spacing: 5px;
  }
}

.sub-page__title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 28px;
  height: 28px;
  background-image: url("../img/title_star_turquoise.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.sub-page__title p {
  margin-top: 8px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sub-page__title p {
    text-align: left;
    font-size: 20px;
  }
}

.sub-page__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
  width: 100%;
  line-height: 0;
}

.sub-page__wave img {
  display: block;
  width: 100%;
  height: auto;
}

.back-button {
  display: flex;
  justify-content: left;
  padding: 50px 40px 80px;
}
@media (min-width: 768px) {
  .back-button {
    padding-top: 60px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.back-button__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 768px) {
  .back-button__link {
    font-size: 24px;
  }
}

.back-button__arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 3px solid #131313;
  border-left: 3px solid #131313;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(-45deg);
}

.back-button__text {
  display: block;
}

.terms__content {
  margin-top: 0;
}

.terms__inner {
  padding: 0 20px 40px;
}

.terms__lead {
  font-size: 17px;
  font-weight: 700;
  color: #2FAEB6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .terms__lead {
    font-size: 20px;
  }
}

.terms__intro {
  font-size: 16px;
  font-weight: 700;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .terms__intro {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .terms-section {
    max-width: 800px;
    margin: 0 auto;
  }
}

.terms-section__heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 50px;
  border-bottom: 1px solid #ff4f8b;
}
@media (min-width: 768px) {
  .terms-section__heading {
    margin-top: 100px;
  }
}

.terms-section__heading h2 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .terms-section__heading h2 {
    font-size: 24px;
  }
}

.terms-section__number {
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.terms-section__body {
  margin-top: 20px;
}

.terms-item + .terms-item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .terms-item + .terms-item {
    margin-top: 30px;
  }
}

.terms-item h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .terms-item h3 {
    font-size: 18px;
  }
}

.terms-item p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .terms-item p {
    font-size: 16px;
  }
}

.sub-page--reservation .sub-page__title {
  left: 140px;
}

.reservation__content {
  padding: 0 20px 20px;
}

.reservation__inner {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .reservation__inner {
    max-width: 700px;
  }
}

.reservation__lead {
  margin: 0 0 40px;
  color: #2FAEB6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .reservation__lead {
    margin-bottom: 100px;
    font-size: 20px;
  }
}

/* =========================
   LINKS
========================= */
.reservation-links {
  border-top: 0;
}

/* =========================
   PRICE GROUP
========================= */
.reservation-link-group--price {
  padding-bottom: 35px;
  margin-bottom: 0;
  border-bottom: 1px solid #F15289;
}
@media (min-width: 768px) {
  .reservation-link-group--price {
    padding-bottom: 45px;
  }
}

/* =========================
   LINK
========================= */
.reservation-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 2px 32px;
  border-bottom: 1px solid #F15289;
  color: #131313;
  text-decoration: none;
}
@media (min-width: 768px) {
  .reservation-link {
    padding-top: 60px;
  }
}

/* PRICE内のリンクだけ下線を消す */
.reservation-link-group--price .reservation-link {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.reservation-link__text {
  flex: 1;
}

.reservation-link__en {
  display: block;
  margin-bottom: 5px;
  color: #2FAEB6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .reservation-link__en {
    margin-bottom: 0;
    font-size: 40px;
  }
}

.reservation-link__text h2 {
  margin: 0 0 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .reservation-link__text h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.reservation-link__text p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .reservation-link__text p {
    font-size: 16px;
  }
}

.reservation-link__arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #2FAEB6;
  border-right: 3px solid #2FAEB6;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================
   MEMBER BUTTON
========================= */
.reservation-member__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  max-width: 330px;
  height: 58px;
  margin: 35px auto 0;
  border: 2px solid #F15289;
  border-radius: 50px;
  background-color: #fff;
  color: #F15289;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 768px) {
  .reservation-member__button {
    max-width: 380px;
    height: 64px;
    margin-top: 40px;
    font-size: 15px;
  }
}

.reservation-member__arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #F15289;
  border-right: 2px solid #F15289;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================
   RESERVATION ACTION
========================= */
.reservation-action {
  padding-top: 68px;
  text-align: center;
}

.reservation-action__lead {
  margin: 0 0 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .reservation-action__lead {
    font-size: 18px;
  }
}

.reservation-action__note {
  margin: 22px 5px 0;
  color: #F15289;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.more__arrow-white {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================
   PC
========================= */
@media (min-width: 768px) {
  .sub-page--reservation .sub-page__title {
    left: 40%;
  }
}

/* =========================
   CONTACT
========================= */
.contact {
  padding: 70px 20px 100px;
}
@media (min-width: 768px) {
  .contact {
    padding: 110px 30px 150px;
  }
}

.contact__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.contact__lead {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .contact__lead {
    font-size: 17px;
  }
}

/* =========================
   MAIL
========================= */
.contact__mail {
  margin-top: 45px;
  padding: 25px 20px;
  border: 2px solid #2FAEB6;
  border-radius: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__mail {
    margin-top: 60px;
    padding: 32px 40px;
  }
}

.contact__mail-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.contact__mail-address {
  display: inline-block;
  margin-top: 10px;
  color: #F15289;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (min-width: 768px) {
  .contact__mail-address {
    font-size: 25px;
  }
}

/* =========================
   FORM
========================= */
.contact__form {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .contact__form {
    margin-top: 100px;
  }
}

.contact-form {
  width: 100%;
}

/* =========================
   GROUP
========================= */
.contact-form__group {
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .contact-form__group {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
    padding: 30px 0;
  }
}

/* =========================
   LABEL
========================= */
.contact-form__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .contact-form__label {
    margin: 0;
  }
}

/* =========================
   INPUT
========================= */
.contact-form__input,
.contact-form__textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form__input:focus,
.contact-form__textarea:focus {
  border-color: #2FAEB6;
  box-shadow: 0 0 0 2px rgba(47, 174, 182, 0.1);
}
.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: #aaa;
}
.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #aaa;
}

.contact-form__textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.8;
}

/* =========================
   RADIO
========================= */
.contact-form__radio .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.contact-form__radio .wpcf7-list-item {
  margin: 0;
}
.contact-form__radio label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.contact-form__radio input[type=radio] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #F15289;
}

/* =========================
   PRIVACY
========================= */
.contact-form__privacy {
  margin-top: 50px;
  padding: 25px 20px;
  border-radius: 10px;
  background: #f7f7f7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .contact-form__privacy {
    padding: 30px;
  }
}
.contact-form__privacy .wpcf7-list-item {
  margin: 0;
}
.contact-form__privacy label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.contact-form__privacy input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #F15289;
}

/* =========================
   SUBMIT
========================= */
.contact-form__submit {
  width: 100%;
  max-width: 360px;
  margin: 45px auto 0;
  text-align: center;
}

.contact-form__button {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #F15289;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) {
  .contact-form__button:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}

/* =========================
   CF7 ERROR
========================= */
.contact-form .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #F15289;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.contact__form .wpcf7-response-output {
  margin: 30px 0 0 !important;
  padding: 15px 20px !important;
  border-radius: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.8;
}
.contact__form .wpcf7-spinner {
  display: block;
  margin: 15px auto 0;
}

.contact-form__required,
.contact-form__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  padding: 3px 7px;
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  transform: translateY(12px);
}

.contact-form__required {
  background: #F15289;
}

.contact-form__optional {
  background: #aaa;
}

.news-archive {
  padding: 30px 20px 70px;
  background: #fff;
}

.news-archive__inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.news-archive__list {
  width: 100%;
}

.news-archive__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 115px;
  padding: 25px 45px 25px 25px;
  border-bottom: 1px solid #F15289;
  color: #131313;
  text-decoration: none;
}

.news-archive__item--topic {
  margin-bottom: 8px;
  background: #fbdce6;
  border-bottom: none;
  border-radius: 6px;
}

.news-archive__topic {
  position: absolute;
  top: -14px;
  left: -18px;
  z-index: 2;
  width: 100px;
  height: auto;
}

.news-archive__content {
  width: 100%;
}

.news-archive__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.news-archive__meta time {
  color: #131313;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.news-archive__new {
  padding: 3px 9px 2px;
  border-radius: 999px;
  background: #F15289;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.news-archive__title {
  margin: 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.news-archive__arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #F15289;
  border-right: 3px solid #F15289;
  transform: translateY(-50%) rotate(45deg);
}

.news-archive__empty {
  margin: 0;
  padding: 80px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

/* pagination */
.news-archive__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}

.news-archive__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #F15289;
  border-radius: 50%;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

.news-archive__pagination .page-numbers.current {
  background: #F15289;
  color: #fff;
}

.news-archive__pagination .prev,
.news-archive__pagination .next {
  border: none;
  font-size: 26px;
}

/* PC */
@media (min-width: 768px) {
  .news-archive {
    padding: 50px 40px 100px;
  }
  .news-archive__inner {
    max-width: 900px;
  }
  .news-archive__item {
    min-height: 130px;
    padding: 30px 75px 30px 120px;
  }
  .news-archive__item--topic {
    min-height: 140px;
  }
  .news-archive__topic {
    top: -18px;
    left: -28px;
    width: 125px;
  }
  .news-archive__meta {
    margin-bottom: 12px;
  }
  .news-archive__meta time {
    font-size: 21px;
  }
  .news-archive__new {
    padding: 4px 11px 3px;
    font-size: 14px;
  }
  .news-archive__title {
    font-size: 18px;
  }
  .news-archive__arrow {
    right: 35px;
  }
  .news-archive__pagination {
    margin-top: 65px;
  }
}
.news-single {
  min-height: 100vh;
  padding: 150px 20px 80px;
  background: #fff5f8;
}
@media (min-width: 768px) {
  .news-single {
    padding: 150px 40px 120px;
  }
}

.news-single__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-single__inner {
    max-width: 1000px;
  }
}

.news-single__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #131313;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-single__back {
    margin-bottom: 35px;
    font-size: 20px;
  }
}

.news-single__back-arrow {
  width: 9px;
  height: 9px;
  border-top: 2px solid #F15289;
  border-left: 2px solid #F15289;
  transform: rotate(-45deg);
}

.news-detail {
  padding: 30px 20px 40px;
  background: #fff;
  border: 1px solid rgba(241, 82, 137, 0.2);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(241, 82, 137, 0.06);
}
@media (min-width: 768px) {
  .news-detail {
    padding: 45px 120px 60px;
    border-radius: 14px;
  }
}

.news-detail__head {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .news-detail__head {
    margin-bottom: 30px;
  }
}

.news-detail__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
}
.news-detail__meta time {
  color: #131313;
  font-family: "Bebas Neue", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .news-detail__meta time {
    font-size: 19px;
  }
}

.news-detail__new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 11px 3px;
  border-radius: 999px;
  background: #F15289;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  .news-detail__new {
    font-size: 14px;
  }
}

.news-detail__title {
  margin: 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .news-detail__title {
    font-size: 32px;
  }
}

.news-detail__thumbnail {
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .news-detail__thumbnail {
    margin-top: 30px;
  }
}
.news-detail__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-detail__body {
  margin-top: 30px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .news-detail__body {
    margin-top: 35px;
    font-size: 16px;
  }
}
.news-detail__body p {
  margin: 0;
}
.news-detail__body p + p {
  margin-top: 20px;
}
.news-detail__body h2 {
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F15289;
  font-size: 19px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .news-detail__body h2 {
    font-size: 22px;
  }
}
.news-detail__body h3 {
  margin: 35px 0 15px;
  color: #2FAEB6;
  font-size: 17px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .news-detail__body h3 {
    font-size: 19px;
  }
}
.news-detail__body ul,
.news-detail__body ol {
  margin: 20px 0;
  padding-left: 1.5em;
}
.news-detail__body li + li {
  margin-top: 8px;
}
.news-detail__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}
.news-detail__body a {
  color: #F15289;
  text-decoration: underline;
}

.news-single__back--bottom {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

.membership {
  padding: 70px 20px 100px;
}
@media (min-width: 768px) {
  .membership {
    padding: 110px 30px 150px;
  }
}

.membership__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.sub-page--membership .sub-page__title {
  left: 140px;
}

/* =========================
   INTRO
========================= */
.membership__intro {
  text-align: center;
}

.membership__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .membership__lead {
    font-size: 28px;
  }
}

.membership__text {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .membership__text {
    font-size: 15px;
  }
}

/* =========================
   NOTICE
========================= */
.membership__notice {
  margin-top: 50px;
  padding: 25px 20px;
  border: 2px solid #2FAEB6;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .membership__notice {
    margin-top: 70px;
    padding: 35px 40px;
  }
}

.membership__notice-title {
  color: #F15289;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.membership__notice-list {
  margin-top: 15px;
  padding-left: 1.4em;
}
.membership__notice-list li {
  margin-top: 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
.membership__notice-list li::marker {
  color: #F15289;
}

/* =========================
   FORM
========================= */
.membership__form {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .membership__form {
    margin-top: 110px;
  }
}

.membership__form-heading {
  text-align: center;
}

.membership__form-en {
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 35px;
  line-height: 1;
}

.membership__form-title {
  margin-top: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.membership__form-note {
  margin-top: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
}
.membership__form-note span {
  margin-right: 5px;
  padding: 3px 7px;
  border-radius: 4px;
  background: #F15289;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

/* =========================
   FORM SECTION
========================= */
.membership-form__section {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .membership-form__section {
    margin-top: 80px;
  }
}

.membership-form__section-title {
  padding-bottom: 12px;
  border-bottom: 3px solid #2FAEB6;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.membership-form__section-title span {
  margin-left: 10px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .membership-form__section-title {
    font-size: 34px;
  }
}

/* =========================
   ITEM
========================= */
.membership-form__item {
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .membership-form__item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
    padding: 30px 0;
  }
}

.membership-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .membership-form__label {
    margin-bottom: 0;
  }
}

/* =========================
   REQUIRED
========================= */
.membership-form__required,
.membership-form__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 7px;
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  transform: translateY(12px);
}

.membership-form__required {
  background: #F15289;
}

.membership-form__optional {
  background: #aaa;
}

.membership-form__optional {
  background: #aaa;
}

/* =========================
   INPUT
========================= */
.membership-form__input input[type=text],
.membership-form__input input[type=email],
.membership-form__input input[type=tel],
.membership-form__input input[type=date],
.membership-form__input textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}
.membership-form__input input[type=text]:focus,
.membership-form__input input[type=email]:focus,
.membership-form__input input[type=tel]:focus,
.membership-form__input input[type=date]:focus,
.membership-form__input textarea:focus {
  border-color: #2FAEB6;
}
.membership-form__input textarea {
  min-height: 160px;
  resize: vertical;
}

/* =========================
   RADIO
========================= */
.membership-form__radio .wpcf7-list-item {
  margin: 0 20px 8px 0;
}
.membership-form__radio label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

/* =========================
   IDENTIFICATION
========================= */
.membership-form__item--file {
  margin-top: 20px;
  padding: 25px 20px;
  border: 2px solid #2FAEB6;
  border-radius: 10px;
  background: rgba(47, 174, 182, 0.04);
}
@media (min-width: 768px) {
  .membership-form__item--file {
    padding: 35px;
  }
}

.membership-form__file-text {
  margin-bottom: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.membership-form__help {
  margin-top: 8px;
  color: #777;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  line-height: 1.7;
}

/* =========================
   GUARDIAN
========================= */
.membership-form__guardian {
  display: none;
  padding: 30px 20px;
  border-radius: 12px;
  background: #fafafa;
}
@media (min-width: 768px) {
  .membership-form__guardian {
    padding: 40px;
  }
}
.membership-form__guardian.is-show {
  display: block;
}

.membership-form__guardian-text {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

/* =========================
   AGREEMENT
========================= */
.membership-form__agreement {
  margin-top: 60px;
  padding: 25px 20px;
  border-radius: 10px;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .membership-form__agreement {
    padding: 30px;
  }
}

.membership-form__agreement-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
.membership-form__agreement-item + .membership-form__agreement-item {
  margin-top: 18px;
}
.membership-form__agreement-item .wpcf7-list-item {
  margin: 0;
}
.membership-form__agreement-item label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.membership-form__agreement-item a {
  color: #F15289;
  font-weight: 700;
  text-decoration: underline;
}

/* =========================
   SUBMIT
========================= */
.membership-form__submit {
  width: 100%;
  max-width: 360px;
  margin: 45px auto 0;
}
.membership-form__submit input {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 999px;
  background: #F15289;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) {
  .membership-form__submit input:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}

.price-page {
  position: relative;
  overflow: hidden;
}

.price-page-fv {
  position: relative;
  height: 55svh;
}
@media (min-width: 768px) {
  .price-page-fv {
    height: 80svh;
  }
}

.price-page-fv__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .price-page-fv__sticky {
    height: 100vh;
  }
}

.price-page-fv__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100svh - 98px);
}
@media (min-width: 768px) {
  .price-page-fv__bg {
    height: 100vh;
  }
}

.price-page-fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.price-page-fv__title {
  position: absolute;
  top: 10%;
  left: 24px;
  z-index: 2;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .price-page-fv__title {
    top: 30%;
    left: clamp(60px, 8vw, 140px);
  }
}
.price-page-fv__title h1 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.price-contents {
  position: relative;
  z-index: 2;
}

.price-contents__wave {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  pointer-events: none;
}
.price-contents__wave picture,
.price-contents__wave img {
  display: block;
  width: 100%;
  height: auto;
}

.price-intro {
  background-color: #fff;
}
@media (min-width: 768px) {
  .price-intro {
    padding: 0 0 150px;
  }
}

.price-intro__inner {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
  margin-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .price-intro__inner {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(450px, 1.1fr);
    align-items: center;
    gap: clamp(60px, 7vw, 120px);
    width: min(100% - 120px, 1200px);
    margin: 20px auto 0;
  }
}

.price-intro__text {
  text-align: center;
}
@media (min-width: 768px) {
  .price-intro__text {
    text-align: left;
  }
}

.price-intro__title {
  margin: 0;
  color: #2FAEB6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .price-intro__title {
    font-size: clamp(30px, 2.5vw, 38px);
    line-height: 1.6;
  }
}

.price-intro__description {
  margin-top: 40px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .price-intro__description {
    font-size: 18px;
    line-height: 2;
  }
}

.price-intro__img {
  width: 100%;
  margin-top: 56px;
}
.price-intro__img img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .price-intro__img img {
    max-width: 500px;
  }
}

.price--page {
  padding-bottom: 130px !important;
}
@media (min-width: 768px) {
  .price--page {
    padding-bottom: 250px !important;
    padding-top: 80px !important;
  }
}

.price--page .price__detail {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: left;
}
.price--page .price__detail-text {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
.price--page .price__detail-list {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.price--page .price__detail-list li {
  position: relative;
  padding-left: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
}
.price--page .price__detail-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.price-membership {
  position: relative;
  background: #f6b6cc;
}

/* =========================
   WAVE
========================= */
.price-membership__wave {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  transform: translateY(-99%);
  pointer-events: none;
}
.price-membership__wave picture,
.price-membership__wave img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   INNER
========================= */
.price-membership__inner {
  width: 100%;
  max-width: 500px;
  background-color: #f6b6cc;
  margin: 0 auto;
  padding: 0px 20px 100px;
}
@media (min-width: 768px) {
  .price-membership__inner {
    max-width: 900px;
    padding: 10px 30px 180px;
  }
}

/* =========================
   HEADING
========================= */
.price-membership__heading {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .price-membership__heading {
    margin-bottom: 55px;
  }
}

.price-membership__title {
  margin: 0;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .price-membership__title {
    font-size: 42px;
  }
}

.price-membership__ja {
  margin: 8px 0 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .price-membership__ja {
    font-size: 16px;
  }
}

/* =========================
   CONTENT
========================= */
.price-membership__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 768px) {
  .price-membership__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
  }
}

/* =========================
   REGISTRATION FEE
========================= */
.price-membership__fee {
  padding: 30px 20px 26px;
  border: 2px solid #F15289;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .price-membership__fee {
    padding: 38px 30px 32px;
  }
}

.price-membership__fee-en {
  margin: 0;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .price-membership__fee-en {
    font-size: 24px;
  }
}

.price-membership__fee-title {
  margin: 8px 0 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .price-membership__fee-title {
    font-size: 19px;
  }
}

/* =========================
   FEE PRICE
========================= */
.price-membership__fee-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 22px;
  color: #F15289;
}

.price-membership__yen {
  margin-right: 5px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.price-membership__fee-price strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .price-membership__fee-price strong {
    font-size: 62px;
  }
}

.price-membership__tax {
  margin: 7px 0 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

/* =========================
   FIRST ONLY
========================= */
.price-membership__first {
  width: -moz-fit-content;
  width: fit-content;
  margin: 18px auto 0;
  padding: 6px 24px;
  border-radius: 50px;
  background-color: #F15289;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

/* =========================
   INFO
========================= */
.price-membership__info {
  text-align: left;
}

.price-membership__catch {
  margin: 0 0 15px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .price-membership__catch {
    font-size: 21px;
  }
}

.price-membership__text {
  margin: 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .price-membership__text {
    font-size: 15px;
  }
}

/* =========================
   BUTTON
========================= */
.price-membership__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  height: 58px;
  margin: 28px auto 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .price-membership__button {
    max-width: 360px;
    height: 64px;
    margin: 32px 0 0;
  }
}

.price-membership__arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================
   NOTE
========================= */
.price-membership__note {
  margin: 30px 0 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 768px) {
  .price-membership__note {
    margin-top: 20px;
    font-size: 12px;
  }
}

.price-information {
  position: relative;
  margin-top: 80px;
  background: #2FAEB6;
  color: #fff;
}

/* =========================
   WAVE
========================= */
.price-information__wave {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  transform: translateY(-99%);
  pointer-events: none;
}
.price-information__wave picture,
.price-information__wave img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   INNER
========================= */
.price-information__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media (min-width: 768px) {
  .price-information__inner {
    max-width: 700px;
    padding: 10px 30px 110px;
  }
}

/* =========================
   HEADING
========================= */
.price-information__heading {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .price-information__heading {
    margin-bottom: 55px;
  }
}

.price-information__title {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .price-information__title {
    font-size: 42px;
  }
}

.price-information__ja {
  margin: 8px 0 0;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .price-information__ja {
    font-size: 16px;
  }
}

/* =========================
   CONTENT
========================= */
.price-information__content {
  width: 100%;
}

/* =========================
   LIST
========================= */
.price-information__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-information__list li {
  position: relative;
  padding: 17px 5px 17px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .price-information__list li {
    padding: 20px 10px 20px 25px;
    font-size: 14px;
  }
}

.price-information__list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.price-information__list li::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .price-information__list li::before {
    top: 30px;
    left: 5px;
  }
}

/* =========================
   TERMS BUTTON
========================= */
.price-information__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  height: 58px;
  margin: 35px auto 0;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 768px) {
  .price-information__link {
    max-width: 360px;
    height: 62px;
    margin-top: 45px;
    font-size: 15px;
  }
}

.price-information__arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================
   HOVER
========================= */
@media (hover: hover) {
  .price-information__link {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .price-information__arrow {
    transition: border-color 0.3s ease;
  }
  .price-information__link:hover {
    background-color: #fff;
    color: #2FAEB6;
  }
  .price-information__link:hover .price-information__arrow {
    border-color: #2FAEB6;
  }
}
.transactions {
  padding: 0px 20px 100px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .transactions {
    padding: 160px 30px 150px;
  }
}

.transactions__inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .transactions__inner {
    max-width: 900px;
  }
}

/* =========================
   TITLE
========================= */
.transactions__heading {
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  .transactions__heading {
    margin-bottom: 60px;
  }
}

.transactions__title {
  margin: 0;
  color: #2FAEB6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .transactions__title {
    font-size: 34px;
  }
}

/* =========================
   BOX
========================= */
.transactions__box {
  padding: 5px 22px;
  border-radius: 12px;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .transactions__box {
    padding: 10px 45px;
  }
}

/* =========================
   LIST
========================= */
.transactions__list {
  margin: 0;
}

.transactions__item {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .transactions__item {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 35px;
    padding: 30px 0;
  }
}

.transactions__item:last-child {
  border-bottom: 0;
}

/* =========================
   LABEL
========================= */
.transactions__item dt {
  margin: 0 0 8px;
  color: #2FAEB6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .transactions__item dt {
    margin: 0;
    font-size: 15px;
  }
}

/* =========================
   CONTENT
========================= */
.transactions__item dd {
  margin: 0;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .transactions__item dd {
    font-size: 14px;
  }
}

.transactions__item dd a {
  color: inherit;
  text-decoration: none;
}

.transactions__small {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .transactions__small {
    font-size: 12px;
  }
}

main {
  padding-top: 98px;
  overflow: visible;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 98px;
}

body.is-drawer-open {
  overflow: hidden;
}

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.title-pink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .title-pink {
    font-size: 45px;
    gap: 10px;
  }
}
.title-pink::before, .title-pink::after {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background-image: url("../img/title_star_turquoise.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .title-pink::before, .title-pink::after {
    width: 30px;
    height: 33px;
  }
}

.title-turquoise {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #2FAEB6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .title-turquoise {
    font-size: 45px;
    gap: 10px;
  }
}
.title-turquoise::before, .title-turquoise::after {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background-image: url("../img/title_star_pink.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .title-turquoise::before, .title-turquoise::after {
    width: 30px;
    height: 33px;
  }
}

.more__btn-pink {
  margin-top: 30px;
  width: 270px;
  height: 50px;
  padding: 0 24px 0px 10px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  background: #F15289;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.more__btn-white {
  margin-top: 30px;
  width: 270px;
  height: 50px;
  padding: 0 24px 0px 10px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #F15289;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 2px solid #F15289;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.more__arrow-pink {
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 3px solid #F15289;
  border-right: 3px solid #F15289;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}

.more__arrow-white {
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}

.js-parallax {
  overflow: hidden;
}

.js-parallax img {
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fv {
  position: relative;
  height: 100svh;
  height: 500px;
  min-height: 0;
  background-color: #131313;
}
@media (min-width: 768px) {
  .fv {
    width: 100%;
    max-height: none;
    min-height: 680px;
  }
}

.fv__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
}

.fv__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100svh - 98px);
}
@media (min-width: 768px) {
  .fv__bg {
    height: 680px;
  }
}

.fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fv__content {
  position: absolute;
  top: 0;
  inset: 0;
  z-index: 2;
  padding: 0px 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-30px);
}
@media (min-width: 768px) {
  .fv__content {
    width: 100%;
    height: 100%;
    padding: 0px 40px 120px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: none;
  }
}

.fv__ribbon {
  width: 60%;
}
@media (min-width: 768px) {
  .fv__ribbon {
    width: 240px;
  }
}

.fv__logo {
  width: 50%;
}
@media (min-width: 768px) {
  .fv__logo {
    width: 220px;
  }
}

.fv__copy {
  margin-top: 28px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .fv__copy {
    margin-top: 25px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .fv__button {
    display: none;
  }
}

.contents {
  position: relative;
  z-index: 2;
  background: #fff;
}

.contents__wave {
  position: absolute;
  left: 0;
  bottom: 99%;
  width: 100%;
  line-height: 0;
  pointer-events: none;
}

.contents__wave img {
  display: block;
  width: 100%;
  height: auto;
}

.news {
  position: relative;
  padding: 20px 20px 70px;
  background: #fff;
}
@media (min-width: 768px) {
  .news {
    padding-top: 50px;
  }
}

.news__inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news__inner {
    max-width: 800px;
  }
}

.news__list {
  width: 100%;
  margin-top: 40px;
}

.news__item {
  position: relative;
  display: block;
  padding: 25px 35px 25px 30px;
  border-bottom: 1px solid #F15289;
  color: #131313;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news__item {
    padding: 25px 35px 25px 120px;
  }
}

.news__item--topic {
  background: #fbdce6;
  border-radius: 6px;
  border-bottom: none;
  margin-bottom: 5px;
}

.news__topic {
  position: absolute;
  top: -14px;
  left: -18px;
  width: 100px;
  height: auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .news__topic {
    width: 125px;
    left: -26px;
  }
}

.news__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.news__meta time {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #131313;
}
@media (min-width: 768px) {
  .news__meta time {
    font-size: 21px;
  }
}

.news__new {
  padding: 3px 9px 2px;
  border-radius: 999px;
  background: #F15289;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  .news__new {
    font-size: 15px;
  }
}

.news__text {
  font-size: 15px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .news__text {
    font-size: 18px;
  }
}

.concept {
  padding: 60px 20px 105px;
  background: #2FAEB6;
  color: #fff;
}
@media (min-width: 768px) {
  .concept {
    padding-right: 0px;
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .concept__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
  }
}

@media (min-width: 768px) {
  .concept__wrap {
    width: 93%;
    padding-left: 20px;
    position: relative;
  }
}

.concept__bg {
  display: none;
}
@media (min-width: 768px) {
  .concept__bg {
    display: block;
    position: absolute;
    width: 500px;
    top: 60%;
    left: 60%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
.concept__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.concept__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .concept__title {
    font-size: 45px;
    gap: 10px;
  }
}
.concept__title::before, .concept__title::after {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background-image: url("../img/title_star_pink.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .concept__title::before, .concept__title::after {
    width: 30px;
    height: 33px;
  }
}

.concept__text {
  margin-top: 45px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .concept__text {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
    font-size: 17px;
    line-height: 30px;
  }
}

.concept__img {
  margin-top: 48px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.concept__img img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .contents-space {
    margin-top: 20px;
  }
}

.space {
  padding: 60px 20px 100px;
  background: #fff;
}
@media (min-width: 768px) {
  .space {
    padding-bottom: 200px;
  }
}

.space__inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .space__inner {
    max-width: 1100px;
  }
}

.space__lead {
  margin-top: 30px;
  color: #131313;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .space__lead {
    font-size: 18px;
    margin-top: 20px;
  }
}

.space__slider {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .space__slider {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    border-radius: 0px;
    margin-top: 60px;
  }
}

.space__slide {
  width: 100%;
  aspect-ratio: 338/225;
  overflow: hidden;
}
.space__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.space__pagination {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .space__pagination {
    display: none;
  }
}

.space__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: #91a5ba;
  opacity: 1;
}

.space__pagination .swiper-pagination-bullet-active {
  background: #F15289 !important;
}

.space__points {
  margin-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .space__points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 60px;
  }
}

.space__point {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (min-width: 768px) {
  .space__point {
    position: relative;
    width: auto;
    justify-content: flex-start;
    gap: 12px;
  }
}
.space__point + .space__point {
  margin-top: 18px;
}

.space__point-number {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fde2eb;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
.space__point-number span {
  color: #F15289;
  font-size: 13px;
  font-weight: 400;
}
.space__point-number strong {
  margin-top: 2px;
  color: #F15289;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.space__point-text {
  position: relative;
  margin: 0;
  color: #131313;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .space__point-text {
    text-align: left;
    margin: 0;
    font-size: 17px;
    position: relative;
    margin-top: 0;
    padding-bottom: 14px;
    line-height: 1.5;
  }
  .space__point-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #31adb5;
    box-shadow: 14px 0 0 #31adb5, 28px 0 0 #31adb5, 42px 0 0 #31adb5;
  }
}

@media (min-width: 768px) {
  .space__button {
    margin-top: 40px;
  }
}

.lesson {
  background-color: #f6b6cc;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
}

.lesson__inner {
  width: calc(100% - 40px);
  max-width: 500px;
  margin: 0 auto;
}

.lesson__heading {
  margin-bottom: 8px;
  text-align: center;
}

.lesson__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .lesson__title {
    font-size: 45px;
    gap: 10px;
  }
}
.lesson__title::before, .lesson__title::after {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background-image: url("../img/title_star_turquoise.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .lesson__title::before, .lesson__title::after {
    width: 30px;
    height: 33px;
  }
}

.lesson__lead {
  margin-top: 30px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.lesson__price {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 28px;
}

.lesson__price-item {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.lesson__price-item:first-child {
  justify-content: flex-end;
  padding-right: 28px;
}

.lesson__price-item:last-child {
  justify-content: flex-start;
  padding-left: 28px;
}

.lesson__price-number {
  color: #F15289;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.9;
  white-space: nowrap;
}

.lesson__price-number--yen {
  font-size: 36px;
}

.lesson__price-unit {
  color: #131313;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.lesson__tax {
  margin-bottom: 3px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.lesson__price-line {
  width: 1px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.35);
}

.lesson__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.lesson__list li {
  position: relative;
  padding-left: 25px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.lesson__list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #f15289;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.lesson__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 335/180;
  margin-bottom: 20px;
  border-radius: 8px;
}

.lesson__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lesson__other {
  margin-top: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.lesson__buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lesson__button--instructor {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .lesson {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
  }
  .lesson__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 70px;
         column-gap: 70px;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .lesson__heading {
    grid-column: 1;
    margin-bottom: 20px;
  }
  .lesson__title {
    font-size: 45px;
  }
  .lesson__lead {
    margin-top: 24px;
    font-size: 18px;
  }
  .lesson__price {
    grid-column: 1;
    margin-bottom: 30px;
  }
  .lesson__price-number {
    font-size: 64px;
  }
  .lesson__price-number--yen {
    font-size: 60px;
  }
  .lesson__price-unit {
    font-size: 22px;
  }
  .lesson__tax {
    font-size: 13px;
  }
  .lesson__price-line {
    height: 65px;
  }
  .lesson__price-item:first-child {
    padding-right: 35px;
  }
  .lesson__price-item:last-child {
    padding-left: 35px;
  }
  .lesson__list {
    grid-column: 1;
    margin-bottom: 30px;
  }
  .lesson__list li {
    font-size: 14px;
  }
  .lesson__image {
    grid-column: 2;
    grid-row: 1/5;
    width: 100%;
    height: 420px;
    margin-bottom: 0;
    aspect-ratio: auto;
    border-radius: 10px;
  }
  .lesson__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lesson__buttons {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .lesson__button--instructor {
    margin-top: 0;
  }
}
.price {
  padding: 60px 30px 70px;
  background-color: #fff;
  background-image: linear-gradient(45deg, #f1f1f1 25%, transparent 25%), linear-gradient(-45deg, #f1f1f1 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f1f1f1 75%), linear-gradient(-45deg, transparent 75%, #f1f1f1 75%);
  background-size: 88px 88px;
  background-position: 0 0, 0 44px, 44px -44px, -44px 0;
}

.price__inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .price__inner {
    max-width: 900px;
    justify-content: center;
  }
}

.price__lead {
  margin-top: 30px;
  color: #131313;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .price__lead {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .price__wrap {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 40px;
  }
}

.price__card {
  overflow: hidden;
  border: 4px solid;
  border-radius: 14px;
  background: #fff;
}
@media (min-width: 768px) {
  .price__card {
    width: 380px;
  }
}

.price__card--free {
  margin-top: 45px;
  border-color: #2FAEB6;
}

.price__card--free .price__card-head {
  background: #2FAEB6;
}

.price__card--private {
  margin-top: 45px;
  border-color: #F15289;
}

.price__card--private .price__card-head {
  background: #F15289;
}

.price__card-head {
  padding: 14px 15px 12px;
  color: #fff;
  text-align: center;
}

.price__card-title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.price__card-description {
  margin-top: 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.price__card-body {
  padding: 26px 25px 28px;
  text-align: center;
}

.price__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.price__row + .price__row {
  margin-top: 16px;
}

.price__row--member {
  color: #F15289;
}

.price__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.price__amount {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
}

.price__yen {
  margin-right: 3px;
  font-size: 22px;
}

.price__amount strong {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.price__unit {
  margin-left: 10px;
  font-size: 20px;
}

.instagram {
  padding: 60px 0 80px;
  background: #fff;
  overflow: hidden;
}

.instagram__inner {
  width: 100%;
  margin: 0 auto;
}

.instagram__account {
  display: table;
  margin: 32px auto 0;
  color: #F15289;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #F15289;
}

.instagram__slider {
  width: 100%;
  margin-top: 35px;
  overflow: hidden;
}

.instagram__slider #sb_instagram {
  width: 100% !important;
}

.instagram__slider #sbi_images {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  gap: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 0 20px 10px !important;
  scrollbar-width: none;
}

.instagram__slider #sbi_images::-webkit-scrollbar {
  display: none;
}

.instagram__slider .sbi_item {
  flex: 0 0 72vw !important;
  width: 72vw !important;
  max-width: 280px !important;
  padding: 0 !important;
}

.instagram__slider .sbi_photo_wrap {
  width: 100% !important;
}

.instagram__slider .sbi_photo {
  display: block;
  width: 100% !important;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.instagram__slider .sbi_photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media (min-width: 768px) {
  .instagram__slider #sbi_images {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .instagram__slider .sbi_item {
    flex: 0 0 220px !important;
    width: 220px !important;
    max-width: none !important;
  }
}