/* 空想革命公式ホームページ・第一版。依存ライブラリなし。 */
/* 通常の書体のまま、文字の輪郭だけを二値化。背景・写真・枠線には適用しない。 */
aa-text { filter: url('#legacy-text-edges'); }
.text-filter-defs { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
:root {
  color-scheme: light;
  --red: #e60012;
  --deep-red: #a60010;
  --yellow: #fff000;
  --gold: #ffd23d;
  --blue: #071dcc;
  --pink: #ff4bd8;
  --green: #8eff00;
  --cyan: #75fff6;
  --ink: #101010;
  --paper: #fffdf0;
  --silver: #d4d4d4;
  --border: 3px solid var(--ink);
  --gothic: 'MS PGothic', 'MS Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --mincho: 'MS PMincho', 'MS Mincho', 'Hiragino Mincho ProN', serif;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 1rem; }
body { margin: 0; background: #000; color: white; font-family: var(--gothic); font-size: 1rem; line-height: 1.7; }
a { color: #89afff; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pink); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 4px solid var(--ink); outline-offset: 4px; box-shadow: 0 0 0 8px white; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h2, h3 { line-height: 1.4; }
img { display: block; max-width: 100%; height: auto; }
section[id] { scroll-margin-top: 1rem; }
.skip-link { position: fixed; left: 1rem; top: -100px; background: white; color: var(--ink); padding: 1rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
.workbar { background: #111; color: #ddd; border-bottom: 1px solid #555; min-height: 40px; padding: 3px max(16px, calc((100% - 1180px) / 2)); display: flex; gap: 10px; align-items: center; justify-content: space-between; font-size: .75rem; }
.workbar b { margin-right: .6rem; }
.motion-toggle { background: #eee; min-height: 32px; padding: 1px 12px; border: 2px outset white; color: var(--ink); font-size: .75rem; white-space: nowrap; }
.motion-toggle:active { border-style: inset; }
.site-shell { max-width: 1200px; margin: 0 auto; padding: 12px 16px 0; }
.masthead { margin-bottom: 24px; }
.masthead-line { display: flex; justify-content: space-between; gap: 8px; color: var(--green); font-family: var(--mincho); font-weight: 700; font-size: .75rem; margin: 0 4px 8px; letter-spacing: .04em; }
.title-stage { position: relative; isolation: isolate; background: #000; border-block: 1px solid #2e51fa; padding: 9px 85px 12px; text-align: center; }
.title-stage::before, .title-stage::after { content: ''; position: absolute; width: 20px; height: 20px; border: 1px solid var(--pink); transform: rotate(45deg); pointer-events: none; }
.title-stage::before { top: 7px; left: 7px; }
.title-stage::after { bottom: 7px; right: 7px; }
.eyebrow { color: var(--cyan); font: bold .875rem/1.6 Times New Roman, serif; letter-spacing: .15em; }
h1 { font-family: var(--mincho); font-size: min(10rem, 14.7vw); font-weight: 900; line-height: 1.15; letter-spacing: -.055em; color: #ff45de; -webkit-text-stroke: 1px #ff45de; text-shadow: 2px 2px 0 white, 5px 5px 0 #001aff, 7px 7px 0 #001aff; white-space: nowrap; padding-right: .055em; }
.title-letter { color: var(--letter-color); -webkit-text-stroke-color: currentColor; }
.title-letter:nth-child(1) { --letter-color: #ff45de; }
.title-letter:nth-child(2) { --letter-color: #fff000; }
.title-letter:nth-child(3) { --letter-color: #75fff6; }
.title-letter:nth-child(4) { --letter-color: #8eff00; }
.official-label { display: inline-block; font-family: var(--mincho); font-size: 1.375rem; font-weight: 900; color: var(--cyan); padding: 0 20px; letter-spacing: .32em; margin-top: 8px; text-decoration: underline; text-underline-offset: 5px; }
.side-slogan { position: absolute; top: 50px; left: 24px; color: var(--green); font-weight: 900; font-family: var(--mincho); font-size: 1.1rem; writing-mode: vertical-rl; text-orientation: upright; line-height: 1.5; letter-spacing: .1em; }
.official-stamp { position: absolute; right: 11px; top: 55px; color: var(--yellow); background: #000; padding: 9px; border: 2px dotted #ff45de; line-height: 1.4; font-size: .75rem; font-family: var(--mincho); font-weight: 900; transform: rotate(9deg); }
.official-stamp strong { font-size: 1.8rem; }
.hero-star { position: absolute; color: var(--yellow); font-size: 2rem; animation: star-turn 18s linear infinite; }
.hero-star--one { left: 95px; bottom: 18px; }
.hero-star--two { right: 118px; top: 13px; font-size: 1.4rem; }
.welcome { margin-top: 12px; padding: 0 10px; color: var(--yellow); font-family: var(--mincho); font-size: 1.5rem; font-weight: 900; text-align: center; }
.welcome-shout { color: #ff5252; font-size: 1.6rem; }
.ticker { margin-top: 9px; border-block: 1px dashed var(--green); background: #000; color: var(--green); overflow: hidden; font-size: .875rem; padding: 3px 0; }
.ticker-text { display: flex; width: max-content; gap: 50px; padding-inline: 20px; animation: news-scroll 30s linear infinite alternate; }
.ticker:hover .ticker-text { animation-play-state: paused; }
.portal-grid { display: grid; grid-template-columns: 176px minmax(0, 1fr) 282px; gap: 18px; align-items: start; }
.portal-grid > *, .center-column > *, .right-column > * { min-width: 0; }
.frame { border: 2px ridge #888; }
.menu { background: #000; border: 1px solid #09ed65; padding: 7px; }
.menu-title { text-align: center; padding: 1px 0 10px; line-height: 1.4; color: var(--green); }
.menu-title span { font: bold .75rem Georgia, serif; letter-spacing: .08em; }
.menu-title strong { display: block; font-family: Times New Roman, var(--mincho); font-size: 1.65rem; color: var(--yellow); }
.menu-link { position: relative; display: flex; min-height: 65px; align-items: center; gap: 7px; padding: 7px 7px; margin-top: 7px; text-decoration: underline; line-height: 1.4; font-size: .95rem; font-weight: 900; border: 2px outset #888; }
.menu-link small { display: block; font: bold .65rem/1.3 Arial, sans-serif; letter-spacing: .03em; }
.menu-link:hover { filter: brightness(1.07); transform: translate(-1px, -1px); }
.menu-link:active { border-style: inset; }
.menu-link--profile { color: var(--cyan); background: #000; }
.menu-link--live { color: var(--yellow); background: #ad000c; }
.menu-link--music { color: var(--yellow); background: var(--blue); }
.menu-link--member { color: var(--green); background: #000; }
.menu-link--news { color: var(--pink); background: #000; }
.menu-link--sns { color: var(--cyan); background: #000; }
.menu-link--profile:hover, .menu-link--news:hover { color: white; }
.menu-link--live:hover, .menu-link--music:hover, .menu-link--member:hover, .menu-link--sns:hover { color: white; }
.menu-icon { width: 20px; text-align: center; font-size: 1.2rem; }
.tiny-new { position: absolute; right: -8px; top: -9px; background: var(--red); color: white; border: 1px solid var(--ink); font-size: .65rem; padding: 1px 5px; transform: rotate(9deg); }
.counter-box { text-align: center; margin-top: 22px; padding: 10px 3px; background: var(--ink); border: 3px ridge #ddd; color: white; font-size: .75rem; }
.counter-digits { display: block; margin: 6px 5px; padding-left: .1em; background: black; color: var(--green); border: 2px inset #666; font: bold 1.35rem/1.5 'Courier New', monospace; letter-spacing: .1em; }
.counter-box small { display: block; color: #cfcfcf; font-size: .75rem; margin-top: 4px; }
.mini-banner { margin: 17px 6px 0; border: 3px outset #bbc0f5; text-align: center; font-size: .875rem; line-height: 1.4; transform: rotate(-3deg); }
.mini-banner--blue { background: var(--blue); color: var(--yellow); }
.mini-banner span { display: block; color: white; font-size: 1.1rem; font-weight: 900; }
.site-notice { margin: 20px 0 0; color: white; background: #000; border: 1px dashed var(--yellow); padding: 8px; font-size: .75rem; }
.band-window { background: #000; padding: 5px; border: 3px double var(--pink); }
.window-title { display: flex; justify-content: space-between; align-items: center; padding: 4px 7px; gap: 7px; background: #000; color: var(--cyan); border-bottom: 1px solid var(--cyan); }
.window-title h2 { font-size: .875rem; }
.window-title > span { font: bold .875rem monospace; white-space: nowrap; }
.photo-placeholder { position: relative; min-width: 0; aspect-ratio: 8 / 5; background-color: #000; background-image: repeating-conic-gradient(#000 0 25%, #11112f 0 50%); background-size: 24px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px 12px; margin-top: 5px; border: 1px solid #242494; overflow: hidden; }
.photo-corner { position: absolute; top: 16px; right: 13px; transform: rotate(10deg); color: white; background: var(--red); border: 2px solid var(--ink); padding: 5px 10px; font-family: var(--mincho); font-weight: 900; line-height: 1.2; font-size: .875rem; }
.placeholder-overline { font-size: .875rem; background: #000; color: white; font-weight: 900; padding: 0 6px; }
.now-printing { color: var(--yellow); display: block; font: 900 clamp(2rem, 4.3vw, 3.3rem)/.9 Impact, 'Arial Black', sans-serif; letter-spacing: -.045em; transform: rotate(-7deg); margin: 23px 0 24px; text-shadow: 3px 3px 0 #f00093; }
.now-printing span { color: var(--yellow); }
.photo-label { font-weight: 900; font-size: .875rem; background: #000; color: var(--cyan); border: 1px solid var(--pink); padding: 1px 6px; }
.photo-placeholder small { font: .75rem/1.5 monospace; color: #aaa; background: #000; margin-top: 6px; }
.photo-caption { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: .875rem; padding: 5px 5px 0; font-weight: 900; }
.photo-caption > span:last-child { color: var(--pink); letter-spacing: .2em; }
.news-panel { margin-top: 22px; background: #000; color: white; border: 1px solid #fff; }
.section-title { padding: 8px 13px; display: flex; justify-content: space-between; gap: 8px; align-items: center; border-bottom: 1px solid #777; }
.section-title h2 { font-family: var(--mincho); font-size: 1.5rem; }
.section-title > span { font: bold .75rem/1.3 'Courier New', monospace; text-align: right; }
.section-title--blue { color: white; background: var(--blue); }
.news-item { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 10px; padding: 15px 12px; }
.news-item + .news-item { border-top: 1px dashed #666; }
.news-item time, .news-tag { color: #ff6bad; }
.news-tag { color: #b4001d; }
.news-item h3 { font-size: .95rem; }
.news-item p { font-size: .875rem; margin-top: 4px; }
.live-panel { position: relative; background: #000; color: var(--yellow); border: 4px double var(--yellow); }
.live-header { position: relative; background: #ad000c; color: white; padding: 14px 10px 12px 19px; }
.live-header h2 { font-family: var(--mincho); font-size: 1.65rem; line-height: 1.2; }
.live-header h2 span { display: block; color: var(--yellow); font: bold .7rem/1.7 Arial, sans-serif; letter-spacing: .08em; }
.new-burst { position: absolute; top: -15px; right: -9px; color: var(--yellow); background: var(--blue); font-weight: 900; font-size: 1rem; padding: 6px 10px; border: 2px solid var(--cyan); transform: rotate(10deg); animation: badge-nod 4s ease-in-out infinite; }
.draft-label { display: inline-block; margin: 10px 14px 0; border: 1px solid currentColor; font-size: .75rem; padding: 0 7px; }
.live-date { display: block; padding: 7px 15px 0; line-height: 1; }
.live-date > span { display: block; font: 900 1.2rem/1 Arial, sans-serif; letter-spacing: .25em; }
.live-date strong { display: block; color: #ff4e6b; font: 900 4.5rem/.98 Impact, 'Arial Black', sans-serif; letter-spacing: -.035em; }
.live-date b { display: block; font: 900 .85rem/1.4 Arial, var(--gothic); padding-top: 6px; }
.venue { font-family: var(--mincho); font-size: 2.15rem; padding: 13px 14px 0; font-weight: 900; }
.event-name { padding: 7px 14px 14px; color: white; font-size: .95rem; font-weight: 900; line-height: 1.65; }
.live-details { background: #001453; color: white; margin: 0 12px; padding: 10px 7px; border: 1px solid var(--cyan); text-align: center; }
.live-details p { font-size: .75rem; }
.live-details strong { font-size: .8rem; }
.live-footnote { color: #ccc; padding: 11px 14px 13px; font-size: .75rem; line-height: 1.6; }
.music-banner { display: block; text-align: center; margin: 23px 5px 0; padding: 8px 12px; color: var(--yellow); background: var(--blue); border: 5px double var(--yellow); outline: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); transform: rotate(2.5deg); text-decoration: none; line-height: 1.2; }
.music-banner:hover { color: white; background: #0a1699; }
.music-banner strong { font-size: 2.6rem; font-weight: 900; font-family: var(--mincho); display: block; color: white; text-shadow: 2px 2px var(--red); }
.music-banner span { font-size: .8rem; font-weight: 900; }
.music-banner b { font-size: 1.2rem; }
.construction { display: flex; justify-content: center; align-items: center; gap: 8px; background: var(--yellow); color: black; border-block: 8px solid transparent; border-image: repeating-linear-gradient(135deg, var(--ink) 0 8px, var(--yellow) 8px 16px) 8; margin-top: 26px; text-align: center; padding: 5px 0; }
.construction strong { font-size: 1.25rem; }
.construction small { display: block; font: bold .65rem/1.3 Arial, sans-serif; }
.divider { color: var(--pink); border-block: 1px solid #6b14ff; height: 31px; line-height: 25px; overflow: hidden; white-space: nowrap; margin: 30px 0; letter-spacing: 8px; text-align: center; }
.profile-section { position: relative; display: grid; grid-template-columns: 30% 1fr; background: #000; color: white; border: 1px solid var(--cyan); }
.profile-sign { color: var(--yellow); background: var(--blue); border-right: var(--border); padding: 27px 22px; text-align: center; }
.profile-sign > span:first-child { display: inline-block; color: var(--ink); background: var(--yellow); border: 1px solid var(--ink); padding: 1px 14px; font-weight: 900; transform: rotate(-4deg); font-size: .875rem; }
.profile-sign h2 { font-family: var(--mincho); font-size: 3.5rem; line-height: 1.15; margin: 18px 0; text-shadow: 3px 3px var(--ink); }
.profile-sign h2 span { color: white; }
.profile-sign > span:last-child { font: .75rem/1.5 'Courier New', monospace; }
.profile-copy { padding: 24px 90px 26px 30px; }
.profile-lead { font-family: var(--mincho); font-size: 1.8rem; font-weight: 900; line-height: 1.6; }
.profile-lead em { font-style: normal; color: var(--yellow); text-decoration: underline; text-underline-offset: 6px; }
.profile-copy > p + p { margin-top: 14px; }
.text-link { display: inline-block; font-weight: 900; margin-top: 10px; min-height: 44px; padding-block: 9px; }
.profile-seal { position: absolute; right: 17px; top: 26px; font-family: var(--mincho); font-size: 1.5rem; font-weight: 900; line-height: 1.25; padding: 6px; color: var(--pink); border: 4px double currentColor; transform: rotate(8deg); }
.music-section { margin-top: 30px; background: #000; color: white; border: 1px solid var(--pink); }
.section-title--pink { background: #79004d; color: var(--yellow); }
.music-body { display: grid; grid-template-columns: 240px minmax(0, 1fr) 225px; gap: 22px; padding: 24px; align-items: start; }
.album-placeholder { aspect-ratio: 1; background: var(--ink); border: 7px double #c9c9c9; color: white; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px 6px; transform: rotate(-2deg); }
.album-placeholder > span { font: .75rem/1.5 'Courier New', monospace; letter-spacing: .05em; }
.album-placeholder strong { font-family: var(--mincho); font-weight: 900; font-size: 1.6rem; color: var(--yellow); margin-block: 13px; }
.album-placeholder p, .album-placeholder small { font-size: .75rem; }
.album-placeholder small { margin-top: 4px; }
.album-kicker { font-size: .875rem; font-weight: 700; }
.album-copy h3 { font-family: var(--mincho); font-size: 2rem; margin: 8px 0; }
.album-meta { font-size: .875rem; font-weight: 900; border-bottom: 1px solid #777; padding-bottom: 12px; margin-bottom: 12px; }
.credits { font-size: .75rem; margin-top: 12px; }
.pending-link { display: inline-block; border: 1px dashed currentColor; font-size: .875rem; font-weight: 900; margin-top: 16px; padding: 6px 8px; }
.song-notes { background: #000; color: white; border: 1px dashed var(--green); padding: 13px; margin-top: 7px; }
.song-notes h3 { font-family: var(--mincho); font-size: 1.2rem; color: var(--green); }
.song-notes dl { margin: 10px 0; }
.song-notes dl > div + div { border-top: 1px dashed #777; padding-top: 11px; margin-top: 11px; }
.song-notes dt { font-weight: 900; font-size: .95rem; }
.song-notes dd { margin: 4px 0 0; font-size: .875rem; }
.song-notes > p { font-size: .75rem; }
.member-section { margin-top: 30px; background: #000; color: white; border: 1px solid var(--green); }
.section-title--green { background: #113a00; color: var(--green); }
.member-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; margin: 0; list-style: none; }
.member-list li { position: relative; min-width: 0; padding: 22px 17px 24px; }
.member-list li + li { border-left: 1px solid #666; }
.member-list p { font: bold .75rem/1.5 'Courier New', monospace; letter-spacing: .1em; }
.member-list h3 { position: relative; margin-top: 11px; font-family: var(--mincho); font-size: 1.25rem; font-weight: 900; }
.member-list h3 span { display: block; font-size: .875rem; }
.member-number { position: absolute; right: 10px; top: 9px; font-family: var(--mincho); font-size: 2.9rem; color: #414141; line-height: 1; pointer-events: none; }
.member-social { display: inline-block; position: relative; margin-top: 8px; padding-block: 6px; font-size: .875rem; }
.official-links { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: .875rem; }
.official-links a { display: inline-block; padding-block: 6px; font-weight: 700; }
.sns-section { background: #000; color: var(--cyan); display: grid; grid-template-columns: 220px minmax(0, 1fr) 120px; gap: 25px; align-items: center; padding: 22px; margin-top: 30px; border: 3px double var(--cyan); }
.sns-section h2 { font-family: var(--mincho); font-size: 1.5rem; }
.sns-section > div > p:first-child { font: bold .75rem/1.6 'Courier New', var(--gothic); }
.sns-pending { font-size: .875rem; }
.sns-pending p { margin-top: 5px; }
.home-banner { border: 3px outset white; background: var(--ink); color: white; display: flex; flex-direction: column; text-align: center; line-height: 1.3; text-decoration: none; padding: 6px 2px; transform: rotate(-4deg); }
.home-banner span { font-family: var(--mincho); font-size: 1.4rem; font-weight: 900; color: var(--yellow); }
.home-banner b { font: bold .65rem/1.5 Arial, sans-serif; }
.home-banner small { color: var(--green); font-size: .75rem; }
.home-banner:hover { color: var(--cyan); }
.site-footer { text-align: center; color: white; padding: 34px 12px 25px; }
.thanks { font-family: var(--mincho); font-size: 1.5rem; font-weight: 900; text-shadow: 2px 2px var(--ink); }
.site-footer > p:nth-child(2) { font-size: .875rem; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2px; margin: 15px auto 8px; font-size: .875rem; }
.footer-links a { display: inline-block; color: white; padding: 10px 4px; min-height: 44px; font-weight: 700; }
.site-footer small { font-size: .75rem; }

/* 黎明期の「入口」バナー。別画面を挟まず目的の情報へ移動。 */
.mobile-break { display: none; }
.entry-strip { max-width: 850px; margin: 18px auto 0; display: grid; grid-template-columns: 190px 1fr 1fr; gap: 18px; align-items: center; }
.entry-notice { text-align: center; color: #ff8181; font-family: var(--mincho); font-weight: 900; font-size: .875rem; line-height: 1.6; }
.entry-link { display: block; border: 4px ridge #bbb; text-align: center; padding: 4px 8px; line-height: 1.2; text-decoration: none; }
.entry-link strong { display: block; font-family: var(--mincho); font-weight: 900; font-size: 2.4rem; text-decoration: underline; text-underline-offset: 4px; margin: 3px 0; }
.entry-link > span { display: block; font-size: .75rem; }
.entry-link small { display: block; font: bold .75rem/1.3 Times New Roman, serif; letter-spacing: .16em; }
.entry-link--live { background: #a90010; color: var(--yellow); transform: rotate(-1.5deg); }
.entry-link--music { background: var(--blue); color: var(--cyan); transform: rotate(1deg); }
.entry-link:hover { color: white; border-color: var(--pink); }

@keyframes star-turn { to { transform: rotate(360deg); } }
@keyframes badge-nod { 0%, 100% { transform: rotate(10deg); } 50% { transform: rotate(3deg); } }
@keyframes news-scroll { from { transform: translateX(0); } to { transform: translateX(-18%); } }
html[data-motion='off'] *, html[data-motion='off'] *::before, html[data-motion='off'] *::after { animation-play-state: paused !important; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; }
}
@media (max-width: 1050px) {
  .portal-grid { grid-template-columns: 158px minmax(0, 1fr) 250px; gap: 14px; }
  .menu-link { font-size: .8rem; padding-inline: 4px; gap: 5px; }
  .live-date strong { font-size: 4rem; }
  .venue { font-size: 1.9rem; }
  .live-header h2 { font-size: 1.4rem; }
  .photo-corner { top: 10px; right: 7px; font-size: .7rem; }
  .placeholder-overline { font-size: .75rem; }
  .photo-label { font-size: .75rem; }
  .photo-placeholder { min-height: 295px; }
  .news-item { grid-template-columns: 1fr; gap: 5px; }
  .music-body { grid-template-columns: 200px minmax(0, 1fr); }
  .song-notes { grid-column: 1 / -1; display: grid; grid-template-columns: 140px minmax(0, 1fr) 170px; gap: 15px; align-items: center; }
  .song-notes dl { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .song-notes dl > div + div { padding: 0 0 0 15px; margin: 0; border-top: 0; border-left: 1px dashed #777; }
  .sns-section { grid-template-columns: 190px minmax(0, 1fr) 105px; gap: 15px; }
}
@media (max-width: 800px) {
  .entry-strip { grid-template-columns: 150px 1fr 1fr; gap: 10px; }
  .entry-link strong { font-size: 1.8rem; }
  .title-stage { padding-inline: 58px; }
  .side-slogan { left: 16px; top: 45px; font-size: .8rem; }
  .official-stamp { right: 12px; top: 46px; font-size: .65rem; padding: 5px; }
  .official-stamp strong { font-size: 1.3rem; }
  .hero-star--one { left: 66px; }
  .hero-star--two { right: 68px; }
  .masthead-line { font-size: .65rem; }
  .portal-grid { grid-template-columns: minmax(0, 1fr) 255px; gap: 18px; }
  .left-column { grid-column: 1 / -1; }
  .menu { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .menu-title { grid-column: 1 / -1; padding: 0; display: flex; align-items: center; justify-content: center; gap: 10px; }
  .menu-title strong { font-size: 1.3rem; }
  .menu-link { margin-top: 0; min-height: 58px; padding: 6px 12px; gap: 12px; font-size: .9rem; }
  .counter-box, .mini-banner, .site-notice { display: none; }
  .photo-placeholder { min-height: 310px; }
  .now-printing { font-size: 2.6rem; }
  .photo-corner { top: 10px; }
  .profile-sign h2 { font-size: 2.5rem; }
  .profile-copy { padding: 23px 70px 23px 24px; }
  .profile-lead { font-size: 1.5rem; }
  .profile-seal { font-size: 1.2rem; right: 13px; }
  .music-body { padding: 20px; }
  .song-notes { grid-template-columns: 1fr; gap: 0; }
  .member-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .member-list li:nth-child(3) { border-left: 0; }
  .member-list li:nth-child(n+3) { border-top: 1px solid #666; }
  .sns-section { grid-template-columns: 1fr 110px; }
  .sns-section > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .mobile-break { display: block; }
  .entry-strip { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 13px; }
  .entry-notice { grid-column: 1 / -1; font-size: .7rem; }
  .entry-notice br { display: none; }
  .entry-link strong { font-size: 1.8rem; }
  .entry-link > span { font-size: .6rem; }
  .entry-link small { font-size: .65rem; }
  body { font-size: 1rem; }
  .site-shell { padding: 10px 12px 0; }
  .workbar { padding: 3px 10px; font-size: .65rem; }
  .workbar b { margin-right: 3px; }
  .motion-toggle { padding-inline: 8px; font-size: .7rem; min-height: 36px; }
  .masthead-line { justify-content: center; margin-bottom: 6px; font-size: .65rem; }
  .masthead-line > span:first-child { display: none; }
  .title-stage { padding: 10px 9px 15px; border-width: 6px; }
  .title-stage::before, .title-stage::after { width: 15px; height: 15px; border-width: 4px; }
  .eyebrow { font-size: .7rem; }
  h1 { font-size: min(7rem, 19.4vw); line-height: 1.3; letter-spacing: -.07em; text-shadow: 1px 1px white, 3px 3px #001aff, 5px 5px #001aff; -webkit-text-stroke-width: .5px; }
  .official-label { font-size: 1rem; padding-inline: 17px; letter-spacing: .25em; margin-top: 3px; }
  .side-slogan, .official-stamp { display: none; }
  .hero-star { font-size: 1.1rem; }
  .hero-star--one { left: 13px; bottom: 15px; }
  .hero-star--two { right: 13px; top: 11px; }
  .welcome { font-size: 1.1rem; padding: 3px 5px; letter-spacing: 0; }
  .welcome-shout { font-size: 1rem; }
  .ticker { font-size: .75rem; }
  .masthead { margin-bottom: 18px; }
  .portal-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .menu { gap: 6px; }
  .menu-link { min-height: 62px; justify-content: center; padding: 7px 2px; font-size: .8rem; gap: 5px; text-align: center; }
  .menu-link small { font-size: .6rem; margin-top: 3px; }
  .menu-icon { display: none; }
  .tiny-new { right: -4px; top: -7px; font-size: .6rem; }
  .center-column { display: contents; }
  .right-column { display: contents; }
  .band-window { grid-row: 3; }
  .live-panel { grid-row: 2; }
  .news-panel { grid-row: 4; margin-top: 0; }
  .music-banner { grid-row: 5; margin: 0 15px; padding-block: 9px; }
  .construction { grid-row: 6; margin-top: 5px; }
  .live-panel { display: grid; grid-template-columns: 42% minmax(0, 1fr); }
  .live-header { grid-column: 1 / -1; padding: 9px 13px; }
  .live-header h2 { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 1.35rem; }
  .live-header h2 span { font-size: .55rem; }
  .new-burst { top: -10px; right: -4px; font-size: .8rem; padding: 4px 7px; }
  .draft-label { grid-column: 1; align-self: start; justify-self: start; margin: 12px 0 0 12px; font-size: .65rem; }
  .live-date { grid-column: 1; grid-row: 3 / 5; padding: 10px 6px 5px 12px; }
  .live-date > span { font-size: .95rem; }
  .live-date strong { font-size: clamp(2.6rem, 10.8vw, 4rem); padding-top: 5px; }
  .live-date b { font-size: .65rem; }
  .venue { grid-column: 2; grid-row: 2 / 4; padding: 14px 10px 0; font-size: 1.65rem; align-self: center; }
  .event-name { grid-column: 2; grid-row: 4; padding: 3px 10px 14px; font-size: .8rem; }
  .live-details { grid-column: 1 / -1; margin-top: 8px; display: flex; flex-wrap: wrap; gap: 5px 12px; justify-content: center; }
  .live-footnote { grid-column: 1 / -1; font-size: .7rem; padding: 10px 12px; }
  .photo-placeholder { min-height: 0; aspect-ratio: 8 / 5; padding: 23px 8px; }
  .photo-corner { font-size: .7rem; right: 10px; top: 11px; }
  .now-printing { font-size: clamp(2.6rem, 10vw, 3.7rem); margin-block: 22px; }
  .photo-label { font-size: .75rem; }
  .placeholder-overline { font-size: .75rem; }
  .photo-caption { font-size: .8rem; }
  .news-item { grid-template-columns: 80px minmax(0, 1fr); gap: 8px; }
  .news-item h3 { font-size: .875rem; }
  .news-item p { font-size: .875rem; }
  .divider { margin: 24px 0; }
  .profile-section { grid-template-columns: 1fr; }
  .profile-sign { border-right: 0; border-bottom: var(--border); padding: 15px 10px; }
  .profile-sign h2 { display: inline; font-size: 1.65rem; margin: 0 0 0 14px; }
  .profile-sign h2 br { display: none; }
  .profile-sign > span:first-child { font-size: .7rem; padding-inline: 8px; }
  .profile-sign > span:last-child { display: none; }
  .profile-copy { padding: 20px 18px; }
  .profile-copy > p:not(.profile-lead) { font-size: .95rem; }
  .profile-lead { font-size: 1.6rem; padding-right: 40px; }
  .profile-seal { top: 92px; right: 14px; font-size: 1rem; }
  .section-title { padding: 9px 12px; }
  .section-title h2 { font-size: 1.25rem; }
  .section-title > span { font-size: .6rem; }
  .music-body { grid-template-columns: minmax(0, 1fr); padding: 22px 18px; gap: 22px; }
  .album-placeholder { width: min(100%, 260px); margin: 0 auto; }
  .album-copy h3 { font-size: 1.9rem; }
  .song-notes { margin: 0; }
  .song-notes dl { gap: 10px; }
  .song-notes dt { font-size: .875rem; }
  .song-notes dd { font-size: .8rem; }
  .member-list li { padding: 18px 12px; }
  .member-list h3 { font-size: 1.1rem; }
  .member-number { font-size: 2.5rem; }
  .sns-section { grid-template-columns: minmax(0, 1fr); padding: 18px; gap: 15px; }
  .sns-pending { font-size: .8rem; }
  .home-banner { width: 120px; justify-self: end; }
  .thanks { font-size: 1.15rem; }
  .site-footer { padding-inline: 0; }
  .footer-links { gap: 0; font-size: .75rem; }
}
/* 20260910_4: 集合写真とライブ告知だけに適用。 */
.band-photo-stage { margin-top: 5px; border: 1px solid #242494; overflow: hidden; background: #000; }
.band-photo { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: fill; }
.photo-reception { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 14px; padding: 18px 8px; border-top: 3px double var(--cyan); text-align: center; line-height: 1.1; background: #000; font: 900 clamp(1.5rem, 3vw, 2.5rem)/1.1 var(--mincho); text-shadow: 2px 2px 0 #b000ec, -1px -1px 0 #fff; }
.photo-reception > span { display: inline-flex; }
.photo-reception i { display: inline-block; font-style: normal; color: #fff000; animation: reception-dance 2.4s steps(4, end) infinite; }
.photo-reception i:nth-child(2) { color: #75fff6; animation-delay: -.3s; }
.photo-reception i:nth-child(3) { color: #ff75df; animation-delay: -.6s; }
.photo-reception i:nth-child(4) { color: #8eff00; animation-delay: -.9s; }
.photo-reception i:nth-child(5) { color: #fff; animation-delay: -1.2s; }
.photo-reception .reception-welcome i { animation-direction: reverse; }
@keyframes reception-dance { 0%, 100% { transform: translateY(3px) scaleX(1.08) rotate(-5deg); } 50% { transform: translateY(-6px) scaleX(.84) rotate(5deg); } }
.live-date { margin: 14px 12px 0; padding: 10px 12px 12px; background: #000; color: var(--yellow); border: 2px dotted currentColor; text-align: center; font-variant-numeric: lining-nums tabular-nums; }
.live-date > span { font: 700 1.1rem/1.3 var(--gothic); letter-spacing: .04em; }
.live-date strong { color: inherit; font: 700 4rem/1.15 var(--gothic); letter-spacing: 0; padding: 0; white-space: nowrap; }
.live-date b { font: 700 .95rem/1.4 var(--gothic); padding-top: 2px; }
.venue small { display: block; font: 700 .85rem/1.5 var(--gothic); }
.event-name > strong { display: block; margin-top: 8px; color: var(--yellow); font-size: 1.05rem; }
.live-details { display: block; padding: 12px 8px; }
.live-details p { font: 400 .875rem/1.8 Meiryo, sans-serif; }
.live-details strong { font: 700 1rem/1.8 Arial, Meiryo, sans-serif; }
.live-times { white-space: nowrap; }
.live-prices { margin-top: 7px; }
.live-reserve { display: block; margin-top: 12px; padding: 11px 4px; border: 3px outset #fff; background: var(--yellow); color: #000; font: 700 .875rem/1.5 Meiryo, sans-serif; }
.live-reserve:hover, .live-reserve:focus-visible { background: #fff; color: #000; }
.live-lineup { padding: 13px 14px; color: #fff; font-size: .875rem; line-height: 1.8; }
.live-lineup p + p { margin-top: 7px; }
.live-lineup b { color: var(--cyan); }
@media (max-width: 600px) {
  .live-panel { display: block; }
  .live-date { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 12px; padding: 10px 16px; text-align: left; }
  .live-date > span { grid-column: 2; grid-row: 1; font-size: .95rem; }
  .live-date strong { grid-column: 1; grid-row: 1 / 3; font-size: clamp(3rem, 13vw, 4rem); }
  .live-date b { grid-column: 2; grid-row: 2; font-size: .8rem; }
  .venue { padding: 14px 14px 0; }
  .event-name { padding: 7px 14px 14px; font-size: .95rem; }
}

@media print {
  aa-text { filter: none; }
  body { background: white; color: black; }
  .site-shell { max-width: none; }
  .workbar, .left-column, .ticker, .hero-star, .construction, .music-banner, .divider { display: none; }
  .frame, .title-stage { box-shadow: none; }
  .portal-grid { display: block; }
  .portal-grid section { margin-bottom: 20px; }
  a { color: black; }
  *, *::before, *::after { animation: none !important; }
  .site-footer { color: black; }
}

/* 20260913：正式ジャケットとトップ集合写真のネオン枠 */
.album-jacket{display:block;width:100%;height:auto;transform:rotate(-2deg)}
@media(max-width:600px){.album-jacket{width:min(100%,260px);margin:0 auto}}
body:not(.festival-page) .band-window{animation:band-neon-border 3.2s steps(1,end) infinite}
@keyframes band-neon-border{
 0%,100%{border-color:#ff00ff;box-shadow:0 0 0 2px #00ffff,0 0 9px #ff00ff}
 25%{border-color:#00ffff;box-shadow:0 0 0 2px #ffff00,0 0 9px #00ffff}
 50%{border-color:#ffff00;box-shadow:0 0 0 2px #00ff00,0 0 9px #ffff00}
 75%{border-color:#00ff00;box-shadow:0 0 0 2px #ff00ff,0 0 9px #00ff00}
}
@media(prefers-reduced-motion:reduce){body:not(.festival-page) .band-window{animation:none;border-color:#ff00ff;box-shadow:0 0 0 2px #00ffff}}

/* 20260913_7：左回りのネオン枠とジャケットの縁取り */
@property --band-neon-angle{syntax:'<angle>';inherits:false;initial-value:0deg}
body:not(.festival-page) .band-window{
 border:10px solid transparent;
 background:linear-gradient(#000,#000) padding-box,conic-gradient(from var(--band-neon-angle),#ff00ff,#00ffff,#ffff00,#00ff00,#ff00ff) border-box;
 box-shadow:0 0 8px #ff00ff80;
 animation:band-neon-orbit 5s linear infinite;
}
@keyframes band-neon-orbit{from{--band-neon-angle:0deg}to{--band-neon-angle:-360deg}}
.album-jacket{border:2px solid #00ffff;box-shadow:0 0 0 1px #ff00ff,0 0 8px #00ffff66}
@media(prefers-reduced-motion:reduce){body:not(.festival-page) .band-window{animation:none}}

/* 20260913_8：各辺を単色にして左回りに段階切り替え */
body:not(.festival-page) .band-window{
 background:#000;
 border-color:#ff0000 #ffff00 #00ff00 #00ffff;
 animation:band-neon-sides 3.2s steps(1,end) infinite;
}
@keyframes band-neon-sides{
 0%,100%{border-color:#ff0000 #ffff00 #00ff00 #00ffff}
 25%{border-color:#ffff00 #00ff00 #00ffff #ff0000}
 50%{border-color:#00ff00 #00ffff #ff0000 #ffff00}
 75%{border-color:#00ffff #ff0000 #ffff00 #00ff00}
}
@media(prefers-reduced-motion:reduce){body:not(.festival-page) .band-window{animation:none}}
