/* =========================================
   style.css v1.6（PC/SP 明確切り分け）
   ・SPヘッダー高さ80px固定（中身paddingは現状維持）
   ・SPは親セクション width:95% + margin:0 auto
   ・KV：PC=上下150px / SP=幅100% + kv-box margin-top:60px
   ・追従ボタン：right:0 / 縦長・縦書き・白アイコン/白テキスト
   ・フッターリンク：#ffffff & センター
   ・SwiperのページネーションはPICK UP内のみ表示
========================================= */

/* ===== Base共通 ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --sidebar-width: 0px;
  --page-max-width: 1440px;
  --pc-header-height: 86px;
  --color-ink: #f2f2f2;
  --color-accent: #040000;
  --color-base-text: #040000;
  --button-bg: #040000;
  --button-fg: #ffffff;
  --button-border: #ffffff;
  --button-bg-hover: #ffffff;
  --button-fg-hover: #040000;
  --button-transition:
    background-color 0.9s cubic-bezier(.22,.61,.36,1),
    color 0.9s cubic-bezier(.22,.61,.36,1),
    border-color 0.9s cubic-bezier(.22,.61,.36,1),
    filter 0.9s cubic-bezier(.22,.61,.36,1),
    opacity 0.9s cubic-bezier(.22,.61,.36,1);
  --font-en: "Italianno", cursive;
  --font-jp-sans: "Noto Sans JP", sans-serif;
  --font-jp-serif: "Noto Serif JP", serif;
  --font-body: var(--font-en), var(--font-jp-sans);
  --font-nav: var(--font-en), var(--font-jp-serif);
  --GFS: var(--font-body);
}

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

a,
button {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-base-text);
  background-color: #ffffff;
}

.italianno-regular {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  body {
    position: relative;
    background-color: #ffffff;
  }

  body::before {
    content: "";
    position: fixed;
    inset: 0;
    /* background-image: url("../images/sleapingbeauty_background.webp"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;   /* 画面全体を必ずカバー */
    background-color: #ffffff;
    z-index: 0;
    pointer-events: none;     /* クリックを邪魔しない保険 */
  }
}

/* 追加：全体の横ハミ出し保険 */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,svg{ max-width:100%; height:auto; display:block; }
a{ text-decoration:none; } /* 色は各所で個別指定（footerは白固定） */
h1,h2,h3,h4,h5,h6{
  margin: 0;
  color: var(--color-base-text);
}
h2 {
  font-weight: bold;
  font-size: 60px;
  color: var(--color-base-text);
  font-family: var(--font-body);
  line-height: 1.2;
  background-color: transparent;
  padding: 0 4%;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: normal;
  box-shadow: none;
  --ja-optical-shift: 0px;
  overflow: hidden;
}

h2 .section-title__en {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
  white-space: nowrap;
  position: relative;
}

h2 .section-title__en::before,
h2 .section-title__en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 200vw;
  border-top: 0.5px solid #040000;
  transform: translateY(-50%);
}

h2 .section-title__en::before {
  right: calc(100% + 30px);
}

h2 .section-title__en::after {
  left: calc(100% + 30px);
}

#section-movie h2 .section-title__en::before,
#section-movie h2 .section-title__en::after {
  border-top-color: #ffffff;
}

h2 .section-title__ja {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

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

h2.section-title--faq {
  --ja-optical-shift: -32px;
}

.section .section__inner > h2 {
  margin: 120px auto 40px;
}

h4,
h5 {
  font-size: 18px;
  color: var(--color-base-text);
  line-height: 3.2;
}

@media (max-width: 768px){
  /* セクション見出し帯を、SPでは中央寄せ */
  .section .section__inner > h2 {
    font-size: 45px;
    margin: 120px auto 40px;
    padding: 0 5%;
    width: 95%;
    min-height: 96px;
    height: auto;
  }
}

.header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  transition: transform .35s cubic-bezier(.22,.61,.36,1), opacity .35s ease;
}

@media (min-width: 1025px) {
  .header {
    display: none;
  }
}

/* 非表示状態（上にスライド＋透明） */
.header.is-hidden {
  transform: translateX(-50%) translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

/* 表示状態 */
.header.is-shown {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ===== Footer全体の色＆中央揃え ===== */
.l-footer {
  background-color: #040000;
  color: #ffffff;
}

.l-footer a {
  color: #ffffff;
}

/* 中身をセンターに寄せる */
.p-footer {
  padding-block: 32px;
  font-size: 16px;
}

.p-footer__inner.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* ナビ部分も中央に寄せる */
.p-footer__nav {
  margin-bottom: 16px;
}

.p-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;       /* 中身だけ横並びでセンター */
  justify-content: center;
  gap: 16px;
}

/* 文字サイズや下マージンは、今の指定をそのまま活かす */
.p-footer__nav ul li {
  text-align: center;
  list-style: none;
}

.p-footer__nav ul li,
.p-footer__copy {
  font-size: 16px;
}

.p-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  #section-pickup {
    overflow-x: hidden;
  }
  .pickup-swiper,
  .pickup-container,
  #section-pickup .swiper-wrapper {
    max-width: 100%;
  }
  .p-footer {
    margin-bottom: 40px;
  }
}

@media (max-width: 400px) {
  .p-footer__nav ul li,
  .p-footer__copy {
    font-size: 13px;
  }
}

/* ===============================
   ScrollHint カスタマイズ
   （テキストを折り返さない＋白い板を少し広く）
=============================== */
.scroll-hint-icon-wrap {
  padding: 4px 20px 4px 20px;             /* 白い板を少し大きく */
}

.scroll-hint-text {
  display: inline-block;
  white-space: nowrap;           /* ★ここで折り返し禁止 */
  font-size: 12px;               /* 文字が大きければ調整してOK */
}

/* StoryのScrollHint対象のみスクロールバー非表示（操作は維持） */
.story-slider.js-scrollable {
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE/Edge legacy */
}

.story-slider.js-scrollable::-webkit-scrollbar {
  display: none;              /* Chrome/Safari */
  width: 0;
  height: 0;
}

/* Ticket / Access の横スクロールバーは非表示（操作は維持） */
#section-ticket .ticket__table-wrap.js-scrollable,
#section-access .access-list-img.js-scrollable {
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE/Edge legacy */
}

#section-ticket .ticket__table-wrap.js-scrollable::-webkit-scrollbar,
#section-access .access-list-img.js-scrollable::-webkit-scrollbar {
  display: none;              /* Chrome/Safari */
  width: 0;
  height: 0;
}

/* マウスドラッグ時の見た目 */
#section-ticket .ticket__table-wrap.js-scrollable,
#section-access .access-list-img.js-scrollable {
  cursor: grab;
}

#section-ticket .ticket__table-wrap.js-scrollable.is-dragging,
#section-access .access-list-img.js-scrollable.is-dragging {
  cursor: grabbing;
  user-select: none;
}

@media (max-width: 768px) {
  #section-pickup,
  #section-story,
  #section-cast,
  #section-message,
  #section-performance,
  #section-ticket,
  #section-sales,
  #section-movie,
  #section-faq,
  #section-access {
    /* ヘッダー80px＋ちょい余裕 */
    scroll-margin-top: 96px;
  }
}

@media (max-width: 1360px) {

  /* 上の白板（所在地＋ルート図） */
  .story__box__inner,
  .cast__meta-text,
  .scroll-cont-about,
  .ticket-vip,
  .ticket-notes,
  .sales-schedule,
  .sales-attention,
  .youtube-list,
  #section-access .access__Contents {
    /* 左は今までの感覚をキープ（例として 5%）
       右は「左と同じ感覚 + 41px」でよける */
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }  
}

/* inview , fade関連（整理版） */
/* ---------------------------------- */
/* 最初は非表示＋ちょい下から      */
/* JS が .is-show を付けたら表示   */
/* ---------------------------------- */

.inview,
.inview_re {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity var(--reveal-dur, .6s) var(--reveal-ease, ease),
    transform var(--reveal-dur, .6s) var(--reveal-ease, ease);
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
}

/* 表示状態（1回きり／何度でも 共通） */
.inview.is-show,
.inview_re.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* 追加の「縦フェードイン」クラス（見た目だけ） */
.fadeIn {
  /* ベースの位置やopacityは .inview 側で制御するのでここでは何もしない */
}

/* is-show が付いたときに transform が確実に 0 になる保険 */
.fadeIn.is-show {
  transform: translate3d(0, 0, 0);
}

/* 左からフェードイン */
.fadeIn_left {
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  transition:
    opacity var(--reveal-dur, .8s) var(--reveal-ease, ease),
    transform var(--reveal-dur, .8s) var(--reveal-ease, ease);
}
.fadeIn_left.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* 右からフェードイン */
.fadeIn_right {
  opacity: 0;
  transform: translate3d(50%, 0, 0);
  transition:
    opacity var(--reveal-dur, .8s) var(--reveal-ease, ease),
    transform var(--reveal-dur, .8s) var(--reveal-ease, ease);
}
.fadeIn_right.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* 段階遅延（stagger） */
.late  { transition-delay: calc(var(--stagger-step, .10s) * 1); }
.late2 { transition-delay: calc(var(--stagger-step, .10s) * 2); }
.late3 { transition-delay: calc(var(--stagger-step, .10s) * 3); }
.late4 { transition-delay: calc(var(--stagger-step, .10s) * 4); }

/* 動きが苦手な人向け：位置移動をなくしてフェードだけに */
@media (prefers-reduced-motion: reduce) {
  .inview,
  .inview_re,
  .fadeIn,
  .fadeIn_left,
  .fadeIn_right {
    transform: none !important;
    transition: opacity .45s ease !important;
  }
}


/* =========================================
   共通レイアウト
   ========================================= */

.site-wrapper {
  max-width: var(--page-max-width);
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #ffffff;
}

