:root {
	--ink: #1f2923;
	--moss: #31443a;
	--moss-deep: #20342d;
	--paper: #f8f5ee;
	--cream: #eee7d9;
	--peach: #edc5b4;
	--sand: #d7c5a5;
	--line: rgba(31, 41, 35, 0.18);
	--muted: #6b716a;
	--serif: 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
	--sans: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', 'Noto Sans JP', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.8; }
body.menu-is-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button { font: inherit; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 100; width: auto; height: auto; padding: 12px 18px; margin: 12px; clip: auto; color: #fff; background: var(--moss); }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(31, 41, 35, 0.1); background: rgba(248, 245, 238, 0.96); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; }
.brand { display: flex; flex-direction: column; line-height: 1.15; }
.brand__eyebrow, .kicker, .footer-heading { font-size: 10px; letter-spacing: 0.16em; font-weight: 700; color: var(--muted); }
.brand__name { margin-top: 6px; font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: 0.08em; }
.site-nav ul { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.site-nav a { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; }
.site-nav a:hover, .text-link:hover { opacity: 0.62; }
.menu-toggle { display: none; padding: 10px 0 10px 12px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 25px; height: 1px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; min-height: 600px; color: var(--paper); background: var(--moss-deep); }
.hero::after { position: absolute; right: -10%; bottom: -25%; width: 62%; aspect-ratio: 1; content: ''; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; }
.hero__inner { position: relative; z-index: 2; padding-top: 112px; padding-bottom: 94px; }
.hero .kicker { color: #c6c5b6; }
.hero h1, h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; letter-spacing: 0.04em; }
.hero h1 { max-width: 700px; margin: 15px 0 20px; font-size: clamp(48px, 7.2vw, 88px); line-height: 1.18; }
.hero h1 em { color: #f2cbb8; font-style: normal; }
.hero__lead { width: min(100%, 510px); margin: 0; font-size: 15px; line-height: 2; color: #e3e1d9; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.ad-notice { margin-top: 58px; color: #b8bcb5; font-size: 11px; }
.hero__halo { position: absolute; border-radius: 50%; filter: blur(0); opacity: 0.9; }
.hero__halo--one { top: -220px; right: 8%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(218, 151, 125, 0.65), rgba(218, 151, 125, 0) 68%); }
.hero__halo--two { right: 25%; bottom: -220px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(194, 172, 120, 0.38), rgba(194, 172, 120, 0) 70%); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 22px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; transition: transform 180ms ease, background-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button--light { color: var(--moss-deep); background: var(--paper); }
.button--dark { color: var(--paper); background: var(--moss-deep); }
.button--small { min-height: 42px; padding: 10px 16px; color: var(--paper); background: var(--moss-deep); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 13px; font-weight: 700; transition: opacity 180ms ease; }
.text-link span { font-size: 18px; line-height: 1; }
.text-link--small { font-size: 12px; }

.section { padding: 116px 0; }
.section--warm { background: var(--cream); }
.split-heading, .section-heading { display: flex; justify-content: space-between; gap: 40px; }
.split-heading > div, .section-heading > div { flex: 1; }
h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.35; }
.split-heading > p { width: min(100%, 390px); margin: 45px 0 0; font-size: 15px; line-height: 2; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 68px; }
.guide-card { position: relative; min-height: 300px; padding: 28px; overflow: hidden; transition: transform 180ms ease; }
.guide-card:hover { transform: translateY(-5px); }
.guide-card::after { position: absolute; right: -34px; bottom: -70px; width: 160px; height: 160px; content: ''; border: 1px solid currentColor; border-radius: 50%; opacity: 0.25; }
.guide-card--peach { background: var(--peach); }.guide-card--sand { background: var(--sand); }.guide-card--moss { color: var(--paper); background: var(--moss); }
.guide-card span { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; }.guide-card h3 { margin: 58px 0 8px; font-size: 26px; }.guide-card p { position: relative; z-index: 1; margin: 0; font-size: 13px; line-height: 1.8; }.guide-card b { position: absolute; z-index: 1; bottom: 28px; font-size: 12px; }

.comparison-section { background: var(--paper); }.section-heading { align-items: flex-end; }.section-heading .text-link { margin-bottom: 12px; }
.service-list { margin-top: 58px; border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 72px minmax(0, 1fr) 160px; gap: 24px; align-items: center; padding: 31px 0; border-bottom: 1px solid var(--line); }
.service-card__number { font-family: var(--serif); font-size: 25px; color: #9a9d91; }.service-card__body h3 { margin-bottom: 7px; font-size: 25px; }.service-card__body > p:not(.offer) { max-width: 670px; margin: 0; color: var(--muted); font-size: 13px; }
.service-card__topline { display: flex; justify-content: space-between; align-items: center; gap: 10px; }.service-card__label { margin: 0; color: #90715c; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }.rating { margin: 0; font-size: 12px; font-weight: 700; }.rating span { color: #bc8153; }.offer { display: inline-flex; align-items: center; gap: 10px; margin: 14px 0 0; padding: 5px 9px; background: #f0e5d8; font-size: 11px; }.offer b { color: #805842; }.service-card__action { display: flex; flex-direction: column; align-items: flex-end; gap: 13px; }
.empty-state { padding: 42px 0; }.empty-state p { margin: 0; font-family: var(--serif); font-size: 22px; }.empty-state span { color: var(--muted); font-size: 13px; }

.editorial-section { color: var(--paper); background: #744b45; }.editorial-section .kicker { color: #e8c7b4; }.editorial-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; }.editorial-layout h2 { margin: 12px 0 0; }.post-stack { border-top: 1px solid rgba(255,255,255,0.25); }.post-row { display: grid; grid-template-columns: 110px 1fr 20px; gap: 16px; align-items: center; padding: 22px 4px; border-bottom: 1px solid rgba(255,255,255,0.25); transition: padding 180ms ease; }.post-row:hover { padding-inline: 10px; }.post-row__date { color: #dcc4b5; font-size: 11px; }.post-row__title { font-family: var(--serif); font-size: 18px; }.muted { color: #ddd3ca; }
.closing { padding: 136px 0; text-align: center; background: var(--peach); }.closing h2 { margin: 11px 0 35px; }

.archive-page, .article-page, .not-found { min-height: 62vh; padding: 96px 0 120px; }.page-intro { max-width: 1120px; }.page-intro h1, .not-found h1 { margin: 13px 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.3; }.page-intro > p:last-child { max-width: 530px; color: var(--muted); }.service-list--archive { margin-top: 62px; }.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }.article-teaser { min-height: 260px; padding: 26px; background: var(--cream); }.article-teaser h2 { min-height: 76px; margin: 22px 0 12px; font-size: 23px; line-height: 1.45; }.article-teaser > p:not(.kicker) { font-size: 13px; color: var(--muted); }.article-teaser .text-link { margin-top: 10px; }

.article { max-width: 800px; }.article-header { padding-bottom: 42px; border-bottom: 1px solid var(--line); }.article-header h1 { margin: 13px 0 22px; font-size: clamp(32px, 4.5vw, 54px); line-height: 1.45; }.article-header time { color: var(--muted); font-size: 12px; }.entry-content { margin-top: 52px; font-size: 16px; line-height: 2.1; }.entry-content > * + * { margin-top: 1.7em; }.entry-content h2 { margin-top: 2.2em; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 30px; }.entry-content h3 { margin-top: 2em; font-size: 23px; }.entry-content a { color: #714942; text-decoration: underline; text-underline-offset: 3px; }.entry-content ul, .entry-content ol { padding-left: 1.4em; }.entry-content blockquote { margin-inline: 0; padding: 20px 26px; border-left: 3px solid var(--peach); background: var(--cream); }.service-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 32px; border: 1px solid var(--line); }.service-facts div { padding: 18px 22px; }.service-facts div + div { border-left: 1px solid var(--line); }.service-facts span { display: block; color: var(--muted); font-size: 11px; }.service-facts strong { font-family: var(--serif); font-size: 19px; }.cta-box { margin-top: 60px; padding: 30px; background: var(--cream); }.cta-box p { margin-top: 0; font-size: 13px; }.not-found { text-align: center; }.not-found p { color: var(--muted); }.not-found .button { margin-top: 22px; }

.site-footer { padding: 64px 0 22px; color: #d5d7d2; background: #182720; font-size: 12px; }.site-footer__grid { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: 70px; }.footer-brand { margin: 0 0 12px; color: var(--paper); font-family: var(--serif); font-size: 22px; }.site-footer p { margin-top: 0; line-height: 1.9; }.site-footer .footer-heading { color: #b0bdb2; }.site-footer ul { padding: 0; margin: 0; list-style: none; }.site-footer li + li { margin-top: 8px; }.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.15); color: #aab2aa; }.site-footer__bottom a { text-decoration: underline; text-underline-offset: 3px; }

/* Conversion-oriented home layout: clear categories, a direct hero, and restrained visual hierarchy. */
body { background: #fff; }
.site-header { color: #fff; border-bottom: 1px solid #37383b; background: #25262a; }
.site-header__inner { min-height: 84px; }
.brand__eyebrow { color: #c9c9cb; }
.brand__name { color: #fff; font-family: var(--sans); font-size: 20px; font-weight: 800; letter-spacing: 0.04em; }
.site-nav a { color: #fff; }
.menu-toggle span:not(.screen-reader-text) { background: #fff; }
.hero { min-height: 0; padding: 52px 0 68px; color: #fff; background: #fff; }
.hero::after, .hero__halo { display: none; }
.hero__card { display: grid; grid-template-columns: 1.02fr 0.98fr; min-height: 410px; overflow: hidden; border-radius: 0 0 22px 22px; background: #101115; }
.hero__inner { padding: 62px 50px 42px; }
.hero .kicker { color: #b8b8ba; letter-spacing: 0.12em; }
.hero h1 { max-width: none; margin: 17px 0 21px; font-family: var(--sans); font-size: clamp(38px, 4.4vw, 61px); font-weight: 800; letter-spacing: -0.045em; line-height: 1.26; }
.hero h1 em { color: inherit; font-style: normal; }
.hero__lead { width: min(100%, 420px); color: #e6e6e7; font-size: 15px; font-weight: 600; line-height: 2; }
.hero__actions { margin-top: 27px; }
.hero .button--light { color: #fff; background: #e63f4f; }
.ad-notice { margin-top: 23px; color: #97989a; }
.hero__visual { min-height: 100%; background: #16171b; }
.hero__visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 67% center; }
.section { padding: 88px 0; }
.section--warm { background: #fff; }
.split-heading, .section-heading { align-items: end; }
.split-heading h2, .section-heading h2, .editorial-layout h2, .closing h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -0.04em; }
.split-heading > p { padding: 21px 26px; border-left: 4px solid #e63f4f; background: #f7f7f8; }
.guide-grid { gap: 18px; margin-top: 50px; }
.guide-card { min-height: 232px; border: 1px solid #e2e2e5; background: #fff; }
.guide-card, .guide-card--moss { color: #202126; }
.guide-card::after { display: none; }
.guide-card span { color: #e63f4f; }
.guide-card h3 { margin-top: 29px; font-family: var(--sans); font-size: 22px; font-weight: 800; letter-spacing: -0.03em; }
.guide-card b { color: #e63f4f; }
.comparison-section { background: #f5f5f6; }
.section-heading { align-items: center; }
.service-list { margin-top: 42px; border-top-color: #dedee0; }
.service-card { padding: 26px; border: 1px solid #e0e0e2; border-top: 0; background: #fff; }
.service-card:first-child { border-top: 1px solid #e0e0e2; }
.service-card__number { color: #e63f4f; }
.service-card__body h3 { font-family: var(--sans); font-weight: 800; letter-spacing: -0.025em; }
.button--small { background: #e63f4f; }
.editorial-section { background: #25262a; }
.closing { color: #fff; background: #101115; }
.closing .kicker { color: #b8b8ba; }
.closing .button--dark { background: #e63f4f; }

/* Article layout combines a trusted editorial shell with deliberate comparison entry points. */
.article-page--guide { padding-top: 42px; background: #fff; }
.breadcrumb { display: flex; gap: 9px; align-items: center; overflow: hidden; padding-bottom: 24px; color: #727379; font-size: 11px; white-space: nowrap; }
.breadcrumb a { color: #5d5f65; text-decoration: underline; text-underline-offset: 3px; }.breadcrumb > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; align-items: start; gap: 68px; }
.article--guide { width: auto; max-width: none; }.article--guide .article-header { padding-bottom: 30px; }.article--guide .article-header h1 { margin-bottom: 15px; font-family: var(--sans); font-size: clamp(30px, 3.3vw, 46px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.35; }.article-meta { display: flex; gap: 14px; color: #777980; font-size: 12px; }
.article-featured-image { margin: 34px 0 0; }.article-featured-image img { display: block; width: 100%; height: auto; }
.article-summary { margin: 30px 0 0; padding: 23px 25px; border-left: 4px solid #e63f4f; background: #f7f7f8; font-size: 16px; font-weight: 600; line-height: 2; }
.article-cta { margin: 34px 0; padding: 31px 34px; color: #fff; background: #202126; }.article-cta__eyebrow { margin: 0 0 7px; color: #e7737c; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; }.article-cta h2 { margin: 0; font-family: var(--sans); font-size: 26px; font-weight: 800; letter-spacing: -0.04em; line-height: 1.45; }.article-cta > p:not(.article-cta__eyebrow) { margin: 11px 0 20px; color: #d5d5d7; font-size: 13px; }.button--cta { min-height: 46px; padding: 10px 17px; color: #fff; background: #e63f4f; }
.table-of-contents { margin: 40px 0 46px; padding: 25px 28px; border: 1px solid #dedee1; background: #fafafb; }.table-of-contents > p { margin: 0 0 14px; color: #232428; font-size: 15px; font-weight: 800; }.table-of-contents ol { padding-left: 1.2em; margin: 0; }.table-of-contents li { padding: 4px 0; font-size: 13px; }.table-of-contents li::marker { color: #e63f4f; font-weight: 800; }.table-of-contents a { text-decoration: underline; text-decoration-color: #c4c4c6; text-underline-offset: 3px; }.table-of-contents .is-subheading { margin-left: 16px; font-size: 12px; }
.article--guide .entry-content { margin-top: 0; }.article--guide .entry-content h2 { margin-top: 2.5em; padding: 14px 18px; border: 0; border-left: 5px solid #e63f4f; background: #f5f5f6; font-family: var(--sans); font-size: 27px; font-weight: 800; letter-spacing: -0.035em; line-height: 1.45; }.article--guide .entry-content h3 { padding-bottom: 9px; border-bottom: 1px solid #d9d9dc; font-family: var(--sans); font-size: 20px; font-weight: 800; letter-spacing: -0.02em; }.article--guide .entry-content strong { color: #25262a; }.article--guide .entry-content table { width: 100%; border-collapse: collapse; font-size: 13px; }.article--guide .entry-content th, .article--guide .entry-content td { padding: 13px; border: 1px solid #dedee1; text-align: left; vertical-align: top; }.article--guide .entry-content th { background: #f3f3f4; }.article-note { margin: 32px 0; padding: 23px 25px; border: 1px solid #e2d5bc; background: #fffaf0; }.article-note > p { margin: 0 0 9px; color: #9b6534; font-size: 12px; font-weight: 800; }.article-note > div > :first-child { margin-top: 0; }.article-note > div > :last-child { margin-bottom: 0; }
.service-table-wrap { overflow-x: auto; margin: 32px 0; }.service-table { min-width: 650px; width: 100%; border-collapse: collapse; font-size: 12px; }.service-table th, .service-table td { padding: 15px; border: 1px solid #dedee1; text-align: left; vertical-align: middle; }.service-table thead th { color: #fff; background: #25262a; }.service-table tbody th { min-width: 120px; background: #f7f7f8; }.table-cta { display: inline-block; padding: 7px 10px; color: #fff; background: #e63f4f; font-weight: 800; white-space: nowrap; }
.article-sidebar { display: grid; gap: 24px; }.sidebar-widget { padding: 23px; border: 1px solid #e0e0e2; background: #fff; }.sidebar-search { padding: 0; border: 0; }.sidebar-search .search-form { display: flex; }.sidebar-search label { flex: 1; }.sidebar-search .search-field { width: 100%; min-height: 46px; padding: 9px 12px; border: 1px solid #d4d4d7; }.sidebar-search .search-submit { display: none; }.sidebar-profile { background: #f5f5f6; }.sidebar-profile__mark { display: grid; width: 48px; height: 48px; margin-bottom: 18px; place-items: center; border-radius: 50%; color: #fff; background: #25262a; font-family: var(--serif); font-size: 23px; }.sidebar-profile h2 { margin: 5px 0 10px; font-family: var(--sans); font-size: 18px; font-weight: 800; }.sidebar-profile > p:not(.kicker) { margin-bottom: 15px; font-size: 12px; line-height: 1.9; }.sidebar-widget__title { margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid #25262a; font-family: var(--sans); font-size: 14px; font-weight: 800; }.sidebar-latest { padding: 0; margin: 0; list-style: none; }.sidebar-latest li + li { margin-top: 14px; }.sidebar-latest a { display: block; font-size: 12px; font-weight: 700; line-height: 1.65; }.sidebar-latest span { display: block; margin-bottom: 2px; color: #87888c; font-size: 10px; font-weight: 400; }
.related-posts { margin-top: 70px; padding-top: 40px; border-top: 2px solid #25262a; }.related-posts h2 { margin-bottom: 22px; font-family: var(--sans); font-size: 25px; font-weight: 800; }.related-posts__list { display: grid; border-top: 1px solid #dedee1; }.related-posts__list a { display: grid; grid-template-columns: 100px 1fr 18px; gap: 11px; align-items: center; padding: 16px 2px; border-bottom: 1px solid #dedee1; font-size: 13px; }.related-posts__list span { color: #7e8086; font-size: 11px; }.related-posts__list b { color: #e63f4f; }

@media (max-width: 720px) {
	.shell { width: min(100% - 32px, 560px); }.site-header__inner { min-height: 74px; }.brand__name { font-size: 19px; }.site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 24px; border-bottom: 1px solid var(--line); background: var(--paper); }.site-nav.is-open { display: block; }.site-nav ul { display: block; }.site-nav li + li { margin-top: 17px; }.menu-toggle { display: block; }.hero { min-height: 570px; }.hero__inner { padding-top: 86px; }.hero h1 { font-size: 49px; }.hero__lead { font-size: 14px; }.hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }.section { padding: 76px 0; }.split-heading, .section-heading { display: block; }.split-heading > p { width: auto; margin-top: 27px; }.guide-grid { grid-template-columns: 1fr; margin-top: 42px; }.guide-card { min-height: 225px; }.guide-card h3 { margin-top: 35px; }.section-heading .text-link { display: inline-flex; margin-top: 30px; }.service-list { margin-top: 37px; }.service-card { grid-template-columns: 38px 1fr; gap: 10px; padding: 25px 0; }.service-card__number { font-size: 18px; }.service-card__body h3 { font-size: 22px; }.service-card__topline { align-items: flex-start; flex-direction: column; }.service-card__action { grid-column: 2; align-items: flex-start; margin-top: 5px; }.editorial-layout { display: block; }.post-stack { margin-top: 35px; }.post-row { grid-template-columns: 85px 1fr 14px; gap: 8px; }.post-row__title { font-size: 16px; }.closing { padding: 92px 0; }.archive-page, .article-page, .not-found { padding: 65px 0 80px; }.post-grid { grid-template-columns: 1fr; }.article-header { padding-bottom: 30px; }.entry-content { margin-top: 35px; font-size: 15px; }.entry-content h2 { font-size: 27px; }.service-facts { grid-template-columns: 1fr; }.service-facts div + div { border-top: 1px solid var(--line); border-left: 0; }.site-footer { padding-top: 48px; }.site-footer__grid { grid-template-columns: 1fr; gap: 27px; }.site-footer__bottom { flex-direction: column; gap: 6px; margin-top: 30px; }
	.site-nav { background: #25262a; border-bottom-color: #37383b; }.hero { min-height: 0; padding: 24px 0 40px; }.hero__card { grid-template-columns: 1fr; min-height: 0; border-radius: 0 0 16px 16px; }.hero__inner { padding: 42px 26px 28px; }.hero h1 { font-size: 39px; }.hero__lead { font-size: 13px; }.hero__visual { height: 250px; }.hero__visual img { object-position: 70% 38%; }.hero__actions { display: block; }.split-heading > p { border-left-width: 3px; }.service-card { padding: 24px 16px; }.service-card:first-child { border-top: 1px solid #e0e0e2; }
	.article-page--guide { padding-top: 28px; }.breadcrumb { padding-bottom: 17px; }.article-layout { display: block; }.article-sidebar { display: none; }.article--guide .article-header h1 { font-size: 30px; }.article-summary { padding: 18px; font-size: 14px; }.article-cta { margin: 26px 0; padding: 24px 20px; }.article-cta h2 { font-size: 21px; }.table-of-contents { margin: 30px 0; padding: 20px; }.article--guide .entry-content h2 { padding: 11px 14px; font-size: 23px; }.article--guide .entry-content h3 { font-size: 18px; }.related-posts { margin-top: 50px; }.related-posts__list a { grid-template-columns: 78px 1fr 14px; gap: 7px; }.article-featured-image { margin-top: 25px; }
}

/* ============================================================
   v1.1 追加分：記事内CTA・比較表・広告表記・FAQ・年齢確認
   ============================================================ */

/* H2直前のポイントボックス（記事内CTAの本体） */
.point-box { margin: 34px 0 26px; border: 1px solid #ffd54f; background: #fffde7; }
.point-box__title { display: flex; align-items: center; gap: 7px; margin: 0; padding: 10px 18px; border-bottom: 1px solid #f2e3ac; color: #8a6d1f; font-size: 12px; font-weight: 800; letter-spacing: 0.04em; }
.point-box__title::before { content: "✓"; display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; border-radius: 50%; background: #ffd54f; color: #6b5411; font-size: 11px; }
.point-box__body { padding: 16px 18px; }
.point-box__body p { margin: 0; font-size: 14px; line-height: 1.9; }
.point-box__link { display: inline-block; margin-top: 6px; color: #c62828; text-decoration: underline; text-underline-offset: 3px; }
.point-box__link:hover { opacity: 0.75; }

/* 広告表記（景表法のステマ規制対応） */
.ad-label { display: inline-flex; align-items: center; margin-left: 10px; padding: 2px 8px; border: 1px solid #c9c9cd; border-radius: 2px; color: #6b716a; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; }
.ad-disclosure { margin: 18px 0 0; padding: 11px 14px; background: #f3f3f4; color: #56575c; font-size: 12px; line-height: 1.8; }

/* 記事CTA（訴求サービスあり） */
.article-cta--service .article-cta__facts { display: grid; gap: 1px; margin: 18px 0 22px; padding: 0; list-style: none; background: #35363c; }
.article-cta--service .article-cta__facts li { display: flex; flex-wrap: wrap; gap: 4px 14px; padding: 11px 14px; background: #202126; }
.article-cta--service .article-cta__facts span { min-width: 116px; color: #9a9aa0; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; }
.article-cta--service .article-cta__facts strong { color: #fff; font-size: 13px; font-weight: 700; }
.article-cta__note { margin: 14px 0 0 !important; color: #8e8e94 !important; font-size: 11px !important; line-height: 1.8; }

/* 比較表（6列） */
.service-table thead th { font-size: 11px; letter-spacing: 0.04em; white-space: nowrap; }
.service-table tbody th a { color: #25262a; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.service-table__label { display: block; margin-bottom: 3px; color: #c62828; font-size: 11px; }
.service-table .is-center { text-align: center; }
.service-table .stars { color: #e6a817; font-size: 13px; letter-spacing: 1px; white-space: nowrap; }
.service-table .is-caution { color: #6b716a; }
.service-table .is-empty { color: #b6b6ba; }
.service-table__note { margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

/* 比較カードの補足情報 */
.service-card__facts { display: grid; gap: 1px; margin: 14px 0 0; padding: 0; background: #e4e4e7; }
.service-card__facts > div { display: flex; flex-wrap: wrap; gap: 3px 12px; padding: 9px 12px; background: #fff; }
.service-card__facts dt { min-width: 112px; margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; }
.service-card__facts dd { margin: 0; font-size: 13px; }
.service-card__facts .is-caution dd { color: #8a5a2b; }

/* 注意点ボックス */
.article-note--caution { border-color: #e8c9c9; background: #fdf5f5; }
.article-note--caution > p { color: #a94442; }

/* FAQ */
.faq-block { margin: 46px 0 0; }
.faq-block__title { margin: 0 0 16px; font-family: var(--sans); font-size: 24px; font-weight: 800; letter-spacing: -0.02em; }
.faq-block__list { border-top: 1px solid #dedee1; }
.faq-item { border-bottom: 1px solid #dedee1; }
.faq-item > summary { padding: 16px 30px 16px 30px; position: relative; cursor: pointer; font-size: 15px; font-weight: 700; line-height: 1.7; list-style: none; }
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::before { content: "Q"; position: absolute; left: 0; top: 15px; color: #c62828; font-size: 14px; font-weight: 800; }
.faq-item > summary::after { content: "+"; position: absolute; right: 4px; top: 14px; color: var(--muted); font-size: 18px; }
.faq-item[open] > summary::after { content: "−"; }
.faq-item__answer { padding: 0 0 18px 30px; font-size: 14px; line-height: 1.95; }
.faq-item__answer > :first-child { margin-top: 0; }
.faq-item__answer > :last-child { margin-bottom: 0; }

/* 本文中の内部リンク（[yoru_link]） */
.inline-link { color: #714942; text-decoration: underline; text-underline-offset: 3px; }

/* フッターの法定リンク */
.site-footer__legal { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.legal-links { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0; padding: 0; list-style: none; }
.legal-links a { font-size: 12px; opacity: 0.82; }
.legal-links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }

/* 年齢確認 */
body.age-gate-is-open { overflow: hidden; }
.age-gate { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(20, 22, 21, 0.92); }
.age-gate[hidden] { display: none; }
.age-gate__panel { width: min(440px, 100%); padding: 38px 32px; background: var(--paper); text-align: center; }
.age-gate__panel .kicker { margin: 0; color: #c62828; }
.age-gate__panel h2 { margin: 12px 0 14px; font-family: var(--serif); font-size: 26px; line-height: 1.5; }
.age-gate__panel p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.age-gate__actions { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 26px; }
.age-gate__actions .button { width: 100%; }

@media (max-width: 720px) {
	.point-box { margin: 26px 0 20px; }
	.point-box__body { padding: 14px; }
	.point-box__body p { font-size: 13px; }
	.ad-label { margin-left: 0; margin-top: 8px; }
	.article-cta--service .article-cta__facts span { min-width: 0; }
	.service-table__note { font-size: 10px; }
	.service-card__facts dt { min-width: 0; }
	.faq-block__title { font-size: 21px; }
	.faq-item > summary { font-size: 14px; }
	.age-gate__panel { padding: 30px 22px; }
	.age-gate__panel h2 { font-size: 22px; }
}

/* 記事内（.article--guide .entry-content th）の指定のほうが詳細度が高く、
   比較表のヘッダーが「白文字 × 薄いグレー背景」になって読めなくなるため打ち消す。 */
.article--guide .entry-content .service-table thead th { color: #fff; background: #25262a; }
.article--guide .entry-content .service-table tbody th { background: #f7f7f8; }
.article--guide .entry-content .service-table th,
.article--guide .entry-content .service-table td { padding: 15px; vertical-align: middle; }

/* FAQの見出し（任意）。記事本文のh3装飾を引き継がないようにする。 */
.article--guide .entry-content .faq-block__title { margin: 0 0 16px; padding: 0; border: 0;
  font-family: var(--sans); font-size: 24px; font-weight: 800; letter-spacing: -0.02em; }
.faq-block:first-child { margin-top: 0; }

/* 記事内の図版（[yoru_figure]）
   図中の文字を潰さないため、画面が狭いときは比較表と同じく横スクロールさせる。 */
.article-figure { margin: 36px 0; }
.article-figure__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.article-figure img { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.article-figure figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.article-figure__hint { display: none; margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.article--guide .entry-content .article-figure { margin: 32px 0; }
.article--guide .entry-content .article-figure img { border-color: #dedee1; }

@media (max-width: 720px) {
	.article-figure { margin: 26px 0; }
	.article-figure figcaption { font-size: 11px; }
	/* 図の実寸を保ったまま横スクロールに切り替える */
	.article-figure img { width: 700px; max-width: none; }
	.article-figure__hint { display: block; }
}

/* 編集メモ（公開前の壁打ちで書いた、本人の視点） */
.editor-note { margin: 0 0 34px; padding: 24px 26px; border-left: 4px solid var(--moss); background: #f2efe7; }
.editor-note__label { margin: 0 0 8px; color: var(--moss); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.editor-note h2 { margin: 0 0 12px !important; padding: 0 !important; border: 0 !important; background: none !important;
  font-family: var(--serif) !important; font-size: 21px !important; font-weight: 600 !important; line-height: 1.6 !important; }
.editor-note__body p { margin: 0 0 0.9em; font-size: 15px; line-height: 1.95; }
.editor-note__body p:last-child { margin-bottom: 0; }
.article--guide .entry-content .editor-note h2 { letter-spacing: 0 !important; }

/* 署名と著者ボックス */
.byline { color: var(--muted); font-size: 12px; }
.byline a { text-decoration: underline; text-underline-offset: 3px; }
.author-box { display: grid; grid-template-columns: 62px 1fr; gap: 20px; margin: 46px 0 0; padding: 26px; border: 1px solid var(--line); background: var(--cream); }
.author-box__mark { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 50%;
  background: var(--moss-deep); color: var(--paper); font-family: var(--serif); font-size: 26px; }
.author-box__role { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }
.author-box__name { margin: 4px 0 10px; font-family: var(--serif); font-size: 20px; }
.author-box__bio { margin: 0 0 12px; font-size: 13px; line-height: 1.9; }

@media (max-width: 720px) {
	.editor-note { padding: 20px; }
	.editor-note h2 { font-size: 18px !important; }
	.editor-note__body p { font-size: 14px; }
	.author-box { grid-template-columns: 48px 1fr; gap: 14px; padding: 20px; }
	.author-box__mark { width: 48px; height: 48px; font-size: 21px; }
	.byline { display: block; margin-top: 6px; }
}

/* 一覧のサムネイル */
.article-teaser__thumb{display:block;margin-bottom:14px;overflow:hidden;border:1px solid var(--line)}
.article-teaser__thumb img{display:block;width:100%;height:auto;transition:transform .4s ease}
.article-teaser__thumb:hover img{transform:scale(1.03)}
.post-grid .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;
  padding:0 10px;margin:0 4px;border:1px solid var(--line);font-size:13px}
.post-grid .page-numbers.current{color:var(--paper);background:var(--moss-deep);border-color:var(--moss-deep)}
.post-grid .navigation{grid-column:1/-1;margin-top:28px;text-align:center}

/* 取材メモ（実際に触ってから埋める欄）。公開前の確認用で、記事には出さない。 */
.editor-check { margin: 24px 0; padding: 16px 18px; border: 2px dashed #c62828; background: #fff5f5; }
.editor-check p { margin: 0; color: #8a2b2b; font-size: 13px; line-height: 1.9; }

/* 仮置きの記述。実見して差し替えるまで公開できない（検証器がブロックする）。 */
.editor-draft { position: relative; margin: 20px 0; padding: 16px 18px 16px 20px; border-left: 4px solid #e6a817; background: #fffbf0; }
.editor-draft::before { content: "仮置き｜実際に触って差し替える"; display: block; margin-bottom: 8px;
  color: #8a6d1f; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
