/* =========================================
   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: #000010;
  --color-base-text: #0e100c;
  --button-bg: #4d9bd2;
  --button-fg: #ffffff;
  --button-border: #4d9bd2;
  --button-bg-hover: #ffffff;
  --button-fg-hover: #ffffff;
  --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: "Noto Sans JP", serif;
  --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;
  position: relative;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--color-base-text);
  background-color: #ffffff;
  background-image: url("../images/cinderella_background_re.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

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;
}

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

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

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,svg{ max-width:100%; height:auto; display:block; }
a{ text-decoration:none; }
h1,h2,h3,h4,h5,h6{
  margin: 0;
  color: var(--color-base-text);
}
h2 {
  font-weight: bold;
  font-size: 50px;
  color: var(--color-base-text);
  font-family: var(--font-body);
  line-height: 1;
  background-color: transparent;
  padding: 0 4%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
  height: auto;
  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;
}

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

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;
}

@media (max-width: 768px) {
  h2.section-title--wrap-en .section-title__en {
    grid-column: 1 / 3;
    width: 80%;
    max-width: 80%;
    line-height: 0.9;
    overflow-wrap: normal;
  }

  h2.section-title--wrap-en .section-title__ja {
    margin-top: 5px;
  }

  h2.section-title--wrap-en::after {
    grid-column: auto;
    grid-row: auto;
    display: block;
    position: absolute;
    top: var(--section-title-line-top);
    left: var(--section-title-line-start);
    right: 0;
    width: auto;
    min-width: 80px;
    transform: translateY(-50%);
  }

  h2.section-title--line-adjust::after {
    grid-column: auto;
    grid-row: auto;
    display: block;
    position: absolute;
    top: var(--section-title-line-top);
    left: var(--section-title-line-start);
    right: 0;
    width: auto;
    transform: translateY(-50%);
  }
}

h2 .section-title__en::before,
h2 .section-title__en::after {
  content: none;
}

#section-movie h2 .section-title__en::before,
#section-movie h2 .section-title__en::after {
  content: none;
}

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;
}

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

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

.section .section__inner > h2 {
    margin: 120px 0 40px;
    padding: 16px 0 0 2%;
    width: 100%;
}

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

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

  .section .section__inner > h2 {
    font-size: 50px;
    margin: 120px 0 40px;
    padding: 10px 0 0 2%;
    width: 100%;
    min-height: 96px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .section .section__inner > h2 {
    font-size: 50px;
  }
}

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

@media (max-width: 500px) {
  .section .section__inner > h2 {
    font-size: clamp(35px, 8.96vw, 45px);
  }
}

.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;
}

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

.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;
}

.story-slider.js-scrollable {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

#section-ticket .ticket__table-wrap.js-scrollable,
#section-access .access-list-img.js-scrollable {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#section-ticket .ticket__table-wrap.js-scrollable::-webkit-scrollbar,
#section-access .access-list-img.js-scrollable::-webkit-scrollbar {
  display: none;
  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-ticket .ticket__table-wrap.js-scrollable .scroll-hint-icon-wrap,
  #section-access .access-list-img.js-scrollable .scroll-hint-icon-wrap {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  #section-pickup,
  #section-story,
  #section-cast,
  #section-message,
  #section-performance,
  #section-ticket,
  #section-sales,
  #section-movie,
  #section-faq,
  #section-access {
    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 {
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
  }  
}

/* inview , fade関連（整理版） */

.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;
}

.inview.is-show,
.inview_re.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadeIn {
}

.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);
}

.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: transparent;
}

.bg-fixed-right {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-image: url("../images/cinderella_background_re.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
}

.side-nav {
  position: fixed;
  top: 40px;
  left: 3%;
  right: 3%;
  width: auto;
  max-width: 1440px;
  min-height: var(--pc-header-height);
  margin: 0 auto;
  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);
  border-radius: 24px;
  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: 1320px;
  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 {
  width: 160px;
  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: #0e100c;
}

.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;
  font-family: "Noto Serif JP", serif;
  line-height: 1.1;
  color: #0e100c;
}

