@charset "UTF-8";

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

:root {
	--lp-bg: #fffdfb;
	--lp-bg-soft: #fafafa;
	--lp-text: #5c3a33;
	--lp-text-strong: #2a1815;
	--lp-sub: #8a5a53;
	--lp-accent: #c0392b;
	--lp-accent-2: #e8650a;
	--lp-border: #f3f4f6;
	--lp-shadow: 0 10px 30px rgba(47, 37, 33, 0.08);
	--lp-shadow-strong: 0 20px 50px rgba(47, 37, 33, 0.16);
	--lp-grad: linear-gradient(135deg, var(--lp-accent) 0%, var(--lp-accent-2) 100%);
}

body.lp-custom-template,
body.lp-custom-template * {
	box-sizing: border-box;
}

body.lp-custom-template {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	background: var(--lp-bg);
	color: var(--lp-text);
	line-height: 1.75;
	font-weight: 300;
}

body.lp-custom-template a {
	text-decoration: none;
	color: inherit;
}

body.lp-custom-template ul,
body.lp-custom-template ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.lp-custom-template p,
body.lp-custom-template h1,
body.lp-custom-template h2,
body.lp-custom-template h3 {
	margin: 0;
}

body.lp-custom-template .lp-container {
	width: min(100%, 1152px);
	margin: 0 auto;
	padding: 0 24px;
}

body.lp-custom-template .lp-container--narrow {
	width: min(100%, 1152px);
}

body.lp-custom-template .lp-container--wide {
	width: min(100%, 1152px);
}

body.lp-custom-template .lp-container--xl {
	width: min(100%, 1152px);
}

body.lp-custom-template .lp-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid #f3f4f6;
}

body.lp-custom-template .lp-header__inner {
	height: 81px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

body.lp-custom-template .lp-logo {
	display: inline-flex;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 500;
	color: var(--lp-text-strong);
	letter-spacing: 0.04em;
}

body.lp-custom-template .lp-logo img {
	display: block;
	width: clamp(110px, 28.8vw, 154px);
	height: auto;
}

body.lp-custom-template .lp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: var(--lp-grad);
	color: #fff;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	box-shadow: 0 4px 15px rgba(192, 57, 43, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.lp-custom-template .lp-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(192, 57, 43, 0.3);
}

body.lp-custom-template .lp-btn--sm {
	height: 44px;
	padding: 0 24px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

body.lp-custom-template .lp-btn--md {
	height: 50px;
	padding: 0 28px;
	font-size: 15px;
	letter-spacing: 0.05em;
}

body.lp-custom-template .lp-btn--lg {
	height: 64px;
	padding: 0 48px;
	font-size: 16px;
	letter-spacing: 0.06em;
	border-radius: 999px;
}

body.lp-custom-template .lp-main {
	overflow: hidden;
	width: 100%;
	margin: 0;
	background: transparent;
}

body.lp-custom-template .lp-hero {
	position: relative;
	width: min(100%, 1152px);
	margin: 0 auto;
	min-height: 833px;
	background: var(--hero-image, linear-gradient(120deg, #eadfd9 0%, #f3e8e2 50%, #f8f2ee 100%)) right center/cover no-repeat;
}

body.lp-custom-template .lp-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(255, 253, 251, 0.95) 0%, rgba(255, 253, 251, 0.72) 45%, rgba(255, 253, 251, 0.4) 100%);
}

body.lp-custom-template .lp-hero__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 253, 251, 0.2) 0%, rgba(255, 253, 251, 0.65) 100%);
}

body.lp-custom-template .lp-hero__content {
	position: relative;
	z-index: 2;
	width: min(100%, 1152px);
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 96px;
	padding-bottom: 96px;
}

body.lp-custom-template .lp-hero__panel {
	width: 100%;
	max-width: 672px;
	margin: 0;
}

body.lp-custom-template .lp-eyebrow {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	line-height: 1.5;
	color: var(--lp-accent);
	letter-spacing: 0.08em;
}

body.lp-custom-template .lp-hero__title,
body.lp-custom-template .lp-heading,
body.lp-custom-template .lp-message-title,
body.lp-custom-template .lp-final-card h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-hero__title {
	margin-top: 20px;
	font-size: clamp(42px, 4.5vw, 60px);
	line-height: 1.35;
	letter-spacing: 0.04em;
}

body.lp-custom-template .lp-hero__title span {
	color: var(--lp-accent);
}

body.lp-custom-template .lp-hero__desc {
	margin-top: 30px;
	font-size: 18px;
	color: var(--lp-text);
	letter-spacing: 0.03em;
	line-height: 2.2;
}

