:root {
	/* KP_CSS_VERSION: 2026-06-13-kp-fv-pc-fix */
	--kp-navy: #193b6a;
	--kp-green: #3fa66b;
	--kp-orange: #f47b3d;
	--kp-blue: #ddf5ff;
	--kp-cream: #fff7e6;
	--kp-beige: #fff3d8;
	--kp-white: #ffffff;
	--kp-text: #333333;
	--kp-border: rgba(25, 59, 106, 0.14);
	--kp-shadow: 0 16px 38px rgba(25, 59, 106, 0.12);
	--kp-soft-shadow: 0 8px 22px rgba(25, 59, 106, 0.09);
	--kp-radius: 18px;
}

@media (min-width: 641px) {
	.kp-front-page .kp-hero {
		min-height: 760px;
		padding: 0;
		background:
			linear-gradient(90deg, rgba(255, 247, 230, 0.36), rgba(255, 247, 230, 0.02) 48%),
			url("../images/top-main-back-pc.png") center top / cover no-repeat;
	}

	.kp-front-page .kp-hero__brand {
		position: absolute;
		z-index: 20;
		top: 22px;
		left: 50%;
		width: min(1180px, calc(100% - 40px));
		margin: 0;
		transform: translateX(-50%);
	}

	.kp-front-page .kp-hero__logo-mark {
		display: none;
	}

	.kp-front-page .kp-hero__brand strong {
		font-size: clamp(1.5rem, 2.5vw, 2.25rem);
	}

	.kp-front-page .kp-hero__inner {
		width: min(1180px, calc(100% - 40px));
		min-height: 610px;
		margin: 0 auto;
		display: block;
		position: relative;
	}

	.kp-front-page .kp-hero__content {
		position: absolute;
		left: 3%;
		bottom: 24%;
		width: min(48%, 540px);
		text-align: left;
	}

	.kp-front-page .kp-hero__text-board {
		width: 100%;
		margin: 0;
	}

	.kp-front-page .kp-hero__guide {
		position: absolute;
		right: 5%;
		bottom: 18%;
		width: min(31%, 360px);
	}

	.kp-front-page .kp-hero__actions {
		position: absolute;
		left: 0;
		bottom: -78px;
		width: min(430px, 100%);
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.kp-front-page .kp-hero__actions .kp-button {
		min-height: 56px;
		padding: 10px 16px;
		font-size: 0.95rem;
	}

	.kp-front-page .kp-hero__area-strip {
		width: min(900px, calc(100% - 64px));
		margin: -54px auto 34px;
	}
}

body {
	background: var(--kp-cream);
	color: var(--kp-text);
}

.kp-site {
	background:
		radial-gradient(circle at top left, rgba(221, 245, 255, 0.9), transparent 32rem),
		linear-gradient(180deg, var(--kp-cream), #ffffff 38%, var(--kp-cream));
	color: var(--kp-text);
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}

.kp-site *,
.kp-site *::before,
.kp-site *::after {
	box-sizing: border-box;
}

.kp-site img {
	max-width: 100%;
	height: auto;
}

.kp-container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.kp-section {
	padding: clamp(48px, 8vw, 88px) 0;
}

.kp-section--cream {
	background: rgba(255, 243, 216, 0.72);
}

.kp-section--blue {
	background: linear-gradient(180deg, rgba(221, 245, 255, 0.9), rgba(255, 255, 255, 0.92));
}

.kp-section--map {
	padding: 34px 0;
	background: #ffffff;
}

.kp-section--compact {
	padding: clamp(32px, 6vw, 56px) 0;
}

.kp-section-heading {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.kp-section-heading--left {
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.kp-eyebrow,
.kp-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	background: var(--kp-blue);
	color: var(--kp-navy);
	font-weight: 700;
	line-height: 1.3;
}

.kp-eyebrow {
	padding: 6px 14px;
	font-size: 0.84rem;
	letter-spacing: 0;
}

.kp-label {
	padding: 5px 12px;
	font-size: 0.78rem;
	text-decoration: none;
}

.kp-section-title,
.kp-ribbon-title {
	position: relative;
	display: inline-block;
	margin: 0 0 14px;
	padding: 0.18em 0.68em;
	border-radius: 12px;
	background: var(--kp-white);
	box-shadow: inset 0 -0.42em 0 rgba(63, 166, 107, 0.2);
	color: var(--kp-navy);
	font-size: clamp(1.45rem, 3vw, 2.15rem);
	line-height: 1.35;
	letter-spacing: 0;
}

.kp-ribbon-title::before,
.kp-ribbon-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 22px;
	background: var(--kp-orange);
	transform: translateY(-50%);
}

.kp-ribbon-title::before {
	left: -5px;
	border-radius: 8px 0 0 8px;
}

.kp-ribbon-title::after {
	right: -5px;
	border-radius: 0 8px 8px 0;
}

.kp-front-heading {
	max-width: none;
	margin-bottom: clamp(24px, 4vw, 36px);
	text-align: center;
}

.kp-front-heading__title.kp-ribbon-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0;
	padding: 0 0 14px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #263c4f;
	font-size: clamp(1.55rem, 3.2vw, 2.25rem);
	font-weight: 900;
	line-height: 1.35;
}

.kp-front-heading__title.kp-ribbon-title::before,
.kp-front-heading__title.kp-ribbon-title::after {
	content: "";
	position: static;
	width: clamp(30px, 6vw, 72px);
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f5b84f, #42b883);
	transform: none;
}

.kp-front-heading__title.kp-ribbon-title::before {
	background: linear-gradient(90deg, transparent, #f5b84f);
}

.kp-front-heading__title.kp-ribbon-title::after {
	background: linear-gradient(90deg, #42b883, transparent);
}

.kp-button,
.kp-park-button,
.kp-mini-button,
.kp-read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.kp-button,
.kp-park-button {
	padding: 12px 22px;
	font-size: 1rem;
}

.kp-button--primary {
	background: var(--kp-orange);
	color: #ffffff;
	box-shadow: 0 8px 0 #c95827;
}

.kp-park-button {
	background: var(--kp-orange);
	color: #ffffff;
	box-shadow: 0 8px 0 #c95827;
}

.kp-button--secondary {
	border: 2px solid var(--kp-navy);
	background: #ffffff;
	color: var(--kp-navy);
	box-shadow: 0 8px 0 rgba(25, 59, 106, 0.16);
}

.kp-button:hover,
.kp-park-button:hover,
.kp-mini-button:hover,
.kp-read-more:hover {
	transform: translateY(-2px);
}

.kp-mini-button,
.kp-read-more {
	min-height: 38px;
	padding: 8px 14px;
	background: var(--kp-green);
	color: #ffffff;
	font-size: 0.9rem;
}

.kp-hero {
	position: relative;
	padding: clamp(24px, 5vw, 44px) 0 clamp(42px, 7vw, 74px);
	background:
		linear-gradient(90deg, rgba(255, 247, 230, 0.96) 0%, rgba(255, 247, 230, 0.82) 44%, rgba(221, 245, 255, 0.28) 100%),
		url("../images/top-main-back-pc.png") center / cover no-repeat;
	min-height: min(760px, calc(100vh - 40px));
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kp-hero::before {
	content: "";
	position: absolute;
	right: -8%;
	bottom: -42px;
	left: -8%;
	height: 86px;
	border-radius: 50% 50% 0 0;
	background: #ffffff;
	box-shadow: 0 -12px 28px rgba(25, 59, 106, 0.08);
}

.kp-hero__brand {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: var(--kp-navy);
}

.kp-hero__brand strong {
	font-size: clamp(1.2rem, 3vw, 1.8rem);
	line-height: 1.2;
}

.kp-hero__brand span {
	margin-left: auto;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
	font-weight: 800;
	box-shadow: var(--kp-soft-shadow);
}

.kp-hero__logo-mark {
	display: grid;
	place-items: center;
	width: 44px;
	aspect-ratio: 1;
	border: 3px solid var(--kp-green);
	border-radius: 14px 14px 20px 20px;
	background: #ffffff;
	color: var(--kp-orange);
	font-weight: 900;
	box-shadow: var(--kp-soft-shadow);
}

.kp-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(420px, 0.95fr) minmax(300px, 0.7fr);
	align-items: end;
	gap: clamp(12px, 3vw, 36px);
}

.kp-hero__content {
	align-self: center;
}

.kp-hero__text-board {
	width: min(660px, 100%);
	margin: 0 0 16px;
	filter: drop-shadow(0 18px 24px rgba(25, 59, 106, 0.14));
}

.kp-hero__text-board img {
	display: block;
	width: 100%;
	height: auto;
}

.kp-hero__copy {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.kp-hero__title {
	width: fit-content;
	margin: 12px 0 16px;
	padding: clamp(16px, 4vw, 28px);
	border: 4px solid rgba(255, 255, 255, 0.92);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: var(--kp-shadow);
	color: var(--kp-navy);
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.16;
	letter-spacing: 0;
}

.kp-hero__text {
	max-width: 660px;
	margin: 0 0 24px;
	font-size: clamp(1rem, 2vw, 1.15rem);
}

.kp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 620px;
}

.kp-hero__actions .kp-button {
	min-width: min(260px, 100%);
	min-height: 68px;
	border: 4px solid #ffffff;
	font-size: clamp(1rem, 2vw, 1.18rem);
	box-shadow: 0 8px 0 rgba(25, 59, 106, 0.18), 0 14px 24px rgba(25, 59, 106, 0.16);
}

.kp-hero__actions .kp-button--secondary {
	background: var(--kp-orange);
	color: #ffffff;
	box-shadow: 0 8px 0 #c95827, 0 14px 24px rgba(25, 59, 106, 0.16);
}

.kp-hero__guide-card {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 330px;
	padding: 24px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.kp-hero__guide-card img {
	width: min(430px, 104%);
	max-height: 520px;
	object-fit: contain;
	filter: drop-shadow(0 20px 28px rgba(25, 59, 106, 0.18));
}

.kp-hero__guide-card span {
	display: inline-flex;
	margin-top: 12px;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--kp-navy);
	color: #ffffff;
	font-weight: 700;
	box-shadow: var(--kp-soft-shadow);
}

.kp-map-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 22px;
	align-items: center;
	padding: clamp(20px, 4vw, 30px);
	border: 2px solid var(--kp-border);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(221, 245, 255, 0.84)),
		url("../images/bg-park-map.svg") center / cover no-repeat;
	box-shadow: var(--kp-soft-shadow);
}

.kp-map-panel p {
	margin: 0;
}

.kp-map-panel__route {
	display: grid;
	gap: 10px;
}

.kp-map-panel__route span {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 10px 16px 10px 46px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--kp-navy);
	font-weight: 800;
	box-shadow: var(--kp-soft-shadow);
}

