/* ========== リセット・共通 ========== */
.brand-lp * { box-sizing: border-box; }
.brand-lp img { max-width: 100%; height: auto; display: block; }
.brand-lp ul, .brand-lp ol { list-style: none; margin: 0; padding: 0; }
.blp-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.blp-section { padding: 70px 0; }
.blp-section--gray { background: #f5f5f5; }
.blp-section--dark { background: #1a1a2e; color: #fff; }
.blp-body { }
.blp-accent { color: #e8b400; }
.blp-accent-warm { color: #e8b400; font-weight: bold; }
.blp-note { font-size: 12px; color: #888; margin: 10px 0; }
.blp-section-head { text-align: center; margin-bottom: 45px; }
.blp-section-ttl {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #1a1a2e;
	line-height: 1.4;
}
.blp-section-ttl--white { color: #fff; }
.blp-section-sub { font-size: 16px; color: #555; margin: 0; }

/* ========== ボタン ========== */
.blp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s;
	white-space: nowrap;
	border: 2px solid transparent;
}
.blp-btn--line { background: #06c755; color: #fff !important; border-color: #06c755; }
.blp-btn--line:hover { background: #04a844; border-color: #04a844; }
.blp-btn--shop { background: #e87c00; color: #fff !important; border-color: #e87c00; }
.blp-btn--shop:hover { background: #c96a00; border-color: #c96a00; }
.blp-btn--outline { background: #fff; color: #1a1a2e !important; border-color: #1a1a2e; }
.blp-btn--outline:hover { background: #1a1a2e; color: #fff !important; }
.blp-btn--outline-white { background: transparent; color: #fff !important; border-color: #fff; }
.blp-btn--outline-white:hover { background: rgba(255,255,255,0.1); }
.blp-btn--tel { background: #1a73e8; color: #fff !important; border-color: #1a73e8; }
.blp-btn--tel:hover { background: #1558b0; }
.blp-btn--sm { padding: 8px 16px; font-size: 13px; border-radius: 4px; }
.blp-btn--lg { padding: 18px 36px; font-size: 18px; }
.blp-btn--xl { padding: 20px 44px; font-size: 20px; }
.blp-btn--full { width: 100%; }
.blp-cta-wrap { display: flex; gap: 14px; flex-wrap: wrap; }
.blp-cta-wrap--center { justify-content: center; align-items: center; margin-top: 30px; }
.blp-hero .blp-cta-wrap--center { justify-content: flex-start; }

/* ========== ヒーロー ========== */
.blp-hero {
	background: var(--hero-bg-pc) center center / cover no-repeat;
	color: #fff;
	overflow: hidden;
	position: relative;
}
/* SP専用 ヒーロー外CTA — PCでは非表示（PCはヒーロー内の .blp-hero__lower を使用） */
.blp-hero-cta-sp { display: none; }
.blp-hero__inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 20px;
	display: flex;
	align-items: center;
}
.blp-hero__copy { flex: 1; min-width: 0; max-width: 620px; }
.blp-hero__eyebrow {
	display: inline-block;
	background: rgba(232,180,0,0.2);
	color: #e8b400;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 4px 12px;
	border-radius: 3px;
	margin-bottom: 16px;
}
.blp-hero__ttl { font-size: 42px; font-weight: bold; line-height: 1.3; margin-bottom: 16px; color: #fff; }
.blp-hero__lead { font-size: 17px; line-height: 1.9; margin-bottom: 24px; opacity: .9; }
.blp-hero__badges {
	display: flex;
	gap: 20px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}
.blp-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 8px;
	padding: 10px 16px;
	min-width: 90px;
}
.blp-badge__num { font-size: 26px; font-weight: bold; color: #e8b400; line-height: 1; }
.blp-badge__unit { font-size: 14px; }
.blp-badge__label { font-size: 11px; opacity: .8; margin-top: 4px; }
.blp-hero__note { font-size: 12px; opacity: .7; margin-top: 10px; }
.blp-hero__sp-img { display: none; } /* PCでは非表示 */


/* ========== チェックリスト ========== */
.blp-section--white { background: #fff; }
.blp-checklist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-bottom: 40px;
}
/* ライトモード（白背景用） */
.blp-checklist--light li {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-left: 4px solid #e8b400;
	border-radius: 6px;
	padding: 16px 20px;
	font-size: 15px;
	color: #333;
	box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
/* ダークモード用（旧） */
.blp-checklist:not(.blp-checklist--light) li {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.15);
	border-radius: 6px;
	padding: 14px 18px;
	font-size: 15px;
}
.blp-check-icon {
	font-size: 20px;
	font-weight: bold;
	flex-shrink: 0;
	color: #e8b400;
}
.blp-check-icon--light {
	width: 28px;
	height: 28px;
	background: #e8b400;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
}
.blp-checklist-answer {
	background: rgba(232,180,0,0.12);
	border: 2px solid #e8b400;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
}
/* ライトモード用 */
.blp-checklist-answer--light {
	background: #f9f6ea;
	border: 2px solid #e8b400;
	border-radius: 10px;
	padding: 36px 30px;
	text-align: center;
	color: #222;
	margin-top: 32px;
}
.blp-checklist-answer__ttl {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #1a1a2e;
}

/* ========== ブランドグリッド ========== */
.blp-brand-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 36px;
}
.blp-brand-grid--5 {
	grid-template-columns: repeat(5, 1fr);
}
.blp-brand-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	margin: 0;
}
.blp-brand-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.blp-brand-card figcaption {
	background: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
}
.blp-brand-card--more {
	background: #f0f0f0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 120px;
}
.blp-brand-more-icon { font-size: 40px; font-weight: 300; color: #999; }

/* ========== タブ ========== */
.blp-tabs { }
.blp-tabs__nav-wrap {
	position: relative;
}
.blp-tabs__nav-wrap::before,
.blp-tabs__nav-wrap::after {
	content: '';
	position: absolute;
	top: 0; bottom: 2px;
	width: 52px;
	pointer-events: none;
	z-index: 2;
	opacity: 0;
	transition: opacity .3s;
}
.blp-tabs__nav-wrap::before {
	left: 0;
	background: linear-gradient(to right, #f5f5f5 25%, transparent);
}
.blp-tabs__nav-wrap::after {
	right: 0;
	background: linear-gradient(to left, #f5f5f5 25%, transparent);
}
.blp-tabs__nav-wrap.can-scroll-left::before { opacity: 1; }
.blp-tabs__nav-wrap.can-scroll-right::after  { opacity: 1; }
.blp-tabs__nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% - 1px));
	background: #fff;
	border: 1.5px solid #ddd;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 3;
	opacity: 0;
	transition: opacity .3s, box-shadow .2s;
	color: #666;
	font-size: 16px;
	line-height: 1;
	box-shadow: 0 2px 8px rgba(0,0,0,.12);
	pointer-events: none;
	padding: 0;
}
.blp-tabs__nav-arrow--left  { left: 4px; }
.blp-tabs__nav-arrow--right { right: 4px; }
.blp-tabs__nav-wrap.can-scroll-left  .blp-tabs__nav-arrow--left,
.blp-tabs__nav-wrap.can-scroll-right .blp-tabs__nav-arrow--right {
	opacity: 1;
	pointer-events: auto;
}
.blp-tabs__nav-arrow:active { box-shadow: 0 1px 4px rgba(0,0,0,.1); }
.blp-tabs__nav {
	display: flex;
	border-bottom: 2px solid #e8b400;
	margin-bottom: 24px;
	gap: 4px;
}
.blp-tab-btn {
	padding: 12px 24px;
	border: none;
	background: #e8e8e8;
	color: #555;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	transition: background .2s, color .2s;
}
.blp-tab-btn--active { background: #e8b400; color: #fff; }
.blp-tab-btn:hover:not(.blp-tab-btn--active) { background: #d8d8d8; }
.blp-tab-panel { display: none; }
.blp-tab-panel--active { display: block; }

/* ========== 価格カード ========== */
.blp-price-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 20px;
}
.blp-price-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.blp-price-card figure { margin: 0; }
.blp-price-card figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.blp-price-card__info { padding: 14px; }
.blp-price-card__brand { font-size: 11px; color: #888; font-style: italic; margin-bottom: 4px; }
.blp-price-card__name { font-size: 14px; font-weight: bold; color: #222; margin-bottom: 10px; line-height: 1.4; }
.blp-price-card__price { display: flex; flex-direction: column; gap: 2px; }
.blp-price-label { font-size: 11px; color: #888; }
.blp-price-num { font-size: 22px; font-weight: bold; color: #c0392b; }
.blp-price-around { font-size: 13px; font-weight: normal; color: #888; }

/* ========== サービスカード ========== */
.blp-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 24px;
}
.blp-service-card {
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	padding: 30px 24px;
	text-align: center;
	position: relative;
	transition: box-shadow .2s;
	display: flex !important;
	flex-direction: column !important;
	height: 100%;
	box-sizing: border-box;
}
.blp-service-card .blp-btn--full {
	margin-top: auto;
}
.blp-service-card--featured {
	border-color: #e8b400;
	box-shadow: 0 4px 20px rgba(232,180,0,.2);
}
.blp-service-card__ribbon {
	position: absolute;
	top: -1px; right: 20px;
	background: #e8b400;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 12px;
	border-radius: 0 0 6px 6px;
}
.blp-service-card__icon { font-size: 48px; margin-bottom: 12px; color: #1a1a2e; }
.blp-service-card__ttl { font-size: 22px; font-weight: bold; margin-bottom: 6px; color: #1a1a2e; }
.blp-service-card__tag {
	display: inline-block;
	background: #f0f8ff;
	color: #1a73e8;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 14px;
}
.blp-service-card--featured .blp-service-card__tag { background: #fff8e1; color: #e8b400; }
.blp-service-card__desc { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 16px; text-align: left; }
.blp-service-card__list { text-align: left; margin-bottom: 0; }
.blp-service-card__list li {
	font-size: 13px;
	color: #555;
	padding: 4px 0 4px 18px;
	position: relative;
	border-bottom: 1px dashed #e0e0e0;
}
.blp-service-card__list li::before { content: "✓"; position: absolute; left: 0; color: #06c755; font-weight: bold; }
.blp-free-banner {
	margin-top: 40px;
	background: linear-gradient(135deg, #fffbf0 0%, #fff8e1 100%);
	border-radius: 14px;
	box-shadow: 0 4px 20px rgba(232, 180, 0, 0.18), inset 0 0 0 2px #e8b400;
	position: relative;
	overflow: hidden;
	padding: 20px 24px;
	text-align: center;
}
.blp-free-banner::before {
	content: "✦";
	position: absolute;
	top: 12px; left: 16px;
	font-size: 13px;
	color: #e8b400;
	opacity: .5;
}
.blp-free-banner::after {
	content: "✦";
	position: absolute;
	bottom: 12px; right: 16px;
	font-size: 13px;
	color: #e8b400;
	opacity: .5;
}
.blp-free-banner__items {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.blp-free-banner__items span {
	display: inline-block;
}
.blp-free-banner__items strong {
	display: inline-block;
	color: #c0392b;
	font-size: 15px;
	background: rgba(192,57,43,.09);
	padding: 5px 14px;
	border-radius: 20px;
	letter-spacing: .04em;
}
.blp-free-banner__note {
	margin: 0;
	font-size: 13px;
	color: #5a4a00;
	letter-spacing: .03em;
	line-height: 1.6;
}

/* ========== 選ばれる理由 ========== */
.blp-reason-list { display: flex; flex-direction: column; gap: 30px; }
/* SP専用要素はPC/タブレットでは非表示 */
.blp-peek-btn,
.blp-peek-counter { display: none; }
/* PC/タブレット時: SwiperクラスをLPレイアウトに上書き */
@media (min-width: 768px) {
	/* デフォルト: カラム表示（--pc-slider は除外してSwiperに任せる） */
	.blp-peek-carousel:not(.blp-peek-carousel--pc-slider) .blp-peek-list.swiper-wrapper {
		flex-direction: column !important;
		transform: none !important;
		width: 100% !important;
		flex-wrap: wrap !important;
		gap: 30px;
	}
	.blp-peek-carousel:not(.blp-peek-carousel--pc-slider) .swiper-slide {
		flex: unset !important;
		width: 100% !important;
		max-width: 100% !important;
		flex-shrink: 1 !important;
		margin-right: 0 !important;
		opacity: 1 !important;
		height: auto !important;
	}
	/* reason アイテム: Swiper の display:block 上書きを戻す */
	.blp-reason-item,
	.blp-reason-item--rev {
		display: grid !important;
	}
	/* --grid モディファイア: グリッド表示（3列） */
	.blp-peek-carousel--grid {
		overflow: visible !important;
	}
	.blp-peek-carousel--grid .blp-peek-list.swiper-wrapper {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 20px !important;
		flex-direction: unset !important;
		flex-wrap: unset !important;
		width: 100% !important;
	}
	.blp-peek-carousel--grid .swiper-slide {
		width: auto !important;
		max-width: unset !important;
		flex: unset !important;
		margin-right: 0 !important;
		opacity: 1 !important;
		height: auto !important;
		align-self: stretch !important;
		display: flex !important;
		flex-direction: column !important;
	}
	/* --grid-2 モディファイア: グリッド表示（2列） */
	.blp-peek-carousel--grid-2 {
		overflow: visible !important;
	}
	.blp-peek-carousel--grid-2 .blp-peek-list.swiper-wrapper {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
		flex-direction: unset !important;
		flex-wrap: unset !important;
		width: 100% !important;
	}
	.blp-peek-carousel--grid-2 .swiper-slide {
		width: auto !important;
		max-width: unset !important;
		flex: unset !important;
		margin-right: 0 !important;
		opacity: 1 !important;
		height: auto !important;
	}
	/* --grid-4 モディファイア: グリッド表示（4列） */
	.blp-peek-carousel--grid-4 {
		overflow: visible !important;
	}
	.blp-peek-carousel--grid-4 .blp-peek-list.swiper-wrapper {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr) !important;
		gap: 20px !important;
		flex-direction: unset !important;
		flex-wrap: unset !important;
		width: 100% !important;
	}
	.blp-peek-carousel--grid-4 .swiper-slide {
		width: auto !important;
		max-width: unset !important;
		flex: unset !important;
		margin-right: 0 !important;
		opacity: 1 !important;
		height: auto !important;
	}
	.blp-peek-carousel--grid-4 .blp-peek-btn { display: none !important; }
	.blp-peek-carousel--grid-4 + .blp-peek-counter { display: none !important; }
	/* --grid-3 モディファイア: グリッド表示（3列） */
	.blp-peek-carousel--grid-3 {
		overflow: visible !important;
	}
	.blp-peek-carousel--grid-3 .blp-peek-list.swiper-wrapper {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 20px !important;
		flex-direction: unset !important;
		flex-wrap: unset !important;
		width: 100% !important;
	}
	.blp-peek-carousel--grid-3 .swiper-slide {
		width: auto !important;
		max-width: unset !important;
		flex: unset !important;
		margin-right: 0 !important;
		opacity: 1 !important;
		height: auto !important;
	}
	.blp-peek-carousel--grid-3 .blp-peek-btn { display: none !important; }
	.blp-peek-carousel--grid-3 + .blp-peek-counter { display: none !important; }
	/* --pc-slider: PCでもSwiperスライダーとして動作（5枚以上のタブ用） */
	.blp-peek-carousel--pc-slider {
		position: relative;
		overflow: hidden !important;
	}
	.blp-peek-carousel--pc-slider .blp-peek-btn {
		display: flex !important;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		background: rgba(255,255,255,0.95);
		border: 1px solid #e0e0e0;
		border-radius: 50%;
		width: 44px;
		height: 44px;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 22px;
		color: #333;
		box-shadow: 0 2px 8px rgba(0,0,0,.12);
		transition: box-shadow 0.2s;
	}
	.blp-peek-carousel--pc-slider .blp-peek-btn:hover { box-shadow: 0 4px 16px rgba(0,0,0,.2); }
	.blp-peek-carousel--pc-slider .blp-peek-btn--prev { left: 8px; }
	.blp-peek-carousel--pc-slider .blp-peek-btn--next { right: 8px; }
	.blp-peek-carousel--pc-slider + .blp-peek-counter {
		display: block !important;
		text-align: center;
		margin-top: 12px;
		font-size: 14px;
		color: #888;
	}
}
.blp-reason-item {
	display: grid;
	grid-template-columns: 80px 1fr 280px;
	gap: 24px;
	align-items: center;
	background: #fff;
	border-radius: 12px;
	padding: 28px;
	box-shadow: 0 2px 12px rgba(0,0,0,.07);
}
.blp-reason-item--rev { grid-template-columns: 280px 80px 1fr; }
.blp-reason-item--rev .blp-reason-img { grid-column: 1; grid-row: 1; }
.blp-reason-item--rev .blp-reason-num { grid-column: 2; grid-row: 1; }
.blp-reason-item--rev .blp-reason-body { grid-column: 3; grid-row: 1; }
.blp-reason-num {
	font-size: 52px;
	font-weight: bold;
	color: #e8b400;
	font-style: italic;
	line-height: 1;
	flex-shrink: 0;
	text-align: center;
}
.blp-reason-ttl { font-size: 20px; font-weight: bold; margin-bottom: 10px; color: #1a1a2e; }
.blp-reason-body p { font-size: 15px; color: #444; line-height: 1.8; margin: 0; }
.blp-reason-body strong { color: #c0392b; }
.blp-reason-img { border-radius: 8px; overflow: hidden; }
.blp-reason-img img { width: 100%; }

/* ========== 状態グリッド ========== */
.blp-condition-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}
.blp-condition-item {
	background: #fff;
	border: 2px solid #06c755;
	border-radius: 10px;
	padding: 20px 12px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.blp-condition-ok {
	background: #06c755;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 3px;
}
.blp-condition-text { font-size: 15px; font-weight: bold; color: #222; }
.blp-condition-note { text-align: center; font-size: 13px; color: #666; background: #f5f5f5; padding: 14px; border-radius: 6px; margin-bottom: 10px; }

/* ========== ポイント Tips ========== */
.blp-tips-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.blp-tip-card {
	background: #fff;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 2px 10px rgba(0,0,0,.07);
	text-align: center;
}
.blp-tip-card__icon { font-size: 36px; margin-bottom: 12px; }
.blp-tip-card h3 { font-size: 16px; font-weight: bold; margin-bottom: 10px; color: #1a1a2e; }
.blp-tip-card p { font-size: 13px; color: #555; line-height: 1.7; margin: 0; }

/* ========== 買取実績 ========== */
/* ========== こんな状態でも高く売れた 実例集 ========== */
.blp-case-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.blp-case-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}
.blp-case-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,.06);
	display: flex;
	flex-direction: column;
}
.blp-case-card__img {
	margin: 0;
}
.blp-case-card__img img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
}
.blp-case-card__condition {
	background: #e8600a;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 16px;
	text-align: center;
	letter-spacing: .05em;
}
.blp-case-card__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.blp-case-card__brand {
	font-size: 11px;
	color: #999;
	font-style: italic;
	margin-bottom: 4px;
}
.blp-case-card__name {
	font-size: 15px;
	font-weight: bold;
	color: #1a1a2e;
	margin-bottom: 14px;
	line-height: 1.4;
}
.blp-case-card__worry {
	background: #f7f7f7;
	border-left: 3px solid #ccc;
	padding: 10px 12px;
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	border-radius: 0 4px 4px 0;
	margin-bottom: 18px;
	flex: 1;
}
.blp-case-card__price-label {
	font-size: 11px;
	color: #999;
	margin-bottom: 4px;
}
.blp-case-card__price {
	font-size: 26px;
	font-weight: bold;
	color: #c0392b;
}

/* ========== お客様の声 ========== */
.blp-voice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.blp-voice-card {
	background: #fff;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 2px 10px rgba(0,0,0,.07);
	position: relative;
}
.blp-voice-card::before {
	content: '"';
	font-size: 60px;
	color: #e8b400;
	line-height: 1;
	position: absolute;
	top: 10px; left: 16px;
	opacity: .3;
}
.blp-voice-stars { color: #e8b400; font-size: 18px; margin-bottom: 10px; }
.blp-voice-text { font-size: 14px; color: #444; line-height: 1.8; margin-bottom: 12px; }
.blp-voice-meta { font-size: 12px; color: #888; text-align: right; }

/* ========== 中間CTA ========== */
.blp-mid-cta {
	background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 100%);
	padding: 60px 20px;
	color: #fff;
}
.blp-mid-cta__ttl { font-size: 30px; font-weight: bold; color: #fff; margin-bottom: 10px; }
.blp-mid-cta__sub { font-size: 16px; opacity: .85; margin-bottom: 0; }

/* ========== フロー ========== */
.blp-flow {
	display: flex;
	align-items: flex-start;
	gap: 0;
	margin-bottom: 36px;
}
.blp-flow-step {
	flex: 1;
	background: #fff;
	border-radius: 10px;
	padding: 28px 20px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.blp-flow-arrow {
	flex-shrink: 0;
	font-size: 24px;
	color: #e8b400;
	padding: 60px 8px 0;
}
.blp-flow-step__num {
	font-size: 12px;
	font-weight: bold;
	color: #e8b400;
	letter-spacing: .1em;
	margin-bottom: 8px;
}
.blp-flow-step__icon { font-size: 40px; margin-bottom: 12px; color: #1a1a2e; }
.blp-flow-step__ttl { font-size: 18px; font-weight: bold; margin-bottom: 10px; color: #1a1a2e; }
.blp-flow-step__desc { font-size: 13px; color: #555; line-height: 1.7; margin: 0; text-align: left; }

/* ========== 店舗 ========== */
.blp-shop-region {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 12px;
	overflow: hidden;
}
.blp-shop-region__btn {
	width: 100%;
	background: #fff;
	border: none;
	padding: 18px 24px;
	font-size: 18px;
	font-weight: bold;
	color: #1a1a2e;
	text-align: left;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background .2s;
}
.blp-shop-region__btn:hover { background: #f5f5f5; }
.blp-shop-region__btn[aria-expanded="true"] { background: #1a1a2e; color: #fff; }
.blp-shop-region__arrow { transition: transform .3s; font-size: 14px; }
.blp-shop-region__btn[aria-expanded="true"] .blp-shop-region__arrow { transform: rotate(180deg); }
.blp-shop-region__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.45s ease-in-out;
	background: #fafafa;
	overflow: hidden;
}
.blp-shop-region__panel.is-open {
	grid-template-rows: 1fr;
}
.blp-shop-region__inner {
	min-height: 0;
	overflow: hidden;
}
.blp-shop-region__inner .blp-shop-pref:first-child { padding-top: 20px; }
.blp-shop-region__inner .blp-shop-pref:last-child { padding-bottom: 20px; }
.blp-shop-region__inner .blp-shop-pref { padding-left: 20px; padding-right: 20px; }
.blp-shop-pref { margin-bottom: 24px; }
.blp-shop-pref:last-child { margin-bottom: 0; }
.blp-shop-pref__ttl {
	font-size: 15px;
	font-weight: bold;
	color: #555;
	padding: 6px 0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 14px;
}
.blp-shop-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.blp-shop-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
}
.blp-shop-card__img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.blp-shop-card__body { padding: 14px; }
.blp-shop-card__name { font-size: 15px; font-weight: bold; color: #1a1a2e; margin-bottom: 8px; }
.blp-shop-card__info { font-size: 12px; color: #555; display: flex; gap: 6px; margin-bottom: 4px; line-height: 1.5; }
.blp-shop-info-icon { flex-shrink: 0; }
.blp-shop-card__cta { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }

/* ========== FAQ ========== */
.blp-faq-list { }
.blp-faq-item {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	margin-bottom: 8px;
	overflow: hidden;
	background: #fff;
}
.blp-faq-q {
	width: 100%;
	background: #fff;
	border: none;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 15px;
	font-weight: bold;
	color: #1a1a2e;
	cursor: pointer;
	text-align: left;
	transition: background .2s;
}
.blp-faq-q:hover { background: #f9f9f9; }
.blp-faq-q[aria-expanded="true"] { background: #f0f4ff; }
.blp-faq-q__label {
	flex-shrink: 0;
	width: 32px; height: 32px;
	background: #e8b400;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.blp-faq-q__arrow { margin-left: auto; flex-shrink: 0; font-size: 12px; transition: transform .3s; }
.blp-faq-q[aria-expanded="true"] .blp-faq-q__arrow { transform: rotate(180deg); }
.blp-faq-a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s ease-in-out;
	background: #f9f9f9;
	overflow: hidden;
}
.blp-faq-a.is-open {
	grid-template-rows: 1fr;
	border-top: 1px solid #e8e8e8;
}
.blp-faq-a__inner {
	min-height: 0;
	overflow: hidden;
}
.blp-faq-a__inner > p {
	padding: 16px 20px 20px 66px;
}
.blp-faq-a p { font-size: 14px; color: #444; line-height: 1.9; margin: 0; display: flex; gap: 10px; }
.blp-faq-a__label {
	flex-shrink: 0;
	width: 28px; height: 28px;
	background: #1a73e8;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
}

/* FAQ 「他の質問を確認する」 */
.blp-faq-item--more { display: none; }
.blp-faq-more-wrap {
	text-align: center;
	margin-top: 16px;
}
.blp-faq-more-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 2px solid #1a73e8;
	color: #1a73e8;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 32px;
	border-radius: 50px;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.blp-faq-more-btn:hover { background: #1a73e8; color: #fff; }
.blp-faq-more-btn__arrow { font-size: 11px; }

/* ========== フッター ========== */
.blp-footer {
	background: #0d1b3e;
	color: #ccc;
}
.blp-footer__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px 40px;
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 60px;
	align-items: start;
}
.blp-footer__logo {
	margin: 0 0 16px;
	max-width: 180px;
}
.blp-footer__logo img { width: 100%; filter: brightness(0) invert(1); }
.blp-footer__tagline {
	font-size: 13px;
	color: #aaa;
	margin-bottom: 20px;
	line-height: 1.6;
}
.blp-footer__cta {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.blp-footer__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: opacity .2s;
}
.blp-footer__btn:hover { opacity: .85; }
.blp-footer__btn--line { background: #06c755; color: #fff !important; }
.blp-footer__btn--tel { background: rgba(255,255,255,.1); color: #fff !important; border: 1px solid rgba(255,255,255,.2); }
.blp-footer__nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.blp-footer__nav-ttl {
	font-size: 12px;
	font-weight: bold;
	color: #e8b400;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.blp-footer__nav ul { list-style: none; margin: 0; padding: 0; }
.blp-footer__nav ul li { margin-bottom: 8px; }
.blp-footer__nav ul li a {
	font-size: 13px;
	color: #aaa;
	text-decoration: none;
	transition: color .2s;
}
.blp-footer__nav ul li a:hover { color: #fff; }
.blp-footer__bottom {
	border-top: 1px solid rgba(255,255,255,.08);
	padding: 16px 20px;
	text-align: center;
}
.blp-footer__license {
	font-size: 11px;
	color: #666;
	margin: 0;
}

/* ========== クーポンバナー ========== */
.blp-coupon-section { padding: 40px 20px; }
.blp-coupon-link { display: block; }
.blp-coupon-img { width: 100%; height: auto; display: block; border-radius: 8px; }

/* ========== ボトムCTA ========== */
.blp-bottom-cta {
	background: linear-gradient(135deg, #0d1b3e 0%, #1a1a2e 100%);
	padding: 80px 20px;
	color: #fff;
}
.blp-bottom-cta__eyebrow {
	font-size: 13px;
	opacity: .7;
	margin-bottom: 10px;
}
.blp-bottom-cta__ttl { font-size: 36px; font-weight: bold; color: #fff; margin-bottom: 14px; }
.blp-bottom-cta__sub { font-size: 16px; opacity: .85; margin-bottom: 0; line-height: 1.9; }
.blp-bottom-cta__tel { margin-top: 28px; font-size: 14px; opacity: .8; }
.blp-bottom-cta__tel a { color: #e8b400; font-weight: bold; text-decoration: none; }

/* ========== タブレット ========== */
@media screen and (max-width: 1020px) and (min-width: 768px) {
	.blp-section { padding: 50px 0; }
	.blp-section-ttl { font-size: 26px; }
	.blp-hero__inner { gap: 28px; padding: 40px 20px; }
	.blp-hero__ttl { font-size: 32px; }
	.blp-brand-grid { grid-template-columns: repeat(4, 1fr); }
	.blp-brand-grid--5 { grid-template-columns: repeat(5, 1fr); }
	.blp-price-grid { grid-template-columns: repeat(4, 1fr); }
	.blp-service-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto 24px; }
	.blp-reason-item { grid-template-columns: 60px 1fr; }
	.blp-reason-img { display: none; }
	.blp-reason-item--rev { grid-template-columns: 60px 1fr; }
	.blp-reason-item--rev .blp-reason-img { display: none; }
	.blp-condition-grid { grid-template-columns: repeat(4, 1fr); }
	.blp-tips-grid { grid-template-columns: repeat(2, 1fr); }
	.blp-ranking-grid { grid-template-columns: repeat(3, 1fr); }
	.blp-voice-grid { grid-template-columns: repeat(2, 1fr); }
	.blp-flow { flex-direction: column; }
	.blp-flow-arrow { transform: rotate(90deg); align-self: center; padding: 0; }
	.blp-shop-grid { grid-template-columns: repeat(2, 1fr); }
	.blp-checklist { grid-template-columns: 1fr; }
}

/* ========== スマートフォン ========== */
/* 横スクロール防止 */
.brand-lp { overflow-x: hidden; }

@media screen and (max-width: 767px) {
	/* ロゴサイズをSPで制御 */
	.blp-section-ttl { font-size: 22px; }
	.blp-section-sub { font-size: 14px; }
	.blp-hero {
		background-image: var(--hero-bg-sp, var(--hero-bg-pc));
		background-position: center center;
		background-size: cover;
		min-height: 560px;
	}
	.blp-hero__inner {
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		padding: 15px 20px 10px;
		gap: 0;
		min-height: 560px;
	}
	.blp-hero__copy {
		max-width: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 1;
	}
	.blp-hero__upper { }
	/* SP: ヒーロー内CTAは非表示にし、ヒーロー外CTAを表示 */
	.blp-hero__lower { display: none; }
	.blp-hero-cta-sp {
		display: block;
		background: #fff;
		padding: 24px 20px 8px;
	}
	.blp-hero-cta-sp__note {
		margin: 12px 0 0;
		font-size: 12px;
		color: #888;
		text-align: center;
	}
	.blp-hero__eyebrow { font-size: 11px; margin-bottom: 6px; }
	.blp-hero__ttl { font-size: 24px; margin-bottom: 6px; }
	.blp-hero__lead { font-size: 13px; margin-bottom: 10px; opacity: .9; }
	.blp-hero__badges { gap: 6px; margin-bottom: 0; }
	.blp-badge { min-width: 62px; padding: 6px 8px; }
	.blp-badge__num { font-size: 17px; }
	.blp-badge__label { font-size: 9px; }
	.blp-hero__note { font-size: 10px; margin-top: 6px; }
	.blp-hero__sp-img { display: none; }
	.blp-badge { min-width: 70px; padding: 8px 10px; }
	.blp-badge__num { font-size: 20px; }
	.blp-cta-wrap { flex-direction: column; align-items: center; }
	.blp-cta-wrap .blp-btn { width: 100%; }
	.blp-cta-wrap--center { align-items: center; }
	.blp-cta-wrap--center .blp-btn { width: min(100%, 300px) !important; }
	.blp-btn--lg, .blp-btn--xl { padding: 16px 20px; font-size: 16px; }
	.blp-nav__list a { padding: 10px 10px; font-size: 11px; }
	.blp-checklist { grid-template-columns: 1fr; }
	.blp-checklist-answer { padding: 20px 16px; }
	.blp-checklist-answer__ttl { font-size: 20px; }
	.blp-brand-grid { grid-template-columns: repeat(2, 1fr); gap: 7px; }
	.blp-brand-grid--5 { grid-template-columns: repeat(2, 1fr); gap: 7px; }
	.blp-tabs__nav { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; gap: 0; scrollbar-width: none; }
	.blp-tabs__nav::-webkit-scrollbar { display: none; }
	.blp-tab-btn { flex: 0 0 auto; white-space: nowrap; padding: 10px 14px; font-size: 13px; min-width: 0; text-align: center; }
	.blp-price-grid { grid-template-columns: 1fr; gap: 12px; }
	.blp-service-grid { grid-template-columns: 1fr; display: flex; flex-direction: column; }
	.blp-service-card--featured { order: -1; }
	/* ===== 汎用peekカルーセル（.blp-peek-carousel） ===== */
	.blp-peek-carousel {
		position: relative;
		overflow: hidden;
	}
	.blp-peek-list {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		gap: 0;
	}
	/* スライド幅（左右にpeek） */
	.blp-peek-carousel .swiper-slide {
		flex: 0 0 calc(100% - 60px) !important;
		width: calc(100% - 60px) !important;
		max-width: calc(100% - 60px) !important;
		opacity: 0.55;
		transition: opacity 0.3s;
	}
	.blp-peek-carousel .swiper-slide-active {
		opacity: 1;
	}
	/* ナビボタン（カード境界に絶対配置） */
	.blp-peek-btn--prev,
	.blp-peek-btn--next {
		display: flex;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		border: 2px solid #1a1a2e;
		background: rgba(255,255,255,0.92);
		font-size: 22px;
		line-height: 1;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		color: #1a1a2e;
		transition: background .2s;
		padding: 0;
	}
	.blp-peek-btn--prev { left: 1px; }
	.blp-peek-btn--next { right: 1px; }
	.blp-peek-btn.swiper-button-disabled { opacity: 0.3; cursor: default; }
	/* カウンター */
	.blp-peek-counter {
		display: block;
		text-align: center;
		margin-top: 14px;
		font-size: 15px;
		font-weight: bold;
		color: #1a1a2e;
	}
	/* reason: SP時は --rev も通常と同じ flexレイアウトに統一 */
	.blp-reason-item,
	.blp-reason-item--rev {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 12px;
		flex: 0 0 100%;
		min-width: 0;
		transition: transform .3s ease;
	}
	.blp-reason-num {
		font-size: 36px;
		text-align: left;
		flex: 0 0 52px;
		order: 0;
	}
	.blp-reason-body {
		flex: 1;
		order: 1;
		/* grid指定リセット */
		grid-column: unset;
		grid-row: unset;
	}
	.blp-reason-img,
	.blp-reason-item--rev .blp-reason-img { display: none; }
	.blp-reason-item--rev .blp-reason-num {
		flex: 0 0 52px;
		order: 0;
		grid-column: unset;
		grid-row: unset;
	}
	.blp-reason-item--rev .blp-reason-body {
		flex: 1;
		order: 1;
		grid-column: unset;
		grid-row: unset;
	}
	.blp-condition-grid { grid-template-columns: repeat(2, 1fr); gap: 7px; }
	.blp-tips-grid { grid-template-columns: 1fr; }
	.blp-ranking-grid { grid-template-columns: 1fr; max-width: 340px; margin: 0 auto 30px; }
	.blp-voice-grid { grid-template-columns: 1fr; }
	.blp-mid-cta__ttl { font-size: 22px; }
	.blp-flow { flex-direction: column; }
	.blp-flow-arrow { transform: rotate(90deg); align-self: center; padding: 0; }
	.blp-shop-grid { grid-template-columns: 1fr; }
	.blp-faq-a__inner > p { padding-left: 20px; }
	.blp-bottom-cta { padding: 50px 16px; }
	.blp-bottom-cta__ttl { font-size: 24px; }
	.blp-shop-region__btn { font-size: 16px; padding: 16px 18px; }
	.blp-footer__inner { grid-template-columns: 1fr; gap: 36px; padding: 40px 16px 30px; }
	.blp-footer__nav { grid-template-columns: 1fr 1fr; gap: 20px; }
	.blp-footer__cta { flex-direction: row; flex-wrap: wrap; }
	.blp-footer__btn { flex: 1; min-width: 0; }
}

/* ========== lp.sasugaya.jp 固有スタイル ========== */

/* 金・プラチナ相場セクション */
.blp-rates {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.blp-rate-card {
	flex: 1 1 320px;
	max-width: 420px;
	border-radius: 12px;
	padding: 28px 24px;
	text-align: center;
	color: #fff;
	box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
.blp-rate-card--gold {
	background: linear-gradient(135deg, #b8860b 0%, #e8b400 55%, #f5d76e 100%);
}
.blp-rate-card--platinum {
	background: linear-gradient(135deg, #6b7280 0%, #9aa0a6 55%, #c7ccd1 100%);
}
.blp-rate-card__label {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 6px;
	letter-spacing: .04em;
}
.blp-rate-card__value {
	margin: 0;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
}
.blp-rate-card__num {
	font-size: 46px;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.blp-rate-card__unit { font-size: 18px; font-weight: bold; }
@media (max-width: 767px) {
	.blp-rate-card { padding: 22px 18px; }
	.blp-rate-card__num { font-size: 38px; }
}

/* 独自ヘッダー */
.lp-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,.08);
}
.lp-header__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lp-header__logo img { height: 38px; width: auto; }
.lp-header__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #06c755;
	color: #fff !important;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 18px;
	border-radius: 6px;
	text-decoration: none;
	white-space: nowrap;
	transition: background .2s;
}
.lp-header__cta:hover { background: #04a844; }
.lp-header__cta .i-comment { font-size: 18px; }

/* ヘッダー内ページ内ナビ（PC） */
.lp-nav { flex: 1; display: flex; justify-content: flex-end; }
.lp-nav__list {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lp-nav__list li { display: flex; }
.lp-nav__list a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: bold;
	color: #1a1a2e;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 6px;
	transition: background .2s, color .2s;
}
.lp-nav__list a:hover { background: #f5f5f5; color: #e8b400; }
.lp-nav__list a [class^="i-"] { font-size: 18px; color: #888; }

/* SP用 下部固定ナビ（PCでは非表示） */
.lp-fixnav { display: none; }

/* ============================================================
   単一店舗パネル（.blp-store） — 刷新版
   外観・店舗情報・スタッフ・地図を一つの統一カードに
============================================================ */
.blp-store-section .blp-section-head { margin-bottom: 36px; }

.blp-store {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	background: #fff;
	border: 1px solid #e6e6ea;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 18px 40px -24px rgba(20, 20, 46, .35);
	max-width: 940px;
	margin: 0 auto;
}
.blp-store__media {
	position: relative;
	min-height: 320px;
	background: #f2f2f5;
}
.blp-store__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.blp-store__body {
	padding: 40px 44px;
	display: flex;
	flex-direction: column;
}
.blp-store__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .22em;
	color: #c9a227;
	margin: 0 0 10px;
}
.blp-store__name {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.35;
	color: #14142e;
	margin: 0 0 24px;
	letter-spacing: .01em;
}
.blp-store__facts {
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.blp-store__fact {
	display: grid;
	grid-template-columns: 116px 1fr;
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid #ededf1;
	align-items: start;
}
.blp-store__fact:last-child { border-bottom: 1px solid #ededf1; }
.blp-store__fact dt {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12.5px;
	font-weight: 700;
	color: #6b6b7b;
	letter-spacing: .04em;
}
.blp-store__fact dd {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #232338;
	font-weight: 600;
}
.blp-store__ic {
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.blp-store__ic svg { width: 100%; height: 100%; fill: #c9a227; }
.blp-store__cta {
	display: flex;
	gap: 12px;
	margin-top: auto;
}
.blp-store__cta .blp-btn { flex: 1; min-width: 0; }

/* スタッフ紹介 — 横並びの落ち着いた帯 */
.blp-store-staff {
	max-width: 940px;
	margin: 24px auto 0;
	display: flex;
	align-items: center;
	gap: 28px;
	background: #fbfbfc;
	border: 1px solid #e6e6ea;
	border-radius: 16px;
	padding: 28px 32px;
}
.blp-store-staff__img {
	flex-shrink: 0;
	width: 140px;
	height: 140px;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #fff;
	box-shadow: 0 6px 18px -8px rgba(20,20,46,.4);
}
.blp-store-staff__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}
.blp-store-staff__body { flex: 1; }
.blp-store-staff__label {
	font-size: 12px;
	font-weight: 700;
	color: #c9a227;
	letter-spacing: .12em;
	margin: 0 0 10px;
}
.blp-store-staff__comment {
	font-size: 15px;
	line-height: 1.85;
	color: #2c2c40;
	margin: 0;
}

/* Google マップ */
.blp-store-map {
	max-width: 940px;
	margin: 28px auto 0;
}
.blp-store-map__label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #14142e;
	margin: 0 0 14px;
}
.blp-store-map__label .blp-store__ic { width: 18px; height: 18px; }
.blp-store-map__frame {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e6e6ea;
	box-shadow: 0 14px 34px -22px rgba(20,20,46,.35);
	line-height: 0;
}
.blp-store-map__frame iframe { display: block; width: 100%; }
.blp-store-map__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 14px 0 0;
	box-sizing: border-box;
}

/* タブレット幅では 2カラムだと本文が詰まり店舗名が読めなくなるため縦積みに */
@media (max-width: 1024px) {
	.blp-store {
		grid-template-columns: 1fr;
		max-width: 620px;
	}
	.blp-store__media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}
	.blp-store__media img { position: static; height: auto; }
	.blp-store__body { padding: 32px 36px; }
	.blp-store-staff,
	.blp-store-map,
	.blp-store-map__link { max-width: 620px; }
}

@media (max-width: 767px) {
	.blp-store-section .blp-section-head { margin-bottom: 24px; }
	.blp-store {
		grid-template-columns: 1fr;
		border-radius: 14px;
		box-shadow: 0 12px 28px -20px rgba(20,20,46,.35);
	}
	.blp-store__media {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}
	.blp-store__media img { position: static; height: auto; }
	.blp-store__body { padding: 26px 22px 28px; }
	.blp-store__name { font-size: 20px; margin-bottom: 18px; }
	.blp-store__facts { margin-bottom: 22px; }
	.blp-store__fact {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 12px 0;
	}
	.blp-store__fact dd { font-size: 14.5px; }
	.blp-store__cta { flex-direction: column; gap: 10px; }
	.blp-store-staff {
		flex-direction: column;
		text-align: center;
		gap: 16px;
		padding: 26px 22px;
		margin-top: 16px;
		border-radius: 14px;
	}
	.blp-store-staff__img { width: 110px; height: 110px; }
	.blp-store-staff__comment { font-size: 14px; text-align: left; }
	.blp-store-map { margin-top: 22px; }
	.blp-store-map__frame iframe { height: 280px; }
}

@media (max-width: 1020px) and (min-width: 768px) {
	.lp-nav__list a { padding: 8px 10px; font-size: 13px; }
	.lp-nav__list a span:not([class^="i-"]) { font-size: 12px; }
}

@media (max-width: 767px) {
	.lp-header__logo img { height: 30px; }
	.lp-header__cta { display: none; }       /* SPはヘッダーCTA非表示（下部固定バーに集約） */
	.lp-header .lp-nav { display: none; }     /* SPはヘッダーナビ非表示 */
	.lp-header__inner { justify-content: flex-start; }

	/* 下部固定ナビバー */
	.lp-fixnav {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9998;
		background: #fff;
		box-shadow: 0 -2px 10px rgba(0,0,0,.12);
		border-top: 1px solid #e8e8e8;
	}
	.lp-fixnav__item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		padding: 8px 2px;
		font-size: 11px;
		font-weight: bold;
		color: #1a1a2e;
		text-decoration: none;
		border-right: 1px solid #eee;
	}
	.lp-fixnav__item:last-child { border-right: none; }
	.lp-fixnav__item [class^="i-"] { font-size: 20px; color: #666; }
	.lp-fixnav__item--line { background: #06c755; color: #fff; }
	.lp-fixnav__item--line [class^="i-"] { color: #fff; }

	/* 下部固定バー分の余白（フッターを含め全体が隠れないように body に付与） */
	body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
}
