/* ============================================================
   ミュージカル ALICE（出雲・米子公演） 全体CSS  v003
   ------------------------------------------------------------
   v003での変更（★実サイトのDOMを実測して確定させた修正。すべて検証済み）:
   - **白帯の真因**。v002では .widget-title__wrap / .header-tab__wrap を
     疑ったが、実測ではどちらも既に暗色化できていた（見当違いだった）。
     真因は「ヘッダー(y=0〜64) と .widget__wrap の開始(y=154) の間に
     90pxの隙間があり、そこに外側の白いコンテナが露出していた」こと。
     .v-application / .event__wrap / section.wrap.layout-wrap が
     Vuetifyの theme--light により #fff のままだったため。
     → 外側コンテナごと暗色化して隙間が出ても白くならないようにした。
   - お知らせの**空カード**。eventosは2列グリッドを埋めるため
     中身が空の .information__content.noline を描画する。
     v002でカード装飾を当てたせいで「空の生成りカード」が出てしまった。
     → :empty で装飾を外す。
   - **もっとみるが青いまま**。v002では .widget__bottom だけ対策していたが、
     お知らせ等の見出し右にあるのは別クラスの .widget__header だった。
     → .widget__header 側と、青い矢印アイコン(mdi-chevron-right-circle)も金に。
   - 自作リンク(.al-top__show)がVuetify既定の青を継承していたので明示指定。

   v002での変更:
   - タイトルバー(.widget-title__wrap)の背景を透過に
   - お知らせを「明るいカード＋ink文字」に変更（これは有効だった）
   ------------------------------------------------------------
   設定場所: コンテンツを入力 > リリース > リリース設定(Web) > Web版のCSSを設定

   【運用の注意】
   - このファイルは保存した時点で本番にも即時反映される（下書きの概念なし）
   - 更新時は「初期状態に戻す→保存」でキャッシュを切ってから、
     ファイル名の連番を上げてアップロードすること（水鏡案件 §6-2 の知見）

   【設計方針】
   - 水鏡・松江城（ダークテーマ）で確立した §6 対策一式を継承する。
     本件も暗色ベースのため、標準UIの黒文字が沈む問題がほぼ同じ形で出る。
   - パンどろぼう展で判明した「リッチテキスト本文の文字数上限（実測 約5,200字）」
     を踏まえ、**セクションのスタイルは全部この全体CSSに置く**。
     modules/*.html 側は原則HTMLのみにして、貼り付け時に保存できなくなるのを防ぐ。

   【配色の使い分け（重要）】
   暗い地（night/velvet）の上   : 本文=ivory / 強調=gold-lt / 罫線・見出し=gold
   明るい面（ivory カード）の上 : 本文=ink   / 強調=rose    / gold は装飾のみ
     ※ gold(#c9a24a) は ivory 地でコントラスト比 2.1 しかないため文字に使わない
     ※ rose(#a3183f) は night 地でコントラスト比 2.5 しかないため文字に使わない
       （rose は「白文字を載せるボタンの地」としてのみ使う＝比7.6でAA達成）
   ============================================================ */

/* === 1. Webフォント（必ず先頭） ===
   見出し=明朝（舞台チラシの格調）／本文=ゴシック（料金表・注意書きの可読性） */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* === 2. ブランド変数 —— 案件で書き換えるのはここだけ === */