body.lp-custom-template .lp-hero__cta-wrap {
	margin-top: 42px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

body.lp-custom-template .lp-note {
	font-size: 13px;
	line-height: 1.8;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-section {
	padding: 128px 0;
}

body.lp-custom-template .lp-section--intro {
	padding-top: 65px;
	padding-bottom: 65px;
}

body.lp-custom-template .lp-section--soft {
	background: var(--lp-bg-soft);
	padding-top: 112px;
	padding-bottom: 112px;
}

body.lp-custom-template .lp-mini-heading {
	font-size: 13px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-align: center;
	color: var(--lp-accent);
	margin-bottom: 18px;
	font-weight: 400;
}

body.lp-custom-template .lp-heading {
	font-size: clamp(34px, 3.8vw, 48px);
	line-height: 1.25;
	text-align: center;
	letter-spacing: 0.06em;
}

body.lp-custom-template .lp-heading--light {
	color: #fff;
}

body.lp-custom-template .lp-sub {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-intro-card {
	border: 1px solid var(--lp-border);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 65px;
	display: grid;
	gap: 20px;
	text-align: center;
}

body.lp-custom-template .lp-intro-card p {
	font-size: 20px;
	line-height: 2.5;
	letter-spacing: 0.04em;
	color: var(--lp-text);
}

body.lp-custom-template .lp-intro-card__strong {
	font-size: 30px;
	line-height: 1.2;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-intro-card__accent {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(28px, 3.3vw, 36px);
	line-height: 1.25;
	color: var(--lp-accent);
}

body.lp-custom-template .lp-check-grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

body.lp-custom-template .lp-check-grid li {
	position: relative;
	min-height: 95px;
	padding: 31px 20px 24px 72px;
	background: #fff;
	border: 1px solid var(--lp-border);
	border-radius: 24px;
	box-shadow: 0 4px 14px rgba(47, 37, 33, 0.04);
	font-size: 18px;
	line-height: 1.625;
	letter-spacing: 0.04em;
	color: var(--lp-text);
}

body.lp-custom-template .lp-check-grid li::before {
	content: "";
	position: absolute;
	left: 32px;
	top: 34px;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: rgba(182, 93, 73, 0.12);
}

body.lp-custom-template .lp-check-grid li::after {
	content: "";
	position: absolute;
	left: 39px;
	top: 39px;
	width: 6px;
	height: 10px;
	border-right: 2px solid var(--lp-accent);
	border-bottom: 2px solid var(--lp-accent);
	transform: rotate(45deg);
}

body.lp-custom-template .lp-highlight {
	margin-top: 34px;
	padding: 34px 30px;
	border-radius: 24px;
	border: 1px solid rgba(182, 93, 73, 0.24);
	background: linear-gradient(180deg, #fffdfb 0%, #f9f3ef 100%);
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(24px, 2.6vw, 30px);
	line-height: 2;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-highlight span {
	color: var(--lp-accent);
}

body.lp-custom-template .lp-split {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px;
	align-items: start;
}

body.lp-custom-template .lp-split__visual {
	height: 488px;
	border-radius: 32px;
	box-shadow: var(--lp-shadow-strong);
	background: linear-gradient(135deg, #eadfd9 0%, #f5ece7 100%);
}

body.lp-custom-template .lp-split__visual--problem {
	background:
		linear-gradient(155deg, rgba(255, 253, 251, 0.4), rgba(255, 253, 251, 0.85)),
		url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

body.lp-custom-template .lp-split__visual--about {
	background: #ddd center/cover no-repeat;
}

body.lp-custom-template .lp-split__visual--session {
	background:
		linear-gradient(155deg, rgba(255, 253, 251, 0.28), rgba(255, 253, 251, 0.78)),
		url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

body.lp-custom-template .lp-split__body {
	display: grid;
	gap: 18px;
	font-size: 20px;
	line-height: 2.2;
	letter-spacing: 0.04em;
	color: var(--lp-text);
}

body.lp-custom-template .lp-list-card {
	display: grid;
	gap: 12px;
	padding: 22px;
	border-radius: 24px;
	background: #fff;
	border-left: 4px solid var(--lp-accent);
	box-shadow: var(--lp-shadow);
}

body.lp-custom-template .lp-list-card li {
	position: relative;
	padding-left: 18px;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-list-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.85em;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--lp-accent);
}

body.lp-custom-template .lp-accent-text {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(28px, 3vw, 36px);
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: var(--lp-accent);
	text-align: center;
}

body.lp-custom-template .lp-quote-card {
	padding: 24px;
	background: #fff;
	border-radius: 24px;
	border: 1px solid var(--lp-border);
	box-shadow: var(--lp-shadow);
}

body.lp-custom-template .lp-quote-card h3 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.5;
	color: var(--lp-accent);
}

body.lp-custom-template .lp-quote-card p {
	margin-top: 8px;
}

body.lp-custom-template .lp-point-list {
	display: grid;
	gap: 10px;
}

body.lp-custom-template .lp-point-list li {
	padding: 14px 16px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid var(--lp-border);
}

body.lp-custom-template .lp-point-list strong {
	color: var(--lp-accent);
	font-weight: 500;
}

body.lp-custom-template .lp-section--dark {
	background: linear-gradient(145deg, #2f2521 0%, #402f29 50%, #2f2521 100%);
	text-align: center;
	padding-top: 128px;
	padding-bottom: 128px;
}

body.lp-custom-template .lp-dark-line {
	margin-top: 18px;
	font-size: clamp(22px, 2.6vw, 30px);
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.08em;
}

body.lp-custom-template .lp-dark-accent {
	margin-top: 30px;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(30px, 3.6vw, 44px);
	line-height: 1.55;
	color: #f3c7ad;
}

body.lp-custom-template .lp-benefits-grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.lp-custom-template .lp-benefits-grid li {
	padding: 32px 28px;
	background: #fff;
	border: 1px solid var(--lp-border);
	border-radius: 24px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.lp-custom-template .lp-benefits-grid h3 {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-benefits-grid p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.8;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-banner {
	margin: 38px auto 0;
	padding: 26px 24px;
	border-radius: 24px;
	background: var(--lp-grad);
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.6;
	color: #fff;
	box-shadow: 0 16px 40px rgba(182, 93, 73, 0.35);
}

body.lp-custom-template .lp-diff-grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.lp-custom-template .lp-diff-grid article {
	padding: 22px;
	border-radius: 24px;
	background: #fff;
	border-left: 4px solid var(--lp-accent);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.lp-custom-template .lp-diff-grid span {
	display: inline-block;
	font-size: 28px;
	font-family: "Noto Serif JP", serif;
	color: rgba(182, 93, 73, 0.35);
}

body.lp-custom-template .lp-diff-grid h3 {
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.6;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-diff-grid p {
	margin-top: 4px;
	font-size: 15px;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-target-grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

body.lp-custom-template .lp-target-grid li {
	position: relative;
	padding: 22px 18px 22px 48px;
	border: 1px solid var(--lp-border);
	border-radius: 24px;
	background: #fff;
	font-size: 16px;
	color: var(--lp-text);
}

body.lp-custom-template .lp-target-grid li::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 1.15em;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: rgba(182, 93, 73, 0.15);
	border: 1px solid rgba(182, 93, 73, 0.35);
}

body.lp-custom-template .lp-frame-text {
	padding: 18px;
	border: 1px solid rgba(182, 93, 73, 0.28);
	border-radius: 24px;
	background: linear-gradient(180deg, #fffdfb, #f9f3ef);
}

body.lp-custom-template .lp-frame-text strong {
	color: var(--lp-accent);
	font-weight: 500;
}

body.lp-custom-template .lp-section--dark-soft {
	background: linear-gradient(145deg, #2f2521 0%, #4a372f 100%);
}

body.lp-custom-template .lp-section--session-plan {
	background: #f8f2ee;
	padding-top: 128px;
	padding-bottom: 128px;
}

body.lp-custom-template .lp-session-plan-head {
	text-align: center;
}

body.lp-custom-template .lp-session-plan-head .lp-mini-heading {
	margin-bottom: 12px;
}

body.lp-custom-template .lp-session-plan-head .lp-heading {
	font-size: clamp(34px, 4.2vw, 48px);
	line-height: 1.25;
	letter-spacing: 0.06em;
}

body.lp-custom-template .lp-session-plan-card {
	margin-top: 80px;
	padding: 64px;
	border-radius: 24px;
	border: 1px solid #f3f4f6;
	background: #f8f2ee;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
}

body.lp-custom-template .lp-session-plan-lead {
	font-size: 24px;
	line-height: 2.2;
	letter-spacing: 0.05em;
	color: #4f3f3a;
}

body.lp-custom-template .lp-session-plan-boxes {
	margin-top: 26px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.lp-custom-template .lp-session-plan-boxes div {
	min-height: 98px;
	padding: 22px 12px;
	border-radius: 16px;
	border: 1px solid rgba(182, 93, 73, 0.1);
	background: #f8f2ee;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #4f3f3a;
	display: grid;
	place-items: center;
}

body.lp-custom-template .lp-session-plan-copy {
	margin-top: 28px;
	font-size: 40px;
	line-height: 1.32;
	letter-spacing: 0.05em;
	color: #5c3a33;
}

body.lp-custom-template .lp-session-plan-copy span {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	color: #c0392b;
}

body.lp-custom-template .lp-session-plan-cta {
	margin: 40px auto 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 76px;
	padding: 0 64px;
	border-radius: 999px;
	background: linear-gradient(170deg, #b65d49 0%, #e08a5b 100%);
	box-shadow: 0 8px 30px rgba(192, 57, 43, 0.3);
}

body.lp-custom-template .lp-session-plan-cta img {
	width: 20px;
	height: 20px;
	display: block;
}

body.lp-custom-template .lp-session-plan-cta span {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #f8f2ee;
}

body.lp-custom-template .lp-session-flow {
	margin-top: 64px;
}

body.lp-custom-template .lp-session-flow h3 {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #2f2521;
}

body.lp-custom-template .lp-session-flow-list {
	margin-top: 64px;
	padding-left: 48px;
	border-left: 1px solid rgba(182, 93, 73, 0.2);
	display: grid;
	gap: 56px;
}

body.lp-custom-template .lp-session-flow-list li {
	position: relative;
	padding-left: 80px;
	min-height: 76px;
}

body.lp-custom-template .lp-session-flow-num {
	position: absolute;
	left: -81px;
	top: 0;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	border: 1px solid rgba(182, 93, 73, 0.2);
	background: #f8f2ee;
	color: #b65d49;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	line-height: 54px;
	text-align: center;
}

body.lp-custom-template .lp-session-flow-list h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.06em;
	color: #2f2521;
}

body.lp-custom-template .lp-session-flow-list p {
	margin-top: 8px;
	font-size: 18px;
	line-height: 1.55;
	letter-spacing: 0.04em;
	color: #7f6660;
}

body.lp-custom-template .lp-section--profile {
	background: #f8f2ee;
	padding-top: 128px;
	padding-bottom: 128px;
}

body.lp-custom-template .lp-section--voices {
	background: #f8f2ee;
	padding-top: 128px;
	padding-bottom: 128px;
}

body.lp-custom-template .lp-voices-head {
	text-align: center;
}

body.lp-custom-template .lp-voices-head .lp-mini-heading {
	margin-bottom: 12px;
}

body.lp-custom-template .lp-voices-grid {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

body.lp-custom-template .lp-voice-card {
	background: #f8f2ee;
	border: 1px solid #f3f4f6;
	border-radius: 24px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 41px;
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: 32px;
	min-height: 584px;
}

body.lp-custom-template .lp-voice-ba-row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: start;
}

body.lp-custom-template .lp-voice-tag {
	padding: 2px 8px;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	line-height: 1.35;
	letter-spacing: 0.1em;
	color: #7f6660;
}

body.lp-custom-template .lp-voice-tag--after {
	border-color: rgba(182, 93, 73, 0.2);
	background: #fff0ec;
	color: #b65d49;
}

body.lp-custom-template .lp-voice-ba-row p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #2f2521;
}

body.lp-custom-template .lp-voice-sep {
	width: 1px;
	height: 20px;
	background: rgba(182, 93, 73, 0.2);
	margin: 16px 0 16px 24px;
}

body.lp-custom-template .lp-voice-text {
	border-top: 1px solid rgba(182, 93, 73, 0.1);
	padding-top: 24px;
}

body.lp-custom-template .lp-voice-text p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.04em;
	color: #4f3f3a;
}

body.lp-custom-template .lp-voice-person {
	border-top: 1px solid rgba(182, 93, 73, 0.1);
	padding-top: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
}

body.lp-custom-template .lp-voice-avatar {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: linear-gradient(135deg, #b65d49 0%, #e08a5b 100%);
	display: grid;
	place-items: center;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	color: #f8f2ee;
}

body.lp-custom-template .lp-voice-name {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #2f2521;
}

body.lp-custom-template .lp-voice-meta {
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 0.05em;
	color: #7f6660;
}

body.lp-custom-template .lp-voices-stat {
	margin-top: 48px;
	padding: 49px;
	border-radius: 24px;
	background: #f8f2ee;
	border: 1px solid #f3f4f6;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
}

body.lp-custom-template .lp-voices-stat-num {
	font-family: "Noto Serif JP", serif;
	font-size: 72px;
	line-height: 1;
	color: #e08a5b;
}

body.lp-custom-template .lp-voices-stat-copy {
	margin-top: 16px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #4f3f3a;
}

body.lp-custom-template .lp-profile-head {
	text-align: center;
}

body.lp-custom-template .lp-profile-grid {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px;
	align-items: start;
}

body.lp-custom-template .lp-profile-visual {
	position: relative;
}

body.lp-custom-template .lp-profile-photo {
	height: 608px;
	border-radius: 32px;
	border: 4px solid #f8f2ee;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	background: #ddd center/cover no-repeat;
}

body.lp-custom-template .lp-profile-badge {
	position: absolute;
	right: -32px;
	bottom: -24px;
	width: 156px;
	min-height: 94px;
	padding: 21px 20px;
	border-radius: 16px;
	background: linear-gradient(149deg, #b65d49 0%, #e08a5b 100%);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

body.lp-custom-template .lp-profile-badge span {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: rgba(248, 242, 238, 0.82);
}

body.lp-custom-template .lp-profile-badge strong {
	display: block;
	margin-top: 4px;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	color: #f8f2ee;
}

body.lp-custom-template .lp-profile-body {
	font-size: 18px;
	line-height: 2.2;
	color: var(--lp-text);
}

body.lp-custom-template .lp-profile-role {
	font-size: 14px;
	letter-spacing: 0.15em;
	color: #b65d49;
}

body.lp-custom-template .lp-profile-body h3 {
	margin-top: 12px;
	font-family: "Noto Serif JP", serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #2f2521;
}

body.lp-custom-template .lp-profile-sub {
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: 0.08em;
	color: #7f6660;
}

body.lp-custom-template .lp-profile-divider {
	margin-top: 28px;
	width: 96px;
	height: 1px;
	background: rgba(182, 93, 73, 0.3);
}

body.lp-custom-template .lp-profile-body p {
	margin-top: 20px;
}

body.lp-custom-template .lp-profile-body p em {
	font-style: normal;
	color: #c0392b;
}

body.lp-custom-template .lp-profile-card {
	margin-top: 30px;
	padding: 33px;
	border-radius: 24px;
	border: 1px solid #f3f4f6;
	background: #f8f2ee;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.lp-custom-template .lp-profile-card__title {
	margin-top: 0;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.15em;
	color: #b65d49;
}

body.lp-custom-template .lp-profile-card ul {
	margin-top: 20px;
	display: grid;
	gap: 16px;
}

body.lp-custom-template .lp-profile-card li {
	position: relative;
	padding-left: 22px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #4f3f3a;
}

body.lp-custom-template .lp-profile-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #b65d49;
}

body.lp-custom-template .lp-steps {
	margin-top: 34px;
	display: grid;
	gap: 16px;
}

body.lp-custom-template .lp-steps li {
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

body.lp-custom-template .lp-steps h3 {
	font-size: 20px;
	color: #fff;
}

body.lp-custom-template .lp-steps p {
	margin-top: 6px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.82);
}

body.lp-custom-template .lp-faq {
	margin-top: 34px;
	display: grid;
	gap: 12px;
}

body.lp-custom-template .lp-faq details {
	background: #fff;
	border: 1px solid var(--lp-border);
	border-radius: 16px;
	padding: 0 24px;
}

body.lp-custom-template .lp-faq summary {
	cursor: pointer;
	padding: 24px 0;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-faq p {
	padding: 0 0 22px;
	font-size: 16px;
	line-height: 1.75;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-section--message {
	background: linear-gradient(180deg, #fffdfb 0%, #f7efe9 100%);
	text-align: center;
	padding-top: 161px;
	padding-bottom: 120px;
}

body.lp-custom-template .lp-message-title {
	font-size: clamp(38px, 4.6vw, 60px);
	line-height: 1.6;
	letter-spacing: 0.08em;
}

body.lp-custom-template .lp-section--message p {
	margin-top: 20px;
	font-size: clamp(20px, 2.4vw, 24px);
	line-height: 2.2;
	letter-spacing: 0.05em;
	color: var(--lp-text);
}

body.lp-custom-template .lp-message-accent {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(30px, 3.2vw, 42px);
	color: var(--lp-accent);
	line-height: 1.85;
	letter-spacing: 0.06em;
}

body.lp-custom-template .lp-section--final {
	padding-top: 0;
	padding-bottom: 120px;
}

body.lp-custom-template .lp-final-card {
	padding: 80px 30px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--lp-border);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
}

body.lp-custom-template .lp-final-card h2 {
	font-size: clamp(32px, 4.2vw, 52px);
	line-height: 1.6;
	letter-spacing: 0.08em;
}

body.lp-custom-template .lp-final-card p {
	margin-top: 18px;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: var(--lp-text);
}

body.lp-custom-template .lp-final-card .lp-btn {
	margin-top: 30px;
	height: 44px;
	padding: 0 24px;
	border-radius: 14px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

body.lp-custom-template .lp-footer {
	padding: 65px 0 40px;
	border-top: 1px solid var(--lp-border);
	background: #fff;
}

body.lp-custom-template .lp-footer__inner {
	text-align: center;
}

body.lp-custom-template .lp-footer__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.lp-custom-template .lp-footer__logo img {
	display: block;
	width: clamp(180px, 52vw, 280px);
	height: auto;
}

body.lp-custom-template .lp-footer__catch {
	margin-top: 12px;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-footer__copy {
	margin-top: 16px;
	font-size: 12px;
	color: var(--lp-sub);
}

@media (max-width: 1024px) {
	body.lp-custom-template .lp-section {
		padding: 86px 0;
	}

	body.lp-custom-template .lp-section--soft {
		padding-top: 86px;
		padding-bottom: 86px;
	}

	body.lp-custom-template .lp-hero {
		min-height: 740px;
	}

	body.lp-custom-template .lp-hero__content {
		width: min(100%, 1152px);
		margin: 0 auto;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 120px;
	}

	body.lp-custom-template .lp-hero__panel {
		max-width: 672px;
	}

	body.lp-custom-template .lp-check-grid,
	body.lp-custom-template .lp-benefits-grid,
	body.lp-custom-template .lp-target-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.lp-custom-template .lp-diff-grid {
		grid-template-columns: 1fr;
	}

	body.lp-custom-template .lp-split {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	body.lp-custom-template .lp-split__body {
		font-size: 18px;
		line-height: 1.95;
	}

	body.lp-custom-template .lp-list-card li {
		font-size: 18px;
	}

	body.lp-custom-template .lp-final-card p {
		font-size: 20px;
	}

	body.lp-custom-template .lp-section--message {
		padding-top: 110px;
		padding-bottom: 90px;
	}

	body.lp-custom-template .lp-section--final {
		padding-bottom: 90px;
	}

	body.lp-custom-template .lp-section--profile {
		padding-top: 96px;
		padding-bottom: 96px;
	}

	body.lp-custom-template .lp-section--voices {
		padding-top: 96px;
		padding-bottom: 96px;
	}

	body.lp-custom-template .lp-voices-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 56px;
	}

	body.lp-custom-template .lp-voice-card {
		min-height: auto;
		padding: 28px;
	}

	body.lp-custom-template .lp-voices-stat {
		padding: 36px 28px;
	}

	body.lp-custom-template .lp-section--session-plan {
		padding-top: 96px;
		padding-bottom: 96px;
	}

	body.lp-custom-template .lp-session-plan-card {
		padding: 40px 28px;
		margin-top: 56px;
	}

	body.lp-custom-template .lp-session-plan-boxes {
		grid-template-columns: 1fr;
	}

	body.lp-custom-template .lp-session-plan-copy {
		font-size: 30px;
	}

	body.lp-custom-template .lp-session-flow-list {
		margin-top: 48px;
		gap: 36px;
	}

	body.lp-custom-template .lp-profile-grid {
		grid-template-columns: 1fr;
		gap: 36px;
		margin-top: 54px;
	}

	body.lp-custom-template .lp-profile-photo {
		height: 560px;
	}

	body.lp-custom-template .lp-profile-badge {
		right: 16px;
		bottom: 16px;
	}

	body.lp-custom-template .lp-profile-body h3 {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	body.lp-custom-template .lp-container {
		padding: 0 16px;
	}

	body.lp-custom-template .lp-header__inner {
		height: 72px;
	}

	body.lp-custom-template .lp-logo {
		font-size: 18px;
	}

	body.lp-custom-template .lp-btn--sm {
		height: 36px;
		padding: 0 14px;
		font-size: 11px;
	}

	body.lp-custom-template .lp-btn--lg {
		width: 100%;
		height: 56px;
		padding: 0 18px;
		font-size: 14px;
	}

	body.lp-custom-template .lp-hero {
		min-height: 620px;
	}

	body.lp-custom-template .lp-hero__content {
		width: min(100%, 1152px);
		margin: 0 auto;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 96px;
	}

	body.lp-custom-template .lp-hero__panel {
		max-width: 100%;
	}

	body.lp-custom-template .lp-eyebrow {
		font-size: 17px;
	}

	body.lp-custom-template .lp-hero__title {
		font-size: 35px;
		line-height: 1.45;
	}

	body.lp-custom-template .lp-hero__desc {
		font-size: 15px;
	}

	body.lp-custom-template .lp-section {
		padding: 68px 0;
	}

	body.lp-custom-template .lp-section--soft {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	body.lp-custom-template .lp-intro-card {
		padding: 36px 18px;
		gap: 14px;
	}

	body.lp-custom-template .lp-intro-card p {
		font-size: 16px;
		line-height: 2;
	}

	body.lp-custom-template .lp-intro-card__strong {
		font-size: 26px;
	}

	body.lp-custom-template .lp-intro-card__accent {
		font-size: 26px;
	}

	body.lp-custom-template .lp-check-grid,
	body.lp-custom-template .lp-benefits-grid,
	body.lp-custom-template .lp-target-grid {
		grid-template-columns: 1fr;
	}

	body.lp-custom-template .lp-check-grid li {
		font-size: 16px;
		min-height: auto;
		padding: 20px 14px 20px 46px;
		line-height: 1.55;
	}

	body.lp-custom-template .lp-check-grid li::before {
		left: 16px;
		top: 22px;
	}

	body.lp-custom-template .lp-check-grid li::after {
		left: 23px;
		top: 27px;
	}

	body.lp-custom-template .lp-heading {
		font-size: 30px;
	}

	body.lp-custom-template .lp-highlight {
		font-size: 22px;
		line-height: 1.7;
		padding: 22px 14px;
	}

	body.lp-custom-template .lp-split {
		margin-top: 34px;
	}

	body.lp-custom-template .lp-split__visual {
		height: 320px;
		border-radius: 18px;
	}

	body.lp-custom-template .lp-split__body {
		font-size: 16px;
		gap: 12px;
		line-height: 1.9;
	}

	body.lp-custom-template .lp-list-card li,
	body.lp-custom-template .lp-point-list li {
		font-size: 15px;
		line-height: 1.6;
	}

	body.lp-custom-template .lp-dark-line {
		font-size: 19px;
	}

	body.lp-custom-template .lp-dark-accent {
		font-size: 28px;
	}

	body.lp-custom-template .lp-banner {
		padding: 18px 16px;
		font-size: 24px;
	}

	body.lp-custom-template .lp-final-card {
		padding: 36px 16px;
	}

	body.lp-custom-template .lp-final-card p {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}

	body.lp-custom-template .lp-final-card .lp-btn {
		width: 100%;
		height: 52px;
		border-radius: 999px;
		font-size: 15px;
	}

	body.lp-custom-template .lp-message-title {
		font-size: 32px;
	}

	body.lp-custom-template .lp-section--message p {
		font-size: 17px;
		line-height: 1.95;
	}

	body.lp-custom-template .lp-message-accent {
		font-size: 28px;
	}

	body.lp-custom-template .lp-section--message {
		padding-top: 84px;
		padding-bottom: 72px;
	}

	body.lp-custom-template .lp-section--final {
		padding-bottom: 72px;
	}

	body.lp-custom-template .lp-section--profile {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	body.lp-custom-template .lp-section--voices {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	body.lp-custom-template .lp-voices-grid {
		margin-top: 40px;
		gap: 14px;
	}

	body.lp-custom-template .lp-voice-card {
		padding: 20px 16px;
		border-radius: 16px;
		gap: 20px;
	}

	body.lp-custom-template .lp-voice-ba-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	body.lp-custom-template .lp-voice-sep {
		margin: 10px 0;
	}

	body.lp-custom-template .lp-voice-ba-row p {
		font-size: 15px;
	}

	body.lp-custom-template .lp-voice-text p {
		font-size: 14px;
		line-height: 1.85;
	}

	body.lp-custom-template .lp-voice-name {
		font-size: 16px;
	}

	body.lp-custom-template .lp-voice-meta {
		font-size: 13px;
	}

	body.lp-custom-template .lp-voices-stat {
		margin-top: 24px;
		padding: 26px 16px;
		border-radius: 16px;
	}

	body.lp-custom-template .lp-voices-stat-num {
		font-size: 54px;
	}

	body.lp-custom-template .lp-voices-stat-copy {
		font-size: 16px;
		line-height: 1.7;
		letter-spacing: 0.04em;
	}

	body.lp-custom-template .lp-section--session-plan {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	body.lp-custom-template .lp-session-plan-head .lp-heading {
		font-size: 34px;
	}

	body.lp-custom-template .lp-session-plan-card {
		margin-top: 36px;
		padding: 26px 16px;
		border-radius: 16px;
	}

	body.lp-custom-template .lp-session-plan-lead {
		font-size: 18px;
		line-height: 1.8;
	}

	body.lp-custom-template .lp-session-plan-boxes {
		margin-top: 18px;
		gap: 10px;
	}

	body.lp-custom-template .lp-session-plan-boxes div {
		min-height: auto;
		padding: 14px 10px;
		font-size: 14px;
	}

	body.lp-custom-template .lp-session-plan-copy {
		margin-top: 18px;
		font-size: 24px;
		line-height: 1.6;
	}

	body.lp-custom-template .lp-session-plan-copy span {
		font-size: 26px;
	}

	body.lp-custom-template .lp-session-plan-cta {
		margin-top: 22px;
		height: 56px;
		width: 100%;
		padding: 0 16px;
	}

	body.lp-custom-template .lp-session-plan-cta span {
		font-size: 16px;
		letter-spacing: 0.05em;
	}

	body.lp-custom-template .lp-session-plan-cta img {
		width: 16px;
		height: 16px;
	}

	body.lp-custom-template .lp-session-flow {
		margin-top: 48px;
	}

	body.lp-custom-template .lp-session-flow h3 {
		font-size: 38px;
	}

	body.lp-custom-template .lp-session-flow-list {
		margin-top: 36px;
		padding-left: 20px;
		gap: 24px;
	}

	body.lp-custom-template .lp-session-flow-list li {
		padding-left: 56px;
		min-height: 58px;
	}

	body.lp-custom-template .lp-session-flow-num {
		left: -36px;
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 38px;
	}

	body.lp-custom-template .lp-session-flow-list h4 {
		font-size: 28px;
		line-height: 1.3;
	}

	body.lp-custom-template .lp-session-flow-list p {
		margin-top: 4px;
		font-size: 16px;
	}

	body.lp-custom-template .lp-profile-grid {
		margin-top: 40px;
		gap: 24px;
	}

	body.lp-custom-template .lp-profile-photo {
		height: 420px;
		border-radius: 20px;
	}

	body.lp-custom-template .lp-profile-badge {
		right: 10px;
		bottom: 10px;
		width: 132px;
		min-height: 78px;
		padding: 14px 14px;
	}

	body.lp-custom-template .lp-profile-badge span {
		font-size: 10px;
	}

	body.lp-custom-template .lp-profile-badge strong {
		font-size: 24px;
	}

	body.lp-custom-template .lp-profile-body {
		font-size: 16px;
		line-height: 1.9;
	}

	body.lp-custom-template .lp-profile-body h3 {
		font-size: 34px;
	}

	body.lp-custom-template .lp-profile-sub {
		font-size: 14px;
	}

	body.lp-custom-template .lp-profile-divider {
		margin-top: 20px;
	}

	body.lp-custom-template .lp-profile-card {
		padding: 20px 16px;
		border-radius: 16px;
	}

	body.lp-custom-template .lp-profile-card ul {
		gap: 10px;
	}

	body.lp-custom-template .lp-profile-card li {
		font-size: 14px;
		line-height: 1.5;
	}
}

/* Mobile-first reconstruction: keep a phone-width canvas even on desktop. */
body.lp-custom-template {
	--lp-phone-max: 430px;
	background: #fff;
}

body.lp-custom-template .lp-header,
body.lp-custom-template .lp-main,
body.lp-custom-template .lp-footer {
	width: min(100%, var(--lp-phone-max));
	margin-left: auto;
	margin-right: auto;
}

body.lp-custom-template .lp-header,
body.lp-custom-template .lp-main {
	border-left: 0;
	border-right: 0;
}

body.lp-custom-template .lp-main {
	background: var(--lp-bg);
}

body.lp-custom-template .lp-header {
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(6px);
}

body.lp-custom-template .lp-container,
body.lp-custom-template .lp-container--narrow,
body.lp-custom-template .lp-container--wide,
body.lp-custom-template .lp-container--xl {
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}

body.lp-custom-template .lp-header__inner {
	height: 68px;
	gap: 10px;
}

body.lp-custom-template .lp-logo {
	font-size: 17px;
	letter-spacing: 0.03em;
}

body.lp-custom-template .lp-logo img {
	width: clamp(98px, 26.4vw, 141px);
}

body.lp-custom-template .lp-btn--sm {
	height: 36px;
	padding: 0 12px;
	font-size: 11px;
	letter-spacing: 0.04em;
}

body.lp-custom-template .lp-btn--lg {
	width: 100%;
	height: 56px;
	padding: 0 16px;
	font-size: 14px;
	letter-spacing: 0.04em;
}

body.lp-custom-template .lp-hero {
	width: 100%;
	min-height: 610px;
	background-position: 66% center;
}

body.lp-custom-template .lp-hero__content {
	width: 100%;
	padding: 88px 16px 64px;
}

body.lp-custom-template .lp-hero__panel {
	max-width: 100%;
}

body.lp-custom-template .lp-eyebrow {
	font-size: 16px;
	line-height: 1.6;
}

body.lp-custom-template .lp-hero__title {
	margin-top: 14px;
	font-size: 34px;
	line-height: 1.42;
	letter-spacing: 0.02em;
}

body.lp-custom-template .lp-hero__desc {
	margin-top: 18px;
	font-size: 15px;
	line-height: 1.9;
}

body.lp-custom-template .lp-hero__cta-wrap {
	margin-top: 28px;
	width: 100%;
}

body.lp-custom-template .lp-note {
	font-size: 12px;
	line-height: 1.7;
}

body.lp-custom-template .lp-section {
	padding: 56px 0;
}

body.lp-custom-template .lp-section--intro {
	padding-top: 40px;
	padding-bottom: 40px;
}

body.lp-custom-template .lp-section--soft,
body.lp-custom-template .lp-section--dark,
body.lp-custom-template .lp-section--session-plan,
body.lp-custom-template .lp-section--voices,
body.lp-custom-template .lp-section--profile,
body.lp-custom-template .lp-section--message {
	padding-top: 56px;
	padding-bottom: 56px;
}

body.lp-custom-template .lp-mini-heading {
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

body.lp-custom-template .lp-heading {
	font-size: 28px;
	line-height: 1.35;
	letter-spacing: 0.02em;
}

body.lp-custom-template .lp-sub {
	margin-top: 10px;
	font-size: 14px;
}

body.lp-custom-template .lp-intro-card {
	padding: 28px 14px;
	border-radius: 16px;
	gap: 12px;
}

body.lp-custom-template .lp-intro-card p {
	font-size: 16px;
	line-height: 1.95;
}

body.lp-custom-template .lp-intro-card__strong {
	font-size: 24px;
}

body.lp-custom-template .lp-intro-card__accent {
	font-size: 24px;
}

body.lp-custom-template .lp-check-grid,
body.lp-custom-template .lp-benefits-grid,
body.lp-custom-template .lp-diff-grid,
body.lp-custom-template .lp-target-grid,
body.lp-custom-template .lp-voices-grid,
body.lp-custom-template .lp-profile-grid,
body.lp-custom-template .lp-session-plan-boxes {
	grid-template-columns: 1fr;
	gap: 12px;
}

body.lp-custom-template .lp-check-grid {
	margin-top: 24px;
}

body.lp-custom-template .lp-check-grid li {
	min-height: auto;
	padding: 16px 12px 16px 42px;
	border-radius: 16px;
	font-size: 15px;
	line-height: 1.65;
}

body.lp-custom-template .lp-check-grid li::before {
	left: 14px;
	top: 17px;
}

body.lp-custom-template .lp-check-grid li::after {
	left: 21px;
	top: 22px;
}

body.lp-custom-template .lp-highlight {
	margin-top: 20px;
	padding: 18px 14px;
	border-radius: 16px;
	font-size: 20px;
	line-height: 1.65;
}

body.lp-custom-template .lp-split {
	margin-top: 24px;
	grid-template-columns: 1fr;
	gap: 16px;
}

body.lp-custom-template .lp-split__visual {
	height: 250px;
	border-radius: 18px;
}

body.lp-custom-template .lp-split__body {
	font-size: 16px;
	line-height: 1.9;
	gap: 12px;
}

body.lp-custom-template .lp-list-card {
	padding: 16px;
	border-radius: 16px;
}

body.lp-custom-template .lp-list-card li,
body.lp-custom-template .lp-point-list li {
	font-size: 15px;
	line-height: 1.65;
}

body.lp-custom-template .lp-accent-text,
body.lp-custom-template .lp-dark-accent {
	font-size: 24px;
	line-height: 1.55;
}

body.lp-custom-template .lp-quote-card {
	padding: 16px;
	border-radius: 16px;
}

body.lp-custom-template .lp-quote-card h3 {
	font-size: 22px;
	line-height: 1.5;
}

body.lp-custom-template .lp-point-list li {
	padding: 11px 12px;
	border-radius: 12px;
}

body.lp-custom-template .lp-section--dark {
	padding-top: 60px;
	padding-bottom: 60px;
}

body.lp-custom-template .lp-dark-line {
	margin-top: 10px;
	font-size: 17px;
	line-height: 1.65;
	letter-spacing: 0.03em;
}

body.lp-custom-template .lp-benefits-grid {
	margin-top: 20px;
}

body.lp-custom-template .lp-benefits-grid li,
body.lp-custom-template .lp-diff-grid article,
body.lp-custom-template .lp-target-grid li,
body.lp-custom-template .lp-voice-card,
body.lp-custom-template .lp-profile-card,
body.lp-custom-template .lp-voices-stat,
body.lp-custom-template .lp-session-plan-card,
body.lp-custom-template .lp-final-card {
	border-radius: 16px;
}

body.lp-custom-template .lp-benefits-grid li {
	padding: 20px 14px;
}

body.lp-custom-template .lp-benefits-grid h3 {
	font-size: 18px;
	line-height: 1.55;
}

body.lp-custom-template .lp-benefits-grid p {
	font-size: 14px;
	margin-top: 6px;
}

body.lp-custom-template .lp-banner {
	margin-top: 20px;
	padding: 16px 12px;
	border-radius: 16px;
	font-size: 20px;
	line-height: 1.55;
}

body.lp-custom-template .lp-diff-grid {
	margin-top: 20px;
}

body.lp-custom-template .lp-diff-grid article {
	padding: 16px 14px;
}

body.lp-custom-template .lp-diff-grid span {
	font-size: 22px;
}

body.lp-custom-template .lp-diff-grid h3 {
	font-size: 17px;
	line-height: 1.5;
}

body.lp-custom-template .lp-diff-grid p {
	font-size: 14px;
}

body.lp-custom-template .lp-target-grid {
	margin-top: 20px;
}

body.lp-custom-template .lp-target-grid li {
	padding: 16px 12px 16px 42px;
	font-size: 15px;
}

body.lp-custom-template .lp-target-grid li::before {
	left: 14px;
	top: 17px;
}

body.lp-custom-template .lp-section--session-plan .lp-heading {
	font-size: 28px;
}

body.lp-custom-template .lp-session-plan-card {
	margin-top: 28px;
	padding: 22px 14px;
}

body.lp-custom-template .lp-session-plan-lead {
	font-size: 16px;
	line-height: 1.7;
}

body.lp-custom-template .lp-session-plan-boxes {
	margin-top: 14px;
}

body.lp-custom-template .lp-session-plan-boxes div {
	min-height: auto;
	padding: 14px 10px;
	font-size: 14px;
}

body.lp-custom-template .lp-session-plan-copy {
	margin-top: 14px;
	font-size: 23px;
	line-height: 1.5;
}

body.lp-custom-template .lp-session-plan-copy span {
	font-size: 24px;
}

body.lp-custom-template .lp-session-plan-cta {
	margin-top: 18px;
	height: 54px;
	width: 100%;
	padding: 0 12px;
}

body.lp-custom-template .lp-session-plan-cta span {
	font-size: 15px;
	letter-spacing: 0.03em;
}

body.lp-custom-template .lp-session-plan-cta img {
	width: 16px;
	height: 16px;
}

body.lp-custom-template .lp-session-flow {
	margin-top: 32px;
}

body.lp-custom-template .lp-session-flow h3 {
	font-size: 26px;
}

body.lp-custom-template .lp-session-flow-list {
	margin-top: 24px;
	padding-left: 16px;
	gap: 20px;
}

body.lp-custom-template .lp-session-flow-list li {
	padding-left: 44px;
	min-height: 52px;
}

body.lp-custom-template .lp-session-flow-num {
	left: -30px;
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 32px;
}

body.lp-custom-template .lp-session-flow-list h4 {
	font-size: 18px;
	line-height: 1.4;
}

body.lp-custom-template .lp-session-flow-list p {
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.6;
}

body.lp-custom-template .lp-voices-grid {
	margin-top: 28px;
}

body.lp-custom-template .lp-voice-card {
	padding: 18px 14px;
	gap: 16px;
	min-height: auto;
}

body.lp-custom-template .lp-voice-ba-row {
	grid-template-columns: 1fr;
	gap: 8px;
}

body.lp-custom-template .lp-voice-sep {
	margin: 10px 0;
}

body.lp-custom-template .lp-voice-ba-row p {
	font-size: 14px;
}

body.lp-custom-template .lp-voice-text {
	padding-top: 14px;
}

body.lp-custom-template .lp-voice-text p {
	font-size: 14px;
	line-height: 1.8;
}

body.lp-custom-template .lp-voice-person {
	padding-top: 14px;
}

body.lp-custom-template .lp-voice-name {
	font-size: 15px;
}

body.lp-custom-template .lp-voice-meta {
	font-size: 12px;
}

body.lp-custom-template .lp-voices-stat {
	margin-top: 18px;
	padding: 22px 14px;
}

body.lp-custom-template .lp-voices-stat-num {
	font-size: 46px;
}

body.lp-custom-template .lp-voices-stat-copy {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.65;
	letter-spacing: 0.03em;
}

body.lp-custom-template .lp-profile-grid {
	margin-top: 28px;
	gap: 18px;
}

body.lp-custom-template .lp-profile-photo {
	height: 360px;
	border-radius: 16px;
}

body.lp-custom-template .lp-profile-badge {
	right: 8px;
	bottom: 8px;
	width: 116px;
	min-height: 68px;
	padding: 12px 11px;
}

body.lp-custom-template .lp-profile-badge span {
	font-size: 9px;
}

body.lp-custom-template .lp-profile-badge strong {
	font-size: 20px;
}

body.lp-custom-template .lp-profile-body {
	font-size: 15px;
	line-height: 1.85;
}

body.lp-custom-template .lp-profile-role {
	font-size: 12px;
}

body.lp-custom-template .lp-profile-body h3 {
	margin-top: 8px;
	font-size: 30px;
}

body.lp-custom-template .lp-profile-sub {
	margin-top: 4px;
	font-size: 13px;
}

body.lp-custom-template .lp-profile-divider {
	margin-top: 12px;
	width: 68px;
}

body.lp-custom-template .lp-profile-body p {
	margin-top: 14px;
}

body.lp-custom-template .lp-profile-card {
	margin-top: 16px;
	padding: 18px 14px;
}

body.lp-custom-template .lp-profile-card ul {
	margin-top: 12px;
	gap: 8px;
}

body.lp-custom-template .lp-profile-card li {
	font-size: 14px;
	line-height: 1.6;
}

body.lp-custom-template .lp-faq {
	margin-top: 22px;
	gap: 10px;
}

body.lp-custom-template .lp-faq details {
	border-radius: 12px;
	padding: 0 14px;
}

body.lp-custom-template .lp-faq summary {
	padding: 14px 0;
	font-size: 16px;
	line-height: 1.5;
}

body.lp-custom-template .lp-faq p {
	padding: 0 0 14px;
	font-size: 14px;
	line-height: 1.75;
}

body.lp-custom-template .lp-message-title {
	font-size: 30px;
	line-height: 1.5;
}

body.lp-custom-template .lp-section--message p {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.9;
}

body.lp-custom-template .lp-message-accent {
	font-size: 24px;
	line-height: 1.6;
}

body.lp-custom-template .lp-section--final {
	padding-top: 0;
	padding-bottom: 56px;
}

body.lp-custom-template .lp-final-card {
	padding: 30px 14px;
}

body.lp-custom-template .lp-final-card h2 {
	font-size: 28px;
	line-height: 1.45;
	letter-spacing: 0.03em;
}

body.lp-custom-template .lp-final-card p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.75;
}

body.lp-custom-template .lp-final-card .lp-btn {
	margin-top: 18px;
	width: 100%;
	height: 52px;
	border-radius: 999px;
	font-size: 14px;
}

body.lp-custom-template .lp-footer {
	padding: 28px 0 20px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background: #fff;
}

body.lp-custom-template .lp-footer__catch {
	font-size: 14px;
}

body.lp-custom-template .lp-footer__copy {
	margin-top: 10px;
	font-size: 11px;
}

/* Minimal copy-fit adjustments after text update */
body.lp-custom-template .lp-btn {
	line-height: 1.35;
	white-space: normal;
	text-wrap: balance;
}

body.lp-custom-template .lp-btn--sm {
	padding: 0 10px;
	font-size: 10.5px;
	letter-spacing: 0.01em;
}

body.lp-custom-template .lp-btn--lg {
	padding: 0 14px;
	font-size: 13.5px;
	letter-spacing: 0.02em;
}

body.lp-custom-template .lp-session-plan-cta {
	padding: 0 10px;
}

body.lp-custom-template .lp-session-plan-cta span {
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: 0.02em;
	text-wrap: pretty;
}

body.lp-custom-template .lp-voices-grid {
	align-items: stretch;
}

body.lp-custom-template .lp-voice-card {
	height: 100%;
}

@media (min-width: 768px) {
	body.lp-custom-template {
		padding: 0;
	}

	body.lp-custom-template .lp-header,
	body.lp-custom-template .lp-main,
	body.lp-custom-template .lp-footer {
		box-shadow: 0 0 0 1px rgba(34, 58, 97, 0.04), 0 20px 40px rgba(28, 43, 66, 0.14);
	}

	body.lp-custom-template .lp-header {
		border-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	body.lp-custom-template .lp-footer {
		border-bottom: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
}

/* ==========================================================
   RE:me DESIGN refresh
   Reference: sample.php visual direction, adapted for SWELL LP template.
   ========================================================== */
body.lp-custom-template {
	--lp-bg: #fffaf7;
	--lp-bg-soft: #faf6f1;
	--lp-bg-warm: #f2eee9;
	--lp-text: #5a4c4a;
	--lp-text-strong: #3a2e2c;
	--lp-sub: #8a7a78;
	--lp-accent: #d87a5d;
	--lp-accent-dark: #a5442a;
	--lp-accent-soft: #fbe8e0;
	--lp-accent-pale: #fdf8f6;
	--lp-border: rgba(90, 76, 74, 0.11);
	--lp-shadow: 0 18px 45px rgba(90, 76, 74, 0.08);
	--lp-shadow-strong: 0 26px 70px rgba(90, 76, 74, 0.14);
	--lp-grad: linear-gradient(135deg, #d87a5d 0%, #eaa48e 100%);
	--lp-grad-deep: linear-gradient(140deg, #3a2e2c 0%, #5e3a32 62%, #8a4c38 100%);
	margin: 0;
	padding: 0;
	background:
		radial-gradient(circle at 12% 8%, rgba(216, 122, 93, 0.12), transparent 28rem),
		linear-gradient(180deg, #fff 0%, #fffaf7 55%, #fff 100%);
	color: var(--lp-text);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
}

body.lp-custom-template .lp-header,
body.lp-custom-template .lp-main,
body.lp-custom-template .lp-footer {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	box-shadow: none;
}

body.lp-custom-template .lp-main {
	background: transparent;
}

body.lp-custom-template .lp-container,
body.lp-custom-template .lp-container--narrow,
body.lp-custom-template .lp-container--wide,
body.lp-custom-template .lp-container--xl {
	width: min(100%, 1152px);
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(18px, 4vw, 32px);
	padding-right: clamp(18px, 4vw, 32px);
}

body.lp-custom-template .lp-container--narrow {
	width: min(100%, 900px);
}

body.lp-custom-template .lp-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid rgba(242, 238, 233, 0.9);
	background: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(16px);
}

body.lp-custom-template .lp-header__inner {
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

body.lp-custom-template .lp-logo img {
	width: clamp(132px, 16vw, 188px);
	height: auto;
}

body.lp-custom-template .lp-btn,
body.lp-custom-template .lp-session-plan-cta {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: var(--lp-grad);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.45;
	text-align: center;
	box-shadow: 0 18px 38px rgba(216, 122, 93, 0.24);
	transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
	overflow: hidden;
}

body.lp-custom-template .lp-btn::after,
body.lp-custom-template .lp-session-plan-cta::after {
	content: "";
	position: absolute;
	inset: 1px;
	z-index: -1;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 55%);
}

body.lp-custom-template .lp-btn:hover,
body.lp-custom-template .lp-session-plan-cta:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 48px rgba(216, 122, 93, 0.32);
	filter: saturate(1.04);
}

body.lp-custom-template .lp-btn--sm {
	height: 46px;
	padding: 0 24px;
	font-size: 13px;
	white-space: nowrap;
}

body.lp-custom-template .lp-btn--lg {
	width: auto;
	min-height: 62px;
	height: auto;
	padding: 18px 38px;
	font-size: 15px;
}

body.lp-custom-template .lp-hero {
	position: relative;
	width: 100%;
	min-height: min(860px, 92vh);
	background: var(--hero-image, linear-gradient(120deg, #f8eee8, #fffaf7)) right center / cover no-repeat;
	overflow: hidden;
}

body.lp-custom-template .lp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.34) 100%),
		radial-gradient(circle at 13% 28%, rgba(216, 122, 93, 0.18), transparent 24rem);
}

body.lp-custom-template .lp-hero::after {
	content: "";
	position: absolute;
	right: clamp(16px, 6vw, 88px);
	bottom: clamp(18px, 6vw, 80px);
	z-index: 1;
	width: clamp(150px, 20vw, 260px);
	aspect-ratio: 1;
	border-radius: 999px;
	border: 1px solid rgba(216, 122, 93, 0.2);
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(2px);
}

body.lp-custom-template .lp-hero__veil {
	display: none;
}

body.lp-custom-template .lp-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: inherit;
	padding-top: 116px;
	padding-bottom: 92px;
}

body.lp-custom-template .lp-hero__panel {
	max-width: 680px;
	padding: clamp(28px, 5vw, 54px);
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 36px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 250, 247, 0.62));
	box-shadow: var(--lp-shadow);
	backdrop-filter: blur(9px);
}

body.lp-custom-template .lp-eyebrow,
body.lp-custom-template .lp-mini-heading,
body.lp-custom-template .lp-profile-role,
body.lp-custom-template .lp-profile-card__title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--lp-accent);
}

body.lp-custom-template .lp-eyebrow {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(16px, 1.9vw, 22px);
	font-weight: 500;
	text-transform: none;
}

body.lp-custom-template .lp-hero__title,
body.lp-custom-template .lp-heading,
body.lp-custom-template .lp-message-title,
body.lp-custom-template .lp-final-card h2,
body.lp-custom-template .lp-profile-body h3,
body.lp-custom-template .lp-session-flow h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: var(--lp-text-strong);
	letter-spacing: 0.04em;
}

body.lp-custom-template .lp-hero__title {
	margin-top: 18px;
	font-size: clamp(38px, 5vw, 66px);
	line-height: 1.24;
}

body.lp-custom-template .lp-hero__title span,
body.lp-custom-template .lp-highlight span,
body.lp-custom-template .lp-accent-text,
body.lp-custom-template .lp-message-accent {
	color: var(--lp-accent);
}

body.lp-custom-template .lp-hero__desc {
	margin-top: 28px;
	max-width: 590px;
	font-size: clamp(15px, 1.45vw, 18px);
	line-height: 2.05;
	letter-spacing: 0.03em;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-hero__cta-wrap {
	margin-top: 34px;
	width: auto;
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
}

body.lp-custom-template .lp-note {
	font-size: 12px;
	line-height: 1.7;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-section,
body.lp-custom-template .lp-section--soft,
body.lp-custom-template .lp-section--dark,
body.lp-custom-template .lp-section--session-plan,
body.lp-custom-template .lp-section--voices,
body.lp-custom-template .lp-section--profile,
body.lp-custom-template .lp-section--message {
	position: relative;
	padding-top: clamp(84px, 10vw, 132px);
	padding-bottom: clamp(84px, 10vw, 132px);
}

body.lp-custom-template .lp-section--soft,
body.lp-custom-template .lp-section--session-plan,
body.lp-custom-template .lp-section--voices,
body.lp-custom-template .lp-section--profile {
	background:
		radial-gradient(circle at 90% 0%, rgba(216, 122, 93, 0.1), transparent 24rem),
		var(--lp-bg-soft);
}

body.lp-custom-template .lp-section--intro {
	padding-top: clamp(52px, 6vw, 76px);
	padding-bottom: clamp(52px, 6vw, 76px);
	background: #fff;
}

body.lp-custom-template .lp-heading {
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.34;
	text-align: center;
}

body.lp-custom-template .lp-sub {
	max-width: 760px;
	margin: 18px auto 0;
	font-size: 17px;
	line-height: 2;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-intro-card,
body.lp-custom-template .lp-quote-card,
body.lp-custom-template .lp-final-card,
body.lp-custom-template .lp-session-plan-card,
body.lp-custom-template .lp-voices-stat,
body.lp-custom-template .lp-profile-card {
	border: 1px solid var(--lp-border);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--lp-shadow);
}

body.lp-custom-template .lp-intro-card {
	padding: clamp(34px, 6vw, 64px);
	text-align: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(253, 248, 246, 0.94));
}

body.lp-custom-template .lp-intro-card p {
	font-size: clamp(16px, 1.8vw, 20px);
	line-height: 2.1;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-intro-card__strong {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(25px, 3vw, 34px) !important;
	line-height: 1.6 !important;
	color: var(--lp-text-strong) !important;
}

body.lp-custom-template .lp-intro-card__accent {
	font-size: clamp(26px, 3.1vw, 36px) !important;
	color: var(--lp-accent) !important;
}

body.lp-custom-template .lp-check-grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.lp-custom-template .lp-check-grid li,
body.lp-custom-template .lp-point-list li,
body.lp-custom-template .lp-target-grid li,
body.lp-custom-template .lp-benefits-grid li,
body.lp-custom-template .lp-diff-grid article,
body.lp-custom-template .lp-voice-card,
body.lp-custom-template .lp-faq details {
	border: 1px solid var(--lp-border);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(90, 76, 74, 0.055);
}

body.lp-custom-template .lp-check-grid li {
	min-height: 88px;
	padding: 24px 22px 22px 64px;
	font-size: 17px;
	line-height: 1.75;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-check-grid li::before {
	left: 24px;
	top: 29px;
	width: 24px;
	height: 24px;
	background: var(--lp-accent-soft);
}

body.lp-custom-template .lp-check-grid li::after {
	left: 33px;
	top: 34px;
	border-color: var(--lp-accent);
}

body.lp-custom-template .lp-highlight,
body.lp-custom-template .lp-banner {
	margin-top: 42px;
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid rgba(216, 122, 93, 0.18);
	border-radius: 30px;
	background: linear-gradient(135deg, #fff 0%, var(--lp-accent-pale) 100%);
	box-shadow: var(--lp-shadow);
	font-family: "Noto Serif JP", serif;
	font-size: clamp(23px, 2.8vw, 32px);
	line-height: 1.8;
	color: var(--lp-text-strong);
	text-align: center;
}

body.lp-custom-template .lp-split {
	margin-top: 58px;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(32px, 5vw, 70px);
	align-items: center;
}

body.lp-custom-template .lp-split__visual {
	position: relative;
	height: clamp(340px, 45vw, 520px);
	border-radius: 38px;
	box-shadow: var(--lp-shadow-strong);
	overflow: hidden;
}

body.lp-custom-template .lp-split__visual::after,
body.lp-custom-template .lp-profile-visual::after {
	content: "";
	position: absolute;
	inset: auto -20px -20px auto;
	width: 45%;
	aspect-ratio: 1;
	border-radius: 999px;
	background: rgba(216, 122, 93, 0.18);
	filter: blur(2px);
}

body.lp-custom-template .lp-split__body,
body.lp-custom-template .lp-profile-body {
	display: grid;
	gap: 18px;
	font-size: clamp(16px, 1.7vw, 19px);
	line-height: 2.05;
	letter-spacing: 0.03em;
	color: var(--lp-text);
}

body.lp-custom-template .lp-list-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.lp-custom-template .lp-list-card li {
	padding: 18px 18px 18px 42px;
	border-radius: 18px;
	background: var(--lp-accent-pale);
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
	line-height: 1.45;
	color: var(--lp-accent-dark);
}

body.lp-custom-template .lp-list-card li::before {
	left: 20px;
	top: 1.48em;
	background: var(--lp-accent);
}

body.lp-custom-template .lp-accent-text {
	padding: clamp(24px, 3vw, 38px);
	border-radius: 28px;
	background: var(--lp-accent-pale);
	font-size: clamp(23px, 2.8vw, 32px);
	line-height: 1.75;
	text-align: center;
}

body.lp-custom-template .lp-quote-card {
	padding: clamp(24px, 4vw, 36px);
}

body.lp-custom-template .lp-quote-card h3 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.55;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-point-list {
	display: grid;
	gap: 12px;
}

body.lp-custom-template .lp-point-list li {
	position: relative;
	padding: 17px 18px 17px 48px;
	font-size: 16px;
	line-height: 1.7;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-point-list li::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 25px;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: var(--lp-accent-soft);
	box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px rgba(216, 122, 93, 0.28);
}

body.lp-custom-template .lp-section--dark,
body.lp-custom-template .lp-section--message {
	background:
		linear-gradient(rgba(58, 46, 44, 0.86), rgba(58, 46, 44, 0.9)),
		url("https://images.unsplash.com/photo-1499209974431-9dddcece7f88?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
	color: #fff;
	text-align: center;
}

body.lp-custom-template .lp-section--dark .lp-heading,
body.lp-custom-template .lp-section--message .lp-message-title {
	color: var(--lp-accent-soft);
}

body.lp-custom-template .lp-section--dark .lp-list-card {
	max-width: 760px;
	margin: 42px auto 0;
	grid-template-columns: 1fr;
}

body.lp-custom-template .lp-section--dark .lp-list-card li {
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	backdrop-filter: blur(8px);
}

body.lp-custom-template .lp-dark-accent {
	max-width: 780px;
	margin: 42px auto 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.8;
	color: var(--lp-accent-soft);
}

body.lp-custom-template .lp-benefits-grid,
body.lp-custom-template .lp-target-grid,
body.lp-custom-template .lp-voices-grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

body.lp-custom-template .lp-benefits-grid li,
body.lp-custom-template .lp-target-grid li {
	position: relative;
	padding: 30px 26px;
}

body.lp-custom-template .lp-benefits-grid li::before {
	content: "";
	display: block;
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	border-radius: 999px;
	background: radial-gradient(circle at 34% 32%, #fff 0 20%, var(--lp-accent-soft) 21% 100%);
	box-shadow: inset 0 0 0 1px rgba(216, 122, 93, 0.18);
}

body.lp-custom-template .lp-benefits-grid h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	line-height: 1.6;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-benefits-grid p,
body.lp-custom-template .lp-diff-grid p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.85;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-banner {
	background: var(--lp-grad-deep);
	color: #fff;
	box-shadow: 0 24px 56px rgba(58, 46, 44, 0.18);
}

body.lp-custom-template .lp-diff-grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

body.lp-custom-template .lp-diff-grid article {
	padding: 26px 22px;
	border-left: 0;
}

body.lp-custom-template .lp-diff-grid span {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	color: var(--lp-accent);
}

body.lp-custom-template .lp-diff-grid h3 {
	margin-top: 12px;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	line-height: 1.6;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-target-grid li {
	padding-left: 54px;
	font-size: 16px;
	line-height: 1.8;
}

body.lp-custom-template .lp-target-grid li::before {
	left: 24px;
	top: 33px;
	width: 16px;
	height: 16px;
	background: var(--lp-accent-soft);
	border-color: rgba(216, 122, 93, 0.3);
}

body.lp-custom-template .lp-section--session-plan .lp-container--narrow {
	width: min(100%, 980px);
}

body.lp-custom-template .lp-session-plan-card {
	margin-top: 54px;
	padding: clamp(30px, 5vw, 58px);
	background: #fff;
}

body.lp-custom-template .lp-session-plan-lead {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(20px, 2.5vw, 26px);
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-session-plan-boxes {
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.lp-custom-template .lp-session-plan-boxes div {
	min-height: 104px;
	padding: 22px 16px;
	border: 1px solid rgba(216, 122, 93, 0.16);
	border-radius: 22px;
	background: var(--lp-accent-pale);
	color: var(--lp-accent-dark);
	font-weight: 700;
}

body.lp-custom-template .lp-session-plan-copy {
	margin-top: 30px;
	font-size: clamp(24px, 3.2vw, 36px);
	line-height: 1.65;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-session-plan-copy span {
	font-size: inherit;
	color: var(--lp-accent);
}

body.lp-custom-template .lp-session-plan-cta {
	width: auto;
	min-height: 66px;
	height: auto;
	margin-top: 34px;
	padding: 18px 36px;
	gap: 10px;
}

body.lp-custom-template .lp-session-plan-cta img {
	width: 18px;
	height: 18px;
}

body.lp-custom-template .lp-session-plan-cta span {
	font-size: 15px;
	letter-spacing: 0.04em;
	color: #fff;
}

body.lp-custom-template .lp-session-flow {
	margin-top: 66px;
}

body.lp-custom-template .lp-session-flow h3 {
	font-size: clamp(26px, 3vw, 34px);
	text-align: center;
}

body.lp-custom-template .lp-session-flow-list {
	position: relative;
	max-width: 820px;
	margin: 42px auto 0;
	padding-left: 0;
	border-left: 0;
	display: grid;
	gap: 18px;
}

body.lp-custom-template .lp-session-flow-list li {
	position: relative;
	min-height: auto;
	padding: 24px 26px 24px 92px;
	border: 1px solid var(--lp-border);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(90, 76, 74, 0.055);
}

body.lp-custom-template .lp-session-flow-num {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: var(--lp-accent-soft);
	font-size: 20px;
	line-height: 44px;
	color: var(--lp-accent);
}

body.lp-custom-template .lp-session-flow-list h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 21px;
	line-height: 1.5;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-session-flow-list p {
	margin-top: 4px;
	font-size: 15px;
	line-height: 1.8;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-voice-card {
	position: relative;
	min-height: auto;
	height: auto;
	padding: 30px 26px;
	grid-template-rows: auto 1fr auto;
	gap: 24px;
	background: #fff;
}

body.lp-custom-template .lp-voice-card::before {
	content: "\201c";
	position: absolute;
	right: 24px;
	top: 10px;
	font-family: Georgia, serif;
	font-size: 76px;
	line-height: 1;
	color: rgba(216, 122, 93, 0.16);
}

body.lp-custom-template .lp-voice-ba-row {
	display: grid;
	grid-template-columns: 74px 1fr;
	gap: 14px;
	align-items: start;
}

body.lp-custom-template .lp-voice-tag {
	border-color: rgba(216, 122, 93, 0.24);
	background: var(--lp-accent-pale);
	color: var(--lp-accent-dark);
}

body.lp-custom-template .lp-voice-ba-row p,
body.lp-custom-template .lp-voice-text p {
	font-size: 15px;
	line-height: 1.9;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-voice-sep,
body.lp-custom-template .lp-voice-text,
body.lp-custom-template .lp-voice-person {
	border-color: rgba(216, 122, 93, 0.13);
}

body.lp-custom-template .lp-voice-avatar {
	background: var(--lp-accent-soft);
	color: var(--lp-accent-dark);
}

body.lp-custom-template .lp-voices-stat {
	margin-top: 42px;
	padding: clamp(30px, 5vw, 54px);
	background: linear-gradient(135deg, #fff, var(--lp-accent-pale));
}

body.lp-custom-template .lp-voices-stat-num {
	font-size: clamp(44px, 7vw, 72px);
	color: var(--lp-accent);
}

body.lp-custom-template .lp-voices-stat-copy {
	max-width: 760px;
	margin: 16px auto 0;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.04em;
	color: var(--lp-text);
}

body.lp-custom-template .lp-voices-stat .lp-btn {
	margin-top: 28px;
}

body.lp-custom-template .lp-profile-grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(32px, 5vw, 66px);
	align-items: center;
}

body.lp-custom-template .lp-profile-visual {
	position: relative;
	padding: 0 24px 24px 0;
}

body.lp-custom-template .lp-profile-photo {
	height: clamp(430px, 48vw, 610px);
	border: 0;
	border-radius: 38px;
	box-shadow: var(--lp-shadow-strong);
}

body.lp-custom-template .lp-profile-badge {
	right: 0;
	bottom: 0;
	width: 152px;
	min-height: 94px;
	border-radius: 22px;
	background: var(--lp-grad);
	box-shadow: 0 22px 44px rgba(216, 122, 93, 0.26);
}

body.lp-custom-template .lp-profile-body h3 {
	margin-top: 10px;
	font-size: clamp(34px, 4.2vw, 48px);
	line-height: 1.25;
}

body.lp-custom-template .lp-profile-sub {
	margin-top: 0;
	font-size: 16px;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-profile-divider {
	width: 70px;
	height: 3px;
	border-radius: 999px;
	background: var(--lp-accent-soft);
}

body.lp-custom-template .lp-profile-card {
	padding: 28px;
	background: #fff;
}

body.lp-custom-template .lp-profile-card ul {
	margin-top: 16px;
	display: grid;
	gap: 12px;
}

body.lp-custom-template .lp-faq {
	margin-top: 36px;
	display: grid;
	gap: 14px;
}

body.lp-custom-template .lp-faq details {
	padding: 0 26px;
}

body.lp-custom-template .lp-faq summary {
	position: relative;
	padding: 24px 34px 24px 0;
	font-size: 18px;
	line-height: 1.6;
	color: var(--lp-text-strong);
}

body.lp-custom-template .lp-faq summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	color: var(--lp-accent);
}

body.lp-custom-template .lp-faq details[open] summary::after {
	content: "-";
}

body.lp-custom-template .lp-faq p {
	padding-bottom: 24px;
	font-size: 15px;
	line-height: 1.9;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-section--message p {
	max-width: 760px;
	margin: 18px auto 0;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 2.05;
	color: rgba(255, 255, 255, 0.88);
}

body.lp-custom-template .lp-message-title {
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.45;
}

body.lp-custom-template .lp-message-accent {
	color: var(--lp-accent-soft) !important;
}

body.lp-custom-template .lp-section--final {
	padding-top: 0;
	background: linear-gradient(180deg, #3a2e2c 0%, #fffaf7 1%, #fffaf7 100%);
}

body.lp-custom-template .lp-final-card {
	padding: clamp(34px, 6vw, 72px);
	transform: translateY(-42px);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
}

body.lp-custom-template .lp-final-card h2 {
	font-size: clamp(30px, 4.2vw, 48px);
	line-height: 1.5;
}

body.lp-custom-template .lp-final-card p {
	margin-top: 16px;
	font-size: clamp(16px, 2vw, 21px);
	line-height: 1.9;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-final-card .lp-btn {
	margin-top: 28px;
	min-height: 62px;
	height: auto;
	padding: 18px 38px;
	font-size: 15px;
}

body.lp-custom-template .lp-footer {
	padding: 56px 0 38px;
	border-top: 1px solid rgba(242, 238, 233, 0.9);
	background: #fff;
}

body.lp-custom-template .lp-footer__logo img {
	width: clamp(170px, 24vw, 260px);
}

body.lp-custom-template .lp-footer__catch {
	margin-top: 14px;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	color: var(--lp-sub);
}

body.lp-custom-template .lp-footer__copy {
	margin-top: 18px;
	font-size: 12px;
	color: rgba(90, 76, 74, 0.54);
}

@media (max-width: 1024px) {
	body.lp-custom-template .lp-split,
	body.lp-custom-template .lp-profile-grid {
		grid-template-columns: 1fr;
	}

	body.lp-custom-template .lp-diff-grid,
	body.lp-custom-template .lp-benefits-grid,
	body.lp-custom-template .lp-target-grid,
	body.lp-custom-template .lp-voices-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.lp-custom-template .lp-header__inner {
		height: 66px;
	}

	body.lp-custom-template .lp-logo img {
		width: 116px;
	}

	body.lp-custom-template .lp-btn--sm {
		height: 38px;
		padding: 0 12px;
		font-size: 10.5px;
	}

	body.lp-custom-template .lp-hero {
		min-height: 710px;
		background-position: 65% center;
	}

	body.lp-custom-template .lp-hero::before {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 250, 247, 0.97) 58%, #fffaf7 100%);
	}

	body.lp-custom-template .lp-hero::after {
		display: none;
	}

	body.lp-custom-template .lp-hero__content {
		align-items: flex-end;
		padding-top: 84px;
		padding-bottom: 42px;
	}

	body.lp-custom-template .lp-hero__panel {
		padding: 24px 18px;
		border-radius: 26px;
	}

	body.lp-custom-template .lp-hero__title {
		font-size: clamp(32px, 10.5vw, 42px);
	}

	body.lp-custom-template .lp-hero__desc {
		line-height: 1.9;
	}

	body.lp-custom-template .lp-hero__cta-wrap,
	body.lp-custom-template .lp-btn--lg,
	body.lp-custom-template .lp-session-plan-cta,
	body.lp-custom-template .lp-final-card .lp-btn {
		width: 100%;
	}

	body.lp-custom-template .lp-section,
	body.lp-custom-template .lp-section--soft,
	body.lp-custom-template .lp-section--dark,
	body.lp-custom-template .lp-section--session-plan,
	body.lp-custom-template .lp-section--voices,
	body.lp-custom-template .lp-section--profile,
	body.lp-custom-template .lp-section--message {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	body.lp-custom-template .lp-section--intro {
		padding-top: 46px;
		padding-bottom: 46px;
	}

	body.lp-custom-template .lp-check-grid,
	body.lp-custom-template .lp-list-card,
	body.lp-custom-template .lp-diff-grid,
	body.lp-custom-template .lp-benefits-grid,
	body.lp-custom-template .lp-target-grid,
	body.lp-custom-template .lp-voices-grid,
	body.lp-custom-template .lp-session-plan-boxes {
		grid-template-columns: 1fr;
	}

	body.lp-custom-template .lp-check-grid li {
		padding: 18px 14px 18px 52px;
		font-size: 15px;
	}

	body.lp-custom-template .lp-check-grid li::before {
		left: 18px;
		top: 22px;
	}

	body.lp-custom-template .lp-check-grid li::after {
		left: 27px;
		top: 27px;
	}

	body.lp-custom-template .lp-split__visual {
		height: 300px;
		border-radius: 28px;
	}

	body.lp-custom-template .lp-section--dark .lp-list-card {
		margin-top: 30px;
	}

	body.lp-custom-template .lp-benefits-grid li,
	body.lp-custom-template .lp-diff-grid article,
	body.lp-custom-template .lp-target-grid li,
	body.lp-custom-template .lp-voice-card,
	body.lp-custom-template .lp-faq details {
		border-radius: 20px;
	}

	body.lp-custom-template .lp-session-plan-card,
	body.lp-custom-template .lp-intro-card,
	body.lp-custom-template .lp-final-card {
		border-radius: 26px;
	}

	body.lp-custom-template .lp-session-plan-boxes div {
		min-height: auto;
	}

	body.lp-custom-template .lp-session-flow-list li {
		padding: 20px 18px 20px 72px;
	}

	body.lp-custom-template .lp-session-flow-num {
		left: 18px;
		top: 20px;
		width: 38px;
		height: 38px;
		font-size: 17px;
		line-height: 38px;
	}

	body.lp-custom-template .lp-voice-ba-row {
		grid-template-columns: 1fr;
	}

	body.lp-custom-template .lp-profile-visual {
		padding-right: 0;
	}

	body.lp-custom-template .lp-profile-photo {
		height: 390px;
		border-radius: 28px;
	}

	body.lp-custom-template .lp-profile-badge {
		right: 14px;
		bottom: 14px;
		width: 128px;
		min-height: 78px;
	}

	body.lp-custom-template .lp-faq details {
		padding: 0 18px;
	}

	body.lp-custom-template .lp-faq summary {
		font-size: 16px;
	}

	body.lp-custom-template .lp-final-card {
		transform: translateY(-28px);
	}
}

/* Mobile copy fitting: keep desktop manual breaks, favor phrase-based wrapping on small screens */
body.lp-custom-template .lp-br-pc {
	display: inline;
}

@media (max-width: 767px) {
	body.lp-custom-template .lp-br-pc {
		display: none;
	}

	body.lp-custom-template .lp-main h1,
	body.lp-custom-template .lp-main h2,
	body.lp-custom-template .lp-main h3,
	body.lp-custom-template .lp-main h4,
	body.lp-custom-template .lp-main p,
	body.lp-custom-template .lp-main li,
	body.lp-custom-template .lp-main summary {
		word-break: auto-phrase;
		line-break: strict;
		text-wrap: pretty;
	}
}

/* Hero tuning: show the subject clearly and remove translucent text panel background */
body.lp-custom-template .lp-hero {
	background-position: 64% center;
}

body.lp-custom-template .lp-hero::before {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.9) 0%,
		rgba(255, 255, 255, 0.72) 34%,
		rgba(255, 255, 255, 0.18) 62%,
		rgba(255, 255, 255, 0) 100%
	);
}

body.lp-custom-template .lp-hero__panel {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	backdrop-filter: none;
}

@media (max-width: 767px) {
	body.lp-custom-template .lp-hero {
		background-position: 72% center;
	}

	body.lp-custom-template .lp-hero::before {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.76) 0%,
			rgba(255, 255, 255, 0.42) 48%,
			rgba(255, 255, 255, 0.12) 100%
		);
	}
}
