.blog-hub{background:var(--bh-bg);color:var(--bh-text);font-family:Noto Sans JP,Hiragino Sans,Yu Gothic,sans-serif;letter-spacing:.04em;line-height:1.8}.blog-hub__inner{width:100%;max-width:1200px;margin:0 auto;padding:0 16px;box-sizing:border-box}@media screen and (min-width:750px){.blog-hub__inner{padding:0 32px}}.blog-hub__block{margin-bottom:48px}@media screen and (min-width:750px){.blog-hub__block{margin-bottom:80px}}.blog-hub__block:last-child{margin-bottom:0}.blog-hub__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.blog-hub__title{position:relative;padding-left:14px;font-size:1.5rem;font-weight:700;line-height:1.4;letter-spacing:.06em;margin:0;font-feature-settings:"palt"}.blog-hub__title:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;background:var(--bh-accent);border-radius:2px}.blog-hub__head-link{flex-shrink:0;font-size:1rem;font-weight:500;color:var(--bh-text);text-decoration:none;white-space:nowrap}.blog-hub__head-link span{color:var(--bh-accent);margin-left:4px}.blog-hub__head-link:hover{color:var(--bh-accent)}@media screen and (min-width:750px){.blog-hub__head{margin-bottom:28px}.blog-hub__title{font-size:2rem}.blog-hub__head-link{font-size:1.0625rem}}.blog-hub__card{display:block;text-decoration:none;color:inherit}.blog-hub__card:hover .blog-hub__thumb img{transform:scale(1.03)}.blog-hub__thumb{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:8px;background:var(--bh-bg-alt)}.blog-hub__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.blog-hub__thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ececec,#f5f5f5)}.blog-hub__card-body{padding:12px 4px 0}.blog-hub__tag-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.blog-hub__tag{display:inline-block;background:var(--bh-tag-bg);color:var(--bh-tag-text);font-size:.875rem;font-weight:500;letter-spacing:.06em;padding:4px 12px;border-radius:4px;margin-bottom:8px}.blog-hub__card-title{font-size:1.25rem;font-weight:700;line-height:1.55;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-hub__date{font-size:.9375rem;color:var(--bh-text-sub);margin:0;letter-spacing:.04em}.blog-hub__date:before{content:"\1f4c5";margin-right:4px;filter:grayscale(1);opacity:.6;font-size:.8em}@media screen and (min-width:750px){.blog-hub__tag{font-size:.9375rem}.blog-hub__card-title{font-size:1.5rem}.blog-hub__date{font-size:1rem}}.blog-hub__card--ranked{position:relative}.blog-hub__crown{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;margin-bottom:8px;border-radius:6px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 3px #0000001f}.blog-hub__crown.is-gold{background:var(--bh-gold)}.blog-hub__crown.is-silver{background:var(--bh-silver)}.blog-hub__crown.is-bronze{background:var(--bh-bronze)}.blog-hub__crown .blog-hub-crown__icon{width:18px;height:14px;color:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.blog-hub__crown-num{font-size:.9375rem;font-weight:700;line-height:1;letter-spacing:.04em;font-family:Inter,Noto Sans JP,sans-serif}@media screen and (min-width:750px){.blog-hub__crown{padding:7px 14px}.blog-hub__crown .blog-hub-crown__icon{width:20px;height:16px}.blog-hub__crown-num{font-size:1.0625rem}}.blog-hub__ranking{list-style:none;margin:0;padding:0 0 8px;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.blog-hub__rank-item{flex:0 0 60%;scroll-snap-align:start;min-width:0}@media screen and (min-width:750px){.blog-hub__ranking{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;overflow:visible;padding-bottom:0}.blog-hub__rank-item{flex:initial}}.blog-hub__pickup{display:block;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden}.blog-hub__pickup-media{position:relative;width:100%;aspect-ratio:16 / 9;background:radial-gradient(ellipse at center,var(--bh-accent) 0%,var(--bh-accent-dark) 70%,#0a0420 100%);overflow:hidden}.blog-hub__pickup-img,.blog-hub__pickup picture{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.blog-hub__pickup-img{object-fit:cover;opacity:.85;transition:transform .5s ease;display:block}.blog-hub__pickup picture img{width:100%;height:100%;object-fit:cover}.blog-hub__pickup:hover .blog-hub__pickup-img{transform:scale(1.03)}.blog-hub__pickup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:16px;text-shadow:0 2px 8px rgba(0,0,0,.5);z-index:2}.blog-hub__pickup-brand{font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.3em;margin:0 0 6px}.blog-hub__pickup-tagline{font-size:.875rem;font-weight:500;letter-spacing:.14em;margin:0}.blog-hub__pickup-arrow{position:absolute;right:12px;bottom:12px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--bh-accent);border-radius:50%;font-size:1rem;font-weight:700;box-shadow:0 2px 8px #0000002e;transition:transform .2s ease;z-index:2}.blog-hub__pickup:hover .blog-hub__pickup-arrow{transform:translate(4px)}@media screen and (min-width:750px){.blog-hub__pickup-media{aspect-ratio:auto;height:350px}.blog-hub__pickup-brand{font-size:2.25rem;letter-spacing:.4em;margin-bottom:14px}.blog-hub__pickup-tagline{font-size:1.125rem;letter-spacing:.2em}.blog-hub__pickup-arrow{width:56px;height:56px;right:24px;bottom:24px;font-size:1.5rem}}.blog-hub__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:24px 12px}@media screen and (min-width:750px){.blog-hub__grid{grid-template-columns:repeat(4,1fr);gap:40px 24px}}.blog-hub__thumb--product{background:var(--bh-bg);border:1px solid var(--bh-border)}.blog-hub__thumb--product img{object-fit:contain;padding:12px;box-sizing:border-box}.blog-hub__product-name{font-size:1.1875rem;font-weight:700;letter-spacing:.04em;margin:0 0 6px;line-height:1.45}.blog-hub__spec{font-size:.9375rem;color:var(--bh-text-sub);line-height:1.55;margin:0 0 8px;letter-spacing:.02em}.blog-hub__price{font-family:Inter,Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:700;color:var(--bh-price);margin:0;letter-spacing:.02em}@media screen and (min-width:750px){.blog-hub__product-name{font-size:1.375rem}.blog-hub__spec{font-size:1rem}.blog-hub__price{font-size:1.5rem}}.blog-hub__feature-title{font-size:1.1875rem;font-weight:700;margin:0 0 6px;line-height:1.45}.blog-hub__feature-sub{font-size:1.0625rem;color:var(--bh-text-sub);margin:0;line-height:1.55}@media screen and (min-width:750px){.blog-hub__feature-title{font-size:1.375rem}.blog-hub__feature-sub{font-size:1.125rem}}.blog-hub__more{display:flex;justify-content:center;margin-top:24px}.blog-hub__more-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;border:1px solid var(--bh-border);border-radius:9999px;background:var(--bh-bg);color:var(--bh-text);font-size:1rem;font-weight:500;text-decoration:none;letter-spacing:.04em;transition:border-color .2s ease,color .2s ease}.blog-hub__more-btn span{color:var(--bh-accent)}.blog-hub__more-btn:hover{border-color:var(--bh-accent);color:var(--bh-accent)}@media screen and (min-width:750px){.blog-hub__more{margin-top:40px}.blog-hub__more-btn{font-size:1.0625rem;padding:16px 44px}}.blog-hub a:focus-visible{outline:2px solid var(--bh-accent);outline-offset:2px;border-radius:4px}
/*# sourceMappingURL=/cdn/shop/t/65/assets/section-blog-hub.css.map */
