/* ==========================================================================
   HAMBURGER FESTIVAL 2026 - style.css
   カラー比率の目安：
     マスタードイエロー #E8B923 … 約50%（地色）
     フェスティバルレッド #E30613 … 約25%（アクセント・帯）
     チーズクリーム   #FFF096 … 約15%（カード地）
     ブラック       #000000 … 約10%（枠線・文字）
   ========================================================================== */

/* ---------- Design Tokens ---------- */
:root {
  --c-mustard: #E8B923;
  --c-red: #E30613;
  --c-black: #000000;
  --c-cream: #FFF096;
  --c-white: #FFFDF2;

  --font-ja-head: "Zen Maru Gothic", sans-serif;
  --font-en-head: "Luckiest Guy", cursive;
  --font-body: "M PLUS Rounded 1c", sans-serif;

  /* 白アウトライン（ポスター/コミック風の縁取り）
     text-shadowを8方向に重ねて縁取りを再現しています */
  --outline-white:
    -3px -3px 0 #fff, 3px -3px 0 #fff,
    -3px 3px 0 #fff, 3px 3px 0 #fff,
    -3px 0 0 #fff, 3px 0 0 #fff,
    0 -3px 0 #fff, 0 3px 0 #fff;
  --outline-white-thin:
    -2px -2px 0 #fff, 2px -2px 0 #fff,
    -2px 2px 0 #fff, 2px 2px 0 #fff,
    -2px 0 0 #fff, 2px 0 0 #fff,
    0 -2px 0 #fff, 0 2px 0 #fff;

  --border-bold: 3px solid var(--c-black);
  --shadow-pop: 6px 6px 0 var(--c-black);
  --shadow-pop-sm: 4px 4px 0 var(--c-black);
  --radius-card: 20px;
  --radius-pill: 999px;

  /* 手描き風アイコンの総柄パターン（バーガー/ポテト/ドリンク/星）
     light … 黄・赤背景用（白の半透明） / dark … クリーム背景用（黒の極薄） */
  --pattern-icons-light: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22360%22 height=%22360%22 viewBox=%220 0 360 360%22%3E%3Cg fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%223.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 opacity=%220.17%22%3E%3Cg transform=%22translate(60 64) rotate(-12) scale(1.0)%22%3E%0A%3Cpath d=%22M-26 0 C-25 -19 25 -20 26 0%22/%3E%0A%3Cpath d=%22M-12 -10 l4 -2 M1 -13 l4 -1 M13 -9 l4 -2%22/%3E%0A%3Cpath d=%22M-28 5 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0%22/%3E%0A%3Cpath d=%22M-24 14 h48%22/%3E%0A%3Cpath d=%22M-26 20 h52 q-1 9 -10 9 h-33 q-9 0 -9 -9 z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(172 42) rotate(10) scale(0.9)%22%3E%0A%3Cpath d=%22M-8 -20 v15 M0 -24 v19 M8 -19 v14 M-15 -13 v9 M15 -14 v10%22/%3E%0A%3Cpath d=%22M-18 -5 L-12 24 h24 L18 -6%22/%3E%0A%3Cpath d=%22M-13 6 h26%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(264 32) rotate(20) scale(0.7)%22%3E%0A%3Cpath d=%22M0 -16 L4.5 -5.5 L16 -4 L7.5 3.5 L10 15 L0 8.5 L-9.5 14.5 L-7 4 L-15.5 -4.5 L-4.5 -5 Z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(318 98) rotate(-8) scale(1.0)%22%3E%0A%3Cpath d=%22M1 -9 l4 -20 l7 -4%22/%3E%0A%3Cpath d=%22M-16 -8 h32%22/%3E%0A%3Cpath d=%22M-14 -3 L-9 26 h18 L14 -4%22/%3E%0A%3Cpath d=%22M-11 8 h22%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(42 152) rotate(-15) scale(0.9)%22%3E%0A%3Cpath d=%22M0 -16 L4.5 -5.5 L16 -4 L7.5 3.5 L10 15 L0 8.5 L-9.5 14.5 L-7 4 L-15.5 -4.5 L-4.5 -5 Z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(152 152) rotate(14) scale(0.8)%22%3E%0A%3Cpath d=%22M-26 0 C-25 -19 25 -20 26 0%22/%3E%0A%3Cpath d=%22M-12 -10 l4 -2 M1 -13 l4 -1 M13 -9 l4 -2%22/%3E%0A%3Cpath d=%22M-28 5 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0%22/%3E%0A%3Cpath d=%22M-24 14 h48%22/%3E%0A%3Cpath d=%22M-26 20 h52 q-1 9 -10 9 h-33 q-9 0 -9 -9 z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(252 172) rotate(18) scale(0.85)%22%3E%0A%3Cpath d=%22M1 -9 l4 -20 l7 -4%22/%3E%0A%3Cpath d=%22M-16 -8 h32%22/%3E%0A%3Cpath d=%22M-14 -3 L-9 26 h18 L14 -4%22/%3E%0A%3Cpath d=%22M-11 8 h22%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(128 96) rotate(8) scale(0.9)%22%3E%0A%3Cpath d=%22M0 -7 v14 M-7 0 h14%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(326 232) rotate(-14) scale(1.05)%22%3E%0A%3Cpath d=%22M-8 -20 v15 M0 -24 v19 M8 -19 v14 M-15 -13 v9 M15 -14 v10%22/%3E%0A%3Cpath d=%22M-18 -5 L-12 24 h24 L18 -6%22/%3E%0A%3Cpath d=%22M-13 6 h26%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(100 236) rotate(8) scale(0.8)%22%3E%0A%3Cpath d=%22M0 -16 L4.5 -5.5 L16 -4 L7.5 3.5 L10 15 L0 8.5 L-9.5 14.5 L-7 4 L-15.5 -4.5 L-4.5 -5 Z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(210 262) rotate(6) scale(0.9)%22%3E%0A%3Cpath d=%22M-26 0 C-25 -19 25 -20 26 0%22/%3E%0A%3Cpath d=%22M-12 -10 l4 -2 M1 -13 l4 -1 M13 -9 l4 -2%22/%3E%0A%3Cpath d=%22M-28 5 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0%22/%3E%0A%3Cpath d=%22M-24 14 h48%22/%3E%0A%3Cpath d=%22M-26 20 h52 q-1 9 -10 9 h-33 q-9 0 -9 -9 z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(58 302) rotate(-20) scale(0.9)%22%3E%0A%3Cpath d=%22M1 -9 l4 -20 l7 -4%22/%3E%0A%3Cpath d=%22M-16 -8 h32%22/%3E%0A%3Cpath d=%22M-14 -3 L-9 26 h18 L14 -4%22/%3E%0A%3Cpath d=%22M-11 8 h22%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(168 326) rotate(6) scale(0.8)%22%3E%0A%3Cpath d=%22M-8 -20 v15 M0 -24 v19 M8 -19 v14 M-15 -13 v9 M15 -14 v10%22/%3E%0A%3Cpath d=%22M-18 -5 L-12 24 h24 L18 -6%22/%3E%0A%3Cpath d=%22M-13 6 h26%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(300 318) rotate(-25) scale(0.6)%22%3E%0A%3Cpath d=%22M0 -16 L4.5 -5.5 L16 -4 L7.5 3.5 L10 15 L0 8.5 L-9.5 14.5 L-7 4 L-15.5 -4.5 L-4.5 -5 Z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(308 150) rotate(-10) scale(0.8)%22%3E%0A%3Cpath d=%22M0 -7 v14 M-7 0 h14%22/%3E%0A%3C/g%3E%3C/g%3E%3C/svg%3E");
  --pattern-icons-dark: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22360%22 height=%22360%22 viewBox=%220 0 360 360%22%3E%3Cg fill=%22none%22 stroke=%22%23000000%22 stroke-width=%223.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 opacity=%220.05%22%3E%3Cg transform=%22translate(60 64) rotate(-12) scale(1.0)%22%3E%0A%3Cpath d=%22M-26 0 C-25 -19 25 -20 26 0%22/%3E%0A%3Cpath d=%22M-12 -10 l4 -2 M1 -13 l4 -1 M13 -9 l4 -2%22/%3E%0A%3Cpath d=%22M-28 5 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0%22/%3E%0A%3Cpath d=%22M-24 14 h48%22/%3E%0A%3Cpath d=%22M-26 20 h52 q-1 9 -10 9 h-33 q-9 0 -9 -9 z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(172 42) rotate(10) scale(0.9)%22%3E%0A%3Cpath d=%22M-8 -20 v15 M0 -24 v19 M8 -19 v14 M-15 -13 v9 M15 -14 v10%22/%3E%0A%3Cpath d=%22M-18 -5 L-12 24 h24 L18 -6%22/%3E%0A%3Cpath d=%22M-13 6 h26%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(264 32) rotate(20) scale(0.7)%22%3E%0A%3Cpath d=%22M0 -16 L4.5 -5.5 L16 -4 L7.5 3.5 L10 15 L0 8.5 L-9.5 14.5 L-7 4 L-15.5 -4.5 L-4.5 -5 Z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(318 98) rotate(-8) scale(1.0)%22%3E%0A%3Cpath d=%22M1 -9 l4 -20 l7 -4%22/%3E%0A%3Cpath d=%22M-16 -8 h32%22/%3E%0A%3Cpath d=%22M-14 -3 L-9 26 h18 L14 -4%22/%3E%0A%3Cpath d=%22M-11 8 h22%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(42 152) rotate(-15) scale(0.9)%22%3E%0A%3Cpath d=%22M0 -16 L4.5 -5.5 L16 -4 L7.5 3.5 L10 15 L0 8.5 L-9.5 14.5 L-7 4 L-15.5 -4.5 L-4.5 -5 Z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(152 152) rotate(14) scale(0.8)%22%3E%0A%3Cpath d=%22M-26 0 C-25 -19 25 -20 26 0%22/%3E%0A%3Cpath d=%22M-12 -10 l4 -2 M1 -13 l4 -1 M13 -9 l4 -2%22/%3E%0A%3Cpath d=%22M-28 5 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0%22/%3E%0A%3Cpath d=%22M-24 14 h48%22/%3E%0A%3Cpath d=%22M-26 20 h52 q-1 9 -10 9 h-33 q-9 0 -9 -9 z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(252 172) rotate(18) scale(0.85)%22%3E%0A%3Cpath d=%22M1 -9 l4 -20 l7 -4%22/%3E%0A%3Cpath d=%22M-16 -8 h32%22/%3E%0A%3Cpath d=%22M-14 -3 L-9 26 h18 L14 -4%22/%3E%0A%3Cpath d=%22M-11 8 h22%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(128 96) rotate(8) scale(0.9)%22%3E%0A%3Cpath d=%22M0 -7 v14 M-7 0 h14%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(326 232) rotate(-14) scale(1.05)%22%3E%0A%3Cpath d=%22M-8 -20 v15 M0 -24 v19 M8 -19 v14 M-15 -13 v9 M15 -14 v10%22/%3E%0A%3Cpath d=%22M-18 -5 L-12 24 h24 L18 -6%22/%3E%0A%3Cpath d=%22M-13 6 h26%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(100 236) rotate(8) scale(0.8)%22%3E%0A%3Cpath d=%22M0 -16 L4.5 -5.5 L16 -4 L7.5 3.5 L10 15 L0 8.5 L-9.5 14.5 L-7 4 L-15.5 -4.5 L-4.5 -5 Z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(210 262) rotate(6) scale(0.9)%22%3E%0A%3Cpath d=%22M-26 0 C-25 -19 25 -20 26 0%22/%3E%0A%3Cpath d=%22M-12 -10 l4 -2 M1 -13 l4 -1 M13 -9 l4 -2%22/%3E%0A%3Cpath d=%22M-28 5 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0 q4 6 8 0%22/%3E%0A%3Cpath d=%22M-24 14 h48%22/%3E%0A%3Cpath d=%22M-26 20 h52 q-1 9 -10 9 h-33 q-9 0 -9 -9 z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(58 302) rotate(-20) scale(0.9)%22%3E%0A%3Cpath d=%22M1 -9 l4 -20 l7 -4%22/%3E%0A%3Cpath d=%22M-16 -8 h32%22/%3E%0A%3Cpath d=%22M-14 -3 L-9 26 h18 L14 -4%22/%3E%0A%3Cpath d=%22M-11 8 h22%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(168 326) rotate(6) scale(0.8)%22%3E%0A%3Cpath d=%22M-8 -20 v15 M0 -24 v19 M8 -19 v14 M-15 -13 v9 M15 -14 v10%22/%3E%0A%3Cpath d=%22M-18 -5 L-12 24 h24 L18 -6%22/%3E%0A%3Cpath d=%22M-13 6 h26%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(300 318) rotate(-25) scale(0.6)%22%3E%0A%3Cpath d=%22M0 -16 L4.5 -5.5 L16 -4 L7.5 3.5 L10 15 L0 8.5 L-9.5 14.5 L-7 4 L-15.5 -4.5 L-4.5 -5 Z%22/%3E%0A%3C/g%3E%3Cg transform=%22translate(308 150) rotate(-10) scale(0.8)%22%3E%0A%3Cpath d=%22M0 -7 v14 M-7 0 h14%22/%3E%0A%3C/g%3E%3C/g%3E%3C/svg%3E");

  --header-h: 72px;
  --content-w: 1080px;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
}

