:root,[data-theme="light"]{--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);--text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);--text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);--text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);--text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);--text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--color-bg:#f4f5f7;--color-surface:#fff;--color-surface-2:#f8f9fb;--color-surface-offset:#eef0f4;--color-border:#dde1e9;--color-divider:#e8eaef;--color-text:#1a1d2e;--color-text-muted:#5b6278;--color-text-faint:#9ba3b8;--color-text-inverse:#f4f5f7;--color-primary:#1e3a7b;--color-primary-hover:#152d63;--color-primary-active:#0e1f46;--color-primary-highlight:#d0d9f0;--color-accent:#c4901a;--color-accent-hover:#a87515;--color-accent-light:#fef3d8;--color-standard:#3d7a52;--color-standard-bg:#e8f5ed;--color-pro:#1e5fa8;--color-pro-bg:#deeaf8;--color-miyabi:#8b3a9e;--color-miyabi-bg:#f2e5f8;--color-sv:#b5461d;--color-sv-bg:#fce9e2;--color-aya:#c4901a;--color-aya-bg:#fef3d8;--color-success:#2e7d4f;--color-error:#c0392b;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--transition:180ms cubic-bezier(.16,1,.3,1);--shadow-sm:0 1px 3px rgba(26,29,46,.06);--shadow-md:0 4px 12px rgba(26,29,46,.08);--shadow-lg:0 12px 32px rgba(26,29,46,.12);--font-body:'Noto Sans JP' , 'Helvetica Neue' , Arial , sans-serif;--font-display:'Noto Serif JP' , 'Georgia' , serif;--content-default:1280px}[data-theme="dark"]{--color-bg:#0f1320;--color-surface:#161c2e;--color-surface-2:#1c2438;--color-surface-offset:#1a2035;--color-border:#2c3555;--color-divider:#232a44;--color-text:#d8dcee;--color-text-muted:#7e89aa;--color-text-faint:#4a5270;--color-text-inverse:#0f1320;--color-primary:#6b91e8;--color-primary-hover:#4f78da;--color-primary-active:#3560cc;--color-primary-highlight:#1e2d52;--color-accent:#e8b84b;--color-accent-hover:#d4a035;--color-accent-light:#2a2210;--color-standard:#5cb87d;--color-standard-bg:#152a1e;--color-pro:#6baae8;--color-pro-bg:#12243d;--color-miyabi:#c27fe0;--color-miyabi-bg:#22103a;--color-sv:#e87a5c;--color-sv-bg:#2d1208;--color-aya:#e8b84b;--color-aya-bg:#2a2210;--shadow-sm:0 1px 3px rgba(0,0,0,.25);--shadow-md:0 4px 12px rgba(0,0,0,.35);--shadow-lg:0 12px 32px rgba(0,0,0,.45)}@media (prefers-color-scheme:dark){:root:not([data-theme]) {--color-bg:#0f1320;--color-surface:#161c2e;--color-surface-2:#1c2438;--color-surface-offset:#1a2035;--color-border:#2c3555;--color-divider:#232a44;--color-text:#d8dcee;--color-text-muted:#7e89aa;--color-text-faint:#4a5270;--color-text-inverse:#0f1320;--color-primary:#6b91e8;--color-primary-hover:#4f78da;--color-primary-active:#3560cc;--color-primary-highlight:#1e2d52;--color-accent:#e8b84b;--color-accent-hover:#d4a035;--color-accent-light:#2a2210;--color-standard:#5cb87d;--color-standard-bg:#152a1e;--color-pro:#6baae8;--color-pro-bg:#12243d;--color-miyabi:#c27fe0;--color-miyabi-bg:#22103a;--color-sv:#e87a5c;--color-sv-bg:#2d1208;--color-aya:#e8b84b;--color-aya-bg:#2a2210}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth;scroll-padding-top:var(--space-16)}body{min-height:100dvh;font-family: var(--font-body);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);line-height:1.6}img,svg{display:block;max-width:100%;height:auto}button{cursor:pointer;background:none;border:none;font:inherit;color:inherit}input,select{font:inherit;color:inherit}a{color:var(--color-primary)}a:hover{color:var(--color-primary-hover)}table{border-collapse:collapse;width:100%}h1,h2,h3,h4{text-wrap:balance;line-height:1.2}.site-header{position:sticky;top:0;z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.header-inner{max-width:var(--content-default);margin:0 auto;padding:var(--space-3) var(--space-6);display:flex;align-items:center;justify-content:space-between}.logo-wrap{display:flex;align-items:center;gap:var(--space-3)}.logo-svg{width:40px;height:40px;flex-shrink:0}.logo-text{display:flex;flex-direction:column}.logo-title{font-family: var(--font-display);font-size:var(--text-sm);font-weight:700;letter-spacing:.12em;color:var(--color-primary);line-height:1.1;text-transform:uppercase}.logo-sub{font-size:var(--text-xs);color:var(--color-text-muted);letter-spacing:.04em}.theme-toggle{width:36px;height:36px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:background var(--transition) , color var(--transition)}.theme-toggle:hover{background:var(--color-surface-offset);color:var(--color-text)}.hero{background:linear-gradient(135deg,var(--color-primary) 0%,#0e2654 60%,#1a3d6e 100%);padding:clamp(var(--space-12),6vw,var(--space-20)) var(--space-6)}.hero-inner{max-width:var(--content-default);margin:0 auto;text-align:center}.hero h1{font-family: var(--font-display);font-size:var(--text-2xl);color:#fff;margin-bottom:var(--space-4);letter-spacing:-.01em}.accent-text{color:var(--color-accent)}.hero-sub{font-size:var(--text-sm);color:rgba(255,255,255,.75);max-width:600px;margin:0 auto var(--space-8);line-height:1.7}.hero-stats{display:flex;justify-content:center;gap:var(--space-4);flex-wrap:wrap}.stat-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-6);display:flex;flex-direction:column;align-items:center;min-width:100px}.stat-num{font-family: var(--font-display);font-size:var(--text-xl);font-weight:700;color:var(--color-accent);font-variant-numeric:tabular-nums;line-height:1.1}.stat-label{font-size:var(--text-xs);color:rgba(255,255,255,.7);margin-top:var(--space-1)}.filters-section{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:57px;z-index:90;box-shadow:var(--shadow-sm)}.filters-inner{max-width:var(--content-default);margin:0 auto;padding:var(--space-4) var(--space-6)}.filters-row{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-8);margin-bottom:var(--space-4)}.filter-group{display:flex;flex-direction:column;gap:var(--space-2)}.filter-label{font-size:var(--text-xs);font-weight:600;color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase}.chip-group{display:flex;flex-wrap:wrap;gap:var(--space-1) var(--space-2);min-width:0}.chip{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:500;border:1.5px solid var(--color-border);color:var(--color-text-muted);background:var(--color-bg);transition:all var(--transition);white-space:nowrap}.chip-color{display:inline-flex;align-items:center;gap:.45rem}.filter-color-swatch{width:12px;height:12px}.chip:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-highlight)}.chip.active{border-color:var(--color-primary);color:var(--color-surface);background:var(--color-primary)}.chip-pro.active{background:var(--color-pro);border-color:var(--color-pro)}.chip-miyabi.active{background:var(--color-miyabi);border-color:var(--color-miyabi)}.chip-sv.active{background:var(--color-sv);border-color:var(--color-sv)}.chip-aya.active{background:var(--color-aya);border-color:var(--color-aya)}.toolbar{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap}.sort-row{display:flex;align-items:center;gap:var(--space-2)}.sort-select{padding:var(--space-1) var(--space-3);border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--transition)}.sort-select:hover,.sort-select:focus{border-color:var(--color-primary);outline:none}.view-toggle{display:flex;gap:var(--space-1);border:1.5px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg)}.view-btn{padding:var(--space-2);color:var(--color-text-muted);transition:all var(--transition)}.view-btn.active,.view-btn:hover{background:var(--color-primary);color:#fff}.result-count{font-size:var(--text-xs);color:var(--color-text-muted);margin-left:auto;font-variant-numeric:tabular-nums}.main-content{padding:var(--space-8) var(--space-6)}.content-inner{max-width:var(--content-default);margin:0 auto}.view-area{display:none}.view-area.active{display:block}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border)}.compare-table{min-width:900px;background:var(--color-surface)}.compare-table thead tr{background:var(--color-primary);color:#fff}.compare-table th{padding:var(--space-3) var(--space-4);font-size:var(--text-xs);font-weight:600;text-align:left;letter-spacing:.05em;white-space:nowrap;cursor:pointer;user-select:none;transition:background var(--transition)}.compare-table th:hover{background:var(--color-primary-hover)}.sort-icon{margin-left:var(--space-1);opacity:.6;font-size:.7em}.compare-table tbody tr{border-bottom:1px solid var(--color-divider);transition:background var(--transition)}.compare-table tbody tr:last-child{border-bottom:none}.compare-table tbody tr:hover{background:var(--color-surface-offset)}.compare-table td{padding:var(--space-3) var(--space-4);font-size:var(--text-sm);vertical-align:middle}.badge{display:inline-block;padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:600;white-space:nowrap}.badge-standard{background:var(--color-standard-bg);color:var(--color-standard)}.badge-pro{background:var(--color-pro-bg);color:var(--color-pro)}.badge-miyabi{background:var(--color-miyabi-bg);color:var(--color-miyabi)}.badge-sv{background:var(--color-sv-bg);color:var(--color-sv)}.badge-aya{background:var(--color-aya-bg);color:var(--color-aya)}.color-dots{display:flex;gap:var(--space-1);flex-wrap:wrap}.color-dot{width:14px;height:14px;border-radius:50%;border:1.5px solid var(--color-border);flex-shrink:0;title:attr(title)}.color-dot-white{background:#fff!important;border-color:#bcc5d3;box-shadow:0 0 0 1px rgba(26,29,46,.06)}.color-dot-black{background:#17181c!important;border-color:rgba(23,24,28,.18)}.color-dot-tc{background:linear-gradient(135deg,#ffd08a 0%,#ff9f1c 48%,#f26a1b 100%)!important;border-color:rgba(242,106,27,.28)}.color-dot-other{background:#9aa4b4!important;border-color:rgba(154,164,180,.35)}.dot-white{background:#f5f5f5}.dot-black{background:#1a1a1a}.dot-premium-black{background:linear-gradient(135deg,#000,#333)}.dot-pink{background:#f4a7b9}.dot-crystal{background:linear-gradient(135deg,#e0f0ff,#b0d8ff)}.dot-gold{background:#e8c56a}.dot-multi{background:linear-gradient(135deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4)}.dot-unicorn{background:linear-gradient(135deg,#ff9ff3,#a8e6cf,#ffd3a5)}.level-pill{display:inline-block;padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:500}.level-beginner{background:#e8f5ed;color:#2e7d4f}.level-intermediate{background:#fff3e0;color:#e65100}.level-advanced{background:#fce4ec;color:#c62828}.level-all{background:var(--color-primary-highlight);color:var(--color-primary)}.price-cell{font-variant-numeric:tabular-nums;font-weight:600;color:var(--color-accent);white-space:nowrap}.buy-link{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:600;text-decoration:none;transition:background var(--transition);white-space:nowrap}.buy-link:hover{background:var(--color-primary-hover);color:#fff}.bar-wrap{display:flex;align-items:center;gap:var(--space-2)}.bar-bg{flex:1;height:6px;background:var(--color-divider);border-radius:var(--radius-full);overflow:hidden;min-width:40px}.bar-fill{height:100%;border-radius:var(--radius-full);background:var(--color-primary);transition:width .4s ease}.table-product{display:flex;align-items:flex-start;gap:var(--space-3);min-width:0}.table-product-meta{min-width:0}.table-product-name{font-weight:600;color:var(--color-text);line-height:1.4}.table-product-note{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:2px;line-height:1.45}.product-image-wrap-thumb,.product-image-placeholder-thumb{width:60px;height:60px;flex:0 0 60px;border-radius:12px;overflow:hidden;border:1px solid var(--color-border);background:#fff}.product-image-thumb{width:100%;height:100%;object-fit:contain;display:block;background:#fff}.product-image-wrap-card,.product-image-placeholder-card{width:100%;aspect-ratio: 1 / 1;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);background:#fff}.product-image-card{width:100%;height:100%;object-fit:contain;display:block;background:#fff}.product-image-placeholder{display:flex;align-items:center;justify-content:center;color:var(--color-text-faint);font-size:10px;font-weight:700;letter-spacing:.06em;background:var(--color-surface-offset)}.product-image-placeholder-card{min-height:220px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-5)}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-5);box-shadow:var(--shadow-sm);transition:transform var(--transition) , box-shadow var(--transition);display:flex;flex-direction:column;gap:var(--space-3)}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-2)}.card-model-name{font-family: var(--font-display);font-size:var(--text-base);font-weight:700;color:var(--color-text);line-height:1.3}.card-specs{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2)}.spec-item{background:var(--color-surface-offset);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3)}.spec-label{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:2px}.spec-value{font-size:var(--text-sm);font-weight:600;color:var(--color-text);font-variant-numeric:tabular-nums}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:var(--space-3);border-top:1px solid var(--color-divider)}.card-price{font-size:var(--text-lg);font-weight:700;color:var(--color-accent);font-variant-numeric:tabular-nums}.card-colors{display:flex;gap:var(--space-1)}.empty-state{text-align:center;padding:var(--space-16) var(--space-6);display:flex;flex-direction:column;align-items:center;gap:var(--space-4);color:var(--color-text-muted)}.btn-reset{padding:var(--space-2) var(--space-6);background:var(--color-primary);color:#fff;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:600;transition:background var(--transition)}.btn-reset:hover{background:var(--color-primary-hover)}.charts-section{background:var(--color-surface-2);padding:clamp(var(--space-12),5vw,var(--space-20)) var(--space-6);border-top:1px solid var(--color-border)}.charts-inner{max-width:var(--content-default);margin:0 auto}.section-title{font-family: var(--font-display);font-size:var(--text-xl);color:var(--color-text);margin-bottom:var(--space-2)}.section-sub{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-8)}.charts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-5);margin-bottom:var(--space-5)}.chart-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-5);box-shadow:var(--shadow-sm)}.chart-full{width:100%}.chart-title{font-size:var(--text-base);font-weight:700;color:var(--color-text);margin-bottom:var(--space-4)}.chart-wrap{position:relative;height:240px}.chart-wide{height:300px}.grade-guide{padding:clamp(var(--space-12),5vw,var(--space-20)) var(--space-6)}.guide-inner{max-width:var(--content-default);margin:0 auto}.grade-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-5);margin-top:var(--space-8)}.grade-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-5);box-shadow:var(--shadow-sm)}.grade-badge{display:inline-block;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;margin-bottom:var(--space-3)}.grade-standard .grade-badge{background:var(--color-standard-bg);color:var(--color-standard)}.grade-pro .grade-badge{background:var(--color-pro-bg);color:var(--color-pro)}.grade-miyabi .grade-badge{background:var(--color-miyabi-bg);color:var(--color-miyabi)}.grade-sv .grade-badge{background:var(--color-sv-bg);color:var(--color-sv)}.grade-card h3{font-size:var(--text-base);font-weight:700;margin-bottom:var(--space-2);color:var(--color-text)}.grade-card p{font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.6;margin-bottom:var(--space-4)}.grade-price{font-size:var(--text-sm);font-weight:700;color:var(--color-accent);font-variant-numeric:tabular-nums}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:var(--space-8) var(--space-6)}.footer-inner{max-width:var(--content-default);margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:var(--space-2)}.footer-note,.footer-copy{font-size:var(--text-xs);color:var(--color-text-muted)}.footer-note a{color:var(--color-primary);text-decoration:none}.footer-note a:hover{text-decoration:underline}@media (max-width:768px){.filters-section{position:relative;top:auto}.hero-stats{gap:var(--space-3)}.stat-card{padding:var(--space-2) var(--space-4);min-width:80px}#table-view{display:none!important}#card-view{display:block!important}.card-grid{grid-template-columns:1fr;gap:12px}.product-card{padding:12px}.product-image-placeholder-card{min-height:180px}.product-image-wrap-thumb,.product-image-placeholder-thumb{width:52px;height:52px;flex-basis:52px}.filters-section,.filters-inner,.filters-row{overflow-x:hidden}.filters-row{flex-direction:column;gap:12px;min-width:0}.filter-group{width:100%;min-width:0}.chip-group{flex-wrap:nowrap;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;padding:0 0 6px;scrollbar-width:thin;scrollbar-color:rgba(127,145,189,.78) transparent}.chip-group::-webkit-scrollbar{height:6px}.chip-group::-webkit-scrollbar-track{background:transparent}.chip-group::-webkit-scrollbar-thumb{background:rgba(127,145,189,.78);border-radius:999px}.chip{flex:0 0 auto}.charts-grid{grid-template-columns:1fr}.grade-cards{grid-template-columns:1fr 1fr}.toolbar{flex-direction:column;align-items:flex-start}.result-count{margin-left:0}}@media (max-width:480px){.grade-cards{grid-template-columns:1fr}.header-inner{padding:var(--space-3) var(--space-4)}.hero h1{font-size:clamp(1.5rem,6vw,2rem)}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.header-actions{display:flex;align-items:center;gap:var(--space-3)}.header-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.7rem 1rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);text-decoration:none;font-size:var(--text-sm);font-weight:700;transition:transform 180ms ease , border-color 180ms ease , box-shadow 180ms ease}.header-link:hover{transform:translateY(-1px);border-color:var(--color-primary);box-shadow:0 12px 26px rgba(12,23,46,.1)}.load-status{margin-top:var(--space-4);color:var(--color-text-muted);font-size:var(--text-sm)}.buy-links{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.store-link{min-width:90px;justify-content:center}.store-link.amazon{background:#111827;border-color:#111827}.store-link.dryshop{background:var(--color-primary);border-color:var(--color-primary)}.store-link.is-disabled{background:var(--color-surface-offset);border-color:var(--color-border);color:var(--color-text-muted);pointer-events:none}.custom-color-dot{border:1.5px solid var(--color-border)}.chip-color.active .filter-color-swatch{border-color:rgba(255,255,255,.78);box-shadow:0 0 0 1px rgba(255,255,255,.22)}.card-footer-stack{flex-direction:column;align-items:flex-start}@media (max-width:768px){.header-actions{gap:var(--space-2)}.header-link{min-height:38px;padding:.55rem .9rem}.store-link{min-width:auto}}.table-model-cell{display:flex;align-items:center;gap:var(--space-3);min-width:220px}.table-model-copy{min-width:0}.admin-table-thumb-cell{width:88px;min-width:88px}.admin-table-thumb{display:flex;align-items:center;justify-content:center}.admin-table-thumb .product-thumb-wrap{margin:0 auto}.admin-table-thumb .product-thumb{display:block;padding:6px}.admin-table-thumb .product-image-placeholder{font-size:.58rem;letter-spacing:.08em;text-align:center}.table-model-name{font-weight:700;color:var(--color-text);line-height:1.35}.table-model-note{margin-top:2px;font-size:var(--text-xs);color:var(--color-text-muted);line-height:1.5}.product-thumb-wrap,.product-card-media{position:relative;overflow:hidden;border:1px solid var(--color-border);background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-surface-offset) 100%)}.product-thumb-wrap{width:64px;height:64px;border-radius:14px;flex:0 0 64px;box-shadow:var(--shadow-sm)}.product-thumb,.product-card-image{width:100%;height:100%;object-fit:contain}.product-card-media{width:100%;aspect-ratio: 1 / 1;border-radius:18px}.product-card-image{padding:var(--space-2)}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(135deg,rgba(30,58,123,.06),rgba(30,58,123,.06) 12px,rgba(196,144,26,.08) 12px,rgba(196,144,26,.08) 24px);color:var(--color-text-faint);font-size:.72rem;font-weight:700;letter-spacing:.12em}.card-footer-stack{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-3)}.image-admin-box{display:grid;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface-2)}.image-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.image-admin-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3)}.image-upload-status.is-error{color:var(--color-error)}.image-preview-panel{display:grid;grid-template-columns:minmax(180px,220px) 1fr;gap:var(--space-4);align-items:start}.image-preview-stage{width:100%;aspect-ratio: 1 / 1;border-radius:18px;overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm)}.image-preview-img{width:100%;height:100%;object-fit:contain;padding:var(--space-2)}.image-meta-list{display:grid;gap:var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted);word-break:break-all}.image-meta-list strong{color:var(--color-text)}@media (max-width:768px){.table-model-cell{min-width:180px;gap:var(--space-2)}.product-thumb-wrap{width:54px;height:54px;flex-basis:54px;border-radius:12px}.product-card-media{border-radius:16px}.image-admin-grid,.image-preview-panel{grid-template-columns:1fr}}@media (max-width:480px){.product-card{gap:var(--space-2)}.product-card-image{padding:var(--space-1)}}.bulk-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);margin-top:var(--space-3)}.bulk-image-path-field{grid-column: 1 / -1}.checkbox-field{justify-content:end}.checkbox-inline{display:inline-flex;align-items:center;gap:.65rem;min-height:46px;padding:.8rem .95rem;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface);color:var(--color-text)}.checkbox-inline input{width:18px;height:18px}.bulk-image-note-list{margin:var(--space-3) 0 0;padding-left:1.2rem;color:var(--color-text-muted);display:grid;gap:.45rem;font-size:var(--text-sm)}.bulk-image-fetch-log{display:grid;gap:var(--space-2);margin-top:var(--space-4)}.bulk-image-log-item{display:flex;gap:var(--space-3);align-items:flex-start;padding:.85rem 1rem;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface)}.bulk-image-log-item.is-success{border-color:rgba(46,125,79,.28)}.bulk-image-log-item.is-failed{border-color:rgba(192,57,43,.28)}.bulk-image-log-item.is-skipped,.bulk-image-log-item.is-missing{border-color:rgba(30,58,123,.2)}.bulk-image-log-badge{flex:0 0 auto;min-width:72px;text-align:center;padding:.25rem .6rem;border-radius:999px;font-size:var(--text-xs);font-weight:700;letter-spacing:.04em}.bulk-image-log-item.is-success .bulk-image-log-badge{background:rgba(46,125,79,.12);color:var(--color-success)}.bulk-image-log-item.is-failed .bulk-image-log-badge{background:rgba(192,57,43,.12);color:var(--color-error)}.bulk-image-log-item.is-skipped .bulk-image-log-badge,.bulk-image-log-item.is-missing .bulk-image-log-badge{background:rgba(30,58,123,.08);color:var(--color-primary)}.bulk-image-log-body{min-width:0;display:grid;gap:.2rem}.bulk-image-log-title{font-weight:700;color:var(--color-text);line-height:1.35}.bulk-image-log-sub{font-size:var(--text-xs);color:var(--color-text-muted);line-height:1.55;word-break:break-word}@media (max-width:960px){.bulk-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.bulk-image-grid{grid-template-columns:1fr}.bulk-image-path-field{grid-column:auto}.checkbox-field{justify-content:stretch}}.card-top{display:flex;flex-direction:column;gap:var(--space-3)}.card-top-media{flex:0 0 auto}.card-top-meta{display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.card-base-model{font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;color:var(--color-text-muted);line-height:1.2}.card-header-mobile{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-2)}.card-header-mobile .badge{flex:0 0 auto}.card-note{font-size:var(--text-xs);color:var(--color-text-muted);line-height:1.5}.card-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap;width:100%}.card-colors-row{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.card-colors-label{font-size:var(--text-xs);font-weight:700;color:var(--color-text-muted);letter-spacing:.04em}.card-colors{display:flex;align-items:center;gap:var(--space-1)}@media (max-width:768px){.product-card{gap:10px}.card-top{display:grid;grid-template-columns:148px 1fr;gap:14px;align-items:start}.card-top-media .product-card-media{width:148px;max-width:148px;aspect-ratio: 1 / 1;border-radius:14px}.card-top-media .product-card-image{padding:6px}.card-top-meta{padding-top:2px;gap:8px}.card-base-model{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:800;line-height:1.25;letter-spacing:.04em;color:#244a90}.card-base-model::before{content:"Model:";font-size:10px;font-weight:700;letter-spacing:.04em;color:#6f7a90}.card-header-mobile{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}.card-model-name{font-size:1.4rem;line-height:1.24;color:#1e3a7b}.card-header-mobile .badge{font-size:.92rem;padding:.32rem .7rem;border-radius:999px}.card-specs{margin-top:6px}.spec-label{font-size:.88rem}.spec-value{font-size:1.08rem;line-height:1.35}.card-note{margin-top:0}.card-footer-stack{gap:10px}.card-price{font-size:2rem;line-height:1.1}.card-bottom-row{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:10px}.card-colors-row{align-items:center}.buy-links{margin-left:auto;justify-content:flex-end}}@media (max-width:480px){.card-top{grid-template-columns:136px 1fr;gap:12px}.card-top-media .product-card-media{width:136px;max-width:136px}.card-top-meta{gap:7px}.card-base-model{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:800;line-height:1.25;letter-spacing:.04em;color:#244a90}.card-base-model::before{content:"Model:";font-size:9px;font-weight:700;letter-spacing:.04em;color:#6f7a90}.card-model-name{font-size:1.22rem;line-height:1.22;color:#1e3a7b}.card-header-mobile{gap:7px}.card-header-mobile .badge{font-size:.86rem;padding:.28rem .62rem}.spec-label{font-size:.82rem}.spec-value{font-size:1rem}}.weight-indicator{gap:10px}.weight-value{font-size:var(--text-xs);font-variant-numeric:tabular-nums;min-width:38px;font-weight:700;color:var(--color-text)}.weight-bar-bg{height:8px;min-width:56px;background:#e6ebf2;border-radius:999px}.weight-bar-fill{background:#2e7d4f!important;height:100%;border-radius:999px}.page-top-banner{position:fixed;right:16px;bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);z-index:220;display:inline-flex;align-items:center;justify-content:center;width:48px;min-width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:linear-gradient(135deg,rgba(25,37,64,.94) 0%,rgba(38,72,142,.94) 100%);color:#fff;box-shadow:0 10px 24px rgba(19,33,62,.22);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);line-height:1;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .22s ease , transform .22s ease , visibility .22s ease , box-shadow .22s ease , background .22s ease}.page-top-banner.is-visible{opacity:.96;visibility:visible;pointer-events:auto;transform:translateY(0)}.page-top-banner:hover{opacity:1;box-shadow:0 14px 28px rgba(19,33,62,.28);background:linear-gradient(135deg,rgba(25,37,64,.98) 0%,rgba(38,72,142,.98) 100%)}.page-top-banner:focus-visible{outline:3px solid rgba(70,127,255,.28);outline-offset:3px}.page-top-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:800;line-height:1;flex:0 0 auto}.page-top-text{display:none}@media (max-width:768px){.page-top-banner{right:14px;bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);width:50px;min-width:50px;height:50px}.page-top-icon{width:24px;height:24px;font-size:13px;background:transparent}}@media (max-width:480px){.page-top-banner{right:12px;bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);width:46px;min-width:46px;height:46px}.page-top-icon{width:22px;height:22px;font-size:12px}}.hero-sub-accent{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;padding:8px 12px;border-radius:999px;background:rgba(210,146,22,.12);color:#b97700;font-family:"Noto Serif JP",serif;font-size:.98em;font-weight:700;line-height:1.45;letter-spacing:.02em;text-align:center}.hero-sub-accent-link{text-decoration:none;color:#b97700;cursor:pointer;transition:transform .18s ease , background-color .18s ease , color .18s ease , box-shadow .18s ease}.hero-sub-accent-link:link,.hero-sub-accent-link:visited,.hero-sub-accent-link:hover,.hero-sub-accent-link:active{text-decoration:none}.hero-sub-accent-link:hover{background:rgba(185,119,0,.26);color:#fff;box-shadow:0 8px 20px rgba(20,30,60,.12)}.hero-sub-accent-link:hover .hero-sub-accent-text{color:#fff}.hero-sub-accent-link:hover .hero-sub-accent-icon{background:rgba(255,255,255,.22);color:#fff}.hero-sub-accent-link:active{transform:translateY(1px)}.hero-sub-accent-link:focus-visible{outline:2px solid rgba(255,196,77,.55);outline-offset:3px;text-decoration:none}.hero-sub-accent-text{display:inline-block}.hero-sub-accent-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:rgba(185,119,0,.16);color:#b97700;font-size:13px;font-weight:800;line-height:1;flex:0 0 auto}.hero-sub-break{display:none}html{scroll-behavior:smooth}.charts-section{scroll-margin-top:240px}@media (max-width:768px){.hero-sub-accent{align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:10px;padding:9px 12px 8px;border-radius:14px;font-family:"Noto Sans JP",sans-serif;font-size:.98em;font-weight:700;line-height:1.35;letter-spacing:.01em}.hero-sub-accent-text{display:inline-block}.hero-sub-break{display:block}.hero-sub-accent-icon{width:24px;height:24px;font-size:12px}.charts-section{scroll-margin-top:18px}}@media (max-width:480px){.hero-sub-accent{padding:9px 12px 8px;font-size:1.02em;line-height:1.32}.hero-sub-accent-icon{width:23px;height:23px;font-size:11px}}.logo-link{text-decoration:none;color:inherit}.logo-link:link,.logo-link:visited,.logo-link:hover,.logo-link:active{text-decoration:none;color:inherit}.logo-link:hover{opacity:.92}.logo-link:focus-visible{outline:2px solid rgba(255,196,77,.55);outline-offset:4px;border-radius:10px}.spec-guide-note-simple{max-width:1120px;margin:14px auto 18px;padding:10px 14px;border:1px solid rgba(205,167,79,.20);border-radius:12px;background:linear-gradient(180deg,rgba(255,248,231,.92) 0%,rgba(255,252,244,.96) 100%);color:#6a4a00;font-size:.95rem;font-weight:600;line-height:1.6;letter-spacing:.01em;text-align:center;box-shadow:0 6px 18px rgba(20,30,60,.05)}.shop-guide-block{max-width:1120px;margin:14px auto 18px}.shop-choice-note{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:0 0 12px;padding:10px 14px;border-radius:12px;background:rgba(34,58,108,.06);border:1px solid rgba(34,58,108,.10);color:#223a6c;font-size:.94rem;line-height:1.6;text-align:center}.shop-choice-note strong{color:#1f3563;font-weight:800}.shop-choice-text{font-weight:700}.shop-choice-divider{color:#9a7a1e;font-weight:700}.shop-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.shop-benefit-card{padding:14px 16px;border-radius:14px;border:1px solid rgba(34,58,108,.10);background:#fff;box-shadow:0 8px 24px rgba(20,30,60,.06)}.shop-benefit-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;margin-bottom:10px}.shop-benefit-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:.86rem;font-weight:800;letter-spacing:.01em;white-space:nowrap}.shop-benefit-catch{font-size:.9rem;font-weight:700;color:#223a6c}.shop-benefit-dry .shop-benefit-badge{background:linear-gradient(135deg,#2bb38d 0%,#3cc6a0 100%);color:#fff}.shop-benefit-amazon .shop-benefit-badge{background:linear-gradient(135deg,#ffb347 0%,#ff9800 100%);color:#fff}.shop-benefit-list{margin:0;padding:0;list-style:none}.shop-benefit-list li{position:relative;margin:0;padding:0 0 0 18px;color:#31415f;font-size:.9rem;line-height:1.75}.shop-benefit-list li+li{margin-top:2px}.shop-benefit-list li::before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:999px;background:#9a7a1e;transform:translateY(-50%)}@media (max-width:768px){.spec-guide-note-simple{margin:10px 16px 14px;padding:10px 12px;border-radius:10px;font-size:.9rem;line-height:1.55;text-align:left}.shop-guide-block{margin:12px 16px 16px}.shop-choice-note{justify-content:flex-start;gap:6px;padding:10px 12px;border-radius:10px;font-size:.9rem;line-height:1.55;text-align:left}.shop-choice-note strong{width:100%}.shop-choice-divider{display:none}.shop-choice-text{width:100%}.shop-benefit-grid{grid-template-columns:1fr;gap:10px}.shop-benefit-card{padding:12px 13px;border-radius:12px}.shop-benefit-head{margin-bottom:8px}.shop-benefit-badge{min-height:28px;padding:0 11px;font-size:.84rem}.shop-benefit-catch{font-size:.88rem}.shop-benefit-list li{font-size:.88rem;line-height:1.7}}@media (max-width:480px){.spec-guide-note-simple{margin:8px 14px 12px;padding:9px 11px;font-size:.88rem;line-height:1.5}.shop-guide-block{margin:10px 14px 14px}.shop-choice-note{padding:9px 11px;font-size:.88rem;line-height:1.5}.shop-benefit-card{padding:11px 12px}.shop-benefit-badge{font-size:.82rem}.shop-benefit-catch{font-size:.86rem}.shop-benefit-list li{font-size:.86rem}}