:root {
  /* brand（KV・ロゴ準拠） */
  --brand-night:   #140a1f;  /* 地色: 舞台袖の闇（ほぼ黒・わずかに紫） */
  --brand-velvet:  #2c1332;  /* 面: 緞帳の紫（セクションパネル） */
  --brand-gold:    #c9a24a;  /* 主役: ロゴ・見出し・罫線の金 */
  --brand-gold-lt: #e8cf8a;  /* 金の明るい版（暗地の強調文字用・比12.6） */
  --brand-rose:    #a3183f;  /* アクセント: 薔薇／ハートの女王の赤（ボタン地のみ） */
  --brand-ivory:   #f6efe2;  /* 暗地の本文色 ＆ 明るいカード面 */
  --brand-ink:     #2b1a2e;  /* ivory 面に載せる文字色（黒は使わない・比14.2） */

  /* semantic（標準UI・モジュールが参照する） */
  --header-bg-color:   rgba(20, 10, 31, .93);
  --header-name-color: var(--brand-gold-lt);
  --header-line-color: rgba(201, 162, 74, .45);
  --top-bg-color:      var(--brand-velvet);
  --top-text-color:    var(--brand-ivory);
  --top-line-color:    var(--brand-gold);
  --btn-bg-color:      var(--brand-rose);
  --btn-text-color:    #ffffff;
  --footer-bg-color:   var(--brand-night);
  --footer-text-color: var(--brand-ivory);
  --booth-list-color:  var(--brand-gold);
  --booth-detail-color: var(--brand-velvet);

  /* パーツ共通 */
  --radius-card: 6px;   /* 舞台チラシ寄り。パンどろぼう(20px)のような大きな角丸は使わない */
  --radius-pill: 999px;
  --font-mincho: 'Shippori Mincho B1', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  --font-gothic: 'Noto Sans JP', 'Hiragino Sans', 'Meiryo', sans-serif;
}

/* === 3. フォント標準化 ===
   ★ eventos は内側の .v-application--wrap に既定フォントを再指定するため、
     body/.v-application だけでは中身に届かない（Windowsでメイリオに落ちる）。
     コンテンツ要素へ詳細度(0,1,1)以上で直接当てる。
     アイコン（<i>/.v-icon/mdi/material）は除外してグリフを守る。 —— 水鏡 §6-1 */
body,
.v-application,
.v-application--wrap {
  font-family: var(--font-gothic) !important;
  font-weight: normal;
}
.v-application--wrap p, .v-application--wrap a, .v-application--wrap li,
.v-application--wrap td, .v-application--wrap th, .v-application--wrap dd, .v-application--wrap dt,
.v-application--wrap h1, .v-application--wrap h2, .v-application--wrap h3,
.v-application--wrap h4, .v-application--wrap h5, .v-application--wrap h6,
.v-application--wrap button, .v-application--wrap input, .v-application--wrap textarea, .v-application--wrap label,
.v-application--wrap span:not(.v-icon):not([class*="icon"]):not([class*="mdi"]):not([class*="material"]),
.v-application--wrap div:not([class*="icon"]):not(.v-icon) {
  font-family: var(--font-gothic) !important;
}

/* 見出し（h1〜h6）を明朝に戻す。
   ↑のゴシック指定と同じ詳細度(0,1,1)だが、**後に書いてあるので勝つ**。 */
.v-application--wrap h1, .v-application--wrap h2, .v-application--wrap h3,
.v-application--wrap h4, .v-application--wrap h5, .v-application--wrap h6 {
  font-family: var(--font-mincho) !important;
}

/* ★ h1〜h6 以外で明朝にしたい要素（p / span で作った見出し・キャッチ）。
   ここは詳細度に注意が必要で、実際に一度ハマった箇所:
     上のゴシック総当たり指定のうち span/div の行は :not() を4つ重ねているため
     詳細度が (0,5,1) と高く、`.v-application--wrap .al-ttl__en` (0,2,0) では
     !important 同士でも**負ける**（実機で明朝にならず Noto Sans のままになる）。
   → 同じ :not() 連鎖を付けて (0,6,0) にし、確実に勝たせる。
   `.al-mincho` は任意の要素を明朝にするための汎用クラス。 */
.v-application--wrap
  :is(.al-mincho, .al-ttl__en, .al-lead, .al-top__catch, .al-top__city, .al-cast__name, .al-header__show)
  :not(.v-icon):not([class*="icon"]):not([class*="mdi"]):not([class*="material"]),
.v-application--wrap
  :is(.al-mincho, .al-ttl__en, .al-lead, .al-top__catch, .al-top__city, .al-cast__name, .al-header__show):not(.v-icon):not([class*="icon"]):not([class*="mdi"]):not([class*="material"]) {
  font-family: var(--font-mincho) !important;
}
h1, h2, h3, h4 { font-weight: 700; }