body {
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--c-black);
  background-color: var(--c-mustard);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* focus visible */
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--c-red);
  outline-offset: 3px;
}

/* ==========================================================================
   1. HEADER
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: #FFFFFF; /* ロゴ（赤）を際立たせるため白背景 */
  border-bottom: var(--border-bold);
}

.header-inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

/* ロゴ画像（差し替え可能）：高さ基準でリサイズされます
   ※余白の少ない横長ロゴ（約3.8:1）に合わせて高さを調整済み */
.logo-img {
  height: 28px;
  width: auto;
  object-fit: contain;
}

.header-logo-text {
  /* Zen Maru Gothic の最太（900）で力強くPOPに */
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: clamp(15px, 1.8vw, 19px);
  line-height: 1.2;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: var(--c-black);
  /* 極細のふちどりで太さを一段プラス（POPなロゴ風） */
  -webkit-text-stroke: 0.5px var(--c-black);
}

.header-logo-text em,
.footer-logo-text em {
  font-family: var(--font-en-head);
  font-style: normal;
  font-size: 1.2em;
  color: var(--c-red);
  margin-left: 2px;
  letter-spacing: 0.02em;
}

.global-nav .nav-list {
  display: flex;
  gap: clamp(10px, 1.6vw, 24px);
}

.global-nav .nav-list a {
  font-family: var(--font-en-head);
  font-size: 15px;
  letter-spacing: 0.03em;
  padding: 8px 2px 4px; /* Luckiest Guyはベースラインが高めのため上に余白 */
  position: relative;
}

