@charset "utf-8";

/* =========================================================
   AGATHA LOWER PAGES COMBINED CSS
   intro.css + caststaff.css + schedule.css
   ========================================================= */

/* ---------------------------------------------------------
   01. Shared lower hero / section title / pager
--------------------------------------------------------- */
.lowerHero{
  min-height: 64vh;
  padding: calc(var(--header-h) + 100px) 24px 60px;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: end;
  justify-items: center;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  opacity: 0;
  animation: lowerIn 1.2s ease forwards;
}

.lowerHero__inner{
  margin-top: 300px;
}

.lowerHero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../img/introbg.jpg") center 35% / cover no-repeat;
}

.lowerHero::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 45%,
    rgba(2,32,13,.5) 78%,
    #031108 100%
  );
}

.lowerHero__kicker{display: none;
  margin: 0 0 18px;
  font-family: "EB Garamond", serif;
  font-size: .92rem;
  letter-spacing: .34em;
  color: rgba(243,239,230,.72);
}

.lowerHero__title{
  margin: 0;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 7vw, 6rem);
  color: var(--gold-main);
  letter-spacing: .14em;
  text-shadow: 0 2px 8px rgba(0,0,0,.5), 0 0 18px rgba(214,177,90,.25);
}

.lowerHero__ja{
  margin: 22px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem,1.8vw,1.3rem);
  letter-spacing: .18em;
  color: rgba(243,239,230,.84);
}

@keyframes lowerIn{
  to{ opacity: 1; }
}

.lowerSectionTitle{
  margin: 0 auto 54px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: 0;
  color: var(--gold-main);
  text-align: center;
}

.lowerSectionTitle--staff{
  margin-top: 80px;
}