/* === 4. 地色（ダークテーマ） ===
   画像は使わず CSS グラデーションで作る（軽量・水鏡と同じ手法） */

/* ★v003: 最外殻のコンテナ。ここを塗らないと「ヘッダーの下端」と
   「.widget__wrap の開始位置」の隙間に白が露出する（＝白帯の真因）。
   eventos は Vuetify の theme--light を最外殻に付けており、既定が #fff。
   実測: header 0〜64px / widget__wrap 開始 154px → 90px の白い帯ができていた。
   .widget__wrap だけを塗っても隙間は埋まらないので、外側から先に塗り潰す。 */
.v-application,
.v-application.event__wrap,
section.wrap.layout-wrap {
  background-color: var(--brand-night) !important;
}

.widget__wrap, .list__wrap, .detail__wrap {
  background-color: var(--brand-night) !important;
  background-image:
    radial-gradient(1200px 600px at 50% 0%, rgba(44, 19, 50, .85) 0%, rgba(20, 10, 31, 0) 70%),
    radial-gradient(900px 500px at 10% 90%, rgba(163, 24, 63, .16) 0%, rgba(20, 10, 31, 0) 70%);
  background-attachment: fixed;
}

/* 本文の既定文字色を「黒」→「生成り」に（暗地なので必須） */
.widget__wrap, .list__wrap, .detail__wrap,
.detail__contents, .html__wrap {
  color: var(--brand-ivory);
}

/* === 5. 標準UIのテーマ上書き（水鏡 §6-4 の黒沈み対策一式） === */

/* コンテンツ名・アンダーライン */
.widget-title__text { color: var(--brand-gold) !important; }
.widget-header__border, .widget-title__border {
  border-color: var(--top-line-color) !important;
}
/* タイトルバーの背景を透過に。
   ※v002ではこれを「白帯の原因」と考えたが、実測すると v001 の時点で既に
     透過(rgba(0,0,0,0))になっており白帯とは無関係だった（真因は §4 参照）。
     ただし将来 eventos 側が白背景を付けてきた場合の保険として残す。 */
.widget-title__wrap, .widget__title { background: transparent !important; }

/* お知らせ：画像付きは白いカードで描画される（ブースカードと同型）。
   ★v002: 当初 ivory(ほぼ白) を文字色にしていたため白地に白文字で消えていた。
   ブースカードと同じ「明るいカード＋ink文字」に修正。 */
.information__content {
  background: var(--brand-ivory) !important;
  border: 1px solid var(--brand-gold) !important;
  border-radius: var(--radius-card) !important;
}
.information-title__text,
.information__title,
.information-description__text { color: var(--brand-ink) !important; }
span.information-date__text.base-color { color: var(--brand-rose) !important; }

/* ★v003: eventosはお知らせを2列グリッドで並べ、件数が奇数のときは
   **中身が空の .information__content.noline** を詰め物として描画する。
   上のカード装飾がそれにも当たり「空の生成りカード」が出てしまうため、
   :empty のときだけ装飾を外す（実測: 該当要素は innerHTML が完全に空）。 */
.information__content:empty {
  background: transparent !important;
  border: 0 !important;
}

/* ブース（公演情報）：リスト表示のときだけ銀にする。
   ★カード表示（.booth-card-layout）は明るいカード面なので巻き込まないこと —— 水鏡 §6-4 */
.booth-list__wrap .booth-title__text,
.booth-list__wrap .booth-description__text { color: var(--brand-ivory) !important; }

/* ブース詳細ページ本文 */
.detail__contents .title__content__text,
.detail__contents .description,
.detail__contents .html__wrap { color: var(--brand-ivory) !important; }