.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: #0e100c;
}

.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;
  }
}

@media (min-width: 1240px) {
  .side-nav__item {
    font-size: 11px;
  }
}

@media (max-width: 1239px) {
  .side-nav__sns {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1239px) {
  .side-nav {
    top: 50px;
  }
  .side-nav__sns {
    position: absolute;
    top: -36px;
    right: 0;
    display: flex;
    gap: 10px;
    margin-left: 0;
    z-index: 221;
    pointer-events: auto;
  }
}

@media (min-width: 820px) and (max-width: 1023px) {
  .side-nav {
    top: 70px;
  }

  .side-nav__logo {
    position: absolute;
    top: -56px;
    left: 0;
    z-index: 221;
  }

  .side-nav__sns {
    position: absolute;
    top: -44px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 0;
    z-index: 221;
    pointer-events: auto;
  }
}

@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: transparent;
}

.main-content-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flow-root;
  background: #ffffff;
  background-color: #ffffff;
}

.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-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);
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
}

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

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

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

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

@media (max-width: 768px) {
  .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;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fv__slide > img {
    animation: none;
    transform: none;
  }
}

.fv__overlay {
  position: absolute;
  inset: 0;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.2em;
  pointer-events: none;
  z-index: 2;
  color: #0e100c;
  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;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.fv__copy {
  width: var(--hero-block-width);
  color: #ffffff;
  margin-left: 0;
  text-align: center;
  transform: translateX(-20px);
  font-family: "Noto Serif JP", serif;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.fv__copy--main,
.fv__copy--sub {
  display: block;
  margin: 0;
}

.fv__copy--main {
  font-size: clamp(18px, 2.2vw, 30px);
}

.fv__copy--sub {
  margin-top: 18px;
  font-size: clamp(12px, 1.8vw, 20px);
  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 {
  height: auto; 
  width: 160px;
  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: #0e100c;
  -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;
}

.sp-header__burger.is-open {
  background: none;
  border: none;
  color: #0e100c;
}

.sp-header__burger.is-open .sp-header__burger-bar {
  background-color: currentColor;
}

.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);
}

#spBurger span:nth-child(1) {
  top: 2px;
}

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

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

#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: #000010;
  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;
  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;
}

@media (max-width: 768px) {
  .fixed-right {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    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%;
    margin: 0;
  }

  .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;
  }

  .fixed-right__icon {
    margin-bottom: 0;
    margin-right: 8px;
  }

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

  .fixed-right__item + .fixed-right__item .fixed-right__link {
    border-left: 1px solid #ffffff;
  }
}

@media screen and (max-width: 335px) and (min-width: 300px) {
  .fixed-right__link {
    font-size: calc(16px * (100vw / 335));
  }

  .fixed-right__icon {
    margin-right: 4px;
  }
}


@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;
  }

  .fixed-right__item + .fixed-right__item .fixed-right__link {
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .page-top {
    bottom: 96px;
  }
}

.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: #000010;
  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);
}

.page-top[style*="opacity: 1"] {
  visibility: visible;
  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);
  }

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

  .fv__overlay {
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 520px;
    gap: 10px;
  }

  .fv__title-stack {
    width: min(80%, 420px);
    max-width: 420px;
    min-width: 330px;
    margin-inline: auto;
  }

  .fv__copy {
    margin-left: 8px;
    margin-right: 0;
    margin-top: -8px;
    line-height: 1.9;
    text-align: center;
    transform: translateX(0);
  }

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

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

@media (max-width: 819px) {
  .side-nav {
    display: none !important;
  }
}

@media (min-width: 820px) {
  .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;
}

#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;
}

#spBurger span:nth-child(1) {
  top: 2px;
}

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

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

