:root {
  --blue: #0032a5;
  --navy: #00174b;
  --black: #010206;
  --text: #212020;
  --muted: #6f6f6f;
  --border: #b5b2b2;
  --gold: #947f48;
  --line: #06c755;
  --bg: #f4f4f7;
  --white: #fff;
  --header: 91px;
  --shadow: 0 12px 30px rgb(0 0 0 / 14%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header);
}

body {
  margin: 0;
  padding-top: var(--header);
  padding-bottom: 72px;
  overflow-x: hidden;
  background: var(--white);
  color: var(--text);
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header);
  padding: 18px clamp(24px, 4vw, 56px);
  background: var(--black);
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.brand-logo {
  display: grid;
  justify-items: center;
  width: 174px;
}

.brand-logo img {
  width: 100%;
  height: auto;
}

.brand-logo span {
  margin-top: -2px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.2;
}

.site-nav {
  display: none;
  align-items: center;
  gap: clamp(12px, 1.25vw, 22px);
  font-size: 13px;
  font-weight: 700;
}

.site-nav a {
  white-space: nowrap;
}

.menu-close-mark {
  display: none;
}

.menu-toggle {
  position: relative;
  display: block;
  width: 44px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 38px;
  height: 3px;
  margin: 8px auto;
  border-radius: 999px;
  background: var(--white);
}

.menu-toggle span:nth-child(3) {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .brand,
body.menu-open .menu-toggle {
  z-index: 1201;
}

body.menu-open .floating-contact {
  display: none;
}



@media (min-width: 901px) {
  body.menu-open .brand-logo {
    width: 190px;
  }
}

body.menu-open .menu-toggle {
  position: fixed;
  top: 23px;
  right: 47px;
  width: 58px;
  height: 58px;
  z-index: 1300;
}

body.menu-open .menu-toggle span {
  display: none;
}


body.menu-open .menu-toggle,
body.menu-open .menu-toggle:focus,
body.menu-open .menu-toggle:focus-visible,
body.menu-open .menu-toggle:active {
  border: 0;
  outline: 0;
  box-shadow: none;
  appearance: none;
  background: transparent;
}

.site-nav.is-open {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: block;
  padding: 0;
  background: #010206 url("../design/menu_pc.png") center / 100% 100% no-repeat;
}

.site-nav.is-open a {
  position: fixed;
  display: block;
  padding: 0;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.site-nav.is-open a:nth-child(1) {
  left: 28.2vw;
  top: 29.2vh;
  width: 13.2vw;
  height: 8.4vh;
}

.site-nav.is-open a:nth-child(2) {
  left: 28.2vw;
  top: 46.5vh;
  width: 13.2vw;
  height: 8.4vh;
}

.site-nav.is-open a:nth-child(3) {
  left: 28.2vw;
  top: 63.5vh;
  width: 13.2vw;
  height: 8.4vh;
}

.site-nav.is-open a:nth-child(4) {
  left: 53.6vw;
  top: 29.2vh;
  width: 17.2vw;
  height: 8.4vh;
}

.site-nav.is-open a:nth-child(5) {
  left: 53.6vw;
  top: 46.5vh;
  width: 13.2vw;
  height: 8.4vh;
}

.site-nav.is-open a:nth-child(6) {
  left: 53.6vw;
  top: 63.5vh;
  width: 13.2vw;
  height: 8.4vh;
}

.site-nav.is-open a:nth-child(7) {
  left: 44.2vw;
  top: 85.6vh;
  width: 11.8vw;
  height: 4.2vh;
}

.site-nav.is-open a:nth-child(8) {
  left: 45.7vw;
  top: 89.4vh;
  width: 9.6vw;
  height: 4.2vh;
}

.site-nav.is-open .menu-close-mark {
  display: none;
}

body.menu-open .brand {
  opacity: 0;
}

body.menu-open .menu-toggle {
  top: 3.5vh;
  right: 4.3vw;
  width: 5.5vw;
  height: 8.8vh;
  min-width: 56px;
  min-height: 56px;
  opacity: 0;
}

@media (min-width: 901px) {
  body.menu-open .site-header {
    padding-right: 28px;
    padding-left: 28px;
  }

  .plans-page .floating-contact {
    display: none;
  }
}

.section-inner,
.page-inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}

.section-pad,
.page-section {
  padding: 96px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border: 1px solid currentColor;
  font-weight: 700;
  line-height: 1.3;
}

.button-primary {
  background: var(--blue);
  color: var(--white);
}

..button-ghost {
  background: var(--white);
  color: var(--blue);
}

.button:hover,
.floating-contact:hover {
  filter: brightness(1.05);
}

.floating-contact {
  position: absolute;
  top: 553px;
  right: 0;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 321px;
  min-height: 96px;
  padding: 16px 22px;
  background: var(--line);
  color: var(--white);
  font-weight: 700;
  text-align: center;
  box-shadow: 0 -12px 26px rgb(0 0 0 / 10%);
}

.floating-contact > span,
.floating-contact strong {
  display: inline;
  color: var(--white);
  line-height: 1.35;
}

.floating-contact > span {
  font-size: 13px;
}

.floating-contact strong {
  font-size: 15px;
}

.campaign-popup {
  display: none;
}

.hero {
  position: relative;
  min-height: 559px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.hero picture,
.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background: linear-gradient(90deg, rgb(0 0 0 / 72%), rgb(0 0 0 / 22%));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 559px;
  width: min(928px, calc(100% - 64px));
  margin: 0 auto;
  padding: 80px 0 145px;
}

.store-label {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero .store-label {
  color: var(--white);
}

.hero h1 {
  max-width: 470px;
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(30px, 2.7vw, 37px);
  font-weight: 700;
  line-height: 1.35;
}

.top-lead {
  background: var(--white);
}

.top-lead .section-inner {
  width: min(780px, calc(100% - 64px));
  text-align: center;
}

.top-lead h2 {
  margin: 0 0 24px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.5;
}

.top-lead p,
.section-lead {
  margin: 0 auto;
  max-width: 720px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}


.top-features {
  background: var(--bg);
}

.flow,
.faq,
.access {
  background: var(--white);
}

.section-title,
.page-section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 58px;
  color: var(--text);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.section-title::before,
.section-title::after,
.page-section-title::before,
.page-section-title::after {
  position: absolute;
  top: 50%;
  width: 110px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.section-title::before,
.page-section-title::before {
  right: calc(100% + 28px);
}

.section-title::after,
.page-section-title::after {
  left: calc(100% + 28px);
}

.feature-list,
.flow-list,
.lesson-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.feature-item,
.flow-list article,
.lesson-price-grid article article,
.sub-plan-card,
.entry-fee-card,
.option-card article {
  background: var(--white);
  border: 1px solid rgb(181 178 178 / 42%);
  box-shadow: var(--shadow);
}

.feature-item {
  min-height: 330px;
  padding: 38px 28px;
  text-align: center;
}

.feature-number {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  background: var(--blue);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.feature-item img img,
.flow-list img {
  width: 76px;
  height: 76px;
  margin: 18px auto;
  object-fit: contain;
}

.feature-item h3,
.flow-list h3 h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.feature-item p,
.flow-list p p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}


.top-image-cta {
  position: relative;
  min-height: 586px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.top-image-cta::after {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 48%);
  content: "";
}

.top-image-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-image-cta-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  width: min(1120px, calc(100% - 64px));
  min-height: 586px;
  margin: 0 auto;
  color: var(--white);
  text-align: center;
}

.top-image-cta-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.4;
}

.top-image-cta-copy p {
  max-width: 460px;
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 2;
}

.top-image-cta-copy .button {
  width: fit-content;
  background: transparent;
  color: var(--white);
}

.top-plans {
  background: var(--white);
  padding-top: 150px;
  padding-bottom: 175px;
}

.top-plans .section-title {
  color: var(--blue);
}

.top-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 450px);
  justify-content: center;
  gap: 60px;
  margin-top: 56px;
}

.top-plan-grid article {
  position: relative;
  padding: 92px 78px 62px;
  border: 0;
  background: var(--white);
  box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
}