/* 詳細ページの機能名ヘッダー（既定は白背景＋黒字で暗地から浮く）—— 水鏡 v006 */
.detail-title__wrap, .detail-title__text { background: transparent !important; }
.detail-title__text h2 { color: var(--brand-gold) !important; }
/* 下線は単体セレクタだと負ける。複合クラスで詳細度を上げる —— 水鏡 §6-6 */
.detail-title__border.base-background-color {
  background-color: var(--brand-gold) !important;
}

/* もっとみるボタン（既定の青ボタンは暗地で浮くので金アウトラインに）
   ★v003: 「もっとみる」には**2種類**ある。実測で判明:
     .widget__bottom … コンテンツ下部に出る大きめのボタン
     .widget__header … 見出しの右端に出るテキストリンク型（お知らせ等）
   v002では前者しか対策しておらず、後者が eventos 既定の青(#0066ff)のまま
   暗地に乗っていた。両方を対象にする。 */
.widget__bottom.v-btn,
button.widget__bottom {
  background-color: transparent !important;
  border: 1px solid var(--brand-gold) !important;
  border-radius: var(--radius-pill) !important;
}
.widget__bottom .v-btn__content { color: var(--brand-gold-lt) !important; }

/* 見出し右の「もっとみる」（枠なしのテキストリンク型なので枠は付けない） */
.widget__header.v-btn,
button.widget__header { background-color: transparent !important; }
.widget__header .v-btn__content { color: var(--brand-gold-lt) !important; }

/* ★v003: 「もっとみる」に付く矢印アイコンが eventos 既定の青(#0066ff)。
   アイコンは <i> なので §3 のフォント総当たり指定の対象外＝グリフは無事だが、
   色は別途指定が必要。Vuetify の .theme--light.v-icon に勝つため
   .v-application--wrap を足して詳細度を上げる。 */
.v-application--wrap .v-icon.mdi-chevron-right-circle,
.widget__header .v-icon,
.widget__bottom .v-icon { color: var(--brand-gold) !important; }

/* 公演情報カード：明るい生成り面＋金の細枠。「チケットの券面」の見立て */
.booth-card-layout__content {
  background: var(--brand-ivory) !important;
  border: 1px solid var(--brand-gold) !important;
  border-radius: var(--radius-card) !important;
  overflow: hidden;
}
/* 明るい面に載る文字は ink（既定の黒のままでも読めるが、黒は使わない方針） */
.booth-card-layout__content .booth-title__text,
.booth-card-layout__content .booth-description__text { color: var(--brand-ink) !important; }

/* ブース一覧の見出し・詳細地色 */
.booth-list-title__text {
  border-color: var(--booth-list-color) !important;
  color: var(--brand-gold) !important;
}
.base-background-color { background-color: var(--booth-detail-color) !important; }

/* 検索・ページネーション（2件のみなので通常は出ないが、出た場合の保険） */
.booth-search__button { background-color: var(--brand-gold) !important; }
.v-pagination__item--active {
  background-color: var(--brand-gold) !important;
  border-color: var(--brand-gold) !important;
}

/* 標準ヘッダー（自作ヘッダーは Live!ホーム限定。サブページは標準ヘッダー）—— 水鏡 §6-3
   ★ .header-tab__wrap を忘れると右側だけ白く残る */
.header__wrap, .header__content,
.header-logo__wrap, .header-tab__wrap,
.header-tab__pc, .header-tab__menu, .header-tab__sp,
.header__wrap .v-tabs, .header__wrap .v-tabs-bar, .header__wrap .v-tab {
  background-color: var(--header-bg-color) !important;
}
.header-tab__name, .header-tab__v-tab,
.header__wrap .menu__name { color: var(--header-name-color) !important; }
.header-tab__wrap { border-color: var(--header-line-color) !important; }

/* タブ領域(.header-tab__wrap)への念押し指定。
   ※v002ではこれも「白帯の原因」と考えたが、実測では v001 の時点で既に
     暗色化できていた（真因は §4 の最外殻コンテナ）。
     とはいえ Vuetify のタブ部品は内部要素が多く白が出やすい箇所なので、
     詳細度を上げたこの指定はそのまま維持しておく。 */