#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 (min-width: 1440px) {
  .section__inner {
    margin-left: 0;
  }
}

@media (min-width: 1441px) {

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

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

/* ===================================================
   PC / SP エリア切り替え基本設定
   =================================================== */

/* 初期状態：SP用を非表示（PC表示） */
.u-sp-only {
  display: none !important;
}

/* スマホサイズ（画面幅767px以下）の時の切り替え設定 */
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }
  
  /* インライン要素（spanタグなど）で改行させずに使いたい場合用 */
  span.u-sp-only {
    display: inline !important;
  }

  /* ===================================================
     SP用のレイアウト微調整（必要に応じて数値を調整してください）
     =================================================== */
  .fv {
    position: relative;
    width: 100%;
    height: auto; /* スマホは画像の高さに合わせる場合（全画面なら 100vh など） */
    overflow: hidden;
  }

  /* 背景スライド画像の調整 */
  .fv__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* 前面テキスト（オーバーレイ）のSP最適化 */
  .fv__overlay {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%); /* 中央配置 */
    width: 90%;                       /* スマホ画面からはみ出さないよう横幅を制限 */
    text-align: center;
    padding: 0 15px;
  }

  /* タイトルロゴのサイズ調整（スマホに合わせて縮小） */
  .fv__title {
    width: 80%;                       /* 画面幅に対するロゴの大きさを調整 */
    max-width: 280px;                 /* 大きくなりすぎない上限 */
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  /* 公演日・会場テキストの調整 */
  .fv__copy--sub {
    display: block;
    font-size: 14px;                  /* スマホで見やすい文字サイズに縮小 */
    line-height: 1.6;
    margin-top: 15px;                 /* ロゴとの間隔 */
    color: #fff;                      /* 背景に対して見やすい色に（必要に応じて） */
    text-shadow: 0 0 5px rgba(0,0,0,0.5); /* 文字の視認性を上げる影 */
  }
}


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

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

.swiper-container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 100%;
}

.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;
}

.pick-up .pickup-container {
  width: 1200px;
  max-width: 100%;
  overflow: hidden;
  padding: 50px 40px 0;
  box-sizing: border-box;
}

.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%;
}

/* ====== 3枚以下（未初期化）：中央寄せ＆300px上限・等間隔 ====== */
.pick-up .pickup-container:not(.swiper-initialized) .swiper-wrapper {
  justify-content: center;
  gap: 30px;
}
.pick-up .pickup-container:not(.swiper-initialized) .swiper-slide {
  width: auto;
  max-width: 300px;
  flex: 0 1 300px;
  margin: 0;
}

.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;
}

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

: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: 20px;
  height: 100%;
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  max-width: 300px;
  width: 300px;
  margin: 0 auto;
}
.swiper-slide > .pickup-cont {
  background: linear-gradient(to bottom right, #ffffff 0%, #ffffff 100%);
}
.pickup-cont-img {
  margin-bottom: 0;
  width: 260px;
  height: 260px;
  background: #d5d5d5;
  border-radius: 10px;
}

.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);
}

.pickup-btn {
  margin-top: auto;
  border: 1px solid #0e100c;
  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: #0e100c;
  font-family: "Noto Sans JP", sans-serif;
}

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

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


#section-pickup .swiper-pagination {
  position: static;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  width: fit-content;
  border-radius: 0;
  background-color: transparent;
}

#section-pickup .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background-color: #000010;
  border: 2px solid #000010;
  border-radius: 50%;
  box-sizing: border-box;
}

#section-pickup .swiper-pagination-bullet-active {
  background-color: #ffffff;
  border-color: #000010;
}

#section-pickup .pickup-container.swiper-initialized .swiper-slide {
  width: 300px;
}

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

  #section-pickup .pickup-container.swiper-initialized .swiper-slide {
    width: 265px;
    max-width: 265px;
  }

  .pickup-cont {
    max-width: 265px;
    width: 265px;
  }

  .pickup-cont-img {
    width: 240px;
    height: 240px;
    margin: 0 auto 0;
    background: #d5d5d5;
  }

}