/* 右側の固定背景（スクロールしても動かない） */
.bg-fixed-right {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  /* background-image: url("../images/sleapingbeauty_background.jpg"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  z-index: -1;
}

/* PC：上部追従メニュー */

.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: var(--pc-header-height);
  padding: 12px 2%;
  display: flex;
  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);
  backdrop-filter: blur(8px);
  z-index: 220;
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
  transition: transform .35s cubic-bezier(.22,.61,.36,1), opacity .35s ease;
}

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

.side-nav.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.side-nav__logo {
  flex: 0 0 auto;
  text-align: left;
}

.side-nav__logo img {
  max-width: 120px;
  height: auto;
}

.side-nav__menu {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.side-nav__menu::-webkit-scrollbar {
  display: none;
}

.side-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.2vw, 20px);
}

.side-nav__item {
  font-size: 24px;
  font-family: var(--font-nav);
  line-height: 1.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
}

.side-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 3px 0;
  color: var(--color-ink);
  text-decoration: none;
}

.side-nav__link:hover {
  text-decoration: underline;
}

.side-nav__item a {
  color: #040000;
}

.sp-nav__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.sp-nav__ja-inline {
  white-space: nowrap;
}

.header-nav__en {
  display: block;
  line-height: 1.1;
  color: #040000;
}

.header-nav__ja {
  display: block;
  font-family: var(--font-jp-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #040000;
}

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

.side-nav__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

@media (max-width: 1240px) {
  .side-nav__inner {
    gap: 12px;
  }

  .side-nav__item {
    font-size: 11px;
  }

  .side-nav__sns {
    display: none;
  }
}

@media (max-width: 968px) {
  .header-nav__ja {
    font-size: 14px;
  }
}

/* 右：コンテンツ */

.main {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-left: 0;
  min-height: 100vh;
  min-width: 0;
  font-family: var(--font-body);

  /* 背景：固定表示 */
  /* background-image: url("../images/sleapingbeauty_background.jpg"); */
  background-repeat: no-repeat;
  background-position: center right;   /* 右上基準 */
  background-size: cover;              /* 画像全体が必ず収まる */
  background-attachment: fixed;        /* 背景だけスクロールしない */
  background-color: #ffffff;
}

.main-content-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  display: flow-root;
}

.section {
  margin: 0 auto;
}

#section-pickup,
#section-story,
#section-cast,
#section-message,
#section-performance,
#section-ticket,
#section-sales,
#section-movie,
#section-faq,
#section-access {
  scroll-margin-top: calc(var(--header-h-pc) + 20px);
}

.section__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section .section__inner + * {
  margin-top: 0 !important;
}

.section__title {
  margin: 0 0 16px;
  font-size: 20px;
  letter-spacing: 0.16em;
}

.section__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

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

  .fv__overlay,
  .story__box__inner,
  .sales__Contents,
  .access__Contents {
    padding-left: 16px;
  }
}  
/* =========================================
   ファーストビュー（キービジュアル）
   ========================================= */

.fv {
  position: relative;
  height: calc(var(--vh, 1vh) * 100); /* JSで--vhを補正 */
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
}

/* スライダー本体 */

.fv__slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.fv__slider .fv__slides {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.fv__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.fv__slide-first {
  animation: fvCrossFade1 26s linear infinite;
}

.fv__slide-secound {
  animation: fvCrossFade2 26s linear infinite;
}

.fv__slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  transform: translateY(8px) scale(1.03);
  animation: fvImageFloat 26s ease-in-out infinite;
}

.fv__slide-secound > img {
  filter: grayscale(1);
}

@keyframes fvImageFloat {
  0% {
    transform: translateY(8px) scale(1.03);
  }
  50% {
    transform: translateY(-3px) scale(1.015);
  }
  100% {
    transform: translateY(8px) scale(1.03);
  }
}

@keyframes fvImageFloatSp {
  0% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1.015);
  }
  100% {
    transform: scale(1.03);
  }
}

@keyframes fvCrossFade1 {
  0%, 37.3077% { opacity: 1; }
  50%, 87.3077% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fvCrossFade2 {
  0%, 37.3077% { opacity: 0; }
  50%, 87.3077% { opacity: 1; }
  100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .fv__slide {
    animation-duration: 26s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .fv__slide > img {
    animation: none;
    transform: none;
  }
  .fv__title--color,
  .fv__title--mono {
    animation-duration: 26s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}

/* タイトルSVG＋2つのテキスト */
.fv__overlay {
  position: absolute;
  inset: 0;
  padding-left: 10%;      /* ここで全体の“横位置”を決める */
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦方向センター寄せ */
  align-items: flex-start;
  gap: 1.2em;
  pointer-events: none;
  z-index: 2;
  color: #040000;
  font-family: var(--jp-serif);
  font-size: clamp(12px, 1.2vw, 16px);

  /* ★ タイトル＋コピー共通の幅 */
  --hero-block-width: clamp(420px, 34vw, 660px);
}

/* タイトル画像 */
.fv__title-stack {
  position: relative;
  display: block;
  width: var(--hero-block-width);
}

.fv__title {
  display: block;
  width: 100%;  /* 共通幅を使う */
  height: auto;
}

.fv__title--color,
.fv__title--mono {
  animation-duration: 26s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.fv__title--color {
  position: relative;
  z-index: 1;
  animation-name: fvCrossFade1;
}

.fv__title--mono {
  position: absolute;
  inset: 0;
  z-index: 2;
  filter: grayscale(1);
  animation-name: fvCrossFade2;
}

/* コピー全体（1行目＋2行目） */
.fv__copy {
  width: var(--hero-block-width);  /* タイトルと同じ幅 */
  color: #040000;
  margin-left: 0;
  text-align: center;
  transform: translateX(-20px);
  font-family: "Noto Serif JP", serif;
}

/* 1行目・2行目共通のリセット */
.fv__copy--main,
.fv__copy--sub {
  display: block;
  margin: 0;
}

/* 1行目：新春公演〜 */
.fv__copy--main {
  font-size: clamp(18px, 2.2vw, 30px);
}

/* 2行目：日付＋会場 */
.fv__copy--sub {
  margin-top: 18px;
  font-size: clamp(12px, 1.6vw, 18px);  /* ★ 最大18px */
  line-height: 1.6;
}



/* =========================================
   SP ヘッダー（スクロール後にふわっと表示）
   ========================================= */

.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 500;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-family: var(--font-nav);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sp-header__inner {
  width: 100%;
  max-width: 768px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-header__logo img {
  max-height: 48px;
  width: auto;
  /* 白背景用にロゴを通常表示 */
  filter: none;
}

.sp-header__burger {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #040000;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}

.sp-header__burger-bar {
  width: 100%;
  height: 2px;
  background-color: currentColor;
  border-radius: 999px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    background-color 0.25s ease;
}

/* ホバー時ちょい強調 */
.sp-header__burger:hover {
  opacity: 0.8;
}

/* 開いたとき（JSですでに .is-open が付く実装になっているのでそれを利用） */
.sp-header__burger.is-open {
  background: none;
  border: none;
  color: #040000;
}

/* 開いているときは線の色をネイビー側に */
.sp-header__burger.is-open .sp-header__burger-bar {
  background-color: currentColor;
}

/* X に変形 */
.sp-header__burger.is-open .sp-header__burger-bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.sp-header__burger.is-open .sp-header__burger-bar:nth-child(2) {
  opacity: 0;
}
.sp-header__burger.is-open .sp-header__burger-bar:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* 表示状態（スクロール後） */

.sp-header.sp-header--shown {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sp-nav__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 4px 8px;
}

.sp-nav__link {
  font-family: var(--font-nav);
}

/* 通常時：3本のバーガー */
#spBurger span:nth-child(1) {
  top: 2px;
}

#spBurger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

#spBurger span:nth-child(3) {
  bottom: 2px;
}

/* 開いている時（.is-open）：×印に変形 */
#spBurger.is-open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#spBurger.is-open span:nth-child(2) {
  opacity: 0;
}

#spBurger.is-open span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .sp-nav__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}

/* ドロワー開閉中は背景スクロール禁止 */

body.is-fixed {
  overflow: hidden;
}

/* =========================================
   追従ボタン（画面右側固定）
   ========================================= */

.fixed-right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}

.fixed-right__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fixed-right__item {
  margin-bottom: 16px;
}

.fixed-right__item:last-child {
  margin-bottom: 0;
}

.fixed-right__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 41px;
  padding-top: 25px;
  padding-bottom: 25px;

  background-color: #040000;
  text-decoration: none;
  color: #ffffff;

  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  box-shadow: none;
}

.fixed-right__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;   /* アイコンとテキストの間隔 25px */
  position: relative;
}

.fixed-right__icon img,
.fixed-right__icon svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.fixed-right__icon .fixed-right__icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.fixed-right__link:hover .fixed-right__icon .fixed-right__icon-default {
  opacity: 0;
}

.fixed-right__link:hover .fixed-right__icon .fixed-right__icon-hover {
  opacity: 1;
}

/* ラベルは縦書きで中央寄せ */
.fixed-right__label {
  letter-spacing: 0.5em;
  white-space: nowrap;
}

/* もしホバー時に少しだけ明るくしたい場合 */
.fixed-right__link:hover {
  opacity: 0.9;
}

