.yusui-page-polish {
	--ypp-navy: var(--navy-dark, #102b3a);
	--ypp-blue: var(--navy, #173f55);
	--ypp-red: var(--red, #9d3d36);
	--ypp-paper: var(--paper, #f7f1ea);
	--ypp-soft: #fff9f3;
	--ypp-line: #e6d9cc;
	--ypp-ink: var(--ink, #2d2926);
	--ypp-muted: #655e58;
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	color: var(--ypp-ink);
}

.yusui-page-polish *,
.yusui-page-polish *::before,
.yusui-page-polish *::after {
	box-sizing: border-box;
}

.yusui-page-polish img {
	display: block;
	width: 100%;
	height: auto;
}

.yusui-page-polish h1,
.yusui-page-polish h2,
.yusui-page-polish h3,
.yusui-page-polish p,
.yusui-page-polish figure,
.yusui-page-polish ol,
.yusui-page-polish ul {
	margin: 0;
}

.yusui-page-polish h1,
.yusui-page-polish h2 {
	color: var(--ypp-navy);
	font-family: var(--font-serif, "Yu Mincho", "Hiragino Mincho ProN", serif);
	font-size: clamp(1.85rem, 3.3vw, 3rem);
	line-height: 1.42;
	letter-spacing: .02em;
}

.yusui-page-polish h3 {
	color: var(--ypp-navy);
	font-size: clamp(1.2rem, 1.8vw, 1.45rem);
	line-height: 1.55;
}

.yusui-page-polish p,
.yusui-page-polish li {
	font-size: clamp(.98rem, 1.25vw, 1.06rem);
	line-height: 1.95;
}

.ypp-eyebrow {
	margin-bottom: 12px !important;
	color: var(--ypp-red);
	font-family: var(--font-sans, sans-serif);
	font-size: .76rem !important;
	font-weight: 800;
	letter-spacing: .19em;
}

.ypp-lead {
	position: relative;
	overflow: hidden;
	padding: clamp(38px, 6vw, 72px);
	border: 1px solid var(--ypp-line);
	border-radius: 26px;
	background:
		linear-gradient(105deg, rgb(255 255 255 / 94%), rgb(255 249 243 / 86%)),
		url("../images/service-kimono-obi.jpg") center / cover;
}

.ypp-lead::after {
	position: absolute;
	right: -70px;
	bottom: -110px;
	width: 280px;
	height: 280px;
	border: 1px solid rgb(157 61 54 / 18%);
	border-radius: 50%;
	content: "";
}

.ypp-lead h1,
.ypp-lead h2,
.ypp-lead-text,
.ypp-lead .ypp-actions {
	position: relative;
	z-index: 1;
}

.ypp-lead-text {
	max-width: 760px;
	margin-top: 24px !important;
}

.ypp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.ypp-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 1px solid var(--ypp-blue);
	border-radius: 999px;
	font-family: var(--font-sans, sans-serif);
	font-size: .94rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
}

.ypp-button--line {
	border-color: #078a44;
	background: #078a44;
	color: #fff !important;
}

.ypp-button--line:hover,
.ypp-button--line:focus-visible {
	background: #056b34;
}

.ypp-button--phone {
	background: #fff;
	color: var(--ypp-blue) !important;
}

.ypp-section {
	padding: clamp(64px, 8vw, 104px) 0 0;
}

.ypp-section-heading {
	max-width: 760px;
	margin-bottom: clamp(28px, 4vw, 48px);
}

.ypp-section-heading > p:last-child {
	margin-top: 18px;
}

.ypp-card-grid {
	display: grid;
	gap: clamp(20px, 3vw, 32px);
}

.ypp-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ypp-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ypp-service-card {
	overflow: hidden;
	border: 1px solid var(--ypp-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 42px rgb(16 43 58 / 7%);
}

.ypp-card-media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--ypp-paper);
}

.ypp-card-media img {
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.ypp-service-card:hover .ypp-card-media img {
	transform: scale(1.025);
}

.ypp-card-media span {
	position: absolute;
	top: 16px;
	left: 16px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: rgb(16 43 58 / 90%);
	color: #fff;
	font-family: var(--font-sans, sans-serif);
	font-size: .78rem;
	font-weight: 800;
}

.ypp-card-body {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	padding: clamp(22px, 3vw, 30px);
}

.ypp-card-body p {
	margin-top: 13px;
}

.ypp-text-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 24px;
	color: var(--ypp-red) !important;
	font-family: var(--font-sans, sans-serif);
	font-size: .92rem;
	font-weight: 800;
	text-decoration: none !important;
}

.ypp-text-link span {
	font-size: 1.2em;
}

.ypp-soft-panel {
	margin-top: clamp(64px, 8vw, 104px);
	padding: clamp(38px, 6vw, 68px);
	border-radius: 24px;
	background: var(--ypp-soft);
}

.ypp-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding: 0;
	list-style: none;
}

.ypp-step-grid li {
	display: flex;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--ypp-line);
	border-radius: 16px;
	background: #fff;
}

.ypp-step-grid li > span,
.ypp-info-card > span {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--ypp-navy);
	color: #fff;
	font-family: var(--font-sans, sans-serif);
	font-size: .78rem;
	font-weight: 800;
}

