.wb-before-after-page {
	background: linear-gradient(180deg, #fbf8f3 0%, #fff 34%, #fbf8f3 100%);
	color: #3b2a22;
}

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

.wb-ba-hero {
	padding: clamp(72px, 9vw, 120px) 0 clamp(44px, 6vw, 76px);
	text-align: center;
	background: radial-gradient(circle at 20% 20%, rgba(183, 134, 92, .14), transparent 28%), linear-gradient(135deg, #fffaf3 0%, #f7f2ec 100%);
}

.wb-ba-eyebrow {
	margin: 0 0 14px;
	color: #b07445;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.wb-ba-hero h1,
.wb-ba-section h2,
.wb-ba-instagram h2,
.wb-home-before-after__head h2 {
	margin: 0;
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-weight: 500;
	letter-spacing: .04em;
	color: #2f241f;
}

.wb-ba-hero h1 {
	font-size: clamp(34px, 5vw, 58px);
}

.wb-ba-hero__lead {
	max-width: 780px;
	margin: 24px auto 0;
	line-height: 2;
	font-size: 17px;
}

.wb-ba-caution {
	margin: 22px auto 0;
	display: inline-flex;
	padding: 10px 18px;
	border: 1px solid rgba(183, 134, 92, .28);
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: #735642;
	font-size: 14px;
}

.wb-ba-section {
	padding: clamp(58px, 7vw, 92px) 0;
}

.wb-ba-section__head {
	text-align: center;
	margin-bottom: 34px;
}

.wb-ba-section h2,
.wb-ba-instagram h2 {
	font-size: clamp(28px, 4vw, 42px);
}

.wb-ba-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.wb-ba-card {
	overflow: hidden;
	border: 1px solid rgba(183, 134, 92, .2);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(70, 50, 38, .08);
}

.wb-ba-card__image {
	display: block;
	padding: 14px;
	background: #faf7f2;
}

.wb-ba-card__image img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: contain;
	border-radius: 14px;
	background: #fff;
}

.wb-ba-card__body {
	padding: 22px 24px 26px;
}

.wb-ba-card__number {
	margin: 0 0 8px;
	color: #b07445;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.wb-ba-card h3 {
	margin: 0 0 14px;
	font-size: 21px;
	line-height: 1.55;
	color: #3b2a22;
}

.wb-ba-card__count {
	margin: 0 0 10px;
	color: #9a6a42;
	font-weight: 700;
}

.wb-ba-card p {
	margin: 0 0 12px;
	line-height: 1.85;
}

.wb-ba-card__note {
	color: #745947;
	font-size: 13px;
}

.wb-ba-instagram {
	padding: clamp(54px, 7vw, 90px) 0;
	background: #f7f2ec;
	text-align: center;
}

.wb-ba-instagram p {
	max-width: 680px;
	margin: 18px auto 28px;
	line-height: 1.9;
}

.wb-ba-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px;
	border-radius: 999px;
	background: #b07445;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(176, 116, 69, .2);
	transition: transform .2s ease, background-color .2s ease;
}

.wb-ba-button:hover,
.wb-ba-button:focus {
	background: #8d6446;
	color: #fff;
	transform: translateY(-2px);
}

.wb-ba-related {
	padding: 22px 24px;
	margin: 32px auto;
	border: 1px solid rgba(183, 134, 92, .18);
	border-radius: 16px;
	background: #fffaf5;
}

.wb-ba-related a {
	color: #9b6a43;
	font-weight: 700;
}

.wb-home-before-after {
	padding: clamp(60px, 8vw, 96px) 0;
	background: #fff;
}

.wb-home-before-after__head {
	text-align: center;
	margin-bottom: 30px;
}

.wb-home-before-after__kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
	padding: 7px 18px;
	border: 1px solid rgba(183, 134, 92, .26);
	border-radius: 999px;
	background: #fffaf5;
	color: #9b6a43;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
}

.wb-home-before-after__sublead {
	margin: 0 0 10px;
	color: #5a4032;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 700;
	letter-spacing: .04em;
}

.wb-home-before-after__head h2 {
	font-size: clamp(28px, 4vw, 42px);
}

.wb-home-before-after__head p {
	margin: 16px auto 0;
	max-width: 680px;
	line-height: 1.9;
}