.top-plan-grid h3 {
  position: absolute;
  top: -27px;
  left: 50%;
  width: 290px;
  min-height: 55px;
  margin: 0;
  padding: 13px 18px;
  border-radius: 13px;
  background: var(--blue);
  color: var(--white);
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  transform: translateX(-50%);
}

.top-plan-price {
  margin: 0 0 28px;
  color: var(--text);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.top-plan-price span {
  font-size: 24px;
}

.top-plan-price small {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}

.price-sp {
  display: none;
}

.top-plan-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border-top: 0;
  list-style: none;
}

.top-plan-grid li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.7;
}

.top-plan-grid li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 11px;
  height: 7px;
  border-bottom: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
  content: "";
  transform: rotate(-45deg);
}

.top-center-button {
  display: flex;
  width: fit-content;
  margin: 38px auto 0;
}

.plan-note {
  margin: 48px auto 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.plan-note strong {
  font-weight: 700;
}

.top-plans .top-center-button,
.flow .top-center-button {
  border-color: var(--blue);
  background: var(--white);
  color: var(--blue);
}

.top-plans .top-center-button {
  min-width: 420px;
  min-height: 70px;
}

.flow .top-center-button {
  min-width: 220px;
}

.top-plans .top-center-button::after,
.flow .top-center-button::after {
  color: var(--blue);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  content: ">";
}

.top-plans .top-center-button::after {
  margin-left: 94px;
}

.flow .top-center-button::after {
  margin-left: 42px;
}

.flow-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.top-image-cta-reverse,
.top-image-cta-reverse .top-image-cta-copy {
  min-height: 724px;
}

.flow {
  padding-top: 150px;
  padding-bottom: 185px;
}

.faq {
  padding-top: 150px;
  padding-bottom: 170px;
}

.faq .section-inner {
  width: min(606px, calc(100% - 64px));
}

.access {
  padding-top: 135px;
  padding-bottom: 150px;
}

.flow-list article {
  padding: 32px 22px;
  text-align: center;
}

.flow-list span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.map-placeholder {
  width: min(751px, 100%);
  height: 385px;
  margin: 0 auto 44px;
  overflow: hidden;
  background: #b5b2b2;
}

.access-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px 80px;
  width: min(720px, 100%);
  margin: 0 auto;
  text-align: left;
}

.access-info p {
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.access-info p::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  content: "";
}

details {
  border-top: 1px solid var(--border);
  background: var(--white);
}

details:last-child {
  border-bottom: 1px solid var(--border);
}

summary {
  position: relative;
  display: block;
  padding: 22px 54px 22px 22px;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--blue);
  content: "+";
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 22px 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}


.page-hero-photo {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 460px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.page-hero-photo > img,
.page-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero-photo > img {
  object-fit: cover;
}

.page-hero-shade {
  background: linear-gradient(90deg, rgb(0 0 0 / 68%), rgb(0 0 0 / 18%));
}

.page-hero-photo .page-inner {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  width: fit-content;
  max-width: min(760px, 100%);
  margin: 0;
  color: inherit;
  font-size: clamp(34px, 4.6vw, 50px);
  line-height: 1.3;
}

.page-hero h1::after {
  display: block;
  width: min(320px, 52vw);
  height: 1px;
  margin-top: 16px;
  background: var(--gold);
  content: "";
}

.page-hero p {
  max-width: 760px;
  margin: 28px 0 0;
  color: inherit;
  font-size: 18px;
  line-height: 2;
}

.price-page-section {
  background: var(--bg);
}

.plans-page .page-hero {
  min-height: 379px;
}

.plans-page .page-hero .page-inner {
  padding-top: 136px;
}

.plans-page .page-hero h1 {
  color: var(--white);
  font-size: 30px;
  line-height: 1.5;
}

.plans-page .page-hero p {
  display: none;
}

.plans-page .price-page-section {
  padding-top: 106px;
  padding-bottom: 210px;
  background: var(--white);
}

.plans-page .price-page-section > .page-inner {
  width: min(1030px, calc(100% - 64px));
}

.plans-page .price-page-section > .page-inner::before {
  display: block;
  margin: 0 auto 78px;
  color: var(--text);
  font-size: 15px;
  line-height: 2.15;
  text-align: center;
  white-space: pre;
  content: "ライフプランに合わせて選べるプランをご用意。\\A24時間365日、いつでも快適に練習いただけます。";
}

.entry-fee-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  max-width: 820px;
  margin: 0 auto 88px;
  padding: 34px 42px;
}

.plans-page .entry-fee-card {
  grid-template-columns: 82px 1fr;
  grid-template-rows: auto auto auto;
  gap: 0 28px;
  width: 520px;
  height: 142px;
  max-width: 100%;
  margin-bottom: 112px;
  padding: 27px 60px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 5px 12px rgb(0 0 0 / 14%);
}

.price-card-icon {
  display: none;
}

.plans-page .price-card-icon {
  display: grid;
  place-items: center;
  color: var(--white);
}

.plans-page .price-card-icon::before {
  display: block;
  width: 42px;
  height: 42px;
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.plans-page .icon-document {
  --icon: url("../assets/design/extracted/料金プラン_PC/image-04-b6ab582ab8.png");
}

.plans-page .icon-person {
  --icon: url("../assets/design/extracted/料金プラン_PC/image-05-066f5ee405.png");
}

.plans-page .icon-crown {
  --icon: url("../assets/design/extracted/料金プラン_PC/image-02-3f79aca285.png");
}

.plans-page .icon-ticket {
  --icon: url("../assets/design/extracted/料金プラン_PC/image-03-fccd6732f2.png");
}

.plans-page .entry-fee-card .price-card-icon {
  grid-row: 1 / 4;
  width: 82px;
  height: 82px;
  padding: 20px;
  border-radius: 50%;
  background: var(--blue);
}

.entry-fee-card h2,
.option-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: 24px;
}

.plans-page .entry-fee-card h2 {
  color: var(--text);
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}

.entry-fee-card p,
.option-card p {
  margin: 0;
}

.plans-page .entry-fee-card p {
  text-align: center;
}

.entry-fee-card strong {
  color: var(--blue);
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1;
}

.plans-page .entry-fee-card strong {
  color: var(--text);
  font-size: 31px;
}

.plans-page .entry-fee-card strong span {
  font-size: 20px;
}

.plans-page .entry-fee-card p small {
  display: block;
  margin-top: 1px;
  color: var(--text);
  font-size: 11px;
  line-height: 1.4;
}

.plans-page .entry-fee-card > small {
  color: var(--text);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.plans-page .page-section-title {
  margin-bottom: 70px;
  color: var(--text);
  font-size: 25px;
}

.sub-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 90px;
}

.plans-page .sub-plan-grid {
  grid-template-columns: repeat(2, 486px);
  justify-content: center;
  gap: 106px 52px;
  margin-bottom: 46px;
}

.sub-plan-card {
  padding: 0 36px 38px;
}

.plans-page .sub-plan-card {
  position: relative;
  min-height: 490px;
  padding: 94px 110px 47px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
}

.sub-plan-card h2 {
  width: min(260px, 100%);
  margin: -22px auto 34px;
  padding: 16px 24px;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  font-size: 20px;
  text-align: center;
}

.plans-page .sub-plan-card h2 {
  position: absolute;
  top: -29px;
  left: 50%;
  width: 210px;
  min-height: 58px;
  margin: 0;
  padding: 15px 20px;
  border-radius: 8px;
  background: #edf0fb;
  color: var(--blue);
  font-size: 17px;
  transform: translateX(-50%);
}

.sub-plan-card.featured h2 {
  background: var(--navy);
}

.plans-page .sub-plan-card.featured h2 {
  background: var(--blue);
  color: var(--white);
}

.plans-page .member-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 24px;
  padding: 20px;
  border-radius: 50%;
  background: #eef1fb;
  color: var(--blue);
}

.plans-page .member-icon::before {
  filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(2678%) hue-rotate(219deg) brightness(87%) contrast(104%);
}

.plans-page .sub-plan-card.weekday-vip .member-icon,
.plans-page .sub-plan-card.vip .member-icon {
  width: 88px;
  height: 88px;
}

.plans-page .sub-plan-card.featured .member-icon,
.plans-page .sub-plan-card.vip .member-icon {
  background: var(--blue);
  color: var(--white);
}

