.honima-ec-page #main {
	padding-top: 0;
	background: #fff;
}

.honima-ec-page #main .content {
	width: 1100px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* ---- shared ---- */
.hec-eyebrow {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 10px;
	margin: 0 0 18px;
	padding-top: 0;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.hec-eyebrow--red {
	color: #d03720;
}

.hec-eyebrow--light {
	color: #fff;
}

.hec-eyebrow__en {
	letter-spacing: 0.16em;
}

.hec-eyebrow__sep {
	opacity: 0.8;
}

.hec-watermark {
	position: absolute;
	left: -8px;
	top: -28px;
	font-size: clamp(6rem, 9vw, 9.2rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	color: rgba(208, 55, 32, 0.12);
	pointer-events: none;
	z-index: 0;
}

.hec-watermark--soft {
	color: rgba(208, 55, 32, 0.1);
}

.hec-eyebrow--light .hec-watermark {
	color: rgba(255, 255, 255, 0.18);
}

.hec-eyebrow > :not(.hec-watermark) {
	position: relative;
	z-index: 1;
}

.hec-heading {
	margin: 0 0 36px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.4rem, 3.4vw, 3.4rem);
	letter-spacing: 0.06em;
	line-height: 1.55;
	color: #111;
}

.hec-heading--light {
	color: #fff;
}

.hec-sec {
	position: relative;
	padding: 80px 0 88px;
	overflow: hidden;
	background: #fff;
}

.hec-sec--red {
	background: #d03720;
}

.hec-sec--faq {
	background: #faf7f6;
}

.hec-burst {
	position: absolute;
	z-index: 0;
	width: min(320px, 42vw);
	height: auto;
	opacity: 0.28;
	pointer-events: none;
	user-select: none;
}

.hec-burst--tr {
	right: -48px;
	top: -40px;
}

.hec-burst--bl {
	left: -48px;
	bottom: -48px;
}

.hec-burst--br {
	right: -48px;
	bottom: -48px;
	transform: scaleX(-1);
}

.hec-sec--red .hec-burst,
.hec-cta .hec-burst {
	opacity: 0.35;
}

/* ---- hero ---- */
.hec-hero {
	position: relative;
	padding: 56px 0;
	overflow: hidden;
	background: #fff;
}

.hec-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 28px 40px;
	align-items: center;
}

.hec-hero__title {
	margin: 0 0 22px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.6rem, 3.8vw, 4rem);
	letter-spacing: 0.06em;
	line-height: 1.45;
	color: #111;
}

.hec-hero__lead {
	margin: 0;
	font-size: 1.45rem;
	line-height: 2;
	letter-spacing: 0.04em;
	color: #222;
}

.hec-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
}

/* ---- 02 issues ---- */
.hec-issues {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

.hec-issues li {
	background: #fff;
	border-radius: 10px;
	padding: 22px 16px 24px;
	text-align: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.hec-issues__label {
	margin: 0 0 14px;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #d03720;
}

.hec-issues img {
	display: block;
	width: auto;
	height: 68px;
	margin: 0 auto 14px;
	object-fit: contain;
}

.hec-issues__text {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.03em;
	color: #111;
}

/* ---- 03 formula / supports ---- */
.hec-formula {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 28px 40px;
	align-items: center;
	margin-bottom: 40px;
}

.hec-formula__copy .hec-heading {
	margin-bottom: 20px;
}

.hec-formula__copy p {
	margin: 0 0 14px;
	font-size: 1.35rem;
	line-height: 1.95;
	letter-spacing: 0.03em;
	color: #222;
}

.hec-formula__visual img {
	display: block;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin-left: auto;
}

.hec-supports {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.hec-supports li {
	position: relative;
	padding: 28px 20px 24px;
	background: #fff;
	border: 1px solid #f0cfc8;
	border-radius: 8px;
	text-align: center;
}

.hec-supports__tag {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 6px 12px;
	background: #d03720;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-radius: 8px 0 8px 0;
}

.hec-supports__title {
	margin: 8px 0 16px;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #111;
}

.hec-supports__title span {
	display: inline;
	font-size: 1.2rem;
	font-weight: 500;
	color: #555;
}

.hec-supports img {
	display: block;
	width: auto;
	height: 72px;
	margin: 0 auto 16px;
	object-fit: contain;
}

.hec-supports__text {
	margin: 0;
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.85;
	letter-spacing: 0.03em;
	color: #222;
}

.hec-mall {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 16px 20px;
	background: #fdeceb;
	border: 1px solid #f3c7c0;
	border-radius: 6px;
	font-size: 1.35rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	color: #222;
}

.hec-mall img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex: 0 0 auto;
}

/* ---- 04 policy ---- */
.hec-policy {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 36px 48px;
	align-items: end;
}

.hec-policy .hec-heading {
	margin-bottom: 28px;
}

.hec-nots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.hec-nots li {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 20px;
	background: #fff;
	border-radius: 6px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
	color: #d03720;
}

.hec-nots span {
	flex: 0 0 auto;
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.hec-policy__note {
	margin: 0;
	padding-bottom: 8px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.04em;
	color: #fff;
}

/* ---- 05 flow ---- */
.hec-flow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
	gap: 8px 6px;
	align-items: start;
	margin: 44px 0 0;
	padding: 0;
	list-style: none;
}

.hec-flow > li:not(.hec-flow__arrow) {
	text-align: center;
}

.hec-flow__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin: 0 0 8px;
	color: #d03720;
}

.hec-flow__step span {
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.hec-flow__step strong {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}

.hec-flow h3 {
	margin: 0 0 14px;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #111;
}

.hec-flow img {
	display: block;
	width: auto;
	height: 78px;
	margin: 0 auto 14px;
	object-fit: contain;
}

.hec-flow p {
	margin: 0;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: #333;
}

.hec-flow__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 88px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	color: #d03720;
}

/* ---- 06 faq ---- */
.hec-faq {
	margin-top: 28px;
	display: grid;
	gap: 10px;
}

.hec-faq details {
	background: #fff;
	border: 1px solid #f0cfc8;
	border-radius: 8px;
	overflow: hidden;
}

.hec-faq summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px;
	column-gap: 12px;
	align-items: center;
	padding: 18px 20px;
	cursor: pointer;
	list-style: none;
}

