/* =========================================================
   FX layer — otsuka-air.jp 風インタラクション
   Lenis + GSAP/ScrollTrigger + Three.js + Barba風イントロ
   ========================================================= */

/* ページ固有レイアウト */
body{ overflow-x:hidden; }

/* ===== サイトヘッダー（透明・固定） ===== */
.site-header{ position:fixed; top:0; left:0; right:0; z-index:100;
  display:flex; align-items:center; justify-content:space-between;
  padding:14px clamp(14px,4vw,28px); background:transparent; pointer-events:none; }
.site-header > *{ pointer-events:auto; }
.site-header__logo img{ height:66px; width:auto; display:block;
  filter:drop-shadow(0 0 2px rgba(0,0,0,.9)) drop-shadow(0 2px 4px rgba(0,0,0,.55)); }
.site-header__nav{ display:flex; gap:clamp(6px,1.6vw,14px); }
.site-header__nav a{ color:#fff; text-decoration:none; font-size:clamp(13px,2.9vw,16px);
  letter-spacing:.04em; font-family:var(--font-accent); font-weight:700; white-space:nowrap;
  padding:0; border-radius:0;
  filter:drop-shadow(0 1px 3px rgba(0,0,0,.8));
  transition:color var(--dur) var(--ease), background var(--dur) var(--ease); }
.site-header__nav a:hover{ background:var(--c-red); color:var(--c-yellow); filter:none; }

/* ===== FV固定 / 下のセクションがせり上がる（背景透明・FVが透ける） ===== */
.fv-spacer{ height:100svh; }
.content{ position:relative; z-index:2; background:transparent; }

/* SNS・CTAは初期非表示 → スクロールで出現（JS有効時のみ隠す） */
.fx .hero-sns, .fx .ticket-fab{ opacity:0; }