/* SP用：追従ボタンを横並び（左右50%）にする */
@media (max-width: 768px) {
  .fixed-right {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    /* トップに戻るボタン（高さ41px＋余白）より少し上に配置 */
    bottom: 0;
    transform: none;
    z-index: 100;
  }

  .fixed-right__list {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .fixed-right__item {
    flex: 1 1 50%;   /* 左右50%ずつ */
    margin: 0;       /* 縦並び用の margin-bottom を打ち消す */
  }

  .fixed-right__link {
    /* 横並び・横書き用にリセット */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    width: 100%;
    padding: 12px 8px;

    writing-mode: horizontal-tb;
    text-orientation: mixed;

    font-size: 16px;
    /* 縦書き前提の letter-spacing を少し抑える */
  }

  .fixed-right__icon {
    margin-bottom: 0;   /* 縦書き用の余白を打ち消し */
    margin-right: 8px;  /* アイコンとテキストの間に横方向の余白 */
  }

  .fixed-right__label {
    letter-spacing: 0.12em;
  }

    /* 2つ目のボタンの左側に白い仕切り線 */
  .fixed-right__item + .fixed-right__item .fixed-right__link {
    border-left: 1px solid #ffffff;
  }
}

/* 300〜335px：ボタン文字を少しずつ縮小して1行キープ */
@media screen and (max-width: 335px) and (min-width: 300px) {
  .fixed-right__link {
    /* 335px で 16px、幅が狭くなるほど少しずつ小さくなる */
    font-size: calc(16px * (100vw / 335));
  }

  /* 余裕を作るためにアイコンとの隙間も少しだけ詰める */
  .fixed-right__icon {
    margin-right: 4px;
  }
}


/* 〜299px：ボタンを上下2段に変更 */
@media screen and (max-width: 299px) {

  /* ボタンを縦並びに */
  .fixed-right__list {
    flex-direction: column;
  }

  .fixed-right__item {
    flex: 0 0 auto;
  }

  .fixed-right__link {
    width: 100%;
    font-size: 16px;      /* 読める範囲で少し小さめ */
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* 仕切り線：左の線は消して、2段目の上に白線を引く */
  .fixed-right__item + .fixed-right__item .fixed-right__link {
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  /* トップへ戻るボタンがかぶらないように、さらに上に逃がす */
  .page-top {
    bottom: 96px; /* だいたいボタン2段ぶんの高さを想定 */
  }
}

/* Safariでアイコンが縮まないように固定する */
.fixed-right__icon {
  flex-shrink: 0;   /* アイコンボックス自体を縮ませない */
}

.fixed-right__item--access .fixed-right__icon img {
  width: 13px;
  height: 20px;
  flex-shrink: 0;   /* 画像本体も縮ませない */
}

.fixed-right__item--ticket .fixed-right__icon img {
  width: 27px;
  height: 15px;
  flex-shrink: 0;
}

/* =========================================
   トップに戻るボタン（PC/SP共通）
   ========================================= */

.page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: #040000;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

/* 上向き三角形 */
.page-top::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #ffffff;
}

.page-top:hover {
  opacity: 0.9;
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 768px) {

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

@media screen and (max-width: 299px) {

  .page-top {
    bottom: 83px;
    width: 45px;
    height: 45px;
  }

}

/* =========================================
   レスポンシブ
   ========================================= */

@media (max-width: 768px) {
  .site-wrapper {
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: block;
    background-color: transparent;
  }

  .side-nav {
    display: none !important;
  }

  .bg-fixed-right {
    display: none;
  }

  .main {
    margin-left: 0;
    min-height: 100vh;
    background: none;
  }

  .main-content-shell {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .fv__slide > img {
    object-position: center center;
    animation-name: fvImageFloatSp;
  }

  /* ▼ SPファーストビュー：GISELLEロゴ＆コピーを横中央に */
  .fv__overlay {
    align-items: center;      /* 横方向センター寄せ */
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 200px;
    gap: 10px;
  }

  .fv__title-stack {
    width: min(80%, 420px);   /* デバイス幅に応じて最大サイズ制御 */
    max-width: 420px;
    min-width: 330px;
    margin-inline: auto;      /* 画像自体も中央揃え */
  }

  .fv__copy {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.9;
    text-align: center;       /* テキストを横中央 */
    transform: translateX(0);
  }

  .fv__copy--main {
    font-size: 18px;
  }

  .fv__copy--sub {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .sp-header,
  .sp-nav {
    display: none;
  }
}

/* ボタン本体 */
#spBurger {
  position: relative;
  width: 40px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  appearance: none;
  box-shadow: none;
}

/* 線（バーガーの3本線／×の線） */
#spBurger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  border-radius: 999px;
  transition:
    transform 0.25s ease,
    top 0.25s ease,
    bottom 0.25s ease,
    opacity 0.2s ease;
}

/* 通常時：3本のバーガー */
#spBurger span:nth-child(1) {
  top: 2px;
}

#spBurger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

#spBurger span:nth-child(3) {
  bottom: 2px;
}

/* 開いている時（.is-open）：×印に変形 */
#spBurger.is-open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#spBurger.is-open span:nth-child(2) {
  opacity: 0;
}

#spBurger.is-open span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* =========================================
   PCワイド時のレイアウト調整
   ・全体は画面幅いっぱい
   ・上部ナビは左右余白のみ調整
   ========================================= */
@media (min-width: 1441px) {

  .site-wrapper {
    max-width: none;
    width: 100%;
  }

  .side-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ========================================================
  pick-up（ピックアップコンテンツ用、JS連動用含む）
======================================================== */

.pickup-swiper {
  max-width: 2560px;
  width: min(2560px, 100vw);
  margin: 100px calc(50% - 50vw) 0;
  display: flex;
  align-items: stretch;
}

/* Swiper コンテナ（v11でも .swiper-container を使っている想定） */
.swiper-container {
  overflow: hidden;  /* ← ここを変更 */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 100%;
}


/* 参考：.swiper を使うブロックがあっても同等の見え方に */
.pick-up .swiper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}

.pick-up .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: stretch;
}

/* 実際に使う pickup のコンテナ（左右に40pxの内側余白） */
.pick-up .pickup-container {
  width: 1200px;
  max-width: 100%;
  overflow: hidden;
  padding: 50px 40px 0;
  box-sizing: border-box;
}

/* 基本のスライド箱：幅はSwiper（初期化後）または未初期化ルールで決める */
.pick-up .pickup-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
}

.pick-up .pickup-container.swiper-initialized .swiper-slide > .pickup-cont {
  max-width: 300px;
  width: 300px;     /* ★ ここを固定 */
  margin: 0 auto;
}
.pick-up .pickup-container:not(.swiper-initialized) .swiper-slide > .pickup-cont {
  width: 100%;                 /* 300pxの箱の中で100% */
}

/* ====== 3枚以下（未初期化）：中央寄せ＆300px上限・等間隔 ====== */
.pick-up .pickup-container:not(.swiper-initialized) .swiper-wrapper {
  justify-content: center;
  gap: 30px;                   /* JSの spaceBetween 相当の見え方に */
}
.pick-up .pickup-container:not(.swiper-initialized) .swiper-slide {
  width: auto;                 /* 既存の width:100% を打ち消す */
  max-width: 300px;            /* 巨大化防止（未初期化時のみ） */
  flex: 0 1 300px;             /* 300pxを上限に自然縮小 */
  margin: 0;                   /* 余白は gap に一本化（margin-leftは使わない） */
}

/* 参考：.swiper/.swiper-container どちらでも未初期化の中央寄せを担保 */
.pick-up :is(.swiper, .swiper-container):not(.swiper-initialized) .swiper-wrapper {
  justify-content: center;
  gap: 30px;
}
.pick-up :is(.swiper, .swiper-container):not(.swiper-initialized) .swiper-slide {
  width: auto !important;
  max-width: 300px !important;
  flex: 0 1 300px;
  margin: 0 !important;
}

/* カードの中身（画像） */
.pick-up .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;         /* cover にする場合はここを変更 */
}

/* --------------------------------------------------------
   カード本体（白板）：等高＆下にボタン固定
   -------------------------------------------------------- */

:root {
  /* カードの最小高さ（調整しやすいよう変数化） */
  --pickup-card-min-h-pc: 420px;
  --pickup-card-min-h-sp: 360px;
  --header-h: 86px;
  --header-h-pc: 86px;
  --header-h-sp: 80px;
  --anchor-extra: 18px;
  --anchor-gap: calc(var(--header-h) + 50px);
  --reveal-dur: .9s;                     /* ふわっと時間 */
  --reveal-ease: cubic-bezier(.22,.61,.36,1); /* しっとりしたイージング */
  --stagger-step: .10s;                  /* 段階の間隔 */  
  --sbw: 0px;
}

.pickup-cont {
  min-height: var(--pickup-card-min-h-pc);
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 15px;
  height: 100%;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 300px;
  width: 300px;
  margin: 0 auto;
}
.pickup-cont-img {
  margin-bottom: 0;
  width: 260px;
  height: 260px;
  background: #d5d5d5;
}

.pickup-cont-img img {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.pickup-cont-txt {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

.pickup-cont-txt h4 {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(2 * 1.2em);
}

.pickup-cont-txt p {
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(3 * 1.4em);
}

/* PICK UP カード内ボタン（MEET THE CAST と同じスタイル） */
.pickup-btn {
  margin-top: auto;
  border: 1px solid #040000;
  background-color: #ffffff;
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.pickup-btn a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #040000;
  font-family: "Noto Sans JP", sans-serif;
}

/* ホバー時：枠ごと反転（MEET THE CAST と同じ挙動） */
.pickup-btn:hover {
  background-color: #040000;
}

.pickup-btn:hover a {
  color: #ffffff;
}


/* ▼ PICK UP専用ページネーション（位置＆カプセル背景） */
#section-pickup .swiper-pagination {
  position: static;              /* デフォルトのabsoluteをやめて通常フローに */
  margin: 16px auto 0;           /* カードの下に16px空けて中央配置 */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  width: fit-content;
  border-radius: 0;
  background-color: transparent;
}

/* ▼ PICK UP専用ドットデザイン */
#section-pickup .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid #040000;
  border-radius: 50%;
}

