:root{--ink:#07162f;--ink-2:#0d2449;--blue:#086cff;--cyan:#38d9ff;--mint:#27e2c1;--paper:#f5f8fc;--line:#dfe7f1;--muted:#64748b;--white:#fff;--shadow:0 20px 50px rgba(7,22,47,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",system-ui,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.skip-link{position:fixed;z-index:100;left:12px;top:-50px;background:#fff;padding:10px 16px}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.notice{height:34px;display:flex;justify-content:center;align-items:center;gap:10px;background:var(--ink);color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em}.notice span{color:#9fb2cd;font-weight:500}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(214,224,237,.8)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand img{width:190px;height:auto}.desktop-nav{display:flex;gap:30px;margin-left:auto;margin-right:32px;font-size:14px;font-weight:700}.desktop-nav a{position:relative;padding-block:28px}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--blue);transition:.25s}.desktop-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:10px}.search-button,.menu-button{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:50%;cursor:pointer}.search-button span{display:block;width:15px;height:15px;border:2px solid var(--ink);border-radius:50%;margin:11px;position:relative}.search-button span:after{content:"";position:absolute;width:7px;height:2px;background:var(--ink);right:-5px;bottom:-3px;transform:rotate(45deg)}.menu-button{display:none;padding:11px}.menu-button i{display:block;height:2px;background:var(--ink);margin:4px 0}.mobile-menu{padding:8px 24px 24px;background:#fff}.mobile-menu a{display:block;padding:13px;border-bottom:1px solid var(--line);font-weight:700}
.hero{height:min(680px,calc(100vh - 112px));min-height:570px;position:relative;overflow:hidden;background:var(--ink);color:#fff}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,31,.96) 0%,rgba(3,13,31,.78) 34%,rgba(3,13,31,.08) 68%,rgba(3,13,31,.12) 100%)}.hero-content{position:relative;z-index:2;padding-top:95px}.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 20px;color:#c9d7eb;font-size:12px;font-weight:800;letter-spacing:.18em}.eyebrow:before{content:"";width:42px;height:2px;background:var(--mint)}.eyebrow span{color:var(--mint)}.hero h1{font-size:clamp(42px,5.3vw,72px);line-height:1.25;letter-spacing:-.04em;margin:0 0 26px;max-width:760px}.hero h1 em{font-style:normal;color:var(--cyan)}.hero-copy{max-width:590px;margin:0;color:#d5dfed;font-size:17px;line-height:2}.hero-links{display:flex;gap:10px;margin-top:34px}.hero-links a{padding:9px 17px;border:1px solid rgba(255,255,255,.25);border-radius:100px;font-size:13px;background:rgba(5,21,48,.45);transition:.2s}.hero-links a:hover{background:#fff;color:var(--ink)}.hero-pick{position:absolute;z-index:3;right:max(24px,calc((100vw - 1180px)/2));bottom:38px;width:300px;padding:20px 56px 20px 22px;border-left:2px solid var(--mint);background:rgba(3,18,43,.78);backdrop-filter:blur(12px);transition:.25s}.hero-pick span{display:block;color:var(--mint);font-size:10px;letter-spacing:.16em;font-weight:800}.hero-pick strong{display:block;font-size:14px;line-height:1.6;margin-top:4px}.hero-pick b{position:absolute;right:20px;top:32px;font-size:22px}.hero-pick:hover{transform:translateY(-4px);background:rgba(7,108,255,.75)}
.quick-find{border-bottom:1px solid var(--line);box-shadow:0 10px 25px rgba(7,22,47,.05)}.quick-find-inner{min-height:108px;display:flex;align-items:center}.quick-find-inner>p{width:190px;margin:0;border-right:1px solid var(--line)}.quick-find-inner small{display:block;color:var(--blue);font-weight:800;letter-spacing:.16em}.quick-find-inner strong{font-size:19px}.quick-links{display:grid;grid-template-columns:repeat(4,1fr);flex:1}.quick-links a{display:flex;align-items:center;gap:13px;padding:18px 26px;font-size:14px;font-weight:700;border-right:1px solid var(--line);transition:.2s}.quick-links a:last-child{border-right:0}.quick-links a:hover{color:var(--blue);background:var(--paper)}.quick-links span{color:#94a3b8;font-family:Georgia,serif;font-size:13px}
.section{padding-block:100px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:38px}.section-head h2{font-size:36px;line-height:1.2;margin:0;letter-spacing:-.03em}.eyebrow.dark{color:var(--blue);margin-bottom:10px}.text-link{font-size:13px;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:5px}.text-link span{margin-left:10px;color:var(--blue)}.feature-grid{display:grid;grid-template-columns:1.28fr 1fr;gap:26px}.feature-stack{display:grid;gap:26px}.feature-card{border:1px solid var(--line);background:#fff;overflow:hidden;transition:.25s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.feature-media{position:relative;overflow:hidden;background-image:url("img/hero-gadgets.jpg");background-size:cover}.feature-main .feature-media{height:390px;background-position:67% center}.feature-small{height:calc((100% - 26px)/2)}.feature-small>a{display:grid;grid-template-columns:45% 1fr;height:100%}.feature-small .feature-media{height:100%}.media-audio{background-position:79% 65%}.media-phone{background-position:75% center}.media-laptop{background-position:53% center}.media-watch{background-position:97% center}.card-tag{position:absolute;left:16px;top:16px;background:#fff;color:var(--ink);font-size:10px;font-weight:900;letter-spacing:.14em;padding:6px 10px}.card-body{padding:24px 26px}.meta{margin:0 0 10px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.08em}.meta span{color:#aab6c7;margin:0 4px}.card-body h3{margin:0;font-size:26px;line-height:1.45;letter-spacing:-.025em}.card-body>p:last-child{color:var(--muted);font-size:14px;margin:13px 0 0}.feature-small .card-body{display:flex;flex-direction:column;justify-content:center;padding:20px}.feature-small .card-body h3{font-size:18px}
.category-section{background:var(--ink);color:#fff;padding:90px 0}.section-head.light{align-items:end}.section-head.light>p{color:#8fa4c2;font-size:14px;margin:0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #233755;border-left:1px solid #233755}.category-grid a{min-height:174px;padding:26px;position:relative;border-right:1px solid #233755;border-bottom:1px solid #233755;transition:.25s}.category-grid a:hover{background:var(--blue)}.category-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #476081;border-radius:50%;font-size:10px;color:var(--mint);font-weight:900}.category-grid strong{display:block;margin-top:20px;font-size:18px}.category-grid small{display:block;color:#7186a4;font-size:10px;letter-spacing:.12em}.category-grid b{position:absolute;right:24px;top:26px;font-family:Georgia,serif;color:#6680a5;font-size:14px}.category-grid a:hover small,.category-grid a:hover b{color:#c5eaff}
.latest-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:64px;align-items:start}.article-list{border-top:1px solid var(--line)}.article-row>a{display:grid;grid-template-columns:190px 1fr 28px;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.article-thumb{height:125px;background-image:url("img/hero-gadgets.jpg");background-size:cover}.article-row h3{font-size:18px;line-height:1.55;margin:0 0 6px;letter-spacing:-.015em}.article-row p:last-child{margin:0;color:var(--muted);font-size:13px}.article-row>a>b{font-size:20px;transition:.2s}.article-row>a:hover h3{color:var(--blue)}.article-row>a:hover>b{transform:translate(3px,-3px);color:var(--blue)}.ranking{position:sticky;top:105px;margin-top:6px;background:var(--paper);padding:28px}.ranking-head{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:17px;border-bottom:2px solid var(--ink)}.ranking-head p{margin:0;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.15em}.ranking-head h2{margin:0;font-size:23px}.ranking ol{list-style:none;padding:0;margin:0}.ranking li{border-bottom:1px solid #d9e2ee}.ranking li a{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:20px 0}.ranking li>a>span{font-family:Georgia,serif;font-size:22px;color:var(--blue)}.ranking small{display:block;color:var(--muted);font-size:10px;margin-bottom:3px}.ranking strong{display:block;font-size:14px;line-height:1.6}.ranking a:hover strong{color:var(--blue)}
.policy{background:linear-gradient(120deg,#0b5bea,#087dff);color:#fff;padding:85px 0}.policy-inner{display:grid;grid-template-columns:320px 1fr;gap:70px}.policy h2{font-size:38px;line-height:1.4;margin:0}.policy-points{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(255,255,255,.3)}.policy-points p{margin:0;padding:28px 25px;border-right:1px solid rgba(255,255,255,.25)}.policy-points p:last-child{border-right:0}.policy-points span{display:block;color:var(--mint);font-family:Georgia,serif;font-size:15px}.policy-points strong{display:block;font-size:17px;margin:12px 0}.policy-points small{display:block;color:#d8e8ff;font-size:13px;line-height:1.8}
.site-footer{background:#050e1e;color:#fff;padding:60px 0 22px}.footer-top{display:grid;grid-template-columns:240px 1fr 2fr;gap:40px;align-items:center;padding-bottom:50px}.footer-brand img{width:180px;filter:brightness(0) invert(1)}.footer-top>p{font-size:13px;color:#8ea1bd}.footer-top nav{display:flex;justify-content:flex-end;gap:22px;font-size:12px;color:#c5d0e0}.footer-bottom{display:flex;gap:24px;padding-top:20px;border-top:1px solid #1e2b41;color:#708199;font-size:10px;letter-spacing:.08em}.footer-bottom small{margin-right:auto}.search-dialog{width:min(720px,calc(100% - 32px));border:0;padding:0;box-shadow:0 30px 90px rgba(0,0,0,.28)}.search-dialog::backdrop{background:rgba(3,12,28,.75);backdrop-filter:blur(4px)}.search-box{padding:38px}.search-top{display:flex;justify-content:space-between;align-items:start}.search-top p{margin:0;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.15em}.search-top h2{margin:2px 0 25px;font-size:30px}.search-top button{border:0;background:none;font-size:30px;cursor:pointer}.search-box label{display:flex}.search-box input{flex:1;min-width:0;border:1px solid var(--line);padding:16px}.search-box label button{border:0;background:var(--blue);color:#fff;font-weight:700;padding:0 25px}.search-hint{margin:15px 0 0;color:var(--muted);font-size:12px}
@media (max-width:980px){.desktop-nav{display:none}.menu-button{display:block}.hero{height:620px}.hero-image{object-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(3,13,31,.96),rgba(3,13,31,.68) 65%,rgba(3,13,31,.3))}.quick-find-inner{align-items:stretch}.quick-find-inner>p{display:none}.quick-links{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:1fr}.feature-stack{grid-template-columns:1fr 1fr}.feature-small{height:240px}.category-grid{grid-template-columns:repeat(2,1fr)}.latest-layout{grid-template-columns:1fr}.ranking{position:static}.policy-inner{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.footer-top nav{grid-column:1/-1;justify-content:flex-start}}
@media (max-width:680px){.shell{width:min(100% - 32px,1180px)}.notice span{display:none}.header-inner{height:66px}.brand img{width:156px}.search-button,.menu-button{width:38px;height:38px}.hero{height:auto;min-height:640px}.hero-image{object-position:67% center}.hero-shade{background:linear-gradient(180deg,rgba(3,13,31,.7),rgba(3,13,31,.94) 72%,#06142b)}.hero-content{padding-top:70px}.hero h1{font-size:40px}.hero-copy{font-size:15px;line-height:1.9;max-width:90%}.hero-links{flex-wrap:wrap}.hero-pick{left:16px;right:16px;bottom:20px;width:auto}.quick-links{grid-template-columns:1fr 1fr}.quick-links a{padding:16px 12px;font-size:12px}.section{padding-block:72px}.section-head h2{font-size:30px}.section-head .text-link{display:none}.feature-main .feature-media{height:260px}.feature-stack{grid-template-columns:1fr}.feature-small{height:auto}.feature-small>a{grid-template-columns:42% 1fr;min-height:190px}.feature-small .card-body h3{font-size:16px}.category-section{padding:70px 0}.section-head.light>p{display:none}.category-grid{grid-template-columns:1fr 1fr}.category-grid a{min-height:155px;padding:20px}.category-grid strong{font-size:15px}.latest-layout{gap:50px}.article-row>a{grid-template-columns:116px 1fr;gap:15px}.article-row>a>b,.article-row p:last-child{display:none}.article-thumb{height:92px}.article-row h3{font-size:15px}.article-row .meta{font-size:9px}.ranking{padding:22px}.policy{padding:70px 0}.policy h2{font-size:32px}.policy-points{grid-template-columns:1fr}.policy-points p{border-right:0;border-bottom:1px solid rgba(255,255,255,.25);padding:22px 0}.footer-top{grid-template-columns:1fr;gap:20px}.footer-top nav{display:grid;grid-template-columns:1fr 1fr}.footer-bottom{flex-wrap:wrap}.footer-bottom small{width:100%}.search-box{padding:24px}.search-box label{display:grid}.search-box label button{padding:13px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* ===== ここから Django 化で足した分（配布 styles.css には無い）。一覧・記事ページ・商品ボックス。.gn-* に閉じる ===== */
.gn .to-top { background: var(--ink); color: #fff; }
.gn .to-top:hover { background: var(--blue); }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-main .feature-media img { height: 390px; }
.article-row .meta + h3 { margin-top: 0; }
.gn-list-head p { margin: 0; color: var(--muted); font-size: 14px; }
.gn-empty { padding: 40px 0; color: var(--muted); }
.search-box label button { cursor: pointer; }

/* 記事ページ */
.gn-article { padding-block: 56px 90px; }
.gn-article .entry-header { max-width: 860px; margin: 0 auto 30px; }
.gn-article .entry-terms { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; padding: 0; list-style: none; }
.gn-article .entry-term { display: inline-block; padding: 4px 12px; border-radius: 100px; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.gn-article .entry-term--cat { color: #fff; background: var(--blue); }
.gn-article .entry-term--tag { color: var(--ink); border: 1px solid var(--line); }
.gn-article .entry-meta { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.gn-article .entry-title { margin: 8px 0 0; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.4; letter-spacing: -.03em; }
.gn-article .entry-thumbnail { max-width: 1000px; margin: 0 auto 40px; }
.gn-article .entry-thumbnail img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.gn-article .entry-content { max-width: 860px; margin: 0 auto; font-size: 16px; line-height: 2; }
.gn-article .entry-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.gn-article .entry-content img { height: auto; }
/* 見出し: h2 は紺の帯にミントの縦線、h3 は青の縦線＋下線、h4 はミントの四角 */
.gn-article .entry-content h2 { position: relative; margin: 52px 0 22px; padding: 12px 20px 12px 24px; color: #fff; background: var(--ink); font-size: 23px; line-height: 1.5; letter-spacing: -.02em; }
.gn-article .entry-content h2::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--mint); }
.gn-article .entry-content h3 { position: relative; margin: 38px 0 16px; padding: 4px 0 9px 16px; font-size: 19px; line-height: 1.5; letter-spacing: -.015em; border-bottom: 1px solid var(--line); }
.gn-article .entry-content h3::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 9px; width: 4px; background: var(--blue); }
.gn-article .entry-content h4 { position: relative; margin: 30px 0 10px; padding-left: 18px; font-size: 16.5px; line-height: 1.6; }
.gn-article .entry-content h4::before { content: ""; position: absolute; left: 0; top: .6em; width: 9px; height: 9px; background: var(--mint); }
.gn-article .entry-content > h2:first-child { margin-top: 16px; }
.gn-article .entry-content :is(h2, h3, h4)[id] { scroll-margin-top: 100px; }
.gn-article .entry-content ul, .gn-article .entry-content ol { padding-left: 24px; }
.gn-article .entry-content ul li::marker { color: var(--blue); }
.gn-article .entry-content ol li::marker { color: var(--blue); font-weight: 800; }
.gn-article .entry-content blockquote:not(.instagram-media):not(.twitter-tweet) { margin: 28px 0; padding: 16px 20px; background: var(--paper); border-left: 3px solid var(--blue); }
.gn-article .entry-content hr { border: 0; border-top: 1px solid var(--line); margin: 40px 0; }
/* 目次（mnt/toc.js） */
.gn-toc { margin: 30px 0 44px; padding: 20px 24px 22px; background: var(--paper); border: 1px solid var(--line); }
.gn-toc__head { display: flex; align-items: baseline; gap: 10px; padding-bottom: 12px; margin-bottom: 10px; border-bottom: 2px solid var(--ink); }
.gn-toc__en { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.gn-toc__title { font-size: 18px; font-weight: 800; }
.gn-toc__toggle { margin-left: auto; padding: 2px 12px; border: 1px solid var(--line); border-radius: 100px; background: #fff; color: var(--muted); font-size: 11px; font-weight: 700; cursor: pointer; }
.gn-toc__list { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.gn-toc__list > li { counter-increment: toc; position: relative; padding-left: 34px; margin: 7px 0; line-height: 1.7; font-weight: 700; }
.gn-toc__list > li::before { content: counter(toc, decimal-leading-zero); position: absolute; left: 0; top: .05em; color: var(--blue); font-family: Georgia, serif; font-size: 13px; font-weight: 400; }
.gn-toc__sub { margin: 4px 0 6px; padding: 0; list-style: none; }
.gn-toc__sub > li { position: relative; padding-left: 16px; margin: 3px 0; font-size: 14px; font-weight: 500; line-height: 1.6; }
.gn-toc__sub > li::before { content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 6px; background: var(--mint); }
.gn-toc a, .gn-article .entry-content .gn-toc a { color: var(--ink); text-decoration: none; }
.gn-toc a:hover, .gn-article .entry-content .gn-toc a:hover { color: var(--blue); }
.gn-toc.is-closed .gn-toc__list { display: none; }
.gn-toc.is-closed .gn-toc__head { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
/* 表: 見出し行は紺、項目名の列は薄い青地に青のアクセント */
.gn-article .entry-content .table-wrap, .gn-article .entry-content .scroll-box { margin: 28px 0; }
.gn-article .entry-content table { border-collapse: separate; border-spacing: 0; width: 100%; margin: 28px 0; font-size: 15px; line-height: 1.75; background: #fff; border: 1px solid var(--line); }
.gn-article .entry-content .table-wrap > table, .gn-article .entry-content .scroll-box > table { margin: 0; }
.gn-article .entry-content th, .gn-article .entry-content td { padding: 13px 18px; border: 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.gn-article .entry-content tr:last-child > th, .gn-article .entry-content tr:last-child > td { border-bottom: 0; }
.gn-article .entry-content th { background: var(--paper); font-weight: 800; }
.gn-article .entry-content tr > th:first-child:not(:only-child) { width: 28%; min-width: 6.5em; border-right: 1px solid var(--line); box-shadow: inset 3px 0 0 var(--blue); }
.gn-article .entry-content thead th, .gn-article .entry-content tr:has(> th + th) > th { background: var(--ink); color: #fff; letter-spacing: .04em; width: auto; min-width: 0; border-right: 0; border-bottom-color: var(--ink); box-shadow: none; }
.gn-article .entry-content tbody tr:nth-child(even) > td { background: #fafcfe; }
.gn-article .entry-content td > p { margin: 0 0 .6em; }
.gn-article .entry-content td > p:last-child { margin-bottom: 0; }
/* 旧サイト（Cocoon）の囲み: ポイント箱、スペック箱 */
.gn-article .entry-content .blank-box { margin: 26px 0; padding: 18px 22px; border: 1px solid var(--line); border-left: 4px solid var(--blue); background: var(--paper); }
.gn-article .entry-content .blank-box > :first-child { margin-top: 0; }
.gn-article .entry-content .blank-box > :last-child { margin-bottom: 0; }
.gn-article .entry-content .sc-mybox { margin: 26px 0; padding: 18px 22px; }
.gn-article .entry-content .sc-mybox__title { margin: 0 0 8px; font-weight: 800; }
.gn-article .entry-content .sc-mybox__body { line-height: 1.9; }
/* 商品ボックス（Rinker）: 画像 ＋ 商品名・ブランド ＋ ショップボタン */
.gn-article .entry-content .yyi-rinker-contents { margin: 30px 0; }
.gn-article .entry-content .yyi-rinker-box { display: grid; grid-template-columns: 160px 1fr; gap: 22px; align-items: start; padding: 22px; border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 30px rgba(7, 22, 47, .06); }
.gn-article .entry-content .yyi-rinker-images { position: relative; }
.gn-article .entry-content .yyi-rinker-images .hidden, .gn-article .entry-content .yyi-rinker-images-arrow { display: none; }
.gn-article .entry-content .yyi-rinker-main-img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.gn-article .entry-content .yyi-rinker-title { font-size: 17px; font-weight: 800; line-height: 1.5; }
.gn-article .entry-content .yyi-rinker-title a { color: var(--ink); text-decoration: none; }
.gn-article .entry-content .yyi-rinker-title a:hover { color: var(--blue); }
.gn-article .entry-content .yyi-rinker-detail { margin-top: 6px; color: var(--muted); font-size: 12px; }
.gn-article .entry-content .yyi-rinker-detail .brand::before { content: "ブランド: "; }
.gn-article .entry-content .yyi-rinker-detail .brand:empty::before { content: none; }
.gn-article .entry-content .yyi-rinker-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.gn-article .entry-content .yyi-rinker-links li { margin: 0; }
.gn-article .entry-content .yyi-rinker-link { display: inline-block; padding: 9px 16px; border-radius: 100px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; transition: .2s; }
.gn-article .entry-content .yyi-rinker-link:hover { opacity: .85; transform: translateY(-1px); }
.gn-article .entry-content .amazonlink .yyi-rinker-link { background: #f0a33a; color: #1a1a1a; }
.gn-article .entry-content .rakutenlink .yyi-rinker-link { background: #bf0000; }
.gn-article .entry-content .yahoolink .yyi-rinker-link { background: #ff0033; }
.gn-article .entry-content .freelink1 .yyi-rinker-link { background: #fff; color: var(--ink); border: 1px solid var(--ink); }
/* あわせて読みたい */
.gn-related { padding-block: 70px 90px; background: var(--paper); }
@media (max-width: 680px) {
  .gn-article { padding-block: 36px 64px; }
  .gn-article .entry-content h2 { font-size: 19px; padding: 10px 14px 10px 18px; }
  .gn-article .entry-content th, .gn-article .entry-content td { padding: 10px 12px; font-size: 14px; }
  .gn-article .entry-content .yyi-rinker-box { grid-template-columns: 110px 1fr; gap: 14px; padding: 16px; }
}

/* ─── 記事のリストに外枠（2026-09-20 本人指示。マネトナリと同じ整理）──────────
   本文中の ul / ol を枠で囲む。目次（.gn-toc__list / __sub）と入れ子のリストには付けない */
.gn-article .entry-content ul:not(.gn-toc__list):not(.gn-toc__sub),
.gn-article .entry-content ol:not(.gn-toc__list):not(.gn-toc__sub) {
  margin: 26px 0; padding: 18px 20px 18px 42px;
  background: #fff; border: 1px solid var(--line);
}
.gn-article .entry-content li ul:not(.gn-toc__sub), .gn-article .entry-content li ol:not(.gn-toc__sub) {
  margin: 6px 0 0; padding: 0 0 0 22px; background: none; border: 0;
}
.gn-article .entry-content ul:not(.gn-toc__list):not(.gn-toc__sub) > li,
.gn-article .entry-content ol:not(.gn-toc__list):not(.gn-toc__sub) > li { margin: 6px 0; line-height: 1.85; }

/* ─── スマホの目次（2026-09-20 本人指示）─────────────────────────────
   ・長い見出しは折り返さず 1 行で切る
   ・.gn-article .entry-content ol の padding-left 24px が目次にも効いて左が空くのを詰める
   ・先頭 4 行だけ見せて「目次をすべて見る」で開く（畳むのはスマホだけ。判定は toc.js の data-clip） */
.gn-toc__list a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.gn-toc.is-closed .gn-toc__more { display: none; }
.gn-toc__more { display: none; width: 100%; margin-top: 12px; padding: 8px; border: 1px solid var(--line); border-radius: 100px;
  background: #fff; color: var(--blue); font-size: 12px; font-weight: 800; line-height: 1.9; cursor: pointer; }
.gn-toc__more:hover { border-color: var(--blue); }
@media (max-width: 600px) {
  .gn-toc { padding: 16px 16px 18px; }
  .gn-article .entry-content .gn-toc__list { padding-left: 0; }
  .gn-toc__list > li { padding-left: 28px; margin: 5px 0; }
  .gn-article .entry-content .gn-toc__sub { padding-left: 0; }
  .gn-toc__sub > li { padding-left: 14px; }
  .gn-toc.is-clipped .gn-toc__list li.is-over { display: none; }
  .gn-toc__more { display: block; }
  .gn-article .entry-content ul:not(.gn-toc__list):not(.gn-toc__sub),
  .gn-article .entry-content ol:not(.gn-toc__list):not(.gn-toc__sub) { padding: 16px 16px 16px 36px; }
}
/* すでに枠のある囲み（.sc-box / .sc-mybox）の中のリストには外枠を付けない。
   ガジェノメはリストの大半（確認した記事で 21 個中 20 個）がこの中にあり、二重枠になるため */
.gn-article .entry-content :is(.sc-box, .sc-mybox) ul:not(.gn-toc__list):not(.gn-toc__sub),
.gn-article .entry-content :is(.sc-box, .sc-mybox) ol:not(.gn-toc__list):not(.gn-toc__sub) {
  margin: 6px 0; padding: 0 0 0 22px; background: none; border: 0;
}
