/* 整備済品（リビルト品）の一覧 */
.sl-rb,
.sl-rb * {
	box-sizing: border-box;
}

.sl-rb [hidden] {
	display: none !important;
}

.sl-rb {
	max-width: 1120px;
	margin: 0 auto;
	padding: 8px 0 80px;
	color: #1d1d1f;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.sl-rb a {
	color: #0066cc;
}

/* 冒頭：左に言葉、右に実物の写真 */
.sl-rb__hero {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	align-items: center;
	gap: 40px;
	padding: 48px 56px;
	border-radius: 28px;
	background: radial-gradient(120% 140% at 85% 20%, #ffffff 0%, #f1f4f8 45%, #e6ebf1 100%);
	overflow: hidden;
}

.sl-rb__kicker {
	display: inline-block;
	margin: 0 0 18px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #e4f6e9;
	color: #1f7a3a;
	font-size: 13px;
	font-weight: 700;
}

.sl-rb__title {
	margin: 0 0 18px;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
}

.sl-rb__lead {
	margin: 0 0 28px;
	max-width: 30em;
	color: #424245;
	font-size: 17px;
	line-height: 1.85;
}

.sl-rb__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sl-rb a.sl-rb__btn {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid #1d1d1f;
	border-radius: 999px;
	background: #fff;
	color: #1d1d1f;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.sl-rb a.sl-rb__btn--primary {
	background: #1d1d1f;
	color: #fff;
}

.sl-rb a.sl-rb__btn:hover {
	opacity: .85;
}

.sl-rb__hero-visual {
	position: relative;
}

.sl-rb__showcase {
	position: relative;
	height: 340px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(29, 29, 31, .10);
}

.sl-rb__slide {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0;
	padding: 28px 28px 22px;
	opacity: 0;
	transition: opacity .6s ease;
}

.sl-rb__slide.is-active {
	opacity: 1;
}

.sl-rb__slide img {
	display: block;
	max-width: 80%;
	max-height: 230px;
	object-fit: contain;
}

.sl-rb__slide figcaption {
	color: #1d1d1f;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.sl-rb__slide figcaption span {
	display: block;
	margin-bottom: 2px;
	color: #6e6e73;
	font-size: 12px;
	font-weight: 700;
}

.sl-rb__hero-badge {
	position: absolute;
	top: -14px;
	right: -14px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	margin: 0;
	border-radius: 50%;
	background: #1d1d1f;
	color: #fff;
	line-height: 1.1;
}

.sl-rb__hero-badge span {
	font-size: 11px;
	font-weight: 700;
}

.sl-rb__hero-badge strong {
	font-size: 30px;
	font-weight: 700;
}

.sl-rb__hero-badge small {
	font-size: 15px;
}

.sl-rb__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.sl-rb__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #c7c7cc;
	cursor: pointer;
	transition: width .3s ease, background .3s ease;
}

.sl-rb__dot.is-active {
	width: 24px;
	background: #1d1d1f;
}

@media (prefers-reduced-motion: reduce) {
	.sl-rb__slide,
	.sl-rb__dot {
		transition: none;
	}
}

/* 3 つの約束 */
.sl-rb__trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.sl-rb__trust li {
	padding: 24px;
	border: 1px solid #e5e5ea;
	border-radius: 20px;
	background: #fff;
}

.sl-rb__trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 14px;
	border-radius: 12px;
	background: #eef4ff;
	color: #0071e3;
}

.sl-rb__trust-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sl-rb__trust strong {
	display: block;
	margin-bottom: 4px;
	font-size: 17px;
}

.sl-rb__trust li > span:last-child {
	color: #6e6e73;
	font-size: 14px;
	line-height: 1.7;
}

/* ご注文の前に */
.sl-rb__notes {
	margin: 32px 0 24px;
	padding: 18px 22px;
	border-left: 4px solid #f5a623;
	border-radius: 12px;
	background: #fff8e6;
	font-size: 14px;
	line-height: 1.8;
	scroll-margin-top: 88px;
}

.sl-rb__notes-title {
	margin: 0 0 4px;
	font-weight: 700;
}

.sl-rb__notes ul {
	margin: 0;
	padding-left: 1.2em;
}

.sl-rb__notes li {
	list-style: disc;
}

/* 絞り込み */
.sl-rb__filters {
	position: sticky;
	top: 64px;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
	padding: 10px 0;
	background: rgba(255, 255, 255, .92);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.sl-rb__filter {
	padding: 8px 16px;
	border: 1px solid #d2d2d7;
	border-radius: 999px;
	background: #fff;
	color: #1d1d1f;
	font-size: 14px;
	cursor: pointer;
}

.sl-rb__filter.is-active {
	border-color: #1d1d1f;
	background: #1d1d1f;
	color: #fff;
}

/* 製品のカード（2 列） */
.sl-rb__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	align-items: start;
}