/* アクティブ：#040000 塗り */
#section-pickup .swiper-pagination-bullet-active {
  background-color: #040000;
  border: 1px solid #040000;
}

/* PICK UP：Swiper 初期化後のカード幅は常に 300px 固定 */
#section-pickup .pickup-container.swiper-initialized .swiper-slide {
  width: 300px;
}

/* 420px以下：カードを265px固定（左右ちょい見え） */
@media screen and (max-width: 420px) {

  /* Swiper が参照する「1枚ぶんの箱」の幅 */
  #section-pickup .pickup-container.swiper-initialized .swiper-slide {
    width: 265px;
    max-width: 265px;
  }

  /* カード本体も合わせて 265px */
  .pickup-cont {
    max-width: 265px;
    width: 265px;
  }

  .pickup-cont-img {
    width: 240px;          /* 画像枠の横幅はそのまま260px */
    height: 260px;
    margin: 0 auto 0;      /* 左右autoでカードの中で中央寄せ */
    background: #d5d5d5;
  }

}

/* 421〜834px：カード本体の中で画像枠を横位置センターに */
@media screen and (min-width: 421px) and (max-width: 834px) {

  .pickup-cont-img {
    width: 260px;        /* 画像枠はそのまま260px */
    height: 260px;       /* 必要なら維持 */
    margin: 0 auto 0;    /* ★左右autoでカード中央に */
  }

}

/* --------------------------------------------------------
   PICK UP SP（〜479px：1枚＋左右ちょい見え）
   -------------------------------------------------------- */
@media screen and (max-width:968px) {

  .pickup-swiper {
    margin: 0;
  }
}

@media screen and (max-width:479px) {

  .pick-up .swiper-slide,
  #section-pickup .swiper-slide {
    /* 幅は Swiper（slidesPerView）に任せる */
    height: auto;
    transition-property: transform;
  }

  .pickup-cont {
    min-height: var(--pickup-card-min-h-sp);
    padding: 15px;
    row-gap: 12px;
  }

  .pickup-cont-img img {
    width: 100%;
  }

  .pickup-cont-txt {
    gap: 8px;
  }

  .pickup-btn a {
    width: 100px;
  }
}

@media screen and (max-width:447px) {
  .pick-up .pickup-container {
    padding-top: 10% 0 0;
  }

  .story__box__inner {
    padding-top: 0;
  }
}

/* --------------------------------------------------------
   PICK UP SP（480〜768px：1枚＋左右ちょい見え）
   -------------------------------------------------------- */
@media screen and (min-width: 448px) and (max-width: 968px) {
  .pick-up .pickup-container {
    padding-top: 10% 16px 0;
  }
}
/* --------------------------------------------------------
   PICK UP SP（480〜834px：1枚＋左右ちょい見え）
   -------------------------------------------------------- */
@media screen and (min-width:480px) and (max-width:834px) {

  section.pick-up,
  #section-pickup {
    padding-top: 0;
  }

  .pick-up .swiper-slide,
  #section-pickup .swiper-slide {
    /* ここも幅は指定せず、slidesPerView で「見切れ」演出 */
    height: auto;
    transition-property: transform;
  }

  .pickup-cont {
    min-height: var(--pickup-card-min-h-sp);
    padding: 15px;
    row-gap: 12px;
  }

  .pickup-cont-img img {
    width: 100%;
  }

  .pickup-cont-txt {
    gap: 8px;
  }

  .pickup-btn a {
    width: 100px;
  }
}

/* =========================================
   STORY
   ========================================= */

.story__box {
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
  margin: 100px auto 0;
  padding: 0;
}

.story__box__inner {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 50px 32px 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

@media screen and (max-width:768px) {
  .story__box__inner {
  max-width: 98%;
  margin: 0 auto;
  padding: 50px 32px 0;
}
}
.story-slider {
  --story-slide-max-width: 100%;
  --story-content-max-width: 1140px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.story-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
}

.story-slide {
  width: 100%;
  max-width: var(--story-slide-max-width);
  margin: 0 auto;
  height: auto;
}

.story-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  margin: 0 15px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  box-shadow: none;
}

.story-slider .story-slider__nav {
  display: flex !important;
}

.story-slider__nav--prev {
  left: max(0px, calc((100% - var(--story-slide-max-width)) / 2));
}

.story-slider__nav--next {
  right: max(0px, calc((100% - var(--story-slide-max-width)) / 2));
}

.story-slider__nav img {
  width: 20px;
  height: auto;
}

.story-slider__nav--prev img {
  transform: rotate(180deg);
}

.story-slider .story-slider__pagination {
  position: static;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Italianno", cursive;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #040000;
}

.story-slider .story-slider__pagination .swiper-pagination-current,
.story-slider .story-slider__pagination .swiper-pagination-total {
  display: inline-block;
}

.story-slider .story-slider__pagination-fraction {
  display: inline-flex;
  align-items: center;
}

.story-slider .story-slider__pagination-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  align-self: center;
  cursor: pointer;
}

.story-slider .story-slider__pagination-btn img {
  width: 8px;
  height: 8px;
  display: block;
  object-fit: contain;
}

.story-slider .story-slider__pagination-btn.is-prev img {
  transform: rotate(180deg);
}

.story-slider__sp-hint {
  display: none;
}

@media (min-width: 601px) {
  .story-slider .scroll-hint-icon-wrap {
    display: none !important;
  }
}

.story__cta {
  margin-top: 36px;
  text-align: center;
}

.story__prologue-btn,
.cast-program-toggle__btn {
  width: 250px;
  height: 73px;
  margin: 20px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--button-fg);
  background-color: var(--button-bg);
  border: 1px solid var(--button-border);
  text-decoration: none;
  transition: var(--button-transition);
  cursor: pointer;
}

.story__prologue-btn:hover,
.cast-program-toggle__btn:hover {
  color: var(--button-fg-hover);
  background-color: var(--button-bg-hover);
  border-color: #040000;
}

.cast-program-toggle__btn.is-active {
  color: var(--button-fg-hover);
  background-color: var(--button-bg-hover);
  border-color: #040000;
}

.cast-program-toggle__btn.is-hidden {
  display: none;
}

.cast-program-toggle.is-hidden {
  display: none;
}

.section__heading {
  font-size: 32px;
  font-weight: 600;
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 16px;
  margin-left: 28px;
}

.section__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0;
}

.section__text::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 16px;
  border-bottom: 1px solid #e8e8e8;
}

.section__text .section__text-gap {
  display: block;
  height: 16px;
}

.story__box .section__text {
  position: relative;
  text-align: left;
}

.story__box .section__heading {
  margin-left: 0;
  text-align: left;
}

.story__box .section__text .story-text-nav-btn {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 150px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.story__box .section__text .story-text-nav-btn img {
  width: 10px;
  height: 100px;
  display: block;
  object-fit: contain;
}

.story__box .section__text .story-text-nav-btn.is-prev {
  left: 0;
}

.story__box .section__text .story-text-nav-btn.is-prev img {
  transform: rotate(180deg);
}

.story__box .section__text .story-text-nav-btn.is-next {
  right: 0;
}

@media (max-width: 995px) {

  .story__box {
    width: 95%;
    margin: 100px auto 0;
  }

  .story__box__inner {
    padding: 40px 24px 0;
  }
}

@media (max-width: 968px) {

  .story__box {
    margin: 60px auto 0;
  }

  .section__text {
    font-size: 16px;
    letter-spacing: 0.02em;
  }

  .story-slider__nav {
    width: 40px;
    height: 40px;
  }

}

@media (min-width: 769px) {
  .story-slider__nav--prev {
    left: max(0px, calc((100% - var(--story-content-max-width)) / 2));
  }

  .story-slider__nav--next {
    right: max(0px, calc((100% - var(--story-content-max-width)) / 2));
  }

  .story-slider::after {
    width: 144px;
  }

  .story__box .section__text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .story-slider::after {
    width: 48px;
  }

  .story-slide {
    position: relative;
    padding-left: 34px;
    padding-right: 34px;
  }

  .story__box .section__text {
    position: static;
  }

  .story__box .section__text .story-text-nav-btn.is-prev {
    left: 0;
  }

  .story__box .section__text .story-text-nav-btn.is-next {
    right: 0;
  }
}

@media (max-width: 480px) {
  .story-slider::after {
    width: 28px;
  }
}

@media (max-width: 600px) {
  .story__box__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section__text {
    padding: 0 8px;
  }

  .section__heading {
    padding-left: 5px;
  }

}

/* =========================================
   CAST セクション
========================================= */

.section--cast {
  margin-top: 0;
}

.cast {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 0.95);
  font-family: "Noto Sans JP", sans-serif;
}

.cast__inner {
  width: 100%;
}

/* タブ（上部・下部共通） */
.cast__tabs {
  max-width: none;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 16px;
  row-gap: 14px;
}

.cast__tabs--top {
  margin-bottom: 40px;
}

.cast__tabs--bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

/* タブボタン（4つ並びベース：幅は伸縮） */
.cast__tab {
  flex: 0 1 calc((100% - 48px) / 4);
  max-width: none;
  min-width: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #040000;
  color: #040000;
  cursor: pointer;
  border-radius: 0;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}

.cast__tab.is-active,
.cast__tab:hover {
  background-color: #040000;
  border-color: #040000;
  color: #ffffff;
}

/* 968px以下：タブを2×2グリッドに */
@media (max-width: 968px) {

  .section--cast {
    margin-top: 0;
  }

  .cast {
    margin: 60px auto 0;
    padding: 0 0 40px;
  }

  .cast__tabs {
    max-width: 480px;
    padding-inline: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    column-gap: 16px;
    row-gap: 16px;
    margin-bottom: 32px;
  }

  .cast__tab {
    width: 100%;
    max-width: 220px;
    min-width: 140px;
    height: 72px;
    font-size: 16px;
    justify-self: center;
  }

  .cast__tabs--bottom {
    margin-top: 32px;
  }
}