.kp-map-panel__route span::before {
	content: "";
	position: absolute;
	left: 16px;
	width: 14px;
	aspect-ratio: 1;
	border: 4px solid var(--kp-green);
	border-radius: 50%;
	background: #ffffff;
}

.kp-hero__guide-card.is-missing-image::before,
.kp-meer-image.is-missing-image::before {
	content: "Meerkat";
	display: grid;
	place-items: center;
	width: 132px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--kp-beige);
	color: var(--kp-navy);
	font-weight: 800;
}

.kp-area-grid,
.kp-card-grid,
.kp-product-guide-grid,
.kp-related-areas__grid {
	display: grid;
	gap: 18px;
}

.kp-area-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kp-card-grid,
.kp-product-guide-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kp-area-card a,
.kp-article-card a,
.kp-related-areas a {
	display: flex;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.kp-area-card a {
	flex-direction: column;
	gap: 10px;
	padding: 12px 12px 18px;
	border: 2px solid var(--kp-border);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: var(--kp-shadow);
}

.kp-area-card,
.kp-article-card,
.kp-product-guide-card,
.kp-product-card {
	min-width: 0;
}

.kp-area-card:hover a,
.kp-article-card:hover a,
.kp-product-guide-card:hover,
.kp-product-card:hover {
	transform: translateY(-3px);
}

.kp-area-card a,
.kp-article-card a,
.kp-product-guide-card,
.kp-product-card {
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.kp-attraction-card a {
	position: relative;
}

.kp-attraction-card a::before {
	content: "Guide";
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 12px;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--kp-orange);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
}

.kp-area-card__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 122px;
	margin-bottom: 4px;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(221, 245, 255, 0.92), rgba(255, 243, 216, 0.86)),
		url("../images/bg-park-map.svg") center / cover no-repeat;
	overflow: hidden;
}

.kp-area-card__visual::after {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -26px;
	width: 92px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(63, 166, 107, 0.18);
}

.kp-area-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 9px;
	border-radius: 999px;
	background: var(--kp-orange);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
}

.kp-area-card__icon,
.kp-product-guide-card__icon {
	display: grid;
	place-items: center;
	width: 70px;
	aspect-ratio: 1;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--kp-soft-shadow);
}

.kp-area-card__icon img,
.kp-product-guide-card__icon img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.kp-area-card__icon span,
.kp-product-guide-card__icon span {
	width: 24px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--kp-green);
}

.kp-area-card h3,
.kp-article-card h3,
.kp-product-guide-card h3 {
	margin: 0;
	color: var(--kp-navy);
	font-size: 1.08rem;
	line-height: 1.45;
	letter-spacing: 0;
}

.kp-area-card p,
.kp-article-card p,
.kp-product-guide-card p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.75;
}

.kp-article-card a {
	flex-direction: column;
	overflow: hidden;
	border: 2px solid var(--kp-border);
	border-radius: var(--kp-radius);
	background: #ffffff;
	box-shadow: var(--kp-shadow);
}

.kp-article-card__thumb {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--kp-blue);
}

.kp-article-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kp-thumb-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--kp-navy);
	font-weight: 800;
}

.kp-article-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 18px;
}

.kp-read-more {
	margin-top: auto;
}

.kp-product-guide-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	padding: 20px;
	border: 2px solid var(--kp-border);
	border-radius: var(--kp-radius);
	background: #ffffff;
	box-shadow: var(--kp-shadow);
}

.kp-product-guide-card .kp-mini-button {
	margin-top: 10px;
	background: var(--kp-orange);
	box-shadow: 0 5px 0 #c95827;
}

.kp-meer-comment {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	max-width: 820px;
	margin: 0 auto;
}

.kp-meer-image {
	display: grid;
	place-items: center;
	width: 92px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--kp-beige);
	overflow: hidden;
}

.kp-meer-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kp-meer-bubble,
.kp-point-box,
.kp-alert-box,
.kp-checklist,
.kp-product-card,
.kp-related-card a {
	border-radius: var(--kp-radius);
	background: #ffffff;
	box-shadow: var(--kp-shadow);
}

.kp-meer-bubble {
	position: relative;
	padding: 18px 20px;
	border: 2px solid rgba(25, 59, 106, 0.14);
	background: linear-gradient(180deg, #ffffff, var(--kp-cream));
}

.kp-meer-bubble::before {
	content: "";
	position: absolute;
	top: 38px;
	left: -10px;
	width: 18px;
	height: 18px;
	border-left: 2px solid rgba(25, 59, 106, 0.14);
	border-bottom: 2px solid rgba(25, 59, 106, 0.14);
	background: #ffffff;
	transform: rotate(45deg);
}

.kp-box-title {
	margin: 0 0 8px;
	color: var(--kp-navy);
	font-weight: 800;
	line-height: 1.45;
}

.kp-empty {
	grid-column: 1 / -1;
	padding: 22px;
	border: 2px dashed var(--kp-border);
	border-radius: var(--kp-radius);
	background: rgba(255, 255, 255, 0.72);
	text-align: center;
}

.kp-single__article {
	padding: 0;
}

.kp-breadcrumb {
	margin-bottom: 18px;
	font-size: 0.85rem;
	padding-top: 18px;
	color: rgba(51, 51, 51, 0.72);
}

.kp-guide-hero {
	position: relative;
	padding: clamp(28px, 6vw, 68px) 0 clamp(36px, 7vw, 76px);
	background: linear-gradient(150deg, var(--kp-cream) 0%, #e8f6ff 60%, #d4f0ff 100%);
	overflow: hidden;
}

.kp-guide-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: repeating-linear-gradient(
		90deg,
		var(--kp-orange) 0px,
		var(--kp-orange) 24px,
		var(--kp-green) 24px,
		var(--kp-green) 48px,
		#7aadd6 48px,
		#7aadd6 72px,
		var(--kp-cream) 72px,
		var(--kp-cream) 96px
	);
}

.kp-guide-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
	gap: clamp(22px, 5vw, 52px);
	align-items: center;
}

.kp-guide-hero__content {
	min-width: 0;
}

.kp-guide-hero h1 {
	width: fit-content;
	margin: 10px 0;
	padding: 0.18em 0.4em;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: inset 0 -0.28em 0 rgba(244, 123, 61, 0.22);
	color: var(--kp-navy);
	font-size: clamp(1.4rem, 3.2vw, 2.2rem);
	line-height: 1.35;
	letter-spacing: 0;
}

.kp-area-header h1 {
	width: fit-content;
	margin: 12px 0;
	padding: 0.2em 0.42em;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: inset 0 -0.32em 0 rgba(244, 123, 61, 0.24);
	color: var(--kp-navy);
	font-size: clamp(1.9rem, 5vw, 3.2rem);
	line-height: 1.28;
	letter-spacing: 0;
}

.kp-label--area {
	background: var(--kp-navy);
	color: #ffffff;
}

.kp-single__lead {
	margin: 0;
	font-size: 1.05rem;
}

.kp-single__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
}