@media screen and (min-width: 421px) and (max-width: 834px) {

  .pickup-cont-img {
    margin: 4px auto 0;
  }

}

/* --------------------------------------------------------
   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 {
    height: auto;
    transition-property: transform;
  }

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

  .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: 20px;
  }
}

/* --------------------------------------------------------
   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 {
    height: auto;
    transition-property: transform;
  }

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

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

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

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

/* =========================================
   BANNER
   ========================================= */

.banner_area{
margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 40px;
}

.banner_area img{
margin: 0 auto;
width: 700px;
}
@media screen and (max-width:768px) {
.banner_area img {
  max-width: 100%;
}
}

/* =========================================
   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 50px;
  background: linear-gradient(to bottom right, #ffffff 0%, #ffffff 63%, #ffffff 100%);
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

@media screen and (max-width:768px) {
  .story__box__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 32px 56px;
}
}
.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 .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: #0e100c;
}

.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: #0e100c;
}

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

.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;
  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;
}

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

.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-text-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 6vw, 90px);
  margin-top: 30px;
}

.story-text-nav-btn {
  position: relative;
  display: block;
  width: clamp(150px, 26vw, 300px);
  height: 60px;
  padding: 0;
  border: none;
  background: transparent;
  color: #0e100c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.story-slider.is-story-first .story-text-nav-btn.is-prev {
  visibility: hidden;
  pointer-events: none;
}

.story-text-nav-btn::before,
.story-text-nav-btn::after {
  content: "";
  position: absolute;
  display: block;
  background: #000010;
  pointer-events: none;
}

.story-text-nav-btn::before {
  left: 0;
  right: 0;
  bottom: 24px;
  height: 1px;
}

.story-text-nav-btn::after {
  bottom: 24px;
  width: 35px;
  height: 1px;
}

.story-text-nav-btn.is-next::after {
  right: 0;
  transform: rotate(32deg);
  transform-origin: right center;
}

.story-text-nav-btn.is-prev::after {
  left: 0;
  transform: rotate(-32deg);
  transform-origin: left center;
}

.story-text-nav-btn__icon {
  display: none;
}

.story-text-nav-btn__label {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 995px) {

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

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

@media (max-width: 968px) {

  .story__box {
    margin: 60px auto 0;
  }

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

}

@media (min-width: 769px) {
  .story-slider::after {
    content: none;
  }

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

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

  .story-slide {
    position: relative;
    padding-left: 4%;
    padding-right: 4%;
  }

  .story__box .section__text {
    position: static;
  }

  .story-text-nav {
    flex-direction: row;
    justify-content: center;
    gap: clamp(14px, 5vw, 24px);
    margin-top: 40px;
  }

  .story-text-nav-btn {
    width: min(43vw, 190px);
    height: 70px;
    font-size: 16px;
  }

  .story-text-nav-btn::before {
    height: 1px;
    bottom: 18px;
  }

  .story-text-nav-btn::after {
    width: 38px;
    height: 1px;
    bottom: 18px;
  }

  .story-text-nav-btn__label {
    bottom: 26px;
    padding: 0;
  }

  .story-text-nav-btn.is-prev .story-text-nav-btn__label {
    padding-left: 15px;
  }

  .story-text-nav-btn.is-next .story-text-nav-btn__label {
    padding-right: 15px;
  }
}

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

@media (max-width: 600px) {

  .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 auto;
  background-color: rgba(255, 255, 255, 0.95);
  font-family: "Noto Sans JP", sans-serif;
}

.cast__inner {
  width: 100%;
  padding: 0 3%;
}

.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,
.cast__tabs--bottom {
  width: calc(100% + 120px);
  max-width: 1200px;
  padding: 40px 60px;
  background: linear-gradient(to bottom right, #ECF5FF 0%, #f3f3f3 63%, #EEF0FF 100%);
  border-radius: 10px;
  box-sizing: border-box;
}

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

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

.cast__tab {
  flex: 0 1 calc((100% - 48px) / 4);
  max-width: 220px;
  min-width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #0e100c;
  color: #0e100c;
  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: #0e100c;
  border-color: #0e100c;
  color: #ffffff;
}

@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__tabs--top,
  .cast__tabs--bottom {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 4%;
  }

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

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

@media (min-width: 769px) {

  .cast__tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cast__tabs--top,
  .cast__tabs--bottom {
    max-width: 100%;
  }
}

.cast__panels {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: linear-gradient(to bottom right, #ffffff 0%, #ffffff 100%);
  border-radius: 10px;
  box-sizing: border-box;
}

.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: #0e100c;
}

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

.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;
}

.cast__cards {
  max-width: 1200px;
  margin: 40px auto 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  box-sizing: border-box;
}

@media (min-width: 769px) and (max-width: 968px) {

  .cast__inner {
    margin: 0 auto;
    width: 100%;
  }
  .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;
  background-color: #dddddd;
  background-image: url("../images/dummy_text.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: min(62%, 180px) auto;
}

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

.cast-card__thumb img[src$="dummy_text.png"] {
  opacity: 0;
}

.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: #0e100c;
}

.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: 500;
}

.cast-card__body > p:nth-of-type(2) {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: -4px;
}

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

.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;
}

.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: #0e100c;
}

@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;
  }
}

@media (max-width: 768px) {
  .cast__panels {
    padding: 24px 4%;
    width: 100%;
  }

  .cast__cards {
    margin: 32px 0 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

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

  .cast-card__thumb {
    max-width: none;
    margin: 0 auto 10px;
  }
}

.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;
}

.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;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  column-gap: 40px;
  row-gap: 4px;
}

@media (min-width: 769px) {
  .cast-program__col {
    font-size: 16px;
    line-height: 1.9;
  }
}

.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;
}

@media (min-width: 1050px) {
  .cast-program__list--major {
    display: grid;
    grid-template-columns: var(--cast-role-col-width) minmax(0, 1fr) var(--cast-role-col-width) minmax(0, 1fr);
    column-gap: 57px;
    row-gap: 4px;
  }

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

  .cast-program__list--major .cast-program__role--full {
    grid-column: 1 / 2;
  }
  .cast-program__list--major .cast-program__name--full {
    grid-column: 2 / 5;
  }
}

.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;
  }
}

@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 {
}

.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;
}

@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;
  }

  .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 {
  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 {

  --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: 0;
  z-index: 1;
}

.about .scroll-cont {
  width: 50%;
  padding: clamp(15px, 1.25vw, 30px);
  background: rgba(0, 0, 10, 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-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.78vw, 32px);
  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 4% 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: #0e100c;
}

.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__buttons p{
  font-size: 14px;
}
@media (max-width: 968px) {
  .performance-schedule__buttons p{
    font-size: 14px;
    padding: 0 20px;
  }
}

.performance-schedule__btn {
  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;
  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% 0 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: 96%;
  }

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

  .sp-only {
    display: inline;
  }
}

/* ------------------------------------------------
   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: 0;
  background: rgba(255, 255, 255, 0.95);
  font-family: "Noto Sans JP", sans-serif;
}

#section-ticket .ticket__table-wrap {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  position: relative;
}

#section-ticket .ticket-table {
  width: 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: #0e100c;
  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: #8a650f;
  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: #d2c0b1;
  color: #ffffff;
}
.ticket-seat--a {
  background: #b3d3ad;
  color: #ffffff;
}
.ticket-seat--b {
  background: #a9badf;
  color: #ffffff;
}
.ticket-seat--c {
  background: #e3b0a9;
  color: #ffffff;
}
.ticket-seat--d {
  background: #7b68aa;
  color: #ffffff;
}
.ticket-seat--e {
  background: #b08829;
  color: #ffffff;
}


#section-ticket .ticket-price {
  display: block;
  color: #000010;
}

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

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

.ticket__table-wrap.ticket-loading {
  opacity: 0;
  pointer-events: none;
}
.ticket__table-wrap.ticket-loaded {
  opacity: 1;
  transition: opacity 0.25s ease;
  pointer-events: auto;
}

/* ------------------------------------------------
   VIP特典ボックス（768pxに収める＆見出しはみ出し防止）
--------------------------------------------------- */
#section-ticket .ticket-vip {
  width: 768px;
  max-width: 100%;
  margin: 100px auto 0;
  padding: 50px;
  background: #0e100c;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
}

