:root{--bg:#f5f1ea;--ink:#1a1a1a;--coral:#ff6b5b;--mint:#b8e6d2;--lemon:#ffe55c;--lavender:#d4c5f0;--mute:#888}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Zen Kaku Gothic New,Inter,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:2px solid var(--ink)}.header-inner{max-width:1400px;margin:0 auto;padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Inter,sans-serif;font-weight:900;font-size:22px;letter-spacing:-.03em}.logo .dot{color:var(--coral)}nav ul{display:flex;gap:28px;list-style:none;font-weight:500;font-size:14px}nav a{padding:4px 0}nav a:hover{color:var(--coral)}.hero{max-width:1400px;margin:0 auto;padding:80px 32px 60px;display:grid;grid-template-columns:1.3fr 1fr;grid-gap:60px;gap:60px;align-items:center}.hero,.hero-text{position:relative}.hero-text{z-index:2}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;background:var(--mint);padding:8px 18px;border-radius:100px;font-size:13px;font-weight:700;margin-bottom:32px}.hero-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--ink)}.hero h1{font-size:68px;line-height:1.05;letter-spacing:-.04em;font-weight:900;margin-bottom:28px}.hero h1 .hl{background:linear-gradient(180deg,transparent 60%,var(--lemon) 60%);padding:0 8px}.hero h1 .hl-coral{color:var(--coral)}.hero p{font-size:17px;color:#444;max-width:480px;margin-bottom:36px;line-height:1.7}.hero-cta{display:inline-flex;gap:12px;align-items:center;background:var(--ink);color:#fff;padding:18px 32px;border-radius:100px;font-weight:700;font-size:15px;transition:transform .2s}.hero-cta:hover{transform:translateY(-2px)}.hero-cta .arrow{background:var(--coral);width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.hero-visual{position:relative;height:460px}.sticker{position:absolute;border-radius:24px;padding:24px;box-shadow:0 12px 40px rgba(0,0,0,.08)}.sticker-1{top:20px;left:0;width:240px;background:var(--coral);color:#fff;transform:rotate(-6deg)}.sticker-1 .num{font-family:Inter;font-size:64px;font-weight:900;line-height:1;letter-spacing:-.04em;margin-bottom:8px}.sticker-1 .lbl{font-size:13px;opacity:.9;font-weight:500}.sticker-2{top:80px;right:20px;width:200px;background:var(--mint);transform:rotate(5deg)}.sticker-2 .lbl{font-size:12px;font-weight:700;margin-bottom:8px;opacity:.6}.sticker-2 .price{font-family:Inter;font-weight:900;font-size:32px;letter-spacing:-.03em}.sticker-2 .unit{font-size:14px}.sticker-3{bottom:40px;left:80px;width:220px;background:var(--lavender);transform:rotate(-3deg)}.sticker-3 .stars{font-size:18px;margin-bottom:6px}.sticker-3 .quote{font-size:13px;line-height:1.5;font-weight:500}.stats{background:var(--ink);color:#fff;padding:24px 0;overflow:hidden}.stats-track{gap:60px;animation:scroll 30s linear infinite;white-space:nowrap}.stat-item,.stats-track{display:flex;align-items:center}.stat-item{font-family:Inter;font-weight:700;font-size:18px;gap:16px}.stat-item .star{color:var(--lemon)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.section{max-width:1400px;margin:0 auto;padding:100px 32px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px;gap:32px}.section-head h2{font-size:52px;font-weight:900;line-height:1.1;letter-spacing:-.03em;flex:1 1}.section-head .meta{color:var(--mute);font-size:14px;max-width:320px}.ranking{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.rank-card{background:#fff;border-radius:28px;padding:32px;position:relative;transition:transform .3s}.rank-card:hover{transform:translateY(-8px)}.rank-card .rank-num{font-family:Inter;font-size:80px;font-weight:900;line-height:1;letter-spacing:-.06em;color:var(--ink)}.rank-card.first{background:var(--coral);color:#fff}.rank-card.first .price-amount,.rank-card.first .rank-num{color:#fff}.rank-card.first .meta-row{border-color:rgba(255,255,255,.3)}.rank-card.first .tag{background:rgba(255,255,255,.2);color:#fff}.rank-card .badge{position:absolute;top:24px;right:24px;background:var(--lemon);color:var(--ink);padding:6px 14px;border-radius:100px;font-size:11px;font-weight:800;letter-spacing:.05em}.rank-card.first .badge{background:var(--ink);color:var(--lemon)}.rank-card h3{font-size:28px;font-weight:800;margin:16px 0 8px;letter-spacing:-.02em}.rank-card .desc{font-size:14px;opacity:.7;margin-bottom:24px;line-height:1.6}.rank-card .price-amount{font-family:Inter;font-size:36px;font-weight:900;letter-spacing:-.03em;color:var(--ink);line-height:1}.rank-card .price-amount .yen{font-size:18px}.rank-card .price-unit{font-size:12px;opacity:.7;margin-top:4px}.rank-card .meta-row{margin-top:24px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1);display:flex;gap:8px;flex-wrap:wrap}.rank-card .tag{background:var(--bg);padding:4px 12px;border-radius:100px;font-size:11px;font-weight:600}.rank-card .arrow-link{margin-top:24px;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:14px}.rank-card .arrow-link .circle{width:40px;height:40px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .2s}.rank-card.first .arrow-link .circle{background:#fff;color:var(--coral)}.rank-card:hover .arrow-link .circle{transform:rotate(-45deg)}.compare-wrap{background:#fff;border-radius:32px;padding:40px;margin-top:24px}table{width:100%;border-collapse:collapse}td,th{padding:20px 12px;text-align:left}thead th{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--mute);border-bottom:2px solid var(--ink)}tbody td{border-bottom:1px solid #eee;font-size:14px;font-weight:500}tbody td:first-child{font-weight:800;font-size:16px}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--bg)}.price-cell{font-family:Inter;font-weight:700}.articles-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:20px;gap:20px;height:600px}.article-card{border-radius:24px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s;position:relative;overflow:hidden}.article-card:hover{transform:translateY(-6px)}.article-card.big{grid-row:span 2;background:var(--ink);color:#fff}.article-card.big:before{content:"¥";position:absolute;right:-40px;bottom:-60px;font-family:Inter;font-size:320px;font-weight:900;opacity:.08}.article-card.mint{background:var(--mint)}.article-card.lavender{background:var(--lavender)}.article-card.lemon{background:var(--lemon)}.article-card .cat-tag{background:rgba(255,255,255,.2);padding:6px 14px;border-radius:100px;font-size:11px;font-weight:700;align-self:start;letter-spacing:.05em}.article-card.lavender .cat-tag,.article-card.lemon .cat-tag,.article-card.mint .cat-tag{background:rgba(0,0,0,.1);color:var(--ink)}.article-card h3{font-size:28px;font-weight:800;line-height:1.3;letter-spacing:-.02em}.article-card.big h3{font-size:38px}.article-card .read-more{margin-top:16px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px}footer{background:var(--ink);color:#fff;padding:80px 32px 32px;margin-top:80px}.footer-inner{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{font-family:Inter;font-weight:900;font-size:36px;letter-spacing:-.03em}.footer-logo .dot{color:var(--coral)}.footer-top p{color:#999;max-width:320px;margin-top:12px;font-size:14px;line-height:1.7}.footer-top h4{font-size:13px;margin-bottom:16px;letter-spacing:.1em;text-transform:uppercase}.footer-top ul{list-style:none}.footer-top li{margin-bottom:10px;font-size:14px;color:#aaa}.footer-top li:hover{color:var(--coral)}.footer-bottom{padding-top:24px;display:flex;justify-content:space-between;color:#777;font-size:12px}.legal-page{max-width:760px;margin:0 auto;padding:80px 32px 40px;font-size:16px;line-height:1.9;color:#222}.legal-page h1{font-size:40px;font-weight:900;line-height:1.25;letter-spacing:-.03em;margin-bottom:32px}.legal-page h2{font-size:22px;font-weight:800;margin:48px 0 16px;letter-spacing:-.02em;padding-bottom:10px;border-bottom:2px solid var(--ink)}.legal-page p{margin-bottom:20px}.legal-page a{color:var(--coral);text-decoration:underline}.legal-table{width:100%;background:#fff;border-radius:16px;overflow:hidden;margin-bottom:32px}.legal-table td,.legal-table th{padding:16px;text-align:left;font-size:15px;vertical-align:top}.legal-table th{background:var(--ink);color:#fff;width:30%;font-weight:700}.legal-table tr+tr td,.legal-table tr+tr th{border-top:1px solid #eee}.legal-update{color:var(--mute);font-size:13px;margin-top:48px}.legal-contact{background:#fff;padding:24px;border-radius:16px;font-size:18px;text-align:center;margin:32px 0}.article-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.article-list-card{background:#fff;border-radius:24px;padding:32px;transition:transform .3s;display:block}.article-list-card:hover{transform:translateY(-6px)}.article-list-card.mint{background:var(--mint)}.article-list-card.lavender{background:var(--lavender)}.article-list-card.lemon{background:var(--lemon)}.article-list-card.ink{background:var(--ink);color:#fff}.article-list-card .cat-tag{display:inline-block;background:rgba(0,0,0,.1);padding:6px 14px;border-radius:100px;font-size:11px;font-weight:700;margin-bottom:16px;letter-spacing:.05em}.article-list-card.ink .cat-tag{background:rgba(255,255,255,.15);color:#fff}.article-list-card h3{font-size:24px;font-weight:800;line-height:1.4;margin-bottom:12px;letter-spacing:-.02em}.article-list-card p{font-size:14px;opacity:.8;line-height:1.7;margin-bottom:20px}.article-list-card .article-meta{display:flex;justify-content:space-between;font-size:12px;opacity:.7;font-weight:600}.article-page{max-width:760px;margin:0 auto;padding:80px 32px 40px}.article-page-header{margin-bottom:48px}.article-cat-tag{display:inline-block;background:var(--mint);padding:8px 16px;border-radius:100px;font-size:12px;font-weight:800;margin-bottom:20px;letter-spacing:.05em}.article-cat-tag.lavender{background:var(--lavender)}.article-cat-tag.lemon{background:var(--lemon)}.article-cat-tag.ink{background:var(--ink);color:var(--lemon)}.article-page h1{font-size:44px;font-weight:900;line-height:1.25;letter-spacing:-.03em;margin-bottom:16px}.article-date{color:var(--mute);font-size:14px;font-weight:600}.article-body-html{font-size:17px;line-height:1.9;color:#222}.article-body-html h2{font-size:28px;font-weight:800;margin:56px 0 20px;letter-spacing:-.02em;padding-bottom:12px;border-bottom:2px solid var(--ink)}.article-body-html h3{font-size:22px;font-weight:800;margin:40px 0 16px;letter-spacing:-.02em}.article-body-html p{margin-bottom:24px}.article-body-html ol,.article-body-html ul{margin:0 0 24px 24px}.article-body-html li{margin-bottom:8px}.article-body-html strong{font-weight:800;background:linear-gradient(180deg,transparent 60%,var(--lemon) 60%);padding:0 4px}.article-body-html table{background:#fff;border-radius:16px;overflow:hidden;margin:24px 0}.article-body-html table th{background:var(--ink);color:#fff}.article-body-html table td,.article-body-html table th{padding:14px 16px;font-size:14px}.article-back{margin-top:80px;padding-top:32px;border-top:1px solid #ddd}.article-back a{font-weight:700}@media (max-width:900px){.article-list{grid-template-columns:1fr}.article-page h1{font-size:28px}.article-page{padding:40px 20px}.hero{grid-template-columns:1fr;padding:40px 24px}.hero h1{font-size:42px}.hero-visual{height:320px}.section{padding:60px 24px}.section-head{flex-direction:column;align-items:start}.section-head h2{font-size:32px}.articles-grid,.ranking{grid-template-columns:1fr}.articles-grid{height:auto;grid-template-rows:auto}.article-card.big{grid-row:span 1}.footer-top{grid-template-columns:1fr 1fr}nav{display:none}.compare-wrap{padding:20px;overflow-x:auto}}