.kp-single__date {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--kp-navy);
	font-size: 0.85rem;
	font-weight: 700;
}

.kp-single__date::before {
	content: "📅";
	font-size: 0.9em;
}

.kp-single__updated {
	font-size: 0.8rem;
	color: #6b6258;
}

.kp-guide-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.kp-guide-hero__chips span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--kp-navy);
	font-size: 0.9rem;
	font-weight: 800;
	box-shadow: var(--kp-soft-shadow);
}

.kp-guide-hero__visual {
	overflow: hidden;
	border: 3px solid rgba(25, 59, 106, 0.12);
	border-radius: 26px;
	background: #ffffff;
	box-shadow: var(--kp-shadow);
}

.kp-guide-hero__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.kp-guide-placeholder {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, rgba(221, 245, 255, 0.9), rgba(255, 243, 216, 0.9));
}

.kp-guide-placeholder img {
	display: block;
	width: 60%;
	max-width: 200px;
	object-fit: contain;
}

.kp-single__body {
	padding: clamp(30px, 6vw, 62px) 0;
}

.kp-single__thumb {
	max-width: 920px;
	margin: 0 auto 28px;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: var(--kp-shadow);
}

.kp-single__thumb img {
	width: 100%;
	display: block;
}

.kp-content {
	max-width: 860px;
	margin: 28px auto 0;
	padding: clamp(20px, 4vw, 34px);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: var(--kp-shadow);
}

.kp-content h2,
.kp-content h3 {
	color: var(--kp-navy);
	letter-spacing: 0;
}

.kp-content h2 {
	margin-top: 2.2em;
	padding: 0.45em 0.75em;
	border-left: 8px solid var(--kp-orange);
	border-radius: 12px;
	background: var(--kp-blue);
}

.kp-content h3 {
	margin-top: 1.8em;
	padding-left: 0.7em;
	border-left: 5px solid var(--kp-green);
}

.kp-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

.kp-point-box,
.kp-alert-box,
.kp-checklist,
.kp-guide-toc,
.kp-faq,
.kp-product-section,
.kp-related-posts {
	max-width: 860px;
	margin: 28px auto;
}

.kp-point-box,
.kp-alert-box,
.kp-checklist,
.kp-guide-toc {
	padding: 20px;
	border: 2px solid var(--kp-border);
}

.kp-point-box {
	background: linear-gradient(180deg, #ffffff, var(--kp-blue));
}

.kp-point-box--cards {
	padding: clamp(18px, 4vw, 26px);
}

.kp-point-box__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.kp-point-box__grid div {
	display: grid;
	gap: 6px;
	padding: 16px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: var(--kp-soft-shadow);
}

.kp-point-box__grid strong {
	color: var(--kp-navy);
	font-size: 1rem;
}

.kp-point-box__grid span {
	font-size: 0.92rem;
	line-height: 1.65;
}

.kp-alert-box {
	position: relative;
	padding-left: 58px;
	border-color: rgba(244, 123, 61, 0.35);
	background: #fff3eb;
}

.kp-alert-box::before {
	content: "!";
	position: absolute;
	top: 22px;
	left: 20px;
	display: grid;
	place-items: center;
	width: 26px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--kp-orange);
	color: #ffffff;
	font-weight: 900;
}

.kp-checklist {
	border-color: rgba(63, 166, 107, 0.35);
	background: #f0fff6;
}

.kp-point-box ul,
.kp-checklist ul {
	margin: 10px 0 0;
	padding-left: 1.3em;
}

.kp-point-box li,
.kp-checklist li {
	margin: 0.35em 0;
}

.kp-checklist ul {
	list-style: none;
	padding-left: 0;
}

.kp-checklist li {
	position: relative;
	padding: 10px 10px 10px 42px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.78);
}

.kp-checklist li::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 14px;
	height: 8px;
	border-left: 3px solid var(--kp-green);
	border-bottom: 3px solid var(--kp-green);
	transform: rotate(-45deg);
}

.kp-guide-toc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	border-color: rgba(25, 59, 106, 0.16);
	border-radius: var(--kp-radius);
	background: #ffffff;
	box-shadow: var(--kp-shadow);
}

.kp-guide-toc .kp-box-title {
	width: 100%;
}

.kp-guide-toc a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border-radius: 999px;
	background: var(--kp-blue);
	color: var(--kp-navy);
	font-weight: 800;
	text-decoration: none;
}

.kp-product-section {
	padding: 24px;
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(221, 245, 255, 0.86), rgba(255, 255, 255, 0.92)),
		url("../images/bg-park-map.svg") center / cover no-repeat;
}

.kp-product-grid,
.kp-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.kp-product-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.kp-product-tabs span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--kp-navy);
	font-size: 0.9rem;
	font-weight: 800;
	box-shadow: var(--kp-soft-shadow);
}

.kp-product-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	align-items: start;
	padding: 20px;
	border: 2px solid var(--kp-border);
}

.kp-product-card::before {
	content: "";
	display: block;
	width: 100%;
	height: 86px;
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(221, 245, 255, 0.9)),
		url("../images/icon-bathroom.svg") center / 58px no-repeat;
}

.kp-product-title {
	margin: 0 0 6px;
	color: var(--kp-navy);
	font-weight: 800;
}

.kp-product-text {
	margin: 0;
}

.kp-product-price {
	margin: 8px 0 0;
	color: var(--kp-navy);
	font-size: 0.86rem;
	font-weight: 800;
}

.kp-product-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
}

.kp-product-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 13px;
	border-radius: 999px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

/* Top first view: image-led layout. */
.kp-hero {
	min-height: auto;
	padding: clamp(18px, 2.2vw, 28px) 0 clamp(20px, 3vw, 34px);
	background:
		linear-gradient(90deg, rgba(255, 247, 230, 0.58), rgba(255, 247, 230, 0.12) 40%, rgba(221, 245, 255, 0.08)),
		url("../images/top-main-back-pc.png") center top / cover no-repeat;
	overflow: hidden;
}

.kp-hero::before {
	display: none;
}

.kp-hero__brand {
	width: min(1180px, calc(100% - 40px));
	margin-bottom: clamp(10px, 1.5vw, 18px);
	padding: 0;
}

.kp-hero__logo-mark {
	width: clamp(42px, 5vw, 62px);
	border-radius: 16px 16px 24px 24px;
	font-size: clamp(1rem, 2vw, 1.35rem);
}

.kp-hero__brand strong {
	font-size: clamp(1.65rem, 3.4vw, 3rem);
	text-shadow: 0 3px 0 rgba(255, 255, 255, 0.7);
}

.kp-hero__brand span {
	margin-left: auto;
	background: rgba(255, 255, 255, 0.9);
}

.kp-hero__stage {
	position: relative;
	width: min(1180px, calc(100% - 40px));
	min-height: clamp(420px, 50vw, 610px);
}

.kp-hero__content {
	position: absolute;
	z-index: 3;
	left: 0;
	top: clamp(18px, 3vw, 46px);
	width: min(58%, 660px);
}

.kp-hero__text-board {
	width: min(100%, 610px);
	margin: 0;
	filter: drop-shadow(0 18px 18px rgba(67, 42, 20, 0.15));
}

.kp-hero__text-board img {
	display: block;
	width: 100%;
	height: auto;
}

.kp-hero__actions {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: min(560px, 92%);
	margin: clamp(-34px, -2.2vw, -18px) auto 0;
}

.kp-hero__actions .kp-button {
	min-width: 0;
	min-height: clamp(56px, 6vw, 74px);
	padding: 12px 16px;
	border: 5px solid #ffffff;
	border-radius: 999px;
	font-size: clamp(0.95rem, 1.7vw, 1.18rem);
	box-shadow: 0 7px 0 rgba(0, 117, 112, 0.35), 0 14px 24px rgba(25, 59, 106, 0.18);
	white-space: nowrap;
}

.kp-hero__actions .kp-button--primary {
	background: #00a7a0;
}

.kp-hero__actions .kp-button--secondary {
	background: #f35f3a;
	box-shadow: 0 7px 0 #c94a2b, 0 14px 24px rgba(25, 59, 106, 0.18);
}

.kp-hero__guide {
	position: absolute;
	z-index: 2;
	right: clamp(-28px, -2vw, -8px);
	bottom: clamp(2px, 1vw, 18px);
	width: min(42vw, 430px);
	pointer-events: none;
}

.kp-hero__guide-card {
	min-height: 0;
	padding: 0;
}

.kp-hero__guide-card img {
	display: block;
	width: 100%;
	max-height: none;
	filter: drop-shadow(0 20px 24px rgba(40, 32, 22, 0.25));
}

.kp-hero__area-strip {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 22px);
	width: min(1180px, calc(100% - 40px));
	margin-top: clamp(-32px, -2.5vw, -18px);
}