.global-nav .nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--c-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.global-nav .nav-list a:hover::after {
  transform: scaleX(1);
}

/* --- ハンバーガーメニュー（SPのみ表示） --- */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 48px;
  height: 48px;
  padding: 10px;
  background: var(--c-mustard);
  border: var(--border-bold);
  border-radius: 12px;
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--c-black);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ==========================================================================
   2. HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: var(--border-bold);
}

.hero-bg {
  position: absolute;
  inset: 0;
}

/* スライド：全枚を重ねて opacity でクロスフェード
   ※切替間隔1.5秒に対しフェード0.8秒（写真がしっかり見える時間を確保） */
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /* どの写真でも文字が読めるよう、中間部もやや濃いめの暗色オーバーレイ */
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.38) 45%, rgba(0, 0, 0, 0.6) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(64px, 12vh, 120px) 20px;
  color: var(--c-white);
}

.hero-eyebrow {
  display: inline-block;
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: clamp(12px, 1.6vw, 16px);
  letter-spacing: 0.14em;
  background: var(--c-red);
  color: #fff;
  border: var(--border-bold);
  border-radius: var(--radius-pill);
  padding: 6px 18px;
  box-shadow: var(--shadow-pop-sm);
  margin-bottom: clamp(20px, 3.5vh, 36px);
}