/* パネル群（各公演ごとに切り替え） */
.cast__panels {
  width: 100%;
}

.cast__panel {
  display: none;
}

.cast__panel.is-active {
  display: block;
}

/* メタ情報 */
.cast__meta {
  text-align: center;
  margin-bottom: 24px;
}

.cast__meta-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 400;
  color: #040000;
}

.cast__meta-text {
  margin: 0 0 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #040000;
}

/* メイン画像枠 */
.cast__main {
  margin-bottom: 32px;
}

.cast__main-frame {
  width: 100%;
  background-color: #e5e5e5;
  position: relative;
  overflow: hidden;
}

.cast__main-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 16px;
}

/* サムネイル：ベースは4カラム */
.cast__cards {
  max-width: 1200px;
  margin: 40px auto 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 4スロットを用意 */
  gap: 24px;
}

/* 769〜968px：3カラムにする */
@media (min-width: 769px) and (max-width: 968px) {

  .cast__inner {
    margin: 0 auto;
    width: 90%;
    padding-top: 10%;
  }
  .cast-program {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cast__cards {
    max-width: 768px; /* お好みで調整可 */
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cast-card__thumb {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.cast-card__thumb img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cast-card:nth-child(1) { grid-column: 1 / 2; }
.cast-card:nth-child(2) { grid-column: 2 / 3; }
.cast-card:nth-child(3) { grid-column: 3 / 4; }

.cast-card:nth-child(4) { grid-column: 1 / 2; }
.cast-card:nth-child(5) { grid-column: 2 / 3; }
.cast-card:nth-child(6) { grid-column: 3 / 4; }

.cast-card {
  background-color: transparent;
  box-shadow: none;
}

.cast-card__thumb-placeholder {
  width: 100%;
  background-color: #e5e5e5;
  position: relative;
}

.cast-card__thumb-placeholder::before {
  content: "";
  display: block;
  padding-top: 125%;
}

.cast-card__role-overlay {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.cast-card:not(.cast-card--label-on-thumb) .cast-card__role-overlay {
  margin-top: 6px;
  color: #040000;
}

.cast-card__role-en {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.cast-card__role-ja {
  font-size: 12px;
  margin: 0;
}

.cast-card__body {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 2px;
}

.cast-card__name-en {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.cast-card__name-ja {
  font-size: 16px;
  margin: 0;
}

.cast-card__body > p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 600;
}

.cast-card__body > p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 600;
}

.cast-card__body > p:nth-of-type(3) {
  font-size: 16px;
  font-weight: 300;
}

/* 透過画像などで「画像の上に」役名帯を載せたいカード用 */
.cast-card--label-on-thumb .cast-card__thumb {
  position: relative;
  z-index: 1;
}

.cast-card--label-on-thumb .cast-card__role-overlay {
  position: absolute;
  left: -2px;
  top: 0;
  margin-top: 0;
  padding: 4px 8px;
  color: #ffffff;
  z-index: 2;
}

/* 裏側に回すパターン（cut-out 画像用） */
.cast-card--label-on-thumb.cast-card--label-back .cast-card__thumb img {
  z-index: 2;   /* 画像を一番手前に */
}

.cast-card--label-on-thumb.cast-card--label-back .cast-card__role-overlay {
  z-index: -1;   /* テキストをその奥（＝画像の裏側）に */
  color: #040000; /* on the back of the image 用の文字色（お好みで） */
}

/* PC帯向けの細かい調整（769px以上） */
@media (min-width: 769px) {
  .cast-card:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1;
  }
  .cast-card:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1;
  }
  .cast-card:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1;
  }
  .cast-card:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 2;
  }
  .cast-card:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 2;
  }
  .cast-card:nth-child(6) {
    grid-column: 3 / 4;
    grid-row: 2;
  }
  .cast-card__name-en {
    font-size: 16px;
    margin: 4px 0 0 2px;
  }
  .cast-card__name-ja {
    font-size: 16px;
    margin: 0;
  }
}

/* SP：サムネは2列グリッド（〜768px） */
@media (max-width: 768px) {
  .cast__cards {
    margin: 32px 5% 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .cast-card:nth-child(n) {
    grid-column: auto;
  }

  /* ★SP時はサムネをカード幅いっぱいにして、下のテキストと揃える */
  .cast-card__thumb {
    max-width: none;   /* 220pxの制限を解除 */
    margin: 0 auto 10px;
  }
}

/* プログラム（プロローグ・第1幕・第2幕・第三幕 共通） */
.cast-program {
  margin-top: 24px;
  margin-bottom: 60px;
}

.cast-program-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 auto 24px;
}

.cast-program-toggle__btn {
  margin: 0;
}

.cast-program--collapsible {
  display: none;
}

.cast-program--collapsible.is-open {
  display: block;
  animation: cast-program-fade-in 0.6s ease both;
}

@keyframes cast-program-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cast-program__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px;
}

/* cols：基本は1列（PCもSPも） */
.cast-program__cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 16px;
  column-gap: 24px;
  margin-top: 6px;
  font-size: 16px;
}

.cast-program__list--major {
  display: grid;
  /* 左: 役名/名前, 右: 役名/名前 の2組 */
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  column-gap: 40px;   /* 2役1列の間隔 */
  row-gap: 4px;
}

/* プログラムのPC向け調整（769px以上） */
@media (min-width: 769px) {
  .cast-program__col {
    font-size: 16px;
    line-height: 1.9;
  }
}

/* dt+dd = 1ペア1行（ベース） */
.cast-program__list {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr; /* 役名 / 名前 */
  column-gap: 10px;
  row-gap: 8px;
}

.cast-program__list dt {
  font-weight: 600;
  margin: 0;
}

.cast-program__list dd {
  margin: 0 0 4px;
}

/* ---------- 第1部：主要キャスト（ジゼル〜ウィルフリード） ---------- */
@media (min-width: 1050px) {
  .cast-program__list--major {
    display: grid;
    /* 左: 役名/名前, 右: 役名/名前 の2組 */
    grid-template-columns: var(--cast-role-col-width) minmax(0, 1fr) var(--cast-role-col-width) minmax(0, 1fr);
    column-gap: 57px;   /* 2役1列の間隔 */
    row-gap: 4px;
  }

  .cast-program__list--major dt {
    white-space: nowrap;
  }

  /* 1役だけの行（ペザントPDD・ウィルフリード）はフル幅 */
  .cast-program__list--major .cast-program__role--full {
    grid-column: 1 / 2;
  }
  .cast-program__list--major .cast-program__name--full {
    grid-column: 2 / 5;
  }
}

/* ぶどう収穫祭〜従者：1役フル幅
   → 横の間隔を「ジゼル 大塚アリス」と同じにする */
.cast-program__list--group {
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 57px;
}

@media (min-width: 1050px) {
  .cast-program {
    --cast-role-col-width: 260px;
  }

  .cast-program__list--group {
    grid-template-columns: var(--cast-role-col-width) minmax(0, 1fr);
    column-gap: 57px;
  }
}

/* 1049px以下：major/group を同じ役名幅・同じ開始位置で揃える */
@media (max-width: 1049px) {
  .cast-program {
    --cast-role-col-width: min(260px, 42vw);
  }

  .cast-program__list--major {
    grid-template-columns: var(--cast-role-col-width) minmax(0, 1fr);
    column-gap: 57px;
  }

  .cast-program__list--major .cast-program__role--full,
  .cast-program__list--major .cast-program__name--full {
    grid-column: auto;
  }

  .cast-program__list--group {
    grid-template-columns: var(--cast-role-col-width) minmax(0, 1fr);
    column-gap: 57px;
  }
}

/* ---------- 第2部 ---------- */

.cast-program.cast-program--second .cast-program__grid {
  /* SP では普通の縦並び */
}

/* 第2部も第1部の major と同じ 2役1行レイアウト */
.cast-program.cast-program--second .cast-list--second {
  margin: 0;
  display: grid;
  grid-template-columns: var(--cast-role-col-width) minmax(0, 1fr);
  column-gap: 57px;
  row-gap: 14px;
  font-size: 16px;
  line-height: 1.9;
}

.cast-program.cast-program--second .cast-list--second dt {
  white-space: nowrap;
  font-weight: 600;
}

.cast-program.cast-program--second .cast-list--second dd {
  margin: 0 0 4px;
}

/* 第2部：2役1行（1050px以上） */
@media (min-width: 1050px) {
  .cast-program.cast-program--second .cast-program__grid {
    display: block;
  }

  .cast-program.cast-program--second .cast-list--second {
    grid-template-columns:
      var(--cast-role-col-width) minmax(0, 1fr)
      var(--cast-role-col-width) minmax(0, 1fr);
    column-gap: 57px;
  }

  /* 1役フル幅の行（ウィルフリード〜ウィリたち） */
  .cast-program.cast-program--second
    .cast-list--second
    .cast-list__role--full {
    grid-column: 1 / 2;
  }

  .cast-program.cast-program--second
    .cast-list--second
    .cast-list__name--full {
    grid-column: 2 / 5;
  }
}

@media (max-width: 1049px) {
  .cast-program.cast-program--second .cast-list--second {
    grid-template-columns: var(--cast-role-col-width) minmax(0, 1fr);
    column-gap: 57px;
  }

  .cast-program.cast-program--second
    .cast-list--second
    .cast-list__role--full,
  .cast-program.cast-program--second
    .cast-list--second
    .cast-list__name--full {
    grid-column: auto;
  }
}

/* cast-list（旧仕様の名残。別箇所で使っている可能性があるので残す） */
.cast-list {
  margin: 0;
  padding: 0;
}

.cast-list__row {
  display: flex;
  column-gap: 8px;
  margin-bottom: 4px;
}