.sl-rb__product {
	overflow: hidden;
	border: 1px solid #e5e5ea;
	border-radius: 22px;
	background: #fff;
	scroll-margin-top: 140px;
}

.sl-rb__product-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	padding: 20px;
	background: #f5f5f7;
}

.sl-rb__product-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.sl-rb__one {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #1d1d1f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.sl-rb__product-body {
	padding: 18px 20px 20px;
}

.sl-rb__product-type {
	margin: 0 0 4px;
	color: #6e6e73;
	font-size: 12px;
	font-weight: 700;
}

.sl-rb__product-name {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}

.sl-rb__items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sl-rb__item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px 12px;
	align-items: center;
	padding: 14px 0;
	border-top: 1px solid #ececf0;
}

.sl-rb__item-main strong {
	display: block;
	font-size: 15px;
}

.sl-rb__item-meta {
	color: #6e6e73;
	font-size: 12px;
}

.sl-rb__stock.is-low {
	color: #c4161c;
	font-weight: 700;
}

.sl-rb__delivery {
	display: block;
	margin: 2px 0 0;
	color: #b26a00;
	font-size: 12px;
}

.sl-rb__item-price {
	text-align: right;
}

.sl-rb__sub-price {
	display: block;
	margin-top: 2px;
	color: #6e6e73;
	font-size: 12px;
}

.sl-rb__price-label {
	margin-right: 4px;
	padding: 1px 6px;
	border-radius: 4px;
	background: #e8f2fc;
	color: #0066cc !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	vertical-align: middle;
}

.sl-rb__fit {
	margin: -6px 0 8px;
	color: #6e6e73;
	font-size: 12px;
}

.sl-rb__qty-note {
	color: #6e6e73;
	font-size: 12px;
}

.sl-rb__price {
	display: block;
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
}

.sl-rb__price small {
	margin-left: 2px;
	color: #6e6e73;
	font-size: 12px;
	font-weight: 400;
}

.sl-rb__trader {
	display: block;
	color: #0066cc;
	font-size: 12px;
	font-weight: 700;
}

.sl-rb__cart {
	grid-column: 1 / -1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.sl-rb__qty-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.sl-rb__qty {
	height: 40px;
	padding: 0 8px;
	border: 1px solid #d2d2d7;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
}

.sl-rb__add {
	height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: #5cb85c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
}

.sl-rb__add:hover {
	background: #449d44;
}

.sl-rb__empty {
	padding: 40px;
	border-radius: 18px;
	background: #f5f5f7;
	text-align: center;
}

/* 販売店・整備工場の方へ */
.sl-rb__biz {
	margin-top: 40px;
	padding: 28px 32px;
	border-radius: 22px;
	background: #1d1d1f;
	color: #f5f5f7;
}

.sl-rb__biz h2 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
	scroll-margin-top: 88px;
}

.sl-rb__biz p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}

.sl-rb__biz a {
	color: #6cb6ff;
}

.sl-rb__foot {
	margin: 20px 0 0;
	color: #6e6e73;
	font-size: 13px;
	line-height: 1.8;
}

@media screen and (max-width: 900px) {
	.sl-rb__hero {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 32px 24px;
	}

	.sl-rb__showcase {
		height: 280px;
	}

	.sl-rb__slide img {
		max-height: 180px;
	}

	.sl-rb__hero-badge {
		top: -10px;
		right: -6px;
	}

	.sl-rb__list {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 768px) {
	.sl-rb {
		padding: 0 0 56px;
	}

	.sl-rb__hero {
		border-radius: 20px;
	}

	.sl-rb__title {
		font-size: 34px;
	}

	.sl-rb__lead {
		font-size: 15px;
	}

	.sl-rb__hero-badge {
		width: 76px;
		height: 76px;
	}

	.sl-rb__hero-badge strong {
		font-size: 24px;
	}

	.sl-rb__trust {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sl-rb__trust li {
		display: grid;
		grid-template-columns: 44px 1fr;
		gap: 0 14px;
		padding: 16px;
	}

	.sl-rb__trust-icon {
		grid-row: span 2;
		margin: 0;
	}

	.sl-rb__filters {
		top: 56px;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.sl-rb__filter {
		flex: 0 0 auto;
	}

	.sl-rb__product-img {
		height: 180px;
	}

	.sl-rb__add {
		flex: 1;
	}
}
