:root {
  --navy: #071c2f;
  --navy-2: #0e2b43;
  --red: #e53029;
  --paper: #f3efe6;
  --white: #fff;
  --ink: #12202b;
  --muted: #6c7378;
  --line: rgba(7, 28, 47, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section[id], footer[id] { scroll-margin-top: 105px; }
a:focus-visible, button:focus-visible { outline: 3px solid #ffb11b; outline-offset: 4px; }

.topline { height: 34px; padding: 0 3.5vw; display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: #fff; font-size: 10px; letter-spacing: .12em; }
.topline p { margin: 0; opacity: .68; }
.topline a { color: #fff; border-bottom: 1px solid var(--red); }
.header { position: sticky; z-index: 20; top: 0; height: 90px; padding: 0 3.5vw; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; background: rgba(255,255,255,.96); border-bottom: 1px solid #e3e3e3; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: flex-end; gap: 13px; }
.brand img { width: 130px; }
.brand span { margin-bottom: 4px; color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.nav { display: flex; justify-content: center; gap: clamp(18px, 2.7vw, 45px); font-size: 13px; font-weight: 700; }
.nav a { position: relative; padding: 36px 0 32px; }
.nav a::after { content: ""; position: absolute; bottom: 24px; left: 0; width: 0; height: 2px; background: var(--red); transition: width .25s; }
.nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.search, .menu { border: 0; background: transparent; color: var(--navy); cursor: pointer; }
.search { font-size: 28px; transform: rotate(-20deg); }
.buy-button { padding: 13px 18px; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; }
.menu { display: none; width: 34px; padding: 7px 0; }
.menu span { display: block; height: 2px; margin: 6px 0; background: var(--navy); }

.hero { position: relative; min-height: 660px; overflow: hidden; background: var(--navy); color: #fff; }
.hero-photo { position: absolute; inset: 0; background: url("assets/newjapan.jpg") center 57% / cover; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,36,.94) 0%, rgba(5,22,36,.62) 47%, rgba(5,22,36,.06) 80%), linear-gradient(0deg, rgba(5,22,36,.35), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(1180px, 86vw); margin: auto; padding-top: 118px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.hero h1 { margin: 0 0 26px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(48px, 6vw, 82px); font-weight: 600; line-height: 1.28; letter-spacing: .06em; }
.lead { font-family: "Yu Mincho", serif; font-size: 15px; line-height: 2; opacity: .85; }
.hero-people { display: flex; flex-wrap: wrap; gap: 7px; margin: 25px 0 2px; }
.hero-people span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.45); color: rgba(255,255,255,.88); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.text-link { display: inline-flex; gap: 30px; align-items: center; padding: 12px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.text-link span { color: var(--red); font-size: 18px; }
.text-link.light { margin-top: 18px; color: #fff; }
.catch { position: absolute; z-index: 2; right: 4vw; bottom: 28px; margin: 0; color: #fff; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(28px, 3.5vw, 54px); font-weight: 800; line-height: 1; letter-spacing: .08em; text-shadow: 0 2px 12px rgba(0,0,0,.35); opacity: .96; }

.home-news { display: grid; grid-template-columns: 210px 1fr; padding: 0 3.5vw; background: #fff; border-bottom: 1px solid var(--line); }
.news-heading { padding: 28px 28px 25px 0; border-right: 1px solid var(--line); }
.news-heading span { display: block; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.news-heading a { display: inline-block; margin-top: 45px; color: var(--muted); font-size: 9px; font-weight: 800; }
.news-list a { min-height: 58px; display: grid; grid-template-columns: 105px 1fr 24px; align-items: center; gap: 20px; padding: 0 6px 0 28px; border-bottom: 1px solid var(--line); transition: color .2s, padding-left .2s; }
.news-list a:last-child { border-bottom: 0; }
.news-list a:hover { padding-left: 34px; color: var(--red); }
.news-list time { color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.news-list p { margin: 0; overflow: hidden; font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.news-list i { color: var(--red); font-size: 16px; font-style: normal; }
.section { width: min(1180px, 88vw); margin: 0 auto; }
.manifesto { padding: 110px 0 115px; background: #fff; }
.manifesto-inner { position: relative; display: grid; grid-template-columns: minmax(360px, .9fr) minmax(560px, 1.1fr) 118px; gap: clamp(35px, 4vw, 65px); align-items: center; }
.manifesto-gallery { position: relative; min-height: 430px; align-self: center; }
.manifesto-gallery::before { content: ""; position: absolute; z-index: 0; top: 28px; left: 18px; width: 84%; height: 68%; background: var(--navy); }
.manifesto-photo { position: absolute; margin: 0; }
.manifesto-photo--neppashi { z-index: 1; top: 10px; left: 0; width: 84%; }
.manifesto-photo--staff { z-index: 3; right: 0; bottom: 0; width: 64%; }
.manifesto-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.manifesto-photo--neppashi img { object-position: 58% center; }
.manifesto-photo--staff img { object-position: 50% center; box-shadow: 0 15px 35px rgba(7,28,47,.2); }
.manifesto-photo figcaption { position: absolute; z-index: 2; right: -10px; bottom: 18px; padding: 10px 13px; background: var(--red); color: #fff; font-family: "Yu Mincho", serif; font-size: 15px; font-weight: 800; }
.manifesto-photo--staff figcaption { right: auto; bottom: -12px; left: -10px; background: var(--navy); }
.manifesto-photo figcaption span { display: block; margin-bottom: 2px; font-family: sans-serif; font-size: 8px; letter-spacing: .08em; }
.manifesto-copy h2 { margin: 0 0 28px; font-family: "Yu Mincho", serif; font-size: clamp(36px, 3.7vw, 55px); font-weight: 600; line-height: 1.55; letter-spacing: -.025em; }
.manifesto-copy h2 span { display: block; white-space: nowrap; }
.manifesto-copy > p:last-child { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 2.25; }
.manifesto-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto-facts span { padding: 16px 13px; color: var(--muted); font-size: 9px; line-height: 1.55; border-right: 1px solid var(--line); }
.manifesto-facts span:last-child { border: 0; }
.manifesto-facts strong { display: block; margin-bottom: 3px; color: var(--navy); font-family: "Yu Mincho", serif; font-size: 16px; }
.manifesto-stamp { width: 118px; height: 118px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 2px solid var(--red); border-radius: 50%; color: var(--red); transform: rotate(8deg); }
.manifesto-stamp span { font-family: "Yu Mincho", serif; font-size: 56px; line-height: 1; }
.manifesto-stamp small { font-weight: 900; line-height: 1.25; }
.latest { padding: 120px 0 135px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(70px, 9vw, 140px); }
.latest-cover { position: relative; padding-left: 100px; }
.latest-cover::before { content: ""; position: absolute; inset: 9% 9% -6% -2%; background: var(--navy); }
.latest-cover img { position: relative; width: 100%; box-shadow: 0 25px 60px rgba(7,28,47,.25); }
.issue-mark { position: absolute; z-index: 2; top: -25px; left: 0; width: 76px; height: 76px; padding-top: 21px; border-radius: 50%; background: var(--red); color: #fff; text-align: center; font-size: 10px; font-weight: 900; letter-spacing: .12em; line-height: 1.25; transform: rotate(-10deg); }
.vol { font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.vol span { margin-left: 12px; color: var(--muted); font-weight: 500; }
.latest-copy h2 { margin: 22px 0 30px; font-family: "Yu Mincho", serif; font-size: clamp(46px, 5vw, 72px); line-height: 1.25; letter-spacing: .04em; }
.description { max-width: 590px; font-size: 14px; line-height: 2.1; }
.latest-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0; }
.latest-tags span { padding: 7px 11px; border: 1px solid var(--navy); font-size: 10px; font-weight: 700; }
.latest-actions { display: flex; align-items: center; gap: 35px; }
.primary-button { display: inline-block; padding: 17px 26px; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .05em; transition: transform .2s, background .2s, box-shadow .2s; }
.primary-button:hover { background: #c92620; box-shadow: 5px 6px 0 var(--navy); transform: translate(-2px, -2px); }

.backnumbers { padding: 110px 0 72px; background: var(--navy); color: #fff; }
.backnumbers-heading { align-items: end; }
.backnumbers-heading h2 { color: #fff; }
.backnumbers-intro { display: flex; align-items: flex-end; gap: 35px; }
.backnumbers-intro p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.9; }
.issue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); }
.issue-card { min-width: 0; }
.issue-cover { position: relative; overflow: hidden; margin-bottom: 20px; background: #fff; box-shadow: 12px 14px 0 rgba(255,255,255,.08); }
.issue-cover img { width: 100%; aspect-ratio: .707 / 1; object-fit: cover; transition: transform .45s; }
.issue-card:hover .issue-cover img { transform: scale(1.025); }
.issue-cover span { position: absolute; right: 0; bottom: 0; padding: 7px 10px; background: var(--red); color: #fff; font-size: 9px; font-weight: 900; }
.issue-card p { margin: 0 0 6px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .1em; }
.issue-card h3 { display: inline-block; margin: 0 10px 10px 0; color: var(--red); font-family: Georgia, serif; font-size: 20px; }
.issue-card h4 { min-height: 52px; margin: 0 0 18px; font-family: "Yu Mincho", serif; font-size: 14px; line-height: 1.7; }
.issue-card i { color: #fff; font-size: 10px; font-style: normal; font-weight: 900; border-bottom: 1px solid var(--red); }
.backnumbers-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.backnumbers-foot p { margin: 0; color: rgba(255,255,255,.45); font-size: 9px; }

.stories { padding: 110px 0 130px; }
.section-heading { margin-bottom: 45px; display: flex; justify-content: space-between; align-items: end; }
.section-heading h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(36px, 4vw, 56px); font-weight: 600; }
.story-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 26px; }
.story-image { overflow: hidden; aspect-ratio: 4 / 3; background: #ddd; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.story-card a:hover img { transform: scale(1.04); }
.story-meta { display: flex; justify-content: space-between; margin: 18px 0 12px; color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.story-meta span { color: var(--red); font-weight: 800; }
.story-card h3 { margin: 0; padding-top: 13px; border-top: 2px solid var(--red); font-family: "Yu Mincho", serif; font-size: 19px; line-height: 1.65; }
.story-card--large h3 { font-size: 25px; }
.story-card p { color: var(--muted); font-size: 12px; line-height: 1.8; }

.topics { padding: 115px 0 125px; background: var(--navy); color: #fff; }
.inverse .section-kicker { color: var(--red); }
.inverse > p { margin: 0; color: rgba(255,255,255,.6); font-family: "Yu Mincho", serif; font-size: 13px; line-height: 1.8; }
.topic-list { border-top: 1px solid rgba(255,255,255,.22); }
.topic-list a { display: grid; grid-template-columns: 70px 1.5fr 1fr 30px; align-items: center; min-height: 94px; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .25s, padding .25s; }
.topic-list a:hover { padding: 0 18px; background: var(--red); }
.topic-list small { color: rgba(255,255,255,.48); }
.topic-list strong { font-family: "Yu Mincho", serif; font-size: 23px; letter-spacing: .05em; }
.topic-list span { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .15em; }
.topic-list i { font-style: normal; font-size: 18px; }

.editors { padding: 120px 0 115px; overflow: hidden; background: var(--paper); }
.editors-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }
.editors-heading h2 { margin: 0 0 18px; font-family: "Yu Mincho", serif; font-size: clamp(40px, 4.7vw, 64px); font-weight: 600; }
.editors-heading > div > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid var(--navy); border-radius: 50%; background: transparent; color: var(--navy); font-size: 18px; cursor: pointer; transition: .2s; }
.carousel-controls button:hover { background: var(--navy); color: #fff; }
.editor-carousel { width: 100%; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.editor-carousel::-webkit-scrollbar { display: none; }
.editor-track { display: flex; gap: 22px; width: max-content; padding: 0 6vw 22px; }
.editor-card { width: clamp(260px, 25vw, 340px); flex: 0 0 auto; scroll-snap-align: start; background: #fff; border-bottom: 4px solid var(--navy); transition: transform .3s, border-color .3s; }
.editor-card:hover { transform: translateY(-7px); border-color: var(--red); }
.editor-card a { display: block; padding-bottom: 24px; }
.editor-photo { aspect-ratio: 4 / 3; overflow: hidden; background: var(--navy); }
.editor-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .5s, filter .3s; }
.editor-card:hover img { transform: scale(1.035); filter: saturate(1); }
.editor-update { display: flex; justify-content: space-between; align-items: center; margin: 18px 20px 12px; color: var(--red); font-size: 10px; font-weight: 900; }
.editor-update span { padding: 4px 7px; background: var(--red); color: #fff; letter-spacing: .1em; }
.editor-role { min-height: 28px; margin: 0 20px 5px; color: var(--muted); font-size: 9px; }
.editor-card h3 { margin: 0 20px 18px; font-family: "Yu Mincho", serif; font-size: 22px; }
.editor-column { min-height: 56px; margin: 0 20px 22px; font-family: "Yu Mincho", serif; font-size: 15px; font-weight: 700; line-height: 1.7; }
.editor-card i { margin: 0 20px; color: var(--red); font-size: 10px; font-style: normal; font-weight: 900; }
.editor-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; }
.editor-foot > p { display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: 10px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(229,48,41,.12); }

.neppa { position: relative; padding: 120px 0 145px; overflow: hidden; background: #fff; }
.neppa::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 9px; background: repeating-linear-gradient(90deg, var(--red) 0 70px, var(--navy) 70px 140px); }
.neppa-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }
.neppa-title h2 { margin: 0; color: var(--navy); font-family: "Yu Mincho", serif; font-size: clamp(54px, 6vw, 84px); font-weight: 700; line-height: 1.3; }
.neppa-sub { margin: 0 0 10px; color: var(--red); font-size: 14px; font-weight: 900; letter-spacing: .1em; }
.neppa-welcome { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 22px; }
.neppa-welcome span { padding: 7px 11px; border: 1px solid var(--red); border-radius: 999px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .04em; }
.neppa-copy > p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 2; }
.neppa-points { margin: 30px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.neppa-points span { padding: 19px 12px; font-size: 10px; font-weight: 800; border-right: 1px solid var(--line); }
.neppa-points span:last-child { border: 0; }
.neppa-points b { display: block; margin-bottom: 7px; color: var(--red); font-family: Georgia, serif; font-size: 16px; }
.neppa-button { display: flex; justify-content: space-between; align-items: center; padding: 21px 24px; background: var(--red); color: #fff; font-size: 14px; font-weight: 900; transition: background .2s, transform .2s; }
.neppa-button:hover { background: var(--navy); transform: translateY(-2px); }
.neppa-button i { font-size: 20px; font-style: normal; }
.neppa-copy > small { display: block; margin-top: 12px; color: var(--muted); font-size: 9px; }
.neppa-game { position: relative; z-index: 3; margin-top: 95px; display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; background: var(--navy); color: #fff; box-shadow: 0 25px 65px rgba(7,28,47,.2); }
.game-intro { padding: 52px 48px; }
.game-intro .section-kicker { color: var(--red); }
.game-intro h3 { margin: 12px 0 18px; font-family: "Yu Mincho", serif; font-size: clamp(34px, 4vw, 52px); }
.game-intro > p:not(.section-kicker) { color: rgba(255,255,255,.7); font-size: 12px; line-height: 2; }
.game-start { margin-top: 22px; padding: 14px 32px; border: 0; background: var(--red); color: #fff; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.sauna-game { position: relative; padding: 28px; background: #f3e7d7; color: var(--navy); }
.game-status { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; font-size: 11px; font-weight: 800; }
.game-time { color: var(--red); font-family: Georgia, serif; font-size: 24px; }
.game-stars { color: #df9b22; font-size: 21px; letter-spacing: .08em; }
.sauna-room { position: relative; min-height: 270px; overflow: hidden; border: 8px solid #5a301d; border-bottom-width: 24px; background: repeating-linear-gradient(90deg, #9a6041 0 3px, #ba7953 3px 82px); box-shadow: inset 0 -80px 90px rgba(72,30,15,.35); }
.sauna-room::before { content: ""; position: absolute; left: 0; right: 0; bottom: 54px; height: 13px; background: #63341f; box-shadow: 0 39px 0 #63341f; }
.guest { position: absolute; z-index: 2; bottom: 62px; width: 56px; height: 78px; border-radius: 25px 25px 6px 6px; background: #e9aa7f; }
.guest::before { content: ""; position: absolute; top: -30px; left: 11px; width: 35px; height: 35px; border-radius: 50%; background: #df986d; }
.guest::after { position: absolute; z-index: 2; top: -22px; left: 50%; width: 34px; color: #502a20; font-family: sans-serif; font-size: 9px; font-weight: 900; text-align: center; transform: translateX(-50%); }
.guest i { position: absolute; left: 7px; right: 7px; bottom: 0; height: 25px; background: #eee4d5; }
.guest span { position: absolute; top: -62px; left: 50%; min-width: 62px; padding: 5px 7px; border-radius: 10px; background: #fff; font-size: 8px; font-style: normal; text-align: center; white-space: nowrap; transform: translateX(-50%); opacity: .82; }
.guest--1 { left: 9%; }.guest--2 { left: 31%; transform: scale(.9); }.guest--3 { left: 53%; transform: scale(.96); }
.guest--flushed::before { background: #ec665a; box-shadow: inset 0 -7px 0 rgba(190,35,32,.22); }
.guest--flushed::after { content: "＞﹏＜"; color: #6f1515; }
.guest--flushed { background: #e78872; }
.guest--flushed i::after { content: "●"; position: absolute; top: -73px; right: -3px; color: #75c3df; font-size: 13px; transform: rotate(18deg); }
.guest--calm::after { content: "− ᴗ −"; }
.guest--eager::before { background: #dca076; }
.guest--eager::after { content: "•̀ ᴗ •́"; }
.guest--eager span { border: 1px solid #df9b22; }
.guest--tired { background: #d89a83; }
.guest--tired::before { background: #e98277; box-shadow: inset 0 -7px 0 rgba(176,44,50,.2); }
.guest--tired::after { content: "× ︵ ×"; color: #75262a; }
.guest--tired i::after { content: "● ●"; position: absolute; top: -72px; right: -8px; color: #75c3df; font-size: 9px; letter-spacing: 8px; }
.guest--smiling::before { background: #e2a47d; }
.guest--smiling::after { content: "＾ ᴗ ＾"; }
.guest--smiling span { border: 1px solid #70a47d; }
.guest--cool::before { background: #d39c77; }
.guest--cool::after { content: "•̀ へ •́"; }
.guest--cool { background: #d59b78; }
.guest--cool span { border: 1px solid #df9b22; }
.guest--dizzy { background: #dc8d7e; }
.guest--dizzy::before { background: #ee776d; box-shadow: inset 0 -8px 0 rgba(165,36,45,.2); }
.guest--dizzy::after { content: "＠ ︵ ＠"; color: #7d2630; }
.guest--dizzy i::after { content: "●"; position: absolute; top: -74px; right: 2px; color: #75c3df; font-size: 14px; }
.guest--relaxed::before { background: #daa07d; }
.guest--relaxed::after { content: "˘ ᴗ ˘"; }
.guest--relaxed span { border: 1px solid #70a47d; }
.guest--bored::before { background: #d2a281; }
.guest--bored::after { content: "・ ︿ ・"; }
.guest--bored { background: #ce9979; }
.guest--bored span { border: 1px solid #df9b22; }
.guest.is-active span { color: var(--red); font-weight: 900; opacity: 1; box-shadow: 0 0 0 3px var(--red); }
.guest.is-happy { animation: guest-happy .45s ease; }
.neppashi-player { position: absolute; z-index: 4; bottom: 12px; left: 11%; width: 44px; height: 78px; border-radius: 20px 20px 5px 5px; background: var(--navy); transition: left .38s ease; }
.neppashi-player::before { content: ""; position: absolute; top: -25px; left: 8px; width: 30px; height: 30px; border-radius: 50%; background: #cf875f; box-shadow: inset 0 8px 0 #172b3a; }
.neppashi-player i { position: absolute; top: 8px; left: -24px; width: 52px; height: 22px; border-radius: 50%; background: #fff; transform: rotate(-18deg); transform-origin: right center; }
.neppashi-player b { position: absolute; top: 23px; left: 11px; color: #fff; font-size: 9px; }
.neppashi-player b::after { content: "熱"; }
.neppashi-player.target-0 { left: 10%; }
.neppashi-player.target-1 { left: 32%; }
.neppashi-player.target-2 { left: 54%; }
.steam { position: absolute; top: 15px; color: rgba(255,255,255,.36); font-family: serif; font-size: 55px; transform: rotate(90deg); }
.steam--1 { left: 12%; }.steam--2 { left: 58%; top: 2px; }
.towel-button { position: absolute; z-index: 5; right: 5%; bottom: 34px; width: 120px; height: 92px; border: 0; border-radius: 60% 12% 54% 20%; background: #fff; color: var(--navy); box-shadow: 0 8px 0 rgba(7,28,47,.2); font: inherit; font-weight: 900; cursor: grab; transform: rotate(-8deg); transition: opacity .2s; touch-action: none; user-select: none; }
.towel-button small { display: block; margin-top: 5px; color: var(--red); letter-spacing: .12em; }
.towel-button:disabled { cursor: default; opacity: .6; }
.towel-button.is-dragging { cursor: grabbing; transform: scale(1.04) rotate(-4deg); }
.towel-button.is-swinging { animation: towel-swing .55s cubic-bezier(.22,.8,.25,1); }
.neppashi-player.is-swinging i { animation: arm-swing .55s cubic-bezier(.22,.8,.25,1); }
.wind-lines { position: absolute; z-index: 4; right: 24%; bottom: 86px; opacity: 0; }
.wind-lines i { display: block; width: 115px; height: 15px; margin: 7px 0; border-top: 3px solid rgba(255,255,255,.85); border-radius: 50%; }
.wind-lines.is-blowing { animation: wind-blow .48s ease-out; }
.wind-select { display: grid; grid-template-columns: auto repeat(3, 1fr); gap: 7px; align-items: stretch; margin-top: 12px; }
.wind-select > span { display: grid; place-items: center; padding: 0 12px; color: var(--muted); font-size: 9px; font-weight: 900; }
.wind-select button { padding: 8px 5px; border: 1px solid rgba(7,28,47,.25); background: transparent; color: var(--navy); font: inherit; font-family: "Yu Mincho", serif; font-size: 17px; font-weight: 900; cursor: pointer; }
.wind-select button small { display: block; margin-top: 2px; font-family: sans-serif; font-size: 7px; font-weight: 700; }
.wind-select button.is-selected { border-color: var(--red); background: var(--red); color: #fff; }
.game-meter { height: 7px; margin-top: 14px; overflow: hidden; background: rgba(7,28,47,.12); }
.game-meter i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #62a5d9, #df9b22, var(--red)); transition: width .25s; }
.game-message { min-height: 18px; margin: 10px 0 0; font-size: 10px; font-weight: 800; text-align: center; }
.game-result { position: absolute; z-index: 8; inset: 0; display: grid; place-content: center; padding: 25px; background: rgba(7,28,47,.94); color: #fff; text-align: center; }
.game-result[hidden] { display: none; }
.result-stars { color: #ffd15a; font-size: 32px; letter-spacing: .08em; }
.game-result p { margin: 12px 0 18px; font-family: "Yu Mincho", serif; font-size: 22px; }
.result-lead { display: block; margin: -4px 0 20px; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.8; }
.game-result a { padding: 12px 20px; background: var(--red); font-size: 11px; font-weight: 900; }
@keyframes wind-blow { 0% { opacity: 0; transform: translateX(50px) scaleX(.6); } 45% { opacity: 1; } 100% { opacity: 0; transform: translateX(-80px) scaleX(1.3); } }
@keyframes towel-swing { 0% { transform: rotate(-8deg); } 35% { transform: translate(-30px,-38px) rotate(-38deg) scale(1.08); } 72% { transform: translate(-8px,8px) rotate(28deg) scale(.94); } 100% { transform: rotate(-8deg); } }
@keyframes arm-swing { 0% { transform: rotate(-18deg); } 40% { transform: rotate(-92deg) translateY(-4px); } 75% { transform: rotate(22deg); } 100% { transform: rotate(-18deg); } }
@keyframes guest-happy { 50% { transform: translateY(-8px); } }
.neppa-burst { position: absolute; z-index: 1; top: 35px; right: -30px; width: 250px; height: 250px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; opacity: .1; transform: rotate(10deg); }
.neppa-burst::before, .neppa-burst::after { content: ""; position: absolute; inset: -18px; border: 2px dashed var(--red); border-radius: 50%; }
.neppa-burst::after { inset: -35px; opacity: .35; }
.neppa-burst span { font-family: "Yu Mincho", serif; font-size: 120px; font-weight: 900; }
.neppa-marquee { position: absolute; bottom: -23px; left: -20px; margin: 0; color: rgba(229,48,41,.08); white-space: nowrap; font-family: Impact, sans-serif; font-size: 100px; letter-spacing: .06em; }

.video-section { padding: 130px 0; display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: center; }
.video-copy h2, .places h2 { margin: 0 0 25px; font-family: "Yu Mincho", serif; font-size: clamp(42px, 4.5vw, 64px); font-weight: 600; line-height: 1.35; }
.video-copy h2 { font-size: clamp(36px, 3.4vw, 48px); line-height: 1.48; white-space: nowrap; }
.video-copy > p:not(.section-kicker) { color: var(--muted); font-size: 13px; line-height: 2; }
.video-thumb { position: relative; display: block; min-height: 390px; overflow: hidden; color: #fff; }
.video-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,22,36,.85), transparent 70%); }
.video-thumb img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; transition: transform .5s; }
.video-thumb:hover img { transform: scale(1.03); }
.play { position: absolute; z-index: 2; top: 50%; left: 50%; width: 80px; height: 80px; padding-top: 34px; border-radius: 50%; background: var(--red); text-align: center; font-size: 10px; font-weight: 900; letter-spacing: .1em; transform: translate(-50%, -50%); }
.video-thumb > div { position: absolute; z-index: 2; left: 30px; bottom: 28px; }
.video-thumb small { display: block; margin-bottom: 9px; color: var(--red); font-weight: 900; }
.video-thumb strong { font-family: "Yu Mincho", serif; font-size: 20px; line-height: 1.5; }

.places { padding: 100px 0; background: var(--red); color: #fff; overflow: hidden; }
.places-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; }
.places .section-kicker { color: var(--navy); }
.places p { font-size: 13px; line-height: 2; }
.white { margin-top: 20px; background: #fff; color: var(--red); }
.map { position: relative; width: 100%; aspect-ratio: 760 / 500; }
.japan-map { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 18px 24px rgba(7,28,47,.2)); opacity: .95; }
.map-leaders { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.map-leaders polyline { fill: none; stroke: rgba(255,255,255,.92); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.map-leaders circle { fill: var(--red); stroke: #fff; stroke-width: 3; vector-effect: non-scaling-stroke; }
.map-leaders text { fill: #fff; font-family: "Yu Mincho", serif; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.japan-count { position: absolute; z-index: 4; top: 5%; left: 3%; display: flex; flex-direction: column; align-items: center; padding: 14px 22px; background: var(--red); border: 2px solid #fff; text-align: center; font-size: 11px; font-weight: 800; box-shadow: 7px 7px 0 var(--navy); }
.japan-count strong { font-family: Georgia, serif; font-size: 48px; line-height: .9; }
.japan-count small { margin-top: 6px; letter-spacing: .2em; }

.closing-cta { padding: 105px 6vw 115px; background: #fff; text-align: center; }
.closing-cta h2 { margin: 0 0 24px; font-family: "Yu Mincho", serif; font-size: clamp(42px, 5.2vw, 72px); font-weight: 600; line-height: 1.35; }
.closing-cta > p:not(.section-kicker) { margin: 0 0 32px; color: var(--muted); font-family: "Yu Mincho", serif; font-size: 14px; }
.closing-cta > div { display: flex; justify-content: center; align-items: center; gap: 35px; }
.official-banners { padding: 30px 4vw; overflow: hidden; background-color: #ef6565; background-image: conic-gradient(from 45deg at 25% 25%, rgba(255,255,255,.11) 25%, transparent 0 75%, rgba(117,17,28,.1) 0); background-size: 72px 72px; }
.official-banner-track { width: min(1250px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.official-banner-track a { overflow: hidden; border: 1px solid rgba(255,255,255,.8); background: #fff; box-shadow: 0 7px 16px rgba(112,12,24,.16); transition: transform .25s, box-shadow .25s; }
.official-banner-track a:hover { box-shadow: 0 11px 22px rgba(112,12,24,.24); transform: translateY(-4px); }
.official-banner-track img { width: 100%; aspect-ratio: 288 / 85; object-fit: cover; }

.footer { padding: 75px 5vw 20px; background: #fff; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 80px; align-items: start; padding-bottom: 60px; }
.footer-brand img { width: 180px; }
.footer-brand p { color: var(--red); font-family: "Yu Mincho", serif; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 50px; font-size: 12px; font-weight: 700; }
.footer-social { display: flex; gap: 8px; }
.footer-social span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--navy); border-radius: 50%; }
.footer-social svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-social .icon-fill { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.footer-publisher p { margin: 0 0 6px; }
.footer-legal { text-align: right; }
.footer-legal p { margin: 0 0 6px; }
.map-credit { opacity: .65; font-size: 8px; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1280px) {
  .manifesto-inner { grid-template-columns: minmax(220px, .7fr) 1.3fr; }
  .manifesto-stamp { display: none; }
  .manifesto-copy h2 span { white-space: normal; }
}

@media (max-width: 900px) {
  .header { height: 76px; grid-template-columns: 1fr auto; }
  .nav, .search, .buy-button { display: none; }
  .nav.is-open { position: absolute; top: 76px; left: 0; right: 0; display: flex; align-items: flex-start; flex-direction: column; gap: 0; padding: 18px 6vw 28px; background: #fff; box-shadow: 0 18px 30px rgba(7,28,47,.15); }
  .nav.is-open a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav.is-open a::after { display: none; }
  .menu { display: block; }
  .brand img { width: 115px; }
  .hero { min-height: 600px; }
  .hero-copy { padding-top: 100px; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,22,36,.92), rgba(5,22,36,.35)); }
  .latest, .video-section { grid-template-columns: 1fr; }
  .video-copy h2 { white-space: normal; }
  .issue-grid { grid-template-columns: repeat(2, 1fr); }
  .backnumbers-intro { align-items: flex-start; flex-direction: column; }
  .neppa-inner { grid-template-columns: 1fr; gap: 55px; }
  .neppa-game { grid-template-columns: 1fr; }
  .editors-heading { align-items: flex-start; flex-direction: column; gap: 30px; }
  .neppa-burst { width: 150px; height: 150px; opacity: .13; }
  .neppa-burst span { font-size: 75px; }
  .latest-cover { width: min(480px, 90%); margin: auto; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card--large { grid-column: 1 / -1; }
  .places-inner { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 600px) {
  .topline p { display: none; }
  .topline { justify-content: flex-end; }
  .hero { min-height: 550px; }
  .hero-copy { width: 88vw; padding-top: 78px; }
  .hero h1 { font-size: 35px; line-height: 1.4; }
  .lead br { display: none; }
  .hero-people { margin-top: 18px; }
  .hero-people span { padding: 5px 8px; font-size: 8px; }
  .text-link.light { margin-top: 10px; }
  .catch { display: none; }
  .home-news { grid-template-columns: 1fr; padding: 0 6vw; }
  .news-heading { display: flex; justify-content: space-between; align-items: center; padding: 24px 0 13px; border-right: 0; border-bottom: 1px solid var(--line); }
  .news-heading a { margin-top: 0; }
  .news-list a { grid-template-columns: 1fr 20px; gap: 5px 12px; padding: 16px 0; }
  .news-list a:hover { padding-left: 0; }
  .news-list time { grid-column: 1; }
  .news-list p { grid-column: 1; white-space: normal; line-height: 1.6; }
  .news-list i { grid-column: 2; grid-row: 1 / 3; }
  .latest { padding: 80px 0 95px; gap: 70px; }
  .latest-cover { padding-left: 78px; }
  .issue-mark { width: 62px; height: 62px; padding-top: 16px; font-size: 9px; }
  .backnumbers { padding: 80px 0 58px; }
  .issue-grid { grid-template-columns: 1fr 1fr; gap: 35px 18px; }
  .backnumbers-foot { align-items: flex-start; flex-direction: column; gap: 20px; }
  .manifesto { padding: 75px 0; }
  .manifesto-inner { grid-template-columns: 1fr; }
  .manifesto-gallery { width: 100%; min-height: 420px; }
  .manifesto-copy h2 { font-size: 30px; line-height: 1.6; }
  .manifesto-copy h2 span { white-space: nowrap; }
  .manifesto-facts { grid-template-columns: 1fr; }
  .manifesto-facts span { border-right: 0; border-bottom: 1px solid var(--line); }
  .manifesto-facts span:last-child { border-bottom: 0; }
  .latest-copy h2 { font-size: 42px; }
  .latest-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .section-heading { align-items: flex-start; gap: 25px; flex-direction: column; }
  .section-heading h2 { font-size: 30px; line-height: 1.5; }
  .story-grid { grid-template-columns: 1fr; }
  .stories { padding: 80px 0 95px; }
  .story-card--large { grid-column: auto; }
  .story-card--large h3 { font-size: 23px; line-height: 1.65; }
  .story-card--large h3 span { display: block; }
  .topic-list a { grid-template-columns: 40px 1fr 25px; }
  .topic-list span { display: none; }
  .neppa { padding: 85px 0 105px; }
  .neppa-title h2 { font-size: 42px; line-height: 1.45; }
  .neppa-game { width: 100%; margin-top: 65px; }
  .game-intro { padding: 38px 26px; }
  .sauna-game { padding: 15px; }
  .sauna-room { min-height: 235px; }
  .guest { width: 45px; height: 66px; }
  .guest--1 { left: 5%; }.guest--2 { left: 28%; }.guest--3 { left: 51%; }
  .neppashi-player.target-0 { left: 6%; }
  .neppashi-player.target-1 { left: 29%; }
  .neppashi-player.target-2 { left: 52%; }
  .towel-button { right: 4%; width: 100px; height: 80px; }
  .wind-select { grid-template-columns: repeat(3, 1fr); }
  .wind-select > span { grid-column: 1 / -1; padding: 2px; }
  .editors { padding: 80px 0; }
  .editors-heading h2 { font-size: 32px; line-height: 1.5; }
  .editor-foot { align-items: flex-start; flex-direction: column; gap: 20px; }
  .neppa-points { grid-template-columns: 1fr; }
  .neppa-points span { border-right: 0; border-bottom: 1px solid var(--line); }
  .neppa-points span:last-child { border-bottom: 0; }
  .video-thumb, .video-thumb img { min-height: 290px; }
  .map { min-height: 0; transform: none; }
  .japan-count { top: 2%; left: 1%; }
  .closing-cta > div { flex-direction: column; gap: 18px; }
  .official-banners { padding: 25px 6vw; overflow-x: auto; }
  .official-banner-track { width: max-content; grid-template-columns: repeat(4, 250px); }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .footer-legal { text-align: left; }
}
