/*
Theme Name: JUST ONE
Theme URI: https://justone.jp
Author: JUST ONE編集部
Author URI: https://justone.jp
Description: 本気で選んだ、1つだけ。ガジェット・グルメ・朝活の物販ブログテーマ。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: justone
Tags: blog, e-commerce, affiliate, responsive
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* ===== RESET & BASE ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Noto Sans JP', sans-serif; background: #f5f5f0; color: #1a1a1a; font-size: 14px; line-height: 1.7; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* ===== HEADER ===== */
.site-header { background: #0D1F4E; padding: 0 24px; height: 60px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 200; }
.site-logo { display: flex; align-items: center; }
.site-logo img { height: 36px; width: auto; }
.site-logo .logo-text { font-family: 'Bebas Neue', sans-serif; color: #fff; font-size: 28px; letter-spacing: 3px; }
.site-logo .logo-text span { color: #F5C200; }
.header-right { display: flex; align-items: center; gap: 16px; }
.main-nav { display: flex; gap: 24px; align-items: center; }
.main-nav a { color: rgba(255,255,255,0.75); font-size: 13px; font-weight: 500; transition: color 0.15s; }
.main-nav a:hover,
.main-nav .current-menu-item a { color: #F5C200; }
.header-search-form { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 6px 14px; }
.header-search-form input[type="search"] { background: none; border: none; outline: none; color: #fff; font-size: 13px; width: 160px; }
.header-search-form input[type="search"]::placeholder { color: rgba(255,255,255,0.4); }
.header-search-form button { background: none; border: none; cursor: pointer; color: rgba(255,255,255,0.5); font-size: 16px; padding: 0; display: flex; }

/* ハンバーガー */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* スマホメニュー */
.sp-menu { display: none; position: fixed; top: 60px; left: 0; right: 0; bottom: 0; background: #0D1F4E; z-index: 199; flex-direction: column; padding: 32px 24px; overflow-y: auto; }
.sp-menu.open { display: flex; }
.sp-menu a { color: rgba(255,255,255,0.8); font-size: 18px; font-weight: 700; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; }
.sp-menu a:hover { color: #F5C200; }
.sp-menu-search { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.sp-menu-search input { background: none; border: none; outline: none; color: #fff; font-size: 15px; flex: 1; font-family: 'Noto Sans JP', sans-serif; }
.sp-menu-search input::placeholder { color: rgba(255,255,255,0.35); }

/* ===== PICKUP HERO (トップのメイン) ===== */
.pickup-hero { position: relative; width: 100%; aspect-ratio: 12/5; display: flex; align-items: center; background: #0D1F4E; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; }
.pickup-hero::after { content: none; }
.pickup-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.45); z-index: 1; }
.pickup-hero-bg { display: none; }
.pickup-hero-content { position: relative; z-index: 2; padding: 40px; max-width: 860px; width: 100%; margin: 0 auto; }
.pickup-hero-tag { display: inline-flex; align-items: center; gap: 6px; background: #F5C200; color: #0D1F4E; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 3px; letter-spacing: 1px; margin-bottom: 14px; }
.pickup-hero-stars { display: flex; gap: 3px; margin-bottom: 12px; }
.pickup-hero-stars .star-filled { color: #F5C200; font-size: 18px; }
.pickup-hero-stars .star-empty { color: rgba(255,255,255,0.25); font-size: 18px; }
.pickup-hero-title { font-size: 32px; font-weight: 700; color: #fff; line-height: 1.5; margin-bottom: 16px; }
.pickup-hero-title a { color: #fff; }
.pickup-hero-merits { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.pickup-hero-merits .merit { color: rgba(255,255,255,0.85); font-size: 13px; }
.pickup-hero-merits .merit::before { content: '✓'; color: #F5C200; font-weight: 700; }
.pickup-hero-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.pickup-hero-actions .cta-btn { width: auto; padding: 13px 28px; }
.pickup-hero-timer { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.6); font-size: 12px; }

/* ===== ALSO PICKED (サブPickup) ===== */
.also-picked { background: #fff; }
.also-picked-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ===== TICKER ===== */
.ticker { background: #F5C200; padding: 10px 24px; display: flex; align-items: center; gap: 12px; }
.ticker-label { background: #0D1F4E; color: #F5C200; font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 3px; white-space: nowrap; letter-spacing: 1px; }
.ticker-text { font-size: 13px; font-weight: 700; color: #0D1F4E; }

/* ===== SECTIONS ===== */
.section { padding: 56px 0; }
.section.gray { background: #f0ede6; }
.section.white { background: #fff; }
.section-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; }
.section-label { font-size: 11px; font-weight: 700; color: #F5C200; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; }
.section-title { font-family: 'Noto Sans JP', sans-serif; font-size: 28px; font-weight: 700; color: #0D1F4E; letter-spacing: 1px; line-height: 1; }
.section-more { display: inline-flex; align-items: center; gap: 6px; background: #0D1F4E; color: #fff; font-size: 12px; font-weight: 700; padding: 8px 18px; border-radius: 4px; transition: background 0.15s; white-space: nowrap; }
.section-more:hover { background: #F5C200; color: #0D1F4E; }

/* ===== TODAY'S PICKUP ===== */
.pickup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pickup-main { grid-column: 1 / 2; grid-row: 1 / 3; }
.pickup-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e8e4dc; transition: transform 0.15s, box-shadow 0.15s; }
.pickup-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.pickup-card.featured { border: 2px solid #F5C200; }
.pickup-img { background: #e8e4dc; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.pickup-img img { width: 100%; height: 100%; object-fit: cover; }
.pickup-main .pickup-img { height: 280px; }
.pickup-sub .pickup-img { height: 130px; }
.pickup-badge { position: absolute; top: 12px; left: 12px; background: #F5C200; color: #0D1F4E; font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 3px; letter-spacing: 1px; z-index: 1; }
.pickup-cat { position: absolute; top: 12px; left: 12px; background: #0D1F4E; color: #fff; font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 3px; z-index: 2; }
.pickup-body { padding: 16px; }
.pickup-main .pickup-body { padding: 20px; }
.stars { display: flex; gap: 2px; margin-bottom: 8px; }
.stars .star-filled { color: #F5C200; }
.stars .star-empty { color: #ddd; }
.pickup-title { font-size: 15px; font-weight: 700; color: #1a1a1a; line-height: 1.5; margin-bottom: 10px; }
.pickup-sub .pickup-title { font-size: 12px; margin-bottom: 6px; }
.merits { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.merit { display: flex; align-items: flex-start; gap: 7px; font-size: 12px; color: #555; line-height: 1.4; }
.merit::before { content: '✓'; color: #0D1F4E; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.cta-btn { background: #F5C200; color: #0D1F4E; border: none; border-radius: 8px; padding: 12px 0; width: 100%; font-size: 13px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 7px; letter-spacing: 0.5px; text-align: center; }
.cta-btn:hover { background: #e6b800; color: #0D1F4E; }
.pickup-meta { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.pickup-timer { font-size: 11px; color: #999; }

/* ===== ARTICLE GRID ===== */
.article-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.article-card { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e8e4dc; transition: transform 0.15s; position: relative; }
.article-card:hover { transform: translateY(-2px); }
.article-card a.card-link { position: absolute; inset: 0; z-index: 1; }
.article-img { aspect-ratio: 16/9; width: 100%; background: #e8e4dc; position: relative; overflow: hidden; }
.article-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-cat-label { position: absolute; top: 8px; left: 8px; background: #0D1F4E; color: #fff; font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 3px; z-index: 2; }
.article-body { padding: 12px 14px 14px; }
.article-title { font-size: 12px; font-weight: 700; color: #1a1a1a; line-height: 1.5; margin-bottom: 8px; }
.article-meta-row { font-size: 10px; color: #aaa; }

/* ===== CATEGORY CARD GRID ===== */
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.cat-card { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e8e4dc; transition: transform 0.15s; position: relative; }
.cat-card:hover { transform: translateY(-2px); }
.cat-card a.card-link { position: absolute; inset: 0; z-index: 1; }
.cat-img { aspect-ratio: 16/9; width: 100%; background: #e8e4dc; overflow: hidden; position: relative; }
.cat-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cat-body { padding: 8px 10px 10px; }
.cat-name { font-size: 11px; font-weight: 700; color: #1a1a1a; line-height: 1.4; margin-bottom: 3px; }
.cat-count { font-size: 10px; color: #aaa; }

/* ===== RECOMMENDED ===== */
.rec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rec-card { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e8e4dc; display: flex; flex-direction: column; transition: transform 0.15s; position: relative; }
.rec-card:hover { transform: translateY(-2px); }
.rec-card a.card-link { position: absolute; inset: 0; z-index: 1; }
.rec-img { aspect-ratio: 16/9; width: 100%; background: #e8e4dc; overflow: hidden; position: relative; }
.rec-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rec-body { padding: 12px 14px; flex: 1; }
.rec-tag { display: inline-block; background: #f0ede6; color: #888; font-size: 9px; font-weight: 700; padding: 2px 8px; border-radius: 3px; margin-bottom: 6px; }
.rec-title { font-size: 12px; font-weight: 700; color: #1a1a1a; line-height: 1.5; }

/* ===== CATEGORY TAGS ===== */
.cat-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.cat-tag { background: #fff; border: 1px solid #e0ddd5; color: #555; font-size: 12px; padding: 6px 14px; border-radius: 20px; transition: all 0.15s; }
.cat-tag:hover { background: #0D1F4E; color: #fff; border-color: #0D1F4E; }

/* ===== SNS ===== */
.sns-icons { display: flex; gap: 12px; margin-top: 16px; }
.sns-icon { width: 44px; height: 44px; border-radius: 10px; background: #0D1F4E; display: flex; align-items: center; justify-content: center; transition: background 0.15s; font-size: 22px; color: #fff; }
.sns-icon:hover { background: #F5C200; color: #0D1F4E; }

/* ===== SINGLE POST ===== */
.single-header { background: #0D1F4E; padding: 48px 40px 40px; }
.single-header-bg { display: none; }
.single-header::before { content: none; }
.single-header::after { content: none; }
.single-header-content { max-width: 800px; margin: 0 auto; padding: 0; }
.single-header-content { position: relative; z-index: 2; padding: 36px 40px; width: 100%; max-width: 800px; margin: 0 auto; }
.single-cat-badge { display: inline-block; background: #F5C200; color: #0D1F4E; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 3px; letter-spacing: 1px; margin-bottom: 12px; }
.single-title { font-size: 26px; font-weight: 700; color: #fff; line-height: 1.6; margin-bottom: 14px; }
.single-meta { display: flex; gap: 16px; align-items: center; color: rgba(255,255,255,0.6); font-size: 12px; flex-wrap: wrap; }
.single-timer { color: #F5C200; font-weight: 700; }
.single-header-content .breadcrumb { justify-content: flex-start; margin-top: 14px; }
.single-wrap { max-width: 800px; margin: 0 auto; padding: 40px 24px 80px; }
.single-rating-box { background: #fff; border: 2px solid #F5C200; border-radius: 12px; padding: 20px 24px; margin-bottom: 28px; display: flex; align-items: center; gap: 20px; }
.rating-score { font-family: 'Bebas Neue', sans-serif; font-size: 56px; color: #0D1F4E; line-height: 1; }
.rating-stars { display: flex; gap: 4px; margin-bottom: 4px; }
.rating-stars span { color: #F5C200; font-size: 20px; }
.rating-label { font-size: 12px; color: #999; }
.merit-box { background: #f5f5f0; border-radius: 10px; padding: 20px 24px; margin-bottom: 28px; }
.merit-box h3 { font-size: 13px; font-weight: 700; color: #0D1F4E; letter-spacing: 1px; margin-bottom: 12px; }
.merit-box ul { display: flex; flex-direction: column; gap: 8px; }
.merit-box li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #444; line-height: 1.5; }
.merit-box li::before { content: '✓'; color: #0D1F4E; font-weight: 700; flex-shrink: 0; }
.post-content { font-size: 15px; line-height: 1.9; color: #333; margin-bottom: 32px; }
.post-content h2 { font-size: 20px; font-weight: 700; color: #0D1F4E; margin: 36px 0 14px; padding-left: 14px; border-left: 3px solid #F5C200; }
.post-content h3 { font-size: 17px; font-weight: 700; color: #1a1a1a; margin: 28px 0 10px; }
.post-content p { margin-bottom: 18px; }
.post-content img { border-radius: 10px; margin: 24px 0; }
.post-content ul, .post-content ol { padding-left: 20px; margin-bottom: 18px; list-style: disc; }
.post-content ol { list-style: decimal; }
.post-content li { margin-bottom: 8px; line-height: 1.7; }
.affiliate-box { background: #f5f5f0; border: 2px solid #e8e4dc; border-radius: 12px; padding: 24px; margin: 32px 0; }
.affiliate-name { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 16px; }
.affiliate-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.affiliate-btn { font-size: 14px; font-weight: 700; padding: 12px 24px; border-radius: 8px; display: inline-flex; align-items: center; gap: 8px; }
.affiliate-btn.amazon { background: #F5C200; color: #0D1F4E; }
.affiliate-btn.amazon:hover { background: #e6b800; color: #0D1F4E; }
.affiliate-btn.rakuten { background: #bf0000; color: #fff; }
.affiliate-btn.rakuten:hover { background: #a00000; color: #fff; }
.next-articles { margin-top: 48px; }
.next-articles-title { font-size: 11px; font-weight: 700; color: #999; letter-spacing: 2px; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid #e8e4dc; }
.next-article-list { display: flex; flex-direction: column; gap: 12px; }
.next-article-card { background: #fff; border-radius: 10px; border: 1px solid #e8e4dc; padding: 14px; display: flex; align-items: center; gap: 12px; transition: transform 0.15s; }
.next-article-card:hover { transform: translateY(-2px); }
.next-article-thumb { width: 60px; height: 60px; border-radius: 8px; background: #e8e4dc; flex-shrink: 0; overflow: hidden; }
.next-article-thumb img { width: 100%; height: 100%; object-fit: cover; }
.next-article-info { flex: 1; }
.next-article-cat { font-size: 10px; color: #999; font-weight: 700; letter-spacing: 1px; margin-bottom: 3px; }
.next-article-title { font-size: 13px; font-weight: 700; color: #1a1a1a; line-height: 1.4; }

/* ===== PAGE (固定ページ) ===== */
.page-hero { background: #0D1F4E; padding: 40px 40px; text-align: center; }
.page-hero-label { font-size: 11px; font-weight: 700; color: #F5C200; letter-spacing: 2px; margin-bottom: 8px; }
.page-hero h1 { font-size: 26px; font-weight: 700; color: #fff; }
.breadcrumb { display: flex; gap: 8px; align-items: center; justify-content: center; margin-top: 12px; }
.breadcrumb a { font-size: 12px; color: rgba(255,255,255,0.5); }
.breadcrumb span { font-size: 12px; color: rgba(255,255,255,0.3); }
.page-container { max-width: 800px; margin: 48px auto; padding: 0 24px 80px; }
.page-card { background: #fff; border-radius: 14px; padding: 40px; border: 1px solid #e8e4dc; }
.page-card h2 { font-size: 18px; font-weight: 700; color: #0D1F4E; margin: 36px 0 16px; text-align: center; position: relative; padding-bottom: 12px; }
.page-card h2::after { content: ''; display: block; width: 40px; height: 3px; background: #F5C200; margin: 10px auto 0; border-radius: 2px; }
.page-card h2:first-child { margin-top: 0; }
.page-card p { color: #444; margin-bottom: 12px; font-size: 14px; line-height: 1.8; }
.page-card ul { color: #444; padding-left: 20px; margin-bottom: 12px; list-style: disc; }
.page-card ul li { margin-bottom: 6px; font-size: 14px; }
.page-card table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.page-card table th, .page-card table td { padding: 12px; border-bottom: 1px solid #f0ede6; text-align: left; font-size: 14px; }
.page-card table th { color: #0D1F4E; font-weight: 700; width: 140px; }

/* ===== ARCHIVE ===== */
.archive-header { background: #0D1F4E; padding: 36px 40px; }
.archive-label { font-size: 11px; font-weight: 700; color: #F5C200; letter-spacing: 2px; margin-bottom: 6px; }
.archive-title { font-size: 26px; font-weight: 700; color: #fff; }
.archive-wrap { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.archive-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e8e4dc; transition: transform 0.15s; position: relative; }
.archive-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.archive-card a.card-link { position: absolute; inset: 0; z-index: 1; }
.archive-thumb { aspect-ratio: 16/9; width: 100%; background: #e8e4dc; overflow: hidden; position: relative; }
.archive-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.archive-cat-badge { position: absolute; top: 10px; left: 10px; background: #0D1F4E; color: #fff; font-size: 9px; font-weight: 700; padding: 2px 8px; border-radius: 3px; z-index: 2; }
.archive-body { padding: 16px; }
.archive-post-title { font-size: 14px; font-weight: 700; color: #1a1a1a; line-height: 1.5; margin-bottom: 8px; }
.archive-post-meta { font-size: 11px; color: #aaa; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.pagination a, .pagination span { width: 36px; height: 36px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; border: 1px solid #e0ddd5; background: #fff; color: #555; }
.pagination .current { background: #0D1F4E; color: #fff; border-color: #0D1F4E; }
.pagination a:hover { background: #F5C200; color: #0D1F4E; border-color: #F5C200; }

/* ===== FOOTER ===== */
.site-footer { background: #0D1F4E; padding: 40px 40px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.footer-brand .footer-logo img { height: 32px; width: auto; }
.footer-tagline { color: rgba(255,255,255,0.5); font-size: 12px; margin-top: 10px; line-height: 1.6; }
.footer-col h4 { color: #F5C200; font-size: 11px; font-weight: 700; letter-spacing: 1px; margin-bottom: 12px; }
.footer-col a { display: block; color: rgba(255,255,255,0.55); font-size: 12px; margin-bottom: 7px; }
.footer-col a:hover { color: #F5C200; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: rgba(255,255,255,0.4); font-size: 11px; }
.footer-links a:hover { color: #F5C200; }
.footer-copy { color: rgba(255,255,255,0.3); font-size: 11px; }

/* ===== CONTACT FORM ===== */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: #0D1F4E; margin-bottom: 6px; }
.form-group label .required { color: #e74c3c; margin-left: 4px; font-size: 11px; }
.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea { width: 100%; padding: 12px 14px; border: 1.5px solid #e0ddd5; border-radius: 8px; font-size: 14px; font-family: 'Noto Sans JP', sans-serif; outline: none; transition: border-color 0.15s; background: #fafaf8; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #0D1F4E; background: #fff; }
.form-group textarea { min-height: 160px; resize: vertical; }
.submit-btn { background: #F5C200; color: #0D1F4E; border: none; border-radius: 10px; padding: 14px 0; width: 100%; font-size: 15px; font-weight: 700; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; }
.submit-btn:hover { background: #e6b800; }

/* ===== WIDGETS ===== */
.widget { background: #fff; border-radius: 12px; padding: 20px; border: 1px solid #e8e4dc; margin-bottom: 20px; }
.widget-title { font-size: 14px; font-weight: 700; color: #0D1F4E; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid #F5C200; }
.widget ul li { padding: 6px 0; border-bottom: 1px solid #f0ede6; font-size: 13px; }
.widget ul li a { color: #444; }
.widget ul li a:hover { color: #0D1F4E; font-weight: 700; }
.widget ul li:last-child { border-bottom: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .site-header { padding: 0 16px; }
  .main-nav { display: none; }
  .header-search-form { display: none; }
  .hamburger { display: flex; }

  /* heroをスマホで縦並び（画像上・テキスト下）に */
  .pickup-hero {
    aspect-ratio: auto;
    flex-direction: column;
    align-items: stretch;
  }
  .pickup-hero::before { display: none; }
  .pickup-hero-bg-sp {
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
  }
  .pickup-hero-content {
    position: relative;
    z-index: 1;
    background: #0D1F4E;
    padding: 24px 20px 32px;
    margin: 0;
    max-width: 100%;
  }
  .pickup-hero-tag { display: inline-flex; font-size: 11px; margin-bottom: 12px; }
  .pickup-hero-stars { margin-bottom: 10px; }
  .pickup-hero-title { font-size: 20px; color: #fff; margin-bottom: 14px; line-height: 1.6; }
  .pickup-hero-merits { margin-bottom: 16px; }
  .pickup-hero-merits .merit { font-size: 13px; }
  .pickup-hero-actions { display: flex; flex-direction: column; gap: 10px; }
  .pickup-hero-actions .cta-btn { width: 100%; padding: 14px 0; font-size: 14px; justify-content: center; }

  .also-picked-grid { grid-template-columns: 1fr; }
  .section { padding: 36px 0; }
  .section-inner { padding: 0 16px; }
  .pickup-grid { grid-template-columns: 1fr; }
  .pickup-main { grid-column: auto; grid-row: auto; }
  .pickup-main .pickup-img { height: 200px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .rec-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .single-header-content { padding: 20px 16px; }
  .single-title { font-size: 18px; }
  .single-wrap { padding: 24px 16px 60px; }
  .page-hero { padding: 32px 20px; }
  .archive-header { padding: 32px 20px; }
  .site-footer { padding: 40px 20px 0; }
}
@media (max-width: 480px) {
  .article-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .rec-grid { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .ticker { padding: 10px 16px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