.plans-page .sub-plan-card.featured .member-icon::before,
.plans-page .sub-plan-card.vip .member-icon::before {
  filter: none;
}

.sub-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
  color: var(--blue);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  line-height: 1;
}

.plans-page .sub-price {
  gap: 5px;
  margin-bottom: 28px;
  color: var(--text);
  font-size: 32px;
}

.sub-price span {
  font-size: 24px;
}

.plans-page .sub-price span {
  font-size: 19px;
}

.sub-price em {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.plans-page .sub-price em {
  font-size: 13px;
  line-height: 1.3;
}

.sub-price small {
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
}

.plans-page .sub-price small {
  flex-basis: 100%;
  color: var(--text);
  font-size: 13px;
  text-align: center;
}

.sub-plan-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plans-page .sub-plan-card ul {
  gap: 0;
}

.sub-plan-card li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
}

.plans-page .sub-plan-card li {
  min-height: 27px;
  padding: 4px 0 4px 27px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 13px;
  line-height: 1.4;
}

.sub-plan-card li::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--blue);
  content: "";
  transform: translateY(-50%);
}

.plans-page .sub-plan-card li::before {
  top: 0.9em;
  width: 12px;
  height: 7px;
  border-bottom: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
  background: transparent;
  transform: rotate(-45deg);
}

.vip-room-card {
  position: relative;
  display: grid;
  grid-template-columns: 307px 1fr;
  gap: 28px;
  width: min(786px, 100%);
  min-height: 217px;
  margin: 0 auto 162px;
  padding: 47px 38px 28px;
  border: 1px solid #e5e5e5;
  background: var(--white);
  box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
}

.vip-room-card h2 {
  position: absolute;
  top: -25px;
  left: 30px;
  width: 206px;
  min-height: 48px;
  margin: 0;
  padding: 10px 18px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.vip-room-note {
  position: absolute;
  top: 10px;
  left: 283px;
  margin: 0;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.vip-room-card img {
  width: 307px;
  height: 135px;
  object-fit: cover;
}

.vip-room-card h3 {
  margin: 22px 0 12px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.65;
}

.vip-room-card div p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 2;
}

.option-card {
  max-width: 760px;
  margin: 0 auto 96px;
  padding: 38px 42px;
  text-align: center;
}

.plans-page .option-title {
  margin-bottom: 60px;
}

.plans-page .option-card {
  width: 520px;
  max-width: 100%;
  min-height: 182px;
  margin-bottom: 154px;
  padding: 42px 42px 34px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
}

.plans-page .option-card .price-card-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 0;
  padding: 20px;
  border-radius: 50%;
  background: var(--blue);
}

.plans-page .option-card h3 {
  margin-bottom: 26px;
  color: var(--text);
  font-size: 21px;
}

.plans-page .option-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  column-gap: 30px;
}

.plans-page .option-card h3,
.plans-page .option-card .sub-price,
.plans-page .option-card > p:not(.sub-price) {
  grid-column: 2;
  text-align: left;
}

.plans-page .option-card .price-card-icon {
  grid-row: 1 / 4;
}

.plans-page .option-card .sub-price {
  justify-content: flex-start;
  margin-bottom: 8px;
}

.plans-page .option-card .sub-price small {
  flex-basis: auto;
  text-align: left;
}

.plans-page .option-card > p:not(.sub-price) {
  color: var(--text);
  font-size: 11px;
}

.option-note {
  display: none;
}

.plans-page .lesson-plan-title {
  margin-bottom: 92px;
}

.plans-page .lesson-price-grid {
  grid-template-columns: repeat(3, 330px);
  justify-content: center;
  gap: 54px;
}

.plans-page .lesson-price-grid article {
  position: relative;
  min-height: 349px;
  padding: 64px 34px 40px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
  text-align: center;
}

.plans-page .lesson-price-grid h3 {
  margin: 0 0 44px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.6;
}

.plans-page .lesson-price-grid .sub-price {
  margin-bottom: 30px;
}

.plans-page .lesson-price-grid article > p:not(.sub-price, .regular-price, .discount-price) {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 2.1;
}

.plans-page .lesson-price-grid article:nth-child(2) {
  border-color: var(--blue);
}

.lesson-price-grid .recommended {
  border-color: var(--blue);
}

.lesson-price-grid .recommended > span {
  position: absolute;
  top: -16px;
  left: 50%;
  min-width: 116px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  transform: translateX(-50%);
}

.regular-price {
  position: relative;
  display: inline-block;
  color: var(--muted);
}

.regular-price::after {
  position: absolute;
  right: -6px;
  bottom: 0.8em;
  left: -6px;
  border-top: 2px solid #ef3f73;
  content: "";
  transform: rotate(12deg);
}

.discount-price {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ef3f73;
  color: var(--white);
}

.site-footer {
  width: 100%;
  margin: 0;
  min-height: 805px;
  padding: 120px 0 78px;
  background: var(--navy);
  color: var(--white);
}

.footer-inner {
  width: min(900px, calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  justify-content: center;
  margin: 0 0 60px;
}

.site-footer nav {
  display: grid;
  grid-template-columns: 240px 330px;
  justify-content: center;
  gap: 42px 96px;
  max-width: none;
  margin: 0 auto 62px;
  text-align: left;
}

.site-footer nav a {
  position: relative;
  padding-left: 50px;
  color: var(--white);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  line-height: 1.5;
}

.site-footer nav a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 28px solid var(--white);
  content: "";
}

.sns-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 42px;
  color: var(--white);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  white-space: nowrap;
}

.sns-label::before,
.sns-label::after {
  width: 138px;
  height: 1px;
  background: var(--white);
  content: "";
}

.sns-label::before {
  background: linear-gradient(90deg, var(--white) calc(100% - 8px), transparent calc(100% - 8px));
}

.sns-label::after {
  background: linear-gradient(90deg, transparent 8px, var(--white) 8px);
}

.sns-icons {
  display: flex;
  justify-content: center;
  gap: 52px;
  margin-bottom: 58px;
}