/* ===== フローティング チケットCTA（右下・正円） ===== */
.ticket-fab{ position:fixed; right:18px; bottom:18px; z-index:120;
  width:100px; height:100px; border-radius:50%;
  background:var(--c-red); color:#fff; border:var(--bw) solid var(--c-ink);
  box-shadow:var(--shadow-pop); display:flex; align-items:center; justify-content:center;
  text-align:center; text-decoration:none; font-family:var(--font-accent); font-weight:700; font-size:14px; line-height:1.3;
  transition:transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.ticket-fab:hover{ transform:translate(-2px,-2px) rotate(-4deg); box-shadow:6px 6px 0 var(--c-ink); }
.ticket-fab:active{ transform:translate(2px,2px); box-shadow:0 0 0 var(--c-ink); }

/* ===== WebGL背景 ===== */
.bg-canvas{
  position:fixed; inset:0; width:100vw; height:100vh;
  z-index:-1; display:block; pointer-events:none;
}

/* ===== Hero（固定FV / 背景化） ===== */
.hero{ position:fixed; inset:0; z-index:1; background:transparent; overflow:hidden;
  padding:96px 0 40px; display:flex; flex-direction:column; justify-content:center;
  will-change:filter; }
.hero__inner{ position:relative; max-width:560px; margin:0 auto; padding:0 20px; text-align:center; }
.hero__inner picture{ display:block; width:100%; }
.hero__kv{ display:block; width:100%; max-width:520px; margin:0 auto; height:auto;
  filter:drop-shadow(0 18px 40px rgba(0,0,0,.7)); will-change:transform; }
/* PC：FVは横長サムネイルを大きく表示 */
@media(min-width:768px){
  .hero__inner{ max-width:1080px; }
  .hero__kv{ max-width:1040px; }
}
.hero__info{
  margin-top:20px; display:flex; gap:24px; justify-content:center; flex-wrap:wrap;
  color:#fff; font-family:var(--font-accent); font-size:14px;
  text-shadow:0 1px 4px rgba(0,0,0,.75); }
.hero__info b{ font-weight:700; }
.hero__cta{ margin:24px 0 0; }

/* FV最上部：超ヤバイ SVGマーキー（ループ） */
.hero-marquee{ position:absolute; top:0; left:0; right:0; z-index:4; overflow:hidden;
  padding:14px 0; background:var(--c-ink); border-bottom:var(--bw) solid var(--c-red); }
.hero-marquee__track{ display:flex; align-items:center; width:max-content;
  animation:hero-marquee 22s linear infinite; }
.hero-marquee__track img{ height:34px; width:auto; margin-right:40px; display:block; }
@keyframes hero-marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* 右：白SNSアイコン縦並び（天地中央・最前面に固定） */
.hero-sns{ position:fixed; right:14px; top:0; bottom:0; height:max-content; margin-block:auto;
  z-index:150; display:flex; flex-direction:column; gap:18px; }
.hero-sns a{ color:#fff; font-size:22px; line-height:1; text-decoration:none;
  background:transparent; display:inline-flex; align-items:center; justify-content:center;
  filter:drop-shadow(0 1px 3px rgba(0,0,0,.55));
  transition:transform var(--dur) var(--ease), color var(--dur) var(--ease); }
.hero-sns a:hover{ transform:scale(1.18); color:var(--c-yellow); }

/* スクロール誘導（左下に配置） */
.scroll-hint{ position:absolute; bottom:18px; left:24px; }
.scroll-hint span{ font-family:var(--font-accent); font-size:11px; letter-spacing:.3em; color:var(--c-yellow); }
.scroll-hint::after{ content:""; display:block; width:1px; height:38px; margin:8px auto 0;
  background:linear-gradient(var(--c-yellow), transparent); animation:scrollline 1.8s var(--ease) infinite; transform-origin:top; }
@keyframes scrollline{ 0%{transform:scaleY(0)} 40%{transform:scaleY(1)} 100%{transform:scaleY(0); transform-origin:bottom} }

/* ===== マーキー（呪い文言） ===== */
.marquee{ overflow:hidden; background:var(--c-ink); border-block:var(--bw) solid var(--c-red);
  padding:14px 0; white-space:nowrap; }
.marquee__track{ display:inline-flex; gap:0; will-change:transform; }
.marquee__track span{ font-family:var(--font-accent); font-size:18px; color:var(--c-yellow);
  padding-right:24px; }

/* ===== セクション共通（無印LPと同じ） ===== */
.sec-head{ text-align:center; margin-bottom:32px; }
.sec-head .tag{ margin-bottom:14px; }
.sec-title{ font-family:var(--font-display); line-height:1.2; font-size:var(--fz-h1); }
.u-paper .u-outline{ text-shadow:3px 3px 0 var(--c-red); }

.imgph{ width:100%; aspect-ratio:16/10; border:var(--bw) solid var(--c-ink); border-radius:var(--r-md);
  background:repeating-linear-gradient(45deg,#1c1612,#1c1612 12px,#231a14 12px,#231a14 24px);
  display:flex; align-items:center; justify-content:center; color:var(--text-muted);
  font-family:var(--font-accent); font-size:14px; box-shadow:var(--shadow-pop); }
.u-paper .imgph{ background:repeating-linear-gradient(45deg,#efe1d0,#efe1d0 12px,#e6d6c2 12px,#e6d6c2 24px); color:#9a8a76; }

.grid{ display:grid; gap:20px; }
@media(min-width:640px){ .grid-2{ grid-template-columns:1fr 1fr; } }

.promo{ position:relative; cursor:pointer; }
.promo .play{ position:absolute; inset:0; margin:auto; width:72px; height:72px;
  background:var(--c-red); border:var(--bw) solid var(--c-white); border-radius:50%;
  display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-pop); }
.promo .play::after{ content:""; border-style:solid; border-width:14px 0 14px 22px;
  border-color:transparent transparent transparent #fff; margin-left:5px; }

.sns{ display:flex; gap:28px; justify-content:center; flex-wrap:wrap; margin-inline:auto; }
.sns a{ display:inline-flex; align-items:center; justify-content:center; text-decoration:none;
  background:transparent; border:none; box-shadow:none; color:#fff; font-size:34px; line-height:1;
  transition:transform var(--dur) var(--ease), color var(--dur) var(--ease); }
.sns a:hover{ transform:scale(1.15); color:var(--c-yellow); }

.foot{ position:relative; z-index:1; background:transparent; color:var(--text); padding:56px 20px 40px; }
.foot__inner{ max-width:1000px; margin:0 auto; }
.foot__row{ display:grid; gap:30px; }
@media(min-width:760px){ .foot__row{ grid-template-columns:1fr 1fr; gap:52px; align-items:center; } }
.foot__row--mid{ }
.foot__col{ min-width:0; }
.foot__label{ font-family:var(--font-accent); letter-spacing:.2em; font-size:13px; color:var(--c-yellow);
  padding-bottom:10px; margin:0 0 14px; border-bottom:1px solid rgba(255,255,255,.18); }
.foot__host-name{ font-family:var(--font-accent); font-weight:700; font-size:15px; color:#fff; margin:0; }
.foot__logo{ width:240px; max-width:70%; height:auto; display:block; }
.foot__copy{ margin-top:40px; padding-top:22px; border-top:1px solid rgba(255,255,255,.14);
  text-align:center; font-family:var(--font-accent); font-size:12px; color:var(--text-muted); }

/* セクション背景は透明（固定FVが透けて見える）／文字は明色に統一 */
.u-section, .u-section.u-paper, .u-section.u-pop{ position:relative; background:transparent; color:var(--text); }

/* 注釈（注意事項）から下は半透明黒ゾーン（固定FVがうっすら透ける／上端は角丸） */
.solid-zone{ border-radius:50px 50px 0 0; position:relative; z-index:1; background:#0a0807c9; }

/* ===== Scroll Reveal 初期状態 =====
   JSが効いた時(html.fx)だけ隠す → CDN未ロード/JS失敗時は常に可視 */
.fx [data-reveal], .fx [data-reveal-pop]{ opacity:0; will-change:transform,opacity; }
.fx [data-reveal]{ transform:translateY(40px); }
.fx [data-reveal-pop]{ transform:translateY(30px) scale(.86) rotate(-3deg); }

/* ===== Barba風イントロ幕（JS有効時のみ表示） ===== */
.intro{ display:none; position:fixed; inset:0; z-index:200; background:var(--c-ink);
  align-items:center; justify-content:center; }
.fx .intro{ display:flex; }
.intro__inner{ text-align:center; width:min(360px,74vw); }
.intro__logo{ width:100%; height:auto; }
.intro__bar{ margin-top:24px; height:4px; background:rgba(255,255,255,.25); border-radius:99px; overflow:hidden; }
.intro__bar span{ display:block; height:100%; width:0; background:var(--c-yellow); }
.intro.is-done{ pointer-events:none; }

@media (prefers-reduced-motion: reduce){
  [data-reveal], [data-reveal-pop]{ opacity:1; transform:none; }
  .scroll-hint::after{ animation:none; }
}

/* =========================================================
   etoha-lab 風レイアウト（構成のみ採用 / 色は赤×黄キッチュ維持）
   特大コピー・傾きカード・吹き出し・散らしチップ・非対称
   ========================================================= */

/* セクション内側の広めの余白（エアリー寄りのリズム） */
.u-section{ overflow:hidden; }
.wide{ max-width:1040px; margin-inline:auto; padding-inline:24px; }

/* --- 特大ステートメントコピー --- */
.big-copy{
  font-family:var(--font-display); line-height:1.5;
  font-size:clamp(34px, 8.5vw, 76px);
}
.big-copy .em{ color:var(--c-yellow); -webkit-text-stroke:2px var(--c-ink);
  paint-order:stroke fill; text-shadow:var(--shadow-pop-red); }
.u-paper .big-copy .em{ text-shadow:3px 3px 0 var(--c-red); }

/* EN見出しラベル（縦の細字＋大きな和文の対比） */
.eyebrow{ font-family:var(--font-accent); letter-spacing:.18em; font-size:13px;
  color:var(--c-yellow); display:inline-flex; align-items:center; gap:10px; }
.eyebrow::before{ content:""; width:34px; height:3px; background:var(--c-yellow); display:inline-block; }
.u-pop .eyebrow, .u-section:not(.u-paper) .eyebrow{ color:var(--c-yellow); }
.u-pop .eyebrow::before, .u-section:not(.u-paper) .eyebrow::before{ background:var(--c-yellow); }

/* --- 非対称フィーチャー（画像＋オフセットしたコピー） --- */
.feature{ display:grid; gap:24px; align-items:start; }
@media(min-width:820px){
  .feature{ grid-template-columns:1.05fr .95fr; gap:48px; }
  .feature--rev{ grid-template-columns:.95fr 1.05fr; }
  .feature--rev .feature__media{ order:2; }
}
.feature__media{ position:relative; }
.feature__body{ position:relative; }

/* --- 傾きカード／重なり --- */
.tilt{ transform:rotate(-3deg); }
.tilt-2{ transform:rotate(2.5deg); }
.tilt-card{ border:var(--bw) solid var(--c-ink); border-radius:var(--r-md);
  box-shadow:var(--shadow-pop); background:var(--surface); }
.overlap-up{ margin-top:-48px; }

/* --- 吹き出し（speech balloon） --- */
.balloon{ position:relative; display:inline-block; background:var(--c-yellow); color:var(--c-ink);
  font-family:var(--font-accent); padding:12px 20px; border:var(--bw) solid var(--c-ink);
  border-radius:18px; box-shadow:var(--shadow-pop); }
.balloon::after{ content:""; position:absolute; left:32px; bottom:-15px; width:0; height:0;
  border-style:solid; border-width:16px 12px 0 0; border-color:var(--c-ink) transparent transparent transparent; }
.balloon::before{ content:""; position:absolute; left:34px; bottom:-9px; width:0; height:0; z-index:1;
  border-style:solid; border-width:12px 9px 0 0; border-color:var(--c-yellow) transparent transparent transparent; }
.balloon--red{ background:var(--c-red); color:#fff; }
.balloon--red::before{ border-top-color:var(--c-red); }

/* --- 散らしチップ（呪い文言を撒く） --- */
.scatter{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px 8px;
  max-width:760px; margin:0 auto; }
.chip{ font-family:var(--font-accent); font-size:clamp(14px,3.4vw,20px);
  padding:8px 18px; border-radius:var(--r-pill); border:var(--bw) solid var(--c-ink);
  background:var(--c-paper); color:var(--c-ink); box-shadow:var(--shadow-pop); white-space:nowrap; }
.chip:nth-child(3n){ background:var(--c-yellow); transform:rotate(-4deg); }
.chip:nth-child(3n+1){ transform:rotate(2.5deg); }
.chip:nth-child(4n){ background:var(--c-red); color:#fff; transform:rotate(-1.5deg); }
.chip:nth-child(5n){ transform:rotate(4deg); }

/* --- Swiper（グッズ横カルーセル） --- */
.goods-swiper{ overflow:hidden; padding-bottom:8px; }
.goods-swiper .swiper-slide{ width:240px; }
.goods-card{ border:var(--bw) solid var(--c-ink); border-radius:var(--r-md);
  background:var(--c-white); box-shadow:var(--shadow-pop); overflow:hidden; }
.goods-card .ph{ aspect-ratio:1/1;
  background:repeating-linear-gradient(45deg,#efe1d0,#efe1d0 12px,#e6d6c2 12px,#e6d6c2 24px);
  display:flex; align-items:center; justify-content:center; color:#9a8a76;
  font-family:var(--font-accent); font-size:13px; }
.goods-card__body{ padding:14px 16px; color:var(--c-ink); }
.goods-card__name{ font-family:var(--font-accent); font-size:15px; }
.goods-card__price{ font-family:var(--font-display); color:var(--c-red); font-size:18px; margin-top:4px; }
.swiper-ctrl{ display:flex; gap:12px; justify-content:center; align-items:center; margin-top:24px; }
.swiper-ctrl button{ width:52px; height:52px; border-radius:50%; border:var(--bw) solid var(--c-ink);
  background:var(--c-yellow); box-shadow:var(--shadow-pop); cursor:pointer; font-size:20px; line-height:1;
  display:flex; align-items:center; justify-content:center; }
.swiper-ctrl button:active{ transform:translate(2px,2px); box-shadow:none; }

/* 散らし装飾の浮遊絵文字（呪物） */
.floaty{ position:absolute; z-index:5; width:clamp(58px,11vw,96px); height:auto; display:block;
  filter:drop-shadow(2px 3px 0 rgba(0,0,0,.25)); pointer-events:none; user-select:none; }
.floaty--tl{ top:-24px; left:-16px; }
.floaty--br{ bottom:-24px; right:-16px; }

/* =========================================================
   グッズ：縦スクロール → 横流し（GSAP pin / 横スクロール制御）
   ========================================================= */
.goods-pin{ position:relative; }
.goods-pin__inner{ height:100svh; display:flex; flex-direction:column; justify-content:center;
  gap:clamp(20px,4vw,40px); overflow:hidden; }
.goods-pin__head{ flex:0 0 auto; }
.goods-track{ display:flex; align-items:center; gap:clamp(16px,3vw,28px);
  padding-inline:clamp(24px,6vw,80px); width:max-content; will-change:transform; }
.goods-item{ flex:0 0 auto; width:min(80vw,320px); }
.goods-item--end{ display:flex; align-items:center; justify-content:center; width:auto; padding-inline:20px; }
/* 旧Swiper用ボタンは不要 */
.swiper-ctrl{ display:none; }

/* =========================================================
   会場セクション（ご来場の皆様へ）
   ========================================================= */
.venue-note{ display:inline-block; margin-top:14px; font-family:var(--font-accent); font-size:13px;
  color:var(--c-ink); background:var(--c-yellow); border:var(--bw) solid var(--c-ink);
  border-radius:var(--r-pill); padding:8px 18px; box-shadow:var(--shadow-pop); }
.venue-info{ display:grid; grid-template-columns:auto 1fr; gap:10px 16px; margin:18px 0 0; text-align:left; }
.venue-info dt{ font-family:var(--font-accent); color:var(--c-yellow); white-space:nowrap; }
.venue-info dd{ margin:0; }

/* =========================================================
   お知らせ（枠なし・シンプルな3件リスト）
   ========================================================= */
.news-list{ list-style:none; margin:28px auto 0; padding:0; max-width:680px; }
.news-list li{ display:flex; gap:18px; align-items:baseline; padding:16px 4px;
  border-bottom:1px solid rgba(255,255,255,.16); }
.news-list li:first-child{ border-top:1px solid rgba(255,255,255,.16); }
.news-list time{ font-family:var(--font-accent); color:var(--c-yellow); font-size:14px; white-space:nowrap; }
.news-list span{ font-size:15px; line-height:1.6; }

/* =========================================================
   チケットCTAの招き猫（3Dイメージ＋手招き風アニメ）
   ========================================================= */
.ticket-fab{ overflow:visible; }
.ticket-fab__cat{ position:absolute; left:50%; bottom:70px; width:70px; height:70px;
  transform:translateX(-50%); pointer-events:none;
  filter:drop-shadow(0 3px 4px rgba(0,0,0,.45)); }

/* 会場マップ（Google Map埋め込み） */
.venue-map{ position:relative; width:100%; aspect-ratio:4/3; border:var(--bw) solid var(--c-ink);
  border-radius:var(--r-md); box-shadow:var(--shadow-pop); overflow:hidden; }
.venue-map iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; display:block; }

/* =========================================================
   前面の煙レイヤー（ビューポート固定 / 要素の上に漂う）
   操作透過・低不透明度・UI(ヘッダー/SNS/FAB)より下で可読性を確保
   ========================================================= */
.smoke-fixed{ position:fixed; inset:0; width:100vw; height:100vh; z-index:5;
  pointer-events:none; display:block; opacity:.5; }
@media (prefers-reduced-motion: reduce){ .smoke-fixed{ display:none; } }

/* =========================================================
   SP最適化（〜600px）
   ========================================================= */
@media (max-width:600px){
  /* セクション余白を少しタイトに */
  :root{ --section-y: clamp(40px, 9vw, 72px); }

  /* FVの上余白を詰める（SPはKVを上寄りに） */
  .hero{ padding:20px 0 40px; }

  /* ヘッダー：狭幅でも1行に収める */
  .site-header{ padding:12px 14px; }
  .site-header__nav{ gap:11px; }
  .site-header__nav a{ font-size:11px; letter-spacing:.02em; }
  .site-header__logo img{ height:42px; }

  /* 特大コピー：最小を少し下げて見切れ防止 */
  .big-copy{ font-size:clamp(30px, 8.4vw, 64px); }

  /* 会場/期間：SPでも横並びを維持（折返さず1行に収める） */
  .hero__info{ flex-wrap:nowrap; gap:12px; font-size:clamp(10px,3vw,13px); }
  .hero__info span{ white-space:nowrap; }

  /* スクロールアニメは中央に */
  .scroll-hint{ left:50%; transform:translateX(-50%); }

  /* 吹き出し・浮遊絵文字を小ぶりに（要素内に収める） */
  .balloon{ font-size:12px; padding:9px 14px; }
  .feature__media .balloon{ max-width:72%; }
  .floaty{ font-size:30px; }

  /* 散らしチップを少し詰める */
  .scatter{ gap:8px 6px; }
  .chip{ font-size:clamp(13px,3.6vw,17px); padding:7px 14px; }

  /* お知らせ：SPは日付を上・タイトル＋矢印をその下に */
  .news-list li{ gap:12px; padding:14px 2px; }
  .news-list--center li a{ flex-direction:column; align-items:flex-start; gap:6px; text-align:left; }
  .news-list--center li a::after{ display:none; }
  .news-list span::after{ content:"＞"; margin-left:8px; color:var(--c-yellow); font-size:13px; white-space:nowrap; }

  /* 招き猫＋FABを少しコンパクトに */
  .ticket-fab{ width:90px; height:90px; right:14px; bottom:14px; font-size:13px; }
  .ticket-fab__cat{ width:60px; height:60px; bottom:64px; }

  /* SNSアイコン：端に寄せすぎない＋少し小さく */
  .hero-sns{ right:10px; gap:16px; }
  .hero-sns a{ font-size:20px; }

  /* 監修の赤バルーンが右に飛び出さないよう内側へ */
  .feature__media .balloon.balloon--red{ right:0; }
}

/* レスポンシブ改行制御：.br-sp=SPのみ改行 / .br-pc=SPで改行を消す */
.br-sp{ display:none; }
@media (max-width:600px){
  .br-sp{ display:inline; }
  .br-pc{ display:none; }
}

/* =========================================================
   監修クリエイター（たっくー / はやとも）
   ========================================================= */
.person + .person{ }
.person-photo{ width:100%; height:auto; display:block; border:var(--bw) solid var(--c-ink);
  border-radius:var(--r-md); box-shadow:var(--shadow-pop); }
.person__role{ font-family:var(--font-accent); font-size:13px; letter-spacing:.06em; color:var(--c-yellow); }
.person__name{ font-family:var(--font-display); font-size:clamp(26px,6vw,40px); line-height:1.1;
  margin:4px 0 14px; color:#fff; }
.person__profile{ font-size:13.5px; line-height:1.9; color:var(--text-muted); }
.person__comment{ margin-top:18px; padding-top:16px; border-top:1px solid rgba(255,255,255,.14);
  font-size:15px; line-height:1.95; }
.person__comment p{ margin:0 0 1em; }
.person__comment p:last-child{ margin-bottom:0; }
.person__sign{ font-family:var(--font-accent); text-align:right; color:var(--c-yellow); }

/* イントロ免責注記・テキストリンク */
.intro-note{ margin:18px auto 0; max-width:600px; font-size:12.5px; line-height:1.8; color:var(--text-muted); }
.text-link{ color:var(--c-yellow); text-decoration:underline; text-underline-offset:3px;
  font-family:var(--font-accent); font-size:14px; }
.text-link:hover{ color:#fff; }

/* NEWS：行全体をクリック可能に（別ページ遷移） */
.news-list li{ padding:0; }
.news-list a{ display:flex; gap:18px; align-items:baseline; padding:16px 4px; text-decoration:none;
  color:inherit; transition:background var(--dur) var(--ease); }
.news-list a:hover{ background:rgba(255,255,255,.05); }
.news-list a::after{ content:"＞"; margin-left:auto; color:var(--c-yellow); align-self:center; font-size:13px; }

/* =========================================================
   主催（株式会社ファンコミュニケーションズ）
   ========================================================= */
.host-logo{ display:inline-block; margin-top:26px; background:#fff; border:var(--bw) solid var(--c-ink);
  border-radius:var(--r-md); box-shadow:var(--shadow-pop); padding:22px 30px; }
.host-logo img{ display:block; width:min(260px,60vw); height:auto; }
.host-name{ font-family:var(--font-accent); font-weight:700; margin-top:22px; font-size:16px; }
.host-desc{ max-width:660px; margin:16px auto 0; font-size:14px; line-height:2.05; text-align:left; color:var(--text); }

/* =========================================================
   追加調整（イントロ見出し / 開催概要 / PC版FAB）
   ========================================================= */
/* イントロ見出し：全部強調＋赤影の下に黒ベタ影／行間広め */
.intro-copy{ line-height:1.5; margin-top:20px; }
.intro-copy .em{ text-shadow:3px 3px 0 var(--c-red), 7px 7px 0 var(--c-ink); }
.intro-lead{ line-height:2.4; max-width:600px; margin:32px auto 0; }

/* インラインstyle撤去用のクラス */
.eyebrow--center{ justify-content:center; }
.news-heading{ font-size:clamp(26px,5vw,40px); }
.person{ margin-top:28px; }
.person + .person{ margin-top:56px; }
.overview-body{ margin-top:26px; }
.contact-btns{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
.contact-btns .btn{ padding:15px 26px; font-size:15px; white-space:nowrap; }
@media(min-width:600px){ .contact-btns{ flex-wrap:nowrap; } }
.btn--white{ background:#fff; color:var(--c-ink); border:var(--bw) solid var(--c-ink); box-shadow:var(--shadow-pop); }
.btn--white:hover{ background:#fff; color:var(--c-red); }
.mt-8{ margin-top:8px; }
.mt-20{ margin-top:20px; }

/* 開催概要（overview） */
.overview{ margin:0; }
.overview dt{ font-family:var(--font-accent); color:var(--c-yellow); font-size:13px; letter-spacing:.06em;
  padding-top:16px; margin-top:16px; border-top:1px solid rgba(255,255,255,.16); }
.overview dt:first-child{ border-top:0; margin-top:0; padding-top:0; }
.overview dd{ margin:6px 0 0; font-size:15px; line-height:1.9; }
.overview small{ color:var(--text-muted); font-size:12.5px; }
.overview-note{ margin-top:26px; padding-top:16px; border-top:1px solid rgba(255,255,255,.16);
  font-size:13.5px; line-height:1.95; color:var(--text-muted); }
.overview-note__ttl{ font-family:var(--font-accent); color:var(--c-yellow); margin:0 0 6px; font-size:14px; }

/* PC：チケットFABを大きく */
@media (min-width:820px){
  .ticket-fab{ width:134px; height:134px; right:26px; bottom:26px; font-size:16px; }
  .ticket-fab__cat{ width:100px; height:100px; bottom:96px; }
}

/* お知らせ 中央寄せ / 概要のKV */
.news-list--center li a{ justify-content:center; }
.news-list--center li a::after{ margin-left:8px; }
.overview-kv{ width:100%; height:auto; display:block; }
.map-link{ display:inline-block; margin-top:8px; font-family:var(--font-accent); font-size:13px;
  color:var(--c-yellow); text-decoration:underline; text-underline-offset:3px;
  transition:opacity var(--dur) var(--ease); }
.map-link:hover{ opacity:.7; }

/* =========================================================
   監修 → 主催：etoha-lab 事業内容と同じ sticky スタック
   各カードが下(130vh)から回転しながらせり上がって固定
   ========================================================= */
.sup-flip{ position:relative; padding:clamp(10px,4vw,48px) 0; }
.sup-stack{ display:flex; flex-direction:column; gap:clamp(24px,4vw,40px);
  width:min(960px,92%); margin:0 auto; }
.sup-card{ display:block; }
/* アニメなし・縦並び。高さはテキスト量に合わせて可変（切れない） */
.sup-card__inner{ width:100%; display:flex; overflow:hidden;
  background:var(--surface); border:var(--bw) solid var(--c-ink); border-radius:var(--r-lg);
  box-shadow:var(--shadow-pop); }
.sup-card__photo{ flex:0 0 42%; overflow:hidden; }
.sup-card__photo picture{ display:contents; }
.sup-card__photo img{ width:100%; height:100%; object-fit:cover; }
.sup-card__photo--logo{ display:flex; align-items:center; justify-content:center; background:#fff; }
.sup-card__photo--logo img{ width:82%; height:auto; object-fit:contain; }
.sup-card__body{ flex:1; padding:clamp(24px,3vw,44px); }
.sup-card__cat{ display:inline-block; font-family:var(--font-accent); font-weight:700; font-size:12px;
  letter-spacing:.14em; color:var(--c-ink); background:var(--c-yellow); padding:3px 13px;
  border-radius:var(--r-pill); margin:0 0 12px; }
.sup-card .person__role{ font-size:13px; }
.sup-card .person__name{ font-size:clamp(24px,4.6vw,32px); margin:2px 0 14px; color:var(--c-yellow); }
.sup-card .person__profile{ font-size:13.5px; line-height:1.9; color:var(--text-muted);
  margin:0 0 18px; padding-bottom:18px; border-bottom:1px solid rgba(255,255,255,.14); }
.sup-card .person__comment{ margin-top:0; padding-top:0; border-top:0; font-size:14px; line-height:1.9; }
.sup-card .person__comment p{ margin:0 0 1.1em; }
.sup-card--host .person__name{ font-family:var(--font-accent); font-size:clamp(19px,2.6vw,24px); color:#fff; margin:2px 0 14px; }
@media(max-width:720px){
  .sup-card__inner{ flex-direction:column; }
  .sup-card__photo{ flex:0 0 auto; aspect-ratio:4/3; }
  .sup-card__body{ padding:20px 18px 24px; }
  .sup-card .person__profile{ font-size:13px; }
  .sup-card .person__comment{ font-size:13.5px; line-height:1.8; }
}