.lowerPager{
  margin: 54px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.lowerPager a{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  padding: 18px 28px;
  border: 1px solid rgba(214,177,90,.4);
  background: rgba(214,177,90,.055);
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  letter-spacing: .18em;
}

.lowerPager a span{
  margin-bottom: 5px;
  font-size: .72rem;
  color: rgba(214,177,90,.86);
  letter-spacing: .22em;
}

.lowerPager--two{
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* ---------------------------------------------------------
   02. Page-aware lower hero overrides
   body:has(...) により、既存HTMLを大きく変更せず1ファイル運用可能
--------------------------------------------------------- */
body:has(.storyHero) .lowerHero,
body:has(.castStaffSection) .lowerHero,
body:has(.scheduleSection) .lowerHero{
  min-height: 40vh;
  padding: calc(var(--header-h) + 40px) 24px 40px;
}

body:has(.storyHero) .lowerHero__inner,
body:has(.castStaffSection) .lowerHero__inner,
body:has(.scheduleSection) .lowerHero__inner{
  margin-top: 0;
}

body:has(.storyHero) .lowerHero::before{
  background: url("../img/story-visual.jpg") 5% center / cover no-repeat;
}


body:has(.castStaffSection) .lowerHero::before{
  background: url("../img/cast-visual.jpg") center / auto repeat;
}

body:has(.scheduleSection) .lowerHero::before{
  background: url("../img/schedule-visual.jpg") center / cover no-repeat;
}

body:has(.castStaffSection) .lowerHero::after,
body:has(.scheduleSection) .lowerHero::after{
  background:
    linear-gradient(to bottom, rgba(0,0,0,.08), rgba(2,32,13,.78) 84%, #031108),
    radial-gradient(circle at 50% 42%, rgba(214,177,90,.12), transparent 44%);
}

body:has(.castStaffSection) .lowerHero__title{
  font-size: clamp(2.45rem, 6vw, 5.4rem);
  letter-spacing: .12em;
}

body:has(.scheduleSection) .lowerHero__title{
  font-size: clamp(2.2rem, 5.3vw, 5.2rem);
  letter-spacing: .1em;
}

body:has(.scheduleSection) .lowerSectionTitle{
  margin-bottom: 36px;
}

/* ---------------------------------------------------------
   03. INTRO page
--------------------------------------------------------- */
.introLead{
  background: linear-gradient(to bottom, #06220e 0%, #031108 100%);
  padding: 74px 20px 52px;
  text-align: center;
}

.introLead__inner,
.introBody__inner{
  width: min(900px,100%);
  margin: 0 auto;
}

.introLead__catch{
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(1.45rem,3vw,2.4rem);
  line-height: 1.7;
  letter-spacing: .08em;
}

.introLead__sub{
  margin: 26px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem,1.6vw,1.25rem);
  line-height: 2;
  letter-spacing: .06em;
  color: rgba(243,239,230,.82);
}

.introBody{
  background:
    radial-gradient(circle at 50% 0%, rgba(214,177,90,.08), transparent 34%),
    linear-gradient(to bottom, #031108 0%, #050505 100%);
  padding: 76px 20px 110px;
}

.introArticle{
  padding: clamp(26px,5vw,64px);
}

.introArticle p{
  margin: 0;
  font-size: clamp(.98rem,1.3vw,1.08rem);
  line-height: 2.25;
  letter-spacing: .04em;
  text-align: justify;
}

.introArticle p + p{
  margin-top: 1.55em;
}

.introArticle strong{
  color: rgba(243,239,230,.92);
  font-weight: 700;
}

/* ---------------------------------------------------------
   04. STORY page additions
--------------------------------------------------------- */

.storyVisual{
  background: linear-gradient(to bottom, #031108 0%, #06220e 100%);
  padding: 0 20px 72px;
}

.storyVisual__inner{
  width: min(760px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(214,177,90,.22);
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
  background: rgba(255,255,255,.02);
  overflow: hidden;
}

.storyVisual__inner img{
  width: 100%;
  height: auto;
}

.storyLead{
  background: linear-gradient(to bottom, #06220e 0%, #031108 100%);
  padding: 74px 20px 52px;
  text-align: center;
}

.storyLead__inner{
  width: min(900px, 100%);
  margin: 0 auto;
}

.storyLead__catch{
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(1.45rem,3vw,2.4rem);
  line-height: 1.7;
  letter-spacing: .08em;
}

.storyBody{
  padding-top: 68px;
}

.storyArticle p{
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: clamp(1rem, 1.28vw, 1.12rem);
}

.storyYear{  font-size: clamp(1.1rem, 1.38vw, 1.22rem);
  font-family: "Shippori Mincho", serif;
  color: var(--gold-main);
  font-weight: 700;
  letter-spacing: .08em;
}

p.storyArticle__last{
  font-family: "Shippori Mincho", serif;
  margin-top: 2.1em !important;
  text-align: center !important;
  font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
  line-height: 2 !important;
  color: rgba(243,239,230,.96);
}

/* ---------------------------------------------------------
   05. CAST / STAFF page
--------------------------------------------------------- */
.castStaffSection{
  background:
    radial-gradient(circle at 50% 0%, rgba(214,177,90,.08), transparent 34%),
    linear-gradient(to bottom, #031108, #050505);
  padding: 76px 20px 110px;
}

.castStaffSection__inner{
  width: min(1080px, 100%);
  margin: 0 auto;
}

.cast-rows{
  display: flex;
  flex-direction: column;
}

.cast-row{
  display: flex;
  flex-wrap: wrap;
}

.cast-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(24px, 4vw, 44px) 18px;
  gap: .7rem;
}

.cast-card--half{ flex: 0 0 50%; }
.cast-card--third{ flex: 0 0 33.333%; }
.cast-card--full{ flex: 0 0 100%; }

.cast-card img{
  width: 260px;
  height: 343px;
  object-fit: cover;
  border: 1px solid rgba(214,177,90,.22);
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}

.cast-card--featured img{
  width: min(360px, 82vw);
  height: auto;
}

.cast-card-name{
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  color: rgba(243,239,230,.96);
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

.cast-card-role{
  margin:0 auto;
  padding: 0;
  font-size: .85rem;
  letter-spacing: .12em;
  color: rgba(243,239,230,.68);
  text-align: center;
}

.cast-card-comment{
  width: min(860px, 100%);
  margin: 16px auto 0;
  padding: clamp(18px, 4vw, 34px);
  border: 1px solid rgba(214,177,90,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  color: rgba(243,239,230,.9);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: clamp(.9rem, 1.1vw, 1rem);
  line-height: 2;
  letter-spacing: .04em;
  text-align: left;
}

.cast-card-comment span{
  display: inline-block;
  margin-bottom: 10px;
  font-family: "EB Garamond", serif;
  color: var(--gold-main);
  letter-spacing: .2em;
}

.cast-prof-open{
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: block;
  margin: 20px auto 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.cast-prof-open img{
  display: block;
  transition:
    transform .75s cubic-bezier(.22,.61,.36,1),
    filter .75s cubic-bezier(.22,.61,.36,1),
    box-shadow .75s cubic-bezier(.22,.61,.36,1);
  will-change: transform, filter;
}

/* うっすら光が走る */
.cast-prof-open::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255,245,205,.16) 42%,
      transparent 62%
    );
  transform: translateX(-130%);
  transition: transform .9s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}

/* hover / keyboard focus */
.cast-prof-open:hover img,
.cast-prof-open:focus-visible img{
  transform: scale(1.045);
    opacity: 0.8;
  filter: brightness(1.08) contrast(1.04) saturate(1.03);
  box-shadow:
    0 22px 60px rgba(0,0,0,.42),
    0 0 26px rgba(214,177,90,.16);
}

.cast-prof-open:hover::after,
.cast-prof-open:focus-visible::after{
  transform: translateX(130%);
}

/* 押した瞬間だけ少し戻る */
.cast-prof-open:active img{
  transform: scale(1.018);
}

/* キーボード操作用の上品なフォーカス */
.cast-prof-open:focus-visible{
  outline: 1px solid rgba(214,177,90,.72);
  outline-offset: 6px;
}

/* SPは控えめ */
@media (max-width: 768px){
  .cast-prof-open:hover img,
  .cast-prof-open:focus-visible img{
    transform: scale(1.025);
  }
}

.cast-prof-open__label{
  font-family: "EB Garamond", serif;
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .1rem 0 .18rem .25rem;
  border-top: 1px solid rgba(255,255,255,.36);
  border-bottom: 1px solid rgba(255,255,255,.36);
}

.cast-prof-open__mark{
  width: .55rem;
  height: .55rem;
  display: inline-block;
  border-right: 1px solid rgba(255,255,255,.8);
  border-bottom: 1px solid rgba(255,255,255,.8);
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.cast-prof-open:hover .cast-prof-open__mark{
  transform: rotate(45deg) translateY(2px);
}

.cast-card .cast-card-prof,
.cast-card .cast-card-prof-hana{
  display: none;
}


.cast-prof-btn{
  position:absolute;
  right:16px;
  bottom:16px;
  display:flex;
  align-items:center;
  gap:.5rem;
}



.staffList{
  text-align: center;
}

.staff-name{
  margin: 0 auto 2rem;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  color: rgba(243,239,230,.96);
  font-weight: 600;
}

.staff-name span{
  display: block;
  margin-bottom:0;
  font-size: .82rem;
  color: var(--gold-main);
  letter-spacing: .14em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.staff-name--s{
  font-size: 1.12rem;
}

.staff-name--s span{
  font-size: .82rem;
}
.tour-title{
  display: block;
  width: 44%;
  margin: 0 auto 10px;

  color: #bfa16a;
  font-size: .82rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .08em;

  background:
    linear-gradient(
      to bottom,
      transparent calc(50% - .5px),
      rgba(255,255,255,.28) calc(50% - .5px),
      rgba(255,255,255,.28) calc(50% + .5px),
      transparent calc(50% + .5px)
    );
}

.tour-title::before{
  content: attr(data-title);
  background: #000;
  padding: 0 12px;
}

.profile-open{
  overflow: hidden;
}

.profile-popup{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: min(6vh, 56px) 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.profile-popup.is-open{
  opacity: 1;
  pointer-events: auto;
}

.profile-popup__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.profile-popup__panel{
  position: relative;
  width: min(920px, 92vw);
  max-height: 88vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(24,24,27,.9);
  border: 1px solid rgba(255,255,255,.14);
  /*border-radius: 18px;*/
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  transform: translateY(6px);
  transition: transform 220ms ease;
}

.profile-popup.is-open .profile-popup__panel{
  transform: translateY(0);
}

.profile-popup__close{
  position: absolute;
 top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.22);
  border-radius: 999px;
  color: var(--text-main);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.profile-popup__close:hover{
 background: rgba(255,255,255,.11);
}

.profile-popup__close span{
  font-size: 2rem;
  line-height: 1;transform: rotate(0deg) translateY(-2px);display:inline-block;
  transition: transform .35s ease;
}
.profile-popup__close:hover span{
  transform: rotate(180deg) translateY(-2px);
}

.profile-popup__grid{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  padding: 18px;
}

.profile-popup__media{
  /*border-radius: 14px;*/
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.22);
}

.profile-popup__img{
  display: block;
  width: 100%;
  height: auto;
}

.profile-popup__content{
  padding: 4px 6px 8px;
}

.profile-popup__name{
  margin: 4px 0 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  letter-spacing: .06em;
}

.profile-popup__body p{
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: .02em;
  text-align: left;
}

/* ---------------------------------------------------------
   06. SCHEDULE page
--------------------------------------------------------- */
.scheduleSection{
  background:
    radial-gradient(circle at 50% 0%, rgba(214,177,90,.08), transparent 34%),
    linear-gradient(to bottom, #031108, #050505);
  padding: 76px 20px 110px;
}

.scheduleSection__inner{
  width: min(1080px, 100%);
  margin: 0 auto;
  text-align: center;
}

.scheduleNav{
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 auto 36px;
}

.scheduleNav a{
  padding: 10px 16px;
  border: 1px solid rgba(214,177,90,.3);
  background: rgba(214,177,90,.055);
  font-family: "EB Garamond", serif;
  letter-spacing: .16em;
}



.scheduleHead{
  text-align: center;
  margin-bottom: 20px;
}



.venueBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 6px 14px;
  font-size: .8rem;
  color: #d8c07a;
  border-bottom: 1px solid rgba(214,196,139,.5);
  transition: .25s;
  gap: .4em;
}

.venueBtn__icon{
  width: 1.3em;
  height: 1.3em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .82;
  transform: translateY(.04em);
}

.venueBtn:hover{
  color: #fff;
}

.tokyoTables{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.scheduleTableScroll{

}

.hoshitoriTable{
  margin: 0 auto;
  width: 100%;
  max-width:600px;
  border-collapse: collapse;
  table-layout: fixed;
  background: linear-gradient(rgba(10,10,10,.78), rgba(10,10,10,.78)), url("../img/1.jpg") repeat;
  color: #e6d8c3;
  border: 1px solid rgba(255,255,255,.12);
}

.hoshitoriTable--medium{ min-width: 620px; }
.hoshitoriTable--short{ min-width: 420px; }


.hoshitoriTable tbody th{
 background: rgba(255,255,255,.03);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .04em;
}



.hoshitoriTable tr:nth-child(odd){
  background: rgba(255,255,255,.045);
}

.hoshitoriTable th,
.hoshitoriTable td{
  border: 1px solid rgba(255,255,255,.08);
  text-align: center;
  vertical-align: middle;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: 0em;
 height: 52px;
  padding: 4px;
}

.hoshitoriTable td{
  color: #ebebeb;
   font-size: 1.18rem;
}

.hoshitoriTable .off{
  color: rgba(230,216,195,.5);
  font-size: .8rem;
}

.hoshitoriTable .chartered{
  color: #dcdad1;
  font-size: .8rem;
  letter-spacing: .08em;
}

.hoshitori-atten{
  margin: 8px 0 6px 25px;
  text-align: left;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: .8rem;
  line-height: 1.5;
  opacity: .9;
}




.ticketMeta{
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: .93rem;
  opacity: .95;
  color: #f3efe6;
}

.ticketMeta span{
  display: block;
  margin-bottom: .25em;
  color: #d8c07a;
  font-weight: 700;
  letter-spacing: .06em;
}

.ticketnotice-list{
  list-style: none;
  padding: 0;
  margin: 10px 0 6px 10px;
}

.ticketnotice-list.fukuoka{
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
}
.ticketnotice-list.fukuoka li{
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: .8rem;
  text-align: left;
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 0;
  opacity: .7;
}
.ticketnotice-list li{
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: .8rem;
  text-align: left;
  position: relative;
  padding-left: 1.1em;
  margin-bottom: .6em;
  opacity: .7;
}

.ticketnotice-list li::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}


.ticketBtns{
  width: min(480px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap:20px;
}

.ticketBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid rgba(214,196,139,.35);
  color: rgba(243,239,230,.92);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: .08em;
  transition: background .2s ease, border-color .2s ease, transform .15s ease, color .2s ease;
}

.ticketBtn::after{
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 1px solid rgba(243,239,230,.6);
  border-right: 1px solid rgba(243,239,230,.6);
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.ticketBtn:hover{
  background: rgba(255,255,255,.04);
  border-color: rgba(214,196,139,.6);
  color: #fff;
  transform: translateY(-1px);
}

.ticketBtn:hover::after{
  transform: rotate(45deg) translate(1px, -1px);
}

.notice{
  margin: 46px auto 0;
  padding: 28px 24px;
  border: 1px solid rgba(214,177,90,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
}

.notice-title{
  margin: 0 auto .8rem;
  text-align: center;
  font-family: "EB Garamond", serif;
  letter-spacing: .2em;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--gold-main);
}

.notice-lead{
  text-align: center;
  margin: 2rem auto 16px;
  padding: 0 0 10px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.1rem, 1.4vw, 1.45rem);
  letter-spacing: .16em;
  line-height: 1.15;
  color: #e5d6a4;
  position: relative;
}

.notice-lead::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,185,110,0), #d4b96e, rgba(212,185,110,0));
}

.notice-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-list li{
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: .9rem;
  text-align: left;
  position: relative;
  padding-left: 1.6em;
  margin-bottom: .6em;
  line-height: 1.7;
}

.notice-list li::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

/* ---------------------------------------------------------
   07. Responsive
--------------------------------------------------------- */
@media (max-width: 992px){
    
  .lowerHero{
    min-height: 52vh;
    padding: calc(var(--header-h) + 180px) 24px 80px;
  }
    
  body:has(.storyHero) .lowerHero,
  body:has(.castStaffSection) .lowerHero,
  body:has(.scheduleSection) .lowerHero{
    min-height: 30vh;
    padding: calc(var(--header-h) + 40px) 20px 36px;
  }

    
  body:has(.storyHero) .lowerHero__inner,
  body:has(.castStaffSection) .lowerHero__inner,
  body:has(.scheduleSection) .lowerHero__inner{
    margin-top: 0;
  }
   
      body:has(.storyHero) .lowerHero::before{
    background-position: 48% center;
  }
    
  .lowerHero__title{
    font-size: clamp(2.2rem, 5vw, 4rem);
    letter-spacing: .12em;
  }

  body:has(.castStaffSection) .lowerHero__title{
    font-size: clamp(2.1rem, 7vw, 4.6rem);
    letter-spacing: .08em;
  }

  body:has(.scheduleSection) .lowerHero__title{
    font-size: clamp(1.9rem, 7vw, 4.3rem);
    letter-spacing: .06em;
  }

  .introLead{
    padding: 56px 18px 42px;
  }

  .introBody{
    padding: 54px 16px 82px;
  }

  .introArticle{
    padding: 24px 18px;
  }

  .introArticle p{
    line-height: 2;
    text-align: left;
  }

  .storyHero::before{
    background-position: center top;
  }

  .storyVisual{
    padding: 0 16px 46px;
  }

  .storyLead{
    padding: 0 18px 42px;
  }

  .storyLead__catch{
    font-size: clamp(1.32rem, 5vw, 2rem);
    line-height: 1.7;
  }

  .storyArticle p{
    line-height: 2.05;
  }

  .storyArticle__last{
    text-align: left !important;
  }

  .castStaffSection,
  .scheduleSection{
    padding: 54px 16px 82px;
  }

  .cast-row{
    flex-direction: column;
  }

  .cast-card,
  .cast-card--half,
  .cast-card--third,
  .cast-card--full{
    flex: 0 0 100%;
    padding: 28px 0;
  }

  .cast-card img{
    width: 240px;
    height: 323px;
  }





  .scheduleVenue{
    font-size: .94rem;
  }

  .schedulePeriod{
    font-size: 1rem;
  }

  .venueBtn{
    margin-left: 0;
    margin-top: 6px;
  }

  .hoshitori-atten,
  .ticketnotice-list{
    margin: 8px 6px;
  }
}

@media (max-width: 768px){
  .profile-popup__grid{
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .profile-popup__media{
    max-width: 220px;
    margin: 0 auto 10px;
  }

  .profile-popup__name{
    font-size: 1.2rem;
  }

  .profile-popup__body p{
    font-size: .92rem;
    line-height: 1.7;
  }

  .ticketBtns{
    width: 100%;
    gap: 10px;
  }

  .ticketBtn{
    min-height: 46px;
    font-size: 1rem;
      margin: .3rem 0;
  }

  .notice{
    padding: 22px 14px;
  }
}

@media (max-width: 480px){
  .storyVisual{
    padding-left: 0;
    padding-right: 0;
  }

  .storyVisual__inner{
    border-left: 0;
    border-right: 0;
  }

  .lowerPager--two a{
    width: 80%;
  }
}


/* =========================================================
   Hoshitori responsive tables
   PC: classic date-axis table / SP: transposed date rows
   ========================================================= */
.scheduleTableScroll--sp{
  display: none;
}

.hoshitoriTable__weekRow th{
  height: 30px;
  font-size: .68rem;
  letter-spacing: .08em;
  color: rgba(216,192,122,.82);
  background: rgba(214,177,90,.045);
}

.hoshitoriTableSp{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: linear-gradient(rgba(10,10,10,.78), rgba(10,10,10,.78)), url("../img/1.jpg") repeat;
  color: #e6d8c3;
  border: 1px solid rgba(255,255,255,.12);
}

.hoshitoriTableSp th,
.hoshitoriTableSp td{
  border: 1px solid rgba(255,255,255,.08);
  text-align: center;
  vertical-align: middle;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  height: 42px;
  padding: 4px 3px;
  font-size: .76rem;
  line-height: 1.25;
}

.hoshitoriTableSp thead th{
  color: #d8c07a;
  font-weight: 700;
  letter-spacing: .03em;
  background: rgba(214,177,90,.06);
}

.hoshitoriTableSp tbody td:first-child{
      font-family: "IBM Plex Sans JP", sans-serif;
  color: rgba(243,239,230,.95);
  font-size: .9rem;
  letter-spacing: .04em;
}

.hoshitoriTableSp tbody td:nth-child(2){
  color: rgba(216,192,122,.9);
  font-size: .72rem;
}

.hoshitoriTableSp tbody td:nth-child(n+3){
  color: #fff;
  font-size: 1rem;
}

.hoshitoriTableSp .off{
  color: rgba(230,216,195,.5) !important;
  font-size: .72rem !important;
}

.hoshitoriTableSp .chartered{
  color: #dcdad1 !important;
  font-size: .68rem !important;
  letter-spacing: .04em;
}

@media (max-width: 768px){
  .scheduleTableScroll--pc{
    display: none;
  }

  .scheduleTableScroll--sp{
    display: block;
    overflow-x: visible;
  }

  .hoshitoriTableSp th:nth-child(1),
  .hoshitoriTableSp td:nth-child(1){
    width: 50px;
  }

  .hoshitoriTableSp th:nth-child(2),
  .hoshitoriTableSp td:nth-child(2){
    width: 34px;
  }
}

@media (max-width: 380px){
  .hoshitoriTableSp th,
  .hoshitoriTableSp td{
    font-size: .68rem;
    padding: 3px 2px;
  }

  .hoshitoriTableSp tbody td:nth-child(n+3){
    font-size: .92rem;
  }
}

/* =========================================================
   SCHEDULE readability polish
   2026-05 update: spacious theatrical PC / compact readable SP
   ========================================================= */
body:has(.scheduleSection){
  background:
    radial-gradient(circle at 50% 8%, rgba(71,31,55,.36), transparent 32%),
    radial-gradient(circle at 50% 26%, rgba(214,177,90,.08), transparent 34%),
    linear-gradient(to bottom, #060607 0%, #031108 32%, #020605 100%);
}

body:has(.scheduleSection) .lowerHero{
  min-height: 42vh;
  padding: calc(var(--header-h) + 86px) 24px 70px;
}

body:has(.scheduleSection) .lowerHero::after{
  background:
    linear-gradient(to bottom, rgba(0,0,0,.05), rgba(2,20,9,.72) 78%, #031108 100%),
    radial-gradient(circle at 50% 50%, rgba(214,177,90,.13), transparent 44%);
}

body:has(.scheduleSection) .lowerHero__title{
  font-size: clamp(3rem, 6.4vw, 5.8rem);
  letter-spacing: .16em;
  line-height: 1;
}

body:has(.scheduleSection) .lowerHero__ja{
  margin-top: 24px;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  letter-spacing: .22em;
}

.scheduleSection{
  padding: 82px 24px 124px;
  background:
    radial-gradient(circle at 50% 0%, rgba(214,177,90,.09), transparent 32%),
    linear-gradient(to bottom, #031108 0%, #06170c 40%, #030605 100%);
}

.scheduleSection__inner{
  width: min(1180px, 100%);
}

body:has(.scheduleSection) .lowerSectionTitle{
  margin-bottom: 30px;
  font-size: clamp(2.35rem, 3.8vw, 3.6rem);
  letter-spacing: .24em;
}

.scheduleNav{
  margin-bottom: 34px;
  gap: 0;
}

.scheduleNav a{
  min-width: 116px;
  padding: 13px 20px 12px;
  border-color: rgba(214,177,90,.22);
  border-left-width: 0;
  background: rgba(255,255,255,.018);
  color: rgba(243,239,230,.84);
  font-size: .88rem;
  letter-spacing: .16em;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.scheduleNav a:first-child{
  border-left-width: 1px;
}

.scheduleNav a:hover{
  background: rgba(214,177,90,.1);
  border-color: rgba(214,177,90,.52);
  color: #f5e6b8;
}

.scheduleBlock{   scroll-margin-top: 120px;
  font-family: "Shippori Mincho", serif;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
  grid-template-areas:
    "head info"
    "table info"
    "note info";
  column-gap: 34px;
  row-gap: 34px;
  margin-bottom: 20px;
  padding: clamp(28px, 3.8vw, 42px);
  border-top: 1px solid rgba(214,177,90,.18);

  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0));
  box-shadow: 0 24px 80px rgba(0,0,0,.32);
  text-align: left;
}

.scheduleHead{
  grid-area: head;
  margin: 0 0 4px;
  text-align: left;
}




.scheduleTitle{
  margin: 0 0 16px;
  font-family: "EB Garamond", serif;
 font-size: clamp(2.4rem, 4vw, 3.2rem);
  letter-spacing: .08em;
  font-weight: 400;
  line-height: 1.15;
  color: #e5d6a4;
  position: relative;
  padding-bottom: 10px;
}

.scheduleTitle::after{
  content: "";
  position: absolute;
  left: 2%;
  bottom: 0;
  transform: translateX(-2%);
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,185,110,0), #d4b96e, rgba(212,185,110,0));
}




.scheduleVenue,
.schedulePeriod{
  text-align: left;
}

.schedulePeriod{
  margin-top: 40px;
  font-size: clamp(1.36rem, 1.66vw, 1.58rem);
  color: rgba(243,239,230,.88);
  line-height: 1.7;
}

.scheduleVenue{
  margin-top: 10px;
  font-size: clamp(1.24rem, 1.4vw, 1.38rem);
  line-height: 1.75;
}



.venueBtn{
  margin-left: 12px;
  padding: 3px 0 2px;
  font-size: .72rem;
  letter-spacing: .06em;
  background: transparent;
}

.scheduleTableScroll{
  grid-area: table;
}

.hoshitoriTable,
.hoshitoriTableSp{
  background:
    linear-gradient(rgba(6,8,7,.74), rgba(6,8,7,.74)),
    url("../img/1.jpg") repeat;
  border-color: rgba(214,177,90,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}

.hoshitoriTable th,
.hoshitoriTable td{
  height: 52px;
  border-color: rgba(255,255,255,.075);
  font-size: .76rem;
  line-height: 1.25;
}

.hoshitoriTable th{
  color: rgba(230,214,164,.92);
}

.hoshitoriTable td{
  font-size: 1.02rem;
  color: rgba(255,255,255,.96);
}


.hoshitoriTable__dateRow th{
  font-size: .92rem;
  letter-spacing: .06em;
}

.hoshitoriTable__weekRow th{
  height: 28px;
   font-size: .72rem;
  background: rgba(214,177,90,.04);
}

.hoshitori-atten{
  grid-area: note;
  margin: 0;
  padding-top: 4px;
  font-size: .78rem;
  line-height: 1.75;
  color: rgba(243,239,230,.75);
}

.scheduleInfo{
  grid-area: info;
  align-self: start;
  margin-top: 0;
  padding: 24px 22px 26px;
   background: rgba(255,255,255,.015);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: none;
  text-align: center;
}

.ticketMeta{
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .035em;
}

.ticketMeta:first-child{
  margin-top: 0;
}

.ticketMeta span{
  margin-bottom: .35em;
  font-family: "Shippori Mincho", serif;
  font-size: .88rem;
  color: #d8c07a;
  letter-spacing: .12em;
}

.ticketMeta strong{
  font-size: 1rem;
  font-weight: 700;  color: rgba(255,255,255,.92);
  font-size: .95rem;
}
.ticketMeta small{
  font-size: 0.77rem;
  font-weight: 400;
}






.notice{
  margin-top: 42px;
  padding: 34px 38px;
  border-color: rgba(214,177,90,.35);
  background:
    radial-gradient(circle at 0% 0%, rgba(214,177,90,.055), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  text-align: left;
}

.notice-title{
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 20px;
  font-size: 1.35rem;
  letter-spacing: .24em;
  text-align: left;
}

.notice-title::after{
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(214,177,90,.48), transparent);
}

.notice-lead{
  margin: 26px 0 14px;
  text-align: left;
  font-size: 1.05rem;
  letter-spacing: .12em;
}

.notice-lead::after{
  left: 0;
  transform: none;
  width: 44px;
}

.notice-list li{
  font-size: .86rem;
  line-height: 1.8;
  color: rgba(243,239,230,.83);
}

@media (max-width: 992px){
    
    
      body:has(.introHero) .lowerHero{
    min-height: 38vh;
    padding: calc(var(--header-h) + 70px) 20px 46px;
    align-items: end;
  }


  body:has(.introHero) .lowerHero::before{
    background-position: center top;
  }
    
    
  body:has(.scheduleSection) .lowerHero{
    min-height: 32vh;
    padding: calc(var(--header-h) + 42px) 20px 42px;
  }

  body:has(.scheduleSection) .lowerHero__title{
    font-size: clamp(2rem, 8vw, 3.8rem);
    letter-spacing: .09em;
  }

  .scheduleSection{
    padding: 58px 16px 88px;
  }

  body:has(.scheduleSection) .lowerSectionTitle{
    margin-bottom: 24px;
    font-size: clamp(2rem, 9vw, 3rem);
    letter-spacing: .18em;
  }

  .scheduleNav{
    width: min(420px, 100%);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-bottom: 24px;
  }

  .scheduleNav a{
    min-width: 0;
    padding: 10px 4px;
    border-width: 1px;
    font-size: .68rem;
    letter-spacing: .09em;
  }

  .scheduleBlock{
    display: block;
    margin-bottom: 18px;
    padding: 24px 16px 26px;
    text-align: center;
  }


  .scheduleTitle{
    margin: 18px 0;
    font-size: 1.9rem;
    letter-spacing: .1em;
    text-align: center;
  }

  .scheduleTitle::after{
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
  }

  .scheduleVenue{
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .schedulePeriod{
    margin-top: 6px;
    font-size:1.4rem;
  }

  .venueBtn{
    display: inline-flex;
    margin-left: 8px;
    margin-top: 0;
    font-size: .68rem;
  }

  .scheduleTableScroll--sp{
    margin-top: 18px;
  }

  .hoshitoriTableSp th,
  .hoshitoriTableSp td{
    height: 40px;
    font-size: .72rem;
  }


  .hoshitoriTableSp tbody td:first-child{
    font-size: .86rem;
  }

  .hoshitoriTableSp tbody td:nth-child(n+3){
    font-size: .96rem;
  }

  .hoshitori-atten{
    margin: 12px 2px 0;
    text-align: left;
    font-size: .72rem;
  }

  .scheduleInfo{
    margin-top: 22px;
    padding: 22px 16px 24px;
  }

  .ticketMeta{
    margin-top: 16px;
    font-size: .82rem;
  }

  .ticketMeta span{
    font-size: .9rem;
  }

  .notice{
    margin-top: 28px;
    padding: 26px 18px;
  }

  .notice-title{
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .notice-title::before,
  .notice-title::after{
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214,177,90,.45));
  }

  .notice-title::after{
    background: linear-gradient(90deg, rgba(214,177,90,.45), transparent);
  }

  .notice-lead{
    text-align: center;
  }

  .notice-lead::after{
    left: 50%;
    transform: translateX(-50%);
  }

  .notice-list li{
    font-size: .78rem;
    line-height: 1.75;
  }
}

@media (max-width: 480px){
    

    
  .scheduleSection{
    padding-left: 12px;
    padding-right: 12px;
  }

  .scheduleBlock{
    padding: 22px 12px 24px;
  }



  .hoshitoriTableSp th:nth-child(1),
  .hoshitoriTableSp td:nth-child(1){
    width: 48px;
  }

  .hoshitoriTableSp th:nth-child(2),
  .hoshitoriTableSp td:nth-child(2){
    width: 32px;
  }


}


.mt-3{
    min-height: 40px;}


/*0518追加*/
.ticketMeta,
.notice-list li,
.ticketnotice-list li{
  color: rgba(255,255,255,.78);
}
.ticketMeta span,
.notice-title,
.scheduleTitle{
  color: #d8c07a;
}

.scheduleHead{
  margin-bottom: 34px;
}

.scheduleTableScroll{
  margin-bottom: 18px;
}

.scheduleInfo{
  padding-top: 34px;
}

.notice{
  opacity: .82;
}

.notice-list li{
  margin-bottom: 1.1em;
}

/* 土日祝：日付・曜日カラー */
/* 土曜 */
.hoshitoriTable .sat,
.hoshitoriTableSp .sat{
  color: #8ea9c7 !important;
}

/* 日祝 */
.hoshitoriTable .sun,
.hoshitoriTable .holiday,
.hoshitoriTableSp .sun,
.hoshitoriTableSp .holiday{
  color: #d28d8d !important;
}


/* モーダル内の役説明 */
.profile-popup__body p{
  line-height: 1.72;
  letter-spacing: .015em;
}
.role-desc{
  display:block;
  margin:0 0 .5rem;
  padding-bottom:.5rem;

  border-bottom:1px solid rgba(214,177,90,.18);

  font-family:"Shippori Mincho", serif;
  font-size:1.05rem;
  line-height:1.8;
  letter-spacing:.01em;

  color:rgba(231,193,101,0.9);
}

.prof-desc{border-right:1px solid rgba(243,239,230,.6);color:rgba(243,239,230,.6);padding:0 5px;margin-right:8px;font-size: 0.8rem;}

/* スウィング */
.cast-swing{
  margin: 62px auto 92px;
  text-align: center;
}

.cast-swing__title{
  margin: 0 0 18px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: .82rem;
  letter-spacing: .16em;
  color: var(--gold-main);
}

.cast-swing__names{
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.18rem, 1.7vw, 1.42rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .1em;
  color: rgba(243,239,230,.88);
}

.lowerSectionTitle--staff{
  margin-top: 0;
}


.cast-prof-open,
.profile-popup__close{
  -webkit-tap-highlight-color: transparent;
}

.cast-prof-open:focus,
.profile-popup__close:focus{
  outline: none;
}

.cast-prof-open:focus-visible,
.profile-popup__close:focus-visible{
  outline: none;
}