.sns-icons a {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.sns-youtube {
  font-size: 22px;
}

.sns-tiktok {
  font-size: 24px;
}

.sns-facebook {
  font-family: Georgia, serif;
}

.raster-sns-hotspot {
  position: absolute !important;
  z-index: 22;
  display: block;
  width: 4.8%;
  height: 1.2%;
  background: transparent;
}

.raster-sns-youtube {
  left: 37.8%;
  top: 96.15%;
}

.raster-sns-instagram {
  left: 44.8%;
  top: 96.15%;
}

.raster-sns-tiktok {
  left: 51.8%;
  top: 96.15%;
}

.raster-sns-facebook {
  left: 58.8%;
  top: 96.15%;
}

@media (max-width: 900px) {
  .raster-sns-hotspot {
    width: 12%;
    height: 1.1%;
  }

  .raster-sns-youtube {
    left: 20%;
    top: 96.2%;
  }

  .raster-sns-instagram {
    left: 36%;
    top: 96.2%;
  }

  .raster-sns-tiktok {
    left: 52%;
    top: 96.2%;
  }

  .raster-sns-facebook {
    left: 68%;
    top: 96.2%;
  }
}

.copyright {
  margin: 0;
  color: var(--white);
  font-size: 14px;
}

@media (max-width: 900px) {
  :root {
    --header: 70px;
  }

  body {
    padding-bottom: 70px;
  }

  .site-header {
    min-height: 70px;
    padding: 13px 24px;
  }

  .brand-logo {
    width: 150px;
  }

  .menu-toggle {
    display: block;
    width: 44px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .menu-toggle span {
    display: block;
    width: 38px;
    height: 3px;
    margin: 8px auto;
    border-radius: 999px;
    background: var(--white);
  }

  .menu-toggle span:nth-child(3) {
    display: none;
  }

  body.menu-open .menu-toggle {
    top: 9px;
    right: auto;
    left: 294px;
    width: 43px;
    height: 43px;
  }

  .site-nav {
    display: none;
  }

  .site-nav.is-open {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: block;
    padding: 0;
    background: #010206 url("../design/menu_sp.png") center / 100% 100% no-repeat;
  }

  .site-nav.is-open a {
    position: fixed;
    display: block;
    width: 56vw;
    height: 6.8vh;
    padding: 0;
    border: 0;
    color: transparent;
    transform: none;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }

  .site-nav.is-open a:nth-child(1) {
    left: 22vw;
    top: 27.6vh;
  }

  .site-nav.is-open a:nth-child(2) {
    left: 22vw;
    top: 35.4vh;
  }

  .site-nav.is-open a:nth-child(3) {
    left: 22vw;
    top: 43.6vh;
  }

  .site-nav.is-open a:nth-child(4) {
    left: 14vw;
    top: 51.1vh;
    width: 72vw;
  }

  .site-nav.is-open a:nth-child(5) {
    left: 22vw;
    top: 59.0vh;
  }

  .site-nav.is-open a:nth-child(6) {
    left: 22vw;
    top: 67.0vh;
  }

  .site-nav.is-open .menu-close-mark {
    display: none;
  }

  body.menu-open .brand {
    opacity: 0;
  }

  body.menu-open .menu-toggle {
    top: 1.5vh;
    right: 5.8vw;
    left: auto;
    width: 15vw;
    height: 8.4vh;
    min-width: 48px;
    min-height: 48px;
    opacity: 0;
  }

  .site-nav.is-open a:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }

  .site-nav.is-open a:nth-child(7),
  .site-nav.is-open a:nth-child(8) {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 1.5;
  }

  .site-nav.is-open a:nth-child(7) {
    top: 584px;
    bottom: auto;
  }

  .site-nav.is-open a:nth-child(8) {
    top: 612px;
    bottom: auto;
  }

  .site-nav.is-open a:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .site-nav.is-open a:nth-child(7) {
    left: 28vw;
    top: 88.6vh;
    width: 44vw;
    height: 4.4vh;
    bottom: auto;
    color: transparent;
    transform: none;
    font-size: 0;
    line-height: 0;
  }

  .site-nav.is-open a:nth-child(8) {
    left: 32vw;
    top: 93.2vh;
    width: 36vw;
    height: 4.4vh;
    bottom: auto;
    color: transparent;
    transform: none;
    font-size: 0;
    line-height: 0;
  }

  .section-inner,
  .page-inner {
    width: min(100% - 48px, 720px);
  }

  .section-pad,
  .page-section {
    padding: 72px 0;
  }

  .hero h1 {
    max-width: 320px;
    font-size: 18px;
    line-height: 1.55;
  }

  .hero,
  .hero-content {
    min-height: 220px;
  }

  .hero img {
    object-position: center;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgb(0 0 0 / 18%), rgb(0 0 0 / 58%));
  }

  .hero-content {
    width: min(100% - 56px, 420px);
    padding: 0 0 32px;
  }

  .floating-contact {
    top: calc(var(--header) + 220px);
    right: auto;
    left: 0;
    gap: 0;
    width: 100%;
    min-height: 51px;
    padding: 8px 20px;
  }

  .top-lead .section-inner {
    width: min(100% - 56px, 420px);
    text-align: left;
  }

  .top-lead h2 {
    font-size: 24px;
    line-height: 1.65;
  }

  .top-lead p,
  .section-lead {
    font-size: 14px;
    text-align: left;
  }

  .feature-list,
  .flow-list,
  .lesson-price-grid,
  .sub-plan-grid {
    grid-template-columns: 1fr;
  }

  .feature-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 8px 20px;
    min-height: 0;
    padding: 28px 24px;
    text-align: left;
  }

  .feature-number {
    grid-row: span 3;
    margin: 0;
  }

  .feature-item img {
    width: 64px;
    height: 64px;
    margin: 0 0 10px;
  }

  .feature-item h3,
  .feature-item p {
    grid-column: 2;
  }

  .top-image-cta,
  .top-image-cta-copy,
  .top-image-cta-reverse,
  .top-image-cta-reverse .top-image-cta-copy {
    min-height: 280px;
  }

  .top-image-cta-copy {
    width: min(100% - 56px, 420px);
    justify-items: center;
    text-align: center;
  }

  .top-image-cta-copy h2 {
    font-size: 24px;
  }

  .top-image-cta-copy p {
    font-size: 14px;
  }

  .top-plan-grid {
    grid-template-columns: 1fr;
    gap: 66px;
    width: min(280px, 100%);
    margin-top: 54px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-plan-grid article {
    padding: 70px 32px 36px;
  }

  .top-plan-grid h3 {
    width: 182px;
    min-height: 53px;
    font-size: 19px;
  }

  .top-plan-price {
    font-size: 29px;
  }

  .top-plan-price span {
    font-size: 22px;
  }

  .top-plan-price small {
    font-size: 12px;
  }

  .top-plan-grid li {
    font-size: 13px;
  }

  .top-plans .top-center-button {
    min-width: 224px;
    min-height: 49px;
  }

  .top-plans .top-center-button::after {
    margin-left: 46px;
    font-size: 18px;
  }

  .plan-note {
    width: min(289px, 100%);
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }

  .price-pc {
    display: none;
  }

  .price-sp {
    display: inline;
  }

  .map-placeholder {
    width: min(289px, 100%);
    height: 192px;
    margin-bottom: 26px;
  }

  .access-info {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(289px, 100%);
  }

  .access-info p {
    font-size: 11px;
  }

  .faq {
    padding-top: 88px;
    padding-bottom: 150px;
  }

  .access {
    padding-top: 88px;
    padding-bottom: 118px;
  }

  .flow-list article {
    position: relative;
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(196px, 100%);
    margin: 0 auto;
    padding: 24px 18px;
    text-align: center;
  }

  .flow-list img {
    grid-row: auto;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .flow-list span {
    grid-column: auto;
  }

  .flow-list article:not(:last-child)::after {
    position: absolute;
    bottom: -22px;
    left: 50%;
    color: var(--blue);
    content: "∨";
    font-size: 22px;
    line-height: 1;
    transform: translateX(-50%);
  }

  .page-hero-photo {
    display: block;
    width: calc(100% - 28px);
    min-height: 0;
    margin: 0 auto;
    overflow: visible;
    background: var(--white);
  }

  .page-hero-photo > img {
    position: relative;
    height: 243px;
  }

  .page-hero-shade {
    height: 243px;
    background: rgb(0 0 0 / 38%);
  }

  .page-hero-photo .page-inner {
    position: static;
    width: 100%;
    padding: 0 36px;
  }

  .page-hero h1 {
    position: absolute;
    top: 86px;
    left: 36px;
    z-index: 2;
    width: min(300px, calc(100% - 72px));
    color: var(--white);
    font-size: 31px;
    line-height: 1.22;
  }

  .page-hero p {
    margin: 48px 0 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.9;
  }

  .section-title::before,
  .section-title::after,
  .page-section-title::before,
  .page-section-title::after {
    width: 72px;
  }

  .section-title::before,
  .page-section-title::before {
    right: calc(100% + 16px);
  }

  .section-title::after,
  .page-section-title::after {
    left: calc(100% + 16px);
  }


  .entry-fee-card {
    grid-template-columns: 1fr;
  }

  .plans-page .page-hero {
    min-height: 173px;
  }

  .plans-page .page-hero .page-inner {
    padding-top: 54px;
  }

  .plans-page .page-hero h1 {
    font-size: 16px;
  }

  .plans-page .price-page-section {
    padding-top: 58px;
    padding-bottom: 92px;
  }

  .plans-page .price-page-section > .page-inner {
    width: 100%;
  }

  .plans-page .price-page-section > .page-inner::before {
    margin-bottom: 34px;
    padding: 0 36px;
    font-size: 10px;
    line-height: 2;
    text-align: left;
    white-space: normal;
    content: "ライフプランに合わせて選べるプランをご用意。24時間365日、いつでも快適に練習いただけます。";
  }

  .plans-page .entry-fee-card {
    grid-template-columns: 58px 1fr;
    width: 277px;
    min-height: 95px;
    margin-bottom: 72px;
    padding: 20px 24px;
    column-gap: 18px;
  }

  .plans-page .entry-fee-card .price-card-icon {
    width: 58px;
    height: 58px;
  }

  .plans-page .entry-fee-card h2 {
    font-size: 13px;
    text-align: center;
  }

  .plans-page .entry-fee-card strong {
    font-size: 24px;
  }

  .plans-page .entry-fee-card strong span {
    font-size: 15px;
  }

  .plans-page .entry-fee-card p small {
    font-size: 9px;
    text-align: center;
  }

  .plans-page .entry-fee-card > small {
    font-size: 8px;
    text-align: center;
  }

  .plans-page .page-section-title {
    margin-bottom: 50px;
    font-size: 14px;
  }

  .plans-page .page-section-title::before,
  .plans-page .page-section-title::after {
    width: 48px;
  }

  .plans-page .page-section-title::before {
    right: calc(100% + 22px);
  }

  .plans-page .page-section-title::after {
    left: calc(100% + 22px);
  }

  .plans-page .sub-plan-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    width: 256px;
    margin: 0 auto 28px;
  }

  .plans-page .sub-plan-card {
    min-height: 0;
    padding: 58px 42px 29px;
  }

  .plans-page .sub-plan-card h2 {
    top: -14px;
    width: 154px;
    min-height: 28px;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 11px;
  }

  .plans-page .member-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
  }

  .plans-page .sub-plan-card.weekday-vip .member-icon,
  .plans-page .sub-plan-card.vip .member-icon {
    width: 60px;
    height: 60px;
  }

  .plans-page .sub-price {
    margin-bottom: 18px;
    font-size: 25px;
  }

  .plans-page .sub-price span {
    font-size: 15px;
  }

  .plans-page .sub-price em {
    font-size: 9px;
  }

  .plans-page .sub-price small {
    font-size: 9px;
  }

  .plans-page .sub-plan-card li {
    min-height: 24px;
    padding: 4px 0 4px 22px;
    font-size: 10px;
  }

  .plans-page .sub-plan-card li::before {
    width: 9px;
    height: 5px;
  }

  .vip-room-card {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 256px;
    min-height: 0;
    margin-bottom: 72px;
    padding: 42px 17px 18px;
  }

  .vip-room-card h2 {
    top: -13px;
    left: -7px;
    width: 98px;
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
  }

  .vip-room-note {
    top: 5px;
    left: 115px;
    width: 130px;
    font-size: 7px;
    line-height: 1.6;
  }

  .vip-room-card img {
    width: 224px;
    height: 112px;
  }

  .vip-room-card h3 {
    margin: 12px 0 8px;
    font-size: 10px;
    line-height: 1.8;
  }

  .vip-room-card div p {
    font-size: 9px;
    line-height: 2;
  }

  .plans-page .option-title {
    margin-bottom: 38px;
  }

  .plans-page .option-card {
    grid-template-columns: 58px 1fr;
    width: 277px;
    min-height: 141px;
    margin-bottom: 10px;
    padding: 25px 26px;
    column-gap: 18px;
  }

  .plans-page .option-card .price-card-icon {
    width: 58px;
    height: 58px;
  }

  .plans-page .option-card h3 {
    margin-bottom: 16px;
    font-size: 13px;
    text-align: center;
  }

  .plans-page .option-card .sub-price {
    justify-content: center;
    margin-bottom: 7px;
  }

  .plans-page .option-card .sub-price small {
    flex-basis: 100%;
    text-align: center;
  }

  .plans-page .option-card > p:not(.sub-price) {
    font-size: 8px;
    text-align: center;
  }

  .plans-page .option-note {
    display: block;
    width: 277px;
    margin: 0 auto 70px;
    color: var(--text);
    font-size: 8px;
  }

  .plans-page .lesson-plan-title {
    margin-bottom: 46px;
  }

  .plans-page .lesson-price-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 277px;
    margin: 0 auto;
  }

  .plans-page .lesson-price-grid article {
    min-height: 180px;
    padding: 36px 24px 28px;
  }

  .plans-page .lesson-price-grid h3 {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .plans-page .lesson-price-grid article > p:not(.sub-price, .regular-price, .discount-price) {
    font-size: 10px;
  }


  .site-footer nav {
    grid-template-columns: repeat(2, 136px);
    gap: 22px 18px;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 0;
  }

  .floating-contact {
    top: calc(var(--header) + 220px);
    right: auto;
    left: 0;
    gap: 0;
    width: 100%;
    min-height: 51px;
    padding: 8px 20px;
    font-size: 12px;
  }

  .floating-contact > span {
    font-size: 11px;
  }

  .floating-contact strong {
    font-size: 12px;
  }

  .campaign-popup.is-open {
    position: fixed;
    inset: 37px 30px auto;
    z-index: 2000;
    display: block;
    min-height: 578px;
    padding: 42px 16px 18px;
    border: 2px solid var(--blue);
    border-radius: 16px;
    background: linear-gradient(180deg, #020611 0%, #00174b 100%);
    color: var(--white);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 8%) inset, 0 0 0 100vmax #020611;
  }

  .campaign-popup.is-hidden {
    display: none;
  }

  .campaign-popup-close {
    position: absolute;
    top: 14px;
    right: 13px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .campaign-popup-close::before,
  .campaign-popup-close::after {
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 1px;
    background: var(--white);
    content: "";
  }

  .campaign-popup-close::before {
    transform: rotate(45deg);
  }

  .campaign-popup-close::after {
    transform: rotate(-45deg);
  }

  .campaign-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 8px;
    color: #4580ff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
  }

  .campaign-kicker::before,
  .campaign-kicker::after {
    width: 31px;
    height: 1px;
    background: #4580ff;
    content: "";
  }

  .campaign-popup h2 {
    margin: 0 0 26px;
    color: var(--white);
    font-size: 29px;
    line-height: 1.25;
    text-shadow: 0 0 14px rgb(255 255 255 / 55%);
  }

  .campaign-fee,
  .campaign-free,
  .campaign-gift,
  .campaign-plus {
    margin: 0;
  }

  .campaign-fee {
    font-size: 27px;
    line-height: 1;
  }

  .campaign-fee strong {
    display: inline-block;
    margin-left: 12px;
    color: var(--white);
    font-size: 94px;
    font-weight: 700;
    line-height: 0.9;
    text-shadow: 0 0 14px rgb(255 255 255 / 70%);
  }

  .campaign-fee span {
    font-size: 29px;
  }

  .campaign-plus {
    color: var(--white);
    font-size: 27px;
    line-height: 1.35;
  }

  .campaign-free {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    line-height: 1;
  }

  .campaign-free span {
    color: var(--white);
    font-size: 45px;
  }

  .campaign-free strong {
    color: #2f76ff;
    font-size: 64px;
    line-height: 1;
    text-shadow: 0 0 14px rgb(47 118 255 / 70%);
  }

  .campaign-gift {
    position: relative;
    margin: 2px 0 16px;
    padding-left: 60px;
    color: var(--white);
    font-size: 20px;
    line-height: 1.25;
    text-align: left;
  }

  .campaign-gift::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid #2f76ff;
    border-radius: 50%;
    color: var(--white);
    font-family: Arial, sans-serif;
    font-size: 28px;
    content: "□";
  }

  .campaign-gift strong,
  .campaign-gift span {
    color: #2f76ff;
  }

  .campaign-gift strong {
    font-size: 28px;
  }

  .campaign-gift span {
    font-size: 22px;
    white-space: nowrap;
  }

  .campaign-popup a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 63px;
    border: 1px solid var(--white);
    border-radius: 8px;
    background: #0032d6;
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
  }

  .campaign-popup a::after {
    margin-left: 18px;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    content: ">";
  }

  .site-footer {
    min-height: 621px;
    padding-top: 70px;
    padding-bottom: 48px;
  }

  .footer-inner {
    width: 100%;
  }

  .footer-brand {
    margin-bottom: 58px;
  }

  .site-footer nav {
    grid-template-columns: repeat(2, 150px);
    gap: 18px 10px;
    margin-bottom: 40px;
  }

  .site-footer nav a {
    padding-left: 17px;
    font-size: 12px;
    white-space: nowrap;
  }

  .site-footer nav a::before {
    top: 0.43em;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 12px;
  }

  .sns-label {
    gap: 7px;
    margin-bottom: 26px;
    font-size: 14px;
  }

  .sns-label::before,
  .sns-label::after {
    width: 31px;
  }

  .sns-icons {
    gap: 18px;
    margin-bottom: 38px;
  }

  .sns-icons a {
    width: 44px;
    height: 44px;
    border-width: 1px;
    font-size: 24px;
  }
}