.kp-hero__area-strip a {
	display: grid;
	gap: 8px;
	padding: 10px 10px 14px;
	border: 4px solid rgba(255, 255, 255, 0.9);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--kp-navy);
	text-align: center;
	text-decoration: none;
	box-shadow: 0 12px 22px rgba(67, 42, 20, 0.12);
}

.kp-hero__area-image {
	display: grid;
	place-items: center;
	min-height: clamp(80px, 9vw, 126px);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(221, 245, 255, 0.8), rgba(255, 243, 216, 0.8)),
		url("../images/bg-park-map.svg") center / cover no-repeat;
}

.kp-hero__area-image img {
	width: clamp(44px, 6vw, 72px);
	height: clamp(44px, 6vw, 72px);
	object-fit: contain;
	filter: drop-shadow(0 7px 8px rgba(25, 59, 106, 0.15));
}

.kp-hero__area-strip strong {
	color: #008f88;
	font-size: clamp(1rem, 1.8vw, 1.28rem);
	line-height: 1.2;
}

.kp-amazon {
	background: #193b6a;
}

.kp-rakuten {
	background: #bf0000;
}

.kp-yahoo {
	background: #e60012;
}

.kp-related-card {
	margin: 16px 0;
}

.kp-related-card a {
	display: grid;
	gap: 6px;
	padding: 18px;
	color: inherit;
	text-decoration: none;
}

.kp-related-label {
	width: fit-content;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--kp-blue);
	color: var(--kp-navy);
	font-size: 0.78rem;
	font-weight: 700;
}

.kp-area-header {
	padding: clamp(42px, 8vw, 82px) 0;
	background: linear-gradient(135deg, var(--kp-blue), var(--kp-cream));
}

.kp-area-header__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
	align-items: center;
	gap: 28px;
}

.kp-area-header__description {
	max-width: 760px;
}

.kp-area-header__lead {
	margin: 0 0 12px;
	color: var(--kp-navy);
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	font-weight: 800;
}

.kp-pagination {
	margin-top: 28px;
	text-align: center;
}

.kp-related-areas__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kp-related-areas a {
	flex-direction: column;
	gap: 8px;
	padding: 18px;
	border: 2px solid var(--kp-border);
	border-radius: var(--kp-radius);
	background: #ffffff;
	box-shadow: var(--kp-shadow);
}

.kp-related-areas span {
	color: var(--kp-navy);
	font-weight: 800;
}

.kp-related-areas small {
	color: var(--kp-text);
	font-size: 0.85rem;
	line-height: 1.6;
}

.kp-cta {
	padding: clamp(48px, 6vw, 80px) 0 clamp(56px, 7vw, 96px);
	/* 画像比率 724/2172 ＋ フッター引き上げ分64px を加算して画像全体＋フッターを包含 */
	min-height: clamp(220px, calc(100vw * 724 / 2172 + 64px), 744px);
	background-color: #7aadd6;
	color: #3a2a10;
	display: flex;
	align-items: center;
}

.kp-cta__inner {
	background: rgba(255, 252, 244, 0.82);
	border-radius: 20px;
	padding: 28px 36px;
	backdrop-filter: blur(2px);
}

.kp-cta p {
	color: #3a2a10;
}

.kp-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.kp-cta p {
	margin: 0;
	font-size: clamp(1.1rem, 2.5vw, 1.45rem);
	font-weight: 800;
}

.kp-faq {
	padding: clamp(20px, 4vw, 26px);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: var(--kp-shadow);
}

.kp-faq__list {
	display: grid;
	gap: 12px;
}

.kp-faq details {
	border: 2px solid var(--kp-border);
	border-radius: 16px;
	background: var(--kp-cream);
}

.kp-faq summary {
	cursor: pointer;
	padding: 14px 16px;
	color: var(--kp-navy);
	font-weight: 800;
}

.kp-faq details p {
	margin: 0;
	padding: 0 16px 16px;
}

.kp-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.kp-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 960px) {
	.kp-area-grid,
	.kp-card-grid,
	.kp-product-guide-grid,
	.kp-related-areas__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kp-area-header__inner,
	.kp-guide-hero__inner,
	.kp-map-panel {
		grid-template-columns: 1fr;
	}

	.kp-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.62fr);
	}

	.kp-hero__guide {
		order: -1;
	}

	.kp-hero__content {
		text-align: center;
	}

	.kp-hero__actions {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.kp-container {
		width: min(100% - 24px, 1120px);
	}

	.kp-site {
		padding-bottom: 0;
	}

	.kp-section {
		padding: 42px 0;
	}

	.kp-front-heading {
		margin-bottom: 22px;
	}

	.kp-front-heading__title.kp-ribbon-title {
		gap: 10px;
		padding-bottom: 10px;
		font-size: 1.45rem;
	}

	.kp-front-heading__title.kp-ribbon-title::before,
	.kp-front-heading__title.kp-ribbon-title::after {
		width: 32px;
	}

	.kp-area-grid,
	.kp-card-grid,
	.kp-card-grid--latest,
	.kp-product-guide-grid,
	.kp-related-areas__grid,
	.kp-product-grid,
	.kp-related-grid,
	.kp-point-box__grid {
		grid-template-columns: 1fr;
	}

	.kp-hero {
		padding-top: 28px;
		background:
			linear-gradient(180deg, rgba(255, 247, 230, 0.86) 0%, rgba(255, 247, 230, 0.72) 45%, rgba(221, 245, 255, 0.36) 100%),
			url("../images/top-main-back-sp.png") center top / cover no-repeat;
		min-height: min(760px, calc(100vh - 20px));
	}

	.kp-hero__inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.kp-hero__guide {
		order: 0;
	}

	.kp-hero__content {
		display: grid;
		order: 1;
		justify-items: center;
		text-align: center;
	}

	.kp-hero__text-board {
		width: min(100%, 430px);
		margin-bottom: 10px;
	}

	.kp-hero__guide {
		order: 2;
	}

	.kp-hero__actions {
		flex-direction: column;
		width: 100%;
	}

	.kp-button {
		width: 100%;
	}

	.kp-hero__guide-card {
		min-height: 220px;
		padding: 0;
		border-radius: 20px;
	}

	.kp-hero__brand span {
		display: none;
	}

	.kp-map-panel__route span {
		min-height: 44px;
	}

	.kp-hero__guide-card img {
		max-height: 260px;
	}

	.kp-guide-hero {
		padding-top: 24px;
	}

	.kp-guide-hero__visual {
		border-radius: 20px;
	}

	.kp-guide-hero__chips span {
		flex: 1 1 auto;
		justify-content: center;
	}

	.kp-meer-comment {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 10px;
	}

	.kp-meer-image {
		width: 82px;
	}

	.kp-meer-bubble {
		padding: 14px;
	}

	.kp-meer-bubble::before {
		top: -9px;
		left: 50%;
		transform: translateX(-50%) rotate(135deg);
	}

	.kp-alert-box {
		padding-left: 48px;
	}

	.kp-alert-box::before {
		left: 14px;
	}

	.kp-guide-toc {
		display: grid;
	}

	.kp-guide-toc a {
		justify-content: center;
		width: 100%;
	}

	.kp-product-card {
		grid-template-columns: 1fr;
	}

	.kp-product-buttons {
		justify-content: stretch;
	}

	.kp-product-btn {
		width: 100%;
	}

	.kp-cta__inner {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kp-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.kp-button,
	.kp-mini-button,
	.kp-read-more {
		transition: none;
	}
}

@media (max-width: 960px) {
	.kp-hero__stage {
		min-height: clamp(430px, 64vw, 580px);
	}

	.kp-hero__content {
		width: min(62%, 560px);
		text-align: left;
	}

	.kp-hero__guide {
		right: -20px;
		bottom: 8px;
		width: min(41vw, 340px);
		order: initial;
	}

	.kp-hero__actions {
		justify-content: stretch;
	}

	.kp-hero__area-strip {
		gap: 12px;
	}
}

@media (max-width: 640px) {
	.kp-hero {
		min-height: auto;
		padding: 14px 0 22px;
		background:
			linear-gradient(180deg, rgba(255, 247, 230, 0.76), rgba(255, 247, 230, 0.28) 42%, rgba(221, 245, 255, 0.18)),
			url("../images/top-main-back-sp.png") center top / cover no-repeat;
	}

	.kp-hero__brand {
		width: min(100% - 24px, 420px);
		margin-bottom: 10px;
		gap: 8px;
	}

	.kp-hero__logo-mark {
		width: 38px;
		border-width: 2px;
		border-radius: 12px 12px 18px 18px;
	}

	.kp-hero__brand strong {
		font-size: clamp(1.2rem, 7vw, 1.75rem);
		line-height: 1.15;
	}

	.kp-hero__stage {
		width: min(100% - 24px, 420px);
		min-height: 0;
		display: grid;
		grid-template-columns: 1fr;
	}

	.kp-hero__content {
		position: relative;
		top: auto;
		left: auto;
		z-index: 3;
		width: 100%;
		display: grid;
		justify-items: center;
		text-align: center;
	}

	.kp-hero__text-board {
		width: min(100%, 390px);
		margin: 0 auto -12px;
	}

	.kp-hero__guide {
		position: relative;
		right: auto;
		bottom: auto;
		z-index: 2;
		width: min(76%, 270px);
		justify-self: center;
		margin: -18px auto -4px;
		order: initial;
	}

	.kp-hero__guide-card {
		min-height: 0;
	}

	.kp-hero__guide-card img {
		width: 100%;
		max-height: none;
	}

	.kp-hero__actions {
		grid-template-columns: 1fr;
		width: min(100%, 360px);
		margin: -4px auto 0;
		gap: 10px;
	}

	.kp-hero__actions .kp-button {
		width: 100%;
		min-height: 54px;
		border-width: 4px;
		font-size: 1rem;
	}

	.kp-hero__area-strip {
		width: min(100% - 24px, 420px);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 12px;
	}

	.kp-hero__area-strip a {
		padding: 7px 7px 10px;
		border-width: 3px;
		border-radius: 18px;
	}

	.kp-hero__area-image {
		min-height: 76px;
		border-radius: 14px;
	}

	.kp-hero__area-image img {
		width: 42px;
		height: 42px;
	}

	.kp-hero__area-strip strong {
		font-size: 1rem;
	}
}

/* Dedicated first view. This block is intentionally isolated from SWELL layout. */
.kp-fv {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: 0;
	overflow: hidden;
	background: var(--kp-cream);
	isolation: isolate;
}

.kp-fv__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: url("../images/top-main-back-pc.png") center top / cover no-repeat;
}

