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

* { box-sizing: border-box; margin: 0; padding: 0; }
a { text-decoration: none;}
body { font-family: 'Noto Sans JP', sans-serif; background: #FAF7F2; color: #1B2A4A; }
.seo-h1{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); }

/* ナビ */
.site-nav { background: #1b2a4a; height: clamp(48px, 6vw, 60px); display: flex; align-items: center; justify-content: flex-start; gap: clamp(12px, 2vw, 20px); padding: 0 clamp(1rem, 3vw, 2rem); position: sticky; top: 0; z-index: 20; }
.hamburger { width: clamp(32px, 3.5vw, 36px); height: clamp(32px, 3.5vw, 36px); border-radius: clamp(6px, 0.8vw, 10px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(4px, 0.6vw, 6px); cursor: pointer; background: transparent; border: none; }
.hb-line { width: clamp(16px, 2vw, 20px); height: 2px; background: #a0b0c8; border-radius: 2px; display: block; transition: all 0.3s; }
.hamburger.open .hb-line{ opacity: 0; }
.hamburger.open { pointer-events: none; }
.site-nav--hero { position: fixed; background: transparent; }

/* ドロワー */
.overlay { position: fixed; inset: 0; background: #00000050; z-index: 50; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.overlay.show { opacity: 1; pointer-events: all; }
.drawer { position: fixed; top: 0; left: 0; width: clamp(220px, 70vw, 300px); height: 100vh; background: #1B2A4A; z-index: 51; transform: translateX(-100%); transition: transform 0.3s cubic-bezier(.4,0,.2,1); padding: clamp(1.25rem, 2vw, 1.75rem) 0; overflow-y: auto; }
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1rem, 2vw, 1.5rem) clamp(1rem, 1.5vw, 1.25rem); border-bottom: 0.5px solid #243552; margin-bottom: clamp(0.75rem, 1.2vw, 1rem); }
.drawer-logo-img { flex: 1; height: auto; min-width: 0; }
.drawer-logo-img { flex: 1; height: auto; min-width: 0; max-width: 78%; }
.close-btn { width: clamp(30px, 3vw, 32px); height: clamp(30px, 3vw, 32px); border-radius: clamp(5px, 0.7vw, 8px); background: #243552; display: flex; align-items: center; justify-content: center; cursor: pointer; border: none; flex-shrink: 0; }
.drawer-nav { padding: 0 clamp(0.75rem, 1.5vw, 1.25rem); }
.drawer-item { display: flex; align-items: center; gap: clamp(6px, 1vw, 10px); padding: clamp(8px, 1.2vw, 11px) clamp(8px, 1.2vw, 12px); border-radius: clamp(6px, 0.8vw, 10px); font-size: clamp(14px, 1.5vw, 15px); color: #a0b0c8; cursor: pointer; margin-bottom: 2px; text-decoration: none; }
.drawer-item.active { color: #2A9D8F; background: #2A9D8F18; }
.drawer-item:hover { background: #ffffff11; color: #FAF7F2; }
.drawer-divider { height: 0.5px; background: #243552; margin: clamp(0.6rem, 1vw, 1rem) 0; }
.drawer-authors { padding: 0 clamp(0.75rem, 1.5vw, 1.25rem); }
.drawer-authors-label, .drawer-section-label { font-size: clamp(11px, 1vw, 12px); color: #4a6080; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: clamp(4px, 0.6vw, 7px); }
.drawer-section { padding: 0 clamp(0.75rem, 1.5vw, 1.25rem); }
.drawer-post-item { display: block; padding: clamp(5px, 0.8vw, 7px) clamp(6px, 1vw, 10px); border-radius: clamp(6px, 0.8vw, 8px); font-size: clamp(13px, 1.3vw, 14px); color: #a0b0c8; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.drawer-post-item:hover { background: #ffffff11; color: #FAF7F2; }
.drawer-tags { display: flex; flex-wrap: wrap; gap: clamp(4px, 0.7vw, 6px); padding: 0 clamp(6px, 1vw, 10px); }
.drawer-tag { background: #2A9D8F22; color: #2A9D8F; font-size: clamp(11px, 1.1vw, 12px); padding: clamp(2px, 0.4vw, 3px) clamp(8px, 1.2vw, 11px); border-radius: clamp(12px, 1.8vw, 16px); text-decoration: none; }
.drawer-tag:hover { background: #2A9D8F38; }
.drawer-tag-active { background: #2A9D8F; color: #fff; }
.drawer-archive-active { color: #2A9D8F; background: #2A9D8F22; }
.drawer-archive { display: flex; flex-wrap: wrap; gap: clamp(3px, 0.6vw, 6px); padding: 0 clamp(6px, 1vw, 10px); }
.drawer-archive-item { font-family: 'Caveat', cursive; font-size: clamp(13px, 1.4vw, 14px); color: #a0b0c8; text-decoration: none; padding: 2px clamp(7px, 1vw, 10px); border-radius: 8px; }
.drawer-archive-item:hover { color: #2A9D8F; background: #ffffff11; }
.author-row { display: flex; align-items: center; gap: clamp(6px, 1vw, 10px); padding: clamp(5px, 0.8vw, 8px) clamp(6px, 1vw, 10px); border-radius: clamp(6px, 0.8vw, 10px); cursor: pointer; }
.av-sm { width: clamp(20px, 2.5vw, 24px); height: clamp(20px, 2.5vw, 24px); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Caveat', cursive; font-size: clamp(10px, 1.2vw, 12px); color: #fff; flex-shrink: 0; }
.av-a { background: #2A9D8F; }
.av-b { background: #E07A5F; }
.author-label { font-size: clamp(13px, 1.3vw, 14px); color: #a0b0c8; }

/* ヒーロー */
.hero { background: #1B2A4A; padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 3vw, 2rem); padding-top: clamp(3.5rem, 8vw, 4rem); text-align: center;  }
.hero-logo { margin: 0 auto;   margin: 0 auto;  max-width: clamp(350px, 95vw, 900px); }
.hero-logo img { width: 100%; height: auto; display: block; }
.hero-logo-placeholder { width: clamp(80px, 15vw, 130px); height: clamp(80px, 15vw, 130px); border-radius: clamp(12px, 2vw, 20px); background: #243552; border: 1.5px dashed #2A9D8F; display: flex; align-items: center; justify-content: center; margin: 0 auto clamp(0.75rem, 1.5vw, 1.25rem); }
.hero-logo-placeholder span { color: #2A9D8F; font-size: clamp(10px, 1.3vw, 13px); }
.hero-desc { color: #a0b0c8; font-size: clamp(13px, 1.6vw, 16px); line-height: 1.75; max-width: clamp(280px, 85vw, 650px); margin: 0 auto clamp(1.25rem, 2.5vw, 2rem); margin-top: clamp(1.25rem, 4vw, 2rem); font-weight: lighter; letter-spacing: clamp(0.3px, 0.1vw, 1px); }
.hero-btn { display: inline-flex; align-items: center; gap: clamp(6px, 1vw, 10px); background: #2A9D8F; color: #fff; font-size: clamp(12px, 1.5vw, 15px); padding: clamp(9px, 1.3vw, 13px) clamp(20px, 3vw, 30px); border-radius: clamp(18px, 2.5vw, 26px); text-decoration: none; }
.hero-btn-icon { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.hero-btn-icon img { height: clamp(32px, 4vw, 40px); width: auto; display: block; }

/* 著者ストリップ */
.authors-strip { background: #243552; padding: clamp(0.75rem, 1.5vw, 1.25rem) clamp(1rem, 3vw, 2rem); display: flex; gap: clamp(1rem, 3vw, 2.5rem); justify-content: center; }
.author-chip { display: flex; align-items: center; gap: clamp(6px, 1vw, 10px); max-width: clamp(160px, 22vw, 280px); }
.author-chip-text { min-width: 0; }
.author-av { width: clamp(28px, 4vw, 40px); height: clamp(28px, 4vw, 40px); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Caveat', cursive; font-size: clamp(13px, 1.8vw, 18px); color: #fff; flex-shrink: 0; }
.author-name { color: #FAF7F2; font-size: clamp(11px, 1.4vw, 14px); font-weight: 500; }
.author-desc-sm { color: #a0b0c8; font-size: clamp(9px, 1.1vw, 12px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* セクション */
.section { padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem); }
.section-eyebrow { font-family: 'Caveat', cursive; font-size: clamp(15px,2vw,20px); color: #2A9D8F; margin-bottom: clamp(3px, 0.5vw, 6px); display: flex; align-items: center; gap: clamp(5px, 0.8vw, 8px); }
.section-title { font-size: clamp(13px, 1.8vw, 18px); font-weight: 500; color: #1B2A4A; margin-bottom: clamp(1rem, 1.8vw, 1.75rem); }

/* カード */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.6rem, 1.2vw, 1.25rem); }
.card { background: #fff; border: 0.5px solid #e2ddd6; border-radius: clamp(10px, 1.5vw, 16px); padding: clamp(0.9rem, 1.5vw, 1.4rem); }
.card-accent { border: 2px solid #2A9D8F; }
.card-tags-row { display: flex; flex-wrap: wrap; gap: clamp(4px, 0.7vw, 6px); margin-bottom: clamp(0.35rem, 0.6vw, 0.5rem); }
.card-author-row { display: flex; align-items: center; gap: clamp(4px, 0.7vw, 8px); margin-bottom: clamp(0.4rem, 0.8vw, 0.75rem); }
.card-tag { display: inline-block; background: #e0f4f2; color: #1a6b64; font-size: clamp(9px, 1.1vw, 11px); padding: 2px clamp(6px, 0.9vw, 10px); border-radius: 10px; }
.card-tag-warm { background: #FDF0EC; color: #a04830; }
.card-av { width: clamp(16px, 2.2vw, 22px); height: clamp(16px, 2.2vw, 22px); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Caveat', cursive; font-size: clamp(8px, 1.1vw, 12px); color: #fff; flex-shrink: 0; }
.card-author { font-size: clamp(9px, 1.1vw, 11px); color: #7a8a9a; }
.card-title { font-size: clamp(14px, 1.8vw, 17px); font-weight: 100; color: #1B2A4A; line-height: 1.5; margin-bottom: clamp(4px, 0.6vw, 7px); letter-spacing: .03vw;}
.card-meta { font-size: clamp(9px, 1.1vw, 11px); color: #9aa0aa; }

/* タグ */
.tags-row { display: flex; flex-wrap: wrap; gap: clamp(6px, 1vw, 10px); }
.tag { background: #EEF8F7; color: #1a6b64; font-size: clamp(10px, 1.3vw, 13px); padding: clamp(4px, 0.7vw, 7px) clamp(10px, 1.5vw, 15px); border-radius: clamp(16px, 2vw, 22px); text-decoration: none; display: inline-block; }
.tag-warm { background: #FDF0EC; color: #a04830; }

/* フッター */
.site-footer { background: #1B2A4A; border-top: 0.5px solid #243552; padding: clamp(1rem, 2vw, 1.75rem) clamp(1rem, 3vw, 2rem); text-align: center; }
.footer-text { color: #4a6080; font-size: clamp(10px, 1.2vw, 12px); }

/* カルーセル */
.carousel-wrap { background: #1B2A4A; padding: clamp(1rem, 2vw, 1.75rem) clamp(1rem, 3vw, 2rem); }
.carousel-eyebrow { font-family: 'Caveat', cursive; color: #2A9D8F; font-size: clamp(14px, 1.8vw, 19px); margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem); display: flex; align-items: center; gap: clamp(5px, 0.8vw, 8px); }
.carousel { position: relative; overflow: hidden; border-radius: clamp(10px, 1.5vw, 16px); }
.carousel-track { display: flex; transition: transform 0.5s cubic-bezier(.4,0,.2,1); }
.carousel-slide { min-width: 100%; background: #243552; border-radius: clamp(10px, 1.5vw, 16px); padding: clamp(1.25rem, 2vw, 1.75rem); border-top: 3px solid #2A9D8F; }
.slide-tags-row { display: flex; flex-wrap: wrap; gap: clamp(4px, 0.7vw, 6px); margin-bottom: clamp(0.6rem, 1vw, 0.9rem); }
.slide-tag { display: inline-block; background: #1B2A4A; color: #2A9D8F; font-size: clamp(10px, 1.2vw, 12px); padding: 2px clamp(8px, 1.2vw, 12px); border-radius: 10px; }
.slide-title { font-family: 'Caveat', cursive; color: #FAF7F2; font-size: clamp(16px, 2.2vw, 22px); line-height: 1.5; margin-bottom: clamp(0.5rem, 0.9vw, 0.8rem); }
.slide-excerpt { font-size: clamp(11px, 1.3vw, 13px); color: #a0b0c8; line-height: 1.75; margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-clamp: 3; overflow: hidden; }
.slide-bottom { display: flex; align-items: center; margin-top: 0; flex: 0 0 auto; }
.slide-author { display: flex; align-items: center; gap: clamp(5px, 0.8vw, 8px); }
.slide-author-name { font-size: clamp(10px, 1.2vw, 12px); color: #a0b0c8; }
.slide-read-inline { display: inline-block; color: #2A9D8F; font-size: clamp(10px, 1.2vw, 12px); font-weight: 500; white-space: nowrap; margin-left: 4px; }
.carousel-dots-wrapper { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 2vw, 16px); margin-top: clamp(0.75rem, 1.2vw, 1rem); }
.arrow { width: clamp(28px, 3vw, 32px); height: clamp(28px, 3vw, 32px); border-radius: 50%; background: #2A9D8F22; border: 0.5px solid #2A9D8F55; display: flex; align-items: center; justify-content: center; cursor: pointer; line-height: 0; }
.arrow svg { display: block; }
.carousel-dots { display: flex; align-items: center; gap: clamp(5px, 0.8vw, 8px); }
.dot { width: clamp(5px, 0.8vw, 7px); height: clamp(5px, 0.8vw, 7px); border-radius: 50%; background: #4a6080; cursor: pointer; transition: all 0.3s; display: block; }
.dot.active { background: #2A9D8F; width: clamp(14px, 2vw, 20px); border-radius: 3px; }
.slide-link { display: block; height: 100%; color: inherit; text-decoration: none; }
/* 記事一覧 */
.filter-bar { background: #fff; border-bottom: 0.5px solid #e2ddd6; padding: clamp(0.6rem, 1.2vw, 1rem) clamp(1rem, 3vw, 2rem); display: flex; flex-direction: column; gap: clamp(0.4rem, 0.8vw, 0.75rem); }
.search-row { display: flex; gap: clamp(0.4rem, 0.8vw, 0.75rem); flex: 1; min-width: 0; }
.search-input { flex: 1; min-width: 0; border: 0.5px solid #d0ccc6; border-radius: clamp(16px, 2.5vw, 24px); padding: clamp(6px, 1vw, 9px) clamp(12px, 1.8vw, 18px); font-size: clamp(11px, 1.3vw, 14px); background: #FAF7F2; color: #1B2A4A; outline: none; font-family: 'Noto Sans JP', sans-serif; }
.search-btn { background: #2A9D8F; color: #fff; border: none; border-radius: clamp(16px, 2.5vw, 24px); padding: clamp(6px, 1vw, 9px) clamp(14px, 2vw, 20px); font-size: clamp(10px, 1.2vw, 13px); cursor: pointer; font-family: 'Noto Sans JP', sans-serif; }
.filter-row { display: flex; gap: clamp(4px, 0.7vw, 8px); align-items: center; flex-wrap: wrap; }
.filter-label { font-size: clamp(9px, 1.1vw, 12px); color: #9aa0aa; }
.filter-chip { font-size: clamp(9px, 1.1vw, 11px); padding: clamp(2px, 0.4vw, 4px) clamp(10px, 1.5vw, 14px); border-radius: clamp(16px, 2vw, 22px); border: 0.5px solid #d0ccc6; background: #FAF7F2; color: #1B2A4A; cursor: pointer; text-decoration: none; }
.filter-chip.active { background: #1B2A4A; color: #FAF7F2; }
.filter-chip.teal { background: #e0f4f2; color: #1a6b64; }
.archive-bar { background: #FAF7F2; border-bottom: 0.5px solid #e2ddd6; padding: clamp(0.4rem, 0.8vw, 0.75rem) clamp(1rem, 3vw, 2rem); display: flex; gap: clamp(4px, 0.7vw, 8px); overflow-x: auto; }
.archive-chip { font-family: 'Caveat', cursive; font-size: clamp(12px, 1.5vw, 16px); color: #a0b0c8; white-space: nowrap; padding: 2px clamp(8px, 1.2vw, 12px); border-radius: 10px; cursor: pointer; text-decoration: none; }
.archive-chip.active { color: #2A9D8F; background: #e0f4f2; }
.list { padding: clamp(0.75rem, 1.5vw, 1.25rem) clamp(1rem, 3vw, 2rem); display: flex; flex-direction: column; gap: clamp(0.6rem, 1.2vw, 1rem); }
.list-item { background: #fff; border: 0.5px solid #e2ddd6; border-radius: clamp(10px, 1.5vw, 16px); padding: clamp(0.9rem, 1.5vw, 1.4rem); text-decoration: none; display: block; }
.list-item.la { border-left: 3px solid #2A9D8F; border-radius: 0 clamp(10px, 1.5vw, 16px) clamp(10px, 1.5vw, 16px) 0; }
.item-top { display: flex; align-items: center; gap: clamp(4px, 0.7vw, 8px); margin-bottom: clamp(0.3rem, 0.6vw, 0.6rem); flex-wrap: wrap; }
.item-tag { display: inline-block; background: #e0f4f2; color: #1a6b64; font-size: clamp(9px, 1.1vw, 11px); padding: 2px clamp(6px, 0.9vw, 9px); border-radius: 10px; }
.item-tag-warm { background: #FDF0EC; color: #a04830; }
.item-author { font-size: clamp(9px, 1.1vw, 11px); color: #7a8a9a; }
.item-title { font-size: clamp(12px, 1.6vw, 15px); font-weight: 500; color: #1B2A4A; line-height: 1.55; margin-bottom: clamp(3px, 0.5vw, 6px); }
.item-excerpt { font-size: clamp(10px, 1.3vw, 13px); color: #6a7a8a; line-height: 1.65; margin-bottom: clamp(3px, 0.5vw, 6px); }
.item-meta { font-size: clamp(9px, 1.1vw, 11px); color: #9aa0aa; }
.pagination { display: flex; justify-content: center; gap: clamp(4px, 0.6vw, 7px); padding: clamp(1rem, 2vw, 1.75rem); }
.page-btn { width: clamp(28px, 3.5vw, 36px); height: clamp(28px, 3.5vw, 36px); border-radius: 50%; border: 0.5px solid #d0ccc6; background: #fff; color: #1B2A4A; font-size: clamp(11px, 1.3vw, 14px); display: flex; align-items: center; justify-content: center; cursor: pointer; text-decoration: none; }
.page-btn.active { background: #1B2A4A; color: #FAF7F2; border-color: #1B2A4A; }

/* 個別記事 */
.breadcrumb { padding: clamp(0.5rem, 1vw, 0.9rem) clamp(1rem, 3vw, 2rem); font-size: clamp(10px, 1.2vw, 12px); color: #9aa0aa; background: #fff; border-bottom: 0.5px solid #e2ddd6; }
.breadcrumb a { color: #2A9D8F; text-decoration: none; }
.article-header { background: #1B2A4A; padding: clamp(2rem, 4vw, 3.5rem) clamp(1rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.5rem); }
.article-tags { display: flex; gap: clamp(4px, 0.7vw, 8px); margin-bottom: clamp(0.5rem, 1vw, 0.9rem); flex-wrap: wrap; }
.article-tag { display: inline-block; background: #2A9D8F22; color: #2A9D8F; font-size: clamp(10px, 1.2vw, 12px); padding: 2px clamp(8px, 1.2vw, 12px); border-radius: 10px; }
.article-title { font-family: 'Noto Serif JP', serif; color: #FAF7F2; font-size: clamp(18px, 3vw, 28px); font-weight: 500; line-height: 1.6; margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem); }
.article-meta { display: flex; align-items: center; gap: clamp(6px, 1vw, 12px); flex-wrap: wrap; }
.article-meta-text { font-size: clamp(11px, 1.3vw, 13px); color: #a0b0c8; }
.article-body { padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2rem); max-width: clamp(300px, 70vw, 720px); margin: 0 auto; }
.body-lead { font-family: 'Noto Serif JP', serif; font-size: clamp(13px, 1.6vw, 16px); line-height: 1.95; color: #2C3A50; margin-bottom: clamp(1.25rem, 2vw, 1.75rem); padding-bottom: clamp(1.25rem, 2vw, 1.75rem); border-bottom: 0.5px solid #e2ddd6; }
.body-h2 { font-family: 'Caveat', cursive; font-size: clamp(17px, 2.2vw, 22px); color: #1B2A4A; margin: clamp(1.25rem, 2vw, 1.75rem) 0 clamp(0.5rem, 1vw, 0.9rem); padding-left: clamp(0.6rem, 1vw, 0.9rem); border-left: 3px solid #2A9D8F; }
.body-p { font-size: clamp(13px, 1.5vw, 15px); line-height: 1.95; color: #2C3A50; margin-bottom: clamp(0.9rem, 1.5vw, 1.25rem); }
.body-quote { background: #fff; border-left: 3px solid #2A9D8F; border-radius: 0 clamp(8px, 1.2vw, 12px) clamp(8px, 1.2vw, 12px) 0; padding: clamp(0.75rem, 1.5vw, 1.25rem); margin: clamp(1rem, 1.8vw, 1.5rem) 0; font-family: 'Noto Serif JP', serif; font-size: clamp(12px, 1.4vw, 14px); color: #4a5a70; line-height: 1.85; }

.affiliate-box { background:#faf7f2; border:1px solid #ebe5dd; border-radius:clamp(12px,1.5vw,18px); padding:clamp(1rem,1.8vw,1.5rem); margin:clamp(1.5rem,2.5vw,2rem) 0; display:flex; gap:clamp(1.2rem,2vw,1.8rem); align-items:center; }
.affiliate-img { width:clamp(180px,22vw,240px); flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.affiliate-img img { width:100%; max-width:240px; max-height:240px; height:auto; display:block; object-fit:contain; border-radius:clamp(10px,1.2vw,12px); margin:0 auto; }
.affiliate-info { flex:1; min-width:0; display:flex; flex-direction:column; }
.affiliate-label { font-size:clamp(9px,1.1vw,11px); color:#9aa0aa; margin-bottom:clamp(6px,.8vw,8px); text-transform:none; letter-spacing:0; }
.affiliate-name { font-size:clamp(14px,1.7vw,16px); font-weight:600; color:#1B2A4A; line-height:1.6; margin-bottom:clamp(.9rem,1.5vw,1.2rem); }
.affiliate-box .affiliate-btn { display:inline-flex; align-items:center; justify-content:center; gap:4px; background:#2A9D8F; color:#fff; font-size:clamp(12px,1.4vw,14px); font-weight:300; padding:clamp(9px,1.2vw,12px) clamp(18px,2.2vw,26px); border-radius:clamp(14px,2vw,20px); text-decoration:none; white-space:nowrap; transition:opacity .2s; line-height:1; letter-spacing:.1vw; align-self:flex-start; }
.affiliate-box .affiliate-btn:hover { opacity:.85; }
.affiliate-desc { font-size:clamp(10px,1.2vw,12px); color:#7a8a9a; line-height:1.55; }

.author-card { background: #1b2a4a; border-radius: clamp(10px, 1.5vw, 16px); padding: clamp(1rem, 2vw, 1.5rem); margin: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(0.75rem, 1.5vw, 1.25rem); display: flex; gap: clamp(0.75rem, 1.5vw, 1.25rem); align-items: flex-start; }
.author-av-lg { width: clamp(36px, 5vw, 52px); height: clamp(36px, 5vw, 52px); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Caveat', cursive; font-size: clamp(16px, 2.2vw, 24px); color: #fff; flex-shrink: 0; }
.author-card-name { color: #FAF7F2 !important; font-size: clamp(13px, 1.6vw, 16px); font-weight: 500; margin-bottom: clamp(4px, 0.6vw, 6px); }
.author-card-bio { color: #dbe5f2 !important; font-size: clamp(11px, 1.3vw, 13px); line-height: 1.65; }
.related { padding: 0 clamp(1rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.5rem); }
.related-label { font-family: 'Caveat', cursive; font-size: clamp(15px, 2vw, 20px); color: #2A9D8F; margin-bottom: clamp(0.6rem, 1.2vw, 1rem); display: flex; align-items: center; gap: clamp(5px, 0.8vw, 8px); }
.related-cards { display: flex; flex-direction: column; gap: clamp(0.5rem, 1vw, 0.9rem); }
.related-card { background: #fff; border: 0.5px solid #e2ddd6; border-radius: clamp(9px, 1.3vw, 14px); padding: clamp(0.75rem, 1.3vw, 1.1rem); text-decoration: none; display: block; }
.related-tag { display: inline-block; background: #e0f4f2; color: #1a6b64; font-size: clamp(9px, 1.1vw, 11px); padding: 2px clamp(6px, 0.9vw, 9px); border-radius: 10px; margin-bottom: clamp(3px, 0.5vw, 5px); }
.related-title { font-size: clamp(12px, 1.5vw, 14px); font-weight: 500; color: #1B2A4A; line-height: 1.5; }
.related-meta { font-size: clamp(9px, 1.1vw, 11px); color: #9aa0aa; margin-top: clamp(3px, 0.5vw, 5px); }

.icon { display: inline-block; vertical-align: middle; object-fit: contain; }
svg.icon { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.icon-xs { width: clamp(11px, 1.3vw, 14px); height: clamp(11px, 1.3vw, 14px); }
.icon-sm { width: clamp(13px, 1.5vw, 16px); height: clamp(13px, 1.5vw, 16px); }
.icon-md { width: clamp(15px, 1.8vw, 20px); height: clamp(15px, 1.8vw, 20px); }
.icon-lg { width: clamp(18px, 2.2vw, 24px); height: clamp(18px, 2.2vw, 24px); }
.avatar { padding: 0; overflow: hidden; border: 2px solid #2A9D8F; }
.avatar.av-b { border-color: #E07A5F; }
.avatar > * { width: 100% !important; height: 100% !important; object-fit: cover; border-radius: 50%; display: block; background: #fff;}
/* 記事本文スタイル */
.article-body h1 { font-family: 'Noto Serif JP', serif; font-size: clamp(20px, 3vw, 28px); font-weight: 500; color: #1B2A4A; line-height: 1.5; margin: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(0.75rem, 1.5vw, 1.25rem); }
.article-body h2 { font-family: 'Caveat', cursive; font-size: clamp(18px, 2.5vw, 24px); color: #1B2A4A; border-left: 3px solid #2A9D8F; padding-left: clamp(0.6rem, 1vw, 0.9rem); margin: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(0.5rem, 1vw, 0.9rem); }
.article-body h3 { font-size: clamp(15px, 2vw, 18px); font-weight: 500; color: #1B2A4A; margin: clamp(1.25rem, 2vw, 1.75rem) 0 clamp(0.4rem, 0.8vw, 0.75rem); }
.article-body p { font-size: clamp(13px, 1.5vw, 15px); line-height: 1.95; color: #2C3A50; margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem); }
.article-body strong { font-weight: 700; color: #1B2A4A; }
.article-body em { font-style: italic; }
.article-body a { color: #2A9D8F; text-decoration: underline; }
.article-body a:hover { opacity: 0.8; }
.article-body ul, .article-body ol { padding-left: clamp(1.25rem, 2vw, 1.75rem); margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem); }
.article-body li { font-size: clamp(13px, 1.5vw, 15px); line-height: 1.85; color: #2C3A50; margin-bottom: clamp(0.25rem, 0.5vw, 0.5rem); }
.article-body blockquote { display: block; width: 100%; margin: clamp(0.75rem, 1.5vw, 1.25rem) 0; padding: clamp(0.75rem, 1.2vw, 1.1rem) clamp(0.9rem, 1.5vw, 1.4rem); background: #f3ede1; border-left: 3px solid #a9a9a9; border-radius: 0 clamp(8px, 1.2vw, 12px) clamp(8px, 1.2vw, 12px) 0; color: #4a5a70; font-size: clamp(12px, 1.4vw, 14px); line-height: 1.85; font-style: normal; box-sizing: border-box; }
.article-body blockquote p { margin: 0; color: inherit; font-size: inherit; line-height: inherit; }
.article-body blockquote cite, .post-content blockquote cite { display: block; font-size: clamp(9px, 1.1vw, 11px); color: #9aa0aa; margin-top: clamp(6px, 1vw, 10px); font-style: normal; padding-top: clamp(4px, 0.7vw, 7px); border-top: 0.5px solid #ddd8d0; }
.article-body blockquote cite a, .post-content blockquote cite a { color: #2A9D8F; text-decoration: none; word-break: break-all; }
.article-body blockquote cite a:hover, .post-content blockquote cite a:hover { text-decoration: underline; }
.article-body a.internal-link { color: #1a6b64; font-weight: 700; text-decoration: none; border-bottom: 2px solid #b0e0da; padding-bottom: 1px; transition: border-color 0.2s; }
.article-body a.internal-link:hover { border-bottom-color: #1a6b64; }
.article-body .internal-card { display: block; background: #fff; border: 0.5px solid #e2ddd6; border-radius: 12px; padding: clamp(0.7rem, 1.1vw, 0.9rem) clamp(0.9rem, 1.3vw, 1.1rem); margin: clamp(1.25rem, 2vw, 1.75rem) 0; text-decoration: none; }
.article-body .internal-card-label { display: block; font-size: clamp(10px, 1.1vw, 11px); color: #9aa0aa; margin-bottom: 4px; text-decoration: none; }
.article-body .internal-card-row { display: flex; align-items: center; gap: 6px; }
.article-body .internal-card-title { font-size: clamp(13px, 1.4vw, 14px); font-weight: 500; color: #1B2A4A; line-height: 1.5; text-decoration: none; }
.article-body .internal-card-icon { width: clamp(13px, 1.4vw, 14px); height: clamp(13px, 1.4vw, 14px); color: #9aa0aa; flex-shrink: 0; }

.article-body hr { border: none; border-top: 0.5px solid #e2ddd6; margin: clamp(1.5rem, 3vw, 2.5rem) 0; }
.article-body table { width: 100%; border-collapse: collapse; margin-bottom: clamp(1rem, 2vw, 1.75rem); font-size: clamp(12px, 1.5vw, 14px); }
.article-body th { background: #1B2A4A; color: #FAF7F2; padding: clamp(0.5rem, 1vw, 0.9rem) clamp(0.75rem, 1.5vw, 1.25rem); text-align: left; font-weight: 500; font-size: clamp(11px, 1.3vw, 13px); }
.article-body td { padding: clamp(0.5rem, 1vw, 0.9rem) clamp(0.75rem, 1.5vw, 1.25rem); border-bottom: 0.5px solid #e2ddd6; color: #2C3A50; }
.article-body tr:nth-child(even) td { background: #FAF7F2; }
.article-body img { max-width: 100%; height: auto; border-radius: clamp(8px, 1.2vw, 12px); margin: clamp(0.75rem, 1.5vw, 1.25rem) 0; }


.breadcrumb--nav { padding: 0; background: transparent; border-bottom: none; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* タグ展開パネル */
.tag-toggle { border: none; cursor: pointer; font-family: 'Noto Sans JP', sans-serif; }
.tag-toggle[aria-expanded="true"] { background: #1a6b64; color: #fff; }
.tag-count { opacity: 0.75; font-size: 0.9em; margin-left: 2px; }

.tag-panel { background: #fff; border: 0.5px solid #e2ddd6; border-radius: clamp(10px, 1.5vw, 16px); padding: clamp(0.9rem, 1.5vw, 1.4rem); margin-top: clamp(0.75rem, 1.2vw, 1.1rem); }

.tag-preview-list { list-style: none; display: flex; flex-direction: column; gap: clamp(0.5rem, 0.9vw, 0.75rem); margin-bottom: clamp(0.75rem, 1.2vw, 1.1rem); }
.tag-preview-item a { display: flex; align-items: baseline; justify-content: space-between; gap: clamp(0.6rem, 1vw, 1rem); padding-bottom: clamp(0.5rem, 0.9vw, 0.75rem); border-bottom: 0.5px solid #e2ddd6; color: inherit; }
.tag-preview-item:last-child a { border-bottom: none; padding-bottom: 0; }
.tag-preview-title { font-size: clamp(14px, 1.8vw, 17px); font-weight: 100; color: #1B2A4A; line-height: 1.5; letter-spacing: .03vw;}
.tag-preview-date { font-size: clamp(9px, 1.1vw, 11px); color: #9aa0aa; flex-shrink: 0; }
.tag-preview-empty { font-size: clamp(11px, 1.3vw, 13px); color: #9aa0aa; margin-bottom: clamp(0.75rem, 1.2vw, 1.1rem); }
.tag-preview-more { display: inline-flex; align-items: center; gap: 4px; font-size: clamp(11px, 1.3vw, 13px); color: #2A9D8F; font-weight: 500; }

/* その他の記事を見るボタン */
.more-posts-btn { display: inline-flex; align-items: center; gap: 6px; padding: clamp(8px, 1.2vw, 11px) clamp(20px, 3vw, 28px); border-radius: clamp(18px, 2.5vw, 26px); border: 1px solid #2A9D8F; color: #1a6b64; font-size: clamp(11px, 1.3vw, 13px); font-weight: 500; }
@media (max-width: 700px) {
  .about-grid,.cards { grid-template-columns: 1fr !important; }

  .article-body { max-width: 86vw;padding: 1.5rem 0;}
  
.affiliate-box { flex-direction:column; align-items:center; text-align:center; gap:clamp(.75rem,2vw,1rem); }
.affiliate-img { width:clamp(180px,60vw,260px); }
.affiliate-img img { width:100%; height:auto; }
.affiliate-info { width:100%; align-items:center; }
.affiliate-name { white-space:normal; text-align:center; margin-bottom:clamp(.9rem,3vw,1.2rem); }
.affiliate-box .affiliate-btn { width:100%; justify-content:center; align-self:stretch; }
}