/* Final QA: keep plans tablet grids inside the viewport without changing PC/SP layouts. */
@media (min-width: 901px) and (max-width: 1100px) {
  .plans-page .price-page-section > .page-inner {
    width: min(930px, calc(100% - 48px));
  }

  .plans-page .sub-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 96px 34px;
  }

  .plans-page .sub-plan-card {
    padding-right: clamp(58px, 8vw, 92px);
    padding-left: clamp(58px, 8vw, 92px);
  }

  .plans-page .lesson-price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
  }

  .plans-page .lesson-price-grid article,
  .plans-page .lesson-price-grid h3,
  .plans-page .lesson-price-grid .sub-price,
  .plans-page .lesson-price-grid article > p:not(.sub-price, .regular-price, .discount-price) {
    width: auto;
    min-width: 0;
  }
}


/* Final QA: prevent accidental horizontal page scrolling across browsers. */
html {
  max-width: 100%;
  overflow-x: hidden;
}


/* Final menu quality repair: render logo, labels, and close mark as live SVG/CSS text instead of scaling bitmap text. */
.site-nav.is-open {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1100 !important;
  display: grid !important;
  grid-template-columns: repeat(2, 260px) !important;
  align-content: center !important;
  justify-content: center !important;
  gap: 72px 300px !important;
  min-height: 100svh !important;
  padding: 180px 40px 150px !important;
  background:
    linear-gradient(180deg, rgb(1 2 6 / 98%) 0%, rgb(1 2 6 / 96%) 35%, #00174b 100%) !important;
}

.site-nav.is-open a,
.site-nav.is-open a:nth-child(n) {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: block !important;
  width: 260px !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 0 24px !important;
  border: 0 !important;
  border-bottom: 1px solid #947f48 !important;
  color: #fff !important;
  overflow: visible !important;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-shadow: none !important;
  transform: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.site-nav.is-open a:nth-child(7),
.site-nav.is-open a:nth-child(8) {
  position: fixed !important;
  left: 50% !important;
  z-index: 1110 !important;
  width: 240px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  transform: translateX(-50%) !important;
}

.site-nav.is-open a:nth-child(7) {
  top: auto !important;
  bottom: 88px !important;
}

.site-nav.is-open a:nth-child(8) {
  top: auto !important;
  bottom: 54px !important;
}

body.menu-open .site-header {
  background: transparent !important;
}

body.menu-open .brand {
  position: fixed !important;
  top: 30px !important;
  left: 34px !important;
  z-index: 1301 !important;
  display: inline-flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.menu-open .brand-logo {
  width: 250px !important;
  max-width: 28vw !important;
  filter: none !important;
}

body.menu-open .brand-logo img {
  width: 100% !important;
  height: auto !important;
  image-rendering: auto !important;
}

body.menu-open .brand-logo span {
  margin-top: -4px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.menu-open .menu-toggle {
  position: fixed !important;
  top: 34px !important;
  right: 38px !important;
  left: auto !important;
  z-index: 1302 !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.menu-open .menu-toggle span {
  display: none !important;
}

body.menu-open .menu-toggle::before,
body.menu-open .menu-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  content: "";
  transform-origin: center;
}

body.menu-open .menu-toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.menu-open .menu-toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 560px) {
  .site-nav.is-open {
    grid-template-columns: 220px !important;
    align-content: start !important;
    gap: 31px !important;
    padding: 164px 0 110px !important;
    background:
      linear-gradient(180deg, rgb(1 2 6 / 98%) 0%, rgb(1 2 6 / 94%) 38%, #00174b 100%) !important;
  }

  .site-nav.is-open a,
  .site-nav.is-open a:nth-child(n) {
    width: 220px !important;
    padding-bottom: 13px !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  .site-nav.is-open a:nth-child(7),
  .site-nav.is-open a:nth-child(8) {
    left: 50% !important;
    width: 220px !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
  }

  .site-nav.is-open a:nth-child(7) {
    bottom: 70px !important;
  }

  .site-nav.is-open a:nth-child(8) {
    bottom: 42px !important;
  }

  body.menu-open .brand {
    top: 24px !important;
    left: 20px !important;
  }

  body.menu-open .brand-logo {
    width: 150px !important;
    max-width: none !important;
  }

  body.menu-open .brand-logo span {
    margin-top: -2px !important;
    font-size: 13px !important;
  }

  body.menu-open .menu-toggle {
    top: 22px !important;
    right: 22px !important;
    width: 54px !important;
    height: 54px !important;
  }

  body.menu-open .menu-toggle::before,
  body.menu-open .menu-toggle::after {
    width: 48px;
    height: 3px;
  }
}


/* Facility page sharp rebuild: live text/icons stay crisp on wide displays. */
body.facility-page-v2 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
  background: #fff;
  color: #212020;
}

body.facility-page-v2 .site-header {
  background: rgba(1, 2, 6, .94);
}

body.facility-page-v2 .floating-contact {
  display: none;
}

.facility-v2 {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.facility-v2-hero {
  position: relative;
  height: clamp(305px, 30vw, 430px);
  overflow: hidden;
  background: #010206;
}

.facility-v2-hero > img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 48%;
}

.facility-v2-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 2, 6, .48), rgba(1, 2, 6, .08) 48%, rgba(1, 2, 6, .18));
  content: "";
}

.facility-v2-hero-title {
  position: absolute;
  left: clamp(96px, 9.7vw, 190px);
  top: 50%;
  z-index: 1;
  color: #fff;
  transform: translateY(-34%);
}

.facility-v2-hero-title span {
  display: block;
  color: #c1a354;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.25vw, 22px);
  letter-spacing: .06em;
  line-height: 1.2;
}

.facility-v2-hero-title h1 {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.4vw, 72px);
  margin: 7px 0 0;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3vw, 52px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .08em;
}