.kp-fv__header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 12px;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 18px 0 0;
}

.kp-fv__mark {
	display: none;
}

.kp-fv__logo {
	display: block;
	flex: 1;
	min-width: 0;
}

.kp-fv__logo img {
	display: block;
	height: clamp(36px, 5vw, 56px);
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
}

.kp-fv__header p {
	margin: 0;
	color: #101010;
	font-size: clamp(1.5rem, 2.5vw, 2.25rem);
	font-weight: 900;
	line-height: 1.12;
	text-shadow: 0 3px 0 rgba(255, 255, 255, 0.72);
}

.kp-fv__stage {
	position: relative;
	width: min(1180px, calc(100% - 40px));
	height: clamp(680px, calc((100vw - 40px) * 941 / 1672), 740px);
	margin: 0 auto;
}

.kp-fv__text,
.kp-fv__meer,
.kp-fv__buttons,
.kp-fv__copy {
	position: absolute;
}

.kp-fv__text {
	left: 3%;
	top: 110px;
	bottom: auto;
	z-index: 2;
	width: min(33%, 340px);
	filter: drop-shadow(0 18px 20px rgba(67, 42, 20, 0.15));
}

.kp-fv__text img,
.kp-fv__meer img {
	display: block;
	width: 100%;
	height: auto;
}

.kp-fv__meer {
	right: 5%;
	bottom: 0%;
	z-index: 3;
	width: min(40%, 450px);
	filter: drop-shadow(0 22px 24px rgba(40, 32, 22, 0.24));
}

.kp-fv__copy {
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.kp-fv__buttons {
	left: 3%;
	bottom: 7%;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: min(430px, 42%);
}

.kp-fv__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 10px 16px;
	border: 5px solid #ffffff;
	border-radius: 999px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 8px 0 rgba(25, 59, 106, 0.2), 0 16px 26px rgba(25, 59, 106, 0.16);
}

.kp-fv__button--green {
	background: #00a7a0;
}

.kp-fv__button--orange {
	background: #f35f3a;
	box-shadow: 0 8px 0 #c94a2b, 0 16px 26px rgba(25, 59, 106, 0.16);
}

.kp-fv__areas {
	position: relative;
	z-index: 6;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 22px);
	width: min(900px, calc(100% - 64px));
	margin: 20px auto 34px;
}

.kp-fv__areas a {
	display: grid;
	gap: 8px;
	padding: 10px 10px 14px;
	border: 4px solid rgba(255, 255, 255, 0.92);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.95);
	color: #008f88;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 12px 22px rgba(67, 42, 20, 0.12);
}

.kp-fv__areas a.is-disabled {
	cursor: default;
	pointer-events: none;
}

.kp-fv__areas span {
	display: grid;
	place-items: center;
	min-height: clamp(86px, 8vw, 118px);
	border-radius: 16px;
	overflow: hidden;
	background: #fff7e6;
}

.kp-fv__areas img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kp-fv__areas strong {
	font-size: clamp(1rem, 1.7vw, 1.28rem);
	line-height: 1.2;
}

