*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0D0D0D;--surface:#1A1A1A;--surface2:#242424;--border:#333;
  --text:#E8E8E8;--text2:#A0A0A0;--gold:#E8D5B7;--gold2:#D4B896;
  --accent:#2563EB;--accent-hover:#1D4ED8;
  --red:#E63946;--green:#22C55E;--orange:#F59E0B;
  --netflix:#E50914;--unext:#2563EB;
  --max-w:640px;
}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif;background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased}
.container{max-width:var(--max-w);margin:0 auto;padding:0 16px}
section{padding:48px 0}
section:nth-child(even){background:var(--surface)}
h2{font-size:1.375rem;font-weight:700;line-height:1.4;margin-bottom:20px;text-align:center}
h3{font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:12px}
p{margin-bottom:16px;color:var(--text2);font-size:.9375rem}
.gold{color:var(--gold)}
.small{font-size:.8125rem;color:var(--text2)}
.center{text-align:center}
.sec-header{text-align:center;margin-bottom:28px}
.sec-header .line{display:block;width:40px;height:2px;background:var(--gold);margin:12px auto 0}

/* FV */
.fv{padding:40px 0 40px;text-align:center;background:linear-gradient(180deg,#111 0%,var(--bg) 100%)}
.fv-label{display:inline-block;font-size:.75rem;color:var(--gold);border:1px solid var(--gold2);border-radius:20px;padding:4px 16px;margin-bottom:16px;letter-spacing:.05em}
.fv-thumbs{display:flex;justify-content:center;gap:6px;margin-bottom:20px;overflow:hidden}
.fv-thumbs img{width:72px;height:100px;object-fit:cover;border-radius:6px;border:1px solid var(--border);opacity:.85}
.fv-thumbs img:nth-child(3){width:80px;height:110px;opacity:1;border-color:var(--gold)}
.fv h1{font-size:1.375rem;font-weight:700;line-height:1.6;margin-bottom:8px}
.fv h1 .num{font-size:2rem;color:var(--gold);font-weight:800}
.fv .sub{font-size:.9375rem;color:var(--text2);margin-bottom:8px}
.fv .sub2{font-size:.8125rem;color:var(--text2);margin-bottom:24px}

/* VOD Map Table */
.vod-map{overflow-x:auto;margin-bottom:24px;-webkit-overflow-scrolling:touch}
.vod-map table{width:100%;min-width:580px;border-collapse:collapse;font-size:.75rem}
.vod-map th,.vod-map td{padding:8px 6px;text-align:center;border-bottom:1px solid var(--border);white-space:nowrap}
.vod-map th{background:var(--surface2);color:var(--text2);font-weight:600;position:sticky;top:0}
.vod-map td:first-child{text-align:left;font-weight:600;color:var(--text);white-space:normal;min-width:140px;font-size:.8125rem}
.vod-map .yes{color:var(--green);font-weight:700}
.vod-map .rent{color:var(--orange);font-size:.625rem}
.vod-map .no{color:#555}
.vod-map .exclusive{background:rgba(229,9,20,.08)}
.vod-map .badge-ex{display:inline-block;background:var(--red);color:#fff;font-size:.5625rem;padding:1px 5px;border-radius:3px;margin-left:4px;vertical-align:middle}
.vod-map .col-unext{background:rgba(37,99,235,.06)}
.vod-map .col-netflix{background:rgba(229,9,20,.04)}
.scroll-hint{text-align:center;font-size:.6875rem;color:var(--text2);margin-bottom:8px}
.vod-map th img{width:28px;height:28px;border-radius:6px;display:block;margin:0 auto 2px}
.vod-map th .th-label{font-size:.5625rem;line-height:1.2}

/* VOD Score */
.vod-score{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}
.vod-card{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:16px;text-align:center}
.vod-card.primary{border-color:var(--accent);background:rgba(37,99,235,.06)}
.vod-card.secondary{border-color:var(--netflix);background:rgba(229,9,20,.04)}
.vod-card .vod-name{font-size:.875rem;font-weight:700;margin-bottom:4px}
.vod-card .vod-count{font-size:1.75rem;font-weight:800;color:var(--gold);line-height:1.2}
.vod-card .vod-count span{font-size:.875rem;font-weight:400;color:var(--text2)}
.vod-card .vod-price{font-size:.75rem;color:var(--text2);margin-top:4px}
.vod-card .vod-tag{display:inline-block;font-size:.625rem;padding:2px 8px;border-radius:10px;margin-top:6px}
.tag-free{background:rgba(34,197,94,.15);color:var(--green)}
.tag-exclusive{background:rgba(229,9,20,.15);color:var(--red)}

/* Complete Plan */
.plan-box{background:linear-gradient(135deg,#1a1520 0%,#151520 100%);border:1px solid var(--gold2);border-radius:12px;padding:24px;margin-bottom:24px;text-align:center}
.plan-box h3{color:var(--gold);font-size:1.125rem;margin-bottom:12px}
.plan-combo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.plan-item{background:var(--surface2);border-radius:8px;padding:10px 16px;text-align:center}
.plan-item .name{font-size:.8125rem;font-weight:600}
.plan-item .count{font-size:.75rem;color:var(--gold)}
.plan-plus{font-size:1.25rem;color:var(--text2)}
.plan-total{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:4px}
.plan-total .price{color:var(--gold);font-size:1.25rem}

/* Work Detail Cards */
.work-section{margin-bottom:32px}
.work-section h3{font-size:1rem;color:var(--gold);border-bottom:1px solid var(--border);padding-bottom:8px;margin-bottom:16px}
.work-card{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:0;margin-bottom:12px;display:flex;overflow:hidden}
.work-card .work-img{flex-shrink:0;width:90px;max-height:140px;overflow:hidden}
.work-card .work-img img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.work-card .work-body{padding:14px;flex:1;min-width:0}
.work-card .work-title{font-size:.9375rem;font-weight:700;margin-bottom:6px}
.work-card .work-meta{font-size:.75rem;color:var(--text2);margin-bottom:8px}
.work-card .work-meta span{margin-right:8px}
.work-card .work-desc{font-size:.8125rem;color:var(--text2);margin-bottom:10px;line-height:1.6}
.work-card .work-vods{display:flex;flex-wrap:wrap;gap:6px}
.work-card .vod-chip{font-size:.6875rem;padding:3px 8px;border-radius:4px;font-weight:600;display:inline-flex;align-items:center;gap:4px}
.work-card .vod-chip img{width:14px;height:14px;border-radius:3px}
.chip-free{background:rgba(34,197,94,.15);color:var(--green);border:1px solid rgba(34,197,94,.3)}
.chip-rent{background:rgba(245,158,11,.1);color:var(--orange);border:1px solid rgba(245,158,11,.3)}
.chip-exclusive{background:rgba(229,9,20,.15);color:var(--red);border:1px solid rgba(229,9,20,.3)}
.chip-none{background:var(--surface);color:#555;border:1px solid var(--border)}

/* CTA */
.cta-block{margin-bottom:24px}
.cta-btn{display:block;width:100%;max-width:400px;margin:0 auto;padding:16px 24px;color:#fff;font-size:1rem;font-weight:700;text-align:center;text-decoration:none;border-radius:8px;border:none;cursor:pointer;transition:background .2s;margin-bottom:8px}
.cta-unext{background:var(--accent)}
.cta-unext:hover{background:var(--accent-hover)}
.cta-netflix{background:var(--netflix)}
.cta-netflix:hover{background:#b20710}
.cta-sub{text-align:center;font-size:.75rem;color:var(--text2)}
.cta-or{text-align:center;font-size:.75rem;color:var(--text2);margin:12px 0}

/* Bundle */
.bundle-box{background:var(--surface2);border:1px solid var(--border);border-radius:12px;padding:24px;text-align:center;margin-bottom:24px}
.bundle-box h3{font-size:1rem;margin-bottom:8px}
.bundle-list{list-style:none;text-align:left;margin:12px 0 16px;padding:0}
.bundle-list li{padding:3px 0;font-size:.8125rem;color:var(--text2)}
.bundle-list li::before{content:'\2713';color:var(--gold);font-weight:700;margin-right:8px}
.bundle-btn{display:inline-block;padding:10px 24px;background:transparent;color:var(--gold);border:1px solid var(--gold);border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}
.bundle-btn:hover{background:rgba(232,213,183,.1)}

/* FAQ */
.faq-item{border-bottom:1px solid var(--border);padding:16px 0}
.faq-q{font-size:.9375rem;font-weight:600;color:var(--text);margin-bottom:8px}
.faq-q::before{content:'Q. ';color:var(--gold)}
.faq-a{font-size:.875rem;color:var(--text2);line-height:1.7}
.faq-a::before{content:'A. ';color:var(--gold);font-weight:600}

/* Footer */
footer{padding:32px 0;text-align:center;font-size:.6875rem;color:var(--text2);border-top:1px solid var(--border)}
.footer-note{font-size:.5625rem;color:#555;margin-bottom:4px;line-height:1.5}
.footer-links{margin-bottom:8px}
.footer-links a{color:var(--text2);text-decoration:underline}
.footer-links a:hover{color:var(--text)}

/* Utility classes (inline style replacements) */
.vod-icon-sm{width:36px;height:36px;border-radius:8px;margin-bottom:6px}
.mb-0{margin-bottom:0}
.border-red{border-color:var(--red)}
.border-netflix{border-color:var(--netflix)}
.vod-score-2col{grid-template-columns:1fr 1fr;margin-bottom:24px}
.netflix-thumb-placeholder{width:90px;height:100%;background:#1a1a2e;display:flex;align-items:center;justify-content:center}
.netflix-thumb-logo{width:40px;height:40px;border-radius:8px}

@media(min-width:480px){
  .fv h1{font-size:1.625rem}
  .fv h1 .num{font-size:2.5rem}
  .vod-score:not(.vod-score-2col){grid-template-columns:repeat(4,1fr)}
}

/* ========================================
   VOD診断 埋め込み (.dx- prefix)
========================================= */
.dx-wrap{padding:40px 0;text-align:center}
.dx-wrap h2{font-size:20px;font-weight:900;margin-bottom:8px}
.dx-hidden{display:none}
@keyframes dxFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.dx-fade{animation:dxFade .4s ease}

/* Intro */
.dx-intro-sub{font-size:14px;margin-bottom:20px}
.dx-start{display:inline-block;padding:14px 40px;font-size:16px;font-weight:800;color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);border:2px solid #1d4ed8;border-radius:10px;box-shadow:0 4px 0 #1e40af;cursor:pointer;transition:transform .1s}
.dx-start:active{transform:translateY(4px);box-shadow:none}

/* Progress */
.dx-pbar{height:5px;background:rgba(255,255,255,.15);border-radius:3px;margin:0 0 24px;overflow:hidden}
.dx-pfill{height:100%;background:#3b82f6;border-radius:3px;transition:width .4s;width:0}

/* Questions */
.dx-qnum{display:inline-block;background:#3b82f6;color:#fff;font-size:12px;font-weight:700;padding:2px 10px;border-radius:4px;margin-bottom:10px}
.dx-qtext{font-size:18px;font-weight:800;margin-bottom:20px;line-height:1.4}
.dx-options{display:flex;flex-direction:column;gap:10px;max-width:400px;margin:0 auto}
.dx-opt{display:flex;align-items:center;gap:10px;width:100%;padding:14px 16px;background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.15);border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;color:inherit;text-align:left;transition:all .15s}
.dx-opt:hover{border-color:#3b82f6;background:rgba(59,130,246,.15)}
.dx-opt:active{transform:scale(.98)}
.dx-opt-icon{font-size:22px;flex-shrink:0;width:32px;text-align:center}

/* Result */
.dx-rtitle{font-size:13px;opacity:.7;margin-bottom:6px}
.dx-rname{font-size:26px;font-weight:900;margin-bottom:4px}
.dx-rmatch{font-size:13px;color:#3b82f6;font-weight:700;margin-bottom:20px}
.dx-rcard{background:rgba(255,255,255,.06);border:2px solid #3b82f6;border-radius:14px;padding:20px 16px;margin-bottom:20px;text-align:left}
.dx-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}
.dx-spec{background:rgba(255,255,255,.05);border-radius:6px;padding:10px;text-align:center}
.dx-spec-label{font-size:10px;opacity:.6;margin-bottom:2px}
.dx-spec-val{font-size:16px;font-weight:800}
.dx-reasons{list-style:none;margin-bottom:20px;padding:0}
.dx-reasons li{position:relative;padding-left:22px;font-size:14px;font-weight:600;margin-bottom:8px;line-height:1.5}
.dx-reasons li::before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:800}
.dx-cta{text-align:center}
.dx-btn{display:block;background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff!important;font-size:17px;font-weight:800;padding:16px 10px;border-radius:10px;border:2px solid #1d4ed8;box-shadow:0 4px 0 #1e40af;text-decoration:none;margin-bottom:6px;transition:transform .1s}
.dx-btn:active{transform:translateY(4px);box-shadow:none}
.dx-btn-note{font-size:11px;opacity:.6}

/* Others */
.dx-others{margin-top:24px}
.dx-other{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px 16px;margin-bottom:10px;text-align:left}
.dx-other-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.dx-other-name{font-size:16px;font-weight:800}
.dx-other-price{font-size:12px;opacity:.6}
.dx-other-desc{font-size:12px;opacity:.7;margin-bottom:10px;line-height:1.5}
.dx-btn-sm{display:block;text-align:center;padding:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff!important;font-size:13px;font-weight:700;text-decoration:none}

/* Retry */
.dx-retry{text-align:center;margin-top:24px}
.dx-retry-btn{background:transparent;color:#3b82f6;border:2px solid #3b82f6;padding:10px 28px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer}