.facility-v2-hero-title h1::after {
  display: block;
  width: clamp(210px, 33vw, 570px);
  height: 1px;
  background: #947f48;
  content: "";
}

.facility-v2-overview {
  padding: clamp(112px, 9vw, 178px) 24px clamp(96px, 8vw, 150px);
  background: #fff;
  text-align: center;
}

.facility-v2-lead {
  margin: 0 auto clamp(64px, 5vw, 98px);
  color: #3e3e3e;
  font-size: clamp(20px, 1.8vw, 32px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .03em;
}

.facility-v2-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(950px, 78vw);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.facility-v2-tags li {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 235px;
  padding: 12px clamp(16px, 2vw, 34px) 0;
  border-left: 1px solid #cfcfcf;
}

.facility-v2-tags li:last-child {
  border-right: 1px solid #cfcfcf;
}

.facility-v2-tags img {
  width: clamp(94px, 6.8vw, 138px);
  height: clamp(94px, 6.8vw, 138px);
  object-fit: contain;
}

.facility-v2-tags span {
  margin-top: 26px;
  color: #3e3e3e;
  font-size: clamp(21px, 1.85vw, 33px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .03em;
}

.facility-v2-booths {
  display: grid;
  gap: clamp(86px, 8vw, 145px);
  padding: 0 0 clamp(96px, 8vw, 150px);
  background: #fff;
}

.facility-v2-booth {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: clamp(52px, 6vw, 104px);
  width: min(1120px, 84vw);
  margin: 0 auto;
}

.facility-v2-booth-vip {
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
}

.facility-v2-booth > img {
  width: 100%;
  aspect-ratio: 690 / 460;
  max-width: none;
  object-fit: cover;
}

.facility-v2-kicker {
  margin: 0 0 10px;
  color: #0032a5;
  font-size: clamp(13px, .8vw, 16px);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
}

.facility-v2-booth h2,
.facility-v2-equipment h2 {
  margin: 0;
  color: #212020;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 2.4vw, 44px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .06em;
}

.facility-v2-booth h2::after {
  display: block;
  width: 110px;
  height: 1px;
  margin: 24px 0 28px;
  background: #947f48;
  content: "";
}

.facility-v2-booth p:not(.facility-v2-kicker) {
  margin: 0;
  color: #3e3e3e;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: .03em;
}

.facility-v2-equipment {
  padding: clamp(88px, 7vw, 130px) 24px clamp(96px, 8vw, 150px);
  background: #f8f8f8;
  text-align: center;
}

.facility-v2-equipment h2 {
  font-size: clamp(25px, 2.1vw, 38px);
}

.facility-v2-equipment h2::after {
  display: block;
  width: 96px;
  height: 1px;
  margin: 28px auto 72px;
  background: #947f48;
  content: "";
}

.facility-v2-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(38px, 4vw, 76px);
  width: min(1120px, 84vw);
  margin: 0 auto;
}

.facility-v2-equipment-grid article {
  text-align: center;
}

.facility-v2-equipment-grid img {
  width: 100%;
  aspect-ratio: 340 / 226;
  max-width: none;
  object-fit: cover;
}

.facility-v2-equipment-grid h3 {
  margin: 32px 0 22px;
  color: #0032a5;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.5;
  letter-spacing: .04em;
}

.facility-v2-equipment-grid p {
  margin: 0;
  color: #3e3e3e;
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 600;
  line-height: 2;
}

.facility-v2-cta {
  display: inline-grid;
  place-items: center;
  min-width: 310px;
  min-height: 66px;
  margin: clamp(76px, 6vw, 110px) auto 0;
  border: 1px solid #0032a5;
  background: #0032a5;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .04em;
}

body.facility-page-v2 .facility-v2-footer {
  margin-top: 0;
}

@media (max-width: 900px) {
  body.facility-page-v2 .site-header {
    min-height: 72px;
    padding: 16px 22px;
  }

  .facility-v2-hero {
    height: 270px;
    margin-top: 0;
  }

  .facility-v2-hero-title {
    left: 32px;
    top: 56%;
  }

  .facility-v2-hero-title h1::after {
    width: 140px;
  }

  .facility-v2-overview {
    padding: 76px 22px 78px;
  }

  .facility-v2-lead {
    margin-bottom: 48px;
    font-size: 18px;
    text-align: left;
  }

  .facility-v2-tags {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 560px;
    row-gap: 34px;
  }

  .facility-v2-tags li {
    min-height: 176px;
    padding: 8px 12px 0;
  }

  .facility-v2-tags li:nth-child(odd) {
    border-left: 0;
  }

  .facility-v2-tags li:nth-child(even) {
    border-right: 0;
  }

  .facility-v2-tags img {
    width: 78px;
    height: 78px;
  }

  .facility-v2-tags span {
    margin-top: 18px;
    font-size: 20px;
  }

  .facility-v2-booths {
    gap: 72px;
    padding-bottom: 86px;
  }

  .facility-v2-booth,
  .facility-v2-booth-vip {
    grid-template-columns: 1fr;
    gap: 28px;
    width: calc(100% - 44px);
  }

  .facility-v2-booth-vip img {
    order: -1;
  }

  .facility-v2-booth h2,
  .facility-v2-equipment h2 {
    font-size: 27px;
  }

  .facility-v2-booth p:not(.facility-v2-kicker) {
    font-size: 14px;
    line-height: 2;
  }

  .facility-v2-equipment {
    padding: 76px 22px 90px;
  }

  .facility-v2-equipment h2::after {
    margin-bottom: 46px;
  }

  .facility-v2-equipment-grid {
    grid-template-columns: 1fr;
    gap: 52px;
    width: 100%;
  }

  .facility-v2-equipment-grid h3 {
    margin: 22px 0 12px;
  }

  .facility-v2-cta {
    width: min(100%, 310px);
    min-width: 0;
  }
}


/* Facility sharp rebuild adjustment: keep feature labels crisp without accidental mid-word wrapping. */
.facility-v2-tags span {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .facility-v2-tags li {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    overflow: visible;
  }

  .facility-v2-tags img {
    width: 68px;
    height: 68px;
  }

  .facility-v2-tags span {
    font-size: 18px;
    letter-spacing: 0;
  }

  .facility-v2-lead {
    font-size: 17px;
    line-height: 1.85;
  }
}


/* Facility SP correction: center the two-column feature grid within the viewport. */
@media (max-width: 900px) {
  .facility-v2-tags {
    width: min(100%, 320px);
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .facility-v2-tags li {
    min-height: 160px;
  }

  .facility-v2-tags span {
    font-size: 16px;
    line-height: 1.55;
  }
}


/* Facility SP correction: keep the lead copy inside the narrow viewport. */
@media (max-width: 900px) {
  .facility-v2-lead {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}


/* Raster design pages: do not upscale 1366px design PNGs on large monitors.


/* TOP FAQ accordion. */
.faq .section-inner {
  width: min(1112px, calc(100% - 112px));
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 74px;
}

.faq-grid .faq-item {
  border: 2px solid #c7c7c7;
  background: #fff;
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 25px 76px 24px 32px;
  border: 0;
  background: transparent;
  color: #212020;
  font: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  flex: 0 0 auto;
  margin-right: 20px;
  font-size: 28px;
  font-weight: 700;
}

.faq-question::after {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 18px;
  height: 18px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  content: "";
  transform: translateY(-64%) rotate(45deg);
}

.faq-question[aria-expanded="true"]::after {
  transform: translateY(-28%) rotate(225deg);
}

.faq-answer p {
  margin: 0;
  padding: 0 32px 28px 86px;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .faq .section-inner {
    width: min(100% - 44px, 560px);
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faq-question {
    min-height: 72px;
    padding: 18px 56px 17px 20px;
    font-size: 16px;
  }

  .faq-question span {
    margin-right: 12px;
    font-size: 19px;
  }

  .faq-question::after {
    right: 22px;
    width: 13px;
    height: 13px;
  }

  .faq-answer p {
    padding: 0 20px 20px 52px;
    font-size: 13px;
  }
}


/* Fixed header, raster pages, and bottom LINE CTA. */
.site-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
}

body {
  padding-bottom: 72px !important;
}

.floating-contact {
  position: fixed !important;
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  z-index: 1250 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  width: 100% !important;
  min-height: 72px !important;
  padding: 13px 28px calc(13px + env(safe-area-inset-bottom)) !important;
  opacity: 1 !important;
  transform: translateX(-50%) !important;
  pointer-events: auto !important;
}

.floating-contact > span,
.floating-contact strong {
  line-height: 1.35 !important;
}

.floating-contact > span {
  font-size: 14px !important;
}

.floating-contact strong {
  font-size: 18px !important;
}

body.menu-open .floating-contact,
body.privacy-design-page .floating-contact,
body.legal-design-page .floating-contact {
  display: none !important;
}

body.lesson-design-page,
body.trial-design-page,
body.privacy-design-page,
body.legal-design-page {
  padding-top: var(--header) !important;
  padding-bottom: 72px !important;
  overflow-x: hidden !important;
  background: #fff !important;
}

body.lesson-design-page:not(.menu-open) .site-header,
body.trial-design-page:not(.menu-open) .site-header,
body.privacy-design-page:not(.menu-open) .site-header,
body.legal-design-page:not(.menu-open) .site-header {
  z-index: 1300 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: var(--header) !important;
  padding: 18px clamp(24px, 4vw, 56px) !important;
  overflow: visible !important;
  background: #010206 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.lesson-design-page:not(.menu-open) .site-header .site-nav,
body.trial-design-page:not(.menu-open) .site-header .site-nav,
body.privacy-design-page:not(.menu-open) .site-header .site-nav,
body.legal-design-page:not(.menu-open) .site-header .site-nav {
  display: none !important;
}

body.lesson-design-page:not(.menu-open) .menu-toggle,
body.trial-design-page:not(.menu-open) .menu-toggle,
body.privacy-design-page:not(.menu-open) .menu-toggle,
body.legal-design-page:not(.menu-open) .menu-toggle {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  z-index: 1400 !important;
  display: block !important;
  width: 44px !important;
  height: 34px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.lesson-design-page:not(.menu-open) .menu-toggle span,
body.trial-design-page:not(.menu-open) .menu-toggle span,
body.privacy-design-page:not(.menu-open) .menu-toggle span,
body.legal-design-page:not(.menu-open) .menu-toggle span {
  display: block !important;
  width: 38px !important;
  height: 3px !important;
  margin: 8px auto !important;
  background: #fff !important;
  opacity: 1 !important;
}

body.lesson-design-page:not(.menu-open) .menu-toggle span:nth-child(3),
body.trial-design-page:not(.menu-open) .menu-toggle span:nth-child(3),
body.privacy-design-page:not(.menu-open) .menu-toggle span:nth-child(3),
body.legal-design-page:not(.menu-open) .menu-toggle span:nth-child(3) {
  display: none !important;
}

body.lesson-design-page .lesson-design-main,
body.trial-design-page .trial-design-main,
body.privacy-design-page .privacy-design-main,
body.legal-design-page .legal-design-main {
  position: relative !important;
  width: min(100%, 1366px) !important;
  max-width: 1366px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.lesson-design-page .lesson-design-picture,
body.trial-design-page .trial-design-picture,
body.lesson-design-page .lesson-design-image,
body.trial-design-page .trial-design-image,
body.privacy-design-page .privacy-design-image,
body.legal-design-page .legal-design-image {
  display: block !important;
  width: 100% !important;
  max-width: 1366px !important;
  height: auto !important;
}

body.lesson-design-page .lesson-design-picture,
body.trial-design-page .trial-design-picture {
  overflow: hidden !important;
}

body.lesson-design-page .lesson-design-picture {
  height: min(3815px, calc(285.944vw - var(--header))) !important;
}

body.lesson-design-page .lesson-design-image,
body.trial-design-page .trial-design-image,
body.privacy-design-page .privacy-design-image,
body.legal-design-page .legal-design-image {
  margin-top: calc(var(--header) * -1) !important;
}

body.lesson-design-page .lesson-design-image,
body.trial-design-page .trial-design-image {
  pointer-events: none !important;
}

body.lesson-design-page .lesson-design-image-sp,
body.trial-design-page .trial-design-image-sp,
body.privacy-design-page .privacy-design-image-sp,
body.legal-design-page .legal-design-image-sp {
  display: none !important;
}

body.lesson-design-page .lesson-design-image-pc,
body.trial-design-page .trial-design-image-pc,
body.privacy-design-page .privacy-design-image-pc,
body.legal-design-page .legal-design-image-pc {
  display: block !important;
}

.lesson-hotspot,
.trial-hotspot,
.privacy-hotspot,
.legal-hotspot {
  position: absolute !important;
  z-index: 50;
  display: block;
  background: transparent;
}

.lesson-hotspot-trial { left: 41.3%; top: 95.45%; width: 17.4%; height: 1.1%; }
.lesson-hotspot-footer-privacy { left: 43.2%; top: 98.55%; width: 13.4%; height: .5%; }
.lesson-hotspot-footer-legal { left: 44.3%; top: 99.1%; width: 11.2%; height: .5%; }
.trial-hotspot-cta { left: 40%; top: 93.8%; width: 20%; height: 1.4%; }
.trial-hotspot-footer-privacy { left: 43%; top: 98.1%; width: 14%; height: .6%; }
.trial-hotspot-footer-legal { left: 44%; top: 98.75%; width: 12%; height: .6%; }
.privacy-hotspot-footer-privacy { left: 43%; top: 97.9%; width: 14%; height: .6%; }
.privacy-hotspot-footer-legal { left: 44%; top: 98.55%; width: 12%; height: .6%; }
.legal-hotspot-footer-privacy { left: 43%; top: 96.2%; width: 14%; height: 1.1%; }
.legal-hotspot-footer-legal { left: 44%; top: 97.55%; width: 12%; height: 1.1%; }

body.menu-open .site-header {
  z-index: 5000 !important;
  background: transparent !important;
}

body.menu-open .site-nav.is-open,
.site-nav.is-open {
  z-index: 4900 !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100svh !important;
  background: linear-gradient(180deg, #010206 0%, #010206 38%, #00174b 100%) !important;
}

body.menu-open .brand,
body.menu-open .menu-toggle {
  z-index: 5010 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.menu-open .menu-toggle {
  top: 28px !important;
  right: 44px !important;
  width: 58px !important;
  height: 58px !important;
}

body.menu-open .menu-toggle::before,
body.menu-open .menu-toggle::after {
  width: 56px !important;
  height: 3px !important;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 58px !important;
  }

  body.lesson-design-page,
  body.trial-design-page,
  body.privacy-design-page,
  body.legal-design-page {
    padding-top: 72px !important;
    padding-bottom: 58px !important;
  }

  body.lesson-design-page:not(.menu-open) .site-header,
  body.trial-design-page:not(.menu-open) .site-header,
  body.privacy-design-page:not(.menu-open) .site-header,
  body.legal-design-page:not(.menu-open) .site-header {
    min-height: 72px !important;
    padding: 12px 20px !important;
  }

  body.lesson-design-page:not(.menu-open) .brand-logo,
  body.trial-design-page:not(.menu-open) .brand-logo,
  body.privacy-design-page:not(.menu-open) .brand-logo,
  body.legal-design-page:not(.menu-open) .brand-logo {
    width: 150px !important;
  }

  body.lesson-design-page:not(.menu-open) .brand-logo span,
  body.trial-design-page:not(.menu-open) .brand-logo span,
  body.privacy-design-page:not(.menu-open) .brand-logo span,
  body.legal-design-page:not(.menu-open) .brand-logo span {
    font-size: 13px !important;
  }

  .floating-contact {
    width: 100% !important;
    min-height: 58px !important;
    padding: 8px 18px calc(8px + env(safe-area-inset-bottom)) !important;
    gap: 8px !important;
  }

  .floating-contact > span { font-size: 11px !important; }
  .floating-contact strong { font-size: 13px !important; }

  body.lesson-design-page .lesson-design-image,
  body.trial-design-page .trial-design-image,
  body.privacy-design-page .privacy-design-image,
  body.legal-design-page .legal-design-image {
    margin-top: -72px !important;
  }

  body.lesson-design-page .lesson-design-picture {
    height: calc(634.52vw - 72px) !important;
  }
}

@media (max-width: 430px) {
  body.lesson-design-page .lesson-design-image-pc,
  body.trial-design-page .trial-design-image-pc,
  body.privacy-design-page .privacy-design-image-pc,
  body.legal-design-page .legal-design-image-pc {
    display: none !important;
  }

  body.lesson-design-page .lesson-design-image-sp,
  body.trial-design-page .trial-design-image-sp,
  body.privacy-design-page .privacy-design-image-sp,
  body.legal-design-page .legal-design-image-sp {
    display: block !important;
  }

  .lesson-hotspot-trial { left: 20%; top: 94.0%; width: 60%; height: 1.7%; }
  .lesson-hotspot-footer-privacy { left: 28%; top: 97.25%; width: 44%; height: .9%; }
  .lesson-hotspot-footer-legal { left: 32%; top: 98.25%; width: 36%; height: .9%; }
  .trial-hotspot-cta { left: 18%; top: 93.6%; width: 64%; height: 1.5%; }
  .trial-hotspot-footer-privacy { left: 28%; top: 97.4%; width: 44%; height: .8%; }
  .trial-hotspot-footer-legal { left: 32%; top: 98.35%; width: 36%; height: .8%; }
  .privacy-hotspot-footer-privacy { left: 28%; top: 97.25%; width: 44%; height: .7%; }
  .privacy-hotspot-footer-legal { left: 32%; top: 98.1%; width: 36%; height: .7%; }
  .legal-hotspot-footer-privacy { left: 28%; top: 94.3%; width: 44%; height: 1.6%; }
  .legal-hotspot-footer-legal { left: 32%; top: 96.15%; width: 36%; height: 1.6%; }

  body.menu-open .menu-toggle {
    top: 20px !important;
    right: 20px !important;
    width: 48px !important;
    height: 48px !important;
  }

  body.menu-open .menu-toggle::before,
  body.menu-open .menu-toggle::after {
    width: 42px !important;
    height: 3px !important;
  }
}