.ypp-step-grid p {
	margin-top: 10px;
	font-size: .95rem;
}

.ypp-split-lead {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
	align-items: center;
	gap: clamp(32px, 6vw, 76px);
}

.ypp-split-copy p:not(.ypp-eyebrow) {
	margin-top: 18px;
}

.ypp-split-media {
	overflow: hidden;
	border: 1px solid var(--ypp-line);
	border-radius: 24px;
	background: var(--ypp-paper);
	box-shadow: 0 22px 55px rgb(16 43 58 / 11%);
}

.ypp-split-media img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.ypp-split-media figcaption {
	padding: 12px 18px 15px;
	color: var(--ypp-muted);
	font-size: .82rem;
	line-height: 1.7;
}

.ypp-split-lead--store {
	grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
}

.ypp-info-card {
	padding: 26px;
	border: 1px solid var(--ypp-line);
	border-radius: 18px;
	background: #fff;
}

.ypp-info-card h3 {
	margin-top: 20px;
}

.ypp-info-card p {
	margin-top: 10px;
	font-size: .94rem;
}

.ypp-photo-panel {
	display: grid;
	grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(30px, 6vw, 70px);
}

.ypp-photo-panel > figure {
	overflow: hidden;
	border-radius: 22px;
}

.ypp-photo-panel > figure img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ypp-check-list {
	display: grid;
	gap: 10px;
	margin-top: 24px !important;
	padding: 0;
	list-style: none;
}

.ypp-check-list li {
	position: relative;
	padding-left: 28px;
}

.ypp-check-list li::before {
	position: absolute;
	top: .62em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--ypp-red);
	content: "";
}

.ypp-note {
	margin-top: 20px !important;
	padding: 16px 18px;
	border-left: 3px solid var(--ypp-red);
	background: var(--ypp-soft);
	font-size: .92rem !important;
}

.ypp-two-column {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
	align-items: center;
	gap: clamp(30px, 6vw, 70px);
}

.ypp-two-column p + p {
	margin-top: 16px;
}

.ypp-two-column figure {
	overflow: hidden;
	border-radius: 18px;
}

.ypp-two-column img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ypp-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.ypp-gallery figure {
	overflow: hidden;
	border: 1px solid var(--ypp-line);
	border-radius: 18px;
	background: #fff;
}

.ypp-gallery-main {
	grid-row: span 2;
}

.ypp-gallery img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.ypp-gallery-main img {
	height: calc(100% - 110px);
	min-height: 500px;
	aspect-ratio: auto;
}

.ypp-gallery figcaption {
	display: grid;
	gap: 4px;
	padding: 18px 20px 20px;
	line-height: 1.65;
}

.ypp-gallery figcaption strong {
	color: var(--ypp-navy);
	font-size: 1.08rem;
}

.ypp-gallery figcaption span {
	color: var(--ypp-muted);
	font-size: .9rem;
}

.ypp-reassurance {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
	margin-top: clamp(64px, 8vw, 104px);
	padding: clamp(32px, 5vw, 54px);
	border: 1px solid var(--ypp-line);
	border-radius: 22px;
	background: linear-gradient(135deg, #fff, var(--ypp-soft));
}

.ypp-reassurance p:not(.ypp-eyebrow) {
	margin-top: 16px;
}

.ypp-reassurance .ypp-actions {
	margin-top: 0;
}

@media (max-width: 900px) {
	.ypp-card-grid--three,
	.ypp-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ypp-step-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ypp-card-body {
		min-height: 280px;
	}
}

@media (max-width: 768px) {
	.ypp-split-lead,
	.ypp-split-lead--store,
	.ypp-photo-panel,
	.ypp-two-column,
	.ypp-reassurance {
		grid-template-columns: minmax(0, 1fr);
	}

	.ypp-split-lead--store .ypp-split-media {
		order: 2;
	}

	.ypp-split-lead--store .ypp-split-copy {
		order: 1;
	}

	.ypp-split-media {
		width: min(100%, 560px);
		margin-inline: auto;
	}

	.ypp-reassurance .ypp-actions {
		margin-top: 0;
	}
}

@media (max-width: 560px) {
	.ypp-card-grid--three,
	.ypp-card-grid--four,
	.ypp-gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.ypp-gallery-main {
		grid-row: auto;
	}

	.ypp-gallery-main img {
		height: auto;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.ypp-card-body {
		min-height: 0;
	}

	.ypp-text-link {
		margin-top: 20px;
	}
}

@media (max-width: 390px) {
	.ypp-lead,
	.ypp-soft-panel,
	.ypp-reassurance {
		padding: 28px 20px;
		border-radius: 18px;
	}

	.ypp-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.ypp-button {
		width: 100%;
	}

	.ypp-step-grid li {
		padding: 20px 18px;
	}

	.ypp-card-body,
	.ypp-info-card {
		padding: 22px 20px;
	}
}

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