:root{--bg:#fff;--surface:#f5f5f3;--surface-hover:#ecece9;--border:#e2e1dd;--text:#1a1a1a;--muted:#7c7a74;--accent:#378add;--accent-soft:#eaf3fc;--green:#1d9e75;--green-soft:#e3f5ee;--purple:#7f77dd;--purple-soft:#efeefb;--mono:"JetBrains Mono",ui-monospace,monospace;--sans:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Hiragino Sans",sans-serif}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--bg);color:var(--text);font-family:var(--sans)}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}a{color:inherit}button{font-family:inherit}.wrap{max-width:880px;margin:0 auto;padding:32px 20px 96px}.header-row{align-items:flex-start;justify-content:space-between;gap:16px}.header-left,.header-row{display:flex;flex-wrap:wrap}.header-left{align-items:center;gap:28px}.logo-btn{background:none;border:none;padding:0;cursor:pointer;display:block}.logo{height:44px;width:auto;display:block}.header-nav{display:flex;flex-wrap:wrap;row-gap:6px;gap:14px}.header-nav a{font-size:13px;color:var(--muted);text-decoration:none}.header-nav a:focus-visible,.header-nav a:hover{color:var(--accent);outline:none}.search-compact{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.search-form-compact{display:flex;gap:6px}.search-input-compact{width:200px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 10px;color:var(--text);font-size:13px;font-family:var(--sans);outline:none}.search-input-compact::placeholder{color:var(--muted)}.search-input-compact:focus,.search-input-compact:focus-visible{border-color:var(--accent)}.search-icon-btn{width:34px;height:34px;flex-shrink:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer}.search-icon-btn:focus-visible,.search-icon-btn:hover{border-color:var(--accent);color:var(--accent);outline:none}.search-icon-btn:disabled{opacity:.5;cursor:not-allowed}.search-caption{font-size:11px;color:var(--muted)}.hero-wrap{position:relative;margin-top:20px;display:flex;justify-content:center}.hero-image{display:block;height:200px;width:auto;max-width:100%}@media (max-width:480px){.hero-image{height:auto;width:100%;max-width:320px}}.hero-tagline{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);padding:0;font-size:14px;font-weight:500;font-style:italic;color:var(--muted);white-space:nowrap;pointer-events:none}.hero-tagline strong{color:var(--accent);font-weight:700;font-style:normal}.category-picker{margin-top:28px}.step-row{margin-bottom:22px}.step-heading{font-family:var(--mono);font-size:12px;letter-spacing:.08em;color:var(--muted);display:flex;align-items:center;gap:8px;margin-bottom:12px;transition:color .15s ease}.step-heading.active{color:var(--accent)}.step-num{width:18px;height:18px;border-radius:50%;background:var(--accent);color:#fff;font-family:var(--sans);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .15s ease}.step-num.done{background:var(--green)}.series-chip{display:inline-flex;align-items:center;gap:10px;background:var(--accent-soft);border:1px solid var(--accent);border-radius:999px;padding:8px 10px 8px 16px;font-size:13px;font-weight:600;color:var(--text)}.series-chip-reset{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:4px 12px;font-size:12px;color:var(--accent);cursor:pointer}.series-chip-reset:focus-visible,.series-chip-reset:hover{border-color:var(--accent);outline:none}.model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}@media (max-width:680px){.model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.model-card{height:112px;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--text);text-align:center;cursor:pointer}.model-card:focus-visible,.model-card:hover{border-color:var(--accent);background:var(--surface-hover);outline:none}.model-icon{color:var(--muted);line-height:0}.model-name{font-size:13px;font-weight:600;line-height:1.3;overflow-wrap:break-word}.series-card{height:138px}.model-desc{font-size:11px;color:var(--muted);line-height:1.3}.model-badges{display:flex;gap:4px;flex-wrap:wrap;justify-content:center}.model-badge{font-family:var(--mono);font-size:10px;letter-spacing:.04em;padding:2px 9px;border-radius:999px;white-space:nowrap}.badge-standard{background:var(--surface-hover);color:#6b6a65}.badge-pro{background:var(--accent-soft);color:var(--accent)}.badge-promax{background:var(--purple-soft);color:var(--purple)}.storage-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.storage-chip{min-width:84px;padding:12px 18px;background:var(--surface);border:1px solid var(--border);border-radius:10px;font-family:var(--mono);font-size:14px;font-weight:700;color:var(--text);text-align:center;cursor:pointer}.storage-chip:focus-visible,.storage-chip:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);outline:none}.storage-chip-skip{background:var(--bg);border:1px dashed var(--muted);font-family:var(--sans);font-size:13px;font-weight:600;color:var(--muted)}.storage-chip-skip:focus-visible,.storage-chip-skip:hover{border-color:var(--purple);border-style:dashed;background:var(--purple-soft);color:var(--purple);outline:none}.badge-new{background:var(--green-soft);color:var(--green)}.selection-bar{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 16px;font-size:13px;flex-wrap:wrap}.selection-bar strong{color:var(--text)}.change-btn{background:none;border:none;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer;padding:0}.change-btn:focus-visible,.change-btn:hover{text-decoration:underline;outline:none}.share-row{margin-top:16px;display:flex;align-items:center;gap:8px}.share-label{font-size:12px;color:var(--muted);margin-right:2px}.share-btn{width:32px;height:32px;flex-shrink:0;border:1px solid var(--border);border-radius:8px;color:var(--text);display:flex;align-items:center;justify-content:center;text-decoration:none}.share-btn:focus-visible,.share-btn:hover{border-color:var(--accent);outline:none}.share-btn--line{color:#06c755}.share-btn--line:focus-visible,.share-btn--line:hover{border-color:#06c755}.notice{color:var(--muted);font-size:14px;border-left:2px solid var(--border);padding-left:14px}.notice,.result{margin-top:24px}.buy-timing-badge{display:inline-flex;align-items:center;margin-bottom:14px;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600}.buy-timing-cooldown{background:var(--green-soft);color:var(--green)}.buy-timing-fresh{background:var(--accent-soft);color:var(--accent)}.buy-timing-steady{background:var(--surface-hover);color:var(--muted)}.diff-ticket{position:relative;background:var(--surface);border:1px dashed var(--border);border-radius:14px;padding:24px;text-align:center;overflow:hidden}.diff-ticket:after,.diff-ticket:before{content:"";position:absolute;width:22px;height:22px;background:var(--bg);border-radius:50%;top:50%;transform:translateY(-50%)}.diff-ticket:before{left:-11px}.diff-ticket:after{right:-11px}.diff-label{font-family:var(--mono);font-size:12px;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}.diff-amount{font-family:var(--mono);font-weight:800;font-size:clamp(28px,6vw,44px);color:var(--green);margin:6px 0 2px;letter-spacing:-.02em}.diff-note{font-size:13px;color:var(--muted)}.grid{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:560px){.grid{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.card-title{font-family:var(--mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:6px;margin-bottom:10px}.dot{width:7px;height:7px;border-radius:50%}.dot.new{background:var(--accent)}.dot.used{background:var(--green)}.card-price{font-family:var(--mono);font-weight:700;font-size:26px}.card-empty{color:var(--muted);font-size:13px;line-height:1.6}.condition-badge{display:inline-block;margin-top:6px;font-size:11px;font-weight:600;color:var(--green);background:var(--green-soft);padding:2px 9px;border-radius:999px}.item-section{margin-top:24px;border-top:1px solid var(--border)}.item-tabs{display:flex;gap:4px;margin:16px 0 4px;background:var(--surface);padding:4px;border-radius:10px;width:-moz-fit-content;width:fit-content}.item-tab{background:none;border:none;padding:8px 18px;border-radius:7px;font-size:13px;font-weight:700;color:var(--muted);cursor:pointer}.item-tab.active{background:var(--bg);color:var(--text);box-shadow:0 1px 3px rgba(0,0,0,.12)}.item-tab:focus-visible:not(.active),.item-tab:hover:not(.active){color:var(--text);outline:none}.item-condition-tag{display:inline-block;margin-left:8px;font-size:10px;font-weight:600;color:var(--green);background:var(--green-soft);padding:1px 7px;border-radius:999px;vertical-align:middle}.item-list{margin-top:4px}.item-row{display:flex;justify-content:space-between;align-items:center;padding:14px 12px;margin:0 -12px;border-bottom:1px solid var(--border);border-radius:8px;text-decoration:none;gap:12px;cursor:pointer;transition:background-color .15s ease}.item-row:focus-visible,.item-row:hover{background:var(--surface-hover);outline:none}.item-shop{font-size:13px;color:var(--muted);transition:color .15s ease}.item-row:focus-visible .item-shop,.item-row:hover .item-shop{color:var(--text);text-decoration:underline}.item-right{display:flex;align-items:center;gap:6px}.item-price{font-family:var(--mono);font-weight:700;font-size:15px;white-space:nowrap;color:var(--text)}.item-arrow{color:var(--muted);flex-shrink:0;transition:transform .15s ease,color .15s ease}.item-row:focus-visible .item-arrow,.item-row:hover .item-arrow{color:var(--accent);transform:translateX(3px)}.static-page{margin-top:40px;min-height:240px}.static-page h1{font-size:22px;font-weight:800;margin:0 0 16px}.static-page-empty{color:var(--muted);font-size:14px;line-height:1.8}.legal-lead{color:var(--text);font-size:14px;line-height:1.8;margin:0 0 28px}.legal-section{margin-bottom:28px}.legal-section h2{font-size:15px;font-weight:700;margin:0 0 10px;color:var(--text)}.legal-section p{color:var(--text);font-size:14px;line-height:1.8;margin:0 0 10px}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:0 0 10px;padding-left:1.3em;color:var(--text);font-size:14px;line-height:1.8}.legal-section ul:last-child{margin-bottom:0}.legal-date{color:var(--muted);font-size:13px;margin-top:32px;padding-top:16px;border-top:1px solid var(--border)}.info-list{margin:0 0 28px;padding:0}.info-row{display:flex;flex-direction:column;gap:4px;padding:14px 0;border-bottom:1px solid var(--border)}.info-row:last-child{border-bottom:none}.info-label{font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:var(--muted)}.info-value{font-size:14px;line-height:1.7;color:var(--text)}.howto-steps{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-direction:column;gap:20px}.howto-step{display:flex;gap:14px}.howto-step-num{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;font-family:var(--sans);font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.howto-step-body h2{font-size:15px;font-weight:700;margin:3px 0 6px;color:var(--text)}.howto-step-body p{font-size:14px;line-height:1.8;color:var(--text);margin:0}.article-back-link{display:inline-block;font-size:13px;color:var(--muted);text-decoration:none;margin-bottom:16px}.article-back-link:focus-visible,.article-back-link:hover{color:var(--accent);text-decoration:underline;outline:none}.article-grid{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:560px){.article-grid{grid-template-columns:1fr}}.article-card{display:flex;flex-direction:column;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.article-card:focus-visible,.article-card:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:0 8px 20px rgba(26,26,26,.07);outline:none}.article-thumb{aspect-ratio:16/9;min-width:0;overflow:hidden}.article-thumb svg{display:block;width:100%;height:100%}.article-card-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1 1}.article-card-meta{display:flex;align-items:center;gap:8px}.article-card-date{font-family:var(--mono);font-size:11px;color:var(--muted)}.article-card-title{margin:0;font-size:14px;font-weight:700;line-height:1.6;color:var(--text)}.article-meta-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.article-date{font-family:var(--mono);font-size:12px;color:var(--muted)}.article-faq{display:flex;flex-direction:column;gap:16px}.article-faq-item{padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.article-faq-q{font-weight:700;font-size:14px;color:var(--text);margin:0 0 8px}.article-faq-q:before{content:"Q. ";color:var(--accent)}.article-faq-a{font-size:14px;line-height:1.8;color:var(--text);margin:0}.article-faq-a:before{content:"A. ";color:var(--muted);font-weight:700}.article-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px}.article-table{width:100%;border-collapse:collapse;font-size:13px}.article-table td,.article-table th{padding:10px 12px;text-align:left;white-space:nowrap;border-bottom:1px solid var(--border)}.article-table thead th{background:var(--surface);color:var(--muted);font-weight:600;font-size:12px}.article-table tbody tr:last-child td{border-bottom:none}.site-footer{margin-top:32px;padding-top:16px;border-top:1px solid var(--border)}.footer-nav{display:flex;flex-wrap:wrap;gap:12px;row-gap:6px}.footer-nav a{font-size:11px;color:var(--muted);text-decoration:none}.footer-nav a:focus-visible,.footer-nav a:hover{color:var(--accent);outline:none}.footer-copyright{margin-top:10px;font-size:11px;color:var(--muted)}.footer-note{margin-top:56px;font-size:12px;color:var(--muted);line-height:1.8;border-top:1px solid var(--border);padding-top:20px}