.wb-ba-home-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.wb-ba-home-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid rgba(183, 134, 92, .18);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 14px 40px rgba(70, 50, 38, .07);
}

.wb-ba-home-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: 260px;
	object-fit: contain;
	background: #faf7f2;
}

.wb-ba-home-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	padding: 18px 18px 20px;
	text-align: center;
}

.wb-ba-home-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	margin-bottom: 12px;
	padding: 5px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
}

.wb-ba-home-card__badge--first {
	background: #f3e7dd;
	color: #9b6a43;
}

.wb-ba-home-card__badge--six {
	background: #d0a45d;
	color: #fff;
}

.wb-ba-home-card__badge--twelve {
	background: #8b5a3c;
	color: #fff;
}

.wb-ba-home-card h3 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	color: #4a3328;
}

.wb-ba-home-card__desc,
.wb-ba-home-card__note {
	margin: 0;
	line-height: 1.8;
}

.wb-ba-home-card__desc {
	flex: 1 1 auto;
	color: #5c4638;
	font-size: 14px;
}

.wb-ba-home-card__note {
	margin-top: 10px;
	color: #806551;
	font-size: 12px;
}

.wb-home-before-after__action {
	margin-top: 32px;
	text-align: center;
}

.wb-home-before-after__note {
	margin: 16px 0 0;
	color: #745947;
	font-size: 13px;
}

.wb-home-before-after__instagram {
	margin-top: 18px;
}

.wb-home-before-after__instagram p {
	margin: 0 0 12px;
	color: #5f493a;
	font-size: 14px;
	line-height: 1.8;
}

.wb-home-before-after__instagram-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 22px;
	border: 1px solid rgba(183, 134, 92, .32);
	border-radius: 999px;
	background: #fff;
	color: #9b6a43;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.wb-home-before-after__instagram-button:hover {
	border-color: rgba(183, 134, 92, .55);
	box-shadow: 0 10px 26px rgba(70, 50, 38, .09);
	color: #8b5a3c;
	transform: translateY(-1px);
}

.wb-home-before-after__instagram-button svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.wb-store-before-after {
	overflow: hidden;
}

.wb-store-before-after__head {
	max-width: 760px;
	margin: 0 auto 30px;
	text-align: center;
}

.wb-store-before-after__kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 12px;
	padding: 7px 18px;
	border: 1px solid rgba(183, 134, 92, .26);
	border-radius: 999px;
	background: #fffaf5;
	color: #9b6a43;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
}

.wb-store-before-after__head h2 {
	margin-bottom: 14px;
}

.wb-store-before-after__head p {
	margin: 0 0 8px;
	color: #5f493a;
	line-height: 1.85;
}

.wb-store-before-after__note {
	font-size: 13px;
	color: #8a7767;
}

.wb-store-before-after__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.wb-store-before-after__card {
	height: 100%;
}

.wb-store-before-after .wb-ba-home-card img {
	height: 240px;
}

.wb-store-before-after .wb-ba-home-card__badge,
.wb-store-before-after .wb-ba-home-card h3 {
	white-space: nowrap;
}

.wb-store-before-after__action {
	margin-top: 30px;
	text-align: center;
}

@media (max-width: 960px) {
	.wb-ba-grid,
	.wb-ba-home-grid,
	.wb-store-before-after__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wb-ba-card__image img {
		height: 330px;
	}

	.wb-ba-home-card img {
		height: 240px;
	}
}

@media (max-width: 600px) {
	.wb-ba-container {
		width: min(100% - 28px, 1120px);
	}

	.wb-ba-grid,
	.wb-ba-home-grid,
	.wb-store-before-after__grid {
		grid-template-columns: 1fr;
		width: min(100% - 28px, 1120px);
		margin-inline: auto;
	}

	.wb-ba-card__image img,
	.wb-ba-home-card img {
		height: 280px;
	}

	.wb-ba-home-card__body {
		padding: 18px 20px 22px;
	}

	.wb-ba-home-card__desc {
		font-size: 14px;
	}

	.wb-home-before-after__instagram-button {
		width: 100%;
	}

	.wb-ba-caution {
		border-radius: 14px;
	}

	.wb-ba-button {
		width: 100%;
	}

	.wb-store-before-after__head {
		margin-bottom: 24px;
	}

	.wb-store-before-after .wb-ba-home-card img {
		height: 300px;
	}
}
