/* =========================================================
   Tomo_Angel7 テーマ main.css v2
   参考LPの世界観:淡いピンクのグラデーション/明朝体/
   金の月桂樹/飾り枠/ローズピンクのボタン
========================================================= */
:root {
	--ta7-white: #FFFDFD;
	--ta7-pale: #FBF0F5;
	--ta7-pale2: #F6E3EC;
	--ta7-mauve: #C9A3B4;
	--ta7-rose: #D48FA6;
	--ta7-deep: #B76E8B;
	--ta7-accent: #C9527E;
	--ta7-gold: #B99A5B;
	--ta7-gold-l: #D9C08A;
	--ta7-text: #4A3A3E;
	--ta7-font-body: 'Noto Sans JP', sans-serif;
	--ta7-font-head: 'Shippori Mincho', serif;
	--ta7-radius: 16px;
	--ta7-shadow: 0 4px 18px rgba(180, 110, 139, 0.12);
	--ta7-fixed-cta-h: 64px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--ta7-font-body);
	font-size: 16px;
	line-height: 2;
	color: var(--ta7-text);
	background: var(--ta7-white);
	overflow-x: hidden;
	padding-bottom: var(--ta7-fixed-cta-h);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ta7-deep); }
a:focus-visible, button:focus-visible, summary:focus-visible {
	outline: 3px solid var(--ta7-deep); outline-offset: 2px; border-radius: 4px;
}
.screen-reader-text { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.ta7-skip-link { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--ta7-deep); color: #fff; padding: 10px 16px; }
.ta7-skip-link:focus { left: 8px; }

/* ---------- 見出し(〜見出し〜 の参考LPスタイル) ---------- */
h1, h2, h3, .ta7-h2, .ta7-h3 { font-family: var(--ta7-font-head); font-weight: 500; line-height: 1.6; }
.ta7-h2 {
	font-size: 1.45rem; text-align: center; margin: 0 0 32px; color: var(--ta7-text);
	letter-spacing: 0.08em;
}
.ta7-h2::before { content: '〜'; margin-right: 0.4em; color: var(--ta7-mauve); }
.ta7-h2::after  { content: '〜'; margin-left: 0.4em; color: var(--ta7-mauve); }
.ta7-h3 { font-size: 1.1rem; margin: 0 0 10px; }

/* ---------- レイアウト ---------- */
.ta7-section { padding: 56px 20px; max-width: 1080px; margin: 0 auto; }
.ta7-section-full { padding: 56px 20px; }
.ta7-inner { max-width: 1080px; margin: 0 auto; }
.ta7-bg-grad { background: linear-gradient(180deg, #FDF4F8 0%, #F7E2EC 100%); }
.ta7-center { text-align: center; margin-top: 28px; }
.ta7-empty { text-align: center; color: #8a747b; padding: 24px; }
.ta7-note-small { font-size: 0.875rem; color: #6b585e; max-width: 720px; margin: 16px auto; padding: 0 20px; }
.ta7-textlink { font-weight: 700; text-decoration-color: var(--ta7-mauve); }
.ta7-textlink::after { content: ' ›'; }

/* ---------- ヘッダー ---------- */
.ta7-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(255, 250, 252, 0.92);
	border-bottom: 1px solid #f2dde7;
	backdrop-filter: blur(8px);
}
.ta7-header-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1120px; margin: 0 auto; padding: 8px 16px; min-height: 56px; }
.ta7-logo img { max-height: 44px; width: auto; }
.ta7-logo-text { font-family: var(--ta7-font-head); font-size: 1.05rem; color: var(--ta7-text); text-decoration: none; }
.ta7-header-right { display: flex; align-items: center; gap: 12px; }
.ta7-header-cta { display: none; }

.ta7-hamburger {
	width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
	background: none; border: 1px solid #ecd7e0; border-radius: 12px; cursor: pointer;
}
.ta7-hamburger-bar { width: 20px; height: 2px; background: var(--ta7-deep); border-radius: 2px; }

.ta7-nav { position: fixed; inset: 0; z-index: 60; background: linear-gradient(180deg, #FFF9FB, #FBEAF1); padding: 24px; display: none; overflow-y: auto; }
.ta7-nav.is-open { display: block; }
body.ta7-nav-open { overflow: hidden; }
.ta7-nav-close { display: block; margin-left: auto; min-height: 44px; padding: 8px 18px; background: #fff; border: 1px solid #ecd7e0; border-radius: 22px; font-size: 1rem; color: var(--ta7-text); cursor: pointer; }
.ta7-nav-list { list-style: none; margin: 24px 0; padding: 0; }
.ta7-nav-list li { border-bottom: 1px solid rgba(212,143,166,0.25); }
.ta7-nav-list a { display: block; padding: 14px 8px; min-height: 44px; text-decoration: none; color: var(--ta7-text); font-family: var(--ta7-font-head); font-size: 1.05rem; }
.ta7-nav-list .current-menu-item > a, .ta7-nav-list .current_page_item > a { color: var(--ta7-accent); }
.ta7-nav-cta { text-align: center; margin-top: 28px; }

/* ---------- ボタン(参考LPのローズピンク・パール光沢) ---------- */
.ta7-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 50px; padding: 13px 40px;
	border-radius: 30px; font-weight: 700; font-size: 1.02rem; letter-spacing: 0.06em;
	text-decoration: none; cursor: pointer; border: none; color: #fff;
	background: linear-gradient(180deg, #DFA0B8 0%, #C97492 55%, #BC6485 100%);
	box-shadow: 0 4px 14px rgba(190, 105, 140, 0.35), inset 0 1px 0 rgba(255,255,255,0.5);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ta7-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(190, 105, 140, 0.45), inset 0 1px 0 rgba(255,255,255,0.5); }
.ta7-btn.is-disabled { background: #cbb7bf; box-shadow: none; cursor: default; }
.ta7-btn-icon { display: none; }
.ta7-btn-lg { min-height: 54px; font-size: 1.08rem; padding: 15px 48px; width: min(100%, 360px); }
.ta7-btn-sm { min-height: 44px; font-size: 0.95rem; padding: 10px 24px; }

/* ---------- ファーストビュー ---------- */
.ta7-hero { position: relative; background: linear-gradient(180deg, #FBEAF2 0%, #F3D9E6 60%, #EFD0DF 100%); overflow: hidden; }
.ta7-hero-media img, .ta7-hero-media .ta7-placeholder { width: 100%; }
.ta7-hero-pc { display: none; }
.ta7-hero-sp .ta7-placeholder { aspect-ratio: 3 / 4; }
.ta7-hero-body {
	position: relative; padding: 28px 24px 48px; text-align: center;
	background-image:
		radial-gradient(circle at 12% 20%, rgba(255,255,255,0.8) 0 2px, transparent 3px),
		radial-gradient(circle at 85% 12%, rgba(255,255,255,0.7) 0 2px, transparent 3px),
		radial-gradient(circle at 70% 75%, rgba(255,255,255,0.6) 0 2px, transparent 3px),
		radial-gradient(circle at 25% 85%, rgba(255,255,255,0.6) 0 2px, transparent 3px);
}
.ta7-hero-eyebrow { color: var(--ta7-gold); font-family: var(--ta7-font-head); font-size: 0.85rem; letter-spacing: 0.18em; margin: 0 0 10px; }
.ta7-hero-catch { font-size: 1.9rem; margin: 0 0 14px; line-height: 1.55; }
.ta7-hero-catch { background: none; }
.ta7-hero-sub { margin: 0 auto 22px; max-width: 480px; font-family: var(--ta7-font-head); }

/* 初回特典の飾り枠(参考LPの角飾りフレーム) */
.ta7-tokuten-frame {
	display: flex; flex-direction: column; gap: 2px; align-items: center; justify-content: center;
	max-width: 420px; margin: 0 auto 22px; padding: 18px 24px;
	background: rgba(255, 253, 253, 0.75);
	border: 1px solid var(--ta7-gold); outline: 1px solid var(--ta7-gold-l); outline-offset: 3px;
	position: relative;
}
.ta7-tokuten-label { color: var(--ta7-accent); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.15em; }
.ta7-tokuten-body { font-family: var(--ta7-font-head); font-size: 1.5rem; letter-spacing: 0.08em; }

/* ---------- 実績 ---------- */
.ta7-results { text-align: center; }
.ta7-results-badge {
	display: flex; align-items: center; justify-content: center; gap: 2px;
	max-width: 480px; margin: 0 auto 48px; padding: 18px 6px 22px;
	position: relative;
	/* 背後の柔らかな光 */
	background: radial-gradient(ellipse 70% 80% at 50% 45%, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 70%);
}
/* 本物の枝葉の形の月桂樹(SVG内蔵・二段の金色) */
.ta7-laurel {
	width: 46px; height: 128px; flex: 0 0 auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 110'%3E%3Cpath d='M30 6 C 14 30 12 70 26 104' fill='none' stroke='%23B99A5B' stroke-width='2'/%3E%3Cg fill='%23C6A863'%3E%3Cellipse cx='24' cy='16' rx='9' ry='3.4' transform='rotate(-42 24 16)'/%3E%3Cellipse cx='17' cy='30' rx='9' ry='3.4' transform='rotate(-26 17 30)'/%3E%3Cellipse cx='14' cy='46' rx='9' ry='3.4' transform='rotate(-10 14 46)'/%3E%3Cellipse cx='14' cy='62' rx='9' ry='3.4' transform='rotate(6 14 62)'/%3E%3Cellipse cx='17' cy='78' rx='9' ry='3.4' transform='rotate(22 17 78)'/%3E%3Cellipse cx='22' cy='93' rx='9' ry='3.4' transform='rotate(38 22 93)'/%3E%3C/g%3E%3Cg fill='%23DCC48F'%3E%3Cellipse cx='33' cy='23' rx='7.5' ry='2.9' transform='rotate(-58 33 23)'/%3E%3Cellipse cx='28' cy='39' rx='7.5' ry='2.9' transform='rotate(-38 28 39)'/%3E%3Cellipse cx='26' cy='55' rx='7.5' ry='2.9' transform='rotate(-16 26 55)'/%3E%3Cellipse cx='27' cy='71' rx='7.5' ry='2.9' transform='rotate(6 27 71)'/%3E%3Cellipse cx='31' cy='86' rx='7.5' ry='2.9' transform='rotate(26 31 86)'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: center; background-size: contain;
}
.ta7-laurel-r { transform: scaleX(-1); }
.ta7-results-head { display: flex; flex-direction: column; align-items: center; padding: 0 8px; }
.ta7-rh { font-family: var(--ta7-font-head); line-height: 1.55; color: var(--ta7-text); }
.ta7-rh-1 { font-size: 0.95rem; letter-spacing: 0.22em; }
.ta7-rh-2 { font-size: 1.9rem; letter-spacing: 0.1em; font-weight: 700; }
.ta7-rh-3 { font-size: 1.32rem; letter-spacing: 0.14em; font-weight: 700; }
/* 両端が折れたリボン(参考画像準拠) */
.ta7-ribbon {
	margin-top: 14px; position: relative; z-index: 0;
	padding: 6px 26px; color: #fff; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.18em;
	background: linear-gradient(180deg, #D6768F 0%, #C25E80 100%);
	box-shadow: 0 2px 6px rgba(160, 70, 105, 0.3);
}
.ta7-ribbon::before, .ta7-ribbon::after {
	content: ''; position: absolute; top: 4px; z-index: -1;
	border: 15px solid #B5537A;
}
.ta7-ribbon::before { left: -20px; border-left-color: transparent; }
.ta7-ribbon::after  { right: -20px; border-right-color: transparent; }

.ta7-ornament-box {
	max-width: 640px; margin: 0 6px; padding: 22px 18px 14px; text-align: left;
	background: rgba(255,255,255,0.6);
	border: 1px solid var(--ta7-mauve); outline: 1px solid #E5C9D5; outline-offset: 4px;
	position: relative;
}
.ta7-ornament-box::before, .ta7-ornament-box::after {
	content: '❧'; position: absolute; color: var(--ta7-deep); font-size: 1.1rem; opacity: 0.7;
}
.ta7-ornament-box::before { top: 6px; left: 10px; }
.ta7-ornament-box::after { bottom: 6px; right: 10px; transform: rotate(180deg); }
.ta7-results-table { margin: 0; }
.ta7-results-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 16px; padding: 10px 2px; border-bottom: 1px dashed #E9CFDB; }
.ta7-results-row:last-child { border-bottom: none; }
.ta7-results-row dt { font-family: var(--ta7-font-head); font-size: 1.02rem; flex: 1 1 auto; min-width: 0; }
.ta7-results-row dd { margin: 0 0 0 auto; color: var(--ta7-accent); font-family: var(--ta7-font-head); font-size: 1.15rem; font-weight: 700; text-align: right; }
.ta7-results-note { text-align: center; font-size: 0.78rem; color: #8a747b; margin: 14px 0 0; }
@media (min-width: 700px) { .ta7-ornament-box { margin: 0 auto; padding: 26px 24px 16px; } }

/* ---------- お悩み(丸写真+重なる文字/参考LP再現) ---------- */
.ta7-worries { background: linear-gradient(180deg, #C09AAE 0%, #CBA6B9 45%, #E9CDDB 100%); color: #fff; }
.ta7-worries .ta7-h2 { color: #fff; text-decoration: underline; text-underline-offset: 10px; text-decoration-thickness: 1px; }
.ta7-worries .ta7-h2::before, .ta7-worries .ta7-h2::after { content: none; }

.ta7-worry-group { position: relative; max-width: 620px; margin: 0 auto 8px; padding: 24px 0 40px; }
.ta7-worry-circle {
	position: absolute; top: 12px; left: -6%;
	width: min(64vw, 340px); aspect-ratio: 1 / 1;
	border-radius: 50%; overflow: hidden; z-index: 0;
}
.ta7-worry-circle img, .ta7-worry-circle .ta7-placeholder {
	width: 100%; height: 100%; object-fit: cover;
	opacity: 0.5; filter: saturate(0.65);
}
.ta7-worry-circle .ta7-placeholder { border: none; border-radius: 50%; min-height: 0; opacity: 0.75; }
.ta7-worry-circle .ta7-ph-spec { display: none; }
.ta7-worry-g2 .ta7-worry-circle { left: auto; right: -6%; top: 28px; }

.ta7-worry-lines { list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.ta7-worry-lines li {
	font-family: var(--ta7-font-head); font-size: 1.12rem; letter-spacing: 0.05em;
	line-height: 1.7; padding: 22px 0;
	text-shadow: 0 1px 8px rgba(105, 60, 85, 0.45), 0 0 2px rgba(105, 60, 85, 0.4);
}
/* 参考LPの散らし配置(グループ1:右・左・右/グループ2:左・右・左) */
.ta7-worry-g1 .ta7-worry-lines li:nth-child(1) { text-align: right; padding-right: 4%; }
.ta7-worry-g1 .ta7-worry-lines li:nth-child(2) { text-align: left;  padding-left: 2%; }
.ta7-worry-g1 .ta7-worry-lines li:nth-child(3) { text-align: right; padding-right: 0; }
.ta7-worry-g2 .ta7-worry-lines li:nth-child(1) { text-align: left;  padding-left: 0; }
.ta7-worry-g2 .ta7-worry-lines li:nth-child(2) { text-align: right; padding-right: 2%; }
.ta7-worry-g2 .ta7-worry-lines li:nth-child(3) { text-align: left;  padding-left: 4%; }

.ta7-worries-note { text-align: center; margin-top: 28px; font-family: var(--ta7-font-head); font-size: 1.15rem; line-height: 2.1; text-shadow: 0 1px 8px rgba(105, 60, 85, 0.4); }

/* ---------- カード紹介 ---------- */
.ta7-cards-intro { background: var(--ta7-pale); }
.ta7-cards-media img, .ta7-cards-media .ta7-placeholder { width: 100%; }
.ta7-cards-media .ta7-placeholder { aspect-ratio: 16 / 9; border-radius: 0; border-left: none; border-right: none; }
.ta7-cards-text { padding: 36px 24px; text-align: center; font-family: var(--ta7-font-head); font-size: 1.08rem; max-width: 760px; margin: 0 auto; }

/* ---------- カード共通 ---------- */
.ta7-cards { display: grid; gap: 18px; grid-template-columns: 1fr; }
.ta7-card { background: #fff; border: 1px solid #F2DCE6; border-radius: var(--ta7-radius); padding: 24px; box-shadow: var(--ta7-shadow); }
.ta7-reason-card { text-align: center; padding: 26px 22px; }
.ta7-reason-num {
	display: inline-block; font-family: var(--ta7-font-head);
	font-size: 0.82rem; letter-spacing: 0.2em; color: var(--ta7-gold);
	border-bottom: 1px solid var(--ta7-gold-l); padding-bottom: 3px; margin-bottom: 12px;
}
.ta7-reason-title {
	font-family: var(--ta7-font-head); font-size: 1.08rem; color: var(--ta7-accent);
	margin: 0 0 14px; padding-bottom: 12px; border-bottom: 1px dashed #EFD5E0; line-height: 1.7;
	/* タイトルが1行でも2行でも点線の位置が揃うよう2行分の高さを確保して中央配置 */
	min-height: calc(1.7em * 2 + 12px);
	display: flex; align-items: center; justify-content: center;
}
.ta7-reason-desc { margin: 0; font-size: 0.93rem; line-height: 1.9; text-align: left; color: #5d4a51; }
.ta7-column-card { padding: 0; overflow: hidden; }
.ta7-column-card a { display: block; text-decoration: none; color: var(--ta7-text); }
.ta7-column-card .ta7-h3 { padding: 12px 16px 16px; font-size: 1rem; }
.ta7-cat-label { display: inline-block; background: var(--ta7-pale2); color: var(--ta7-deep); font-size: 0.76rem; font-weight: 700; border-radius: 12px; padding: 2px 12px; margin: 12px 16px 0; text-decoration: none; }
.ta7-card-date { display: block; padding: 0 16px 14px; font-size: 0.8rem; color: #857077; }

/* ---------- 鑑定メニュー ---------- */
.ta7-menu-card { text-align: center; }
.ta7-menu-meta { color: #6b585e; font-size: 0.9rem; margin: 4px 0; }
.ta7-menu-price { font-family: var(--ta7-font-head); font-size: 1.35rem; color: var(--ta7-accent); margin: 10px 0 16px; }
.ta7-price-pending { color: #a08b92; font-size: 0.9rem; }
.ta7-menu-desc, .ta7-menu-recommend { text-align: left; font-size: 0.95rem; }
.ta7-menu-note { text-align: left; font-size: 0.82rem; color: #857077; }

/* ---------- お客様の声(シルエット+ローズ背景) ---------- */
.ta7-voices { background: linear-gradient(180deg, #FCEFF4 0%, #F7DEE9 100%); }
.ta7-voice-list-top, .ta7-voice-list { max-width: 680px; margin: 0 auto; }
.ta7-voice-card { display: flex; gap: 18px; align-items: center; margin: 0 0 30px; background: none; }
.ta7-voice-card.is-right { flex-direction: row-reverse; }
.ta7-voice-avatar {
	flex: 0 0 76px; width: 76px; height: 76px; border-radius: 50%;
	overflow: hidden; background-color: #F1D8E2;
	/* 未設定時の標準シルエット(頭+肩のシンプルな形) */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='23' r='11' fill='%235B4046'/%3E%3Cpath d='M11 58 a21 21 0 0 1 42 0 z' fill='%235B4046'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: center 55%; background-size: 72%;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6);
}
.ta7-voice-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.ta7-voice-content { flex: 1; min-width: 0; }
.ta7-voice-head { margin: 0 0 6px; color: var(--ta7-accent); font-family: var(--ta7-font-head); font-weight: 700; font-size: 1.05rem; text-align: center; }
.ta7-voice-body { margin: 0 0 6px; font-family: var(--ta7-font-head); text-align: center; }
/* 年代・性別は常に本文の右下(アイコンが右の段では左下にして重なりを回避) */
.ta7-voice-meta { text-align: right; color: var(--ta7-text); font-size: 0.9rem; font-family: var(--ta7-font-head); }
.ta7-voice-card.is-right .ta7-voice-meta { text-align: left; }

/* ---------- 鑑定の流れ(段階的に濃くなるピンク) ---------- */
.ta7-flow-steps { list-style: none; margin: 0 auto; padding: 0; max-width: 620px; }
.ta7-step { display: flex; align-items: center; gap: 18px; border-radius: 20px; padding: 20px 22px; margin-bottom: 18px; }
.ta7-step-1 { background: #F9DCE7; }
.ta7-step-2 { background: #F3C6D8; }
.ta7-step-3 { background: #ECAFC9; }
.ta7-step-4 { background: #E59ABB; }
.ta7-step-num { color: #fff; font-family: var(--ta7-font-head); font-size: 1.1rem; flex: 0 0 auto; text-shadow: 0 1px 4px rgba(160, 90, 120, 0.5); }
.ta7-step-body strong { display: block; font-family: var(--ta7-font-head); font-size: 1.12rem; }
.ta7-step-body span { font-size: 0.92rem; }

.ta7-assurance-title { margin-top: 48px; font-size: 1.2rem; }
.ta7-assurance-list { list-style: none; margin: 0 auto; padding: 0; max-width: 340px; }
.ta7-assurance-list li { display: flex; align-items: center; gap: 12px; padding: 9px 0; font-family: var(--ta7-font-head); font-size: 1.05rem; }
.ta7-check-circle {
	flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%;
	border: 1.5px solid var(--ta7-mauve); color: var(--ta7-deep);
	display: inline-flex; align-items: center; justify-content: center; font-size: 0.85rem;
}

/* ---------- FAQ ---------- */
.ta7-accordion { max-width: 720px; margin: 0 auto; }
.ta7-acc-item { background: #fff; border: 1px solid #F2DCE6; border-radius: var(--ta7-radius); margin-bottom: 12px; overflow: hidden; box-shadow: var(--ta7-shadow); }
.ta7-acc-item summary { padding: 16px 46px 16px 20px; min-height: 44px; cursor: pointer; font-weight: 700; list-style: none; position: relative; font-family: var(--ta7-font-head); }
.ta7-acc-item summary::-webkit-details-marker { display: none; }
.ta7-acc-item summary::before { content: 'Q. '; color: var(--ta7-accent); }
.ta7-acc-item summary::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--ta7-rose); font-size: 1.35rem; }
.ta7-acc-item[open] summary::after { content: '−'; }
.ta7-acc-body { padding: 0 20px 16px; border-top: 1px dashed #F2DCE6; }
.ta7-acc-body > :first-child::before { content: 'A. '; color: var(--ta7-gold); font-weight: 700; }

/* ---------- 最終CTA ---------- */
.ta7-final-cta { position: relative; text-align: center; padding: 72px 20px; background: linear-gradient(180deg, #F3D6E3 0%, #E9C1D5 100%); overflow: hidden; }
.ta7-final-cta-bg { position: absolute; inset: 0; opacity: 0.4; }
.ta7-final-cta-bg img, .ta7-final-cta-bg .ta7-placeholder { width: 100%; height: 100%; object-fit: cover; border: none; border-radius: 0; }
.ta7-final-cta-body { position: relative; max-width: 640px; margin: 0 auto; }
.ta7-final-catch { font-family: var(--ta7-font-head); font-size: 1.35rem; font-weight: 500; margin: 0 0 20px; line-height: 1.9; }
.ta7-final-cta .ta7-tokuten-frame { background: rgba(255, 253, 253, 0.82); }

/* ---------- 記事 ---------- */
.ta7-article { max-width: 720px; margin: 0 auto; padding: 32px 20px; }
.ta7-article-title { font-size: 1.55rem; margin: 12px 0 8px; }
.ta7-article-meta { font-size: 0.85rem; color: #857077; display: flex; flex-wrap: wrap; gap: 12px; }
.ta7-article-eyecatch { border-radius: var(--ta7-radius); margin-top: 16px; }
.ta7-article-body h2 { font-size: 1.3rem; border-left: 4px solid var(--ta7-rose); padding-left: 12px; margin-top: 40px; }
.ta7-article-body h3 { font-size: 1.1rem; margin-top: 32px; }
.ta7-author-box, .ta7-article-cta, .ta7-related { background: var(--ta7-pale); border-radius: var(--ta7-radius); padding: 22px; margin-top: 28px; }
.ta7-article-cta { text-align: center; }
.ta7-related ul { margin: 0; padding-left: 20px; }

/* ---------- パンくず・ページ送り・404 ---------- */
.ta7-breadcrumb { font-size: 0.8rem; padding: 12px 20px 0; max-width: 1080px; margin: 0 auto; }
.ta7-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.ta7-breadcrumb li:not(:last-child)::after { content: ' ›'; color: #b59aa3; margin-left: 6px; }
.ta7-pagination { text-align: center; margin: 24px 0; }
.ta7-pagination .page-numbers { display: inline-block; min-width: 44px; min-height: 44px; line-height: 44px; margin: 2px; border-radius: 12px; background: #fff; border: 1px solid #F2DCE6; text-decoration: none; }
.ta7-pagination .current { background: var(--ta7-deep); color: #fff; border-color: var(--ta7-deep); }
.ta7-404-links { list-style: none; padding: 0; margin: 20px 0 28px; }
.ta7-404-links li { margin: 8px 0; }

/* ---------- プレースホルダー ---------- */
.ta7-placeholder {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 6px; text-align: center; padding: 24px;
	background:
		radial-gradient(circle at 20% 20%, rgba(255,255,255,0.9) 0, transparent 40%),
		radial-gradient(circle at 80% 30%, rgba(185,154,91,0.10) 0, transparent 35%),
		linear-gradient(160deg, #fdf1f5 0%, #f6e2ea 55%, #f2d9e2 100%);
	border: 1px solid #eed4dd; border-radius: var(--ta7-radius); color: #a9808f;
	min-height: 180px; position: relative; overflow: hidden;
}
.ta7-placeholder::before { content: '🕊'; font-size: 2rem; opacity: 0.55; }
.ta7-ph-label { font-weight: 700; font-size: 0.85rem; }
.ta7-ph-spec { font-size: 0.72rem; opacity: 0.8; }
.ta7-ph-thumb { aspect-ratio: 1200 / 630; min-height: 0; }

/* ---------- フッター ---------- */
.ta7-footer { background: linear-gradient(180deg, #EFD0DF, #E4BCD0); margin-top: 0; }
.ta7-footer-inner { max-width: 1080px; margin: 0 auto; padding: 44px 20px 24px; text-align: center; }
.ta7-footer-brand { font-family: var(--ta7-font-head); font-size: 1.15rem; margin-top: 0; }
.ta7-footer-tag { font-size: 0.82rem; color: #705560; font-family: var(--ta7-font-body); }
.ta7-footer-list { list-style: none; margin: 20px 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; font-size: 0.85rem; }
.ta7-footer-list a { color: #5d454f; }
.ta7-footer-note { font-size: 0.8rem; color: #705560; }
.ta7-copyright { font-size: 0.78rem; color: #7d616c; }

/* ---------- スマホ下部固定CTA ---------- */
.ta7-fixed-cta {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
	padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
	background: rgba(255, 250, 252, 0.95); border-top: 1px solid #F2DCE6;
	text-align: center; transition: transform 0.25s ease;
}
.ta7-fixed-cta.is-hidden { transform: translateY(110%); }
.ta7-btn-fixed { width: 100%; max-width: 420px; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ========================= 768px〜 ========================= */
@media (min-width: 768px) {
	.ta7-cards-3 { grid-template-columns: repeat(3, 1fr); }
	.ta7-cards-4 { grid-template-columns: repeat(2, 1fr); }
	.ta7-worry-circle { left: 2%; } .ta7-worry-g2 .ta7-worry-circle { right: 2%; }
	.ta7-worry-lines li { font-size: 1.25rem; }
	.ta7-cards-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
	.ta7-hero-catch { font-size: 2.2rem; }
}

/* ========================= 1024px〜 ========================= */
@media (min-width: 1024px) {
	body { padding-bottom: 0; }
	.ta7-fixed-cta { display: none; }
	.ta7-hamburger, .ta7-nav-close, .ta7-nav-cta { display: none; }
	.ta7-header-cta { display: block; }
	.ta7-header-inner { min-height: 72px; }
	.ta7-nav { position: static; display: block; padding: 0; background: none; overflow: visible; }
	.ta7-nav-list { display: flex; gap: 2px; margin: 0; }
	.ta7-nav-list li { border: none; }
	.ta7-nav-list a { padding: 10px 12px; font-size: 0.92rem; font-family: var(--ta7-font-body); }
	.ta7-nav-list a:hover { color: var(--ta7-accent); }

	.ta7-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 76vh; }
	.ta7-hero-sp { display: none; }
	.ta7-hero-pc { display: block; order: 2; height: 100%; }
	.ta7-hero-pc img { height: 100%; object-fit: cover; }
	.ta7-hero-pc .ta7-placeholder { height: 100%; min-height: 480px; border: none; border-radius: 0; }
	.ta7-hero-body { order: 1; text-align: left; padding: 56px 48px 56px 8vw; }
	.ta7-hero-catch { font-size: 2.6rem; }
	.ta7-hero-sub { margin-left: 0; }
	.ta7-hero-body .ta7-tokuten-frame { margin-left: 0; }

	.ta7-cards-4 { grid-template-columns: repeat(4, 1fr); }
	.ta7-h2 { font-size: 1.65rem; }
	.ta7-flow-steps { max-width: 680px; }
	.ta7-voice-list-top { max-width: 760px; }
}