#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: #0e100c;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
}

#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: #0e100c;
  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;
}

@media (min-width: 969px) {
  #section-ticket .ticket-discount {
    border-radius: 10px;
  }
}

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

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

  #section-ticket .ticket__table-wrap {
    width: 96%;
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #section-ticket .ticket-vip {
    width: 96%;
    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: 96%;
    max-width: 768px;
    margin: 24px auto 0;
    color: #0e100c;
  }

  #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: #0e100c;
  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: 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: #0e100c;
  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: 96%;
  padding: 18px 16px;
  background: #0e100c;
  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;
}

@media (min-width: 969px) {
  .sales-ticket-btn {
    width: 530px;
    height: 140px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sales-ticket-btn__title {
    font-size: 18px;
  }

  .sales-ticket-btn__cta {
    font-size: 24px;
  }
}

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

.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;
}

@media (max-width: 968px) {

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

  .sales-schedule__row {
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
    margin-bottom: 8px;
  }

  .sales-schedule__row:first-child {
    margin-top: 0;
  }

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

  .sales-schedule__row dd {
    margin: 0;
    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 h4 {
    font-size: 20px;
  }
}

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

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

#section-movie {
  background:#ffffff;
}

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

#section-movie h2 {
  margin: 120px auto 40px;
  padding: 0 auto;
  width: 92%;
  justify-content: stretch;
  text-align: left;
  background: none;
  color: #ffffff;
}