.cast-list__role {
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}

.cast-list__name {
  margin: 0;
  flex: 1;
}

@media (min-width: 1050px) {
  .cast-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 4px;
  }

  .cast-list__row {
    margin-bottom: 4px;
  }
}

@media (max-width: 768px) {
  .cast-program__title {
    margin-left: 5%;
    margin-right: 5%;
  }

  .cast-program__list--major,
  .cast-program__list--group {
    margin-left: 5%;
    margin-right: 5%;
  }

  .cast-program.cast-program--second .cast-list--second {
    margin-left: 5%;
    margin-right: 5%;
  }

  .cast-list {
    display: block;
  }
}

/* ========================================================
   About（芸術監督：コンテンツ用 / MESSAGE セクション）
   ・PC：左 画像 / 右 テキスト（50% / 50%）
   ・高さはテキスト量に合わせて自動伸長
   ・左画像の縦横比は保ちつつ、コンテナにフィット
======================================================== */

.about {
  /* テキストの位置（画像上の about-txt） */
  --txt-left: 65%;   /* 左右位置（%） */
  --txt-bottom: 14%; /* 下からの距離（%） */

  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* 右テキストの高さに左画像を合わせる */
  max-width: 1240px;
  width: 100%;
  margin: 100px auto 0;
  padding: 60px 0 0;
  z-index: 1;
}

/* 右側：テキストブロック（青背景） */
.about .scroll-cont {
  width: 50%;
  padding: clamp(15px, 1.25vw, 30px);
  background: rgba(4, 0, 0, 0.9);
  box-sizing: border-box;
}

/* 左側：画像ブロック */
.about .sticked-cont {
  width: 50%;
  position: relative;
  overflow: hidden;
  background: #d5d5d5; /* 読み込み前のバックアップ色（お好みで） */
  box-sizing: border-box;
}

/* 画像をコンテナいっぱいにフィットさせる */
.about .sticked-cont picture {
  position: absolute;
  inset: 0;
  display: block;
}

.about .sticked-cont img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* 横位置は中央寄せ（縦も中央） */
}

/* テキスト（MESSAGE本文） */
.scroll-cont-about-txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
  color: #ffffff;
  padding-bottom: clamp(12px, 2.1vw, 30px);
}

/* 画像上の肩書き・名前（オーバーレイ） */
.about-txt {
  position: absolute;
  left: var(--txt-left);
  bottom: var(--txt-bottom);
  transform: translate(-50%, 0);
  text-align: center;
  white-space: nowrap;
}

.about-txt h3 {
  font-weight: 600;
  font-size: clamp(22px, 2.78vw, 40px);
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  margin: 0;
  margin-bottom: 4px;
}

.about-txt h3 span {
  font-size: clamp(18px, 2.36vw, 34px);
  padding-right: clamp(8px, 1.39vw, 20px);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.about-txt p {
  font-weight: 600;
  font-size: clamp(20px, 2.78vw, 40px);
  color: #fff;
  line-height: 1.25;
  text-align: right;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  margin: 0 6px 0 0;
}

/* =========================================
   SPレイアウト（画像 → テキストの縦並び）
   画像は横幅に合わせて縦長で表示
========================================= */
@media (max-width: 968px) {
  .about {
    flex-direction: column;
    max-width: 100%;
    margin: 80px auto 0;
  }

  .about .sticked-cont,
  .about .scroll-cont {
    width: 100%;
  }

  /* 画像ブロック：縦長画像を想定（2000 x 2800） */
  .about .sticked-cont {
    aspect-ratio: 2000 / 2800; /* 目安の縦横比。変えたければここを調整 */
  }

  .about .scroll-cont {
    margin-top: 0;
    padding: 40px 20px 40px;
  }
}

@media (max-width: 768px) {
  .scroll-cont-about {
    padding-left: 0;
    padding-right: 0;
  }
}

/* さらに狭いSPでの微調整用（必要なら） */
@media (max-width: 480px) {
  .about .scroll-cont {
    padding: 32px 16px 32px;
  }
}

/* ------------------------------------------------
   PERFORMANCE SCHEDULE
   ------------------------------------------------ */

.performance__Contents {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 0.90);
  font-family: "Noto Sans JP", sans-serif;
  color: #040000;
}

.performance-schedule {
  text-align: center;
}

.performance-schedule__list {
  max-width: 640px;
  margin: 0 auto 64px;
}

.performance-schedule__item {
  margin: 0;
}

.performance-schedule__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.performance-schedule__time {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.performance-schedule__divider {
  width: 100px;
  height: 1px;
  margin: 32px auto;
  background-color: #d9d9d9;
}

/* ボタンまわり */

.performance-schedule__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.performance-schedule__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 480px;
  max-width: 100%;
  height: 80px;
  padding: 0 16px;       /* 上下paddingは0にして高さで管理 */
  background-color: #040000;
  color: #ffffff;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;      /* 複数行になったときの行間用 */
}


.performance-schedule__btn--cast {
  line-height: 1.4;
}

.performance-schedule__btn-main {
  display: block;
}

.performance-schedule__btn-note {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}

/* SP専用 */

@media (max-width: 968px) {

  .performance__Contents {
    width: 100%;
    margin: 60px auto 0;
    padding: 10% 5% 0;
    box-sizing: border-box;
  }

  .performance-schedule__title {
    font-size: 20px;
  }

  .performance-schedule__time {
    font-size: 16px;
  }

  .performance-schedule__buttons {
    gap: 50px;
  }

  .performance-schedule__btn {
    width: 480px;
    max-width: 90%;
  }

  .performance-schedule__btn-note {
    font-size: 16px;
  }

  /* ボタン内の PC改行だけ消したいとき用 */
  .sp-only {
    display: inline;
  }
}

/* PCでの sp-only 改行はそのまま <br> として効いてOKならこの指定は不要 */

/* ------------------------------------------------
   TICKET セクション
--------------------------------------------------- */

/* ベースフォント */
#section-ticket {
  font-size: 16px;
  line-height: 1.8;
}

@media (min-width: 769px) {
  #section-ticket {
    font-size: 16px;
  }
}

#section-ticket .section__inner {
  margin-bottom: 0;
}

/* 全体ボックス */
#section-ticket .ticket__Contents {
  max-width: 100vw;
  margin: 100px auto 120px;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.95);
  font-family: "Noto Sans JP", sans-serif;
  /* ★flexはやめる：ここがScrollHint的な落とし穴だった */
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

/* 料金表ラッパー（ScrollHint 対象） */
#section-ticket .ticket__table-wrap {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  position: relative;
}

/* table 基本：横幅768px固定（セル幅を伸縮させない） */
#section-ticket .ticket-table {
  width: 768px;               /* 常に768px */
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background: #ffffff;
}

.ticket-table th,
.ticket-table td {
  border: 1px solid #d9d9d9;
  padding: 10px 16px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* ヘッダー行 */
.ticket-table thead th {
  background: #040000;
  color: #ffffff;
  font-weight: 400;
}

.ticket-table__seat-header {
  width: 140px;
}

/* 席種列 */
.ticket-seat {
  text-align: left;
  font-weight: 600;
  padding-left: 16px;
}

/* 席種ごとの色（左列のみ） */
.ticket-seat--vip {
  background: #b08829;
  color: #ffffff;
}
.ticket-seat--premier {
  background: #a597c5;
  color: #ffffff;
}
.ticket-seat--ss {
  background: #e3b3ce;
  color: #ffffff;
}
.ticket-seat--s {
  background: #a5d2f4;
  color: #ffffff;
}
.ticket-seat--aa {
  background: #b9b0a9;
  color: #ffffff;
}
.ticket-seat--a {
  background: #f1d7ac;
  color: #ffffff;
}
.ticket-seat--b {
  background: #b3d3ad;
  color: #ffffff;
}
.ticket-seat--c {
  background: #a9badf;
  color: #ffffff;
}
.ticket-seat--d {
  background: #e3b0a9;
  color: #ffffff;
}
.ticket-seat--e {
  background: #a894a0;
  color: #ffffff;
}

/* 金額・ステータス表示 */
#section-ticket .ticket-price {
  display: block;
  color: #040000;
}

#section-ticket .ticket-status {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
}

.ticket-status--soldout,
.ticket-status--few {
  color: #e60012;
}

/* ------------------------------------------------
   VIP特典ボックス（768pxに収める＆見出しはみ出し防止）
--------------------------------------------------- */
#section-ticket .ticket-vip {
  width: 768px;
  max-width: 100%;            /* 画面が狭いときは縮む */
  margin: 100px auto 0;
  padding: 50px;
  background: #040000;
  color: #ffffff;
  box-sizing: border-box;
}

/* 白いピル型の見出し部分：こーさん版を採用 */
#section-ticket .ticket-vip__head-wrap {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 50px;
  padding: 8px 40px;
  background: #ffffff;
  border-radius: 999px;
  box-sizing: border-box;
  text-align: center;
}

#section-ticket .ticket-vip__head {
  display: inline-block;
  color: #040000;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;        /* テキストを1行にキープ */
}

#section-ticket .ticket-vip__list {
  margin: 0;
  padding-left: 2.5em;
  width: 95%;
}

#section-ticket .ticket-vip__list li {
  margin-bottom: 4px;
}

/* 注意書き */
#section-ticket .ticket-notes {
  width: 768px;
  max-width: 100%;
  margin: 24px auto 0;
}

#section-ticket .ticket-notes__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#section-ticket .ticket-notes__list li {
  font-size: 16px;
  margin-bottom: 4px;
  padding-left: 1em;
}

/* 割引帯 */
#section-ticket .ticket-discount {
  width: 768px;
  max-width: 100%;
  margin: 50px auto 0;
  text-align: center;
  background: #040000;
  box-sizing: border-box;
}

