@font-face { font-family: "Noto Sans JP Local"; src: url("fonts/noto-sans-jp-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Noto Sans JP Local"; src: url("fonts/noto-sans-jp-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Noto Sans JP Local"; src: url("fonts/noto-sans-jp-900.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  --orange: #f15a24;
  --orange-bright: #ff7a2f;
  --orange-pale: #ffe1ce;
  --cream: #fff8ed;
  --paper: #fffdf7;
  --ink: #151515;
  --muted: #665e55;
  --mint: #65d2a1;
  --sky: #65c9e8;
  --yellow: #ffd24d;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "Noto Sans JP Local", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
.display-number,
.date-display strong,
.price-display strong b,
.early-bird strong,
.program-copy > span,
.day-schedule time,
.hero h1 {
  font-family: Impact, "Arial Narrow", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-stretch: condensed;
}
h1, h2, h3, strong, b { font-family: "Noto Sans JP Local", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
h2, h3 { letter-spacing: -.035em; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-break: strict; text-wrap: balance; }
p, li, dd, summary { line-break: strict; text-wrap: pretty; }
.keep { display: inline-block; white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; color: #fff; background: #000; }
.skip-link:focus { top: 12px; }
.section-tag { display: none; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,248,237,.92); backdrop-filter: blur(15px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(54,32,19,.1); }
.header-inner { width: min(var(--max), calc(100% - 48px)); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { width: 150px; flex: 0 0 auto; }
.desktop-nav { margin-left: auto; display: flex; gap: 30px; font-size: 13px; font-weight: 900; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--orange); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { padding: 10px 20px 11px; color: #fff; background: var(--orange); border-radius: 999px; font-weight: 900; font-size: 13px; }

.hero { position: relative; min-height: 850px; overflow: hidden; background: var(--ink); }
.hero-video { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(255,248,237,.97) 0%, rgba(255,248,237,.86) 24%, rgba(255,248,237,.36) 47%, rgba(255,248,237,.04) 72%), linear-gradient(0deg, rgba(20,12,8,.18), transparent 38%); }
.hero-copy { position: relative; z-index: 4; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding-top: 74px; pointer-events: none; }
.hero h1 { margin: 0; width: 44%; font-family: "Noto Sans JP Local", "Hiragino Kaku Gothic ProN", sans-serif; font-size: clamp(72px, 7.6vw, 116px); line-height: .86; letter-spacing: -.075em; font-weight: 900; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span:first-child, .hero h1 strong { color: var(--orange); }
.hero h1 strong { margin-top: 28px; font-size: .72em; letter-spacing: -.045em; }
.hero-message { margin: 38px 0 16px; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.48; font-weight: 900; letter-spacing: -.03em; }
.hero-note { color: var(--muted); font-size: 14px; font-weight: 700; line-height: 1.9; }
.hero-ribbon { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; overflow: hidden; clip-path: inset(0); pointer-events: none; }
.hero-ribbon path { fill: none; stroke: var(--orange); stroke-width: 30; stroke-linecap: round; opacity: .94; }
.hero-scroll { position: absolute; left: 50%; bottom: 30px; z-index: 5; display: flex; flex-direction: column; align-items: center; font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .16em; font-size: 11px; }
.hero-scroll i { font-style: normal; color: var(--orange); font-size: 24px; animation: float 1.7s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(7px); } }

.event-facts { position: relative; min-height: 720px; padding: 82px max(24px, calc((100vw - var(--max)) / 2)) 112px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 68px; overflow: hidden; background: var(--paper); }
.event-facts::before { content: ""; position: absolute; right: -210px; top: -240px; width: 700px; height: 700px; border: 64px solid rgba(241,90,36,.10); border-radius: 50%; }
.facts-panel { position: relative; z-index: 4; padding: 20px 0 28px; }
.facts-copy { position: relative; width: 100%; }
.date-display { display: flex; align-items: center; gap: clamp(10px, 1.4vw, 20px); color: var(--orange); line-height: .88; white-space: nowrap; }
.date-display strong { font-size: clamp(78px, 8.2vw, 118px); letter-spacing: -.025em; }
.date-display span { padding-bottom: .08em; color: var(--orange); font-size: clamp(32px, 3.8vw, 54px); font-weight: 400; }
.closed-days { margin: 18px 0 0; font-size: 15px; font-weight: 700; letter-spacing: .01em; }
.price-display { position: relative; z-index: 3; margin-top: 48px; display: grid; grid-template-columns: auto auto 1fr; align-items: end; gap: 5px 14px; }
.price-display > span { font-weight: 900; }
.price-display strong { color: var(--orange); font-size: 25px; line-height: 1; }
.price-display strong b { font-size: 82px; line-height: .9; letter-spacing: .005em; }
.price-display small { color: var(--muted); font-size: 12px; font-weight: 700; }
.facts-visual { position: relative; z-index: 2; min-height: 520px; align-self: stretch; }
.facts-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 24px 60px rgba(77,42,22,.15); }
.facts-photo img { width: 100%; height: 100%; object-fit: cover; }
.facts-photo-main { top: 0; right: 0; width: 92%; height: 72%; border-radius: 8px 90px 8px 90px; transform: rotate(1.5deg); }
.facts-photo-main img { object-position: center 42%; }
.facts-photo-sub { left: 0; bottom: 0; width: 57%; height: 42%; border: 10px solid var(--paper); border-radius: 70px 8px 70px 8px; transform: rotate(-2deg); }
.facts-photo-sub img { object-position: center; }
.early-bird { position: relative; z-index: 4; width: 214px; aspect-ratio: 1; margin: 38px 0 0 52px; padding: 32px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--orange); clip-path: polygon(50% 0%,59% 10%,72% 4%,78% 17%,93% 16%,92% 31%,100% 40%,90% 50%,98% 62%,85% 69%,85% 84%,70% 83%,61% 97%,50% 88%,39% 100%,31% 86%,16% 88%,16% 73%,2% 65%,11% 53%,0% 43%,12% 34%,8% 19%,24% 18%,30% 5%,42% 11%); filter: drop-shadow(0 18px 30px rgba(112,49,20,.18)); text-align: center; transform: rotate(-5deg); }
.early-bird span { max-width: 150px; font-size: 13px; line-height: 1.35; font-weight: 900; }
.early-bird strong { color: var(--yellow); font-size: 47px; line-height: 1; letter-spacing: .01em; }
.early-bird strong small { font-family: "Noto Sans JP Local", sans-serif; font-size: 22px; }
.early-bird b { margin-top: 3px; font-size: 28px; line-height: 1; letter-spacing: .02em; }
.fact-strip { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; display: grid; grid-template-columns: repeat(3,1fr); color: #fff; background: var(--orange); }
.fact-strip p { margin: 0; min-height: 112px; padding: 22px 38px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.fact-strip p + p { border-left: 1px solid rgba(255,255,255,.35); }
.fact-strip span { font-family: "Barlow Condensed", sans-serif; font-size: 11px; letter-spacing: .15em; }
.fact-strip strong { font-size: 18px; }

.intro-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 700px; background: #fff; }
.story-photo { min-height: 700px; overflow: hidden; clip-path: ellipse(78% 70% at 31% 50%); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { align-self: center; max-width: 600px; padding: 90px 8vw 90px 40px; }
.story-copy h2 { font-size: clamp(40px, 3.2vw, 44px); }
.story-copy h2, .worksheet-copy h2, .section-heading h2, .movies h2, .support-copy h2, .faq h2, .access h2, .final-cta h2 { font-size: clamp(46px, 5.2vw, 76px); line-height: 1.18; letter-spacing: -.055em; font-weight: 900; }
.story-copy h2 { font-size: clamp(40px, 3.2vw, 44px); }
.story-copy > p { color: var(--muted); font-weight: 500; }
.story-copy ul { margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; list-style: none; }
.story-copy li { padding: 7px 15px; color: #fff; background: var(--orange); border-radius: 999px; font-size: 12px; font-weight: 900; }

.worksheet-section { position: relative; min-height: 820px; padding: 110px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; overflow: hidden; color: #fff; background: var(--orange); }
.worksheet-section::before { content: ""; position: absolute; left: -240px; bottom: -400px; width: 760px; height: 760px; border: 95px solid rgba(255,255,255,.12); border-radius: 50%; }
.worksheet-section::after { content: none; }
.worksheet-copy, .worksheet-preview { position: relative; z-index: 2; }
.worksheet-copy .section-tag { color: #fff; }
.worksheet-kicker { display: inline-block; margin: 0 0 22px; padding: 7px 15px 8px; color: var(--orange); background: var(--yellow); border-radius: 999px; font-size: 13px; font-weight: 900; }
.worksheet-copy h2 { margin-bottom: 28px; }
.worksheet-copy > p:not(.section-tag,.worksheet-kicker) { max-width: 560px; font-weight: 700; }
.worksheet-copy ul { margin: 34px 0 0; padding: 0; list-style: none; }
.worksheet-copy li { position: relative; margin-top: 15px; padding-left: 28px; font-weight: 700; }
.worksheet-copy li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--yellow); font-weight: 900; }
.worksheet-copy li b { color: var(--yellow); }
.worksheet-preview { min-height: 560px; perspective: 1300px; }
.worksheet-sheet { position: absolute; width: 84%; max-width: 700px; border: 10px solid #fff; border-radius: 4px; box-shadow: 0 24px 65px rgba(80,30,6,.32); transform-origin: center; }
.sheet-front { z-index: 3; left: 2%; top: 78px; transform: rotate(-2.5deg); }
.sheet-middle { z-index: 2; right: -1%; top: 18px; transform: rotate(6deg) scale(.86); }
.sheet-back { z-index: 1; right: -2%; bottom: 2px; transform: rotate(-7deg) scale(.77); opacity: .96; }
.worksheet-badge { position: absolute; right: 1%; top: 30px; z-index: 5; width: 100px; aspect-ratio: 1; display: grid; place-items: center; color: var(--orange); background: var(--yellow); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 10px 30px rgba(80,30,6,.2); font-family: "Barlow Condensed", sans-serif; font-size: 28px; font-weight: 900; transform: rotate(8deg); }

.programs { position: relative; overflow: hidden; padding: 130px max(24px, calc((100vw - var(--max)) / 2)); background: var(--cream); }
.programs::before { content: ""; position: absolute; width: 900px; height: 900px; left: -650px; top: 520px; border: 130px solid rgba(241,90,36,.12); border-radius: 50%; }
.section-heading { position: relative; z-index: 2; max-width: 720px; margin-bottom: 70px; }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); font-weight: 600; }
.program-pair { position: relative; z-index: 2; min-height: 490px; margin: 0 auto 70px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: center; gap: 32px; }
.program-pair::before { content: ""; position: absolute; z-index: -1; width: 58%; height: 76%; left: 21%; top: 12%; background: var(--orange-pale); border-radius: 50% 38% 52% 42%; transform: rotate(-5deg); }
.pair-b::before { background: rgba(101,210,161,.22); transform: rotate(5deg); }
.pair-c::before { background: rgba(101,201,232,.2); }
.program-art { grid-column: 2; width: 100%; max-height: 470px; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(70,30,10,.08)); }
.program-copy { position: relative; }
.program-left { grid-column: 1; grid-row: 1; }
.program-right { grid-column: 3; grid-row: 1; }
.program-copy span { display: block; margin-bottom: 8px; color: var(--orange); font-family: "Noto Sans JP Local", sans-serif; font-size: clamp(30px, 3vw, 44px); line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.program-copy h3 { margin: 0 0 12px; font-size: clamp(27px, 2.5vw, 38px); line-height: 1.25; }
.program-copy p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 600; }

.production-flow { position: relative; overflow: hidden; padding: 120px max(24px, calc((100vw - var(--max)) / 2)) 125px; background: #fff; }
.production-flow::before { content: ""; position: absolute; left: -190px; top: -250px; width: 590px; height: 590px; border: 85px solid rgba(241,90,36,.10); border-radius: 50%; }
.flow-heading { position: relative; z-index: 2; max-width: 760px; margin-bottom: 48px; }
.flow-heading h2 { margin-bottom: 18px; font-size: clamp(46px,5.2vw,72px); line-height: 1.15; letter-spacing: -.055em; }
.flow-heading p { max-width: 620px; color: var(--muted); font-weight: 600; }
.flow-media { position: relative; min-height: 430px; display: grid; grid-template-columns: 1.55fr .55fr; align-items: center; gap: 34px; }
.flow-illustration { position: relative; z-index: 2; width: 100%; max-height: 430px; object-fit: contain; }
.flow-photo { position: relative; z-index: 1; margin: 0; overflow: hidden; border-radius: 50% 42% 48% 46%; transform: rotate(2deg); box-shadow: 0 22px 48px rgba(67,34,16,.15); }
.flow-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 44% center; }
.flow-photo figcaption { position: absolute; left: 18px; bottom: 16px; padding: 7px 13px; color: #fff; background: rgba(21,21,21,.78); border-radius: 999px; font-size: 11px; font-weight: 700; }
.flow-steps { position: relative; z-index: 2; margin: 55px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; list-style: none; counter-reset: none; }
.flow-steps::before { content: ""; position: absolute; left: 4%; right: 4%; top: 26px; height: 4px; background: var(--orange-pale); }
.flow-steps li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 14px; }
.flow-steps li > span { position: relative; z-index: 2; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: 17px; font-weight: 900; }
.flow-steps li > div { padding-top: 2px; }
.flow-steps strong { display: block; font-size: 18px; }
.flow-steps p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.movies { padding: 115px max(24px, calc((100vw - var(--max)) / 2)) 130px; color: #fff; background: var(--ink); }
.movies-heading { max-width: 760px; margin-bottom: 64px; }
.movies-heading > p:last-child { max-width: 620px; color: #bdb7af; }
.movie-film { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.movie-film::before, .movie-film::after { content: ""; position: absolute; left: -20px; right: -20px; height: 12px; background: repeating-linear-gradient(90deg,#e9e3db 0 18px,transparent 18px 32px); opacity: .45; }
.movie-film::before { top: -30px; }
.movie-film::after { bottom: -30px; }
.movie-card { margin: 0; transform: translateY(0); transition: transform .25s ease; }
.movie-card:nth-child(even) { transform: translateY(24px); }
.movie-card:hover { transform: translateY(-8px); }
.movie-card iframe { width: 100%; aspect-ratio: 9/16; display: block; border: 0; background: #000; }
.movie-card p { margin: 13px 0 0; font-weight: 900; font-size: 14px; }
.movie-card p span { margin-right: 10px; color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 18px; }

.schedule { display: grid; grid-template-columns: .62fr 1.38fr; gap: 56px; padding: 130px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.schedule-heading { position: sticky; top: 130px; align-self: start; margin: 0; }
.schedule-heading h2 { font-size: clamp(40px, 3.8vw, 54px); letter-spacing: -.045em; }
.day-schedules { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
.day-track h3 { margin: 0 0 30px; color: var(--orange); font-family: "Noto Sans JP Local", sans-serif; font-size: 27px; line-height: 1.2; letter-spacing: -.04em; }
.day-track h3 span { display: block; margin-bottom: 8px; font-family: "Noto Sans JP Local", "Zen Kaku Gothic New", sans-serif; font-size: 14px; }
.day-track ol { margin: 0; padding: 0; list-style: none; }
.day-track li { position: relative; min-height: 112px; display: grid; grid-template-columns: 116px 1fr; gap: 18px; }
.day-track li::before { content: ""; position: absolute; left: 123px; top: 13px; width: 13px; height: 13px; z-index: 2; background: var(--orange); border: 4px solid var(--paper); border-radius: 50%; }
.day-track li::after { content: ""; position: absolute; left: 128px; top: 15px; bottom: -2px; width: 3px; background: var(--orange); }
.day-track li:last-child::after { display: none; }
.day-track time { color: var(--orange); font-family: "Noto Sans JP Local", sans-serif; font-size: 14px; line-height: 1.5; font-weight: 900; white-space: nowrap; letter-spacing: -.04em; }
.day-track li > div { padding-left: 18px; }
.day-track strong { display: block; font-size: 16px; }
.day-track p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.day-track .schedule-break time, .day-track .schedule-break strong { color: #ff3535; }

.support-section { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: var(--orange); }
.support-photo { min-height: 760px; overflow: hidden; clip-path: ellipse(76% 70% at 32% 50%); }
.support-photo img { width: 100%; height: 100%; object-fit: cover; }
.support-copy { align-self: center; padding: 90px max(45px, calc((100vw - var(--max)) / 2)) 90px 30px; }
.support-copy .section-tag { color: #fff; }
.support-copy h2 { color: #fff; }
.support-copy h2 { font-size: clamp(42px, 4.3vw, 62px); }
.support-copy > p { max-width: 600px; font-weight: 700; }
.big-skills { margin: 42px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; font-size: clamp(29px,3.4vw,52px); line-height: 1.25; }
.big-skills strong { position: relative; }
.big-skills strong::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 6px; background: var(--yellow); border-radius: 50%; }
.big-skills i { font-style: normal; }
.reassurance { margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.reassurance div { min-width: 0; }
.reassurance dt { display: none; }
.reassurance dd { margin: 3px 0 0; font-weight: 900; line-height: 1.4; }

.faq { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); background: var(--cream); }
.faq .section-heading { margin-bottom: 35px; }
.faq-list { max-width: 900px; margin-left: auto; }
.faq-list details { border-bottom: 1px solid #cfc6ba; }
.faq-list summary { position: relative; padding: 25px 55px 25px 52px; cursor: pointer; list-style: none; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "Q"; position: absolute; left: 4px; top: 16px; color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 30px; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 17px; color: var(--orange); font-size: 26px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 50px 26px 52px; color: var(--muted); }

.access { display: grid; grid-template-columns: .8fr 1fr 1.2fr; min-height: 520px; background: #fff; }
.access-copy { padding: 75px 50px 75px max(24px, calc((100vw - var(--max)) / 2)); }
.access-copy h2 { margin-bottom: 22px; font-size: 48px; }
.access-copy address { color: var(--muted); font-style: normal; }
.access-copy address strong { color: var(--ink); }
.contact-links { margin: 25px 0 0; display: grid; gap: 4px; color: var(--orange); font-weight: 900; font-size: 13px; }
.access-photo { min-height: 520px; overflow: hidden; }
.access-photo img { width: 100%; height: 100%; object-fit: cover; }
.map-frame { min-height: 520px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 520px; display: block; border: 0; filter: saturate(.72) sepia(.08); }

.final-cta { position: relative; overflow: hidden; min-height: 470px; padding: 90px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 70px; color: #fff; background: var(--orange); }
.final-cta::after { content: "2026"; position: absolute; right: -40px; bottom: -90px; color: rgba(255,255,255,.13); font-family: "Barlow Condensed", sans-serif; font-size: 340px; font-weight: 900; line-height: 1; }
.final-cta > div, .final-cta > a { position: relative; z-index: 2; }
.final-cta > div > p { margin-bottom: 14px; font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .15em; }
.final-cta h2 { margin-bottom: 18px; }
.final-cta > div > span { font-weight: 900; }
.final-cta > a { min-height: 88px; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; color: var(--orange); background: #fff; border-radius: 999px; font-size: 18px; font-weight: 900; }
.final-cta > a b { width: 44px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; }

.footer { min-height: 110px; padding: 30px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; background: #fff; }
.footer img { width: 145px; }
.footer small { color: var(--muted); }
.mobile-cta { display: none; }

a:focus-visible, summary:focus-visible { outline: 3px solid #1677ff; outline-offset: 4px; }

@media (max-width: 1050px) {
  .hero { min-height: 980px; }
  .hero h1 { width: 48%; font-size: clamp(66px,8vw,94px); }
  .hero-video { object-position: 58% center; }
  .program-pair { grid-template-columns: 1fr 1fr; min-height: auto; padding: 45px 0; }
  .program-art { grid-column: 1 / -1; grid-row: 1; max-width: 670px; margin: auto; }
  .program-left { grid-column: 1; grid-row: 2; }
  .program-right { grid-column: 2; grid-row: 2; }
  .schedule { grid-template-columns: 1fr; }
  .schedule-heading { position: static; }
  .support-section { grid-template-columns: .85fr 1.15fr; }
  .access { grid-template-columns: 1fr 1fr; }
  .access-copy { padding-left: 40px; }
  .map-frame { grid-column: 1/-1; min-height: 380px; }
  .map-frame iframe { min-height: 380px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 74px; font-size: 15px; }
  .header-inner { width: calc(100% - 28px); min-height: 68px; }
  .desktop-nav, .header-cta { display: none; }
  .brand { width: 128px; }
  .hero { min-height: 840px; }
  .hero-copy { width: calc(100% - 28px); padding-top: 42px; }
  .hero h1 { width: 92%; font-size: clamp(55px,15vw,72px); line-height: .9; letter-spacing: -.07em; }
  .hero h1 strong { margin-top: 18px; }
  .hero-message { margin-top: 32px; font-size: 24px; }
  .hero-note { max-width: 76%; font-size: 12px; }
  .hero-video { object-position: 60% center; }
  .hero-video-overlay { background: linear-gradient(180deg, rgba(255,248,237,.92) 0%, rgba(255,248,237,.72) 28%, rgba(255,248,237,.12) 58%, rgba(15,8,5,.20) 100%); }
  .hero-ribbon path { stroke-width: 24; }
  .hero-scroll { display: none; }

  .event-facts { min-height: 0; padding: 68px 14px 225px; display: block; }
  .facts-panel { padding: 0; }
  .facts-copy { width: 100%; }
  .date-display { gap: 8px; }
  .date-display strong { min-width: 0; font-size: clamp(60px,18vw,74px); }
  .date-display span { font-size: 30px; }
  .price-display { margin-top: 35px; display: grid; grid-template-columns: auto 1fr; gap: 3px 12px; }
  .price-display strong { grid-column: 1 / -1; }
  .price-display small { grid-column: 1 / -1; }
  .price-display strong b { font-size: 68px; }
  .facts-visual { min-height: 355px; margin-top: 35px; }
  .facts-photo-main { width: 88%; height: 62%; border-radius: 6px 54px 6px 54px; }
  .facts-photo-sub { width: 65%; height: 45%; border-width: 7px; border-radius: 45px 6px 45px 6px; }
  .early-bird { position: relative; width: 178px; min-height: 0; right: auto; bottom: auto; top: auto; margin: 26px 0 0 22px; padding: 28px 18px; display: flex; gap: 0; }
  .early-bird span { font-size: 12px; }
  .early-bird strong { font-size: 40px; }
  .early-bird strong small { font-size: 20px; }
  .early-bird b { margin: 0; font-size: 21px; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-strip p { min-height: 72px; padding: 11px 14px; }
  .fact-strip p + p { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }
  .fact-strip strong { font-size: 15px; }

  .intro-story { grid-template-columns: 1fr; }
  .story-photo { min-height: 430px; clip-path: ellipse(95% 72% at 42% 28%); }
  .story-copy { padding: 25px 20px 85px; }
  .story-copy h2, .worksheet-copy h2, .section-heading h2, .movies h2, .support-copy h2, .faq h2, .final-cta h2 { font-size: 40px; }
  .story-copy h2 { font-size: 32px; }

  .worksheet-section { min-height: 920px; padding: 80px 20px 65px; grid-template-columns: 1fr; gap: 25px; }
  .worksheet-copy h2 { font-size: 36px; }
  .worksheet-copy li { font-size: 13px; }
  .worksheet-preview { min-height: 390px; }
  .worksheet-sheet { width: 92%; border-width: 6px; }
  .sheet-front { left: -3%; top: 62px; }
  .sheet-middle { right: -12%; top: 18px; }
  .sheet-back { right: -11%; bottom: -2px; }
  .worksheet-badge { right: 0; top: 6px; width: 74px; border-width: 3px; font-size: 21px; }

  .programs { padding: 90px 20px; }
  .section-heading { margin-bottom: 40px; }
  .program-pair { margin-bottom: 45px; padding: 26px 0; gap: 20px 14px; }
  .program-pair::before { width: 110%; left: -5%; height: 60%; top: 8%; }
  .program-art { width: 100%; }
  .program-copy h3 { font-size: 24px; }
  .program-copy p { font-size: 12px; }
  .program-copy span { margin-bottom: 6px; font-size: 30px; }

  .production-flow { padding: 85px 20px 90px; }
  .flow-heading h2 { font-size: 40px; }
  .flow-media { min-height: 0; grid-template-columns: 1fr; gap: 20px; }
  .flow-photo { width: 68%; margin: -20px 0 0 auto; }
  .flow-photo img { aspect-ratio: 16/10; }
  .flow-steps { margin-top: 42px; grid-template-columns: 1fr 1fr; gap: 30px 16px; }
  .flow-steps::before { display: none; }
  .flow-steps li { grid-template-columns: 44px 1fr; gap: 11px; }
  .flow-steps li > span { width: 44px; height: 44px; font-size: 14px; }
  .flow-steps strong { font-size: 15px; }
  .flow-steps p { font-size: 11px; }

  .movies { padding: 85px 14px 105px; }
  .movie-film { grid-template-columns: 1fr 1fr; gap: 28px 10px; }
  .movie-card:nth-child(even) { transform: translateY(14px); }
  .movie-card p { font-size: 11px; }

  .schedule { padding: 90px 20px; gap: 20px; }
  .schedule-heading h2 { font-size: 36px; }
  .day-schedules { grid-template-columns: 1fr; gap: 60px; }
  .day-track li { min-height: 106px; grid-template-columns: 105px 1fr; gap: 12px; }
  .day-track li::before { left: 111px; }
  .day-track li::after { left: 116px; }
  .day-track li > div { padding-left: 17px; }
  .day-track time { font-size: 12px; }

  .support-section { grid-template-columns: 1fr; }
  .support-photo { min-height: 450px; clip-path: ellipse(92% 75% at 42% 28%); }
  .support-copy { padding: 25px 20px 80px; }
  .support-copy h2 { font-size: 34px; }
  .big-skills { font-size: 27px; }
  .reassurance { gap: 10px; }
  .reassurance dd { font-size: 12px; }

  .faq { padding: 85px 20px; }
  .faq-list summary { padding-left: 42px; padding-right: 38px; }
  .faq-list details p { margin-left: 42px; margin-right: 10px; }

  .access { grid-template-columns: 1fr; }
  .access-copy { padding: 70px 20px; }
  .access-photo { min-height: 340px; }
  .map-frame, .map-frame iframe { min-height: 340px; }

  .final-cta { min-height: 540px; padding: 75px 20px; grid-template-columns: 1fr; gap: 38px; }
  .final-cta h2 { font-size: 36px; }
  .final-cta::after { font-size: 230px; }
  .final-cta > a { min-height: 74px; font-size: 14px; }
  .footer { min-height: 90px; padding: 24px 20px; }

  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100; min-height: 74px; padding: 8px 12px; display: grid; grid-template-columns: 1fr 118px; align-items: center; gap: 10px; color: var(--ink); background: rgba(255,255,255,.96); border-top: 1px solid #ddd; box-shadow: 0 -8px 26px rgba(50,30,15,.12); }
  .mobile-cta div { display: flex; flex-direction: column; line-height: 1.3; }
  .mobile-cta span { color: var(--orange); font-size: 10px; font-weight: 900; }
  .mobile-cta strong { font-size: 14px; }
  .mobile-cta > a { padding: 12px; color: #fff; background: var(--orange); border-radius: 999px; text-align: center; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* July content and layout revision */
.event-facts { min-height: 650px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
.facts-panel { width: min(900px,100%); display: grid; grid-template-columns: 1.25fr .85fr .65fr; align-items: center; gap: 36px; text-align: left; }
.price-display { margin-top: 0; display: block; }
.price-display > span, .price-display small { display: block; }
.price-display strong { display: block; margin: 8px 0; }
.early-bird { margin: 0; width: 190px; }

.program-pair { min-height: 470px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 0 60px; }
.program-pair::before { width: 54%; height: 90%; left: auto; right: 0; top: 5%; }
.program-art { grid-column: 2; grid-row: 1 / 3; max-height: 440px; }
.program-left, .program-right { grid-column: 1; padding: 34px 0; }
.program-left { grid-row: 1; align-self: end; border-bottom: 1px solid rgba(20,20,20,.15); }
.program-right { grid-row: 2; align-self: start; }
.pair-b::before { left: 0; right: auto; }
.pair-b .program-art { grid-column: 1; }
.pair-b .program-left, .pair-b .program-right { grid-column: 2; }
.program-copy p { max-width: 500px; line-height: 1.9; }

.flow-steps { margin-top: 28px; gap: 22px; }
.flow-steps::before { top: 91px; }
.flow-steps li { padding: 26px 22px 30px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: 120px auto; gap: 12px; background: var(--cream); border-radius: 32px; }
.flow-steps li > .flow-icon { grid-column: 1 / -1; padding: 0; display: grid; place-items: center; color: var(--orange); background: #fff; border-radius: 24px; font-size: 58px; box-shadow: inset 0 0 0 1px rgba(241,90,36,.12); }
.flow-steps li > span { width: 48px; height: 48px; }
.flow-steps li > div:last-child { padding-top: 1px; }
.flow-steps strong { font-size: 19px; }

.day-track li { min-height: 72px; align-items: start; }
.day-track li::after { bottom: -4px; }

.big-skills { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.big-skills strong { min-height: 122px; padding: 22px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--yellow); border-radius: 50% 44% 48% 42%; text-align: center; font-size: clamp(24px,2.5vw,38px); }
.big-skills strong:nth-child(2) { transform: rotate(3deg); background: #fff; }
.big-skills strong:nth-child(3) { transform: rotate(-2deg); background: #ffd0b9; }
.big-skills strong::after { display: none; }
.big-skills small { margin-bottom: 5px; color: var(--orange); font-size: 11px; letter-spacing: .15em; }

.access-photo img { object-position: center; }
.final-facts { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.final-facts p { margin: 0; padding: 16px 18px; display: flex; flex-direction: column; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.28); border-radius: 18px; }
.final-facts small { font-size: 11px; font-weight: 900; }
.final-facts strong { margin: 3px 0; font-size: 24px; line-height: 1.25; }
.final-facts span { font-size: 11px; font-weight: 700; }
.final-facts .final-discount { grid-column: 1 / -1; color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.final-discount strong { font-size: 29px; }

@media (max-width: 1050px) {
  .facts-panel { grid-template-columns: 1fr 1fr; }
  .early-bird { grid-column: 1 / -1; justify-self: center; }
  .program-pair { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .program-art, .pair-b .program-art { grid-column: 1 / -1; grid-row: 1; }
  .program-left, .pair-b .program-left { grid-column: 1; grid-row: 2; }
  .program-right, .pair-b .program-right { grid-column: 2; grid-row: 2; }
  .program-left { align-self: stretch; border-bottom: 0; border-right: 1px solid rgba(20,20,20,.15); }
  .program-right { align-self: stretch; }
}

@media (max-width: 760px) {
  .event-facts { padding: 68px 20px 225px; }
  .facts-panel { display: block; text-align: left; }
  .early-bird { margin: 28px auto 0; }
  .program-pair { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 0; }
  .program-art, .pair-b .program-art { grid-column: 1; grid-row: 1; }
  .program-left, .pair-b .program-left { grid-column: 1; grid-row: 2; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(20,20,20,.15); }
  .program-right, .pair-b .program-right { grid-column: 1; grid-row: 3; padding: 24px 0; }
  .flow-steps { grid-template-columns: 1fr; }
  .flow-steps li { grid-template-rows: 94px auto; }
  .flow-steps::before { display: none; }
  .big-skills { gap: 6px; }
  .big-skills strong { min-height: 98px; font-size: 20px; }
  .final-facts { grid-template-columns: 1fr; }
  .final-facts .final-discount { grid-column: auto; }
}

/* Final event facts refinement */
.event-facts {
  min-height: 0;
  padding: 88px max(24px, calc((100vw - var(--max)) / 2));
  display: block;
  text-align: left;
  background: #fffaf2;
}
.event-facts::before {
  right: -270px;
  top: -320px;
  width: 650px;
  height: 650px;
  border-width: 54px;
}
.facts-panel {
  width: 100%;
  padding: 42px 46px 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 52px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(241,90,36,.14);
  border-radius: 44px;
  box-shadow: 0 24px 70px rgba(89,49,22,.10);
  text-align: left;
}
.facts-label {
  margin: 0 0 20px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
}
.date-display { gap: 10px; }
.date-display strong { font-size: clamp(64px,6.3vw,88px); }
.date-display span { font-size: clamp(28px,3vw,42px); }
.closed-days { margin-top: 13px; font-size: 13px; }
.price-display { margin-top: 30px; }
.price-display > span { font-size: 13px; }
.price-display strong { margin: 4px 0 7px; font-size: 21px; }
.price-display strong b { font-size: clamp(58px,5.7vw,76px); }
.price-offer-row { margin-top: 28px; display: flex; align-items: center; gap: 22px; }
.price-offer-row .price-display { flex: 1 1 auto; margin-top: 0; }
.price-offer-row .early-bird { flex: 0 0 142px; width: 142px; margin: 0; padding: 22px 15px; }
.price-offer-row .early-bird span { max-width: 112px; font-size: 10px; }
.price-offer-row .early-bird strong { font-size: 34px; }
.price-offer-row .early-bird strong small { font-size: 17px; }
.price-offer-row .early-bird b { font-size: 21px; }
.facts-scene {
  position: relative;
  min-height: 360px;
  margin: 0;
  align-self: stretch;
  overflow: hidden;
  border-radius: 90px 18px 90px 18px;
}
.facts-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 62%,rgba(241,90,36,.12));
  pointer-events: none;
}
.facts-scene img { width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.early-bird { width: 172px; margin: 0 auto; padding: 27px 20px; }
.early-bird span { font-size: 12px; }
.early-bird strong { font-size: 42px; }
.early-bird b { font-size: 25px; }
.fact-strip {
  position: static;
  grid-column: 1 / -1;
  margin: 8px -46px 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  color: var(--ink);
  background: #fff2e7;
  border-top: 1px solid rgba(241,90,36,.18);
}
.fact-strip p { min-height: 88px; padding: 18px 28px; text-align: left; }
.fact-strip p + p { border-left: 1px solid rgba(241,90,36,.18); }
.fact-strip small { display: block; margin-bottom: 5px; color: var(--orange); font-size: 11px; font-weight: 900; }
.fact-strip strong { font-size: 16px; }

@media (max-width:1050px) {
  .facts-panel { grid-template-columns: 1fr .8fr; }
  .facts-overview { align-self: center; }
  .facts-scene { min-height: 330px; }
  .price-offer-row .early-bird { margin: 0; }
}

@media (max-width:760px) {
  .event-facts { padding: 58px 14px; }
  .facts-panel { padding: 30px 22px 0; display: grid; grid-template-columns: 1fr; gap: 26px; border-radius: 28px; }
  .facts-label { margin-bottom: 14px; }
  .date-display strong { font-size: clamp(55px,17vw,72px); }
  .date-display span { font-size: 27px; }
  .closed-days { font-size: 12px; }
  .price-display { margin-top: 24px; }
  .price-display strong b { font-size: 62px; }
  .facts-scene { min-height: 250px; border-radius: 56px 12px 56px 12px; }
  .price-offer-row { margin-top: 22px; align-items: center; gap: 10px; }
  .price-offer-row .price-display { margin-top: 0; }
  .price-offer-row .early-bird { flex-basis: 124px; width: 124px; margin: 0; padding: 18px 12px; }
  .price-offer-row .early-bird strong { font-size: 29px; }
  .price-offer-row .early-bird b { font-size: 18px; }
  .fact-strip { grid-column: 1; margin: 0 -22px; grid-template-columns: 1fr; }
  .fact-strip p { min-height: 68px; padding: 13px 22px; }
  .fact-strip p + p { border-left: 0; border-top: 1px solid rgba(241,90,36,.18); }
  .fact-strip small { margin-bottom: 2px; }
}

.flow-steps li > .flow-icon { overflow: hidden; padding: 0; background: #e9e3db; }
.flow-steps li > .flow-icon img { width: 100%; height: 100%; display: block; object-fit: cover; }
.flow-steps li:nth-child(1) > .flow-icon img { object-position: center 55%; }
.flow-steps li:nth-child(2) > .flow-icon img { object-position: center 42%; }
.flow-steps li:nth-child(3) > .flow-icon img { object-position: center 48%; }
.flow-steps li:nth-child(4) > .flow-icon img { object-position: center 45%; }

/* Final composition refinements */
.flow-steps li { grid-template-rows: auto auto; }
.flow-steps li > .flow-icon { aspect-ratio: 1 / 1; }
.flow-steps li:nth-child(1) > .flow-icon img { object-position: center 46%; }
.flow-steps li:nth-child(2) > .flow-icon img { object-position: center 44%; }
.flow-steps li:nth-child(3) > .flow-icon img { object-position: center 50%; }
.flow-steps li:nth-child(4) > .flow-icon img { object-position: center 45%; }
.price-offer-row .early-bird { flex-basis: 178px; width: 178px; padding: 26px 13px; }
.price-offer-row .early-bird strong { font-size: 46px; line-height: .9; }
.price-offer-row .early-bird strong small { font-size: 20px; }
.fact-strip strong span { display: block; margin-top: 4px; font-size: .9em; }
.movies-heading h2 { white-space: nowrap; font-size: clamp(30px, 4.5vw, 62px); }

@media (max-width: 720px) {
  .price-offer-row .early-bird { flex-basis: 146px; width: 146px; padding: 22px 10px; }
  .price-offer-row .early-bird strong { font-size: 37px; }
  .movies-heading h2 { font-size: clamp(27px, 8vw, 36px); }
  .programs .section-heading .program-title {
    max-width: 100%;
    font-size: 23px;
    line-height: 1.45;
    letter-spacing: -.045em;
  }
  .programs .section-heading .program-title span {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
  }
}

/* The review tool is available only during design review, never on the public LP. */
.review-tool { display: none !important; }

/* On-page review notes */
.review-tool { position: fixed; right: 20px; bottom: 22px; z-index: 3000; font-family: "Noto Sans JP Local", sans-serif; line-height: 1.5; }
.review-launch { min-height: 50px; padding: 0 20px; color: #fff; background: #171717; border: 0; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.22); font-weight: 900; cursor: pointer; }
.review-launch span { margin-right: 5px; color: var(--yellow); font-size: 20px; }
.review-launch.is-active { color: #fff; background: var(--orange); }
.review-panel { position: absolute; right: 0; bottom: 62px; width: min(390px, calc(100vw - 28px)); max-height: min(620px, calc(100vh - 100px)); overflow: auto; background: #fff; border: 1px solid #dedad4; border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.review-panel header { position: sticky; top: 0; z-index: 2; padding: 18px 18px 14px; display: flex; align-items: flex-start; justify-content: space-between; background: #fff; border-bottom: 1px solid #eee9e2; }
.review-panel header div { display: flex; flex-direction: column; }
.review-panel header strong { font-size: 17px; }
.review-panel header small { color: #716a63; font-size: 11px; }
.review-panel header button { width: 32px; height: 32px; border: 0; border-radius: 50%; background: #f2eee9; font-size: 20px; cursor: pointer; }
.review-list { margin: 0; padding: 10px 16px; list-style: none; }
.review-list li { padding: 10px 0; display: grid; grid-template-columns: 28px 1fr 28px; gap: 10px; border-bottom: 1px solid #eee9e2; }
.review-list li > span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 900; }
.review-list li strong { display: block; font-size: 11px; color: #777068; }
.review-list li p { margin: 2px 0 0; font-size: 13px; line-height: 1.55; }
.review-list li button { align-self: start; border: 0; background: transparent; color: #918b84; font-size: 18px; cursor: pointer; }
.review-empty { margin: 0; padding: 30px 18px; color: #88817a; text-align: center; font-size: 13px; }
.review-panel footer { position: sticky; bottom: 0; padding: 13px 16px; display: grid; grid-template-columns: 1fr auto; gap: 8px; background: #fff; border-top: 1px solid #eee9e2; }
.review-panel footer button { min-height: 40px; padding: 0 13px; border: 1px solid #d7d0c8; border-radius: 10px; background: #fff; font-size: 12px; font-weight: 900; cursor: pointer; }
.review-panel footer button:first-child { color: #fff; background: var(--orange); border-color: var(--orange); }
.review-note { position: fixed; inset: 50% auto auto 50%; width: min(430px, calc(100vw - 30px)); padding: 20px; transform: translate(-50%,-50%); background: #fff; border: 0; border-radius: 20px; box-shadow: 0 20px 90px rgba(0,0,0,.34); }
.review-note strong { display: block; margin-bottom: 10px; font-size: 13px; }
.review-note textarea { width: 100%; padding: 13px; resize: vertical; border: 2px solid #ded8d1; border-radius: 12px; font: inherit; font-size: 14px; }
.review-note div { margin-top: 12px; display: flex; justify-content: flex-end; gap: 8px; }
.review-note button { min-height: 40px; padding: 0 16px; border: 0; border-radius: 999px; font-weight: 900; cursor: pointer; }
.review-note button[type="submit"] { color: #fff; background: var(--orange); }
.review-toast { position: fixed; left: 50%; bottom: 30px; padding: 11px 18px; transform: translateX(-50%); color: #fff; background: #171717; border-radius: 999px; font-size: 13px; font-weight: 900; }
.review-pin { position: absolute; z-index: 2950; width: 34px; height: 34px; transform: translate(-50%,-50%); color: #fff; background: var(--orange); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 5px 16px rgba(0,0,0,.28); font-weight: 900; cursor: pointer; }
.review-mode main, .review-mode header:not(.review-panel header), .review-mode footer:not(.review-panel footer) { cursor: crosshair; }
.review-mode::after { content: "修正したい場所をクリック"; position: fixed; left: 50%; top: 88px; z-index: 2900; padding: 9px 18px; transform: translateX(-50%); color: #fff; background: rgba(21,21,21,.9); border-radius: 999px; font-size: 12px; font-weight: 900; pointer-events: none; }
@media (max-width:760px) {
  .review-tool { right: 12px; bottom: 86px; }
  .review-launch { min-height: 44px; padding: 0 15px; font-size: 12px; }
  .review-panel { bottom: 54px; }
  .review-mode::after { top: 76px; }
}