@media (max-width: 640px) {
	.kp-fv {
		--kp-fv-shift-up: 64px;
		min-height: 0;
		padding-bottom: 18px;
		background: #fff7e6;
		left: auto;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.kp-fv__bg {
		height: calc(100vw * 1672 / 941);
		background: url("../images/top-main-back-sp.png") center top / 100% auto no-repeat;
	}

	.kp-fv__header {
		position: absolute;
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		min-height: 51px;
		padding: 8px 18px 7px;
		background: #fff7e6;
		border-bottom: 3px solid #f0d7a6;
		border-radius: 0;
		box-shadow: 0 4px 10px rgba(67, 42, 20, 0.06);
	}

	.kp-fv__header::after {
		display: none;
	}

	.kp-fv__mark {
		display: none;
	}

	.kp-fv__header p {
		font-size: clamp(1.15rem, 5.8vw, 1.55rem);
		font-weight: 900;
		letter-spacing: 0;
		color: #111111;
		text-shadow:
			0 2px 0 rgba(255, 255, 255, 0.85),
			0 4px 8px rgba(67, 42, 20, 0.12);
	}

	.kp-fv__stage {
		width: 100%;
		height: calc(100vw * 1672 / 941);
		margin: 0;
	}

	.kp-fv__text {
		left: 4%;
		bottom: calc(28% - 50px + var(--kp-fv-shift-up));
		width: 57%;
	}

	.kp-fv__meer {
		right: -8%;
		bottom: calc(28% - 170px + var(--kp-fv-shift-up));
		width: 62%;
	}

	.kp-fv__buttons {
		left: 4%;
		bottom: calc(16.5% + var(--kp-fv-shift-up));
		width: 68%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.kp-fv__button {
		min-height: 42px;
		padding: 7px 8px;
		border-width: 3px;
		font-size: 0.76rem;
	}

	.kp-fv__areas {
		position: relative;
		left: auto;
		bottom: auto;
		width: 92%;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
		margin: calc(-22px - var(--kp-fv-shift-up)) auto 5px;
	}

	.kp-fv__areas a {
		padding: 5px 5px 8px;
		border-width: 2px;
		border-radius: 14px;
		align-content: start;
		box-shadow:
			0 8px 18px rgba(67, 42, 20, 0.14),
			0 2px 0 rgba(255, 255, 255, 0.8) inset;
	}

	.kp-fv__areas span {
		min-height: 0;
		aspect-ratio: 1.28 / 1;
		border-radius: 10px;
		overflow: hidden;
		background: #fff7e6;
	}

	.kp-fv__areas img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.kp-fv__areas strong {
		font-size: 0.78rem;
		white-space: nowrap;
	}
}

/* Front page shell reset: keep SWELL loaded, but remove its visual frame. */
.kp-front-page #header,
.kp-front-page .l-header,
.kp-front-page .l-fixHeader,
.kp-front-page .p-spMenu {
	display: none !important;
}

.kp-front-page .l-main,
.kp-front-page .l-content,
.kp-front-page .l-mainContent,
.kp-front-page .l-article,
.kp-front-page .post_content,
.kp-front-page .c-postContent {
	width: 100% !important;
	max-width: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.kp-front-page .kp-site {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: visible;
}

.kp-front-page .kp-fv {
	left: auto;
	width: 100vw;
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 640px) {
	.kp-front-page,
	.kp-front-page body {
		margin: 0;
		padding: 0;
	}

	.kp-front-page .kp-site {
		position: relative;
		left: 50%;
		width: 100vw;
		max-width: none;
		margin-left: -50vw;
		margin-right: 0;
	}

	.kp-front-page .kp-fv {
		width: 100vw;
		min-width: 100vw;
		margin: 0;
		padding: 0;
	}

	.kp-front-page .kp-fv__bg {
		left: 0;
		width: 100vw;
		background-size: 100vw auto;
	}
}

/* Single article page: card-style safety guide */
.kp-article-page {
	background:
		radial-gradient(circle at top, rgba(221, 245, 255, 0.55), transparent 34rem),
		linear-gradient(180deg, #ffffff, var(--kp-cream));
	padding: clamp(14px, 3vw, 30px) 0 0;
}

.kp-article-template #header,
.kp-article-template .l-header,
.kp-article-template .l-fixHeader,
.kp-article-template .p-spMenu,
.kp-article-template .p-breadcrumb,
.kp-article-template .c-categoryList,
.kp-article-template .p-articleHead,
.kp-article-template .l-sidebar {
	display: none !important;
}

.kp-article-template .l-content,
.kp-article-template .l-main,
.kp-article-template .l-mainContent,
.kp-article-template .l-article,
.kp-article-template .post_content,
.kp-article-template .c-postContent {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.kp-article-template .kp-site {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.kp-article-shell {
	width: min(760px, calc(100% - 28px));
	margin: 0 auto clamp(34px, 7vw, 64px);
	overflow: hidden;
	border: 3px solid #d1a75f;
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #fffdf7 46%, #fff7e6 100%);
	box-shadow: 0 18px 42px rgba(67, 42, 20, 0.18);
}

.kp-article-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: clamp(18px, 4vw, 30px) clamp(20px, 5vw, 36px);
	border-bottom: 1px solid rgba(209, 167, 95, 0.28);
	background: rgba(255, 255, 255, 0.84);
}

.kp-article-brand__logo {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.kp-article-brand__logo img {
	display: block;
	width: min(430px, 100%);
	height: auto;
}

.kp-article-inner {
	padding: clamp(20px, 5vw, 34px);
}

.kp-article-breadcrumb {
	margin: 0 0 22px;
	padding: 0;
	color: #3d342d;
	font-size: clamp(0.88rem, 2.4vw, 1rem);
}

.kp-article-label {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-bottom: 20px;
	padding: 8px 22px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffe27c, #ffd45c);
	color: #1d160e;
	font-size: clamp(1rem, 3vw, 1.22rem);
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 5px 0 rgba(209, 167, 95, 0.24);
}

.kp-article-title {
	margin: 0 0 14px;
	color: #271a10;
	font-size: clamp(2rem, 6vw, 3.05rem);
	font-weight: 900;
	line-height: 1.36;
	letter-spacing: 0;
}

.kp-article-meta {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin: 0 0 16px;
	color: #5e5045;
	font-size: clamp(0.95rem, 2.4vw, 1.1rem);
	font-weight: 800;
}

.kp-article-meta time::before {
	content: "○";
	margin-right: 6px;
	color: #8c7a68;
}

.kp-article-eyecatch {
	overflow: hidden;
	margin: 0 0 24px;
	border-radius: 24px;
	background: var(--kp-blue);
}

.kp-article-eyecatch img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.kp-article-eyecatch__fallback {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 11;
	background:
		linear-gradient(135deg, rgba(221, 245, 255, 0.85), rgba(255, 243, 216, 0.9)),
		url("../images/bg-park-map.svg") center / cover no-repeat;
}

.kp-article-eyecatch__fallback img {
	width: min(230px, 46%);
	aspect-ratio: auto;
	object-fit: contain;
}

.kp-article-lead {
	margin: 0 0 22px;
	color: #2d2319;
	font-size: clamp(1rem, 2.7vw, 1.16rem);
	font-weight: 700;
	line-height: 1.9;
}

.kp-article-content {
	box-shadow: none;
	background: transparent;
	padding: 0;
}

.kp-article-content .p-toc,
.kp-article-content .toc,
.kp-article-content .wp-block-swell-blocks-toc,
.kp-article-content .swell-block-toc,
.kp-article-content > [class*="toc"] {
	margin: 28px 0;
	padding: 18px;
	border: 3px solid #f5d48b;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 10px 22px rgba(67, 42, 20, 0.08);
}

.kp-article-content .p-toc__ttl,
.kp-article-content .toc-title,
.kp-article-content [class*="toc"] > p:first-child,
.kp-article-content [class*="toc"] > div:first-child {
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 3px dotted #f5d48b;
	color: var(--kp-navy);
	font-size: 1.25rem;
	font-weight: 900;
}

.kp-article-content .p-toc a,
.kp-article-content .toc a,
.kp-article-content [class*="toc"] a {
	display: block;
	padding: 11px 10px;
	border-bottom: 1px solid rgba(209, 167, 95, 0.24);
	color: #2b2118;
	font-weight: 800;
	text-decoration: none;
}

.kp-article-content .p-toc a:hover,
.kp-article-content .toc a:hover,
.kp-article-content [class*="toc"] a:hover {
	color: var(--kp-orange);
}

.kp-article-content h2 {
	position: relative;
	margin: 2.2em 0 1em;
	padding: 0.52em 0.8em 0.52em 1.1em;
	border: 0;
	border-radius: 16px;
	background:
		linear-gradient(90deg, rgba(63, 166, 107, 0.2), rgba(221, 245, 255, 0.76)),
		#ffffff;
	box-shadow: inset 0 -0.38em 0 rgba(244, 123, 61, 0.14), 0 8px 18px rgba(25, 59, 106, 0.08);
	color: var(--kp-navy);
	font-size: clamp(1.35rem, 4vw, 1.85rem);
	line-height: 1.4;
}

.kp-article-content h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.45em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--kp-orange);
	box-shadow: 0 16px 0 var(--kp-green);
	transform: translateY(-14px);
}

.kp-article-content h3 {
	margin: 1.8em 0 0.8em;
	padding: 0.25em 0 0.25em 0.8em;
	border: 0;
	border-left: 6px solid var(--kp-green);
	color: #2b2118;
	font-size: clamp(1.12rem, 3.2vw, 1.45rem);
	line-height: 1.45;
	box-shadow: inset 0 -0.32em 0 rgba(255, 212, 92, 0.22);
}

@media (max-width: 640px) {
	.kp-article-page {
		padding-top: 12px;
	}

	.kp-article-shell {
		width: min(100% - 20px, 760px);
		border-width: 2px;
		border-radius: 22px;
	}

	.kp-article-brand {
		padding: 16px 14px;
	}

	.kp-article-brand__logo img {
		width: min(268px, 100%);
	}

	.kp-article-inner {
		padding: 20px 18px 24px;
	}

	.kp-article-title {
		font-size: clamp(1.65rem, 8vw, 2.4rem);
	}

	.kp-article-meta {
		justify-content: flex-start;
	}

	.kp-article-content .p-toc,
	.kp-article-content .toc,
	.kp-article-content .wp-block-swell-blocks-toc,
	.kp-article-content .swell-block-toc,
	.kp-article-content > [class*="toc"] {
		padding: 14px 12px;
	}

	.kp-article-content .p-toc ol,
	.kp-article-content .p-toc ul,
	.kp-article-content .toc ol,
	.kp-article-content .toc ul,
	.kp-article-content [class*="toc"] ol,
	.kp-article-content [class*="toc"] ul {
		margin-left: 0 !important;
		padding-left: 0 !important;
		list-style-position: inside;
	}

	.kp-article-content .p-toc ol ol,
	.kp-article-content .p-toc ul ul,
	.kp-article-content .toc ol ol,
	.kp-article-content .toc ul ul,
	.kp-article-content [class*="toc"] ol ol,
	.kp-article-content [class*="toc"] ul ul {
		padding-left: 0 !important;
	}

	.kp-article-content .p-toc li,
	.kp-article-content .toc li,
	.kp-article-content [class*="toc"] li {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}

	.kp-article-content .p-toc__list,
	.kp-article-content .p-toc__list.is-style-index,
	.kp-article-content .toc-list {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.kp-article-content .p-toc li[data-level="3"] > a,
	.kp-article-content .p-toc .-level-3 > a,
	.kp-article-content .toc li[data-level="3"] > a,
	.kp-article-content [class*="toc"] li[data-level="3"] > a {
		padding-left: 0.85rem !important;
	}

	.kp-article-content .p-toc a,
	.kp-article-content .toc a,
	.kp-article-content [class*="toc"] a {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		padding-right: 6px;
		padding-left: 8px;
		line-height: 1.55;
		overflow-wrap: anywhere;
	}

}

@media (max-width: 640px) {
	.kp-hero {
		position: relative;
		left: 50%;
		width: 100vw;
		max-width: none;
		margin-left: -50vw;
		margin-right: 0;
		padding: 0;
		background: none;
		min-height: calc(100vw * 1672 / 941);
		overflow: hidden;
	}

	.kp-hero::after {
		content: "";
		position: absolute;
		z-index: 0;
		inset: 0;
		width: 100vw;
		height: 100%;
		background:
			linear-gradient(180deg, rgba(255, 247, 230, 0.08), rgba(255, 247, 230, 0.02)),
			url("../images/top-main-back-sp.png") center top / 100% auto no-repeat;
		pointer-events: none;
	}

	.kp-hero__brand {
		position: absolute;
		z-index: 6;
		top: 10px;
		left: 14px;
		width: calc(100% - 28px);
		margin: 0;
	}

	.kp-hero__stage {
		position: relative;
		z-index: 1;
		width: 100%;
		min-height: calc(100vw * 1672 / 941);
		margin: 0;
	}

	.kp-hero__content {
		position: absolute;
		z-index: 4;
		top: auto;
		bottom: 43%;
		left: 4%;
		width: 63%;
		display: block;
		text-align: left;
	}

	.kp-hero__text-board {
		width: 100%;
		margin: 0;
		filter: drop-shadow(0 10px 12px rgba(67, 42, 20, 0.16));
	}

	.kp-hero__guide {
		position: absolute;
		z-index: 5;
		top: auto;
		bottom: 43%;
		right: 0;
		width: 40%;
		margin: 0;
	}

	.kp-hero__guide-card {
		min-height: 0;
		padding: 0;
	}

	.kp-hero__guide-card img {
		width: 100%;
		max-height: none;
	}

	.kp-hero__actions {
		position: absolute;
		z-index: 7;
		top: 55.5%;
		left: 6%;
		width: 88%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin: 0;
	}

	.kp-hero__actions .kp-button {
		min-height: 48px;
		padding: 8px 10px;
		border-width: 3px;
		font-size: 0.86rem;
		line-height: 1.2;
	}

	.kp-hero__area-strip {
		position: absolute;
		z-index: 7;
		bottom: 4.5%;
		left: 4%;
		width: 92%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin: 0;
	}

	.kp-hero__area-strip a {
		padding: 6px 6px 9px;
		border-width: 3px;
	}

	.kp-hero__area-image {
		min-height: 64px;
	}

	.kp-hero__area-strip strong {
		font-size: 0.92rem;
	}
}

/* =============================================================
   SITE FOOTER — kp-cta の画像エリアに引き上げ
   ============================================================= */

#footer,
.l-footer {
	background: transparent !important;
	/* footerをkp-ctaの画像エリアに重ねる */
	margin-top: -64px !important;
	position: relative !important;
	z-index: 5 !important;
}

/* copyright テキストを画像上で読みやすくする */
.l-footer,
.l-footer a,
.l-footer p,
.l-footer span,
.l-footer small {
	color: #3a2a10 !important;
	text-shadow: 0 1px 4px rgba(255, 250, 240, 0.9) !important;
}

/* =============================================================
   MENU OVERLAY
   ============================================================= */

/* Global floating MENU button */
.kp-global-menu-btn {
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 900;
	display: grid;
	place-items: end center;
	gap: 5px;
	width: 58px;
	height: 58px;
	padding: 0 0 10px;
	border: 2px solid rgba(210, 178, 126, 0.38);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 4px 16px rgba(67, 42, 20, 0.14);
	color: #5a4634;
	font-size: 0.6rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: box-shadow 0.2s, transform 0.15s;
}

.kp-global-menu-btn:hover {
	box-shadow: 0 6px 22px rgba(67, 42, 20, 0.22);
	transform: translateY(-1px);
}

.kp-global-menu-btn__bar {
	display: block;
	position: absolute;
	left: 50%;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: #5c4936;
	transform: translateX(-50%);
}

.kp-global-menu-btn__bar:nth-child(1) { top: 14px; }
.kp-global-menu-btn__bar:nth-child(2) { top: 21px; }
.kp-global-menu-btn__bar:nth-child(3) { top: 28px; }

.kp-global-menu-btn__label {
	position: relative;
}

/* Body lock when menu is open */
.kp-menu-is-open {
	overflow: hidden;
}

/* Backdrop */
.kp-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(30, 20, 10, 0.55);
	backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}

.kp-menu-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

/* Sliding panel */
.kp-menu-overlay__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(400px, 92vw);
	height: 100%;
	background: #fffdf8;
	box-shadow: -8px 0 40px rgba(30, 20, 10, 0.18);
	transform: translateX(100%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	overflow-y: auto;
	overscroll-behavior: contain;
}

.kp-menu-overlay.is-open .kp-menu-overlay__panel {
	transform: translateX(0);
}

/* Panel header */
.kp-menu-overlay__head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 20px;
	border-bottom: 2px solid #f0d7a6;
	background: #fff7e6;
	position: sticky;
	top: 0;
	z-index: 1;
}

.kp-menu-overlay__logo {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	min-width: 0;
}

.kp-menu-overlay__logo-img {
	display: block;
	height: 44px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
	object-position: left center;
}

.kp-menu-overlay__close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 2px solid #f0d7a6;
	border-radius: 50%;
	background: #fff;
	color: #5a4634;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
	transition: background 0.15s, color 0.15s;
}

.kp-menu-overlay__close:hover {
	background: #f35f3a;
	color: #fff;
	border-color: #f35f3a;
}

/* Navigation list */
.kp-menu-overlay__nav {
	flex: 1;
	padding: 8px 0;
}

.kp-menu-nav-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(240, 215, 166, 0.5);
	text-decoration: none;
	transition: background 0.15s;
}

.kp-menu-nav-item:hover {
	background: #fff7e6;
}

.kp-menu-nav-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1.5px solid transparent;
	flex-shrink: 0;
}