#section-ticket .ticket-discount p {
  display: inline-block;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* ------------------------------------------------
   SP相当レイアウト（メインは 968px 以下をSP扱い）
--------------------------------------------------- */
@media (max-width: 968px) {

  #section-ticket .ticket__Contents {
    margin: 0;
    padding: 0 0;
    padding-bottom: 0;
    /* align-items: flex-start;  flex消したので不要だが残ってても実害なし */
  }

  #section-ticket .ticket__table-wrap {
    width: 90%;                   /* 画面の90%にして左右に余白 */
    margin: 0 auto;
    overflow-x: auto;             /* この幅帯でもスクロール＋ヒント */
    -webkit-overflow-scrolling: touch;
  }

  #section-ticket .ticket-vip {
    width: 90%;
    max-width: 768px;
    margin: 24px auto 0;
    padding: 40px 5%;
  }

  #section-ticket .ticket-vip__head-wrap {
    margin-bottom: 40px;
    padding-inline: 24px;
    padding: 0 40px;
  }

  #section-ticket .ticket-notes {
    width: 90%;
    max-width: 768px;
    margin: 24px auto 0;
    color: #040000;
  }

  #section-ticket .ticket-notes__list li {
    font-size: 16px;
    margin-bottom: 4px;
    padding-left: 0;
    max-width: 89vw;
  }

  #section-ticket .ticket-discount {
    width: 100%;
    max-width: none;
    margin: 50px 0;
  }
}

/* ========================================================
  SALES SCHEDULE
======================================================== */

.sales-schedule {
  color: #040000; /* いつもの青紫 */
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  max-width: 768px;
  margin: 0 auto;
}

.sales__Contents {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  margin: 100px auto 0;
  padding: 50px 0;
}

.sales-schedule__lead {
  margin: 0 0 24px;
  padding: 0;
}

/* 日付テーブル風レイアウト */
.sales-schedule__table {
  margin: 0 0 24px;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 768px;
}

.sales-schedule__row {
  display: flex;
  gap: 40px;
  margin-bottom: 4px;
}

.sales-schedule__row dt {
  width: 180px;
  white-space: nowrap;
}

.sales-schedule__row dd {
  flex: 1;
}

.sales-schedule__row .sales-schedule__date {
  width: 180px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.sales-schedule__row .sales-schedule__desc {
  flex: 1;
  margin: 0 0 0 40px;
  padding: 0;
}

/* ※ 注意書き */
.sales-schedule__notes {
  margin: 8px 0 40px;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
  max-width: 1200px;
}

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

.sales-schedule__link {
  color: #040000;
  text-decoration: underline;
}

/* 青いチケットボタン */
.sales-ticket-btns {
  margin: 80px auto 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  font-family: "Noto Sans JP", sans-serif;
}

.sales-ticket-btn {
  display: block;
  width: 480px;
  max-width: 90%;
  padding: 18px 16px;
  background: #040000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.sales-ticket-btn__title {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}

.sales-ticket-btn__cta {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.6;
}

/* 注意事項ボックス */
.sales-attention {
  max-width: 768px;
  margin: 0 auto;
  padding: 32px 5% 28px;
  background: #040000;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

/* SP 調整（SALES SCHEDULE） */
@media (max-width: 968px) {

  .sales__Contents {
    margin: 60px auto 0;
    padding: 0 0;
  }

  .sales-schedule__row {
    flex-direction: column;
    gap: 0;
    margin-top: 24px;   /* ★各行の上マージンを24px */
    margin-bottom: 8px;
  }

  .sales-schedule__row:first-child {
    margin-top: 0;      /* 先頭だけはリード文との間を現状維持したい場合 */
  }

  .sales-schedule__row dt {
    width: auto;
    font-size: 16px;    /* ★SPでも明示的に16px指定 */
    font-weight: 600;   /* ★少し太く */
  }

  .sales-schedule__row dd {
    margin: 0;          /* ★デフォルトのインデントを消してdtと縦位置を揃える */
    font-size: 16px;
  }

  .sales-schedule__row .sales-schedule__date {
    width: auto;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .sales-schedule__row .sales-schedule__desc {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .sales-ticket-btns {
    margin: 32px auto 60px;
    gap: 50px;
  }

  .sales-attention {
    padding: 24px 5% 20px;
  }

  .sales-attention h4 {
    font-size: 20px; /* SPで少し抑えめにする場合はここ調整してOK */
  }
}

/* ========================================================
  Youtube（ユーチューブコンテンツ用）
======================================================== */

/* MOVIE セクション全体を青い帯に */
#section-movie {
  background: rgba(4, 0, 0, 0.9);
}

/* MOVIE 見出し専用調整 */
#section-movie .section__inner {
  padding-top: 0;
}

#section-movie h2 {
  margin: 120px auto 40px;
  padding: 0 4%;
  width: 92%;
  justify-content: center;
  text-align: center;
  background: none;        /* 他セクションの白帯を打ち消し */
  color: #ffffff;
}

/* 動画リスト本体 */
.youtube-list {
  display: block;
  width: 100%;
  padding: 0 0 100px;      /* 下だけ 100px、上側は h2 側で確保 */
  background: transparent; /* 背景は #section-movie に移動 */
}

.youtube-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;              /* PC時 80% */
  margin: 0 auto;          /* 中央寄せ */
  padding: 0;
  list-style: none;
  gap: clamp(16px, 2vw, 30px);
}

.youtube-list ul li {
  position: relative;
  flex: 0 1 calc(50% - (clamp(16px, 2vw, 30px) / 2)); /* PCで2列 */
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

/* 各サムネ間の縦スペース（PC） */
#section-movie .youtube-list li {
  margin-bottom: 50px;
}

.youtube-list ul li iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.youtube-list ul li .youtube-lite {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: #000000;
  cursor: pointer;
  overflow: hidden;
}

.youtube-list ul li .youtube-lite__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.youtube-list ul li .youtube-lite__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.78);
}

.youtube-list ul li .youtube-lite__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
}

/* SPは1列表示 */
@media (max-width: 968px) {

  /* 見出しまわり SP用 */
  #section-movie .section__inner {
    padding-top: 0;
    padding-right: 5%;
    padding-left: 5%;    
  }

  #section-movie h2 {
    width: 95%;
    margin: 120px auto 40px;
    padding: 0 5%;
  }

  .youtube-list {
    padding-bottom: 40px;
  }

  .youtube-list ul {
    width: 90%;
    gap: 0;
  }

  .youtube-list ul li {
    flex-basis: 100%;
  }

  #section-movie .youtube-list li {
    margin-bottom: 16px;
  }
}


/* =========================================
   faq
========================================= */

.faq-list {
  color: #040000;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

.faq__Contents {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  margin: 0 auto 0;
  padding: 50px 0;
}

.faq-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-list ul li {
  margin-bottom: 30px;
  padding: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.faq-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Q./A. ＋ テキストを横並びにする行 */
.faq-list-flex {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;  /* ★ここがポイント：ベースライン揃え */
}

/* 左側 Q./A. */
.faq-list-flex-title {
  width: 60px;
}

.faq-list-flex-title p {
  margin: 0;                          /* 余計なmarginを消す */
  font-family: var(--GFS);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #040000;
}

/* 右側 テキスト */
.faq-list-flex-txt {
  width: calc(100% - 60px);
}

.faq-list-flex-txt p {
  margin: 0;                          /* 余計なmarginを消す */
  font-size: 16px;
  line-height: 1.9;
  color: #040000;
}

/* 1行目（質問文）だけ太字＆16px */
.faq-list ul li .faq-list-flex:nth-child(1) .faq-list-flex-txt p {
  font-weight: 600;
  font-size: 16px;
}

/* Q行とA行の間にちょっとだけ余白 */
.faq-list ul li .faq-list-flex:nth-child(1) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

  .faq-list ul li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px 40px;
  }

  .faq-list ul li .faq-list-flex:nth-child(1) {
    margin-bottom: 10px;
  }

  .faq-list-flex-title {
    width: 40px;
  }

  .faq-list-flex-title p {
    font-size: 24px;
  }

  .faq-list-flex-txt {
    width: calc(100% - 40px);
  }

  .faq-list ul li .faq-list-flex:nth-child(1) .faq-list-flex-txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 435px) {

  .faq-list ul li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px 15px;
  }
}
/* =========================================
   access-map Googleマップ用
   ========================================= */

#section-access {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

#section-access .section__inner {
  width: 100%;
  max-width: none;
}

#section-access .section__inner > h2 {
  width: 92%;
  max-width: 1200px;
  margin: 120px auto 40px;
}

.access__Contents {
  width: 768px;
  margin: 100px auto 0;
  padding: 50px 0;
  font-family: "Noto Sans JP", sans-serif;
}

.access__Contents ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.access__Contents li {
  list-style: none;  /* ドット非表示 */
  font-size: 16px;
  font-weight: 600;
}

.access-txt {
  max-width: 1200px;
  margin: 0 auto;
}
.access-list {
  max-width: 1200px;
  margin: 0;
}
/* ACCESS 内の h4 共通スタイル */
#section-access .access-txt h4,
#section-access .access-list h4 {
  font-size: 16px;      /* お好みのサイズに */
  font-weight: 400;     /* 太さもここで指定 */
  line-height: 1.2;
  margin: 50px 0 8px;      /* 下だけ少し余白（お好みで） */
  font-family: "Noto Sans JP", sans-serif;
}

#section-access .access-txt h4.access-txt__title {
  margin: 0 0 8px;
}

#section-access .access-list h4 {
  margin-bottom: 6px;
}
#section-access .access-list-img {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#section-access .access-list-img img {
  display: block;
  max-width: none;      /* グローバルの max-width:100% を打ち消す */
  width: auto;          /* 高さ基準で横幅が決まるようにする */
  height: 160px;        /* ★元よりだいたい2倍くらいの高さに */
}

