/* =========================================================
   マグナ eスポーツ 英単語バトル大会 静岡市 — LP styles
   Visual DNA: thick black outlines, rounded gothic fonts,
   hard shadows, burst stamps, speech bubbles,
   orange / gold / red eSports arena energy.
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&family=M+PLUS+Rounded+1c:wght@700;900&display=swap');

:root{
  --orange:#ff7a00;
  --orange-deep:#ef5b00;
  --gold:#ffc212;
  --gold-bright:#ffd60a;
  --red:#e63322;
  --red-deep:#c81e10;
  --blue:#2a6fdb;
  --blue-deep:#1d4fb0;
  --green:#21c04a;
  --green-deep:#159b3a;
  --line:#06C755;
  --line-deep:#04a847;
  --ink:#1c140d;
  --arena-1:#2a1530;
  --arena-2:#160b22;
  --cream:#fff4e6;
  --cream-2:#ffe9cf;
  --paper:#fffaf2;
  --shadow-ink:rgba(20,10,5,.22);

  --ff-display:'Zen Kaku Gothic New',sans-serif;
  --ff-head:'Zen Kaku Gothic New',sans-serif;
  --ff-body:'Zen Kaku Gothic New',sans-serif;
}
/* pin display-font elements to heaviest weight (poster look) */
.cd-box b,.final .date,.step .num b,.merit .no,.rcard .tagno,
.qual-head .badge,.vs-arrow,.qa .qmark,.free-burst b{ font-weight:900;
}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--ff-body);
  color:var(--ink);
  background:
    radial-gradient(120% 60% at 50% 0%, #3a1f44 0%, var(--arena-1) 38%, var(--arena-2) 100%);
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

/* ---------- page frame (full width, responsive) ---------- */
.page{
  width:100%;
  margin:0 auto;
  position:relative;
  overflow:hidden;
}

/* ---------- outline text helpers ---------- */
.ot{ -webkit-text-stroke:6px var(--ink); paint-order:stroke fill; font-weight:900; }
.ot-sm{ -webkit-text-stroke:4px var(--ink); paint-order:stroke fill; font-weight:900; }
.ot-xs{ -webkit-text-stroke:2.5px var(--ink); paint-order:stroke fill; font-weight:900; }
.drop{ filter:drop-shadow(4px 5px 0 var(--shadow-ink)); }
.hard{ box-shadow:5px 5px 0 var(--ink); }
.hard-sm{ box-shadow:3px 3px 0 var(--ink); }

/* ---------- generic section ---------- */
.sec{ position:relative; padding:54px 20px; }
.sec-head{ text-align:center; margin-bottom:30px; position:relative; z-index:2; }
.sec-kicker{
  display:inline-block; font-family:var(--ff-head); font-weight:900;
  font-size:14px; letter-spacing:.18em; color:#fff;
  background:var(--ink); padding:5px 16px; border-radius:999px; margin-bottom:14px;
}
.sec-title{
  font-family:var(--ff-head); font-weight:900; line-height:1.18;
  font-size:30px; margin:0; color:var(--ink);
}
.sec-title .hl{ color:var(--red); }
.sec-title .hl-o{ color:var(--orange-deep); }

/* reveal on scroll — only hide once JS confirms it can reveal (graceful no-JS / IO-failure fallback) */
html.js .rv{ opacity:0; transform:translateY(28px); transition:opacity .6s ease, transform .6s cubic-bezier(.2,.9,.3,1); }
html.js .rv.in{ opacity:1; transform:none; }
.rv.d1{ transition-delay:.08s; }
.rv.d2{ transition-delay:.16s; }
.rv.d3{ transition-delay:.24s; }
.rv.d4{ transition-delay:.32s; }

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position:relative;
  padding:240px 16px 70px;
  text-align:center;
  background:
    radial-gradient(90% 55% at 50% 22%, rgba(255,140,20,.55), rgba(255,90,0,0) 70%),
    radial-gradient(120% 80% at 50% 120%, rgba(255,190,40,.5), rgba(255,120,0,0) 55%),
    linear-gradient(180deg,#3a1d3f 0%, #2a1530 45%, #1c1024 100%);
  overflow:hidden;
}
.hero::before{ /* radial speed lines */
  content:""; position:absolute; inset:-20% -40%; z-index:0;
  background:repeating-conic-gradient(from 0deg at 50% 38%,
     rgba(255,255,255,.07) 0deg 3deg, transparent 3deg 9deg);
  -webkit-mask:radial-gradient(60% 60% at 50% 38%, #000 0%, transparent 72%);
          mask:radial-gradient(60% 60% at 50% 38%, #000 0%, transparent 72%);
  animation:spin 60s linear infinite;
}
@keyframes spin{ to{ transform:rotate(360deg);} }

.hero-top{
  position:relative; z-index:3; display:flex; align-items:center;
  justify-content:flex-start; gap:10px; margin:2px 0 6px;
  padding-right:112px;
}
.recruit-banner{
  position:relative; z-index:5; display:flex; flex-direction:column; align-items:center; gap:7px;
  margin:8px auto 2px; width:max-content; max-width:94%;
}
.recruit-banner .rb-add{
  position:relative; font-family:var(--ff-head); font-weight:900; color:#fff; font-size:28px;
  line-height:1; letter-spacing:.02em; white-space:nowrap;
  background:linear-gradient(180deg,var(--red),var(--red-deep));
  border:3px solid var(--ink); border-radius:12px; padding:12px 26px;
  box-shadow:0 5px 0 var(--ink), 0 10px 18px rgba(0,0,0,.4);
  animation:rbpulse 1.7s ease-in-out infinite;
}
.recruit-banner .rb-add::before,.recruit-banner .rb-add::after{ /* ribbon tails */
  content:""; position:absolute; top:50%; width:16px; height:28px; background:var(--red-deep);
  border:3px solid var(--ink); z-index:-1; transform:translateY(-50%);
}
.recruit-banner .rb-add::before{ left:-12px; clip-path:polygon(0 0,100% 0,100% 100%,0 100%,40% 50%); }
.recruit-banner .rb-add::after{ right:-12px; clip-path:polygon(0 0,100% 0,60% 50%,100% 100%,0 100%); }
.recruit-banner .rb-flag{
  font-family:var(--ff-head); font-weight:900; font-size:12px; letter-spacing:.1em; color:var(--ink);
  background:var(--gold-bright); border:2px solid var(--ink); border-radius:999px; padding:3px 14px;
  box-shadow:2px 2px 0 var(--ink);
}
.recruit-banner b{
  position:relative; font-family:var(--ff-head); font-weight:900; color:#fff; font-size:18px;
  line-height:1; letter-spacing:.02em; white-space:nowrap;
  background:linear-gradient(180deg,var(--red),var(--red-deep));
  border:2.5px solid var(--ink); border-radius:999px; padding:6px 20px;
  box-shadow:2px 3px 0 var(--ink); transform:rotate(-2deg);
  animation:rbpulse 1.7s ease-in-out infinite;
}
.recruit-banner b .hl{ color:var(--gold-bright); }
.recruit-banner b i{ font-style:normal; color:var(--gold-bright); margin-left:1px; }
@keyframes rbpulse{ 0%,100%{ transform:scale(1) rotate(-1.5deg);} 50%{ transform:scale(1.04) rotate(-1.5deg);} }
.hero-endorse{
  display:inline-flex; align-items:center; gap:7px; flex:none;
  font-family:var(--ff-head); font-weight:900; font-size:13px; color:#fff;
  letter-spacing:.04em; line-height:1; white-space:nowrap;
  background:rgba(255,255,255,.1); border:1.5px solid rgba(255,210,90,.55);
  padding:6px 12px 6px 6px; border-radius:999px; backdrop-filter:blur(2px);
}
.hero-endorse i{
  font-style:normal; font-size:11px; letter-spacing:.06em; color:var(--ink);
  background:var(--gold-bright); padding:3px 8px; border-radius:999px;
}

/* official logo + レイ */
.logo-row{ position:relative; z-index:3; display:flex; align-items:center; justify-content:center; gap:4px; margin:16px auto 2px; }
.hero-logo{ position:relative; width:min(36%,150px); flex:0 1 auto; }
.hero-logo img{ width:100%; height:auto; display:block; filter:drop-shadow(0 8px 18px rgba(0,0,0,.45)); animation:logopop 3.6s ease-in-out infinite; }
@keyframes logopop{ 0%,100%{ transform:translateY(0) scale(1);} 50%{ transform:translateY(-6px) scale(1.015);} }
.hero-rei{ flex:none; position:relative; margin:0; width:92px; align-self:center; }
.hero-rei img{ width:100%; height:auto; display:block; filter:drop-shadow(2px 4px 5px rgba(0,0,0,.4)); animation:bob 3.6s ease-in-out infinite .3s; }
.rei-cheer{ position:absolute; top:-6px; left:-30px; z-index:1; transform:rotate(-8deg);
  font-family:var(--ff-display); font-size:15px; line-height:1.05; color:#fff; text-align:center;
  text-shadow:-2px -2px 0 var(--ink),2px -2px 0 var(--ink),-2px 2px 0 var(--ink),2px 2px 0 var(--ink),0 4px 0 var(--ink); }
.emblem-glow{
  position:absolute; inset:-30% ; z-index:-1; border-radius:50%;
  background:radial-gradient(circle, rgba(255,200,60,.55), transparent 62%);
  animation:glowpulse 2.6s ease-in-out infinite;
}
@keyframes glowpulse{ 0%,100%{ transform:scale(.92); opacity:.7;} 50%{ transform:scale(1.08); opacity:1;} }

.hero-title{ position:relative; z-index:3; margin:4px 0 2px; }
.hero-title .l1{
  display:block; font-family:var(--ff-head); font-size:50px; line-height:.92;
  color:#fff; -webkit-text-stroke:7px var(--ink); paint-order:stroke fill; font-weight:900;
  filter:drop-shadow(4px 5px 0 rgba(0,0,0,.4)); letter-spacing:.01em;
}
.hero-title .l1 .y{ color:var(--gold-bright); }
.crown-strip{
  display:inline-flex; align-items:center; gap:8px; margin-top:10px;
  background:linear-gradient(180deg,var(--red),var(--red-deep));
  border:3px solid var(--ink); border-radius:999px; padding:7px 18px;
  box-shadow:4px 4px 0 var(--ink); transform:rotate(-1deg); max-width:96%;
}
.crown-strip span{ font-family:var(--ff-head); font-weight:900; color:#fff; font-size:21px; letter-spacing:.03em; white-space:nowrap; }
.crown-strip svg{ width:22px; height:22px; }

/* 参加資格 premium badge */
.qualify{
  position:relative; z-index:3; display:inline-flex; align-items:stretch; max-width:100%;
  margin:14px auto 0; border:3px solid var(--ink); border-radius:14px; overflow:hidden;
  box-shadow:0 6px 0 var(--ink), 0 10px 22px rgba(0,0,0,.35);
  background:linear-gradient(180deg,#fffdf6,#fff0d2);
}
.qualify::before{ /* premium sheen */
  content:""; position:absolute; top:0; left:-60%; width:38%; height:100%; z-index:2;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.85),transparent);
  transform:skewX(-20deg); animation:sweep 3.6s ease-in-out infinite;
}
.qualify .q-label{
  display:flex; align-items:center; gap:5px; padding:0 12px;
  font-family:var(--ff-head); font-weight:900; font-size:12px; color:#fff; letter-spacing:.04em;
  background:linear-gradient(180deg,var(--ink),#2a1c10); white-space:nowrap;
}
.qualify .q-label::before{ content:"★"; color:var(--gold-bright); font-size:13px; }
.qualify .q-main{
  display:flex; align-items:center; padding:9px 14px;
  font-family:var(--ff-head); font-weight:900; font-size:16px; color:var(--ink); letter-spacing:.01em; white-space:nowrap;
}
.qualify .q-main i{
  font-style:normal; margin-left:7px; padding:2px 10px; border-radius:999px;
  background:linear-gradient(180deg,var(--red),var(--red-deep)); color:#fff; font-size:13px;
  border:2px solid var(--ink); box-shadow:2px 2px 0 var(--ink);
}

.hero-sub{
  position:relative; z-index:3; margin:18px auto 0; max-width:420px;
}
.hero-sub .big{
  font-family:var(--ff-head); font-weight:900; font-size:26px; color:#fff; line-height:1.3;
  text-shadow:0 2px 8px rgba(0,0,0,.6); text-wrap:balance;
}
.hero-sub .big .ln{ display:block; }
.hero-sub .big em{ font-style:normal; color:var(--gold-bright); }

/* legends parade — flows left → right along hero bottom */
.legends{ position:absolute; left:0; right:0; bottom:0; height:215px; z-index:3; overflow:hidden; pointer-events:none; }
.legends-track{ position:absolute; bottom:0; left:0; display:flex; align-items:flex-end; gap:30px;
  padding:0 30px; width:max-content; animation:legendmarch 52s linear infinite; will-change:transform; }
@keyframes legendmarch{ from{ transform:translateX(-50%);} to{ transform:translateX(0);} }
.legend{ position:relative; flex:none; }
.legend img{ display:block; width:108px; filter:drop-shadow(3px 5px 5px rgba(0,0,0,.4)); animation:legbob 2.6s ease-in-out infinite; }
.legend:nth-child(2n) img{ animation-delay:.5s; }
.legend:nth-child(3n) img{ animation-delay:1s; }
.legend.lg-sm img{ width:84px; }
.legend.lg-lg img{ width:132px; }
.legend img.flip{ transform:scaleX(-1); }
@keyframes legbob{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-10px);} }
.legend img.flip{ animation-name:legbobflip; }
@keyframes legbobflip{ 0%,100%{ transform:scaleX(-1) translateY(0);} 50%{ transform:scaleX(-1) translateY(-10px);} }

/* English speech bubbles on legends */
.bubble{
  position:absolute; left:50%; top:-36px; transform:translateX(-50%); z-index:6;
  font-family:var(--ff-head); font-weight:900; font-size:13px; color:var(--red); background:#fff;
  border:3px solid var(--ink); border-radius:12px; padding:5px 11px; white-space:nowrap;
  box-shadow:2px 2px 0 var(--ink);
}
.bubble.blue{ color:var(--blue); }
.bubble::after{ content:""; position:absolute; left:50%; bottom:-7px; width:12px; height:12px; margin-left:-6px;
  background:#fff; border-right:3px solid var(--ink); border-bottom:3px solid var(--ink); transform:rotate(45deg); }

.free-burst{
  position:absolute; z-index:5; right:10px; top:6px;
  width:108px; height:108px; display:grid; place-items:center; text-align:center;
  animation:wobble 3s ease-in-out infinite;
}
.free-burst .star{
  position:absolute; inset:0; background:var(--gold-bright);
  filter:drop-shadow(3px 3px 0 var(--ink));
}
.free-burst b{ position:relative; z-index:2; font-family:var(--ff-head); font-weight:900; line-height:1; color:var(--red); }
.free-burst b{ width:78px; }
.free-burst .t1{ font-size:12px; color:var(--ink); }
.free-burst .t2{ font-size:33px; -webkit-text-stroke:3px var(--ink); paint-order:stroke fill; color:#fff; margin:1px 0; }
.free-burst .t3{ font-size:9px; color:var(--ink); letter-spacing:-.04em; white-space:nowrap; }
@keyframes wobble{ 0%,100%{ transform:rotate(-8deg) scale(1);} 50%{ transform:rotate(-2deg) scale(1.06);} }

/* hero background video */
.hero-bg-video{ position:absolute; inset:0; width:100%; height:100%; object-fit:contain; object-position:center top; z-index:0; opacity:.8; }
.hero::after{ content:""; position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg,rgba(20,8,26,.28) 0%,rgba(20,8,26,.38) 60%,rgba(16,8,26,.55) 100%); pointer-events:none; }
.fire-row{ position:absolute; left:0; right:0; bottom:0; height:90px; z-index:2; pointer-events:none; }
.flame{ position:absolute; bottom:-10px; width:60px; height:80px; border-radius:50% 50% 46% 46% / 62% 62% 40% 40%;
  background:linear-gradient(0deg,#ffd000,#ff7a00 45%,#ff3b00 80%);
  filter:blur(2px); opacity:.9; transform-origin:bottom center; animation:flick 1.1s ease-in-out infinite; }
@keyframes flick{ 0%,100%{ transform:scaleY(1) scaleX(1) skewX(0);} 50%{ transform:scaleY(1.18) scaleX(.92) skewX(3deg);} }

/* sparkles */
.spark{ position:absolute; z-index:3; color:#fff; pointer-events:none;
  filter:drop-shadow(0 0 4px rgba(255,230,150,.9)); animation:twinkle 2.2s ease-in-out infinite; }
@keyframes twinkle{ 0%,100%{ transform:scale(.5) rotate(0); opacity:.2;} 50%{ transform:scale(1) rotate(40deg); opacity:1;} }

.scroll-cue{ position:relative; z-index:6; margin-top:64px; color:#fff; font-family:var(--ff-head); font-weight:900; font-size:13px; opacity:.9; }
.scroll-cue .chev{ display:block; margin:4px auto 0; width:14px; height:14px; border-right:3px solid #ffd60a; border-bottom:3px solid #ffd60a; transform:rotate(45deg); animation:cue 1.4s ease-in-out infinite; }
@keyframes cue{ 0%,100%{ transform:rotate(45deg) translate(0,0); opacity:.4;} 50%{ transform:rotate(45deg) translate(3px,3px); opacity:1;} }

/* =========================================================
   HERO VIDEO
   ========================================================= */
.hero-vid-wrap{ position:relative; z-index:3; margin:20px auto 4px; max-width:620px; line-height:0; }
.hero-vid{ position:relative; width:100%; aspect-ratio:16/9; border:3px solid var(--ink); border-radius:16px; box-shadow:0 5px 0 var(--ink); overflow:hidden; background:var(--ink); }
.hero-vid video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border:0; }
.hero-vid iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }

/* =========================================================
   RIBBON BAND
   ========================================================= */
.band{
  background:repeating-linear-gradient(45deg,var(--red) 0 22px,var(--red-deep) 22px 44px);
  border-top:4px solid var(--ink); border-bottom:4px solid var(--ink);
  padding:18px 16px; text-align:center; position:relative;
}
.band b{ font-family:var(--ff-head); font-weight:900; color:#fff; font-size:23px; line-height:1.3;
  text-shadow:2px 2px 0 var(--ink); }
.band b u{ text-decoration:none; color:var(--gold-bright); }

/* =========================================================
   CTA buttons
   ========================================================= */
.cta{
  display:flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--ff-head); font-weight:900; text-decoration:none;
  border:4px solid var(--ink); border-radius:999px; color:#fff;
  background:linear-gradient(180deg,var(--line) 0%, var(--line-deep) 100%);
  padding:18px 22px; font-size:21px; box-shadow:0 7px 0 var(--ink), 0 12px 18px rgba(0,0,0,.25);
  position:relative; overflow:hidden; transition:transform .12s, box-shadow .12s;
  animation:ctapulse 1.8s ease-in-out infinite;
}
.cta:active{ transform:translateY(5px); box-shadow:0 2px 0 var(--ink),0 5px 10px rgba(0,0,0,.25); }
.cta .ico{ width:30px; height:30px; flex:none; }
.cta small{ display:block; font-size:12px; font-weight:700; opacity:.95; letter-spacing:.02em; }
.cta::after{ /* shine sweep */
  content:""; position:absolute; top:0; left:-60%; width:40%; height:100%;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.55),transparent);
  transform:skewX(-20deg); animation:sweep 3.2s ease-in-out infinite;
}
@keyframes sweep{ 0%{ left:-60%;} 55%{ left:120%;} 100%{ left:120%;} }
@keyframes ctapulse{ 0%,100%{ transform:scale(1);} 50%{ transform:scale(1.025);} }
.cta-wrap{ max-width:420px; margin:0 auto; }
.cta-note{ text-align:center; font-family:var(--ff-head); font-weight:700; font-size:12.5px; color:var(--ink); opacity:.7; margin-top:9px; }

/* orange variant */
.cta.alt{ background:linear-gradient(180deg,var(--gold-bright),var(--orange)); color:var(--ink); }

/* =========================================================
   大会概要 cards
   ========================================================= */
.bg-cream{ background-color:var(--cream); }
.dots{ background-image:radial-gradient(circle, rgba(255,150,40,.16) 2px, transparent 3px); background-size:22px 22px; }

/* game screenshot */
.gamefig{ margin:0 auto; max-width:420px; }
.gamefig img,.gamefig video{ display:block; width:100%; height:auto; border:4px solid var(--ink); border-radius:16px;
  box-shadow:5px 5px 0 var(--ink); }
.gamefig figcaption{ margin-top:10px; font-family:var(--ff-head); font-weight:700; font-size:12px;
  color:#8a7560; text-align:center; }

/* 勝ち方 2 steps */
.howto{ max-width:420px; margin:20px auto 0; display:grid; gap:12px; }
.ht{ display:flex; align-items:flex-start; gap:13px; background:var(--paper); border:3px solid var(--ink);
  border-radius:16px; box-shadow:4px 4px 0 var(--ink); padding:15px 16px; }
.ht-no{ flex:none; width:38px; height:38px; border-radius:50%; background:var(--red); color:#fff;
  border:2.5px solid var(--ink); display:grid; place-items:center; font-family:var(--ff-display); font-size:20px; }
.ht b{ display:block; font-family:var(--ff-head); font-weight:900; font-size:17px; color:var(--ink); line-height:1.35; }
.ht b i{ font-style:normal; color:var(--red); }
.ht p{ margin:5px 0 0; font-size:12.5px; line-height:1.55; font-weight:700; color:#5a4a3a; }

/* スペック */
.specs{ max-width:420px; margin:14px auto 0; display:grid; grid-template-columns:1fr 1fr; gap:11px; }
.spec{ background:#fff; border:3px solid var(--ink); border-radius:14px; box-shadow:3px 3px 0 var(--ink);
  padding:12px 14px; text-align:center; }
.spec.hot{ background:linear-gradient(180deg,#fff6e0,#ffe7b8); }
.spec .sp-k{ display:block; font-family:var(--ff-head); font-weight:900; font-size:11px; color:#8a7560; margin-bottom:3px; }
.spec b{ font-family:var(--ff-display); font-size:30px; color:var(--ink); line-height:1; }
.spec b small{ font-family:var(--ff-head); font-size:13px; margin-left:2px; }
.spec .sp-n{ display:block; margin-top:4px; font-size:10.5px; font-weight:700; color:var(--orange-deep); }

/* 完全無料 */
.freecard{ max-width:420px; margin:14px auto 0; display:flex; align-items:center; gap:14px;
  background:linear-gradient(180deg,#fff,#fff0cf); border:3px solid var(--ink); border-radius:16px;
  box-shadow:4px 4px 0 var(--ink); padding:16px 18px; }
.fc-check{ flex:none; width:50px; height:50px; border-radius:14px; background:var(--green);
  border:2.5px solid var(--ink); display:grid; place-items:center; }
.fc-check svg{ width:28px; height:28px; }
.freecard b{ font-family:var(--ff-head); font-weight:900; font-size:19px; color:var(--ink); }
.freecard b .green{ color:var(--green-deep); }
.freecard p{ margin:4px 0 0; font-size:12.5px; line-height:1.5; font-weight:700; color:#5a4a3a; }

/* =========================================================
   参加メリット (dark neon)
   ========================================================= */
.bg-arena{ background:
   radial-gradient(80% 50% at 50% 0%, rgba(255,120,20,.35), transparent 70%),
   linear-gradient(180deg,#241233,#170c22); }
.bg-arena .sec-title{ color:#fff; }
.bg-arena .sec-title .hl{ color:var(--gold-bright); }
.merit-list{ display:flex; flex-direction:column; gap:13px; max-width:440px; margin:0 auto; }
.merit{
  display:flex; align-items:center; gap:14px; padding:15px 16px;
  background:rgba(255,255,255,.06); border:2px solid rgba(255,200,90,.4);
  border-radius:16px; backdrop-filter:blur(2px);
}
.merit .no{ flex:none; width:42px; height:42px; border-radius:12px; display:grid; place-items:center;
  font-family:var(--ff-display); font-size:22px; color:var(--ink);
  background:linear-gradient(180deg,var(--gold-bright),var(--orange)); border:2px solid var(--ink);
  box-shadow:2px 2px 0 rgba(0,0,0,.5); }
.merit b{ font-family:var(--ff-head); font-weight:900; color:#fff; font-size:17px; line-height:1.35; }
.merit b i{ font-style:normal; color:var(--gold-bright); }

/* =========================================================
   参加特典 (rewards)
   ========================================================= */
.bg-gold{ background:
   radial-gradient(circle at 50% -10%, #fff3c4 0, transparent 55%),
   linear-gradient(180deg,#ffdf8e 0%, #ffb43d 100%); }
.reward{ max-width:440px; margin:0 auto; display:flex; flex-direction:column; gap:16px; }
.rcard{
  background:var(--paper); border:3px solid var(--ink); border-radius:20px;
  box-shadow:5px 5px 0 var(--ink); padding:18px; position:relative; overflow:hidden;
}
.rcard .tagno{ position:absolute; top:-2px; left:-2px; background:var(--red); color:#fff;
  font-family:var(--ff-display); font-size:14px; padding:5px 14px 7px; border:3px solid var(--ink);
  border-top:0; border-left:0; border-radius:0 0 16px 0; letter-spacing:.05em; }
.rcard-in{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:11px; margin-top:10px; }
.rcard-in > div{ min-width:0; width:100%; }
.rcard-in > h3,.rcard-in > p,.rcard-in > ul{ width:100%; }
.rcard-in > .art{ width:150px; }
.rcard-tail{ margin-top:auto; }
.rcard .art{ flex:none; width:150px; height:150px; display:grid; place-items:center; }
/* 宝箱・メダル等のアイコンも大きく・後光つきで魅力的に */
.rcard .art:not(.art-hero){ position:relative; }
.rcard .art:not(.art-hero)::before{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:104%; height:104%; border-radius:50%; z-index:0;
  background:radial-gradient(circle, rgba(255,210,90,.8) 0, rgba(255,180,40,.32) 46%, transparent 70%); }
.rcard .art:not(.art-hero) img,.rcard .art:not(.art-hero) svg{ position:relative; z-index:1; animation:bob 3.4s ease-in-out infinite; }
/* hero character art (big, glowing) */
.rcard .art.art-hero{ width:100%; height:auto; margin:2px 0 2px; position:relative; }
.rcard .art.art-hero::before{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:78%; padding-bottom:78%; border-radius:50%; z-index:0;
  background:radial-gradient(circle, rgba(255,210,90,.85) 0, rgba(255,180,40,.35) 45%, transparent 70%); }
.rcard .art.art-hero img{ position:relative; z-index:1; width:180px; max-width:90%; height:auto;
  filter:drop-shadow(2px 5px 6px rgba(0,0,0,.35)); animation:bob 3.4s ease-in-out infinite; }
.rcard .art svg{ width:100%; height:100%; }
.rcard .art img{ width:100%; height:100%; object-fit:contain; filter:drop-shadow(2px 3px 3px rgba(0,0,0,.28)); }
/* dragon white→black 「変身」クロスフェード演出 */
.dragon-morph{ display:flex; flex-direction:column; align-items:center; gap:9px; margin-top:14px; width:100%; }
.dm-stage{ position:relative; width:200px; max-width:78%; aspect-ratio:1 / 1; }
.dm-stage img{ position:absolute; inset:0; width:100%; height:100%; object-fit:contain;
  filter:drop-shadow(2px 4px 4px rgba(0,0,0,.3)); }
.dm-white{ animation:morphWhite 4.2s ease-in-out infinite; }
.dm-black{ animation:morphBlack 4.2s ease-in-out infinite; }
.dm-burst{ position:absolute; left:50%; top:50%; width:86%; height:86%; transform:translate(-50%,-50%) scale(.4);
  border-radius:50%; z-index:0; opacity:0; pointer-events:none;
  background:radial-gradient(circle, rgba(255,210,90,.95) 0, rgba(255,120,30,.5) 40%, transparent 70%);
  animation:morphBurst 4.2s ease-in-out infinite; }
@keyframes morphWhite{ 0%,32%{ opacity:1; transform:scale(1); } 50%,82%{ opacity:0; transform:scale(.9) rotate(-3deg); } 100%{ opacity:1; transform:scale(1); } }
@keyframes morphBlack{ 0%,32%{ opacity:0; transform:scale(.9) rotate(3deg); } 50%,82%{ opacity:1; transform:scale(1); } 100%{ opacity:0; transform:scale(.9) rotate(3deg); } }
@keyframes morphBurst{ 0%,26%{ opacity:0; transform:translate(-50%,-50%) scale(.4); } 41%{ opacity:1; transform:translate(-50%,-50%) scale(1.05); } 56%,100%{ opacity:0; transform:translate(-50%,-50%) scale(.4); } }
.dm-label{ font-family:var(--ff-head); font-weight:900; font-size:13px; color:var(--ink);
  background:var(--gold-bright); border:2px solid var(--ink); border-radius:999px; padding:4px 14px; box-shadow:2px 2px 0 var(--ink); }
.dm-label b{ color:var(--red); }
@media (prefers-reduced-motion: reduce){
  .dm-white,.dm-black,.dm-burst{ animation:none; }
  .dm-white{ opacity:1; } .dm-black{ opacity:0; } .dm-burst{ opacity:0; }
}
/* gold chest highlight (top finishers) */
.gold-chest{ display:flex; align-items:center; gap:12px; margin-top:13px; padding:11px 13px; box-sizing:border-box; width:100%;
  background:linear-gradient(180deg,#fff6df,#ffe6ad); border:2.5px solid var(--ink); border-radius:14px;
  box-shadow:3px 3px 0 var(--ink); text-align:left; }
.gold-chest img{ flex:none; width:64px; height:64px; object-fit:contain; filter:drop-shadow(2px 3px 3px rgba(0,0,0,.3)); }
.gold-chest p{ margin:0; min-width:0; font-family:var(--ff-head); font-weight:700; font-size:12.5px; line-height:1.5; color:#5a4a3a; word-break:keep-all; overflow-wrap:anywhere; line-break:strict; }
.gold-chest b{ color:var(--orange-deep); }
.gold-chest u{ text-decoration:none; color:var(--red); font-weight:900; }
/* bonus box (決勝賞品) */
.bonus-box{ display:flex; flex-direction:column; align-items:stretch; gap:10px; margin-top:13px; padding:13px; box-sizing:border-box; width:100%;
  background:linear-gradient(180deg,#e9f0ff,#d3e2ff); border:2.5px solid var(--ink); border-radius:14px;
  box-shadow:3px 3px 0 var(--ink); text-align:left; }
.bonus-tag{ align-self:center; font-family:var(--ff-head); font-weight:900; font-size:12px; color:#fff; line-height:1.2;
  background:var(--blue); border:2px solid var(--ink); border-radius:999px; padding:5px 16px; box-shadow:1.5px 1.5px 0 var(--ink); }
.prize-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
/* 優勝・準優勝 横並び2カード */
.prize-top{ display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.prize-card{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:5px;
  background:#fff; border:2px solid var(--ink); border-radius:11px; padding:10px 8px; }
.prize-card .rank{ flex:none; min-width:62px; font-family:var(--ff-head); font-weight:900; font-size:12px;
  color:#fff; border:2px solid var(--ink); border-radius:8px; padding:4px 10px; line-height:1.1; }
.prize-card .rank.gold{ background:linear-gradient(180deg,#ffd24f,#e8a916); color:var(--ink); }
.prize-card .rank.silver{ background:linear-gradient(180deg,#d7dde6,#aab4c2); color:var(--ink); }
.prize-card b{ font-family:var(--ff-head); font-weight:900; font-size:15px; color:var(--blue-deep); line-height:1.15; white-space:nowrap; }
.prize-card b small{ font-size:10.5px; margin-left:1px; }
.prize-card .prize-sub{ font-family:var(--ff-head); font-weight:700; font-size:10px; line-height:1.4; color:#26314a; word-break:normal; overflow-wrap:break-word; }
.prize-card .prize-sub .nb{ white-space:nowrap; }
/* 全員＝シール 行（画像とセット） */
.prize-all{ display:flex; align-items:center; gap:10px; background:#fff; border:2px solid var(--ink);
  border-radius:11px; padding:9px 11px; text-align:left; overflow:hidden; }
.prize-all .sticker-sample{ flex:none; width:84px; }
.prize-all .sticker-sample img{ max-width:none; width:100%; }
.prize-all .pa-text{ min-width:0; display:flex; flex-direction:column; align-items:flex-start; gap:6px; }
.prize-all .rank.all{ flex:none; font-family:var(--ff-head); font-weight:900; font-size:12px; color:#fff;
  background:var(--red); border:2px solid var(--ink); border-radius:8px; padding:4px 12px; line-height:1.1; }
.prize-all .pa-text p{ margin:0; font-family:var(--ff-head); font-weight:700; font-size:11.5px; line-height:1.5; color:#26314a; word-break:keep-all; overflow-wrap:break-word; }
.prize-all .pa-text p .nb{ white-space:normal; }
.prize-all .pa-text b{ color:var(--red-deep); }
.prize-all .pa-text small{ font-size:10px; color:#6a7690; word-break:break-word; overflow-wrap:anywhere; }
.prize-list li{ display:flex; align-items:center; gap:9px; background:#fff; border:2px solid var(--ink);
  border-radius:11px; padding:8px 11px; overflow:hidden; }
.prize-list .rank{ flex:none; width:50px; text-align:center; font-family:var(--ff-head); font-weight:900; font-size:11.5px;
  color:#fff; border:2px solid var(--ink); border-radius:8px; padding:5px 0; line-height:1.1; }
.prize-list .rank.gold{ background:linear-gradient(180deg,#ffd24f,#e8a916); color:var(--ink); }
.prize-list .rank.silver{ background:linear-gradient(180deg,#d7dde6,#aab4c2); color:var(--ink); }
.prize-list .rank.all{ background:var(--red); }
.prize-list .prize{ min-width:0; flex:1; font-family:var(--ff-head); font-weight:700; font-size:11.5px; line-height:1.45; color:#26314a; word-break:break-word; overflow-wrap:anywhere; }
.prize-list .prize b{ color:var(--blue-deep); font-size:14px; word-break:break-word; overflow-wrap:anywhere; }
.prize-list .prize small{ font-size:10px; color:#6a7690; word-break:break-word; overflow-wrap:anywhere; }
.prize-note{ margin:0; font-family:var(--ff-head); font-weight:700; font-size:10.5px; color:#6a7690; text-align:right; }
.sticker-sample{ margin:0; display:flex; flex-direction:column; align-items:center; gap:6px; }
.sticker-sample img{ width:100%; max-width:240px; height:auto; display:block; background:#fff;
  border:2px solid var(--ink); border-radius:10px; box-shadow:2px 2px 0 var(--ink); }
.sticker-sample figcaption{ font-family:var(--ff-head); font-weight:900; font-size:11px; color:#6a7690; }
/* invite box (限定100名) */
.invite-box{ display:flex; align-items:center; justify-content:center; gap:10px; margin-top:13px; padding:11px 14px; box-sizing:border-box; width:100%;
  background:linear-gradient(180deg,#fff,#fbeede); border:2.5px solid var(--ink); border-radius:14px; box-shadow:3px 3px 0 var(--ink); }
.invite-cap{ font-family:var(--ff-head); font-weight:900; font-size:13px; color:#5a4a3a; }
.invite-num{ font-family:var(--ff-display); font-size:34px; line-height:1; color:var(--red); }
.invite-num b{ font-family:var(--ff-head); font-size:15px; color:#fff; background:var(--red); border:2px solid var(--ink);
  border-radius:8px; padding:3px 8px; margin-right:6px; vertical-align:middle; }
.invite-num i{ font-style:normal; font-size:18px; color:var(--ink); margin-left:2px; }
.invite-notes{ list-style:none; margin:11px 0 0; padding:0; display:flex; flex-direction:column; gap:5px; text-align:left; }
.invite-notes li{ position:relative; padding-left:15px; font-family:var(--ff-head); font-weight:700; font-size:11.5px; line-height:1.5; color:#8a7560; }
.invite-notes li::before{ content:"※"; position:absolute; left:0; top:0; }
.rcard h3{ font-family:var(--ff-head); font-weight:900; font-size:21px; margin:0 0 5px; color:var(--ink); word-break:keep-all; overflow-wrap:anywhere; line-break:strict; }
.rcard h3 .hl{ color:var(--red); }
.rcard p{ margin:0; font-size:13.5px; line-height:1.6; font-weight:700; color:#5a4a3a; word-break:keep-all; overflow-wrap:anywhere; line-break:strict; }
.nb{ white-space:nowrap; }
.note-s{ display:block; margin-top:3px; font-size:11px; font-weight:700; color:#8a7560; }
.bonus-box.gold-box{ background:linear-gradient(180deg,#fff5db,#ffe7b0); }
.bonus-tag.gold-tag{ background:linear-gradient(180deg,var(--orange),var(--orange-deep)); }
.rcard .pill{ display:inline-block; margin-top:8px; background:var(--gold-bright); border:2px solid var(--ink);
  border-radius:999px; padding:3px 12px; font-family:var(--ff-head); font-weight:900; font-size:13px; color:var(--ink); }

/* =========================================================
   スケジュール
   ========================================================= */
.bg-paper{ background:linear-gradient(180deg,var(--paper),#fff); }

/* =========================================================
   公式アプリ
   ========================================================= */
.appcard{ max-width:460px; margin:0 auto; background:var(--paper);
  border:3px solid var(--ink); border-radius:22px; box-shadow:6px 6px 0 var(--ink);
  padding:20px; display:flex; gap:16px; align-items:center; position:relative; overflow:hidden; }
.appcard::before{ content:""; position:absolute; inset:0; z-index:0; opacity:.5;
  background:radial-gradient(circle at 85% 0%, #dde9ff, transparent 55%); }
.app-art{ flex:none; width:100px; align-self:center; display:flex; align-items:center; justify-content:center; position:relative; z-index:1; }
.app-art img{ width:100px; height:100px; border-radius:23px; border:3px solid var(--ink);
  box-shadow:4px 4px 0 var(--ink); }
.app-body{ position:relative; z-index:1; flex:1; }
.app-tag{ display:inline-block; font-family:var(--ff-head); font-weight:900; font-size:11px; color:#fff;
  background:var(--blue); border:2px solid var(--ink); border-radius:999px; padding:3px 11px; }
.app-body h3{ font-family:var(--ff-head); font-weight:900; font-size:21px; margin:7px 0 5px; color:var(--ink); line-height:1.2; }
.app-body > p{ margin:0 0 9px; font-size:13px; line-height:1.55; font-weight:700; color:#5a4a3a; }
.app-free{ display:inline-flex; align-items:center; gap:7px; font-family:var(--ff-head); font-weight:900;
  font-size:14px; color:var(--green-deep); background:#dff5e3; border:2px solid var(--ink);
  border-radius:999px; padding:4px 13px 4px 5px; margin-bottom:11px; }
.app-free i{ font-style:normal; font-family:var(--ff-display); font-size:13px; color:#fff; background:var(--green);
  border-radius:999px; padding:3px 8px; }
.app-dl{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.dlbadge{ display:inline-block; transition:transform .12s; }
.dlbadge:active{ transform:scale(.96); }
.dlbadge img{ display:block; height:46px; width:auto; }
.app-note{ margin:10px 0 0; font-size:11px; font-weight:700; color:#8a7560; }

/* =========================================================
   保護者の皆さまへ
   ========================================================= */
.pcontents{ max-width:460px; margin:0 auto; display:grid; gap:12px; }
.pc{ display:flex; align-items:center; gap:13px; background:#fff; border:3px solid var(--ink);
  border-radius:16px; box-shadow:3px 3px 0 var(--ink); padding:14px 16px; }
.pc-ico{ flex:none; width:46px; height:46px; border-radius:12px; border:2.5px solid var(--ink);
  display:grid; place-items:center; }
.pc-ico svg{ width:24px; height:24px; }
.pc b{ display:block; font-family:var(--ff-head); font-weight:900; font-size:16px; color:var(--ink); line-height:1.3; }
.pc p{ margin:4px 0 0; font-size:12.5px; line-height:1.5; font-weight:700; color:#5a4a3a; }

.psafe{ max-width:460px; margin:18px auto 0; background:var(--ink); border-radius:18px; padding:18px 16px; text-align:center; }
.psafe-head{ display:inline-flex; align-items:center; gap:6px; font-family:var(--ff-head); font-weight:900;
  font-size:13px; color:var(--ink); background:var(--gold-bright); border-radius:999px; padding:4px 16px; margin-bottom:14px; }
.psafe-head::before{ content:"✓"; }
.psafe-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.psafe-item{ background:rgba(255,255,255,.07); border:1.5px solid rgba(255,210,90,.4); border-radius:12px; padding:12px 6px; }
.psafe-item b{ display:block; font-family:var(--ff-head); font-weight:900; font-size:15px; color:var(--gold-bright); line-height:1.25; }
.psafe-item span{ display:block; margin-top:5px; font-size:10.5px; line-height:1.4; font-weight:700; color:#e7dcef; }

.phome{ max-width:460px; margin:18px auto 0; background:#fff; border:3px solid var(--ink); border-radius:18px;
  box-shadow:4px 4px 0 var(--ink); overflow:hidden; }
.phome-lead{ background:linear-gradient(180deg,var(--blue),var(--blue-deep)); color:#fff; padding:16px 18px; }
.ph-tag{ display:block; width:fit-content; margin:0 auto 8px; font-family:var(--ff-head); font-weight:900; font-size:11px; color:var(--blue-deep);
  background:#fff; border-radius:999px; padding:3px 12px; }
.phome-lead b{ font-family:var(--ff-head); font-weight:900; font-size:20px; line-height:1.3; text-shadow:1.5px 1.5px 0 rgba(0,0,0,.25); }
.phome-lead p{ margin:7px 0 0; font-size:12.5px; line-height:1.55; font-weight:700; }
.phome-lead u{ text-decoration-color:var(--gold-bright); text-underline-offset:2px; }
.phome-steps{ margin:0; padding:14px 18px; list-style:none; display:grid; gap:10px; counter-reset:none; }
.phome-steps li{ display:flex; align-items:center; gap:11px; font-family:var(--ff-head); font-weight:900;
  font-size:14px; color:var(--ink); line-height:1.35; }
.phome-steps li span{ flex:none; width:28px; height:28px; border-radius:50%; background:var(--orange);
  color:#fff; border:2px solid var(--ink); display:grid; place-items:center; font-family:var(--ff-display); font-size:14px; }

.pproof{ max-width:460px; margin:18px auto 0; text-align:center; }
.pproof-stat{ margin:0; font-family:var(--ff-head); font-weight:900; font-size:15px; color:var(--ink); line-height:1.5; }
.pproof-stat b{ color:var(--red); font-size:18px; }
.pproof-stat small{ display:block; margin-top:6px; font-size:11.5px; font-weight:700; color:#8a7560; }
.pproof-link{ display:inline-block; margin-top:13px; font-family:var(--ff-head); font-weight:900; font-size:14px;
  color:#fff; text-decoration:none; background:var(--blue); border:2.5px solid var(--ink); border-radius:999px;
  padding:9px 22px; box-shadow:3px 3px 0 var(--ink); transition:transform .12s; }
.pproof-link:active{ transform:translateY(2px); }
.sec-lead{ margin:14px auto 0; max-width:380px; font-family:var(--ff-head); font-weight:700;
  font-size:15px; line-height:1.6; color:#5a4a3a; }
.sec-lead b{ color:var(--red); }
.flow{ max-width:460px; margin:0 auto; }

/* entry step (LINE) */
.entry-step{ display:flex; align-items:center; gap:13px; background:var(--line);
  border:3px solid var(--ink); border-radius:18px; box-shadow:4px 4px 0 var(--ink); padding:15px 17px; }
.entry-step .es-no{ flex:none; font-family:var(--ff-display); font-size:13px; color:var(--line);
  background:#fff; border:2px solid var(--ink); border-radius:9px; padding:7px 9px; line-height:1; text-align:center; }
.entry-step .es-body b{ display:block; font-family:var(--ff-head); font-weight:900; color:#fff; font-size:18px; line-height:1.25; }
.entry-step .es-body p{ margin:3px 0 0; font-size:12.5px; font-weight:700; color:rgba(255,255,255,.92); line-height:1.45; }

.flow-down{ display:flex; justify-content:center; margin:10px 0; }
.flow-down span{ width:0; height:0; border-left:16px solid transparent; border-right:16px solid transparent; border-top:18px solid var(--orange); }

/* two ways banner */
.twoways{ text-align:center; background:linear-gradient(180deg,var(--orange),var(--orange-deep));
  border:3px solid var(--ink); border-radius:16px; box-shadow:4px 4px 0 var(--ink); padding:14px 16px; color:#fff; }
.twoways .tw-step{ display:inline-block; font-family:var(--ff-display); font-size:12px; background:#fff; color:var(--orange-deep);
  border:2px solid var(--ink); border-radius:999px; padding:3px 13px; margin-bottom:8px; }
.twoways b{ display:block; font-family:var(--ff-head); font-weight:900; font-size:21px; line-height:1.3; text-shadow:2px 2px 0 var(--ink); }
.twoways b u{ text-decoration:none; color:var(--gold-bright); }
.twoways .tw-note{ display:block; margin-top:6px; font-family:var(--ff-head); font-weight:900; font-size:13.5px; color:#fff; }
.twoways .tw-note b{ color:var(--gold-bright); }

/* route cards A / B */
.route-grid{ display:flex; flex-direction:column; gap:14px; margin-top:14px; }
.route{ background:var(--paper); border:3px solid var(--ink); border-radius:18px; box-shadow:4px 4px 0 var(--ink); overflow:hidden; }
.route-head{ display:flex; align-items:center; gap:11px; padding:13px 15px; color:#fff;
  background:linear-gradient(180deg,var(--orange),var(--orange-deep)); border-bottom:3px solid var(--ink); }
.route-b .route-head{ background:linear-gradient(180deg,var(--blue),var(--blue-deep)); }
.route-badge{ flex:none; width:38px; height:38px; border-radius:10px; background:#fff; color:var(--orange-deep);
  display:grid; place-items:center; font-family:var(--ff-display); font-size:22px; border:2.5px solid var(--ink); }
.route-badge.b{ color:var(--blue-deep); }
.route-head b{ font-family:var(--ff-head); font-weight:900; font-size:19px; line-height:1.1; }
.route-head small{ display:block; font-size:11.5px; opacity:.92; font-weight:700; margin-top:2px; }
.route-meta{ font-family:var(--ff-head); font-weight:900; font-size:12px; color:#8a7560; padding:10px 15px 4px; }
.round{ display:flex; align-items:center; gap:10px; padding:9px 15px; border-bottom:2px dashed #e3c9a8; }
.round-add{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:1px; margin:4px 12px;
  font-family:var(--ff-head); font-weight:900; font-size:13px; letter-spacing:.04em; color:#fff; line-height:1.2;
  background:linear-gradient(180deg,var(--red),var(--red-deep)); border:2.5px solid var(--ink);
  border-radius:12px; padding:6px 14px; box-shadow:2px 2px 0 var(--ink); }
.round:last-of-type{ border-bottom:0; }
.round-grp{ margin:10px 12px 4px; font-family:var(--ff-head); font-weight:900; font-size:14px; color:#fff;
  background:linear-gradient(180deg,var(--orange),var(--orange-deep)); border:2.5px solid var(--ink);
  border-radius:10px; padding:8px 14px; box-shadow:2px 2px 0 var(--ink); text-align:center; }
.round-grp.open{ background:linear-gradient(180deg,var(--red),var(--red-deep)); }
.round-grp-note{ margin:2px 12px 6px; font-family:var(--ff-head); font-weight:700; font-size:11.5px; line-height:1.5;
  color:#8a7560; text-align:left; }
.round .rn{ flex:none; background:var(--red); color:#fff; font-family:var(--ff-head); font-weight:900;
  font-size:12px; padding:4px 9px; border-radius:7px; }
.round .rd{ font-family:var(--ff-head); font-weight:900; font-size:18px; color:var(--ink); }
.round .rd .wk{ font-size:13px; color:#8a7560; }
.round .rt{ margin-left:auto; font-family:var(--ff-head); font-weight:900; font-size:16px; color:var(--orange-deep); }
.route-info{ padding:6px 15px 4px; }
.route-info p{ margin:0 0 6px; font-size:14px; line-height:1.55; font-weight:700; color:#5a4a3a; }
.route-info .note{ font-size:11.5px; color:#8a7560; }
.route-poster{ margin:4px 0 12px; }
.route-poster a{ position:relative; display:block; border:3px solid var(--ink); border-radius:11px;
  overflow:hidden; box-shadow:3px 3px 0 var(--ink); background:#fff; transition:transform .14s; }
.route-poster a:active{ transform:translateY(2px); }
.route-poster img{ display:block; width:100%; height:auto; }
.route-poster .rp-zoom{ position:absolute; right:8px; bottom:8px; font-family:var(--ff-head); font-weight:900;
  font-size:10.5px; color:#fff; background:rgba(28,20,13,.82); border-radius:999px; padding:3px 10px;
  display:inline-flex; align-items:center; gap:4px; }
.route-poster .rp-zoom::before{ content:"⤢"; }
.route-poster figcaption{ margin-top:8px; font-family:var(--ff-head); font-weight:700; font-size:11.5px; color:#8a7560; text-align:center; }
.route-result{ margin:10px; padding:10px 12px; text-align:center; border-radius:12px;
  background:#fff2da; border:2px solid var(--ink); font-family:var(--ff-head); font-weight:900; font-size:14px; color:var(--ink); }
.route-result b{ color:var(--orange-deep); }
.route-result.b{ background:#e3edff; }
.route-result.b b{ color:var(--blue-deep); }

.merge-arrow{ text-align:center; margin:16px 0 14px; font-family:var(--ff-head); font-weight:900; color:var(--ink); font-size:15px; }
.merge-arrow .dn{ display:block; width:0;height:0; margin:6px auto 0; border-left:15px solid transparent; border-right:15px solid transparent; border-top:18px solid var(--ink); }
.venue-sub{ font-size:13px; opacity:.85; }

/* poster sample */
.poster-sample{ margin:30px auto 0; max-width:340px; text-align:center; }
.poster-sample .ps-tag{ display:inline-flex; align-items:center; gap:6px; font-family:var(--ff-head); font-weight:900;
  font-size:13px; color:#fff; background:var(--orange-deep); border:2.5px solid var(--ink); border-radius:999px;
  padding:5px 16px; box-shadow:2px 2px 0 var(--ink); margin-bottom:13px; }
.poster-sample .ps-tag::before{ content:"★"; color:var(--gold-bright); }
.poster-sample .ps-frame{ position:relative; display:block; border:4px solid var(--ink); border-radius:14px;
  overflow:hidden; box-shadow:6px 6px 0 var(--ink); background:#fff; transition:transform .14s; }
.poster-sample .ps-frame:active{ transform:translateY(2px); }
.poster-sample .ps-frame img{ display:block; width:100%; height:auto; }
.poster-sample .ps-zoom{ position:absolute; right:10px; bottom:10px; font-family:var(--ff-head); font-weight:900;
  font-size:11px; color:#fff; background:rgba(28,20,13,.82); border-radius:999px; padding:4px 12px;
  display:inline-flex; align-items:center; gap:5px; }
.poster-sample .ps-zoom::before{ content:"⤢"; }
.poster-sample figcaption{ margin-top:11px; font-family:var(--ff-head); font-weight:700; font-size:12.5px; color:#8a7560; }

/* final routes notes (poster style: A/B → 決勝) */
.final-routes{ position:relative; z-index:2; display:flex; flex-direction:column; gap:7px; margin-top:14px; }
.fr{ display:flex; align-items:center; gap:8px; justify-content:center; font-family:var(--ff-head); font-weight:900;
  font-size:13.5px; color:#fff; background:rgba(255,255,255,.1); border:2px solid rgba(255,255,255,.3);
  border-radius:999px; padding:6px 14px; }
.fr i{ font-style:normal; flex:none; width:22px; height:22px; border-radius:6px; display:grid; place-items:center;
  font-family:var(--ff-display); font-size:14px; color:#fff; border:2px solid var(--ink); }
.fr.a i{ background:var(--orange); } .fr.b i{ background:var(--blue); }

/* two downward arrows (A orange / B blue) */
.down-arrows{ display:grid; grid-template-columns:1fr 1fr; gap:14px; max-width:300px; margin:0 auto; padding:6px 0 12px; }
.dnarr{ position:relative; height:46px; }
.dnarr::before{ content:""; position:absolute; left:50%; top:0; bottom:14px; width:16px; transform:translateX(-50%); }
.dnarr .da-tip{ position:absolute; left:50%; bottom:0; transform:translateX(-50%);
  width:0; height:0; border-left:18px solid transparent; border-right:18px solid transparent; }
.dnarr.a::before{ background:var(--orange); } .dnarr.a .da-tip{ border-top:18px solid var(--orange); }
.dnarr.b::before{ background:var(--blue); } .dnarr.b .da-tip{ border-top:18px solid var(--blue); }
.flow-from{ text-align:center; margin:16px 0 2px; font-family:var(--ff-head); font-weight:900; font-size:14px; color:#5a4a3a; line-height:1.5; }
.flow-from b{ color:var(--red); }

/* =========================================================
   開催要項・大会ルール
   ========================================================= */
.rules{ max-width:460px; margin:0 auto; }
.rule-list{ margin:0; background:var(--paper); border:3px solid var(--ink); border-radius:18px;
  box-shadow:5px 5px 0 var(--ink); overflow:hidden; }
.rule-row{ display:flex; align-items:stretch; border-top:2px solid #ecdcc4; }
.rule-row:first-child{ border-top:0; }
.rule-row dt{ flex:none; width:96px; display:flex; align-items:center; padding:13px 12px;
  font-family:var(--ff-head); font-weight:900; font-size:13px; color:#fff; background:var(--orange-deep);
  line-height:1.3; }
.rule-row dd{ flex:1; margin:0; padding:13px 15px; font-size:13.5px; line-height:1.6; font-weight:700; color:#5a4a3a; }
.rtag{ display:inline-block; margin-left:8px; vertical-align:middle; font-family:var(--ff-head); font-weight:900;
  font-size:11px; color:#fff; background:var(--red); border:2px solid var(--ink); border-radius:999px; padding:1px 9px; }
.rtag.green{ background:var(--green); }
.rule-note{ margin:14px 4px 0; font-size:12px; line-height:1.6; font-weight:700; color:#8a7560; }
.rule-detail-btn{ display:flex; align-items:center; justify-content:center; gap:9px; margin:16px auto 0; max-width:420px;
  font-family:var(--ff-head); font-weight:900; font-size:16px; color:#fff; text-decoration:none;
  background:linear-gradient(180deg,var(--blue),var(--blue-deep)); border:3px solid var(--ink); border-radius:14px;
  padding:15px 20px; box-shadow:0 5px 0 var(--ink); transition:transform .12s, box-shadow .12s; }
.rule-detail-btn:hover{ filter:brightness(1.05); }
.rule-detail-btn:active{ transform:translateY(5px); box-shadow:0 1px 0 var(--ink); }
.rule-detail-btn svg{ flex:none; }

.final{ background:linear-gradient(180deg,#2a1530,#3a1d3f); border:3px solid var(--ink); border-radius:20px;
  box-shadow:5px 5px 0 var(--ink); padding:20px; text-align:center; position:relative; overflow:hidden; }
.final .glow{ position:absolute; inset:-40% -20% auto; height:120%; background:radial-gradient(circle at 50% 0,rgba(255,180,40,.5),transparent 60%); }
.final-premium{ position:relative; z-index:2; margin:2px auto 16px; padding:14px 18px; max-width:420px;
  border:2.5px solid var(--gold-bright); border-radius:16px;
  background:linear-gradient(180deg,rgba(255,214,90,.14),rgba(255,180,40,.05));
  box-shadow:0 0 0 1px rgba(0,0,0,.3) inset, 0 6px 18px rgba(0,0,0,.35); }
.final-premium .fp-crown{ display:inline-flex; align-items:center; gap:6px;
  font-family:var(--ff-display); font-size:13px; letter-spacing:.22em; color:var(--ink);
  background:linear-gradient(180deg,#ffe79a,var(--gold-bright)); border:2px solid var(--ink);
  border-radius:999px; padding:3px 14px 3px 11px; box-shadow:2px 2px 0 var(--ink); margin-bottom:11px; }
.final-premium b{ display:block; font-family:var(--ff-head); font-weight:900; color:#fff;
  font-size:18px; line-height:1.55; letter-spacing:.01em; }
.final-premium em{ font-style:normal; color:var(--gold-bright); font-size:23px;
  padding:0 2px; text-shadow:0 1px 0 var(--ink); }
.final .ftag{ display:inline-flex; align-items:center; gap:6px; background:var(--green); border:2.5px solid var(--ink);
  color:#fff; font-family:var(--ff-head); font-weight:900; font-size:15px; padding:5px 16px; border-radius:999px; box-shadow:3px 3px 0 var(--ink); position:relative; z-index:2; }
.final h3{ position:relative; z-index:2; font-family:var(--ff-head); font-weight:900; color:#fff; margin:12px 0 4px; font-size:18px; }
.final .date{ position:relative; z-index:2; font-family:var(--ff-display); font-size:42px; color:var(--gold-bright);
  -webkit-text-stroke:2.5px var(--ink); paint-order:stroke fill; line-height:1; }
.final .date span{ font-size:22px; }
.final .place{ position:relative; z-index:2; color:#fff; font-family:var(--ff-head); font-weight:700; font-size:14px; margin-top:8px; opacity:.95; }
.final .time{ position:relative; z-index:2; display:inline-block; margin-top:8px; background:#fff; color:var(--ink);
  font-family:var(--ff-head); font-weight:900; font-size:15px; padding:4px 16px; border-radius:999px; }

/* countdown */
.countdown-lead{ text-align:center; margin:24px 0 0; font-family:var(--ff-head); font-weight:900; font-size:16px; color:var(--ink); letter-spacing:.02em; }
.countdown{ display:flex; justify-content:center; gap:8px; margin:10px auto 0; max-width:440px; }
.article-btn{ display:block; width:max-content; max-width:90%; margin:18px auto 0; text-decoration:none;
  font-family:var(--ff-head); font-weight:900; font-size:15px; color:#fff;
  background:linear-gradient(180deg,var(--blue),var(--blue-deep)); border:3px solid var(--ink);
  border-radius:999px; padding:13px 26px; box-shadow:0 4px 0 var(--ink); transition:transform .12s, box-shadow .12s; }
.article-btn:hover{ transform:translateY(-1px); }
.article-btn:active{ transform:translateY(4px); box-shadow:0 0 0 var(--ink); }
.cd-box{ background:var(--ink); border-radius:12px; padding:10px 4px; min-width:64px; text-align:center; flex:1; }
.cd-box b{ display:block; font-family:var(--ff-display); font-size:30px; color:var(--gold-bright); line-height:1; }
.cd-box small{ font-family:var(--ff-head); font-weight:700; font-size:11px; color:#fff; opacity:.8; }

/* =========================================================
   参加方法 STEP
   ========================================================= */
.steps{ max-width:440px; margin:0 auto; position:relative; }
.step{ display:flex; gap:14px; padding-bottom:20px; position:relative; }
.step:last-child{ padding-bottom:0; }
.step .line{ position:absolute; left:23px; top:46px; bottom:-4px; width:4px; background:repeating-linear-gradient(180deg,var(--orange) 0 8px,transparent 8px 16px); }
.step:last-child .line{ display:none; }
.step .num{ flex:none; width:48px; height:48px; border-radius:50%; z-index:2;
  background:linear-gradient(180deg,var(--gold-bright),var(--orange)); border:3px solid var(--ink);
  display:grid; place-items:center; box-shadow:3px 3px 0 var(--ink); }
.step .num b{ font-family:var(--ff-display); font-size:13px; color:var(--ink); line-height:.9; text-align:center; }
.step .num b span{ display:block; font-size:21px; }
.step .body{ flex:1; background:var(--paper); border:3px solid var(--ink); border-radius:16px;
  box-shadow:3px 3px 0 var(--ink); padding:13px 15px; }
.step .body h3{ font-family:var(--ff-head); font-weight:900; font-size:17px; margin:0 0 3px; color:var(--ink); }
.step .body h3 .free{ color:var(--green-deep); }
.step .body p{ margin:0; font-size:13px; line-height:1.55; font-weight:700; color:#6a5a48; }
.step.hot .body{ background:#fff6df; border-color:var(--red); }
.step.hot .num{ background:linear-gradient(180deg,#ff5a5a,var(--red)); }
.step.hot .num b{ color:#fff; }

/* =========================================================
   FAQ
   ========================================================= */
.faq{ max-width:440px; margin:0 auto; display:flex; flex-direction:column; gap:11px; }
.faq-grp{ max-width:440px; margin:20px auto 3px; text-align:center; font-family:var(--ff-head); font-weight:900; font-size:15px; color:#fff;
  background:linear-gradient(180deg,var(--blue),var(--blue-deep)); border:2.5px solid var(--ink);
  border-radius:10px; padding:9px 15px; box-shadow:2px 2px 0 var(--ink); }
.qa{ background:var(--paper); border:3px solid var(--ink); border-radius:14px; overflow:hidden; box-shadow:3px 3px 0 var(--ink); }
.qa button{ width:100%; text-align:left; border:0; background:none; cursor:pointer;
  display:flex; align-items:center; gap:11px; padding:14px 15px; font-family:var(--ff-head); font-weight:900; font-size:15px; color:var(--ink); }
.qa .qmark{ flex:none; width:26px; height:26px; border-radius:7px; background:var(--orange); color:#fff;
  display:grid; place-items:center; font-family:var(--ff-display); font-size:15px; }
.qa .arr{ margin-left:auto; flex:none; width:12px; height:12px; border-right:3px solid var(--orange-deep); border-bottom:3px solid var(--orange-deep); transform:rotate(45deg); transition:transform .25s; }
.qa.open .arr{ transform:rotate(225deg); }
.qa .ans{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.qa .ans p{ margin:0; padding:0 15px 15px 52px; font-size:13.5px; line-height:1.65; font-weight:700; color:#6a5a48; }

/* =========================================================
   お問い合わせフォーム
   ========================================================= */
.contact{ max-width:440px; margin:0 auto; background:var(--paper); border:3px solid var(--ink);
  border-radius:20px; box-shadow:5px 5px 0 var(--ink); padding:22px 20px; }
.contact .field{ display:flex; flex-direction:column; gap:6px; margin-bottom:15px; text-align:left; }
.contact label{ font-family:var(--ff-head); font-weight:900; font-size:14px; color:var(--ink);
  display:flex; align-items:center; gap:8px; }
.contact .req{ font-family:var(--ff-head); font-weight:900; font-size:10px; color:#fff;
  background:var(--red); border-radius:999px; padding:2px 8px; }
.contact input,.contact select,.contact textarea{ width:100%; box-sizing:border-box;
  font-family:var(--ff-head); font-weight:700; font-size:15px; color:var(--ink);
  background:#fff; border:2.5px solid var(--ink); border-radius:11px; padding:11px 13px; }
.contact textarea{ resize:vertical; line-height:1.5; }
.contact input::placeholder,.contact textarea::placeholder{ color:#b9a88f; font-weight:700; }
.contact input:focus,.contact select:focus,.contact textarea:focus{ outline:none; border-color:var(--orange);
  box-shadow:0 0 0 3px rgba(232,169,22,.25); }
.contact-btn{ width:100%; cursor:pointer; font-family:var(--ff-head); font-weight:900; font-size:18px; color:#fff;
  background:linear-gradient(180deg,var(--orange),var(--orange-deep)); border:3px solid var(--ink);
  border-radius:14px; padding:14px; box-shadow:0 5px 0 var(--ink); transition:transform .12s,box-shadow .12s; margin-top:4px; }
.contact-btn:active{ transform:translateY(4px); box-shadow:0 1px 0 var(--ink); }
.contact-btn:disabled{ cursor:not-allowed; filter:grayscale(.35); opacity:.7; transform:none; box-shadow:0 5px 0 var(--ink); }
.contact-result{ margin:13px 0 0; font-family:var(--ff-head); font-weight:900; font-size:14px; line-height:1.6;
  text-align:center; border:2.5px solid var(--ink); border-radius:12px; padding:11px 14px; box-shadow:3px 3px 0 var(--ink); }
.contact-result.is-ok{ background:#dff5e3; color:var(--green-deep); }
.contact-result.is-err{ background:#ffe3df; color:var(--red-deep); }
.contact-note{ margin:13px 0 0; font-family:var(--ff-head); font-weight:700; font-size:12px; line-height:1.6; color:#8a7560; text-align:center; }

/* =========================================================
   FINAL CTA
   ========================================================= */
.bg-final{ background:
   radial-gradient(70% 50% at 50% 0%, rgba(33,192,74,.3), transparent 70%),
   linear-gradient(180deg,#1f1230,#160b22); padding-bottom:120px; }
.bg-final .sec-title{ color:#fff; }
.final-cta-card{ max-width:440px; margin:0 auto; text-align:center; }
.final-cta-card .lead{ color:#fff; font-family:var(--ff-head); font-weight:900; font-size:22px; line-height:1.45; margin-bottom:6px; }
.final-cta-card .lead em{ font-style:normal; color:var(--gold-bright); }
.final-cta-card .sublead{ color:#ffe9cf; font-size:13.5px; font-weight:700; margin-bottom:22px; opacity:.9; }
.qbadge{ display:inline-block; margin:0 auto 18px; background:var(--gold-bright); border:3px solid var(--ink);
  border-radius:14px; padding:8px 20px; font-family:var(--ff-head); font-weight:900; font-size:18px; color:var(--ink);
  box-shadow:4px 4px 0 var(--ink); transform:rotate(-2deg); }

/* =========================================================
   FOOTER
   ========================================================= */
.foot{ background:#120a1c; color:#cbb9d6; padding:30px 20px 34px; text-align:center; }
.org{ max-width:440px; margin:0 auto; text-align:left; }
.org-block{ display:flex; gap:12px; align-items:flex-start; padding:13px 0; border-top:1px solid rgba(255,255,255,.1); }
.org-block:first-child{ border-top:0; }
.org-label{ flex:none; width:48px; text-align:center; font-family:var(--ff-head); font-weight:900;
  font-size:12px; color:var(--ink); background:var(--gold-bright); border-radius:6px; padding:4px 0; letter-spacing:.08em; }
.org-block p{ margin:0; font-size:13px; line-height:1.6; font-weight:700; color:#e7dcef; }
/* school promo (bottom of footer) */
.school-promo{ display:flex; flex-direction:column; align-items:center; gap:9px; margin:26px auto 0; padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12); text-decoration:none; max-width:440px; }
.school-promo img{ width:172px; height:auto; display:block; }
.school-promo span{ font-family:var(--ff-head); font-weight:900; font-size:13px; color:var(--gold-bright); letter-spacing:.02em; }
.org-list{ margin:0; padding:0; list-style:none; display:flex; flex-direction:column; gap:5px; }
.org-list li{ font-size:13px; line-height:1.45; font-weight:700; color:#e7dcef; position:relative; padding-left:14px; }
.org-list li::before{ content:""; position:absolute; left:0; top:.55em; width:5px; height:5px; border-radius:50%; background:var(--gold); }
.org-sponsors{ flex-direction:column; gap:9px; align-items:stretch; }
.sponsor-grid{ margin:0; padding:0; list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.sponsor-grid li{ list-style:none; display:flex; }
.sponsor-grid li:first-child{ grid-column:1 / -1; }
.sp-card{ width:100%; box-sizing:border-box; text-decoration:none; background:#fff; border-radius:12px; padding:12px 10px; display:flex; flex-direction:column;
  align-items:center; justify-content:center; gap:8px; text-align:center; min-height:86px; transition:transform .12s, box-shadow .12s; }
.sp-card:hover{ transform:translateY(-2px); box-shadow:0 6px 16px rgba(0,0,0,.35); }
.sp-card img{ display:block; max-width:82%; max-height:52px; width:auto; height:auto; object-fit:contain; }
.sp-card span{ font-family:var(--ff-head); font-weight:900; font-size:11.5px; color:#3a3a3a; line-height:1.35; }
.sp-card.sp-text{ font-family:var(--ff-head); font-weight:900; font-size:16px; color:#1c2a4a; min-height:60px; }
.foot-links{ margin-top:22px; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:8px 12px; }
.foot-links a{ font-family:var(--ff-head); font-weight:700; font-size:12.5px; color:#e7dcef; text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.35); padding-bottom:1px; }
.foot-links a:hover{ color:#fff; border-bottom-color:#fff; }
.foot-links .sep{ color:rgba(255,255,255,.3); font-size:12px; }
.foot .copy{ margin-top:14px; font-size:10.5px; opacity:.6; }

/* =========================================================
   STICKY bottom CTA bar
   ========================================================= */
.sticky-cta{ position:fixed; left:0; right:0; bottom:0; z-index:50; display:flex; justify-content:center;
  padding:9px 12px calc(9px + env(safe-area-inset-bottom)); pointer-events:none;
  transform:translateY(120%); transition:transform .35s cubic-bezier(.2,.9,.3,1); }
.sticky-cta.show{ transform:none; }
.sticky-cta .inner{ width:100%; max-width:496px; pointer-events:auto;
  background:rgba(22,11,34,.86); backdrop-filter:blur(8px); border:2px solid rgba(255,200,90,.5);
  border-radius:18px; padding:9px; display:flex; align-items:center; gap:10px; box-shadow:0 10px 30px rgba(0,0,0,.5); }
.sticky-cta .txt{ flex:1; color:#fff; font-family:var(--ff-head); font-weight:900; font-size:13px; line-height:1.3; padding-left:6px; }
.sticky-cta .txt em{ font-style:normal; color:var(--gold-bright); }
.sticky-cta .cta{ flex:none; width:auto; padding:13px 18px; font-size:16px; animation:none; box-shadow:0 4px 0 var(--ink); }
.sticky-cta .cta small{ display:none; }

@media (max-width:380px){
  .sec-title{ font-size:26px; }
  .specs{ gap:8px; }
  .qualify .q-main{ font-size:16px; padding:8px 12px; }
  .qualify .q-label{ font-size:12px; padding:0 10px; }
}

/* =========================================================
   DESKTOP / TABLET (min-width:900px) — wide responsive layout
   ========================================================= */
@media (min-width:900px){
  .sec{ padding:96px 40px; }
  .sec-head{ margin-bottom:50px; }
  .sec-kicker{ font-size:16px; padding:6px 22px; }
  .sec-title{ font-size:clamp(38px,4.2vw,52px); }

  /* ---- HERO ---- */
  .hero{ min-height:90vh; display:flex; flex-direction:column;
    align-items:center; justify-content:center; padding:40px 6vw 150px; }
  .hero-top{ position:absolute; top:34px; left:5vw; padding-right:0; }
  .recruit-tag{ font-size:22px; padding:9px 20px; }
  .hero-endorse{ font-size:16px; padding:7px 16px 7px 7px; }
  .hero-endorse i{ font-size:13px; padding:4px 10px; }
  .free-burst{ width:clamp(130px,12vw,168px); height:clamp(130px,12vw,168px); right:5vw; top:30px; }
  .free-burst .t1{ font-size:16px; } .free-burst .t2{ font-size:52px; } .free-burst .t3{ font-size:15px; }
  .free-burst b{ width:auto; }
  .logo-row{ gap:10px; margin-top:280px; margin-bottom:6px; }
  .hero-logo{ width:min(28%,230px); }
  .hero-rei{ width:160px; }
  .rei-cheer{ font-size:24px; top:-4px; left:-44px; }
  .qualify{ margin-top:22px; }
  .qualify .q-label{ font-size:18px; padding:0 20px; }
  .qualify .q-main{ font-size:27px; padding:12px 26px; }
  .qualify .q-main i{ font-size:21px; padding:3px 15px; }
  .hero-sub{ max-width:none; margin-top:26px; }
  .hero-sub .big{ font-size:clamp(34px,3.8vw,46px); }
  .legends{ height:295px; }
  .legend img{ width:150px; }
  .legend.lg-sm img{ width:118px; }
  .legend.lg-lg img{ width:184px; }
  .bubble{ font-size:16px; padding:7px 14px; top:-46px; }
  .fire-row{ height:150px; }
  .flame{ width:84px; height:112px; }
  .scroll-cue{ font-size:16px; margin-top:46px; }

  /* ---- band ---- */
  .band{ padding:30px 24px; }
  .band b{ font-size:clamp(26px,3vw,36px); }

  /* ---- CTA ---- */
  .cta-wrap{ max-width:580px; }
  .cta{ font-size:27px; padding:24px 34px; }
  .cta .ico{ width:38px; height:38px; }
  .cta small{ font-size:14px; }
  .cta-note{ font-size:14px; }

  /* ---- how to play ---- */
  .gamefig{ max-width:620px; }
  .gamefig figcaption{ font-size:14px; }
  .howto{ max-width:900px; grid-template-columns:1fr 1fr; gap:20px; margin-top:26px; }
  .ht{ padding:22px 24px; border-radius:18px; }
  .ht-no{ width:46px; height:46px; font-size:24px; }
  .ht b{ font-size:21px; } .ht p{ font-size:14.5px; }
  .specs{ max-width:900px; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:22px; }
  .spec{ padding:18px 14px; border-radius:16px; }
  .spec .sp-k{ font-size:13px; }
  .spec b{ font-size:40px; } .spec b small{ font-size:16px; }
  .spec .sp-n{ font-size:12px; }
  .freecard{ max-width:900px; justify-content:center; gap:20px; padding:24px 30px; margin-top:22px; }
  .fc-check{ width:62px; height:62px; } .fc-check svg{ width:36px; height:36px; }
  .freecard b{ font-size:26px; } .freecard p{ font-size:15px; }

  /* ---- merit ---- */
  .merit-list{ max-width:1060px; display:grid; grid-template-columns:1fr 1fr; gap:20px; }
  .merit{ padding:24px 26px; border-radius:20px; }
  .merit .no{ width:54px; height:54px; font-size:28px; border-radius:14px; }
  .merit b{ font-size:22px; }

  /* ---- reward ---- */
  .reward{ max-width:1120px; flex-direction:row; align-items:stretch; gap:24px; }
  .reward .rcard{ flex:1; display:flex; flex-direction:column; padding:24px 22px 26px; border-radius:24px; box-shadow:7px 7px 0 var(--ink); }
  .rcard .tagno{ font-size:16px; }
  .rcard-in{ flex:1; justify-content:flex-start; flex-direction:column; text-align:center; gap:13px; margin-top:18px; }
  .rcard .art{ width:200px; height:200px; }
  .rcard .art.art-hero{ width:100%; height:auto; }
  .rcard .art.art-hero img{ width:230px; }
  .dm-stage{ width:240px; max-width:88%; }
  .dm-label{ font-size:15px; padding:5px 18px; }
  .gold-chest{ gap:16px; padding:14px 18px; margin-top:16px; }
  .gold-chest img{ width:84px; height:84px; }
  .gold-chest p{ font-size:14px; }
  .bonus-box{ gap:12px; padding:16px; margin-top:16px; }
  .bonus-tag{ font-size:14px; padding:6px 20px; }
  .prize-list li{ padding:10px 14px; gap:12px; }
  .prize-top{ gap:12px; }
  .prize-card{ padding:13px 10px; gap:7px; }
  .prize-card .rank{ font-size:14px; padding:5px 14px; }
  .prize-card b{ font-size:20px; }
  .prize-card .prize-sub{ font-size:12.5px; }
  .prize-all{ gap:14px; padding:12px 14px; }
  .prize-all .sticker-sample{ width:120px; }
  .prize-all .rank.all{ font-size:14px; padding:5px 16px; }
  .prize-all .pa-text p{ font-size:14px; }
  .prize-list .rank{ width:64px; font-size:14px; padding:7px 0; }
  .prize-list .prize{ font-size:13.5px; } .prize-list .prize b{ font-size:18px; }
  .prize-note{ font-size:12px; }
  .sticker-sample img{ max-width:300px; }
  .sticker-sample figcaption{ font-size:13px; }
  .invite-box{ gap:14px; padding:14px 18px; margin-top:16px; }
  .invite-cap{ font-size:15px; }
  .invite-num{ font-size:44px; } .invite-num b{ font-size:18px; } .invite-num i{ font-size:22px; }
  .invite-notes li{ font-size:13px; }
  .rcard h3{ font-size:25px; }
  .rcard p{ font-size:15.5px; }
  .rcard .pill{ font-size:15px; padding:5px 16px; }

  /* ---- flow / schedule ---- */
  .flow{ max-width:920px; }
  .appcard{ max-width:720px; padding:28px 32px; gap:26px; }
  .app-art{ width:150px; }
  .app-art img{ width:150px; height:150px; border-radius:33px; }
  .app-tag{ font-size:13px; }
  .app-body h3{ font-size:30px; }
  .app-body > p{ font-size:16px; }
  .app-free{ font-size:16px; }
  .dlbadge img{ height:54px; }
  /* ---- parents ---- */
  .pcontents{ max-width:900px; grid-template-columns:1fr 1fr; gap:18px; }
  .pc{ padding:20px 22px; border-radius:18px; }
  .pc-ico{ width:56px; height:56px; } .pc-ico svg{ width:30px; height:30px; }
  .pc b{ font-size:19px; } .pc p{ font-size:14.5px; }
  .psafe{ max-width:900px; margin-top:26px; padding:26px 28px; }
  .psafe-head{ font-size:15px; margin-bottom:18px; }
  .psafe-grid{ gap:18px; }
  .psafe-item{ padding:18px 12px; }
  .psafe-item b{ font-size:21px; } .psafe-item span{ font-size:13px; }
  .phome{ max-width:900px; margin-top:26px; display:grid; grid-template-columns:1fr 1fr; }
  .phome-lead{ padding:30px 30px; display:flex; flex-direction:column; justify-content:center; }
  .phome-lead b{ font-size:27px; } .phome-lead p{ font-size:15px; }
  .phome-steps{ padding:26px 30px; align-content:center; gap:16px; }
  .phome-steps li{ font-size:17px; } .phome-steps li span{ width:34px; height:34px; font-size:17px; }
  .pproof{ max-width:760px; margin-top:30px; }
  .pproof-stat{ font-size:19px; } .pproof-stat b{ font-size:24px; } .pproof-stat small{ font-size:14px; }
  .pproof-link{ font-size:17px; padding:12px 30px; }
  .sec-lead{ max-width:600px; font-size:18px; }
  .entry-step{ padding:20px 24px; gap:18px; justify-content:center; }
  .entry-step .es-no{ font-size:15px; padding:9px 12px; }
  .entry-step .es-body b{ font-size:23px; }
  .entry-step .es-body p{ font-size:14px; }
  .twoways b{ font-size:28px; }
  .twoways .tw-note{ font-size:16px; }
  .route-grid{ flex-direction:row; align-items:stretch; gap:22px; }
  .route{ flex:1; display:flex; flex-direction:column; border-radius:22px; box-shadow:6px 6px 0 var(--ink); }
  .route-head{ padding:18px 22px; }
  .route-badge{ width:48px; height:48px; font-size:27px; }
  .route-head b{ font-size:23px; }
  .route-head small{ font-size:13px; }
  .route-meta{ font-size:13.5px; padding:14px 22px 4px; }
  .round{ padding:13px 22px; }
  .round .rn{ font-size:15px; padding:5px 12px; }
  .round .rd{ font-size:24px; } .round .rd .wk{ font-size:16px; }
  .round .rt{ font-size:20px; }
  .route-info{ padding:10px 22px; flex:1; }
  .route-info p{ font-size:16px; }
  .route-info .note{ font-size:13px; }
  .route-result{ margin:14px; font-size:16px; padding:13px; }
  .down-arrows{ max-width:none; gap:22px; padding:8px 0 18px; }
  .dnarr{ height:60px; }
  .dnarr::before{ width:22px; bottom:20px; }
  .dnarr .da-tip{ border-left-width:24px; border-right-width:24px; }
  .dnarr.a .da-tip,.dnarr.b .da-tip{ border-top-width:24px; }
  .final-routes{ flex-direction:row; justify-content:center; gap:14px; }
  .fr{ font-size:16px; padding:8px 18px; }
  .flow-from{ font-size:17px; }
  .rules{ max-width:760px; }
  .rule-list{ border-radius:22px; box-shadow:6px 6px 0 var(--ink); }
  .rule-row dt{ width:150px; font-size:15px; padding:16px 18px; }
  .rule-row dd{ font-size:15.5px; padding:16px 20px; }
  .rule-note{ font-size:13.5px; }
  .rule-detail-btn{ max-width:520px; font-size:19px; padding:17px 26px; }
  .merge-arrow{ font-size:18px; margin:24px 0 18px; }
  .final{ padding:36px; border-radius:24px; }
  .final-premium{ max-width:560px; margin-bottom:22px; padding:18px 26px; }
  .final-premium .fp-crown{ font-size:15px; }
  .final-premium b{ font-size:24px; line-height:1.5; }
  .final-premium em{ font-size:31px; }
  .final .ftag{ font-size:19px; padding:7px 22px; }
  .final h3{ font-size:22px; }
  .final .date{ font-size:clamp(58px,6vw,76px); } .final .date span{ font-size:34px; }
  .final .time{ font-size:22px; padding:7px 26px; }
  .countdown-lead{ font-size:22px; margin-top:34px; }
  .article-btn{ font-size:19px; padding:16px 34px; }
  .countdown{ max-width:600px; gap:14px; }
  .cd-box{ padding:16px 6px; border-radius:16px; }
  .cd-box b{ font-size:48px; } .cd-box small{ font-size:14px; }
  .poster-sample{ max-width:440px; margin-top:42px; }
  .poster-sample .ps-tag{ font-size:15px; padding:6px 20px; }
  .poster-sample .ps-zoom{ font-size:13px; padding:5px 14px; }
  .poster-sample figcaption{ font-size:14px; }

  /* ---- steps (horizontal row) ---- */
  .steps{ max-width:1200px; display:grid; grid-template-columns:repeat(5,1fr); gap:20px; }
  .step{ flex-direction:column; align-items:center; text-align:center; padding-bottom:0; position:relative; }
  .step .line{ display:none; }
  .step .num{ width:70px; height:70px; margin-bottom:16px; }
  .step .num b{ font-size:15px; } .step .num b span{ font-size:30px; }
  .step .body{ width:100%; min-height:140px; padding:18px 16px; border-radius:18px; box-shadow:4px 4px 0 var(--ink); }
  .step .body h3{ font-size:20px; }
  .step .body p{ font-size:14.5px; }
  .step:not(:last-child)::after{ content:""; position:absolute; top:27px; right:-15px; z-index:3;
    width:0; height:0; border-top:11px solid transparent; border-bottom:11px solid transparent; border-left:15px solid var(--gold-bright); filter:drop-shadow(2px 2px 0 var(--ink)); }

  /* ---- FAQ ---- */
  .faq{ max-width:920px; }
  .faq-grp{ max-width:640px; font-size:19px; padding:12px 20px; margin:28px auto 5px; }
  .qa{ border-radius:18px; }
  .qa button{ font-size:19px; padding:22px 24px; }
  .qa .qmark{ width:32px; height:32px; font-size:18px; }
  .qa .ans p{ font-size:16px; padding:0 24px 22px 64px; }

  /* ---- final CTA ---- */
  .final-cta-card{ max-width:780px; }
  .contact{ max-width:620px; padding:32px 36px; }
  .contact label{ font-size:16px; }
  .contact input,.contact select,.contact textarea{ font-size:16px; padding:13px 15px; }
  .contact-btn{ font-size:21px; padding:16px; }
  .contact-note{ font-size:13.5px; }
  .qbadge{ font-size:28px; padding:12px 32px; }
  .final-cta-card .lead{ font-size:clamp(28px,3.4vw,38px); }
  .final-cta-card .sublead{ font-size:17px; }
  .bg-final{ padding-bottom:140px; }

  /* ---- footer ---- */
  .foot{ padding:44px 24px; }
  .org{ max-width:760px; }
  .org-block{ padding:16px 0; }
  .org-label{ width:60px; font-size:14px; padding:5px 0; }
  .org-block p{ font-size:15px; }
  .org-list{ flex-flow:row wrap; gap:6px 22px; }
  .org-list li{ font-size:15px; }
  .sponsor-grid{ grid-template-columns:repeat(4,1fr); gap:14px; }
  .sp-card{ min-height:110px; padding:16px 12px; border-radius:14px; }
  .sp-card img{ max-height:64px; }
  .sp-card span{ font-size:13px; }
  .sp-card.sp-text{ font-size:20px; min-height:70px; }

  /* ---- sticky CTA ---- */
  .sticky-cta .inner{ max-width:820px; padding:11px 14px; }
  .sticky-cta .txt{ font-size:18px; }
  .sticky-cta .cta{ font-size:21px; padding:16px 30px; }
}

@media (prefers-reduced-motion:reduce){
  .hero::before,.emblem-glow,.legends-track,.legend img,.free-burst,.flame,.spark,.cta,.cta::after,.scroll-cue .chev{ animation:none !important; }
}
