/* =========================================
   sub.css — 下層ページ用
   （index の style.css に依存しつつ、
    .subpage 以下を調整）
========================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=GFS+&display=swap');

html,
body {
  background-color: #ffffff;
  background-image: none;
  font-family: "Noto Sans JP"!important;
}

.site-wrapper {
      width: 100%;
      max-width: 1200px; /* 最大コンテンツ幅（デザインに合わせて調整してください） */
      margin: 0 auto;    /* 画面中央寄せ */
      padding: 0 20px;   /* スマホ等で画面端に余白を作る */
      box-sizing: border-box;
}

/* コンテンツ全体 */
.subpage {
  max-width: 1440px;
  font-size: 16px;
  margin: 50px auto 0;
  padding-bottom: 100px;
  background: #ffffff;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .subpage {
    max-width: 100%;
    max-height: 95%;
    font-size: 16px;
    margin: 30px auto 0;
  }
}

.subpage-site-wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: stretch;
  background-color: #ffffff;
  background-image: none;
  font-family: "Noto Sans JP"!important;
}

.subpage-header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
  padding: 40px 20px;
}

.subpage-header__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.subpage-logo {
  text-align: left;
  min-width: 0;
}

.subpage-logo a {
  display: inline-block;
}

.subpage-logo img {
  width: 160px;
  /* max-width: 100%; */
  height: auto;
}
.side-nav__sns {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.subpage-side-nav__sns {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
  margin-bottom: -4px;
  white-space: nowrap;
}
.subpage-side-nav__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: 0;
}
@media (max-width: 768px) {

  .subpage-header {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 10px;
    background: #ffffff;
  }
  .subpage-header__inner {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .subpage-logo {
    text-align: left;
    min-width: 0;
  }
  .side-nav__sns {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .subpage-side-nav__sns {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
    margin-bottom: -4px;
    margin-right: 8px;
    white-space: nowrap;
  }
  .subpage-side-nav__sns-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

}
.subpage-head {
  max-width: 100%;
}

/* ================================
   subpage用カスタム
================================== */

.subpage-main {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-left: 0;
  min-height: 100vh;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  /* background-image: url(../images/sleapingbeauty_background.jpg); */
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-color: #ffffff;
}

.subpage-body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.subpage h1 {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Noto Sans JP"!important;
  padding-left: clamp(24px, 5.56vw, 80px);
  width: 100%;
  height: 120px;
  margin: 40px 0 20px;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}
.subpage h2 {
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Noto Sans JP"!important;
  background: rgba(4, 0, 0, 0.9);
  padding-left: clamp(24px, 5.56vw, 80px);
  width: 100%;
  height: 100px;
  margin: 120px 0 80px;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section__heading {
    font-size: 32px;
    font-weight: 600;
    width: 100%;
    padding: 30px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: linear-gradient(to right, #B9CFE6 0%, #E1E5FD 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 1px;
    margin-bottom: 16px;
    margin-right: auto;
    margin-left: auto;
}
.subpage h3 {
  font-family: "Noto Sans JP" !important;
  color: #0e100c;
  text-align: left;
  width: 1040px;
}

.h3_sub {
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 16px;
  padding: 30px;
  font-family: "Noto Sans JP" !important;
  color: #0e100c;
  text-align: left;
  width: 1040px;
  background: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.subpage-h2 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.inner-wrap {
  max-width: 1080px;
}

.subpage .section__inner > h2.inner-wrap {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 50px;
  line-height: 1.2;
  padding: 0 4%;
  min-height: 100px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.subpage .section__inner > h2.inner-wrap .section-title__en {
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
}

.subpage .section__inner > h2.inner-wrap .section-title__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.04em;
}

.subpage-h2-head {
  font-family: "Noto Sans JP" !important;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.subpage-h2-text {
  padding: 20px 0px 20px;
  font-family: "Noto Sans JP" !important;
}
.subpage-h2-text a {
  text-decoration: underline;
  color: #ffffff;
}
.subpage-h2-text:hover {
  opacity: 0.8;
}
.subpage-h3-back ul {
  font-size: 16px;
  max-width: 1200px;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.08em;
  list-style: none;
}

.subpage-button {
  margin-bottom: 80px;
}
.subpage-img{
  max-width: 1000px;
   text-align: center;
   margin-left: auto;
  margin-right: auto;
  padding: clamp(24px, 6vw, 80px);
  background-color: #f9f9f9;
}
.subpage-img-container {
  width: 100%;
  margin-top: clamp(40px, 10vw, 100px);
  margin-bottom: clamp(40px, 8vw, 80px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(24px, 10vw, 80px);
  background: rgba(4, 0, 0, 0.9);
}

.subpage-img-container img {
  margin: 0 auto;
}
.subpage-img img {
  display: block;
  margin: 0 auto;
}

/* .subpage-img img {
  max-width: 100%;
  margin-top: clamp(24px, 6vw, 50px);
  margin-bottom: clamp(24px, 6vw, 50px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(16px, 6vw, 80px);
  background: #d5d5d5;
  display: block;
} */


/* .subpage-img {
  max-width: 1080px;
  width: 90%;
  margin: 100px auto 80px;
  padding: 80px;
  background: rgba(255, 255, 255, 0.95);
}
.subpage-img img {
  max-width: 768px;
  margin: 50px auto 50px;
  padding: 80px;
  background: #d5d5d5;
} */

.subpage-youtube {
  margin: 100px auto 80px;
  width: 100%;
  padding: 80px;
  text-align: center;
  color: #ffffff;
}
.subpage-youtube-frame {
  max-width: 768px;
  padding-bottom: 80px;
}
.iframe-wrapper {
  max-width: 768px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpage-youtube-text{
  text-align: left;
  margin-top: 50px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.subpage-caution {
  font-family: "Noto Sans JP"!important;
  margin: 100px auto 80px;
  padding: 80px;
  background: rgba(4, 0, 0, 0.9);
  font-weight: 600;
  max-width: 1200px;
  width: 100%;
}
.subpage-caution-1 {
  font-size: 16px;
  color: #cc0000;
}
.subpage-caution-2 {
  font-size: 16px;
  color: #ffffff;
}

.subpage-btn-c {
  font-family: "Noto Sans JP"!important;
  background-color: #0e100c;
  color: #ffffff;
  margin: 0 auto;
  width: 220px;
  height: 80px;
  align-items: center;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
}

.subpage-btn-c a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}

.subpage-space {
  margin-bottom: 100px;
}

.subpage-questionnaire {
  width: 100%;
  margin: 80px auto;
  padding: 60px 0;
  color: #0e100c;
  display: flow-root;
}

.subpage-questionnaire-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #e9e9e9;
}

.questionnaire-title {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

.subpage-questionnaire-text {
  padding: 0 10%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: left;
}
.supporter_proce{
    width: 60%;
  }

/* ------------ */
/* pc / SP 切り替え
/* ------------ */
.pc{
  display: block;
}
.sp{
  display: none;
}

@media (max-width: 834px) {
  .subpage-questionnaire-text {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.subpage-questionnaire-button {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.subpage-questionnaire-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 480px;
  max-width: 100%;
  height: 80px;
  padding: 0 16px;
  background-color: #0e100c;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {

  .subpage h1 {
    font-size: 18px;
    padding-left: clamp(24px, 5.56vw, 80px);
    padding-right: clamp(24px, 5.56vw, 80px);
  }
  .subpage h2 {
    font-size: 24px;
    padding-left: clamp(20px, 1.5vw, 40px);
    margin: 80px 0 60px;
  }

  .subpage .section__inner > h2.inner-wrap {
    font-size: 24px;
    padding: 0;
    width: 100%;
    min-height: 96px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .subpage h3 {
    font-size: 20px;
    margin: 0 0 14px;
  }

  .subpage-h2-head {
    padding: 40px 0 0;
  }
  .subpage-h2-text {
    padding: 20px 0 40px;
  }
  .subpage-h3-back {
    max-width: 1200px;
    margin: 80px 5%;
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .subpage-h3-back ul {
    font-size: 16px;
  }

  .subpage-button {
    margin-bottom: 60px;
  }

  .subpage-questionnaire-button {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .subpage-youtube {
    margin: 80px auto 60px;
    padding: 60px 5%;
    width: 100%;
  }
  .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .subpage-youtube-frame {
    width: 80%;
    padding-bottom: 80px;
  }
  .subpage-youtube-text{
    margin-top: 50px;
  }

  .subpage-h3-back {
    margin: 80px auto 60px;
    padding: 60px;
  }

  .subpage-caution {
    margin: 80px auto 60px;
    padding: 20px 5%;
    width: 100%;
  }
  .subpage-caution-1 {
    font-size: 16px;
  }
  .subpage-caution-2 {
    font-size: 16px;
  }

  .subpage-btn-c {
    font-size: 16px;
  }

  .subpage-btn-c a {
    font-size: 16px;
  }
  .subpage-body{
    width: 90%;
  }
  .supporter_proce{
    width: 100%;
  }
  .subpage div.section__inner{
    margin-bottom: 0;
  }
  /* ------------ */
  /* pc / SP 切り替え
  /* ------------ */

  .pc{
  display: none;
  }
  .sp{
    display: block;
  }
  
}



/* ------------------------------------------------
   tableカスタム
--------------------------------------------------- */


.subpage-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかにする */
  margin-bottom: 30px; /* 下部との余白 */
}
.subpage-table {
width: 100%;
  min-width: 600px; /* 画面が狭くなっても表が維持される最小の幅（適宜調整） */
  border-collapse: collapse; /* 枠線を一本にまとめる */
  font-size: 15px;
  line-height: 1.6;
  border: 1px solid #cccccc;  /* 外側の枠線（グレー） */
}
/* 行区切り線 */
.subpage-table tr + tr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
/* 日付列＋テキスト列 共通 */
.subpage-table th,
.subpage-table td {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
}
/* 左列（日付） */
.subpage-table th {
  width: 260px;
  white-space: nowrap;
  font-weight: 600;
  background-color: #efefef;
}
/* 右列との境目の縦線 */
.subpage-table td {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {

  .subpage-table-wrap {
    margin: 20px 0;
    padding: 20px 0;
  }
  .subpage-table {
    max-width: 90%;
  }
  .subpage-table th {
    padding: 12px 10px;
    font-size: 16px;
    width: 40%;
  }
  .subpage-table td {
    padding: 12px 10px;
    font-size: 16px;
  }

}

@media (max-width: 768px) {
  .subpage-img {
    width: 95%;
  }
  .subpage-img-container {
    padding: 24px;
    margin: 32px 5% 32px;
  }
  /* .subpage-img img {
    max-width: 100%;
    padding: 16px;
    margin: 16px auto 16px;
  } */
}

/* ------------------------------------------------
   footerカスタム
--------------------------------------------------- */


@media (max-width: 768px) {

  .subpage-p-footer {
    margin-bottom: 0;
  }

  .subpage-page-top {
    bottom: 0;
    width: 50px;
    height: 50px;
  }

}

/* ------------------------------------------------
   下層ページ専用配色上書き
--------------------------------------------------- */

.subpage .sales-attention,
.subpage .subpage-caution,
.subpage .subpage-table-wrap,
.subpage .subpage-table,
.subpage-page-top,
.subpage-site-wrapper .l-footer {
  background: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  color: #0e100c;
}

.subpage .subpage-h2-text a,
.subpage .subpage-caution-2,
.subpage-site-wrapper .p-footer__copy {
  color: #0e100c;
}

.subpage .sales-attention h3,
.subpage .sales-attention h4,
.subpage .sales-attention ul,
.subpage .sales-attention li,
.subpage .subpage-youtube-text,
.subpage .subpage-caution-2 {
  color: #0e100c;
}

.subpage .subpage-table {
  border-color: rgba(14, 16, 12, 0.35);
}

.subpage .subpage-table tr + tr {
  border-top-color: rgba(14, 16, 12, 0.35);
}

.subpage .subpage-table th,
.subpage .subpage-table td {
  color: #0e100c;
}

.subpage .subpage-table td {
  border-left-color: rgba(14, 16, 12, 0.35);
}

.subpage-page-top::before {
  border-bottom-color: #0e100c;
}

.subpage-page-top:hover::before {
  border-bottom-color: #0e100c;
}

.subpage .sales-attention,
.subpage .subpage-h2,
.subpage .subpage-h3-back,
.subpage .section__inner {
  margin: 40px auto;
  padding: 0px 5% 0px 5%;
}
  .subpage .section__inner{
    padding: 0;
  }
.subpage .subpage-h3-back {
  max-width: 1200px;
  width: 100%;
  color: #0e100c;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.subpage .subpage-h3-back h3,
.subpage .subpage-h3-back ul,
.subpage .subpage-h3-back li {
  color: #0e100c;
}

.subpage .subpage-h3-back li {
  list-style: none;
}

.subpage .subpage-h3-back h3,
.subpage .subpage-h3-back ul {
  padding-right: 5%;
  padding-left: 5%;
}

.subpage .section__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto 40px;
}

.subpage .section__inner > h2 {
  width: min(1080px, 100%);
  max-width: 1080px;
  margin: 0 auto;
  background-color: transparent;
}

.subpage .performance-schedule__btn,
.subpage .pickup-btn,
.subpage .subpage-btn-c {
  background: #0e100c;
  background-color: #0e100c;
  color: #ffffff;
  border-color: #0e100c;
}

.subpage .performance-schedule__btn,
.subpage .subpage-btn-c,
.subpage .subpage-questionnaire-link,
.subpage-page-top {
  border: 1px solid #0e100c;
}

.subpage .pickup-btn {
  border: 1px solid transparent;
}

.subpage .pickup-btn a,
.subpage .performance-schedule__btn,
.subpage .performance-schedule__btn-main,
.subpage .performance-schedule__btn-note,
.subpage .subpage-btn-c a {
  color: #ffffff;
}

.subpage .performance-schedule__btn:hover,
.subpage .pickup-btn:hover,
.subpage .subpage-btn-c:hover {
  background: #ffffff;
  background-color: #ffffff;
  color: #0e100c;
  border: 1px solid #0e100c;
  opacity: 1;
}

.subpage .pickup-btn:hover a,
.subpage .performance-schedule__btn:hover .performance-schedule__btn-main,
.subpage .performance-schedule__btn:hover .performance-schedule__btn-note,
.subpage .subpage-btn-c:hover a {
  color: #0e100c;
}

.subpage-site-wrapper .l-footer {
  background: #0e100c;
  background-color: #0e100c;
  color: #ffffff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.subpage-site-wrapper .l-footer a,
.subpage-site-wrapper .p-footer__copy {
  color: #ffffff;
}



/* ------------------------------------------------
   meal.tml用
--------------------------------------------------- */
.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.two-column__image {
  margin: 0;
}

.two-column__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.two-column__image figcaption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.two-column__content h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.4;
}

.two-column__content p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
}

.two-column__btn {
  display: inline-block;
  padding: 12px 24px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.two-column__btn:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .two-column {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .two-column__content h2 {
    font-size: 24px;
  }
}

/* ------------------------------------------------
   sub.html h2：index.html と同じ見出し表現
--------------------------------------------------- */
.subpage .section__inner > h2 {
  font-weight: bold;
  font-size: 50px;
  color: var(--color-base-text);
  font-family: var(--font-body);
  line-height: 1;
  background: transparent;
  background-color: transparent;
  padding: 16px 0 0 4%;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  height: auto;
  margin: 120px 0 40px;
  display: grid;
  grid-template-columns: minmax(0, max-content) minmax(80px, 1fr);
  grid-template-rows: auto auto;
  column-gap: 50px;
  justify-content: stretch;
  align-content: start;
  align-items: center;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  --ja-optical-shift: 0px;
  --section-title-line-start: 0px;
  --section-title-line-top: 50%;
  position: relative;
  overflow: visible;
}

.subpage .subpage-body > .section__inner:first-of-type > h2 {
  margin-top: 0;
}

.subpage .section__inner > h2::after {
  content: "";
  grid-column: 2;
  grid-row: 1 / 3;
  width: 100%;
  height: 1px;
  background: #4d9bd2;
  position: relative;
  z-index: 1;
}

.subpage .section__inner > h2 .section-title__en {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -0.12em;
  padding-bottom: 0.12em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.15;
  color: transparent;
  background: linear-gradient(to bottom, #0e100c 15%, #AADCFE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  white-space: normal;
  overflow-wrap: anywhere;
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
}

.subpage .section__inner > h2 .section-title__ja {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: 2px;
  margin-right: 0;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: transparent;
  background: linear-gradient(to bottom, #0e100c 0%, #0e100c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: normal;
  overflow-wrap: anywhere;
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 2;
}

.subpage .section__inner > h2.section-title--tail {
  --ja-optical-shift: -22px;
}

@media (max-width: 768px) {
  .subpage .section__inner > h2 {
    font-size: 50px;
    margin: 40px 0 0;
    padding: 10px 0 0 4%;
    width: 100%;
    min-height: 96px;
    height: auto;
  }
}

@media (max-width: 733px) {
  .subpage .section__inner > h2 {
    font-size: clamp(45px, 6.5217vw, 50px);
  }
}

@media (max-width: 500px) {
  .subpage .section__inner > h2 {
    font-size: 9vw;
  }
}

/* ------------------------------------------------
   sub.html 個別調整
--------------------------------------------------- */
.subpage-site-wrapper,
.subpage,
.subpage-body,
.subpage p,
.subpage li,
.subpage th,
.subpage td,
.subpage a,
.subpage h1,
.subpage h2,
.subpage h3 {
  color: #0e100c;
}

.subpage-alert {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto;
  padding: 0 5%;
  background: transparent;
}

.subpage-alert ul {
  margin: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #df0000;
  list-style: none;
}

.subpage-alert li {
  color: #df0000;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.subpage-alert li + li {
  margin-top: 8px;
}

.subpage .subpage-caution-1 {
  color: #df0000;
}

.subpage .subpage-h2 {
  margin-top: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.attention-text {
  display: block;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.subpage .subpage-h2-head {
  margin-top: 0;
  padding-top: 0;
}

.subpage-h2-text a {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #0e100c;
}

.subpage-outlink-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
  vertical-align: baseline;
}

.subpage .subpage-questionnaire,
.subpage .subpage-questionnaire-text,
.subpage .questionnaire-title,
.subpage .subpage-caution-2,
.subpage-site-wrapper {
  color: #0e100c;
}

.subpage .performance-schedule__btn:hover,
.subpage .pickup-btn:hover,
.subpage .subpage-btn-c:hover {
  color: #0e100c;
  border-color: #0e100c;
}

.subpage .pickup-btn:hover a,
.subpage .performance-schedule__btn:hover .performance-schedule__btn-main,
.subpage .performance-schedule__btn:hover .performance-schedule__btn-note,
.subpage .subpage-btn-c:hover a {
  color: #0e100c;
}

.subpage .performance-schedule__btn,
.subpage .performance-schedule__btn-main,
.subpage .performance-schedule__btn-note,
.subpage .pickup-btn,
.subpage .pickup-btn a,
.subpage .subpage-btn-c,
.subpage .subpage-btn-c a,
.subpage .subpage-questionnaire-link {
  color: #ffffff;
}

.subpage .performance-schedule__btn {
font-size: 14px;
}

.subpage .sales-attention {
  max-width: 768px;
  margin: 0 auto;
  padding: 32px 5% 28px;
  background: #0e100c;
  background-color: #0e100c;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10px;
}

.subpage .sales-attention h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #ffffff;
}

.subpage .sales-attention ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
}

.subpage .sales-attention li {
  color: #ffffff;
}

.subpage .sales-attention li + li {
  margin-top: 4px;
}

@media (max-width: 968px) {
  .subpage .sales-attention h4 {
    font-size: 20px;
  }
}

@media (max-width: 819px) {
  .subpage .sales-attention {
    padding: 24px 4% 20px;
    max-width: 90%;
  }
}

body {
  position: relative;
  background-color: transparent;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../images/cinderella_background_re.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
  z-index: -1;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
}

.subpage-site-wrapper,
.subpage-main {
  background-color: transparent;
  background-image: none;
}

.subpage-head {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}

.subpage-head h1 {
  width: 100%;
  padding-left: 4%;
  padding-right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: flex-start;
  text-align: left;
}

.subpage .subpage-youtube-text,
.subpage .subpage-h2-text a,
.subpage .subpage-table th,
.subpage .subpage-table td {
  color: #0e100c;
}

@media (max-width: 768px) {
  .subpage-head {
    padding: 30px 0;
  }

  .subpage-head h1 {
    width: 100%;
    padding-left: 4%;
    padding-right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    justify-content: flex-start;
    text-align: left;
  }
}

.subpage-head h1,
.subpage h2,
.subpage .section__inner > h2,
.subpage .subpage-h2,
.subpage .attention-text,
.subpage .subpage-h3-back,
.subpage .subpage-alert ul,
.subpage .subpage-youtube-text,
.subpage .h3_sub,
.subpage .subpage-caution,
.subpage .subpage-table-wrap,
.subpage .subpage-table {
  background: transparent !important;
  background-color: transparent !important;
}

.subpage .section__heading {
  background-color: transparent !important;
}

.subpage-header.side-nav {
  position: static;
  inset: auto;
  /* width: calc(100% - 6%); */
  max-width: 1440px;
  min-height: var(--pc-header-height);
  margin: 40px auto 0;
  padding: 12px 2%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(74, 74, 108, 0.14);
  border-radius: 24px;
  backdrop-filter: blur(8px);
  transform: none;
  opacity: 1;
  pointer-events: auto;
  transition: none;
}

.subpage-header.side-nav .side-nav__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.subpage-header.side-nav .side-nav__logo,
.subpage-header.side-nav .side-nav__sns {
  position: static;
}

.subpage-header.side-nav .side-nav__menu {
  flex: 1 1 auto;
}

.subpage-header.side-nav .side-nav__sns {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 0;
}

.subpage-header.side-nav .side-nav__sns-link {
  width: 24px;
  height: 24px;
}

.subpage h2 .section-title__en,
.subpage .section__inner > h2 .section-title__en {
  color: #4d9bd2 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #4d9bd2;
}

.subpage .pickup-btn,
.subpage .performance-schedule__btn,
.subpage .cast__tab,
.subpage .story-text-nav-btn,
.subpage .story-slider .story-slider__pagination-btn,
.subpage .subpage-btn-c,
.subpage .subpage-questionnaire-link,
.subpage .two-column__btn,
.subpage-page-top {
  background: #78a0b1 !important;
  background-color: #78a0b1 !important;
  border-color: #78a0b1 !important;
}

.subpage .performance-schedule__buttons.subpage-button {
  background: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.subpage .performance-schedule__buttons .performance-schedule__btn,
.subpage .sales-ticket-btns .sales-ticket-btn {
  background: #0e100c !important;
  background-color: #0e100c !important;
  border-color: #0e100c !important;
}

.subpage a:not(.pickup-btn a):not(.performance-schedule__btn):not(.sales-ticket-btn):not(.subpage-questionnaire-link):not(.subpage-btn-c a) {
  transition: color 0.25s ease;
}

.subpage a:not(.pickup-btn a):not(.performance-schedule__btn):not(.sales-ticket-btn):not(.subpage-questionnaire-link):not(.subpage-btn-c a):hover {
  color: #78a0b1 !important;
}

@media (max-width: 819px) {
  .subpage-header.side-nav {
    /* width: calc(100% - 20px); */
    min-height: 64px;
    margin-top: 30px;
    padding: 10px 14px;
    border-radius: 18px;
    display: flex !important;
  }

  .subpage-header.side-nav .side-nav__inner {
    gap: 10px;
  }

  .subpage-header.side-nav .side-nav__logo img {
    width: 140px;
  }

  .subpage-header.side-nav .side-nav__menu {
    display: block;
    flex: 1 1 auto;
  }

  .subpage-header.side-nav .side-nav__sns {
    gap: 8px;
  }

  .subpage-header.side-nav .side-nav__sns-link {
    width: 24px;
    height: 24px;
  }
}

.p-footer {
  margin-bottom: 0;
}