.hero-title {
  font-family: var(--font-en-head);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}

.hero-title-line {
  display: block;
  font-size: clamp(46px, 10vw, 124px);
  color: var(--c-red);
  /* 白アウトライン＋黒のオフセット影（ポスター風） */
  text-shadow:
    var(--outline-white),
    8px 8px 0 rgba(0, 0, 0, 0.75);
}

.hero-title-year {
  font-style: normal;
  color: var(--c-black);
  text-shadow:
    var(--outline-white),
    8px 8px 0 rgba(0, 0, 0, 0.5);
}

/* 開催日時：枠なし・写真の上に直接、黒文字＋白ふちどり（見出しと同じ配色） */
.hero-info {
  margin-top: clamp(24px, 4.5vh, 44px);
}

.hero-date {
  /* 英数字はLuckiest Guy、（SUN）などの記号・和文はZen Maruにフォールバック */
  font-family: var(--font-en-head), var(--font-ja-head);
  font-weight: 400;
  font-size: clamp(21px, 5.2vw, 52px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  /* 見出しと同じ配色パターン：黄色地＋白ふちどり＋黒オフセット影 */
  color: var(--c-mustard);
  text-shadow:
    var(--outline-white),
    6px 6px 0 rgba(0, 0, 0, 0.55);
}

.hero-venue {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: clamp(17px, 2.6vw, 24px);
  letter-spacing: 0.1em;
  color: var(--c-mustard);
  text-shadow:
    var(--outline-white-thin),
    4px 4px 0 rgba(0, 0, 0, 0.55);
  margin-top: 10px;
}

/* --- 入場無料バッジ（スターバースト） --- */
.hero-badge {
  position: absolute;
  z-index: 2;
  right: clamp(14px, 5vw, 70px);
  top: clamp(14px, 5vh, 48px);
  width: clamp(124px, 18vw, 196px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--c-red);
  /* 16本のとげ／外径50%・内径40%を11.25度刻みで均等配置した対称バースト */
  clip-path: polygon(
    50.00% 0.00%, 57.80% 10.77%, 69.13% 3.81%, 72.22% 16.74%,
    85.36% 14.64%, 83.26% 27.78%, 96.19% 30.87%, 89.23% 42.20%,
    100.00% 50.00%, 89.23% 57.80%, 96.19% 69.13%, 83.26% 72.22%,
    85.36% 85.36%, 72.22% 83.26%, 69.13% 96.19%, 57.80% 89.23%,
    50.00% 100.00%, 42.20% 89.23%, 30.87% 96.19%, 27.78% 83.26%,
    14.64% 85.36%, 16.74% 72.22%, 3.81% 69.13%, 10.77% 57.80%,
    0.00% 50.00%, 10.77% 42.20%, 3.81% 30.87%, 16.74% 27.78%,
    14.64% 14.64%, 27.78% 16.74%, 30.87% 3.81%, 42.20% 10.77%
  );
  transform: rotate(10deg);
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.6));
  animation: badge-pulse 2.4s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%, 100% { transform: rotate(10deg) scale(1); }
  50% { transform: rotate(10deg) scale(1.06); }
}

.hero-badge-inner {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: clamp(25px, 3.6vw, 40px);
  line-height: 1.2;
  color: var(--c-cream);
  text-align: center;
}

/* --- スクロール表示（黄色×白縁取り＋グロー、下向き矢印がバウンド） --- */
.hero-scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--c-mustard);
}

.hero-scroll-text {
  font-family: var(--font-en-head);
  font-size: 19px;
  letter-spacing: 0.28em;
  margin-right: -0.28em; /* letter-spacing分のセンター補正 */
  /* 白の縁取り＋うっすら光るグロー */
  text-shadow:
    var(--outline-white-thin),
    0 0 12px rgba(255, 240, 150, 0.85),
    0 0 24px rgba(255, 240, 150, 0.45);
}