.v-application--wrap .header-tab__wrap,
.v-application--wrap .header-tab__wrap .v-tabs,
.v-application--wrap .header-tab__wrap .v-tabs-bar,
.v-application--wrap .header-tab__wrap .v-tabs-bar__content,
.v-application--wrap .header-tab__wrap .v-slide-group__wrapper,
.v-application--wrap .header-tab__wrap .v-tab,
.v-application--wrap .header-tab__wrap .theme--light,
.v-application--wrap .header__wrap {
  background-color: var(--header-bg-color) !important;
}
/* タブのアクティブ下線・リップル等、色指定のない透過要素が地の白を透かして
   見えることがあるため、背景色を持つ可能性のある内部要素は個別に透過へ */
.v-application--wrap .header-tab__wrap .v-tabs-slider-wrapper,
.v-application--wrap .header-tab__wrap .v-ripple__container {
  background-color: transparent !important;
}

/* === 6. 標準UIの消し込み === */
.top-button__wrap { display: none; }              /* 最上部に戻るボタン */
p.portal-event-top { display: none !important; }  /* イベントトップに戻る */


/* ============================================================
   7. 汎用パーツ（HTMLモジュール／ブース本文から使う自作クラス）
   ============================================================ */

/* ---- セクションの器 ---- */
.al-sec { padding: 4.5em 1.5em; }
.al-sec__inner { max-width: 1000px; margin: 0 auto; }
/* 一段沈めたパネル（セクションを交互にして単調さを避ける） */
.al-sec--panel { background: rgba(44, 19, 50, .55); border-block: 1px solid rgba(201, 162, 74, .22); }

/* ---- セクション見出し（英語＋日本語＋金の飾り罫） ---- */
.al-ttl { position: relative; text-align: center; margin: 0 0 2.2em; padding-bottom: 1.6em; }
.al-ttl__en {
  display: block;
  font-family: var(--font-mincho);
  color: var(--brand-gold);
  font-size: 2em;
  font-weight: 700;
  letter-spacing: .22em;
  text-indent: .22em;      /* letter-spacing の分だけ右にずれるのを打ち消す */
  line-height: 1.3;
}
.al-ttl__ja {
  display: block;
  color: var(--brand-gold-lt);
  font-size: .78em;
  letter-spacing: .28em;
  text-indent: .28em;
  margin-top: .7em;
  opacity: .9;
}
/* 見出し下の金の飾り罫（横線＋中央のひし形）。
   ひし形は正方形を45度回すのが確実。グラデーションで作ると三角に見えて崩れる */
.al-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: .55em;
  width: 84px;
  height: 1px;
  transform: translateX(-50%);
  background: var(--brand-gold);
  opacity: .6;
}
.al-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: .55em;
  width: 7px;
  height: 7px;
  transform: translate(-50%, 50%) rotate(45deg);
  background: var(--brand-gold);
}

/* ---- 本文まわり ---- */
.al-lead {
  font-family: var(--font-mincho);
  color: var(--brand-gold-lt);
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 0 0 1.6em;
}
.al-body {
  max-width: 42em;
  margin: 0 auto;
  line-height: 2.1;
  color: var(--brand-ivory);
}
.al-body p { margin: 0 0 1.2em; }
.al-em   { color: var(--brand-gold-lt); font-weight: 700; }
.al-note { font-size: .84em; line-height: 1.9; color: var(--brand-ivory); opacity: .72; }

/* ---- ボタン ---- */
.al-btn {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  padding: 1em 1.6em;
  background: var(--btn-bg-color);
  border: 1px solid var(--brand-rose);
  border-radius: var(--radius-pill);
  color: var(--btn-text-color) !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: .08em;
  transition: .2s;
}
.al-btn:hover { opacity: .85; }

/* 金アウトライン（サブ導線） */
.al-btn--sub {
  background: transparent;
  border-color: var(--brand-gold);
  color: var(--brand-gold-lt) !important;
}
.al-btn--sub:hover { background: rgba(201, 162, 74, .12); opacity: 1; }