.youtube-list {
  display: block;
  width: 100%;
  padding: 0 0 100px;
  background: transparent;
}

.youtube-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 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));
  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: #0e100c;
  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: 10px;
  background: #E1002D;
}

.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;
}

@media (max-width: 968px) {

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

  #section-movie h2 {
    width: 100%;
    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: #0e100c;
  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: 94%;
  margin: 0 auto 0;
  padding: 50px 0 100px;
}

.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;
}

.faq-list-flex {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

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

.faq-list-flex-title p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #0e100c;
}

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

.faq-list-flex-txt p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #0e100c;
}

/* 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: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  background-color: transparent;
}

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

#section-access .section__inner > h2 {
  width: 100%;
  max-width: none;
  margin: 120px 0 40px;
}

.access__Contents {
  width: 100%;
  max-width: 850px;
  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;
}

#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;
  width: auto;
  height: 160px;
}

@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;
  font-family: "Noto Sans JP", sans-serif;
}
.access-map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.access-map__frame {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-top: 56.25%;
}
.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 #000010;
  background-color: #ffffff;
  color: #0e100c;
  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: #000010;
  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 {
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
  }

  #section-access .access-map {
    box-sizing: border-box;
  }
}
@media (min-width: 1601px) {
  .access-map__frame {
    padding-top: 50.25%;
  }
}

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

.pickup-btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  height: 50px;
  border: 1px solid #000010;
  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;
}

.pickup-btn a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000010;
  font-family: "Noto Sans JP", sans-serif;
}

.pickup-btn:hover {
  background-color: #000010;
}

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

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

  .sp-nav {
    position: fixed;
    inset: 0;
    z-index: 400;
    display: block;
    pointer-events: none;
  }

  .sp-nav__backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 144, 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);
  }

  .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: #0e100c;
    text-decoration: none;
    text-align: left;
    -webkit-touch-callout: none;
    touch-action: manipulation;
  }

  .sp-nav__list .header-nav__en {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    line-height: 1.12;
    margin-bottom: -0.12em;
    padding-bottom: 0.12em;
    color: transparent;
    background:#4d9bd2;
    /* background: linear-gradient(to bottom, #0e100c 15%, #AADCFE 100%); */
    -webkit-background-clip: text;
    background-clip: text;
  }

  .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: 96%;
    max-width: 360px;
    height: 80px;
    background-color: #0e100c;
    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: #0e100c;
  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-x: hidden;
  overflow-y: hidden;
  min-height: 120px;
}