.hero-scroll-arrow {
  width: 30px;
  height: auto;
  /* currentColor（マスタード）＋白縁取り相当のドロップシャドウ＋グロー */
  filter:
    drop-shadow(0 0 1.5px #fff)
    drop-shadow(0 0 1.5px #fff)
    drop-shadow(0 0 10px rgba(255, 240, 150, 0.85));
  animation: scroll-bounce 1.6s ease-in-out infinite;
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(9px); }
}

/* ==========================================================================
   チェッカーフラッグ帯（区切り）
   ========================================================================== */
.checker-strip {
  height: 28px;
  background-image:
    repeating-conic-gradient(var(--c-black) 0% 25%, var(--c-cream) 0% 50%);
  background-size: 28px 28px;
  border-bottom: var(--border-bold);
}

/* ==========================================================================
   共通セクション
   ========================================================================== */
.section {
  padding: clamp(56px, 9vw, 100px) 20px;
  border-bottom: var(--border-bold);
  /* 手描き風アイコンの総柄（各セクションの背景色の上に薄く重ねる） */
  background-image: var(--pattern-icons-light);
  background-size: 360px 360px;
}

.section--mustard { background-color: var(--c-mustard); }
.section--red { background-color: var(--c-red); }

/* クリーム地は白パターンが見えないため、黒の極薄パターンに切り替え */
.section--cream {
  background-color: var(--c-cream);
  background-image: var(--pattern-icons-dark);
}

.section-inner {
  max-width: var(--content-w);
  margin: 0 auto;
}

.section-head {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.section-en {
  font-family: var(--font-en-head);
  font-size: clamp(40px, 6.5vw, 66px);
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--c-red);
  /* 白アウトライン＋黒のオフセット影 */
  text-shadow:
    var(--outline-white),
    5px 5px 0 var(--c-black);
}

.section-ja {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: clamp(15px, 2.2vw, 19px);
  letter-spacing: 0.16em;
  margin-top: 10px;
  display: inline-block;
  border-top: 3px solid var(--c-black);
  padding-top: 8px;
}

/* 赤地セクション用の見出し配色 */
.section-head--onred .section-en {
  color: var(--c-red);
  text-shadow:
    var(--outline-white),
    5px 5px 0 var(--c-black);
}

.section-head--onred .section-ja {
  color: var(--c-cream);
  border-top-color: var(--c-cream);
}

/* ==========================================================================
   3. TOPICS
   ========================================================================== */
.topics-list {
  display: grid;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
}

.topics-item {
  background: var(--c-white);
  border: var(--border-bold);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-pop-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.topics-item:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-pop);
}

.topics-link {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
}

.topics-date {
  font-family: var(--font-en-head);
  font-size: 17px;
  letter-spacing: 0.02em;
  color: var(--c-red);
  transform: translateY(2px); /* ベースライン調整 */
}

.topics-tag {
  font-family: var(--font-en-head);
  font-size: 12px;
  letter-spacing: 0.04em;
  background: var(--c-mustard);
  border: 2px solid var(--c-black);
  border-radius: var(--radius-pill);
  padding: 5px 14px 1px; /* ベースライン調整 */
}

.topics-text {
  font-size: 15px;
  line-height: 1.6;
}

/* ==========================================================================
   4. MOVIE
   ========================================================================== */
.movie-frame {
  max-width: 860px;
  margin: 0 auto;
  background: var(--c-cream);
  border: var(--border-bold);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-pop);
  padding: clamp(10px, 2vw, 16px);
}

.movie-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 2px solid var(--c-black);
  border-radius: 12px;
  overflow: hidden;
  background: var(--c-black);
}

.movie-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.movie-link-wrap {
  text-align: center;
  margin-top: clamp(24px, 4vw, 36px);
}

/* --- 共通ボタン --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 14px 34px;
  border: var(--border-bold);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-pop-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--c-black);
}

.btn--cream {
  background: var(--c-cream);
  color: var(--c-black);
}

.btn-arrow {
  font-family: var(--font-body);
  font-weight: 700;
}

/* ==========================================================================
   5. ABOUT（写真背景の全幅バナー1枚構成）
   ========================================================================== */
.about-banner {
  border: var(--border-bold);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-pop);
  overflow: hidden;
  /* しずる感のあるバーガー写真＋暗色オーバーレイ */
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.68)),
    url("https://images.unsplash.com/photo-1550547660-d9450f859349?auto=format&fit=crop&w=1600&q=80");
  background-color: #141210; /* 写真読み込み前の下地 */
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: clamp(32px, 6vw, 72px) clamp(24px, 5vw, 64px);
}