/* 準備中（リンク未定のプレイガイド等）。クリックできないことを見た目で示す */
.al-btn.is-soon {
  background: transparent;
  border: 1px dashed rgba(246, 239, 226, .35);
  color: rgba(246, 239, 226, .55) !important;
  cursor: default;
  pointer-events: none;
  font-weight: 400;
}

.al-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin: 1.8em 0 0;
}

/* ---- 定義リスト（日時・会場・主催などの明細） ---- */
.al-dl { margin: 0; font-size: .96em; }
.al-dl > div {
  display: flex;
  gap: 1.2em;
  padding: .85em 0;
  border-bottom: 1px solid rgba(201, 162, 74, .28);
}
.al-dl dt {
  flex: 0 0 6.5em;
  color: var(--brand-gold);
  font-weight: 700;
  letter-spacing: .08em;
}
.al-dl dd { margin: 0; flex: 1 1 auto; line-height: 1.9; }

/* ---- 表（料金表） ---- */
.al-table { width: 100%; border-collapse: collapse; }
.al-table th, .al-table td {
  border: 1px solid rgba(201, 162, 74, .35);
  padding: .8em 1em;
  text-align: left;
  font-weight: normal;
  color: var(--brand-ivory);
}
.al-table th {
  background: rgba(201, 162, 74, .12);
  color: var(--brand-gold-lt);
  font-weight: 700;
  white-space: nowrap;
}
.al-table td { font-size: 1.05em; }
/* 表がはみ出してページ全体が横スクロールしないようにするラッパ */
.al-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* ---- 小見出し（ブース本文などの h3） ---- */
.al-h3 {
  font-family: var(--font-mincho);
  color: var(--brand-gold);
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 2.4em 0 .9em;
  padding-left: .7em;
  border-left: 3px solid var(--brand-gold);
}

/* ---- 注意書き（※の箇条書き） ---- */
.al-cautions {
  margin: 1.2em 0 0;
  padding-left: 1.3em;
  font-size: .86em;
  line-height: 1.95;
  color: var(--brand-ivory);
  opacity: .8;
}
.al-cautions li { margin-bottom: .35em; }


/* ---- 公演情報ブース本文 ---- */
.al-perf { max-width: 820px; margin: 0 auto; padding: .5em 0 2em; }
.al-perf .al-h3:first-of-type { margin-top: 1.6em; }
/* プレイガイドのボタン並び（4種を2列に） */
.al-guides { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9em; margin: 1.2em 0 0; }
.al-guides .al-btn { max-width: none; width: 100%; padding: .9em 1em; font-size: .95em; }
/* 発売日の帯 */
.al-onsale {
  text-align: center;
  border: 1px solid var(--brand-gold);
  border-radius: var(--radius-card);
  padding: 1em 1.2em;
  margin: 0;
}
.al-onsale strong {
  display: block;
  font-family: var(--font-mincho);
  color: var(--brand-gold-lt);
  font-size: 1.35em;
  letter-spacing: .06em;
  margin-top: .2em;
}


/* ============================================================
   8. トップページ各セクション
   （HTMLモジュール側を軽くするため、スタイルはすべてここに置く）
   ============================================================ */

