:root {
  --ink: #17365d;
  --muted: #5f7287;
  --paper: #f5fbff;
  --surface: #ffffff;
  --line: #d7e9f2;
  --green: #1487bd;
  --green-2: #0f6fa4;
  --lime: #a9cf40;
  --lime-2: #91b721;
  --yellow: #ffe98c;
  --orange: #ff936f;
  --pink: #ffb8c6;
  --cream: #fffaf0;
  --red: #c85842;
  --shadow: 0 16px 40px rgba(29, 91, 125, .10);
  --radius: 24px;
  font-family: "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 8% 4%, rgba(186,229,255,.40), transparent 28rem), radial-gradient(circle at 95% 18%, rgba(218,240,150,.26), transparent 25rem), linear-gradient(180deg, #fbfeff, var(--paper)); line-height: 1.7; }
a { color: var(--green); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--green-2); }
.skip { position: absolute; left: -9999px; top: 0; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; background: white; padding: .7rem 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(190,221,235,.8); backdrop-filter: blur(16px); box-shadow: 0 7px 24px rgba(42,117,160,.07); }
.header-inner, main, .footer-inner { width: min(1160px, calc(100% - 32px)); margin: auto; }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; border: 0; border-radius: 50%; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #42b8ee, var(--lime)); box-shadow: 0 6px 16px rgba(31,139,190,.2); font-size: .78rem; }
nav ul, .link-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px 20px; }
nav a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: .93rem; }
main { padding: 30px 0 72px; }
.breadcrumb { font-size: .86rem; color: var(--muted); margin-bottom: 24px; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #9aa39f; }
.hero { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; align-items: stretch; margin-bottom: 40px; }
.hero-copy, .hero-panel, .card, .content-box, .rank-card, .product-card, .notice, .shop-box { background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-copy { padding: clamp(28px, 5vw, 64px); }
.hero-panel { padding: 28px; color: var(--ink); background-color: #f2fbe2; background-image: radial-gradient(rgba(145,183,33,.22) 1.7px, transparent 1.7px), linear-gradient(145deg, rgba(231,248,255,.94), rgba(246,255,226,.96)); background-size: 16px 16px, auto; }
.eyebrow { color: var(--green); font-weight: 800; letter-spacing: .08em; font-size: .78rem; text-transform: uppercase; }
.hero-panel .eyebrow { color: var(--green-2); }
h1, h2, h3 { line-height: 1.28; letter-spacing: -.02em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.7rem); margin: .2em 0 .35em; }
h2 { font-size: clamp(1.45rem, 3vw, 2.25rem); margin: 1.8em 0 .65em; }
h3 { font-size: 1.18rem; margin: 0 0 .55em; }
.lead { font-size: 1.08rem; color: #34443d; max-width: 78ch; }
.hero-panel .lead { color: #49677a; }
.search-hero { position: relative; overflow: hidden; margin-bottom: 30px; padding: clamp(24px, 3.5vw, 40px); background-color: #f7fcff; background-image: radial-gradient(rgba(66,184,238,.12) 1.5px, transparent 1.5px), linear-gradient(145deg, rgba(255,255,255,.99), rgba(239,250,255,.97) 62%, rgba(248,255,232,.96)); background-size: 20px 20px, auto; border: 1px solid #cceafb; border-radius: 30px; box-shadow: 0 20px 54px rgba(33,112,153,.12); }
.search-hero::after { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; bottom: -100px; background: rgba(255,184,198,.28); border-radius: 50%; pointer-events: none; }
.search-hero-top { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: clamp(18px,3vw,36px); align-items: center; }
.search-hero-copy { position: relative; z-index: 2; }
.search-hero h1 { max-width: 700px; margin-right: 0; font-size: clamp(2.25rem, 4vw, 3.4rem); }
.search-hero .lead { margin-left: 0; margin-right: 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-points span { padding: 8px 12px; color: #2d5f7e; background: rgba(255,255,255,.9); border: 1px solid #c7e6f4; border-radius: 999px; font-size: .86rem; font-weight: 800; box-shadow: 0 6px 14px rgba(42,117,160,.06); }
.search-hero-scene { position: relative; min-width: 0; min-height: 250px; overflow: hidden; isolation: isolate; border-radius: 28px; }
.search-hero-scene::before { content: ""; position: absolute; inset: 16px 26px 18px; z-index: -2; background: linear-gradient(145deg, #dff5ff, #fff5ce 60%, #eefbd5); border-radius: 49% 51% 44% 56% / 55% 43% 57% 45%; transform: rotate(-2deg); }
.mascot-stage { position: absolute; inset: 0 20px 18px; display: grid; place-items: center; }
.top-mascot { width: min(62%,210px); height: auto; filter: drop-shadow(0 16px 18px rgba(42,117,160,.18)); }
.hero-visual-card { position: absolute; z-index: 1; width: 180px; padding: 7px 7px 10px; background: rgba(255,255,255,.96); border: 2px solid white; border-radius: 18px; box-shadow: 0 12px 28px rgba(42,117,160,.16); }
.hero-visual-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 12px; }
.hero-visual-card span { display: block; padding-top: 6px; color: #315a73; text-align: center; font-size: .78rem; font-weight: 900; }
.voice-card { left: 0; top: 28px; transform: rotate(-5deg); }
.expert-card { right: 0; top: 90px; transform: rotate(5deg); }
.hero-speech { position: absolute; z-index: 4; right: 4px; bottom: 6px; width: 184px; padding: 10px 13px; color: #31536b; background: rgba(255,255,255,.97); border: 2px solid #9edcf4; border-radius: 17px; box-shadow: 0 8px 18px rgba(42,117,160,.1); font-size: .8rem; }
.hero-speech strong { display: block; color: #1685ba; }
.hero-speech::before { content: ""; position: absolute; left: -9px; top: 28px; width: 14px; height: 14px; background: white; border-left: 2px solid #9edcf4; border-bottom: 2px solid #9edcf4; transform: rotate(45deg); }
.hero-spark { position: absolute; z-index: 2; display: grid; place-items: center; color: white; border-radius: 50%; box-shadow: 0 7px 16px rgba(42,117,160,.13); }
.spark-one { width: 36px; height: 36px; right: 50px; top: 12px; background: #ffc845; transform: rotate(12deg); }
.spark-two { width: 24px; height: 24px; left: 30px; bottom: 72px; background: #a9cf40; font-size: .55rem; }
.spark-three { width: 30px; height: 30px; left: 70px; top: 8px; color: #fff; background: #ff9caf; }
.mascot-guide { display: inline-grid; grid-template-columns: 104px minmax(0,1fr); align-items: center; gap: 10px; max-width: 500px; margin: 18px auto 2px; text-align: left; }
.mascot-guide img { width: 104px; height: 104px; object-fit: contain; filter: drop-shadow(0 8px 10px rgba(41,109,149,.15)); }
.mascot-guide p { position: relative; margin: 0; padding: 13px 16px; color: #31536b; background: white; border: 2px solid #9edcf4; border-radius: 18px; box-shadow: 0 8px 18px rgba(42,117,160,.08); }
.mascot-guide p::before { content: ""; position: absolute; left: -10px; top: 33px; width: 16px; height: 16px; background: white; border-left: 2px solid #9edcf4; border-bottom: 2px solid #9edcf4; transform: rotate(45deg); }
.mascot-guide strong, .mascot-guide span { display: block; }
.mascot-guide strong { color: #1685ba; }
.mascot-guide.compact { grid-template-columns: 76px minmax(0,1fr); margin: 18px 0 0; }
.mascot-guide.compact img { width: 76px; height: 76px; }
.mascot-guide.compact p { padding: 10px 13px; font-size: .88rem; }
.mascot-guide.compact p::before { top: 24px; }
.search-form { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(170px, 230px) auto; gap: 8px; max-width: 100%; margin: 18px auto 12px; padding: 7px; background: #dff3ff; border: 1px solid #91ceef; border-radius: 15px; box-shadow: 0 12px 28px rgba(31,139,190,.10); }
.search-input-wrap { min-width: 0; display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: center; padding-left: 10px; background: white; border: 1px solid #b8d9e9; border-radius: 10px; color: #268fc5; font-size: 1.35rem; }
.search-form input, .search-form select, .search-form button { width: 100%; min-height: 48px; border: 1px solid #b8d9e9; border-radius: 10px; font: inherit; }
.search-form input { min-width: 0; padding: 0 12px 0 2px; border: 0; outline: 0; }
.search-form select { padding: 0 38px 0 14px; color: var(--ink); background: white; }
.search-form button { width: auto; min-width: 120px; padding: 0 24px; border: 0; color: white; background: linear-gradient(135deg, #2bb4ed, var(--green)); font-weight: 900; cursor: pointer; }
.search-form input:focus-visible, .search-form select:focus-visible, .search-form button:focus-visible { outline: 3px solid rgba(255,195,47,.75); outline-offset: 2px; }
.search-form.compact { margin-left: 0; }
.popular-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; font-size: .93rem; }
.popular-links span { color: var(--muted); font-weight: 700; }
.popular-links a { font-weight: 800; }
.search-metrics { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; max-width: 800px; margin: 16px auto 0; }
.search-metrics span { padding: 12px; color: var(--muted); background: rgba(255,255,255,.86); border: 1px solid #d5ebf5; border-radius: 14px; }
.search-metrics strong { display: block; color: var(--green-2); font-size: 1.35rem; }
.home-ranking-preview { margin: 34px 0 50px; }
.home-ranking-preview .section-heading { margin-top: 0; }
.home-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.home-product-card { position: relative; padding: 16px; overflow: hidden; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.home-product-card:nth-child(3n+2) { background: linear-gradient(150deg, #fff, #f7fdea); }
.home-product-card:nth-child(3n) { background: linear-gradient(150deg, #fff, #fff8f2); }
.home-product-rank { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 10px; color: #17365d; background: rgba(255,232,124,.94); border: 1px solid #e7bf32; border-radius: 999px; font-size: .78rem; font-weight: 900; box-shadow: 0 7px 16px rgba(82,65,5,.12); }
.home-product-card h3 { margin: 12px 0 7px; }
.home-product-card p { display: -webkit-box; min-height: 3.3em; margin: 0 0 8px; overflow: hidden; color: var(--muted); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.text-link { font-weight: 900; }
.category-directory { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-bottom: 48px; }
.category-tile { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 14px; padding: 22px; background: white; border: 1px solid var(--line); border-top: 5px solid #75ccef; border-radius: 20px; box-shadow: var(--shadow); }
.category-tile:nth-child(2n) { border-top-color: #a9cf40; }
.category-icon { width: 52px; height: 52px; display: grid; place-items: center; background: linear-gradient(145deg, #e1f6ff, #effbd1); border-radius: 16px; font-size: 1.65rem; }
.category-tile h2 { margin: 0 0 8px; font-size: 1.25rem; }
.topic-links { list-style: none; padding: 0; margin: 0; }
.topic-links li + li { border-top: 1px dashed var(--line); }
.topic-links a { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-weight: 700; text-decoration: none; }
.topic-links span { color: var(--muted); font-size: .8rem; }
.category-group-list { display: grid; gap: 12px; list-style: none; padding: 0; margin: 14px 0 0; }
.category-group-mini { padding: 10px 12px; background: #f7fcff; border: 1px solid #d9edf7; border-radius: 14px; }
.group-mini-title { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 900; text-decoration: none; }
.category-group-mini .topic-links { margin-top: 6px; }
.category-group-mini .topic-links a { font-size: .9rem; }
.planned-topic { color: #65788e; }
.taxonomy-group-grid, .small-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.taxonomy-group-card, .small-category-card { padding: 24px; background: linear-gradient(145deg, #fff, #f7fcff); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.taxonomy-group-card:nth-child(4n+2), .small-category-card:nth-child(4n+2) { background: linear-gradient(145deg, #fff, #f7fce9); }
.taxonomy-group-card:nth-child(4n+3), .small-category-card:nth-child(4n+3) { background: linear-gradient(145deg, #fff, #fff8ed); }
.taxonomy-group-card:nth-child(4n), .small-category-card:nth-child(4n) { background: linear-gradient(145deg, #fff, #fff4f7); }
.taxonomy-group-head { display: flex; align-items: center; gap: 14px; }
.taxonomy-group-head h2 { margin: 0; }
.taxonomy-group-icon { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 auto; background: white; border: 1px solid #d9edf7; border-radius: 15px; font-size: 1.55rem; }
.small-category-list { display: grid; gap: 9px; list-style: none; padding: 0; margin: 18px 0 0; }
.small-category-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; color: var(--ink); background: white; border: 1px solid #d9edf7; border-radius: 13px; font-weight: 800; text-decoration: none; }
.topic-status { flex: 0 0 auto; padding: 3px 8px; border-radius: 999px; font-size: .76rem; }
.topic-status.ready { color: #17622e; background: #e8f7d5; }
.topic-status.planned, .planned-tag { color: #6e5d31; background: #fff1c9; }
.empty-ranking { display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: center; gap: 24px; padding: 30px; background: linear-gradient(135deg, #f0faff, #fff9e9); border: 1px dashed #8fcdea; border-radius: 24px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-bottom: 28px; }
.feature-card { padding: 24px; background: linear-gradient(145deg, #fff, #f7fcff); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.feature-card:nth-child(4n+1) { border-top: 5px solid #67c8ef; }
.feature-card:nth-child(4n+2) { border-top: 5px solid #ffb84d; }
.feature-card:nth-child(4n+3) { border-top: 5px solid #a9cf40; }
.feature-card:nth-child(4n) { border-top: 5px solid #ff9caf; }
.purchased-feature-card { background: linear-gradient(145deg, #fffdf8, #fff2f5); }
.feature-card h2, .feature-card h3 { margin-top: 12px; }
.curator-line { padding: 6px 0; }
.selection-basis ol { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding-left: 1.5rem; }
.feature-products { display: grid; gap: 16px; }
.feature-product { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 18px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.search-page-head { padding: 28px; background: linear-gradient(145deg, #fff, #effaff); border: 1px solid #cceafb; border-radius: 26px; }
.search-page-head h1 { font-size: clamp(2rem, 4vw, 3.6rem); }
.search-results { margin-top: 26px; }
.search-summary { font-weight: 900; color: var(--green-2); }
.search-result-list { display: grid; gap: 14px; }
.search-result-card { display: grid; grid-template-columns: 132px minmax(0,1fr) 210px; gap: 20px; padding: 18px; background: white; border: 1px solid var(--line); border-left: 6px solid #65c8ef; border-radius: 18px; box-shadow: var(--shadow); }
.search-result-photo { display: block; overflow: hidden; background: white; border: 1px solid #e1edf2; border-radius: 14px; }
.search-result-photo img { display: block; width: 100%; height: 100%; aspect-ratio: 1; padding: 8px; object-fit: contain; }
.search-result-card h2 { margin: 0 0 8px; font-size: 1.35rem; }
.search-result-meta { color: var(--green-2); font-weight: 800; }
.search-result-facts { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; }
.search-result-facts span { color: var(--muted); font-size: .9rem; }
.search-empty { padding: 24px; background: #f7fcff; border: 1px dashed #91ceef; border-radius: 16px; color: var(--muted); }
.metrics { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.metric { padding: 16px; background: rgba(255,255,255,.88); border: 1px solid rgba(169,207,64,.38); border-radius: 16px; }
.metric strong { display: block; font-size: 1.45rem; color: var(--green-2); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.product-photo { margin: 0; overflow: hidden; background: white; border: 1px solid #e0ebf0; border-radius: 18px; }
.product-photo a { display: block; }
.product-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; padding: 12px; object-fit: contain; background: white; }
.product-photo figcaption { padding: 8px 10px; color: var(--muted); background: #f7fbfd; border-top: 1px solid #e0ebf0; font-size: .72rem; line-height: 1.45; }
.related-product-card .product-photo { margin-bottom: 14px; }
.card, .content-box, .product-card, .shop-box { padding: 24px; }
.card { border-top: 5px solid #a9cf40; }
.card p, .product-card p { color: var(--muted); }
.tag { display: inline-flex; align-items: center; padding: .25rem .65rem; border-radius: 999px; background: #e5f6ff; color: var(--green-2); font-weight: 800; font-size: .78rem; }
.tag.warn { background: #f9e7da; color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .72rem 1.08rem; border-radius: 999px; background: linear-gradient(135deg, #28aee7, var(--green)); color: white; text-decoration: none; font-weight: 800; box-shadow: 0 7px 18px rgba(20,135,189,.18); }
.button:hover { background: linear-gradient(135deg, var(--green), var(--green-2)); color: white; }
.button.secondary { background: transparent; border: 1px solid var(--green); color: var(--green); }
.button.shop { background: linear-gradient(135deg, var(--lime), var(--lime-2)); color: #17365d; box-shadow: 0 7px 18px rgba(145,183,33,.2); }
.button.shop:hover { background: linear-gradient(135deg, #b8dc52, var(--lime)); color: #17365d; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 38px; }
.section-heading h2 { margin-top: .15em; }
.rank-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; align-items: start; }
.rank-card { position: relative; display: block; min-width: 0; padding: 14px; margin: 0; overflow: hidden; }
.rank-card-content { display: flex; min-width: 0; flex-direction: column; }
.rank-card .product-photo { margin-bottom: 12px; }
.rank-card .product-photo img { aspect-ratio: 4 / 3; min-height: 150px; max-height: 190px; padding: 10px; }
.rank-card h3 { display: -webkit-box; min-height: 3em; margin: 5px 0 7px; overflow: hidden; font-size: 1.12rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.rank-metric { margin: 2px 0 0; }
.rank-card-1 { border: 2px solid #e9bd2b; background: linear-gradient(135deg, #fffdf3, #fff); }
.rank-card-2 { border: 2px solid #b5c5d2; background: linear-gradient(135deg, #f6fbff, #fff); }
.rank-card-3 { border: 2px solid #cf8a61; background: linear-gradient(135deg, #fff8f3, #fff); }
.rank-badge { position: absolute; z-index: 3; top: 22px; left: 22px; width: 58px; min-height: 58px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 27px 22px; align-items: center; justify-items: center; padding: 4px; color: #17365d; background: rgba(232,247,255,.96); border: 2px solid #9dd5ee; border-radius: 16px; box-shadow: 0 8px 18px rgba(65,167,185,.18); }
.rank-badge .crown { grid-column: 1 / -1; font-size: 1.75rem; line-height: 1; }
.rank-badge strong { justify-self: end; font-size: 1.15rem; line-height: 1; }
.rank-badge .rank-unit { justify-self: start; align-self: end; font-size: .72rem; font-weight: 900; }
.rank-badge.rank-1 { color: #725800; background: linear-gradient(145deg, #fff9c7, #f5c927); border-color: #e0b000; }
.rank-badge.rank-2 { color: #435465; background: linear-gradient(145deg, #fbfdff, #c7d1d8); border-color: #9fadb8; }
.rank-badge.rank-3 { color: #6b351d; background: linear-gradient(145deg, #ffe0cf, #d88a59); border-color: #bd6f42; }
.specialist-rank { border-left: 6px solid #74b82f; }
.general-rank { border-left: 6px solid #65c8ef; }
.rank-comment { margin: 10px 0 0; padding: 10px 12px; background: #f5fbff; border: 1px solid #cae7f4; border-radius: 13px; }
.rank-comment p { margin: 8px 0 0; }
.rank-comment-details summary { color: var(--green-2); font-size: .88rem; font-weight: 900; cursor: pointer; }
.rank-comment-details[open] summary { margin-bottom: 7px; }
.specialist-comment { background: linear-gradient(135deg, #f5fce9, #f8fdff); border-color: #b9d982; }
.specialist-comment .tag { color: #41670d; background: #e6f5ca; }
.general-comment .tag { color: #17648d; background: #dff3ff; }
.comment-evidence { padding-top: 10px; border-top: 1px dashed #a9cf78; }
.rank-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.rank-actions.multi-destination { grid-template-columns: 1.25fr 1fr 1fr; }
.rank-actions .button { min-height: 42px; padding: .58rem .7rem; font-size: .8rem; }
.rank-actions-wrap { margin-top: 16px; }
.rank-actions-wrap .rank-actions { margin-top: 8px; }
.affiliate-disclosure { margin: 8px 0 12px; color: #65738a; font-size: .78rem; line-height: 1.55; }
.affiliate-disclosure a { color: inherit; text-decoration: underline; }
.shopping-event { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(250px,.55fr); gap: 22px; align-items: center; margin: 36px 0; padding: clamp(22px,3vw,32px); background: linear-gradient(135deg, #fff8ee, #fff 55%, #eefaff); border: 1px solid #f0d6bf; border-radius: 22px; box-shadow: var(--shadow); }
.shopping-event h2 { margin: .2em 0 .45em; }
.shopping-event-note { color: var(--muted); font-size: .86rem; }
.shopping-event-action { display: flex; flex-direction: column; align-items: center; padding: 18px; background: rgba(255,255,255,.86); border: 1px solid #f0dfd2; border-radius: 18px; text-align: center; }
.shopping-event-action > span { font-size: 2.2rem; }
.shopping-event-action .affiliate-disclosure { margin: 6px 0 12px; }
.shopping-event-button { width: 100%; justify-content: center; background: #c94b50; border-color: #c94b50; color: #fff; }
.shopping-event-button:hover { color: #fff; filter: brightness(1.06); }
.travel-home { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.72fr); gap: 24px; align-items: center; margin: 42px 0; padding: clamp(24px,4vw,40px); background: linear-gradient(135deg,#eefaff,#fff 52%,#f7ffe9); border: 1px solid #cfe7ef; border-radius: 28px; box-shadow: var(--shadow); }
.travel-home figure { margin: 0; overflow: hidden; border-radius: 22px; }
.travel-home img { display: block; width: 100%; height: auto; }
.travel-home-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; padding: 0; list-style: none; }
.travel-home-list li { padding: 8px 12px; color: #2d5f7e; background: #fff; border: 1px solid #c9e5ef; border-radius: 999px; font-weight: 800; }
.travel-hero { align-items: stretch; }
.travel-hero-art { display: flex; align-items: center; padding: 14px; overflow: hidden; }
.travel-hero-art img { display: block; width: 100%; height: 100%; min-height: 300px; object-fit: cover; border-radius: 20px; }
.travel-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 24px 0 48px; }
.travel-service-card { display: flex; flex-direction: column; padding: 24px; background: #fff; border: 1px solid #d8e9f0; border-top: 6px solid #65c8ef; border-radius: 22px; box-shadow: var(--shadow); }
.travel-service-card.featured { border-top-color: var(--lime); background: linear-gradient(145deg,#fff,#fbfff2); }
.travel-service-card h3 { margin: .35em 0 .5em; font-size: 1.35rem; }
.travel-service-card > p:not(.eyebrow) { color: var(--muted); }
.travel-service-card .rank-quick-points { margin-bottom: 18px; }
.travel-service-card .button { width: 100%; margin-top: auto; }
.travel-service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 14px; background: #e8f7ff; border: 1px solid #b9dff1; border-radius: 18px; font-size: 1.8rem; }
.travel-conditions { margin: 48px 0; }
.tracking-pixel { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.ranking-method-details { margin: 18px 0; color: #65738a; font-size: .86rem; }
.ranking-method-details summary { cursor: pointer; width: fit-content; text-decoration: underline; }
.ranking-method-details > div { margin-top: 8px; padding: 12px 14px; border-left: 3px solid #d9e6f4; background: #f8fbfe; }
.relationship-disclosure { margin: 14px 0 8px; padding: 12px 14px; color: #3f351d; background: #fff7dc; border: 1px solid #e5c96f; border-radius: 12px; font-size: .92rem; }
.relationship-disclosure strong { display: block; margin-bottom: 2px; }
.direct-shop { min-width: 170px; }
.rank-actions .direct-shop { min-width: 0; }
.marketplace-rakuten { background: #c94b50; border-color: #c94b50; color: #fff; }
.marketplace-amazon { background: #26303a; border-color: #26303a; color: #fff; box-shadow: inset 0 -3px 0 #ffb33b; }
.marketplace-rakuten:hover, .marketplace-amazon:hover { color: #fff; filter: brightness(1.06); }
.marketplace-mini { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 8px; margin: 8px 0; padding: 9px 10px; color: #31506a; background: linear-gradient(135deg, #eefaff, #fff8df); border: 1px solid #b9dff1; border-radius: 12px; font-size: .8rem; }
.marketplace-mini strong { color: #f09b00; font-size: 1.1rem; }
.marketplace-mini small { width: 100%; color: var(--muted); }
.rank-recommendation { display: -webkit-box; min-height: 4.8em; margin: 7px 0; overflow: hidden; color: #435a6e; font-size: .9rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.rank-quick-points { display: grid; gap: 4px; margin: 6px 0; padding: 0; list-style: none; }
.rank-quick-points li { position: relative; padding-left: 1.25em; color: #315a4b; font-size: .82rem; }
.rank-quick-points li::before { content: "✓"; position: absolute; left: 0; color: var(--lime-2); font-weight: 900; }
.rank-caution { display: -webkit-box; margin: 7px 0; overflow: hidden; color: #735347; font-size: .8rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.category-ranking { margin-top: 52px; }
.ranking-hero { grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 16px; margin-bottom: 22px; }
.ranking-hero .hero-copy, .ranking-hero .hero-panel { padding: clamp(22px,3vw,32px); }
.ranking-hero h1 { font-size: clamp(2rem,3.1vw,2.6rem); }
.ranking-hero h2 { margin: .65em 0 .35em; font-size: 1.25rem; }
.ranking-hero .button-row { gap: 8px; margin-top: 14px; }
.ranking-hero .button { min-height: 42px; padding: .58rem .9rem; font-size: .86rem; }
.ranking-hero + section .section-heading { margin-top: 24px; }
.ranking-hero + section .section-heading h2 { margin-bottom: .25em; }
.ranking-updated { margin: 12px 0; color: var(--green-2); font-size: .86rem; font-weight: 800; }
.ranking-hero-panel { display: flex; flex-direction: column; justify-content: center; }
.ranking-hero-photos { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.ranking-hero-photos .product-photo { border-radius: 13px; box-shadow: 0 8px 18px rgba(45,110,140,.08); }
.ranking-hero-photos .product-photo img { min-height: 88px; aspect-ratio: 1; padding: 6px; }
.product-hero-panel .product-photo { margin-bottom: 16px; }
.product-hero-panel .product-photo img { max-height: 360px; }
.product-hero-panel h2 { margin-top: .55em; }
.rank-number { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(145deg, #36b6eb, var(--lime)); color: white; font-size: 1.4rem; font-weight: 900; box-shadow: 0 8px 18px rgba(65,167,185,.2); }
.score { font-size: 1.8rem; font-weight: 900; color: var(--green); }
.score small { font-size: .8rem; color: var(--muted); }
.comparison { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.comparison th, .comparison td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison th { background: #e8f7ff; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pros, .cons { padding: 22px; border-radius: 14px; }
.pros { background: #edf9e1; }
.cons { background: #fff1eb; }
.source-list li { margin-bottom: .55rem; }
.notice { padding: 20px 22px; border-left: 5px solid var(--yellow); margin: 22px 0; }
.notice.danger { border-left-color: var(--red); }
.shop-box { margin: 28px 0; border: 2px solid rgba(169,207,64,.7); background-color: #fbfff2; background-image: radial-gradient(rgba(169,207,64,.18) 1.5px, transparent 1.5px), linear-gradient(135deg, rgba(237,249,225,.9), rgba(236,249,255,.95)); background-size: 17px 17px, auto; }
.shop-box h2 { margin-top: .35em; }
.editorial-illustration { margin: 0; overflow: hidden; background: var(--cream); border: 1px solid rgba(124,188,215,.35); border-radius: 22px; }
.editorial-illustration img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.editorial-illustration figcaption { padding: 10px 14px; color: var(--muted); font-size: .82rem; }
.illustration-panel { padding: 18px; }
.illustration-panel .editorial-illustration { margin-bottom: 18px; }
.illustration-panel h2 { margin-top: .45em; }
.friendly-method { margin: 56px 0; padding: clamp(24px, 4vw, 42px); background: linear-gradient(145deg, #fffaf0, #f3fbff 55%, #f5ffe7); border: 1px solid #d9ebd2; border-radius: 32px; }
.illustration-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.illustration-grid article { padding: 12px 12px 18px; background: rgba(255,255,255,.94); border: 1px solid #dcebf1; border-radius: 22px; box-shadow: 0 10px 24px rgba(42,117,160,.08); }
.illustration-grid article:nth-child(1) { transform: rotate(-.4deg); }
.illustration-grid article:nth-child(2) { transform: rotate(.35deg); }
.illustration-grid article:nth-child(3) { transform: rotate(-.25deg); }
.illustration-grid h3 { margin: 16px 8px 6px; color: var(--ink); }
.illustration-grid p { margin: 0 8px; color: var(--muted); }
.illustrated-evidence { display: grid; grid-template-columns: minmax(270px,.75fr) minmax(0,1.25fr); gap: 24px; align-items: start; }
.marketplace-section { margin: 48px 0; padding: clamp(22px, 4vw, 36px); background: linear-gradient(145deg, #f2fbff, #fffdf5); border: 1px solid #cfe7f1; border-radius: 28px; }
.marketplace-section .section-heading { margin-top: 0; }
.marketplace-evidence-list { display: grid; gap: 16px; }
.marketplace-evidence-card { padding: 22px; background: white; border: 1px solid #d8e9f0; border-radius: 20px; box-shadow: var(--shadow); }
.marketplace-heading { display: flex; align-items: center; gap: 12px; }
.marketplace-heading h3 { margin: 0; }
.marketplace-dot { color: var(--orange); font-size: 1.5rem; }
.marketplace-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 18px 0; }
.marketplace-facts > div { padding: 14px; text-align: center; background: #f7fcff; border: 1px solid #d8ebf4; border-radius: 14px; }
.marketplace-facts span, .marketplace-facts small { display: block; color: var(--muted); font-size: .8rem; }
.marketplace-facts strong { display: block; color: #ef9400; font-size: 1.3rem; }
.comment-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.comment-summary-grid section { padding: 16px; border-radius: 16px; }
.comment-summary-grid h3, .comment-summary-grid h4 { margin: 0 0 8px; font-size: 1rem; }
.comment-summary-grid ul { margin: 0; padding-left: 1.3rem; }
.comment-good { background: #eef9df; border: 1px solid #cde5a7; }
.comment-caution { background: #fff1e9; border: 1px solid #f5cdb9; }
.ranking-market-intro { display: grid; grid-template-columns: minmax(220px,.58fr) minmax(0,1.42fr); gap: 24px; align-items: center; margin: 28px 0 44px; padding: 18px; background: linear-gradient(135deg, #fff6e8, #effaff); border: 1px solid #d5e7ec; border-radius: 26px; }
.ranking-market-art .editorial-illustration { box-shadow: 0 10px 24px rgba(42,117,160,.09); }
.ranking-market-intro h2 { margin: .2em 0 .4em; }
.ranking-market-intro ul { list-style: none; padding: 0; margin: 14px 0 0; }
.ranking-market-intro li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding: 10px 0; border-top: 1px dashed #bfd7df; }
.ranking-market-intro li span { color: var(--muted); }
.trust-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.trust-chips span, .evidence-label { display: inline-flex; padding: 7px 11px; color: #275777; background: #e8f7ff; border: 1px solid #c5e6f4; border-radius: 999px; font-size: .84rem; font-weight: 800; }
.promise-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.promise-grid p { margin: 0; padding: 18px; background: linear-gradient(145deg, #fff, #f7fcff); border: 1px solid #d8ebf4; border-radius: 16px; }
.promise-grid p:nth-child(2) { background: #f5fce9; border-color: #d6e9b8; }
.promise-grid p:nth-child(3) { background: #fff4ed; border-color: #f4d4c4; }
.promise-grid span, .promise-grid strong { display: block; }
.promise-grid span { font-size: 1.5rem; }
.hands-on-list { display: grid; gap: 18px; }
.hands-on-card { display: grid; grid-template-columns: 66px minmax(0,1fr); gap: 18px; padding: clamp(20px, 4vw, 30px); background: white; border: 1px solid #d8e9f0; border-left: 6px solid var(--lime); border-radius: 24px; box-shadow: var(--shadow); }
.hands-on-card.limited { border-left-color: var(--orange); }
.hands-on-status { width: 54px; height: 54px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #6dc9ee, var(--lime)); border-radius: 18px; font-size: 1.45rem; font-weight: 900; }
.hands-on-card.limited .hands-on-status { background: linear-gradient(145deg, #ffb84d, var(--orange)); }
.hands-on-card h2 { margin: .2em 0 .45em; }
.evidence-scope { padding: 12px 14px; background: #f7fcff; border-left: 4px solid #80c8e6; border-radius: 10px; }
.meta { color: var(--muted); font-size: .9rem; }
.site-footer { background: #e8f7ff; color: var(--ink); border-top: 1px solid var(--line); padding: 44px 0; }
.site-footer a { color: var(--green-2); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; }
.footer-title { font-weight: 900; margin-bottom: 10px; }
.site-footer .link-list { display: grid; gap: 6px; }
code { background: #e8e6df; padding: .1em .35em; border-radius: 5px; }
@media (max-width: 1040px) {
  .rank-list, .home-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ranking-hero { grid-template-columns: minmax(0,1.1fr) minmax(290px,.9fr); }
}
@media (max-width: 820px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .hero, .grid, .grid.two, .pros-cons, .footer-grid, .category-directory, .feature-grid, .search-result-card, .illustration-grid, .illustrated-evidence, .ranking-market-intro, .promise-grid, .search-hero-top, .taxonomy-group-grid, .small-category-grid, .empty-ranking, .shopping-event, .travel-home, .travel-service-grid { grid-template-columns: 1fr; }
  .search-hero { padding: 26px 20px 32px; }
  .search-hero-scene { min-height: 220px; max-width: 430px; width: 100%; margin: 0 auto; }
  .search-hero h1 { font-size: clamp(2rem, 9vw, 3.25rem); }
  .search-form { grid-template-columns: 1fr; }
  .search-form button { width: 100%; }
  .search-metrics { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .selection-basis ol { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .rank-card { padding: 14px; }
  .rank-badge { width: 54px; min-height: 58px; grid-template-rows: 26px 22px; padding: 4px; border-radius: 14px; }
  .rank-badge .crown { font-size: 1.35rem; }
  .rank-badge strong { font-size: 1.1rem; }
  .rank-actions .button { width: 100%; }
  .rank-number { width: 46px; height: 46px; border-radius: 12px; }
  .marketplace-facts { grid-template-columns: 1fr; }
  .comment-summary-grid { grid-template-columns: 1fr; }
  .hands-on-card { grid-template-columns: 48px minmax(0,1fr); gap: 12px; }
  .hands-on-status { width: 44px; height: 44px; border-radius: 13px; }
  .mascot-guide { grid-template-columns: 78px minmax(0,1fr); }
  .mascot-guide img { width: 78px; height: 78px; }
  .comparison { display: block; overflow-x: auto; }
  .search-result-photo { width: 160px; }
}
@media (max-width: 680px) {
  .rank-list, .home-product-grid { grid-template-columns: 1fr; }
  .home-product-card p { min-height: 0; }
}
@media (max-width: 520px) {
  .rank-actions.multi-destination { grid-template-columns: 1fr 1fr; }
  .rank-actions.multi-destination .secondary { grid-column: 1 / -1; }
  .search-hero-scene { min-height: 190px; }
  .search-hero-scene::before { inset: 20px 14px 16px; }
  .top-mascot { width: 150px; }
  .hero-visual-card { width: 132px; padding: 5px 5px 8px; }
  .voice-card { left: -4px; top: 40px; }
  .expert-card { right: -4px; top: 82px; }
  .hero-speech { right: 3px; bottom: 0; width: 156px; font-size: .72rem; }
  .spark-three { left: 116px; }
  .hero-points span { font-size: .78rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