.about-catch {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: clamp(22px, 3.4vw, 32px);
  line-height: 1.55;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

/* バナー上ではマーカー塗りをやめ、アクセントカラーの文字色に */
.about-catch .marker {
  background: none;
  color: var(--c-mustard);
  padding: 0;
}

.about-lead {
  font-size: 15px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  margin-top: 14px;
  max-width: 46em;
}

.about-lead strong {
  color: var(--c-mustard);
}

/* ==========================================================================
   プレースホルダー（未実装セクション）
   ========================================================================== */
.section--placeholder {
  padding-block: clamp(40px, 6vw, 64px);
}

.placeholder-note {
  text-align: center;
  font-size: 14px;
  border: 2px dashed var(--c-black);
  border-radius: var(--radius-card);
  padding: 24px;
  max-width: 640px;
  margin: 0 auto;
  opacity: 0.75;
}

.placeholder-note--onred {
  color: var(--c-cream);
  border-color: var(--c-cream);
  opacity: 1;
}

/* ==========================================================================
   13. FOOTER
   ========================================================================== */
.site-footer {
  background: var(--c-black);
  color: var(--c-cream);
  padding: clamp(44px, 6vw, 64px) 20px 28px;
}

.footer-inner {
  max-width: var(--content-w);
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-logo .logo-img {
  height: 46px; /* 白パネル込みの高さ。ロゴ本体は約30px */
  background: #fff;
  border-radius: 8px;
  padding: 8px 14px;
}

.footer-logo-text {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: 15px;
}

.footer-nav {
  margin-top: 28px;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
}

.footer-nav-list a {
  font-family: var(--font-en-head);
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 4px 2px;
}

.footer-nav-list a:hover {
  color: var(--c-mustard);
}

.footer-copy {
  margin-top: 30px;
  font-family: var(--font-en-head);
  letter-spacing: 0.1em;
  font-size: 13px;
  opacity: 0.8;
}

/* ==========================================================================
   6. HISTORY（縦積みリスト＋右上ギザギザ吹き出し見出し）
   ========================================================================== */
/* 横線＋右端のバッジ */
.history-rule {
  display: flex;
  align-items: center;
  max-width: 720px;
  margin: 0 auto clamp(28px, 4vw, 44px);
}

.history-rule-line {
  flex: 1;
  height: 4px;
  background: var(--c-black);
  border-radius: 2px;
}

.history-rule-badge {
  /* ギザギザ縁の吹き出し（黒背景・クリーム文字） */
  display: grid;
  place-items: center;
  width: 190px;
  height: 64px;
  margin-left: -6px; /* 線と少し重ねる */
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.08em;
  color: var(--c-cream);
  background: var(--c-black);
  clip-path: polygon(
    50.0% 0.0%, 55.9% 10.3%, 62.9% 1.7%, 67.4% 13.0%, 75.0% 6.7%, 77.7% 18.3%,
    85.4% 14.6%, 86.1% 25.6%, 93.3% 25.0%, 92.0% 34.7%, 98.3% 37.1%, 95.1% 44.8%,
    100.0% 50.0%, 95.1% 55.2%, 98.3% 62.9%, 92.0% 65.3%, 93.3% 75.0%, 86.1% 74.4%,
    85.4% 85.4%, 77.7% 81.7%, 75.0% 93.3%, 67.4% 87.0%, 62.9% 98.3%, 55.9% 89.7%,
    50.0% 100.0%, 44.1% 89.7%, 37.1% 98.3%, 32.6% 87.0%, 25.0% 93.3%, 22.3% 81.7%,
    14.6% 85.4%, 13.9% 74.4%, 6.7% 75.0%, 8.0% 65.3%, 1.7% 62.9%, 4.9% 55.2%,
    0.0% 50.0%, 4.9% 44.8%, 1.7% 37.1%, 8.0% 34.7%, 6.7% 25.0%, 13.9% 25.6%,
    14.6% 14.6%, 22.3% 18.3%, 25.0% 6.7%, 32.6% 13.0%, 37.1% 1.7%, 44.1% 10.3%
  );
}

/* 縦積みリスト */
.history-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 26px);
}

.history-row {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 22px);
}

/* 回数バッジ：黒い角丸バッジ＋Luckiest Guy（白ふちどりは既存デザインを流用） */
.history-num {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  min-width: 84px;
  padding: 12px 14px 6px; /* Luckiest Guyのベースライン調整 */
  background: var(--c-black);
  border-radius: 12px;
  font-family: var(--font-en-head);
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1;
  color: var(--c-mustard);
  text-shadow: var(--outline-white-thin);
}

.history-date {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: clamp(16px, 2.4vw, 21px);
  line-height: 1.4;
}

.history-venue {
  font-family: var(--font-ja-head);
  font-weight: 700;
  font-size: clamp(13px, 1.8vw, 16px);
  margin-top: 2px;
}

/* 第8回（今回）の強調表示 */
.history-row--now {
  position: relative;
  background: var(--c-red);
  border: var(--border-bold);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-pop-sm);
  padding: clamp(14px, 2.4vw, 20px) clamp(16px, 2.6vw, 24px);
}

.history-row--now .history-date,
.history-row--now .history-venue {
  color: var(--c-cream);
}

.history-row--now .history-num {
  background: var(--c-cream);
  color: var(--c-red);
  text-shadow: none;
}

.history-now-badge {
  position: absolute;
  top: -16px;
  right: -8px;
  font-family: var(--font-en-head);
  font-size: 15px;
  background: var(--c-black);
  color: var(--c-cream);
  border: 2px solid var(--c-cream);
  border-radius: var(--radius-pill);
  padding: 6px 14px 2px;
  transform: rotate(8deg);
}

/* ==========================================================================
   7. GALLERY
   ========================================================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2.6vw, 28px);
  max-width: 900px;
  margin: 0 auto;
}

.gallery-item {
  background: var(--c-white);
  border: var(--border-bold);
  border-radius: 14px;
  box-shadow: var(--shadow-pop);
  padding: 10px 10px 22px; /* ポラロイド風の下余白 */
}

