/* =============================================
   こどもパレット
   Figma page: 445:1496 / Hero: 457:2150
   ============================================= */

.p-kodomo-page {
	--kp-brown: #382710;
	--kp-brown-soft: #91664c;
	--kp-yellow: #f5e04b;
	--kp-pink: #de687d;
	--kp-pink-soft: #e4abcc;
	--kp-blue: #83acca;
	--kp-mint: #afd9bd;
	--kp-base: #fff;
	--kp-subbase: #f5f3ef;
	--kp-line: rgba(56, 39, 16, 0.14);
	color: var(--kp-brown);
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	overflow: clip;
}

.p-kodomo-page *,
.p-kodomo-page *::before,
.p-kodomo-page *::after {
	box-sizing: border-box;
}

.p-kodomo-page img {
	display: block;
	max-width: 100%;
}

.p-kodomo-page h1,
.p-kodomo-page h2,
.p-kodomo-page h3,
.p-kodomo-page p,
.p-kodomo-page ul,
.p-kodomo-page dl,
.p-kodomo-page dd {
	margin: 0;
}

.p-kodomo-page button,
.p-kodomo-page a {
	font: inherit;
}

.p-kodomo-section {
	position: relative;
	padding: 128px 24px;
}

.p-kodomo-section__inner {
	position: relative;
	z-index: 1;
	width: min(1096px, 100%);
	margin: 0 auto;
}

.p-kodomo-heading {
	margin-bottom: 64px;
}

.p-kodomo-heading--center {
	text-align: center;
}

.p-kodomo-heading__en {
	color: var(--kp-pink);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.32em;
	line-height: 1;
	margin-bottom: 20px !important;
	text-transform: uppercase;
}

.p-kodomo-heading__en::after {
	content: "";
	display: block;
	width: 46px;
	height: 6px;
	margin: 16px auto 0;
	border-radius: 999px;
	background: radial-gradient(circle, var(--kp-yellow) 2px, transparent 3px) 0 0 / 12px 6px repeat-x;
}