/* ---- トップテキスト帯（FV直下） ---- */
.al-top { background: var(--top-bg-color); padding: 3em 1.5em; text-align: center; }
.al-top__inner { max-width: 900px; margin: 0 auto; }
.al-top__catch {
  font-family: var(--font-mincho);
  color: var(--brand-gold-lt);
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.9;
  margin: 0 0 1.6em;
}
/* 2公演を並べる（出雲／米子） */
.al-top__shows { display: flex; flex-wrap: wrap; gap: 1em; justify-content: center; }
.al-top__show {
  flex: 1 1 300px;
  max-width: 400px;
  border: 1px solid var(--brand-gold);
  border-radius: var(--radius-card);
  padding: 1.4em 1.2em;
  background: rgba(20, 10, 31, .45);
  text-decoration: none;
  display: block;
  transition: .2s;
  /* ★v003: <a> は Vuetify 既定のリンク青(#1976d2)を継承する。
     いまは子要素が全て自前の色を持つので見た目に出ていないが、
     直下にテキストを足した瞬間に青くなるため明示しておく。 */
  color: var(--brand-ivory) !important;
}
.al-top__show:hover { background: rgba(201, 162, 74, .12); }
.al-top__city {
  color: var(--brand-gold);
  font-family: var(--font-mincho);
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 .4em;
}
.al-top__date {
  color: var(--brand-ivory);
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0;
  line-height: 1.4;
}
.al-top__date .al-dow {
  font-size: .6em;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 0 .35em;
  margin-left: .3em;
  vertical-align: .18em;
}
.al-top__venue { color: var(--brand-ivory); font-size: .92em; margin: .5em 0 0; opacity: .85; }
.al-top__time  { color: var(--brand-gold-lt); font-size: .88em; margin: .3em 0 0; }

/* ---- STORY ---- */
.al-story { display: flex; gap: 2.5em; align-items: center; flex-wrap: wrap; }
.al-story__txt { flex: 1 1 380px; line-height: 2.1; }
.al-story__txt p { margin: 0 0 1.2em; }
.al-story__fig { flex: 1 1 320px; margin: 0; }
.al-story__fig img {
  width: 100%;
  display: block;
  border: 1px solid rgba(201, 162, 74, .5);
  border-radius: var(--radius-card);
}
.al-figcap { font-size: .78em; opacity: .7; margin: .6em 0 0; text-align: right; }

/* ---- CAST ---- */
/* 主演6名 → PC3列(3+3) / SP2列。4列にすると 4+2 で下段が寄って落ち着かない */
.al-cast {
  list-style: none;
  margin: 0 0 2.5em;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8em 1.4em;
}
/* ドルディ／ドルダムの2名組。3列グリッドに2枚だと左に寄るので専用に2列＋中央寄せ */
.al-cast--pair {
  grid-template-columns: repeat(2, 1fr);
  max-width: 460px;
  margin-inline: auto;
}
.al-cast__item { text-align: center; }

/* ★ キャスト写真が間に合わないまま公開する場合の逃げ道
   下の1行のコメントを外すと写真枠が消え、「役名＋氏名」だけの一覧になる。
   8枚の空枠が並ぶより収まりが良い。写真が届いたら再びコメントアウトする。 */
/* .al-cast__photo { display: none; } */

/* 写真枠。素材が届いたら中に <img> を入れるだけでよい（下の img ルールが効く） */
.al-cast__photo {
  position: relative;
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, rgba(44,19,50,.9), rgba(20,10,31,.9));
  border: 1px solid rgba(201, 162, 74, .45);
  border-radius: var(--radius-card);
  overflow: hidden;
  margin-bottom: .8em;
}
.al-cast__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 写真未着のあいだのプレースホルダ（トランプのスートを薄い金で置く）。
   ★ ::after は要素の最後に描画される＝img より前面に来てしまうため、
     img が入ったら :has() で明示的に消す。素材が届いたら
     <div class="al-cast__photo"><img ...></div> と入れるだけでよい。 */
.al-cast__photo:has(img)::after { content: none; }
.al-cast__photo::after {
  content: "♠";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4em;
  color: var(--brand-gold);
  opacity: .22;
}
.al-cast__item:nth-child(4n+2) .al-cast__photo::after { content: "♥"; }
.al-cast__item:nth-child(4n+3) .al-cast__photo::after { content: "♦"; }
.al-cast__item:nth-child(4n+4) .al-cast__photo::after { content: "♣"; }
.al-cast__role {
  color: var(--brand-gold);
  font-size: .82em;
  letter-spacing: .1em;
  margin: 0 0 .3em;
}
.al-cast__name {
  font-family: var(--font-mincho);
  color: var(--brand-ivory);
  font-size: 1.12em;
  font-weight: 700;
  letter-spacing: .04em;
  margin: 0;
}
/* アンサンブル・スイング・スタッフ */
.al-cast__block { border-top: 1px solid rgba(201, 162, 74, .28); padding-top: 1.6em; margin-top: .5em; }
.al-cast__label {
  color: var(--brand-gold);
  font-size: .82em;
  letter-spacing: .18em;
  text-align: center;
  margin: 0 0 .7em;
}
.al-cast__names {
  text-align: center;
  line-height: 2.1;
  color: var(--brand-ivory);
  margin: 0;
}