.gallery-item:nth-child(odd) { transform: rotate(-1.4deg); }
.gallery-item:nth-child(even) { transform: rotate(1.4deg); }

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 2px solid var(--c-black);
  border-radius: 8px;
}

/* ==========================================================================
   8. SHOPS
   ========================================================================== */
.shops-note {
  text-align: center;
  font-size: 14px;
  margin: -16px auto 32px;
  max-width: 640px;
}

.shops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

.shops-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  min-height: 132px;
  text-align: left;
  font-family: var(--font-body);
  /* 背景写真はJSがインラインで設定（暗色オーバーレイ込み）。読み込み前は黒地 */
  background-color: var(--c-black);
  background-size: cover;
  background-position: center;
  color: #fff;
  border: var(--border-bold);
  border-radius: 16px;
  box-shadow: var(--shadow-pop-sm);
  padding: 16px 16px 14px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.shops-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-pop);
}

.shops-booth {
  align-self: flex-start;
  font-family: var(--font-en-head);
  font-size: 12px;
  letter-spacing: 0.04em;
  background: var(--c-mustard);
  color: var(--c-black);
  border: 2px solid var(--c-black);
  border-radius: var(--radius-pill);
  padding: 4px 10px 1px;
}

.shops-name {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.shops-genre {
  font-size: 12px;
  color: var(--c-mustard);
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* ==========================================================================
   店舗詳細モーダル
   ========================================================================== */
body.is-modal-open {
  overflow: hidden;
}

.shop-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 20px;
}

/* 【重要】hidden属性時は必ず非表示にする。
   ここが無いと .shop-modal の display:grid が hidden（UAスタイルの
   display:none）を上書きし、ページ読み込み直後からモーダルが
   表示されっぱなしになる不具合が発生します。 */
.shop-modal[hidden] {
  display: none;
}

.shop-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.shop-modal-panel {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  /* 背景写真はJSがインラインで設定（暗色オーバーレイ込み）。読み込み前は黒地 */
  background-color: #141210;
  background-size: cover;
  background-position: center;
  color: #fff;
  border: var(--border-bold);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-pop);
  padding: clamp(24px, 4vw, 36px);
}

.shop-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background: var(--c-red);
  color: var(--c-cream);
  /* 暗い写真背景に沈まないようクリームの縁取りに変更 */
  border: 2px solid var(--c-cream);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  transition: transform 0.15s ease;
}

.shop-modal-close:hover {
  transform: rotate(90deg);
}

.shop-modal-booth {
  font-family: var(--font-en-head);
  font-size: 15px;
  color: var(--c-mustard); /* 明るい黄色で写真上でも視認しやすく */
}

.shop-modal-name {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: clamp(20px, 3vw, 24px);
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  margin: 6px 0 18px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--c-cream);
}

.shop-modal-row {
  display: grid;
  grid-template-columns: 9em 1fr;
  gap: 10px;
  padding: 11px 0;
  /* 点線も写真上で見えるよう明色の半透明に */
  border-bottom: 2px dashed rgba(255, 240, 150, 0.55);
  font-size: 14px;
}

.shop-modal-row:last-child {
  border-bottom: none;
}

.shop-modal-row dt {
  font-family: var(--font-ja-head);
  font-weight: 700;
  color: var(--c-mustard); /* 赤 → 明るい黄色（暗背景向け） */
}

.shop-modal-row dd {
  color: #fff;
}

/* ==========================================================================
   9. MAP
   ========================================================================== */
.map-board {
  background: var(--c-cream);
  border: var(--border-bold);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-pop);
  padding: clamp(14px, 2.4vw, 24px);
}

/* SPでは横スクロールで閲覧（潰れ防止） */
.map-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.map-canvas {
  position: relative;
  min-width: 660px;
  aspect-ratio: 550 / 460;
  background: #F7EFD2;
  border: 2px solid var(--c-black);
  border-radius: 10px;
  overflow: hidden;
}

.map-booth {
  position: absolute;
  width: 6.4%;
  aspect-ratio: 1 / 0.92;
  display: grid;
  place-items: center;
  font-family: var(--font-en-head);
  font-size: clamp(12px, 1.6vw, 17px);
  padding-top: 3px; /* Luckiest Guyのベースライン調整 */
  background: var(--c-mustard);
  color: var(--c-black);
  border: 2px solid var(--c-black);
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.map-booth:hover,
.map-booth:focus-visible {
  background: var(--c-red);
  color: var(--c-cream);
}

.map-facility {
  position: absolute;
  font-family: var(--font-ja-head);
  font-weight: 700;
  font-size: clamp(9px, 1.2vw, 12px);
  line-height: 1.3;
  background: var(--c-black);
  color: var(--c-cream);
  border-radius: 6px;
  padding: 4px 8px;
  white-space: nowrap;
}

.map-facility--diag {
  transform: rotate(-38deg);
}

.map-eatspace {
  position: absolute;
  display: grid;
  place-items: center;
  border: 2px dashed rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  background: repeating-linear-gradient(
    45deg,
    rgba(232, 185, 35, 0.18) 0 10px,
    transparent 10px 20px
  );
}

.map-eatspace span {
  font-family: var(--font-ja-head);
  font-weight: 700;
  font-size: clamp(10px, 1.4vw, 13px);
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.1em;
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 16px;
  font-size: 13px;
}

.map-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.map-legend-chip {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--c-black);
  border-radius: 4px;
}