.p-kodomo-heading h2 {
	color: var(--kp-brown);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-kodomo-heading>p:last-child:not(.p-kodomo-heading__en) {
	max-width: 720px;
	margin: 20px auto 0;
	line-height: 1.9;
}

.p-kodomo-heading--light .p-kodomo-heading__en,
.p-kodomo-heading--light h2 {
	color: #fff;
}

/* Hero: Figma node 457:2150 */
.p-kodomo-hero {
	position: relative;
	height: 349px;
	padding: 0;
	background: var(--kp-subbase);
	overflow: hidden;
}

.p-kodomo-hero__media,
.p-kodomo-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.p-kodomo-hero__media img {
	object-fit: cover;
	object-position: center center;
}

.p-kodomo-hero__copy {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-kodomo-hero h1 {
	display: block;
	width: 100%;
	max-width: 1096px;
	margin: 0;
	padding-right: var(--sp-md);
	text-align: right;
	color: #fff;
	font-family: var(--f-sans);
	font-weight: 700;
	text-shadow: 0 0 3px #000, 0 0 13px #000, 0 0 7px #000;
}

.p-kodomo-hero__audience,
.p-kodomo-hero__message {
	display: block;
}

.p-kodomo-hero__audience {
	margin-bottom: var(--sp-xs);
	font-size: var(--fs-3xl);
	letter-spacing: var(--ls-wider);
	line-height: var(--lh-tight);
}

.p-kodomo-hero__message {
	font-size: var(--fs-2xl);
	letter-spacing: var(--ls-wider);
	line-height: var(--lh-normal);
}

.p-kodomo-hero__identity {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 91px;
	padding: 8px 8px 8px 344px;
	border-radius: 0 24px 0 0;
	background: #fff;
}

.p-kodomo-hero__category {
	display: flex;
	align-items: center;
	gap: 9.96px;
	color: #b8861a;
	font-size: 25.36px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	white-space: nowrap;
}

.p-kodomo-hero__category>span {
	width: 9.96px;
	height: 9.96px;
	border-radius: 50%;
	background: #b8861a;
	flex: 0 0 auto;
}

.p-kodomo-hero__name {
	color: #000;
	font-size: 35.02px;
	font-weight: 700;
	letter-spacing: 1.38px;
	line-height: 45.68px;
	white-space: nowrap;
}

/* Instagram strip */
.p-kodomo-instagram-strip {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 42px;
	padding: 8px 0;
	background: var(--kp-yellow);
	color: #000;
	text-decoration: none;
}

.p-kodomo-instagram-strip__inner {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 0 16px;
}

.p-kodomo-instagram-strip__label {
	display: flex;
	align-items: center;
	height: 26px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.5px;
	line-height: 25.6px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.p-kodomo-instagram-strip img {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.p-kodomo-instagram-strip:hover {
	color: #000;
	filter: brightness(0.97);
}

/* Reuse: Figma node 427:2731 */
.p-kodomo-reuse {
	min-height: 1044px;
	padding: 120px 24px 152px;
	background: #fff;
}

.p-kodomo-reuse__inner {
	width: min(591px, 100%);
	max-width: 591px;
	isolation: isolate;
}

.p-kodomo-reuse__heading,
.p-kodomo-reuse__lead,
.p-kodomo-reuse__cta,
.p-kodomo-reuse__details {
	position: relative;
	z-index: 2;
}

.p-kodomo-reuse__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-height: 57px;
	margin-bottom: 31px;
}

.p-kodomo-reuse__heading img {
	width: 22px;
	height: 57px;
	flex: 0 0 22px;
}

.p-kodomo-reuse__heading img:first-child {
	transform: scaleX(-1);
}

.p-kodomo-reuse__heading h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	white-space: nowrap;
}

.p-kodomo-reuse__lead {
	display: grid;
	gap: 16px;
	margin: 0 auto 32px;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

.p-kodomo-reuse__cta {
	display: block;
	width: 100%;
	margin-bottom: 31px;
	border-radius: 8px;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.p-kodomo-reuse__cta:hover {
	transform: translateY(-2px);
	filter: brightness(0.98);
}

.p-kodomo-reuse__cta img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.p-kodomo-reuse__details h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-kodomo-reuse__details ul {
	margin: 0 0 8px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 1.8;
}

.p-kodomo-reuse__details>div+div {
	margin-top: 7px;
}

.p-kodomo-reuse__details>div p {
	font-size: 16px;
	line-height: 1.8;
}

.p-kodomo-reuse__note {
	margin-top: 14px !important;
	padding: 4px 8px;
	border-radius: 4px;
	background: #e8e8e8;
	font-size: 16px;
	line-height: 1.6;
}

.p-kodomo-reuse__photos {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.p-kodomo-reuse__photo {
	position: absolute;
	height: auto;
	will-change: transform;
}

.p-kodomo-reuse__photo--boy {
	top: 44px;
	left: -385px;
	width: 280px;
	filter: drop-shadow(12px 12px 0 var(--kp-yellow));
	transform: rotate(-5.24deg);
}

.p-kodomo-reuse__photo--baby {
	top: 467px;
	left: -306px;
	width: 202px;
	filter: drop-shadow(12px 12px 0 var(--kp-pink));
	transform: rotate(5.12deg);
}

.p-kodomo-reuse__photo--toddler {
	top: -5px;
	left: 748px;
	width: 173px;
	filter: drop-shadow(12px 12px 0 var(--kp-blue));
	transform: rotate(3.22deg);
}

.p-kodomo-reuse__photo--crawling {
	top: 281px;
	left: 660px;
	width: 170px;
	filter: drop-shadow(12px 12px 0 var(--kp-mint));
	transform: rotate(-9.08deg);
}

.p-kodomo-reuse__photo--toys {
	top: 570px;
	left: 686px;
	width: 280px;
	filter: drop-shadow(12px 12px 0 var(--kp-pink-soft));
	transform: rotate(-2.94deg);
}

.p-kodomo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 12px 28px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.p-kodomo-button:hover {
	transform: translateY(-2px);
	filter: brightness(0.97);
}

.p-kodomo-button--pink {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	background: var(--kp-pink);
	color: #fff;
}

.p-kodomo-button--pink:hover,
.p-kodomo-button--brown:hover,
.p-kodomo-button--instagram:hover {
	color: #fff;
}

.p-kodomo-button--pink span {
	padding-right: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.42);
}

/* About */
.p-kodomo-about {
	padding-top: 308px;
	padding-bottom: 88px;
	background: #fff;
}

.p-kodomo-about__marquee {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 156px;
	overflow: hidden;
}

.p-kodomo-about__marquee-track {
	display: flex;
	width: max-content;
	height: 156px;
	animation: p-kodomo-marquee-left 34s linear infinite;
	will-change: transform;
}

.p-kodomo-about__marquee-group {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 166px;
	padding-right: 46px;
}

.p-kodomo-about__marquee-group img {
	width: 1682px;
	height: 156px;
	max-width: none;
	flex: 0 0 1682px;
}

@keyframes p-kodomo-marquee-left {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.p-kodomo-about__heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 117px;
	padding: 8px;
	text-align: center;
}

.p-kodomo-about__ribbon {
	position: absolute;
	top: -71px;
	left: 50%;
	width: 388px;
	height: 122px;
	max-width: none;
	transform: translateX(-50%);
	object-fit: contain;
}

.p-kodomo-about__heading h2 {
	position: relative;
	z-index: 1;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.123em;
	line-height: 1.55;
}

.p-kodomo-about__heading h2 span {
	display: inline-block;
	white-space: nowrap;
}

.p-kodomo-about__stories {
	display: grid;
	gap: 88px;
	margin-top: 63px;
}

.p-kodomo-story {
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(320px, 500px);
	align-items: start;
	gap: 40px;
	margin-top: 0;
}

.p-kodomo-story--right .p-kodomo-story__media {
	order: 2;
}

.p-kodomo-story__media {
	display: block;
	height: 470px;
	border-radius: 8px;
	overflow: hidden;
}

.p-kodomo-story__media::before {
	display: none;
}

.p-kodomo-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-kodomo-story__body {
	display: grid;
	align-content: start;
	gap: 16px;
	min-height: 470px;
}

.p-kodomo-story__body h3,
.p-kodomo-story__tag {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-kodomo-story__decorated-title {
	display: flex;
	align-items: center;
	gap: 4px;
	min-height: 36px;
}

.p-kodomo-story__decorated-title h3 {
	white-space: nowrap;
}

.p-kodomo-story__decorated-title img:first-child {
	width: 54px;
	height: 36px;
	flex: 0 0 54px;
}

.p-kodomo-story__decorated-title img:last-child {
	width: 35px;
	height: 23px;
	flex: 0 0 35px;
}

.p-kodomo-story__small {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.072em;
	line-height: 1.7;
}

.p-kodomo-story__logo {
	width: 371px;
	height: 160px;
	aspect-ratio: 371 / 160;
	margin: -12px 0 -6px;
	overflow: hidden;
}

.p-kodomo-story__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 31%;
}

@media (max-width: 900px) {
	.p-kodomo-story {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.p-kodomo-story--right .p-kodomo-story__media {
		order: 0;
	}

	.p-kodomo-story__media {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.p-kodomo-story__body {
		min-height: 0;
	}
}

/* Features */
.p-kodomo-features {
	padding-top: 106px;
	padding-bottom: 136px;
	background: linear-gradient(to bottom, #fff 0 42px, var(--kp-subbase) 42px 100%);
}

.p-kodomo-features::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: url("../images/kodomo-palette/final/feature-wave-top-427.svg") center top / 100% 42px no-repeat;
}

.p-kodomo-features__heading {
	position: relative;
	width: 192px;
	min-height: 119px;
	margin: 0 auto 38px;
	text-align: center;
}

.p-kodomo-features__heading .p-kodomo-heading__en {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 !important;
	transform: translateX(-50%);
	color: #fff;
	font-family: "Chela One", sans-serif;
	font-size: 159px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.64;
	white-space: nowrap;
}

.p-kodomo-features__heading .p-kodomo-heading__en::after {
	display: none;
}

.p-kodomo-smile-mark {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: end;
	gap: 5px;
	height: 40px;
	margin: 10px auto 0;
}

.p-kodomo-smile-mark img {
	width: 54px;
	height: 36px;
	object-fit: contain;
}

.p-kodomo-smile-mark span {
	display: block;
	width: 12px;
	height: 12px;
	margin-bottom: 4px;
	border-radius: 50%;
}

.p-kodomo-smile-mark span:nth-child(1) {
	background: #afd9bd;
}

.p-kodomo-smile-mark span:nth-child(2) {
	background: #de687d;
}

.p-kodomo-smile-mark span:nth-child(4) {
	background: #e4abcc;
}

.p-kodomo-smile-mark span:nth-child(5) {
	background: #83acca;
}

.p-kodomo-smile-mark span:nth-child(2),
.p-kodomo-smile-mark span:nth-child(4) {
	width: 16px;
	height: 16px;
	margin-bottom: 8px;
}

.p-kodomo-features__heading h2 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	color: var(--kp-brown);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.25;
	white-space: nowrap;
}

.p-kodomo-features__heading h2 span {
	font-size: 20px;
	line-height: 1.6;
}

.p-kodomo-features__list {
	display: grid;
	gap: 43px;
}

.p-kodomo-feature {
	display: grid;
	grid-template-columns: minmax(360px, 480px) minmax(0, 1fr);
	align-items: start;
	gap: 33px;
}

.p-kodomo-feature:nth-child(even) .p-kodomo-feature__media {
	order: 2;
}

.p-kodomo-feature__media {
	display: block;
	width: 100%;
	height: 310px;
	border-radius: 8px;
	overflow: hidden;
}

.p-kodomo-feature__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-kodomo-feature__body {
	display: grid;
	gap: 24px;
}

.p-kodomo-feature__heading {
	display: flex;
	align-items: center;
	gap: 16px;
}

.p-kodomo-feature__number {
	position: relative;
	display: grid;
	grid-template-columns: 76px auto;
	align-items: end;
	min-width: 113px;
	color: var(--kp-pink);
	line-height: 1;
}

.p-kodomo-feature__number span {
	padding-bottom: 5px;
	font-family: Futura, sans-serif;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-kodomo-feature__number strong {
	font-family: Futura, sans-serif;
	font-size: 55px;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-kodomo-feature__number img {
	position: absolute;
	top: -20px;
	left: 57px;
	width: 33px;
	height: 29px;
}

.p-kodomo-feature__label {
	color: var(--kp-pink);
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-kodomo-feature h3 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.066em;
	line-height: 1.7;
}

.p-kodomo-feature__copy {
	display: grid;
	gap: 16px;
}

.p-kodomo-feature__copy p {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

/* Map */
.p-kodomo-map {
	padding-top: 0;
	padding-bottom: 0;
	background: var(--kp-subbase);
}

.p-kodomo-map__heading {
	display: grid;
	justify-items: center;
	gap: 8px;
	margin-bottom: 32px;
	text-align: center;
}

.p-kodomo-map__heading .p-kodomo-smile-mark {
	margin-top: 0;
}

.p-kodomo-map__heading h2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-kodomo-map__stage {
	position: relative;
	width: min(929px, 100%);
	aspect-ratio: 929 / 523;
	margin: 0 auto;
}

.p-kodomo-map__image,
.p-kodomo-map__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-kodomo-map__pin {
	position: absolute;
	z-index: 3;
	left: var(--pin-x);
	top: var(--pin-y);
	width: clamp(40px, 6.46%, 60px);
	aspect-ratio: 86 / 107.5;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.p-kodomo-map__pin::before {
	content: "";
	position: absolute;
	inset: -6px;
}

.p-kodomo-map__pin img {
	width: 100%;
	height: 100%;
}

.p-kodomo-map__pin:hover,
.p-kodomo-map__pin:focus-visible {
	transform: translate(-50%, calc(-50% - 4px)) scale(1.06);
}

.p-kodomo-map__pin--community {
	--pin-x: 47.740%;
	--pin-y: 6.094%;
}

.p-kodomo-map__pin--reuse {
	--pin-x: 24.596%;
	--pin-y: 30.377%;
}

.p-kodomo-map__pin--kids {
	--pin-x: 52.368%;
	--pin-y: 42.805%;
}

.p-kodomo-map__pin--ground {
	--pin-x: 23.950%;
	--pin-y: 62.881%;
}

.p-kodomo-map__decoration {
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.p-kodomo-map__decoration--tree-one {
	top: 20.1%;
	left: 3.1%;
	width: 10%;
}

.p-kodomo-map__decoration--tree-two {
	top: 64.3%;
	left: 86.2%;
	width: 10%;
}

.p-kodomo-map__decoration--shrub-one {
	top: 59.3%;
	left: -0.9%;
	width: 9%;
}

.p-kodomo-map__decoration--shrub-two {
	top: 37.9%;
	left: 81.6%;
	width: 9%;
}

.p-kodomo-map__decoration--cloud-one {
	top: 2.5%;
	left: 14.6%;
	width: 12.4%;
}

.p-kodomo-map__decoration--cloud-two {
	top: 0;
	left: 79.9%;
	width: 12.4%;
}

.p-kodomo-map__decoration--cloud-three {
	top: 69.6%;
	left: 73.7%;
	width: 12.4%;
}

.p-kodomo-map__decoration--sun {
	top: -6.3%;
	left: 76%;
	width: 10%;
}

.p-kodomo-map__decoration--flowers {
	top: 82%;
	left: 0;
	width: 11.7%;
}

.p-kodomo-map__decoration--birds {
	top: -4.2%;
	left: 6.7%;
	width: 12.6%;
	transform: rotate(-8.6deg);
}

/* What you can do */
.p-kodomo-can {
	position: relative;
	padding-top: 64px;
	padding-bottom: 107px;
	background: var(--kp-subbase);
	overflow: hidden;
}

.p-kodomo-can::after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 44px;
	background: url("../images/kodomo-palette/final/feature-bottom-wave-427.svg") center bottom / 100% 44px no-repeat;
	pointer-events: none;
}

.p-kodomo-can__decoration {
	position: absolute;
	z-index: 0;
	display: block;
	pointer-events: none;
}

.p-kodomo-can__decoration--left {
	left: 21.528%;
	bottom: 0;
	width: min(13.426%, 232px);
}

.p-kodomo-can__decoration--right {
	right: 14.885%;
	bottom: 0;
	width: min(19.444%, 336px);
}

.p-kodomo-can__inner {
	position: relative;
	z-index: 1;
	max-width: 600px;
}

.p-kodomo-can__heading {
	margin-bottom: 32px;
	text-align: center;
}

.p-kodomo-can__heading h2 {
	display: flex;
	flex-direction: column;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-kodomo-can__heading h2 span {
	font-size: 33px;
	line-height: 1.6;
}

.p-kodomo-can__list {
	display: block;
	width: 100%;
	padding: 16px 16px 16px 38px;
	border-radius: 16px;
	background: #fff;
	list-style: disc;
}

.p-kodomo-can__list li {
	font-weight: 500;
}

.p-kodomo-can__list iconify-icon {
	display: none;
}

.p-kodomo-can__message {
	margin-top: 40px;
	padding-top: 0;
	border-top: 0;
	text-align: center;
}

.p-kodomo-can__message h3 {
	margin-bottom: 8px;
	font-size: 25px;
	font-weight: 700;
}

.p-kodomo-can__message p+p {
	margin-top: 18px !important;
}

/* Voice and cases */
.p-kodomo-voices {
	background: #fff;
}

.p-kodomo-slider .splide__list {
	align-items: stretch;
}

.p-kodomo-slider .splide__slide {
	height: auto;
}

.p-kodomo-voice {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 28px;
	border-radius: 8px;
	background: var(--kp-subbase);
}

.p-kodomo-voice>img {
	width: 104px;
	height: 104px;
	margin: 0 auto 18px;
	border-radius: 50%;
	object-fit: cover;
}

.p-kodomo-voice__person {
	margin-bottom: 12px !important;
	color: var(--kp-brown-soft);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.p-kodomo-voice h3 {
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.65;
	text-align: center;
}

.p-kodomo-voice>p:last-child {
	font-size: 14px;
	line-height: 1.9;
}

.p-kodomo-cases {
	background: #fff;
}

.p-kodomo-case {
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 0 1px var(--kp-line);
}

.p-kodomo-case picture,
.p-kodomo-case picture img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
}

.p-kodomo-case picture img {
	object-fit: cover;
}

.p-kodomo-case>div {
	padding: 24px;
}

.p-kodomo-case h3 {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
}

.p-kodomo-case p {
	font-size: 14px;
}

.p-kodomo-slider .splide__pagination {
	bottom: -42px;
}

.p-kodomo-slider .splide__pagination__page.is-active {
	background: var(--kp-pink);
}

/* News */
.p-kodomo-news {
	padding-top: 132px;
	padding-bottom: 150px;
	border-radius: 68px 68px 0 0;
	background: var(--kp-subbase);
}

.p-kodomo-news__feed {
	width: min(760px, 100%);
	margin: 0 auto;
}

.p-kodomo-news__feed #sb_instagram {
	padding-bottom: 0 !important;
}

.p-kodomo-news .p-kodomo-button--instagram {
	display: flex;
	width: fit-content;
	margin: 36px auto 0;
}

.p-kodomo-button--instagram {
	background: var(--kp-brown);
	color: #fff;
}

/* Access */
.p-kodomo-access {
	padding-top: 138px;
	background: #fff;
}

.p-kodomo-access__map {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.p-kodomo-access__map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-kodomo-access__content {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: end;
	gap: 56px;
	min-height: 610px;
	padding-top: 310px;
}

.p-kodomo-access__building {
	display: block;
	align-self: end;
}

.p-kodomo-access__building img {
	width: 100%;
	height: auto;
}

.p-kodomo-access__details {
	padding: 42px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(56, 39, 16, 0.12);
}

.p-kodomo-access__details h3 {
	margin-bottom: 24px;
	font-size: 29px;
	font-weight: 700;
}

.p-kodomo-access__details dl {
	display: grid;
	gap: 18px;
}

.p-kodomo-access__details dl>div {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--kp-line);
}

.p-kodomo-access__details dt {
	font-weight: 700;
}

.p-kodomo-access__details small {
	display: block;
	margin-top: 7px;
	font-size: 12px;
	line-height: 1.7;
}

.p-kodomo-button--brown {
	margin-top: 28px;
	background: var(--kp-brown);
	color: #fff;
}

/* FAQ */
.p-kodomo-faq {
	background: var(--kp-subbase);
}

.p-kodomo-faq__list {
	width: min(820px, 100%);
	margin: 0 auto;
}

.p-kodomo-faq__item {
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
}

.p-kodomo-faq__item+.p-kodomo-faq__item {
	margin-top: 12px;
}

.p-kodomo-faq__item summary {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 32px;
	align-items: center;
	gap: 14px;
	min-height: 76px;
	padding: 16px 22px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.p-kodomo-faq__item summary::-webkit-details-marker {
	display: none;
}

.p-kodomo-faq__item summary iconify-icon {
	justify-self: end;
	transition: transform 0.28s ease;
}

.p-kodomo-faq__item[open] summary iconify-icon {
	transform: rotate(45deg);
}

.p-kodomo-faq__mark {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--kp-yellow);
	font-size: 17px;
	font-weight: 700;
}

.p-kodomo-faq__mark--answer {
	background: var(--kp-pink-soft);
}

.p-kodomo-faq__answer {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	padding: 0 22px 24px;
}

.p-kodomo-faq__answer p {
	padding-top: 4px;
}

/* Map modal */
body.is-kodomo-modal-open {
	overflow: hidden;
}

.p-kodomo-modal[hidden] {
	display: none;
}

.p-kodomo-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 32px;
}

.p-kodomo-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.p-kodomo-modal__carousel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 88px minmax(0, 556px) 88px;
	align-items: center;
	gap: 56px;
	width: min(856px, 100%);
}

.p-kodomo-modal__dialog {
	position: relative;
	width: 100%;
	max-height: min(522px, calc(100dvh - 64px));
	padding: 0 0 16px;
	border-radius: 24px;
	background: var(--kp-subbase);
	overflow: visible;
	touch-action: pan-y;
	-webkit-user-select: none;
	user-select: none;
}

.p-kodomo-modal__dialog.is-swiping {
	cursor: grabbing;
}

.p-kodomo-modal__close {
	position: absolute;
	top: -35px;
	right: -34px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 69px;
	height: 69px;
	padding: 19px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.p-kodomo-modal__close:hover,
.p-kodomo-modal__close:focus-visible {
	transform: scale(1.06);
}

.p-kodomo-modal__close img {
	width: 31px;
	height: 31px;
}

.p-kodomo-modal__media {
	display: block;
	height: 320px;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
}

.p-kodomo-modal__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-kodomo-modal__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0 16px;
}

.p-kodomo-modal__title {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.p-kodomo-modal__title img {
	flex: 0 0 13px;
	width: 13px;
	height: 13px;
}

.p-kodomo-modal__catch {
	color: var(--kp-brown);
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-kodomo-modal__title h2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	white-space: nowrap;
}

.p-kodomo-modal__text {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-kodomo-modal__nav {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.p-kodomo-modal__nav img {
	width: 59px;
	height: 36px;
}

.p-kodomo-modal__nav--prev img {
	transform: rotate(-90deg);
}

.p-kodomo-modal__nav--next img {
	transform: rotate(90deg);
}

.p-kodomo-modal__nav:hover,
.p-kodomo-modal__nav:focus-visible {
	transform: scale(1.08);
}

.p-kodomo-modal__nav:focus-visible,
.p-kodomo-modal__close:focus-visible {
	outline: 3px solid var(--kp-yellow);
	outline-offset: 4px;
}

/* Keep the surrounding photo collage visible as the desktop narrows. */
@media (min-width: 1440px) and (max-width: 1727px) {
	.p-kodomo-reuse__photo--boy {
		left: calc(425px - 46.875vw);
		width: clamp(260px, calc(160px + 6.95vw), 280px);
	}

	.p-kodomo-reuse__photo--baby {
		left: calc(390px - 40.28vw);
		width: clamp(190px, calc(130px + 4.17vw), 202px);
	}

	.p-kodomo-reuse__photo--toddler {
		right: calc(570px - 52.08vw);
		left: auto;
		width: clamp(155px, calc(65px + 6.25vw), 173px);
	}

	.p-kodomo-reuse__photo--crawling {
		right: calc(300px - 31.25vw);
		left: auto;
		width: clamp(150px, calc(50px + 6.95vw), 170px);
	}

	.p-kodomo-reuse__photo--toys {
		right: calc(495px - 50.35vw);
		left: auto;
		width: clamp(240px, calc(40px + 13.9vw), 280px);
	}
}

/* Side navigation reserve for this page */
@media (min-width: 1025px) and (max-width: 1439px) {
	#body_wrap.has-pallet-side-nav .p-kodomo-page {
		--kp-side-reserve: 120px;
		--kp-content-gap: 24px;
	}

	#body_wrap.has-pallet-side-nav .p-kodomo-hero,
	#body_wrap.has-pallet-side-nav .p-kodomo-section,
	#body_wrap.has-pallet-side-nav .p-kodomo-page>article>.c-service-voices {
		box-sizing: border-box;
		padding-right: var(--kp-content-gap);
		padding-left: calc(var(--kp-side-reserve) + var(--kp-content-gap));
	}

	#body_wrap.has-pallet-side-nav .p-kodomo-reuse__inner {
		width: min(591px, 100%) !important;
		max-width: 591px !important;
	}

	#body_wrap.has-pallet-side-nav .p-kodomo-reuse__photo--boy {
		left: clamp(-300px, calc(219px - 36vw), -150px);
		width: clamp(160px, 18vw, 240px);
	}

	#body_wrap.has-pallet-side-nav .p-kodomo-reuse__photo--baby {
		left: clamp(-245px, calc(63px - 22vw), -160px);
		width: clamp(130px, 14vw, 180px);
	}

	#body_wrap.has-pallet-side-nav .p-kodomo-reuse__photo--toddler {
		right: clamp(-230px, calc(118px - 24.2vw), -130px);
		left: auto;
		width: clamp(110px, 12vw, 155px);
	}

	#body_wrap.has-pallet-side-nav .p-kodomo-reuse__photo--crawling {
		right: clamp(-200px, calc(112px - 21.7vw), -110px);
		left: auto;
		width: clamp(115px, 12vw, 160px);
	}

	#body_wrap.has-pallet-side-nav .p-kodomo-reuse__photo--toys {
		right: clamp(-260px, calc(192px - 31.4vw), -130px);
		left: auto;
		width: clamp(150px, 18vw, 240px);
	}

	#body_wrap.has-pallet-side-nav .p-kodomo-can__inner {
		width: min(600px, 100%) !important;
		max-width: 600px !important;
	}

	#body_wrap.has-pallet-side-nav .p-kodomo-hero__identity {
		padding-left: 344px;
	}
}