.kp-menu-nav-icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.kp-menu-nav-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
	min-width: 0;
}

.kp-menu-nav-text strong {
	display: block;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.2;
}

.kp-menu-nav-text small {
	display: block;
	font-size: 0.75rem;
	color: #7a6548;
	line-height: 1.3;
}

.kp-menu-nav-arrow {
	font-size: 1.4rem;
	color: #c8a96a;
	flex-shrink: 0;
	line-height: 1;
}

/* Footer with meerkat */
.kp-menu-overlay__footer {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	padding: 16px 20px 24px;
	background: linear-gradient(to bottom, #fff7e6, #ffeec8);
	border-top: 2px solid #f0d7a6;
}

.kp-menu-overlay__meerkat-img {
	width: 72px;
	height: auto;
	object-fit: contain;
	flex-shrink: 0;
}

.kp-menu-overlay__footer-text {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 800;
	color: #5a4634;
	line-height: 1.5;
}

/* =============================================================
   CATEGORY / ARCHIVE — Article List
   ============================================================= */

.kp-area-header__text {
	min-width: 0;
}

.kp-area-header__meerkat {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.kp-area-header__meerkat img {
	width: clamp(100px, 16vw, 180px);
	height: auto;
	object-fit: contain;
}

.kp-article-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 22px rgba(67, 42, 20, 0.08);
}

.kp-article-row {
	background: #fff;
	border-bottom: 1.5px solid #f3e8d0;
}

.kp-article-row:last-child {
	border-bottom: none;
}

.kp-article-row__link {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 16px;
	text-decoration: none;
	color: inherit;
	transition: background 0.15s;
}

.kp-article-row__link:hover {
	background: #fffaf2;
}

.kp-article-row__thumb {
	flex-shrink: 0;
	width: 88px;
	height: 72px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff7e6;
}

.kp-article-row__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kp-article-row__thumb-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: #c8a96a;
}

.kp-article-row__content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.kp-article-row__title {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	color: #00897b;
	line-height: 1.4;
}

.kp-article-row__link:hover .kp-article-row__title {
	text-decoration: underline;
}

.kp-article-row__desc {
	margin: 0;
	font-size: 0.82rem;
	color: #5a4634;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.kp-article-row__tag {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 10px;
	border-radius: 999px;
	background: #e8f5f4;
	color: #00897b;
	font-size: 0.74rem;
	font-weight: 700;
}

.kp-article-row__guide {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.kp-article-row__guide img {
	width: 44px;
	height: auto;
	object-fit: contain;
}

.kp-article-row__arrow {
	font-size: 1.4rem;
	color: #c8a96a;
	line-height: 1;
}

@media (max-width: 640px) {
	.kp-global-menu-btn {
		top: 12px;
		right: 12px;
		width: 50px;
		height: 50px;
		padding: 0 0 7px;
		place-items: end center;
		font-size: 0.55rem;
	}

	.kp-global-menu-btn__bar {
		width: 20px;
	}

	.kp-global-menu-btn__bar:nth-child(1) { top: 11px; }
	.kp-global-menu-btn__bar:nth-child(2) { top: 18px; }
	.kp-global-menu-btn__bar:nth-child(3) { top: 25px; }

	.kp-global-menu-btn__label {
		position: relative;
		top: 0;
		line-height: 1;
	}

	.kp-area-header__inner {
		grid-template-columns: 1fr;
	}

	.kp-area-header__meerkat {
		display: none;
	}

	.kp-article-row__link {
		padding: 14px 12px;
		gap: 12px;
	}

	.kp-article-row__thumb {
		width: 72px;
		height: 60px;
	}

	.kp-article-row__guide img {
		width: 36px;
	}

	.kp-menu-overlay__panel {
		width: 100%;
	}
}

/* =============================================================
   SINGLE ARTICLE — design enhancements
   ============================================================= */

/* Meerkat comment spacing in article body */
.kp-single__body .kp-meer-comment {
	margin-bottom: 24px;
}

/* Article content typography */
.kp-content {
	font-size: 1.03rem;
	line-height: 1.85;
}

.kp-content h4 {
	margin-top: 1.5em;
	padding-left: 0.6em;
	border-left: 4px solid var(--kp-orange);
	color: var(--kp-navy);
	font-size: 1.05rem;
	letter-spacing: 0;
}

.kp-content ul,
.kp-content ol {
	margin: 1em 0;
	padding-left: 1.5em;
}

.kp-content li {
	margin: 0.4em 0;
}

.kp-content ul > li {
	list-style: none;
	position: relative;
	padding-left: 1.2em;
}

.kp-content ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--kp-green);
}