/* ---- MOVIE ---- */
/* 16:9 の埋め込み枠。動画が届いたら中に <iframe> を入れる */
.al-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: rgba(20, 10, 31, .6);
  border: 1px solid rgba(201, 162, 74, .45);
  border-radius: var(--radius-card);
  overflow: hidden;
}
.al-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* 公開前のプレースホルダ表示 */
.al-embed.is-soon {
  border-style: dashed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.al-embed.is-soon::after {
  content: "近日公開";
  color: var(--brand-gold);
  font-family: var(--font-mincho);
  font-size: 1em;
  letter-spacing: .2em;
  opacity: .75;
}
.al-movie__main { max-width: 800px; margin: 0 auto 1em; }
.al-movie__cap { text-align: center; color: var(--brand-gold-lt); letter-spacing: .12em; margin: 0 0 3em; }
.al-movie__grid {
  list-style: none;
  margin: 1.4em 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4em 1.2em;
}
.al-movie__grid .al-movie__cap { font-size: .88em; margin: .6em 0 0; }
.al-movie__grid .al-embed.is-soon::after { font-size: .8em; }

/* ---- footer ---- */
.al-footer {
  background: var(--footer-bg-color);
  color: var(--footer-text-color);
  border-top: 1px solid rgba(201, 162, 74, .3);
  padding: 3.5em 1.5em 5em;
  text-align: center;
}
.al-footer__inner { max-width: 900px; margin: 0 auto; }
.al-footer__logo { margin: 0 0 2em; }
.al-footer__logo img { width: 240px; max-width: 60%; height: auto; }
.al-footer__credits { text-align: left; max-width: 760px; margin: 0 auto 2em; font-size: .88em; }
.al-footer__credits > div {
  display: flex;
  gap: 1em;
  padding: .6em 0;
  border-bottom: 1px solid rgba(201, 162, 74, .2);
}
.al-footer__credits dt { flex: 0 0 7em; color: var(--brand-gold); font-weight: 700; }
.al-footer__credits dd { margin: 0; line-height: 1.9; }
.al-footer__contact { font-weight: 700; line-height: 2; margin: 0 0 1.5em; }
.al-footer__contact .al-tel { color: var(--brand-gold-lt); font-size: 1.15em; letter-spacing: .04em; }


/* ============================================================
   9. レスポンシブ（eventos標準ブレイクポイント 600/850/960/1200 に整合）
   ============================================================ */

@media screen and (max-width: 600px) {
  .al-sec { padding: 3.2em 1.1em; }
  .al-ttl__en { font-size: 1.5em; }
  .al-ttl__ja { font-size: .7em; }
  .al-lead { font-size: 1.08em; }
  .al-top__catch { font-size: 1.05em; }
  .al-top__date { font-size: 1.3em; }

  .al-cast { grid-template-columns: repeat(2, 1fr); gap: 1.2em .9em; }
  .al-cast__name { font-size: 1em; }

  .al-movie__grid { grid-template-columns: repeat(2, 1fr); }
  .al-guides { grid-template-columns: 1fr; }

  /* 表はセル内改行を許す（許さないと表が画面幅を超えて横スクロールが起きる） */
  .al-table th { white-space: normal; }
  .al-table th, .al-table td { padding: .6em .6em; font-size: .9em; }

  /* 明細は2段組みをやめて縦積みに */
  .al-dl > div { flex-direction: column; gap: .25em; }
  .al-dl dt { flex-basis: auto; }

  .al-footer__credits > div { flex-direction: column; gap: .2em; }
  .al-btn { max-width: 100%; }
}