.hec-faq details[open] summary {
	padding-bottom: 10px;
}

.hec-faq summary::-webkit-details-marker {
	display: none;
}

.hec-faq details[open] .hec-faq__a {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	padding: 0 20px 18px;
	box-sizing: border-box;
	color: #555;
	font-weight: 400;
}

.hec-faq__q,
.hec-faq__a {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 1.3rem;
	line-height: 1.75;
	letter-spacing: 0.02em;
}

.hec-faq__q {
	font-weight: 700;
	color: #222;
}

.hec-faq__q b,
.hec-faq__a b {
	flex: 0 0 auto;
	min-width: 2.4rem;
	color: #d03720;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.hec-faq__chev {
	display: block;
	width: 9px;
	height: 9px;
	justify-self: center;
	border-right: 2px solid #d03720;
	border-bottom: 2px solid #d03720;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.hec-faq details[open] .hec-faq__chev {
	transform: rotate(-135deg);
}

/* ---- 07 cta ---- */
.hec-cta {
	position: relative;
	padding: 88px 0 92px;
	overflow: hidden;
	background: #d03720;
	text-align: center;
}

.hec-watermark--cta {
	position: relative;
	left: auto;
	top: auto;
	display: block;
	margin: 0 auto 8px;
	font-size: 5rem;
	color: rgba(255, 255, 255, 0.18);
}

.hec-cta__title {
	margin: 0 0 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.8rem, 4vw, 4rem);
	letter-spacing: 0.1em;
	line-height: 1.45;
	color: #fff;
}

.hec-cta__lead {
	margin: 0 auto 32px;
	max-width: 720px;
	font-size: 1.45rem;
	line-height: 2;
	letter-spacing: 0.04em;
	color: #fff;
}

.hec-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-width: 320px;
	padding: 18px 28px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 999px;
	color: #d03720;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.hec-cta__btn i {
	font-style: normal;
	font-weight: 700;
}

.hec-cta__btn:hover {
	background: #ffdc00;
	color: #111;
}

.hec-cta__note {
	margin: 18px 0 0;
	font-size: 1.15rem;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.9);
}

/* ---- responsive ---- */
@media all and (max-width: 1099px) {
	.hec-hero__inner,
	.hec-formula,
	.hec-policy {
		grid-template-columns: 1fr;
	}

	.hec-issues,
	.hec-supports {
		grid-template-columns: 1fr 1fr;
	}

	.hec-flow {
		grid-template-columns: 1fr 1fr;
		gap: 28px 20px;
	}

	.hec-flow__arrow {
		display: none;
	}

	.hec-faq summary {
		padding: 16px 16px;
	}

	.hec-faq details[open] .hec-faq__a {
		padding: 0 16px 16px;
	}

}

@media all and (max-width: 767px) {
	.honima-ec-page #main {
		padding-top: 0;
	}

	.honima-ec-page #main .content {
		max-width: calc(100% - 40px);
	}

	.hec-hero,
	.hec-sec,
	.hec-cta {
		padding: 48px 0 56px;
	}

	.hec-issues,
	.hec-supports,
	.hec-flow {
		grid-template-columns: 1fr;
	}

	.hec-hero__title,
	.hec-heading,
	.hec-cta__title {
		font-size: 2.2rem;
	}

	.hec-cta__btn {
		width: 100%;
		min-width: 0;
	}

	.hec-nots li {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		font-size: 1.25rem;
	}

	.hec-mall {
		align-items: flex-start;
		font-size: 1.2rem;
	}

	.hec-watermark {
		font-size: 5.2rem;
		top: -18px;
	}
}