.kp-content blockquote {
	margin: 1.4em 0;
	padding: 16px 20px;
	border-left: 5px solid var(--kp-blue);
	border-radius: 0 12px 12px 0;
	background: #f6fbff;
	color: #5a4634;
	font-style: normal;
}

.kp-content img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}

.kp-content a {
	color: var(--kp-navy);
	text-decoration: underline;
	text-decoration-color: rgba(25, 59, 106, 0.35);
	text-underline-offset: 3px;
}

.kp-content a:hover {
	color: var(--kp-orange);
	text-decoration-color: var(--kp-orange);
}

.kp-content p {
	margin: 0.8em 0;
}

/* Related posts section */
.kp-related-posts {
	padding-top: 8px;
}

.kp-related-posts__title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: #263c4f;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.kp-related-posts__title::before {
	content: "";
	width: 10px;
	height: 1.45em;
	border-radius: 999px;
	background: linear-gradient(180deg, #42b883, #f5b84f);
	flex: 0 0 auto;
}

.kp-related-posts__title::after {
	content: "";
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(66, 184, 131, 0.42), rgba(245, 184, 79, 0));
	flex: 1;
	min-width: 32px;
}

/* SP adjustments for single page */
@media (max-width: 640px) {
	.kp-guide-hero h1 {
		font-size: clamp(1.25rem, 5.5vw, 1.7rem);
	}

	.kp-guide-hero__inner {
		gap: 20px;
	}

	.kp-single__meta {
		gap: 8px;
	}

	.kp-content {
		font-size: 0.97rem;
		line-height: 1.8;
	}
}

/* Footer CTA banner */
.kp-cta {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-height: clamp(174px, 15vw, 230px);
	padding: 0;
	background-color: #dff5f6;
	color: #3a2a10;
}

.kp-cta__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 4vw, 54px);
	min-height: clamp(174px, 15vw, 230px);
	padding-left: clamp(180px, 20vw, 300px);
	padding-top: 12px;
	padding-bottom: 12px;
	background: transparent;
	border-radius: 0;
	backdrop-filter: none;
}

.kp-cta p {
	max-width: 560px;
	margin: 0;
	color: #563715;
	font-size: clamp(1rem, 1.55vw, 1.28rem);
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.78);
}

.kp-cta__button.kp-button {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: clamp(210px, 20vw, 280px);
	min-height: 58px;
	padding: 15px 26px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #45bd8a 0%, #26a36f 100%);
	box-shadow: 0 8px 0 rgba(17, 123, 79, 0.34), 0 15px 24px rgba(44, 129, 95, 0.22);
	color: #ffffff;
	font-size: clamp(0.98rem, 1.25vw, 1.15rem);
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
}

.kp-cta__button.kp-button:hover {
	transform: translateY(2px);
	box-shadow: 0 5px 0 rgba(17, 123, 79, 0.34), 0 12px 20px rgba(44, 129, 95, 0.2);
	opacity: 1;
}

.kp-cta__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#footer,
.l-footer {
	margin-top: 0 !important;
}

#footer.kp-footer-visual,
.l-footer.kp-footer-visual {
	overflow: hidden;
	min-height: clamp(300px, 33.4vw, 520px);
	background-color: #dff5f6 !important;
	background-image: url("../images/footer-back.png") !important;
	background-position: center center !important;
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
}

.kp-footer-visual .kp-cta {
	min-height: clamp(210px, 24vw, 380px);
	background: transparent;
}

.kp-footer-visual .kp-cta__inner {
	min-height: clamp(210px, 24vw, 380px);
	padding-top: clamp(22px, 4vw, 52px);
	padding-bottom: clamp(18px, 3vw, 36px);
}

.kp-footer-visual__inner,
.kp-footer-visual__foot {
	background: transparent !important;
}

.l-footer__foot {
	min-height: clamp(82px, 8vw, 120px);
	padding: 22px 0 28px;
	background-color: transparent;
}

.l-footer__foot .l-container {
	position: relative;
	z-index: 1;
}

.l-footer__foot .copyright,
.l-footer__nav {
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.72);
}

@media (max-width: 760px) {
	#footer.kp-footer-visual,
	.l-footer.kp-footer-visual {
		min-height: clamp(240px, 72vw, 310px);
		background-position: 18% center !important;
		background-size: auto 100% !important;
	}

	.kp-cta {
		min-height: clamp(180px, 52vw, 230px);
	}

	.kp-footer-visual .kp-cta,
	.kp-footer-visual .kp-cta__inner {
		min-height: clamp(180px, 52vw, 230px);
	}

	.kp-cta__inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 9px;
		min-height: clamp(180px, 52vw, 230px);
		width: min(100% - 24px, 520px);
		padding: 26px 0 20px 31%;
		text-align: left;
	}

	.kp-cta p {
		max-width: none;
		font-size: 0.92rem;
		line-height: 1.55;
		text-align: left;
	}

	.kp-cta__button.kp-button {
		width: min(100%, 240px);
		min-width: 0;
		min-height: 46px;
		padding: 11px 18px;
		font-size: 0.9rem;
	}

	.l-footer__foot {
		min-height: 58px;
		padding: 10px 0 14px;
	}
}

@media (max-width: 480px) {
	#footer.kp-footer-visual,
	.l-footer.kp-footer-visual {
		min-height: clamp(250px, 78vw, 315px);
		background-position: 21% center !important;
	}

	.kp-cta,
	.kp-footer-visual .kp-cta,
	.kp-footer-visual .kp-cta__inner {
		min-height: clamp(190px, 58vw, 235px);
	}

	.kp-cta__inner {
		width: calc(100% - 24px);
		padding-left: 34%;
		padding-top: 24px;
		padding-bottom: 18px;
	}

	.kp-cta p {
		font-size: 0.84rem;
		line-height: 1.5;
	}

	.kp-cta__button.kp-button {
		width: min(100%, 210px);
		min-height: 42px;
		padding: 10px 14px;
		font-size: 0.82rem;
	}
}

@media (max-width: 640px) {
	.kp-article-card__thumb,
	.kp-article-row__thumb {
		position: relative;
		display: block;
		overflow: hidden;
	}

	.kp-article-card__thumb {
		aspect-ratio: 16 / 10;
	}

	.kp-article-card__thumb img,
	.kp-article-card__thumb .wp-post-image,
	.kp-article-row__thumb img,
	.kp-article-row__thumb .wp-post-image {
		position: absolute;
		inset: 0;
		display: block;
		width: 100% !important;
		height: 100% !important;
		max-width: none;
		object-fit: cover;
		object-position: center center;
	}

	.kp-related-posts__title {
		gap: 10px;
		margin-bottom: 18px;
		font-size: 1.35rem;
	}

	.kp-related-posts__title::before {
		width: 8px;
	}
}

@media (max-width: 640px) {
	.kp-article-content .p-toc ol,
	.kp-article-content .p-toc ul,
	.kp-article-content .toc ol,
	.kp-article-content .toc ul,
	.kp-article-content [class*="toc"] ol,
	.kp-article-content [class*="toc"] ul {
		padding-left: 0 !important;
		list-style: none !important;
		counter-reset: kp-toc-item;
	}

	.kp-article-content .p-toc li,
	.kp-article-content .toc li,
	.kp-article-content [class*="toc"] li {
		position: relative;
		display: block;
		counter-increment: kp-toc-item;
	}

	.kp-article-content .p-toc li::before,
	.kp-article-content .toc li::before,
	.kp-article-content [class*="toc"] li::before {
		content: counter(kp-toc-item) "." !important;
		position: absolute !important;
		top: 0.78em !important;
		left: 8px !important;
		width: 1.6em !important;
		height: auto !important;
		margin: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #8c6a2e !important;
		font-size: 0.86em !important;
		font-weight: 900 !important;
		line-height: 1 !important;
		text-align: right;
		transform: none !important;
	}

	.kp-article-content .p-toc a,
	.kp-article-content .toc a,
	.kp-article-content [class*="toc"] a {
		padding-left: 2.25em !important;
	}

	.kp-article-content .p-toc li[data-level="3"] > a,
	.kp-article-content .p-toc .-level-3 > a,
	.kp-article-content .toc li[data-level="3"] > a,
	.kp-article-content [class*="toc"] li[data-level="3"] > a {
		padding-left: 2.9em !important;
	}
}
