@font-face{font-family:Noto Sans JP;src:url(/fonts/NotoSansJP-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans JP;src:url(/fonts/NotoSansJP-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans JP;src:url(/fonts/NotoSansJP-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg: #fefcfa;--bg-sub: #f5f0eb;--text: #2d2a26;--text-sub: #7a7368;--border: #e8e0d8;--accent: #c07a50;--accent-hover: #a8643c;--accent-bg: #faf3ed;--success: #5a8a5e;--success-bg: #f0f6f0;--warning: #b08830;--warning-bg: #fdf7eb;--info: #5b7fb5;--info-bg: #eef3fa;--rose: #b5616a;--rose-bg: #faf0f1;--radius: 12px;--radius-sm: 8px;--max-w: 720px;--gap: 16px;font-family:Noto Sans JP,Hiragino Sans,sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--bg);font-size:16px;line-height:1.8;-webkit-text-size-adjust:100%;min-height:100dvh;display:flex;flex-direction:column}body>main{flex:1}a{color:inherit;text-decoration:none}h1,h2,h3,p,ul,ol{margin:0}img{max-width:100%;display:block}.wrap{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 var(--gap)}.site-header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:56px}.brand{font-weight:700;font-size:1.1rem;letter-spacing:-.01em;color:var(--accent)}.brand small{display:none}.nav-links{display:flex;gap:4px}.nav-links a{padding:8px 12px;font-size:.85rem;font-weight:500;color:var(--text-sub);border-radius:8px}.nav-links a:hover,.nav-links a:active{background:var(--bg-sub);color:var(--text)}.site-footer{margin-top:auto;padding:24px 0 32px;background:var(--bg-sub);border-top:1px solid var(--border);font-size:.85rem;color:var(--text-sub)}.site-footer .wrap{display:grid;gap:16px}.footer-links{display:flex;flex-wrap:wrap;gap:8px}.footer-links a{padding:6px 12px;border:1px solid var(--border);border-radius:999px;font-size:.8rem;color:var(--text-sub);background:var(--bg)}main>section{padding:24px 0}.section-head{margin-bottom:16px}.section-head h2{font-size:1.25rem;font-weight:700;line-height:1.4}.section-head p{margin-top:4px;font-size:.9rem;color:var(--text-sub)}.card-list{display:grid;gap:12px}.article-card{position:relative;display:grid;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .15s}.article-card:hover{box-shadow:0 2px 12px #0000000f}.article-card:active{background:var(--bg-sub)}.article-card .card-link{position:absolute;inset:0;z-index:1}.card-thumb{aspect-ratio:3 / 2;overflow:hidden;background:var(--bg-sub)}.card-thumb img{width:100%;height:100%;object-fit:cover}.card-body{display:grid;gap:8px;padding:14px 16px 16px}.article-card h3{font-size:1.05rem;font-weight:700;line-height:1.5}.article-card .card-desc{font-size:.9rem;color:var(--text-sub);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card .card-meta{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--text-sub)}.card-type{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700;background:var(--bg-sub);color:var(--text-sub)}.card-type.review{background:var(--accent-bg);color:var(--accent)}.card-type.comparison{background:var(--info-bg);color:var(--info)}.card-type.howto{background:var(--success-bg);color:var(--success)}.card-type.roundup{background:var(--warning-bg);color:var(--warning)}.card-type.trend{background:var(--rose-bg);color:var(--rose)}.chip-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.chip{padding:3px 10px;border-radius:4px;font-size:.75rem;font-weight:700;background:var(--bg-sub);color:var(--text-sub)}.chip-link{transition:background .15s}.chip-link:hover{background:var(--border)}.list-card{display:grid;gap:6px;padding:16px;border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .15s}.list-card:hover{box-shadow:0 2px 12px #0000000f}.list-card h3{font-size:1.05rem;font-weight:700;line-height:1.5}.list-card p{font-size:.9rem;color:var(--text-sub)}.cat-icon{font-size:1.5rem;line-height:1}.cat-icon-lg{font-size:2rem;line-height:1;display:block;margin-bottom:8px}.meta{font-size:.8rem;color:var(--text-sub)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:48px;padding:12px 24px;border-radius:var(--radius);font-size:.95rem;font-weight:700;color:#fff;background:var(--accent);transition:background .15s}.btn:hover,.btn:active{background:var(--accent-hover)}.btn-outline{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn-outline:hover,.btn-outline:active{background:var(--accent-bg)}.hero{padding:32px 0 16px}.hero h1{font-size:1.5rem;font-weight:700;line-height:1.45}.hero .lead{margin-top:12px;font-size:.95rem;color:var(--text-sub);line-height:1.7}.page-header{padding:24px 0 8px}.page-header h1{font-size:1.35rem;font-weight:700;line-height:1.5}.page-header .sub{margin-top:8px;font-size:.9rem;color:var(--text-sub)}.article-body{font-size:1rem;line-height:1.9}.article-body>*+*{margin-top:20px}.article-body h2{font-size:1.2rem;font-weight:700;line-height:1.5;padding-bottom:8px;border-bottom:2px solid var(--border)}.article-body h3{font-size:1.05rem;font-weight:700;line-height:1.5}.article-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.article-body ul,.article-body ol{padding-left:20px}.article-body li+li{margin-top:6px}.article-body table{width:100%;border-collapse:collapse;font-size:.88rem;margin-top:16px;overflow-x:auto;display:block}.article-body th,.article-body td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.article-body th{background:var(--bg-sub);font-weight:700;font-size:.82rem;color:var(--text-sub)}.article-hero-thumb{margin-top:16px;border-radius:var(--radius);overflow:hidden;aspect-ratio:3 / 2;background:var(--bg-sub)}.article-hero-thumb img{width:100%;height:100%;object-fit:cover}.notice-box{padding:14px;border-radius:var(--radius-sm);background:var(--bg-sub);font-size:.85rem;color:var(--text-sub);line-height:1.7}.notice-box p+p{margin-top:6px}.product-section{display:grid;gap:12px}.product-item{padding:16px;border:1px solid var(--border);border-radius:var(--radius);display:flex;gap:16px;align-items:flex-start}.product-image{flex-shrink:0;width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-sub)}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{flex:1;display:grid;gap:6px}.product-item strong{font-size:1rem}.product-item .desc{font-size:.85rem;color:var(--text-sub)}.product-price{font-size:1.1rem;font-weight:700;color:var(--accent)}.offer-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 20px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:700;color:#fff;background:var(--accent);transition:background .15s}.offer-btn:hover,.offer-btn:active{background:var(--accent-hover)}.related-section{margin-top:24px}.related-section h2{font-size:1.1rem;font-weight:700;margin-bottom:12px}.related-cards{display:grid;gap:10px}.related-card{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--border);border-radius:var(--radius-sm);transition:background .15s}.related-card:hover,.related-card:active{background:var(--accent-bg)}.related-thumb{flex-shrink:0;width:80px;aspect-ratio:3 / 2;border-radius:6px;overflow:hidden;background:var(--bg-sub)}.related-thumb img{width:100%;height:100%;object-fit:cover}.related-title{font-size:.88rem;font-weight:600;color:var(--accent);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shell{padding:24px 0}.article-shell{max-width:var(--max-w);margin:0 auto;padding:0 var(--gap)}.article-header{margin-bottom:24px}.panel-eyebrow{font-size:.75rem;font-weight:700;color:var(--accent);letter-spacing:.04em;text-transform:uppercase}.article-header h1{font-size:1.35rem;font-weight:700;margin-top:8px}.article-header p{margin-top:8px;font-size:.9rem;color:var(--text-sub)}.policy-list{font-size:.95rem;line-height:1.8;color:var(--text-sub)}.policy-list p+p{margin-top:12px}.author-box{display:flex;gap:16px;align-items:flex-start;padding:20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-sub)}.author-avatar{flex-shrink:0;width:64px;height:64px;border-radius:50%}.author-info{display:grid;gap:4px}.author-name{font-size:.95rem;font-weight:700;color:var(--text)}.author-bio{font-size:.85rem;color:var(--text-sub);line-height:1.7}@media(min-width:720px){:root{--max-w: 800px;--gap: 24px}.brand small{display:inline;font-weight:400;font-size:.8rem;color:var(--text-sub);margin-left:10px}.hero h1{font-size:2rem}.card-list{grid-template-columns:repeat(2,1fr)}.page-header h1{font-size:1.6rem}.article-body table{display:table}}