@media (min-width: 769px) {

  #section-access .access-list {
    max-width: 1200px;
    margin: 0 auto;
  }

  #section-access .access-list-img {
    overflow-x: visible;
  }

  #section-access .access-list-img img {
    height: 160px;
    width: auto;
    margin-left: 0;
  }

}

.access-list-img {
  position: relative;
  overflow-x: auto;              /* 横方向だけスクロール */
  overflow-y: hidden;            /* 縦ははみ出さない */
  -webkit-overflow-scrolling: touch; /* SPでスワイプを滑らかに */
  font-family: "Noto Sans JP", sans-serif;
}
.access-map {
  width: 100%;
  margin: 0 auto;
}
.access-map__frame {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-top: 56.25%;     /* 16:9比率（= 9 / 16 * 100） */
}
.access-map__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
  background-color: #f2f2f2;
}

.access-map__placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 242, 242, 0.92);
}

.access-map__placeholder.is-hidden {
  display: none;
}

.access-map__load-btn {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #040000;
  background-color: #ffffff;
  color: #040000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 22px;
  cursor: pointer;
}

.access-map__load-btn:hover {
  background-color: #040000;
  color: #ffffff;
}

@media (max-width: 768px) {
  .access__Contents {
    width: 100vw;
    margin: 0;
    padding: 10px 16px 80px;
    box-sizing: border-box;
  }

  .access__Contents ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }

  .access__Contents li {
    list-style: none;  /* ドット非表示 */
    font-size: 16px;
    font-weight: 600;
  }

  .access__Contents p {
    font-size: 16px;
    margin-top: 6px;
  }

  #section-access .access-map {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 1360px) {

  /* 上の白板（所在地＋ルート図） */
  #section-access .access__Contents {
    /* 左は今までの感覚をキープ（例として 5%）
       右は「左と同じ感覚 + 41px」でよける */
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }

  /* 下の地図も同じように右をよける */
  #section-access .access-map {
    box-sizing: border-box;
  }
}
@media (min-width: 1601px) {
  .access-map__frame {
    padding-top: 50.25%;     /* 16:9比率（= 9 / 16 * 100） */
  }
}

/* =======================================================
   MORE ボタン共通スタイル（PICK UP）
   ======================================================= */

/* ボタン本体：白塗り＋ネイビーボーダー（220×50固定） */
.pickup-btn {
  margin-top: auto;               /* 下に押し付ける（グリッド内で） */
  margin-left: auto;              /* 左右センター */
  margin-right: auto;
  width: 220px;                   /* 幅固定 */
  height: 50px;                   /* 高さ固定 */
  border: 1px solid #040000;      /* ネイビーの枠 */
  background-color: #ffffff;      /* 白塗り */
  text-align: center;

  display: flex;                  /* 中のテキストを縦横中央寄せ */
  align-items: center;
  justify-content: center;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    opacity 0.25s ease;
}

/* ボタン内テキスト：18px Bold / Noto Sans JP / 通常時ネイビー */
.pickup-btn a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;               /* Bold */
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #040000;                 /* 文字色：ネイビー */
  font-family: "Noto Sans JP", sans-serif;
}

/* ホバー時：ネイビー塗り＋白文字（ボーダーはそのまま） */
.pickup-btn:hover {
  background-color: #040000;      /* 塗り：ネイビー */
}

.pickup-btn:hover a {
  color: #ffffff;                 /* 文字：白 */
}

  /* =========================================
     SP ナビ：ポップアップ＋吹き出しデザイン
     ========================================= */

  /* ルート：常に存在させておき、pointer-events でON/OFF */
  .sp-nav {
    position: fixed;
    inset: 0;
    z-index: 400;
    display: block;          /* 既存の display:none; を上書き */
    pointer-events: none;    /* 閉じているときは触れない */
  }

  /* 背景のうっすら黒板（タップで閉じるところ） */
  .sp-nav__backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  /* 白いメニュー板（吹き出し本体） */
  .sp-nav__panel {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    max-width: none;
    margin: 0;
    padding: calc(80px + 24px) 24px 24px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  /* 吹き出しの三角形（バーガーボタン側に向ける） */
  .sp-nav__panel::before {
    content: none;
  }

  /* 開いているとき */
  .sp-nav.is-open {
    pointer-events: auto;
  }

  .sp-nav.is-open .sp-nav__backdrop {
    opacity: 1;
  }

  .sp-nav.is-open .sp-nav__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* メニューリストやSNSは中身のレイアウトを維持 */
  .sp-nav__list {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 30px;
  }

  .sp-nav__list li + li {
    margin-top: 0;
  }

  .sp-nav__list a {
    display: block;
    font-family: var(--font-nav);
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #040000;
    text-decoration: none;
    text-align: left;
    -webkit-touch-callout: none;
    touch-action: manipulation;
  }

  .sp-nav__list .header-nav__en {
    font-size: 28px;
    line-height: 1;
  }

  .sp-nav__list .sp-nav__ja-inline {
    font-size: 16px;
    color: #666666;
  }

  .sp-nav__list a:hover {
    text-decoration: underline;
  }
  
  .sp-nav__sns {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .sp-nav__buttons {
    margin: 16px 0 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .sp-nav__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 360px;
    height: 80px;
    background-color: #040000;
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    -webkit-touch-callout: none;
    touch-action: manipulation;
  }

  .sp-nav__btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }

  .sp-nav__btn-icon img,
  .sp-nav__btn-icon svg {
    display: block;
    width: 22px;
    height: 22px;
  }

  .sp-nav__btn-label {
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

/* =========================================
   Sleeping Beauty Theme Override
   - 基本文字色
   - ボタン配色（ゆっくり遷移）
========================================= */
.side-nav__item a,
.sp-nav__list a {
  color: var(--color-base-text);
}

.pickup-btn,
.sp-nav__btn,
.fixed-right__link,
.performance-schedule__btn,
.page-top {
  background-color: var(--button-bg);
  color: var(--button-fg);
  /* border: 1px solid var(--button-border); */
  transition: var(--button-transition);
}

.pickup-btn a,
.sp-nav__btn-label,
.fixed-right__label,
.performance-schedule__btn {
  color: var(--button-fg);
  transition: color 0.9s cubic-bezier(.22,.61,.36,1);
}

.fixed-right__icon img,
.fixed-right__icon svg,
.sp-nav__btn-icon img,
.sp-nav__btn-icon svg {
  filter: brightness(0) invert(1);
  transition: filter 0.9s cubic-bezier(.22,.61,.36,1);
}

.page-top::before {
  border-bottom-color: var(--button-fg);
  transition: border-color 0.9s cubic-bezier(.22,.61,.36,1);
}

.pickup-btn:hover,
.sp-nav__btn:hover,
.fixed-right__link:hover,
.performance-schedule__btn:hover,
.page-top:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-fg-hover);
  border-color: #040000;
  opacity: 1;
}

.pickup-btn:hover a {
  color: var(--button-fg-hover);
}

.fixed-right__link:hover .fixed-right__label,
.sp-nav__btn:hover .sp-nav__btn-label,
.performance-schedule__btn:hover .performance-schedule__btn-main,
.performance-schedule__btn:hover .performance-schedule__btn-note {
  color: var(--button-fg-hover);
}

.fixed-right__link:hover .fixed-right__icon img,
.fixed-right__link:hover .fixed-right__icon svg,
.sp-nav__btn:hover .sp-nav__btn-icon img,
.sp-nav__btn:hover .sp-nav__btn-icon svg {
  filter: none;
}

.page-top:hover::before {
  border-bottom-color: var(--button-fg-hover);
}

/* =========================================
   Sleeping Beauty Image Slider（独立運用）
   ========================================= */
.sb-image-slider {
  width: 100%;
  max-width: 1240px;
  margin: 64px auto 96px;
  padding: 0 4%;
  box-sizing: border-box;
  overflow: hidden;
}

.sb-image-slider .swiper-wrapper {
  align-items: stretch;
}

.sb-image-slider .swiper-slide {
  width: min(72vw, 600px);
}

.sb-image-slider .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* =========================================
   768px以下 調整
   ========================================= */
@media (max-width: 768px) {

  .cast-card__thumb {
    margin-bottom: 0;
  }

  .section__heading {
    margin-left: 0;
  }

  /* FAQ本体定義より後に置いて、SP指定を確実に優先 */
  .faq__Contents {
    padding-top: 0;
    padding-bottom: 0;
  }

  .performance__Contents {
    padding-bottom: 0;
  }

  #section-ticket .ticket-discount {
    margin-bottom: 0;
  }

  #section-movie .section__inner {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  #section-movie {
    padding-top: 0;
  }

  #section-movie h2 {
    width: 95%;
    margin: 120px auto 40px;
    padding: 0 5%;
  }

  #section-movie .youtube-list {
    margin-top: 0;
    padding-top: 0;
  }

  .story__box__inner {
    padding-top: 0;
  }

  .about {
    padding-top: 0;
  }

  #section-access {
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .access__Contents {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .sb-image-slider {
    margin: 40px auto 56px;
    padding: 0 16px;
  }

  .sb-image-slider .swiper-slide {
    width: min(84vw, 600px);
  }
}

/* Pickup見出しは見本どおり Italianno Regular を明示 */
#section-pickup h2 {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.performance__Contents,
#section-ticket .ticket__Contents,
.sales__Contents,
.faq__Contents,
.cast {
  background: transparent !important;
  background-color: transparent !important;
}

@media (max-width: 968px) {
  .sales-schedule,
  .faq__Contents,
  .access__Contents {
    padding-top: 10%;
  }
}

@media (max-width: 475px) {
  .section__heading {
    font-size: 26px;
  }

  .cast-card__body > p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