/* Tablet */
@media (max-width: 1024px) {
	.p-kodomo-page {
		padding-top: 0;
	}

	.p-kodomo-hero {
		height: 280px;
	}

	.p-kodomo-hero__media,
	.p-kodomo-hero__media img {
		height: 100%;
	}

	.p-kodomo-hero__copy {
		padding-right: 0;
		padding-left: 0;
	}

	.p-kodomo-hero__identity {
		height: 88px;
		padding-left: 28px;
	}

	.p-kodomo-reuse {
		min-height: 0;
		padding-top: 72px;
	}

	.p-kodomo-reuse__photos {
		position: absolute;
		inset: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.p-kodomo-reuse__photo--boy {
		top: 72px;
		left: -62px;
		width: 156px;
		filter: drop-shadow(10px 10px 0 var(--kp-yellow));
	}

	.p-kodomo-reuse__photo--baby {
		top: 92px;
		right: -48px;
		left: auto;
		width: 125px;
		filter: drop-shadow(10px 10px 0 var(--kp-pink));
	}

	.p-kodomo-reuse__photo--toddler {
		top: 195px;
		left: -34px;
		width: 92px;
		filter: drop-shadow(10px 10px 0 var(--kp-blue));
	}

	.p-kodomo-reuse__photos .p-kodomo-reuse__photo--crawling,
	.p-kodomo-reuse__photos .p-kodomo-reuse__photo--toys {
		display: none !important;
	}

	.p-kodomo-story,
	.p-kodomo-feature {
		gap: 44px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.p-kodomo-page {
		font-size: 15px;
		letter-spacing: 0.04em;
	}

	.p-kodomo-section {
		padding: 82px 20px;
	}

	.p-kodomo-heading {
		margin-bottom: 42px;
	}

	.p-kodomo-heading__en {
		margin-bottom: 14px !important;
		font-size: 13px;
		letter-spacing: 0.24em;
	}

	.p-kodomo-heading h2 {
		font-size: 28px;
		line-height: 1.55;
	}

	.p-kodomo-heading>p:last-child:not(.p-kodomo-heading__en) {
		margin-top: 14px;
		font-size: 14px;
	}

	.p-kodomo-hero {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.p-kodomo-hero__media,
	.p-kodomo-hero__media img {
		height: 100%;
	}

	.p-kodomo-hero__media img {
		object-position: 55% center;
	}

	.p-kodomo-hero::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(90deg, transparent 14%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.34) 100%);
		pointer-events: none;
	}

	.p-kodomo-hero__copy {
		align-items: flex-end;
		justify-content: flex-end;
		padding: var(--sp-md);
	}

	.p-kodomo-hero h1 {
		max-width: none;
		padding-right: 0;
	}

	.p-kodomo-hero__audience {
		font-size: 2rem;
	}

	.p-kodomo-hero__message {
		font-size: 1.2rem;
	}

	.p-kodomo-hero__identity {
		display: none;
	}

	.p-kodomo-hero__category {
		gap: 7px;
		font-size: 15px;
		letter-spacing: 0.8px;
	}

	.p-kodomo-hero__category>span {
		width: 7px;
		height: 7px;
	}

	.p-kodomo-hero__name {
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 1.35;
	}

	.p-kodomo-instagram-strip {
		min-height: 42px;
		padding: 8px 0;
	}

	.p-kodomo-instagram-strip__inner {
		justify-content: center;
	}

	.p-kodomo-instagram-strip__label {
		font-size: 14px;
		letter-spacing: 2px;
	}

	.p-kodomo-reuse {
		min-height: 0;
		padding: 56px 20px 90px;
		overflow: clip;
	}

	.p-kodomo-reuse__inner {
		position: relative;
		display: block;
	}

	.p-kodomo-reuse__intro {
		display: block;
		position: relative;
		width: 100%;
		margin-bottom: 28px;
	}

	.p-kodomo-reuse__photos {
		position: absolute;
		inset: 0;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
	}

	.p-kodomo-reuse__photo--boy {
		position: absolute;
		top: 62px;
		left: -28px;
		width: clamp(88px, 24.55vw, 108px);
		margin: 0;
		filter: drop-shadow(7px 7px 0 var(--kp-yellow));
		transform: rotate(-5.24deg);
	}

	.p-kodomo-reuse__photo--baby {
		position: absolute;
		top: 117px;
		right: -18px;
		left: auto;
		width: clamp(70px, 19.55vw, 86px);
		margin: 0;
		filter: drop-shadow(7px 7px 0 var(--kp-pink));
		transform: rotate(5.12deg);
	}

	.p-kodomo-reuse__photo--toddler {
		position: absolute;
		top: 222px;
		left: -12px;
		width: clamp(52px, 14.2vw, 62.5px);
		margin: 0;
		filter: drop-shadow(7px 7px 0 var(--kp-blue));
		transform: rotate(3.22deg);
	}

	.p-kodomo-reuse__photos .p-kodomo-reuse__photo--crawling {
		display: none !important;
	}

	.p-kodomo-reuse__photos .p-kodomo-reuse__photo--toys {
		display: none !important;
	}

	.p-kodomo-reuse__heading {
		width: 100%;
	}

	.p-kodomo-reuse__lead {
		width: min(270px, calc(100% - 112px));
	}

	.p-kodomo-reuse__heading {
		gap: 12px;
		min-height: 44px;
		margin-bottom: 25px;
	}

	.p-kodomo-reuse__heading img {
		width: 17px;
		height: 44px;
		flex-basis: 17px;
	}

	.p-kodomo-reuse__heading h2 {
		font-size: 23px;
		line-height: 1.55;
		white-space: normal;
	}

	.p-kodomo-reuse__lead {
		gap: 13px;
		margin-bottom: 0;
		font-size: 15px;
	}

	.p-kodomo-reuse__cta {
		margin-bottom: 26px;
	}

	.p-kodomo-reuse__details h3 {
		font-size: 18px;
	}

	.p-kodomo-reuse__details ul,
	.p-kodomo-reuse__details>div p {
		font-size: 15px;
	}

	.p-kodomo-reuse__note {
		margin-top: 12px !important;
		font-size: 12px;
		line-height: 1.7;
	}

	.p-kodomo-map__pin {
		width: clamp(32px, 7%, 38px);
	}

	.p-kodomo-map__pin::before {
		inset: -8px;
	}

	.p-kodomo-button {
		width: 100%;
		min-height: 52px;
		padding: 11px 16px;
		font-size: 13px;
	}

	.p-kodomo-button--pink span {
		display: none;
	}

	.p-kodomo-about {
		padding-top: 176px;
		padding-bottom: 82px;
	}

	.p-kodomo-about__marquee,
	.p-kodomo-about__marquee-track {
		height: 72px;
	}

	.p-kodomo-about__marquee-track {
		animation-duration: 28s;
	}

	.p-kodomo-about__marquee-group {
		gap: 22px;
		padding-right: 22px;
	}

	.p-kodomo-about__marquee-group img {
		width: 779px;
		height: 72px;
		flex-basis: 779px;
	}

	.p-kodomo-about__heading {
		min-height: 90px;
		padding: 0;
	}

	.p-kodomo-about__ribbon {
		top: -48px;
		width: 260px;
		height: 82px;
	}

	.p-kodomo-about__heading h2 {
		font-size: 21px;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}

	.p-kodomo-about__stories {
		gap: 76px;
		margin-top: 48px;
	}

	.p-kodomo-story,
	.p-kodomo-feature {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-top: 74px;
	}

	.p-kodomo-about__stories .p-kodomo-story {
		margin-top: 0;
	}

	.p-kodomo-story--right .p-kodomo-story__media,
	.p-kodomo-feature:nth-child(even) .p-kodomo-feature__media {
		order: 0;
	}

	.p-kodomo-story__media,
	.p-kodomo-feature__media {
		width: 100%;
		margin: 0 auto;
	}

	.p-kodomo-story__media {
		height: auto;
		aspect-ratio: 4 / 3;
		border-radius: 8px;
	}

	.p-kodomo-story__body {
		gap: 14px;
		min-height: 0;
	}

	.p-kodomo-story__body h3,
	.p-kodomo-story__tag {
		font-size: 22px;
		line-height: 1.55;
	}

	.p-kodomo-story__decorated-title {
		gap: 3px;
	}

	.p-kodomo-story__decorated-title img:first-child {
		width: 42px;
		height: 28px;
		flex-basis: 42px;
	}

	.p-kodomo-story__decorated-title img:last-child {
		width: 28px;
		height: 18px;
		flex-basis: 28px;
	}

	.p-kodomo-story__decorated-title h3 {
		font-size: 21px;
	}

	.p-kodomo-story__logo {
		width: 100%;
		height: auto;
		margin: -4px 0 0;
	}

	.p-kodomo-features {
		padding-top: 104px;
		padding-bottom: 104px;
	}

	.p-kodomo-features__heading {
		margin-bottom: 48px;
	}

	.p-kodomo-features__heading .p-kodomo-heading__en {
		font-size: 100px;
	}

	.p-kodomo-features__list {
		gap: 76px;
	}

	.p-kodomo-feature {
		margin-top: 0;
	}

	.p-kodomo-feature__media {
		height: auto;
		aspect-ratio: 48 / 31;
	}

	.p-kodomo-feature__heading {
		gap: 10px;
	}

	.p-kodomo-feature__number {
		grid-template-columns: 62px auto;
		min-width: 92px;
	}

	.p-kodomo-feature__number span {
		font-size: 17px;
	}

	.p-kodomo-feature__number strong {
		font-size: 44px;
	}

	.p-kodomo-feature__number img {
		top: -16px;
		left: 46px;
		width: 27px;
		height: 24px;
	}

	.p-kodomo-feature__label {
		font-size: 22px;
		line-height: 1.5;
	}

	.p-kodomo-feature h3 {
		font-size: 20px;
		line-height: 1.55;
	}

	.p-kodomo-map {
		padding: 0 20px;
	}

	.p-kodomo-map__heading h2 {
		font-size: 28px;
		line-height: 1.5;
	}

	.p-kodomo-map__stage {
		width: 100%;
		margin: 0 auto;
	}

	.p-kodomo-map__pin {
		width: clamp(36px, 6.46%, 52px);
	}

	.p-kodomo-can__inner {
		padding: 0;
	}

	.p-kodomo-can {
		padding-bottom: 96px;
	}

	.p-kodomo-can::after {
		height: 28px;
		background-size: 100% 28px;
	}

	.p-kodomo-can__decoration--left {
		left: -18px;
		width: 112px;
	}

	.p-kodomo-can__decoration--right {
		right: -30px;
		width: 145px;
	}

	.p-kodomo-can__heading h2 {
		font-size: 28px;
		line-height: 1.5;
	}

	.p-kodomo-can__heading h2 span {
		font-size: 22px;
	}

	.p-kodomo-can__list {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.p-kodomo-can__message {
		margin-top: 30px;
		padding-top: 26px;
	}

	.p-kodomo-can__message h3 {
		font-size: 20px;
	}

	.p-kodomo-voice {
		padding: 24px 22px;
	}

	.p-kodomo-voice h3,
	.p-kodomo-case h3 {
		font-size: 18px;
	}

	.p-kodomo-news {
		padding-top: 92px;
		padding-bottom: 108px;
		border-radius: 36px 36px 0 0;
	}

	.p-kodomo-access {
		padding-top: 90px;
	}

	.p-kodomo-access__map {
		top: 220px;
		height: 260px;
	}

	.p-kodomo-access__content {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-top: 252px;
	}

	.p-kodomo-access__building {
		width: calc(100% + 34px);
		margin-left: -17px;
	}

	.p-kodomo-access__details {
		padding: 26px 22px;
	}

	.p-kodomo-access__details h3 {
		font-size: 23px;
	}

	.p-kodomo-access__details dl>div {
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 12px;
	}

	.p-kodomo-faq__item summary {
		grid-template-columns: 34px minmax(0, 1fr) 26px;
		gap: 10px;
		min-height: 68px;
		padding: 14px 16px;
		font-size: 14px;
	}

	.p-kodomo-faq__mark {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.p-kodomo-faq__answer {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 10px;
		padding: 0 16px 20px;
		font-size: 14px;
	}

	.p-kodomo-modal {
		place-items: center;
		padding: 20px 8px;
	}

	.p-kodomo-modal__carousel {
		grid-template-columns: 44px minmax(0, 1fr) 44px;
		gap: 0;
		width: 100%;
	}

	.p-kodomo-modal__dialog {
		width: 100%;
		max-height: min(82dvh, 560px);
		padding: 0 0 14px;
		border-radius: 18px;
	}

	.p-kodomo-modal__media {
		height: min(46vw, 210px);
		border-radius: 14px 14px 0 0;
	}

	.p-kodomo-modal__body {
		gap: 4px;
		padding: 4px 14px 0;
	}

	.p-kodomo-modal__title {
		gap: 7px;
	}

	.p-kodomo-modal__title img {
		flex-basis: 9px;
		width: 9px;
		height: 9px;
	}

	.p-kodomo-modal__title h2 {
		font-size: clamp(17px, 5.1vw, 22px);
		line-height: 1.5;
	}

	.p-kodomo-modal__catch {
		font-size: 17px;
		line-height: 1.6;
	}

	.p-kodomo-modal__text {
		font-size: 13px;
		line-height: 1.7;
	}

	.p-kodomo-modal__close {
		top: -22px;
		right: -16px;
		width: 48px;
		height: 48px;
		padding: 13px;
	}

	.p-kodomo-modal__close img {
		width: 22px;
		height: 22px;
	}

	.p-kodomo-modal__nav {
		position: relative;
		z-index: 2;
		width: 44px;
		height: 64px;
	}

	.p-kodomo-modal__nav img {
		width: 34px;
		height: 22px;
	}
}

@media (max-width: 374px) {
	.p-kodomo-section {
		padding-right: 16px;
		padding-left: 16px;
	}

	.p-kodomo-hero__copy {
		padding-right: var(--sp-md);
		padding-left: var(--sp-md);
	}

	.p-kodomo-reuse__intro {
		margin-bottom: 24px;
	}

	.p-kodomo-reuse__photo--boy {
		left: -34px;
		width: 78px;
	}

	.p-kodomo-reuse__photo--baby {
		right: -22px;
		width: 64px;
	}

	.p-kodomo-reuse__photo--toddler {
		left: -8px;
		width: 48px;
	}

	.p-kodomo-reuse__lead {
		width: min(246px, calc(100% - 84px));
	}

	.p-kodomo-reuse__details ul,
	.p-kodomo-reuse__details>div p {
		font-size: 14px;
	}

	.p-kodomo-heading h2 {
		font-size: 25px;
	}

	.p-kodomo-about__heading h2 {
		font-size: 19.5px;
		letter-spacing: 0.03em;
	}

	.p-kodomo-story__body h3,
	.p-kodomo-story__tag {
		font-size: 20px;
	}

	.p-kodomo-story__decorated-title h3 {
		font-size: 18px;
	}

	.p-kodomo-story__decorated-title img:first-child {
		width: 38px;
		height: 25px;
		flex-basis: 38px;
	}

	.p-kodomo-story__decorated-title img:last-child {
		width: 24px;
		height: 16px;
		flex-basis: 24px;
	}

	.p-kodomo-faq__item summary {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.p-kodomo-about__marquee-track {
		animation: none !important;
		transform: translate3d(0, 0, 0);
	}

	.p-kodomo-page *,
	.p-kodomo-page *::before,
	.p-kodomo-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