.map-legend-chip--booth { background: var(--c-mustard); }

.map-legend-chip--eat {
  border-style: dashed;
  background: repeating-linear-gradient(
    45deg,
    rgba(232, 185, 35, 0.3) 0 4px,
    transparent 4px 8px
  );
}

.map-caption {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.75;
}

/* ==========================================================================
   10. ACCESS
   ========================================================================== */
.access-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 2vw, 22px);
}

.access-card {
  background: var(--c-white);
  border: var(--border-bold);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-pop-sm);
  padding: clamp(20px, 3vw, 30px);
  font-size: 15px;
}

.access-card--wide,
.access-card--map {
  grid-column: 1 / -1;
}

.access-title {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--c-mustard);
}

.access-icon {
  margin-right: 8px;
}

.access-warning strong {
  color: var(--c-red);
}

.access-list li {
  padding: 9px 0;
  border-bottom: 2px dashed var(--c-black);
}

.access-list li:last-child {
  border-bottom: none;
}

.access-card--map {
  padding: clamp(12px, 2vw, 18px);
}

.access-map-embed {
  aspect-ratio: 16 / 8;
  border: 2px solid var(--c-black);
  border-radius: 12px;
  overflow: hidden;
}

.access-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.access-map-link {
  text-align: center;
  margin-top: 16px;
}

/* ==========================================================================
   11. OFFICIAL
   ========================================================================== */
.official-lead {
  text-align: center;
  font-size: 15px;
  margin: -12px auto 32px;
}

.sns-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
  max-width: 860px;
  margin: 0 auto;
}

.sns-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: var(--c-white);
  border: var(--border-bold);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-pop-sm);
  padding: 24px 12px 20px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sns-link:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-pop);
}

.sns-name {
  font-family: var(--font-en-head);
  font-size: 22px;
  line-height: 1;
}

.sns-link--ig .sns-name { color: #C13584; }
.sns-link--x .sns-name { color: var(--c-black); }
.sns-link--fb .sns-name { color: #1877F2; }

.sns-id {
  font-size: 13px;
  opacity: 0.8;
  word-break: break-all;
  text-align: center;
}

.official-hashtag {
  text-align: center;
  margin-top: 36px;
  font-size: 15px;
}

.official-hashtag strong {
  display: inline-block;
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: clamp(18px, 3vw, 24px);
  color: var(--c-red);
  background: var(--c-mustard);
  border: var(--border-bold);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-pop-sm);
  padding: 10px 28px;
  margin-left: 10px;
}

/* ==========================================================================
   12. CONTACT
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 2vw, 22px);
}

.contact-card {
  background: var(--c-white);
  border: var(--border-bold);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-pop-sm);
  padding: clamp(22px, 3vw, 32px);
  text-align: center;
}

.contact-title {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 14px;
}

.contact-mail {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(15px, 2vw, 18px);
  color: var(--c-red);
  text-decoration: underline;
  text-underline-offset: 4px;
  word-break: break-all;
}

.contact-company {
  margin-top: clamp(24px, 4vw, 36px);
  background: var(--c-cream);
  border: var(--border-bold);
  border-radius: var(--radius-card);
  padding: clamp(20px, 3vw, 28px);
  text-align: center;
  font-size: 14px;
}

.contact-company-title {
  font-family: var(--font-ja-head);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  color: var(--c-red);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 820px) {
  :root {
    --header-h: 64px;
  }

  .header-logo-text {
    font-size: 14px;
    letter-spacing: 0.03em;
  }

  .nav-toggle {
    display: flex;
  }

  /* SPナビ：ヘッダー下からドロップダウン */
  .global-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: #FFFFFF; /* ヘッダーと同じ白に統一 */
    border-bottom: var(--border-bold);
    transform: translateY(-110%);
    transition: transform 0.3s ease;
    z-index: 99;
    max-height: calc(100svh - var(--header-h));
    overflow-y: auto;
  }

  .global-nav.is-open {
    transform: translateY(0);
  }

  .global-nav .nav-list {
    flex-direction: column;
    gap: 0;
    padding: 8px 20px 16px;
  }

  .global-nav .nav-list li + li {
    border-top: 2px dashed var(--c-black);
  }

  .global-nav .nav-list a {
    display: block;
    padding: 16px 4px 10px;
    font-size: 18px;
  }

  .topics-link {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    row-gap: 6px;
    padding: 16px 18px;
  }

  .topics-text {
    grid-column: 1 / -1;
  }

  .hero-badge {
    top: auto;
    bottom: 84px;
    right: 14px;
  }

  /* --- 新セクションのSP調整 --- */
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .access-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .sns-list {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .shop-modal-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .official-hashtag strong {
    display: block;
    margin: 12px auto 0;
    max-width: fit-content;
  }
}

@media (max-width: 480px) {
  .section {
    padding-inline: 16px;
  }

  .hero-content {
    padding-inline: 16px;
  }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-badge,
  .hero-scroll-arrow {
    animation: none;
  }
  * {
    transition-duration: 0.01ms !important;
  }
}
