body { margin: 0; background: #04060b; color: #f2f4f7; font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; -webkit-font-smoothing: antialiased; }
    a { color: inherit; text-decoration: none; } a:hover { color: #e8232b; }
    .space { background-color: #04060b; background-image:
      radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,.9) 50%, transparent 51%),
      radial-gradient(1px 1px at 37% 62%, rgba(255,255,255,.7) 50%, transparent 51%),
      radial-gradient(1.5px 1.5px at 58% 28%, rgba(255,255,255,.9) 50%, transparent 51%),
      radial-gradient(1px 1px at 74% 76%, rgba(255,255,255,.6) 50%, transparent 51%),
      radial-gradient(1px 1px at 88% 12%, rgba(255,255,255,.8) 50%, transparent 51%),
      radial-gradient(1px 1px at 22% 88%, rgba(255,255,255,.7) 50%, transparent 51%),
      radial-gradient(1.5px 1.5px at 46% 8%, rgba(255,255,255,.8) 50%, transparent 51%),
      radial-gradient(1px 1px at 66% 52%, rgba(255,255,255,.5) 50%, transparent 51%),
      radial-gradient(1px 1px at 92% 44%, rgba(255,255,255,.7) 50%, transparent 51%),
      radial-gradient(1px 1px at 5% 50%, rgba(255,255,255,.6) 50%, transparent 51%);
      background-size: 420px 420px, 360px 360px, 520px 520px, 300px 300px, 460px 460px, 380px 380px, 500px 500px, 340px 340px, 440px 440px, 400px 400px; }
    .navlink { font-size: 14px; font-weight: 700; letter-spacing: .06em; color: #111; padding-bottom: 6px; border-bottom: 3px solid transparent; }
    .navlink.on { color: #e8232b; border-bottom-color: #e8232b; }

    /* 案B：宇宙背景と同化するヘッダー */
    .spacehdr { position: sticky; top: 0; z-index: 60; height: 96px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; padding: 18px 56px;
      background: linear-gradient(to bottom, rgba(4,6,11,.96), rgba(4,6,11,.88)); border-bottom: 1px solid #1c2030; box-shadow: 0 6px 20px rgba(0,0,0,.6); }
    .spacehdr::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(to bottom, rgba(0,0,0,.22) 0 1.5px, rgba(0,0,0,0) 1.5px 4px); }
    .navlink.sp { color: #fff; } .navlink.sp.on { color: #e8232b; }
    .navlink.sp:hover { color: #e8232b; }
    /* 軍師を呼ぶ：LINE友だち追加（PCはQR、スマホは直接LINEへ） */
    .call-ov { position: fixed; inset: 0; z-index: 90; background: rgba(2,4,8,.78); display: none; align-items: center; justify-content: center; padding: 24px; }
    .call-ov.open { display: flex; }
    .call-box { position: relative; width: 100%; max-width: 640px; background: #0b0f1a; border: 1px solid #2a2f38; border-radius: 14px; padding: 36px 40px 32px; box-shadow: 0 30px 80px rgba(0,0,0,.8); display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 32px; align-items: center; color: #fff; }
    .call-box .qr { background: #fff; border-radius: 10px; padding: 12px; display: block; }
    .call-box .qr img { display: block; width: 100%; height: auto; image-rendering: pixelated; }
    .call-box h3 { margin: 0; font-size: 26px; font-weight: 900; line-height: 1.4; }
    .call-box p { margin: 12px 0 0; font-size: 14px; line-height: 1.9; color: #b9c0cb; }
    .call-x { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #2a2f38; background: transparent; color: #8a919c; font-size: 20px; cursor: pointer; }
    .call-x:hover { color: #fff; border-color: #fff; }
    .call-alt { margin-top: 18px; padding-top: 14px; border-top: 1px solid #1c2030; font-size: 13px; color: #8a919c; line-height: 2; }
    .call-alt a { color: #d9dee6; text-decoration: underline; }
    .line-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; background: #06c755; color: #fff; padding: 12px 20px; border-radius: 8px; font-weight: 900; font-size: 14px; }
    .line-btn:hover { color: #fff; filter: brightness(1.08); }
    /* モバイルメニュー（番組表） */
    .mnav-btn { display: none; width: 44px; height: 44px; border: 1px solid #2a2f38; border-radius: 8px; background: rgba(10,14,24,.85); flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
    .mnav-btn i { display: block; width: 20px; height: 2px; background: #fff; }
    .mnav { display: none; position: fixed; inset: 0; z-index: 80; background: rgba(4,6,11,.985); padding: 24px 24px 40px; flex-direction: column; overflow-y: auto; }
    .mnav.open { display: flex; }
    .mnav-head { display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: #8a919c; letter-spacing: .14em; margin-bottom: 18px; }
    .mnav-close { position: static; }
    .mnav-link { display: flex; align-items: baseline; gap: 16px; padding: 16px 4px; border-bottom: 1px solid #1c2030; font-size: 20px; font-weight: 900; color: #fff; }
    .mnav-link .ep { font-size: 22px; min-width: 72px; }
    .mnav-link.on { color: #e8232b; }
    .mnav-call { margin-top: 26px; justify-content: center; }
    /* スマホ表示 */
    @media (max-width: 700px) {
      html { -webkit-text-size-adjust: 100%; } body { overflow-x: hidden; }
      .spacehdr { height: 72px; padding: 10px 16px; }
      .spacehdr > a > div:first-child { width: 44px !important; height: 44px !important; border-width: 4px !important; }
      .spacehdr > a > div:first-child > div { width: 30px !important; height: 30px !important; } .spacehdr > a > div:first-child span { font-size: 16px !important; }
      .spacehdr > a > div:last-child > div:first-child { font-size: 19px !important; }
      .spacehdr > a > div:last-child > div:last-child { display: none; }
      .spacehdr nav { display: none !important; } .mnav-btn { display: flex; }
      .osd { top: auto !important; bottom: 14px !important; right: 14px !important; gap: 6px !important; } .osd small { font-size: 18px !important; } .osd b { font-size: 46px !important; }
      .space { padding: 44px 20px 48px !important; min-height: 0 !important; }
      [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns: repeat(4"] { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
      section[data-ch="2"] > div:first-child, section[data-ch="2"] > div:last-child { display: none !important; }
      footer { flex-direction: column !important; align-items: flex-start !important; gap: 18px; padding: 28px 20px 32px !important; }
      footer > div:last-child { text-align: left !important; }
      h2.showa, h2.crtxt { font-size: clamp(24px, 7vw, 34px) !important; line-height: 1.4 !important; }
      h3.showa { font-size: clamp(22px, 6.4vw, 30px) !important; }
      p.showa { font-size: clamp(20px, 5.8vw, 28px) !important; }
      .sponsor { padding: 60px 20px !important; } .sponsor .showa { font-size: clamp(22px, 6.5vw, 32px) !important; }
      .h1 { font-size: 34px !important; } .sub { font-size: 20px !important; }
      [style*="font-size: 96px"] { font-size: 44px !important; } [style*="font-size: 84px"] { font-size: 52px !important; }
      [style*="font-size: 64px"], [style*="font-size: 56px"] { font-size: 36px !important; }
      [style*="font-size: 44px"], [style*="font-size: 40px"] { font-size: 28px !important; }
      .lead { font-size: 15px !important; line-height: 1.9 !important; }
      .card { padding: 22px 18px !important; } .card h3 { font-size: 19px !important; }
      .row { grid-template-columns: 1fr !important; gap: 6px !important; padding: 14px 0 !important; }
      .btn { padding: 14px 20px !important; font-size: 14px !important; }
      .note { font-size: 12px !important; }
      .call-box { grid-template-columns: 1fr !important; padding: 28px 22px 26px !important; gap: 20px !important; }
      .call-box .qr { width: 200px; margin: 0 auto; } .call-box h3 { font-size: 21px !important; }
      [style*="padding: 110px 96px"], [style*="padding: 90px 72px"], [style*="padding: 0 96px"], [style*="padding: 90px 96px"], [style*="padding: 80px 96px"] { padding-left: 20px !important; padding-right: 20px !important; }
      [style*="min-height: 1100px"], [style*="min-height: 760px"] { min-height: 0 !important; }
      [style*="max-width: 760px"] { max-width: 100% !important; }
      .card > div[style*="display: flex"] { flex-wrap: wrap; row-gap: 10px; }
      br.pc { display: none; }
    }
    /* チャンネル表示（画面右上に固定） */
    .osd { position: fixed; top: 118px; right: 34px; z-index: 55; display: flex; align-items: baseline; gap: 10px; font-family: "VT323", "Share Tech Mono", monospace; color: #7dff6a; text-shadow: 0 0 3px #7dff6a, 0 0 14px rgba(125,255,106,.75), 0 0 30px rgba(125,255,106,.35); pointer-events: none; animation: osdflk 4s infinite; }
    .osd small { font-size: 28px; letter-spacing: .04em; } .osd b { font-size: 72px; font-weight: 400; line-height: 1; }
    .osd.inline { position: absolute; top: 14px; right: 18px; z-index: 5; animation: none; }
    @keyframes osdflk { 0%,100% { opacity: 1; } 63% { opacity: .85; } 66% { opacity: 1; } }
    /* ブラウン管の画質（画面全体） */
    .tv { position: relative; overflow: hidden; background: #04060b; }
    .tv .frame { display: block; width: 100%; height: auto; filter: contrast(1.06) saturate(1.18) brightness(.98) blur(.35px); }
    .tv .ghost { position: absolute; inset: 0; width: 100%%; height: 100%%; object-fit: cover; pointer-events: none; mix-blend-mode: screen; opacity: .28; }
    .tv .ghost.r { transform: translateX(2px); filter: sepia(1) saturate(12) hue-rotate(-40deg) brightness(.9); }
    .tv .ghost.b { transform: translateX(-2px); filter: sepia(1) saturate(12) hue-rotate(160deg) brightness(.9); }
    .fx { position: absolute; inset: 0; pointer-events: none; }
    .fx.lines { background: repeating-linear-gradient(to bottom, rgba(0,0,0,.26) 0 1.5px, rgba(0,0,0,0) 1.5px 4px); z-index: 4; }
    .fx.grille { opacity: .5; background: repeating-linear-gradient(to right, rgba(255,60,60,.09) 0 1px, rgba(60,255,60,.06) 1px 2px, rgba(60,60,255,.09) 2px 3px); mix-blend-mode: overlay; z-index: 4; }
    .fx.grain { inset: -20%; opacity: .08; z-index: 4; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .9 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); animation: grain 1.2s steps(6) infinite; }
    .fx.bar { inset: auto 0; height: 220px; z-index: 4; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.06) 50%, rgba(255,255,255,0)); animation: roll 11s linear infinite; }
    .fx.glow { z-index: 3; box-shadow: inset 0 0 140px rgba(0,0,0,.7); animation: flicker 3.5s infinite; }
    .fx.zap { z-index: 6; opacity: 0; transition: opacity .15s; background: #cfd3d8 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='1' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); position: fixed; }
    .fx.vig { z-index: 3; background: radial-gradient(ellipse 85% 85% at 50% 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,.45) 100%); }
    @keyframes roll { 0% { top: -240px; } 100% { top: 100%; } }
    @keyframes grain { 0% { transform: translate(0,0); } 20% { transform: translate(-3%,2%); } 40% { transform: translate(2%,-4%); } 60% { transform: translate(-4%,-1%); } 80% { transform: translate(3%,3%); } 100% { transform: translate(0,0); } }
    @keyframes flicker { 0%, 100% { opacity: 1; } 47% { opacity: .96; } 52% { opacity: 1; } 71% { opacity: .97; } }
    /* 昭和アニメの予告風の見出し */
    .showa { font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 800; letter-spacing: .06em; text-shadow: 3px 3px 0 #000, 0 0 22px rgba(0,0,0,.7); transform: skewX(-3deg); transform-origin: left bottom; }
    /* 弱めのブラウン管（スクリーンショット等、読ませたい画像用） */
    .tv.soft .frame { filter: contrast(1.03) saturate(1.06); }
    .tv.soft .ghost { opacity: .10; } .tv.soft .ghost.r { transform: translateX(1px); } .tv.soft .ghost.b { transform: translateX(-1px); }
    .softbox { position: relative; }
    /* 文字も少しにじませる */
    .crtxt { text-shadow: 1.2px 0 rgba(255,40,80,.35), -1.2px 0 rgba(0,220,255,.35), 0 0 10px rgba(255,255,255,.15); }
    .sub { font-size: 30px; font-weight: 900; line-height: 1.7; color: #fff; text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0 0 14px rgba(0,0,0,.9); letter-spacing: .04em; }
    .sub em { font-style: normal; color: #ffe066; }
    .crt { position: relative; border-radius: 18px; border: 7px solid #0d0f12; background: #070a12; overflow: hidden; box-shadow: 0 0 0 2px #23262c, inset 0 0 50px rgba(0,0,0,.85), 0 16px 40px rgba(0,0,0,.7); }
    .crt:hover { box-shadow: 0 0 0 2px #7dff6a, inset 0 0 50px rgba(0,0,0,.85), 0 16px 40px rgba(0,0,0,.7); }
    .noise { position: absolute; inset: 0; opacity: .18; background-image: repeating-radial-gradient(circle at 20% 30%, #fff 0 1px, transparent 1px 3px), repeating-radial-gradient(circle at 70% 60%, #fff 0 1px, transparent 1px 4px); background-size: 7px 7px, 11px 11px; pointer-events: none; }
    .ep { font-family: "VT323", monospace; color: #7dff6a; font-size: 26px; text-shadow: 0 0 8px rgba(125,255,106,.8); }
    .mono { font-family: "Share Tech Mono", monospace; letter-spacing: .12em; }
    .rec { font-size: 13px; color: #8a919c; display: flex; align-items: center; gap: 14px; }
    .rec i { display: inline-block; width: 10px; height: 10px; background: #e8232b; border-radius: 50%; box-shadow: 0 0 10px #e8232b; animation: flicker 1.2s infinite; }
    .h1 { font-size: 64px; font-weight: 900; line-height: 1.2; color: #fff; letter-spacing: .02em; }
    .note { margin-top: 18px; font-size: 13px; font-weight: 700; color: #8a919c; letter-spacing: .06em; }
    .sponsor { background: #1237a6; color: #fff; text-align: center; padding: 90px 40px; position: relative; z-index: 2; }
    /* 歌詞カード */
    .paper { background: #f4efe3; color: #1a1712; border-radius: 6px; padding: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.6), inset 0 0 0 1px #e2dbc9; }
    .paper-inner { border: 1px solid #c9bfa6; padding: 36px 32px; height: 560px; display: flex; flex-direction: row-reverse; justify-content: flex-start; gap: 34px; overflow: hidden; background-image: repeating-linear-gradient(to right, rgba(0,0,0,.03) 0 1px, transparent 1px 28px); }
    .vcol { writing-mode: vertical-rl; text-orientation: mixed; display: flex; flex-direction: column; gap: 18px; font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif; }
    .vcol.title { padding-left: 24px; border-left: 1px solid #c9bfa6; margin-left: 10px; }
    .ltitle { font-size: 34px; font-weight: 800; letter-spacing: .12em; color: #1a1712; }
    .lsub { font-size: 12px; letter-spacing: .12em; color: #5c5446; margin-top: 0; }
    .lhead { font-size: 12px; letter-spacing: .3em; color: #b0281f; font-weight: 800; }
    .lline { font-size: 22px; letter-spacing: .14em; line-height: 1; color: #1a1712; font-weight: 700; }
    .lline.small { font-size: 15px; color: #5c5446; }
    .vcol.credit { margin-right: auto; padding-right: 16px; border-right: 1px solid #c9bfa6; }
    .lcredit { font-size: 11px; letter-spacing: .12em; color: #5c5446; }
    .kara { background-image: linear-gradient(to bottom, #e8232b 0 50%, #1a1712 50% 100%); background-size: 100% 200%; background-position: 0 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: kara 12.8s linear infinite; }
    @keyframes kara { 0% { background-position: 0 100%; } 12% { background-position: 0 0%; } 88% { background-position: 0 0%; } 100% { background-position: 0 100%; } }
    .lead { font-size: 18px; line-height: 2; font-weight: 500; color: #d9dee6; }
    .card { position: relative; background: rgba(10,14,24,.85); border: 1px solid #1c2030; border-radius: 12px; padding: 30px; }
    .card .no { font-family: "VT323", monospace; color: #7dff6a; font-size: 30px; text-shadow: 0 0 8px rgba(125,255,106,.8); }
    .card h3 { margin: 10px 0 0; font-size: 24px; font-weight: 900; color: #fff; line-height: 1.4; }
    .card p { margin: 14px 0 0; font-size: 14px; line-height: 1.9; color: #b9c0cb; font-weight: 500; }
    .tag { display: inline-block; font-size: 11px; font-weight: 900; letter-spacing: .16em; color: #ffe066; border: 1px solid #ffe066; padding: 4px 10px; border-radius: 4px; }
    .row { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px; padding: 20px 0; border-bottom: 1px solid #1c2030; }
    .th { font-weight: 900; font-size: 13px; letter-spacing: .16em; color: #8a919c; } .td { font-size: 16px; font-weight: 500; line-height: 1.8; color: #f2f4f7; }
    .btn { display: inline-flex; align-items: center; gap: 12px; background: #e8232b; color: #fff; padding: 18px 30px; border-radius: 8px; font-weight: 900; font-size: 16px; letter-spacing: .06em; }
    .btn.ghost { background: transparent; border: 2px solid #8a919c; }
    .kpi { background: #ffffff; border: 1px solid #dfe3ea; border-radius: 6px; padding: 10px 12px; }
    .kpi small { display: block; font-size: 9px; color: #6b7280; font-weight: 700; }
    .kpi b { display: block; font-size: 18px; color: #111827; margin-top: 4px; font-weight: 900; }