.sb-image-slider.inview {
  opacity: 1;
  transform: none;
}

.sb-image-slider .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  height: auto;
  transition: none;
  gap: 0;
  box-sizing: border-box;
  width: max-content;
}

.sb-image-slider:not(.is-looping) .swiper-wrapper {
  transform: none !important;
}

.sb-image-slider .swiper-slide {
  width: min(72vw, 600px);
  height: auto;
  flex: 0 0 min(72vw, 600px);
  max-width: 600px;
  margin-right: 20px;
}

.sb-image-slider.is-looping .swiper-wrapper {
  animation: sbImageLoop 36s linear infinite;
}

@keyframes sbImageLoop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.sb-image-slider .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #dddddd;
  background-image: url("../images/dummy_text.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: min(62%, 180px) auto;
}

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

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

  .section__heading {
    margin-left: 0;
  }

  .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: 50px;
  }

  .about {
    padding-top: 0;
  }

  #section-access {
    padding-top: 0;
    background-color: transparent;
  }

  .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);
    flex-basis: min(84vw, 600px);
    margin-right: 12px;
  }
}

#section-pickup h2 {
  font-family: "Noto Serif JP", serif;
  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;
  }
}

h2 {
  background-color: transparent !important;
}

h2 .section-title__en,
.section .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;
}

.pickup-btn,
.sp-nav__btn,
.fixed-right__link,
.performance-schedule__btn,
.story__prologue-btn,
.cast-program-toggle__btn,
.cast__tab,
.story-text-nav-btn,
.story-slider .story-slider__pagination-btn,
.sales-ticket-btn,
.access-map__load-btn,
.subpage-button,
.subpage-btn-c,
.subpage-questionnaire-link,
.two-column__btn,
.page-top {
  background: #4d9bd2 !important;
  background-color: #4d9bd2 !important;
  border-color: #ffffff !important;
}

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

.section a:not(.pickup-btn a):not(.performance-schedule__btn):not(.sales-ticket-btn):not(.subpage-questionnaire-link):not(.subpage-btn-c a),
.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;
}

.section a:not(.pickup-btn a):not(.performance-schedule__btn):not(.sales-ticket-btn):not(.subpage-questionnaire-link):not(.subpage-btn-c a):hover,
.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: #4d9bd2 !important;
}

body.index-preview-0613 .main-content-shell {
  max-width: 1440px;
  background: #ffffff;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  body.index-preview-0613 .main-content-shell {
    background: #ffffff;
    background-color: #ffffff;
  }
}

body.index-preview-0613 .access__Contents,
body.index-preview-0613 .mani-attention {
  max-width: 850px;
}

body.index-preview-0613 .mani-attention {
  max-width: 1000px;
}

body.index-preview-0613 .access__Contents {
  width: 100%;
}

body.index-preview-0613 #section-access .access__Contents {
  width: 100%;
  max-width: 850px;
}

body.index-preview-0613 .about {
  max-width: 1200px;
}

body.index-preview-0613 .mani-attention {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
}

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