/* ========================================
   世田谷区 LP (setagaya-01) 専用CSS
   Figmaデザイン準拠 / モバイルファースト
   ======================================== */

/* ========== CSS変数 ========== */
.setagaya01 {
	--sg-primary:    #1d8c58;
	--sg-dark-green: #21552e;
	--sg-text:       #182b1e;
	--sg-red:        #9d203d;
	--sg-red-shadow: rgba(86, 12, 29, 0.3);
	--sg-line:       #06c755;
	--sg-line-shadow: rgba(0, 84, 27, 0.3);
	--sg-gold-from:  #c9b55e;
	--sg-gold-mid:   #fff2b7;
	--sg-bg:         #f0f4f1;

	font-family: 'Noto Sans JP', sans-serif;
	color: var(--sg-primary);
	line-height: 1.625;
	overflow-x: hidden;
}

.setagaya01 *,
.setagaya01 *::before,
.setagaya01 *::after {
	box-sizing: border-box;
}

/* ========== 共通：セクション見出し ========== */
.setagaya01-section-sub {
	font-size: 14px;
	font-weight: 700;
	color: var(--sg-text);
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0;
}

.setagaya01-section-sub::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/lp/setagaya-ku/img/deco-slash-left.png') center / contain no-repeat;
	vertical-align: middle;
	margin-right: 8px;
}

.setagaya01-section-sub::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/lp/setagaya-ku/img/deco-slash-right.png') center / contain no-repeat;
	vertical-align: middle;
	margin-left: 8px;
}

.setagaya01-section-title {
	font-size: 28px;
	font-weight: 700;
	color: var(--sg-text);
	text-align: center;
	line-height: 1.4;
	margin: 4px 0 0;
}

/* セクションサブ内バッジ（「世田谷区」など） */
.setagaya01-section-sub__badge {
	display: inline-block;
	background-color: var(--sg-dark-green);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 10px;
	border-radius: 20px;
	letter-spacing: 0.05em;
	vertical-align: middle;
	line-height: 1.6;
}

/* ========== 共通：もっとみるリンク ========== */
.setagaya01-more-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: var(--sg-primary);
	text-decoration: none;
	padding: 8px 0;
	border-bottom: 1px solid var(--sg-primary);
}

.setagaya01-more-link:hover {
	opacity: 0.75;
}

/* ========== FV（ファーストビュー） ========== */
.setagaya01-fv {
	overflow: hidden;
}

.setagaya01-fv__link {
	display: block;
}

.setagaya01-fv__link img {
	display: block;
	width: 100%;
	height: auto;
}

.setagaya01-fv__overlay {
	background: #fff;
	padding: 10px 16px;
}

@media (min-width: 768px) {
	.setagaya01-fv__overlay {
		display: none;
	}
}

.setagaya01-fv__catchphrase {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	color: var(--sg-primary);
	font-size: 15px;
	font-weight: 700;
}

.setagaya01-fv__area-badge {
	background: var(--sg-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 2px 10px;
	border-radius: 3px;
	white-space: nowrap;
}

/* ========== 葬儀場一覧 ========== */
.setagaya01-halls {
	background-color: var(--sg-bg);
	padding: 40px 0;
	overflow: hidden;
}

.setagaya01-halls__head {
	padding: 0 16px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.setagaya01-halls__foot {
	padding: 16px 16px 0;
	display: flex;
	justify-content: center;
}

/* ホール カルーセル コンテナ */
.setagaya01-halls__carousel {
	width: 100%;
}

.setagaya01-halls-swiper {
	padding: 8px 20px 36px !important;
	overflow: visible !important;
}

.setagaya01-halls-swiper .swiper-slide {
	width: 300px;
	height: auto;
}

/* ページネーションドット */
.setagaya01-halls-swiper__pagination {
	bottom: 0 !important;
}

.setagaya01-halls-swiper__pagination .swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}

.setagaya01-halls-swiper__pagination .swiper-pagination-bullet-active {
	background: var(--sg-primary);
}

/* ホールカード */
.setagaya01-hall-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 4px 4px 32px 0px rgba(0, 84, 27, 0.3);
	height: 100%;
}

.setagaya01-hall-card__header {
	background-color: var(--sg-dark-green);
	padding: 16px;
	text-align: center;
}

.setagaya01-hall-card__name {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	letter-spacing: 0.05em;
}

.setagaya01-hall-card__photo {
	aspect-ratio: 300 / 200;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.setagaya01-hall-card__photo-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.setagaya01-hall-card__photo::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 72.6%, #fff 100%);
	pointer-events: none;
}

.setagaya01-hall-card__body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 1;
	background: #fff;
}

/* 施設説明テキスト */
.setagaya01-hall-card__desc {
	font-size: 16px;
	font-weight: 400;
	color: var(--sg-text);
	line-height: 1.6;
	letter-spacing: -0.01em;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* 住所・アクセス・バッジ */
.setagaya01-hall-card__info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.setagaya01-hall-card__address,
.setagaya01-hall-card__station {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	color: #737774;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0;
}

.setagaya01-hall-card__icon {
	width: 16px;
	min-width: 16px;
	height: 16px;
	display: block;
	object-fit: contain;
	flex-shrink: 0;
	margin-top: 1px;
}

.setagaya01-hall-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.setagaya01-hall-card__badge {
	background: rgba(126, 151, 134, 0.1);
	color: var(--sg-primary);
	font-size: 10px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 4px;
	white-space: nowrap;
	letter-spacing: 0.05em;
}

/* ホールカード ボタン */
.setagaya01-hall-card__actions {
	display: flex;
	gap: 12px;
	margin-top: auto;
}

.setagaya01-hall-card__btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: opacity 0.2s;
}

.setagaya01-hall-card__btn:hover {
	opacity: 0.8;
}

.setagaya01-hall-card__btn--tel {
	background-color: var(--sg-red);
	color: #fff;
	border: 1px solid var(--sg-red);
	box-shadow: 4px 4px 12px 0 var(--sg-red-shadow);
}

.setagaya01-hall-card__btn--detail {
	border: 1px solid var(--sg-primary);
	color: var(--sg-primary);
	background: transparent;
}

/* ========== プランセクション ========== */
.setagaya01-plan {
	background-color: var(--sg-bg);
	padding-bottom: 48px;
	overflow: hidden;
}

.setagaya01-plan__head {
	padding: 40px 16px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

/* 割引バナー */
.setagaya01-plan__banner-wrap {
	display: flex;
	justify-content: center;
	padding: 0 16px 20px;
}

.setagaya01-plan__banner {
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: var(--sg-red);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 24px;
	border-radius: 40px;
	margin: 0;
	letter-spacing: 0.03em;
	text-align: center;
}

.setagaya01-plan__banner::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--sg-red);
}

.setagaya01-plan__banner-num {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin: 0 2px;
}

/* プランカード カルーセル */
.setagaya01-plan__carousel {
	width: 100%;
	padding-top: 16px;
}

.setagaya01-plan-swiper {
	padding: 8px 16px 40px !important;
	overflow: visible !important;
}

.setagaya01-plan-swiper .swiper-wrapper {
	align-items: stretch;
}

.setagaya01-plan-swiper .swiper-slide {
	width: 320px;
	height: auto;
}

/* ページネーションドット */
.setagaya01-plan-swiper__pagination {
	bottom: 8px !important;
}

.setagaya01-plan-swiper__pagination .swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}

.setagaya01-plan-swiper__pagination .swiper-pagination-bullet-active {
	background: var(--sg-primary);
}

/* プランカード */
.setagaya01-plan-card {
	background-color: #fff;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 90'><path d='M50,82 C25,68 5,52 5,32 C5,18 16,7 30,7 C38,7 45,11 50,18 C55,11 62,7 70,7 C84,7 95,18 95,32 C95,52 75,68 50,82Z' fill='%23ededf5'/></svg>");
	background-repeat: no-repeat;
	background-position: center 14px;
	background-size: 100px auto;
	border-radius: 16px;
	padding: 24px 20px 88px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.setagaya01-plan-card__tagline {
	font-size: 15px;
	font-weight: 700;
	color: var(--sg-text);
	text-align: center;
	margin: 0;
}

.setagaya01-plan-card__title {
	font-size: 22px;
	font-weight: 700;
	color: var(--sg-text);
	text-align: center;
	margin: 0;
	line-height: 1.3;
}

/* 価格ブロック */
.setagaya01-plan-card__pricing {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.setagaya01-plan-card__price-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--sg-red);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 50px;
	padding: 5px 9px;
	flex-shrink: 0;
	min-width: 36px;
}

.setagaya01-plan-card__price {
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	color: var(--sg-red);
	margin: 0;
	line-height: 1;
	letter-spacing: -0.02em;
	background: linear-gradient(to top, rgba(220, 130, 150, 0.22) 35%, transparent 35%);
	padding-bottom: 0;
}

/* 参考価格（打ち消し） */
.setagaya01-plan-card__ref {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
	text-align: center;
	margin: -4px 0 0;
}

/* こんな方に：角丸ボーダー囲み */
.setagaya01-plan-card__recommend {
	position: relative;
	z-index: 1;
	border: 1.5px solid color-mix(in srgb, var(--plan-color) 35%, transparent);
	border-radius: 12px;
	padding: 20px 14px 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

/* こんな方に ヘッダー：ボーダーライン上に配置 */
.setagaya01-plan-card__points-head {
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 700;
	color: var(--plan-color);
	white-space: nowrap;
	margin: 0;
}

/* 箇条書き */
.setagaya01-plan-card__points {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.setagaya01-plan-card__point {
	font-size: 13px;
	color: var(--sg-text);
	line-height: 1.6;
}

/* カード下部：フォト背景エリア */
.setagaya01-plan-card__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	z-index: 0;
}

.setagaya01-plan-card__bottom::before {
	content: '';
	position: absolute;
	inset: -12px -6px -6px;
	backdrop-filter: blur(3px);
	background: linear-gradient(to bottom, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.55) 100%);
}

/* 詳細ボタン */
.setagaya01-plan-card__btn {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 45%;
	padding: 18px 20px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	border-radius: 16px 0 0 0;
	transition: opacity 0.2s;
	white-space: nowrap;
}

.setagaya01-plan-card__btn:hover {
	opacity: 0.85;
}

/* テーマ別カラー変数・シャドウ・ハート背景 */
.setagaya01-plan-card--oneday {
	--plan-color: var(--color-plan-ichinichi);
	box-shadow: 7px 7px 0 color-mix(in srgb, var(--plan-color) 45%, transparent);
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 90'><path d='M50,82 C25,68 5,52 5,32 C5,18 16,7 30,7 C38,7 45,11 50,18 C55,11 62,7 70,7 C84,7 95,18 95,32 C95,52 75,68 50,82Z' fill='%23e8eaf3'/></svg>");
}
.setagaya01-plan-card--family {
	--plan-color: var(--color-plan-kazoku);
	box-shadow: 7px 7px 0 color-mix(in srgb, var(--plan-color) 45%, transparent);
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 90'><path d='M50,82 C25,68 5,52 5,32 C5,18 16,7 30,7 C38,7 45,11 50,18 C55,11 62,7 70,7 C84,7 95,18 95,32 C95,52 75,68 50,82Z' fill='%23e6f3f2'/></svg>");
}
.setagaya01-plan-card--common {
	--plan-color: var(--color-plan-ippan);
	box-shadow: 7px 7px 0 color-mix(in srgb, var(--plan-color) 45%, transparent);
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 90'><path d='M50,82 C25,68 5,52 5,32 C5,18 16,7 30,7 C38,7 45,11 50,18 C55,11 62,7 70,7 C84,7 95,18 95,32 C95,52 75,68 50,82Z' fill='%23f5f2e8'/></svg>");
}
.setagaya01-plan-card--cremation {
	--plan-color: var(--color-plan-kaso);
	box-shadow: 7px 7px 0 color-mix(in srgb, var(--plan-color) 45%, transparent);
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 90'><path d='M50,82 C25,68 5,52 5,32 C5,18 16,7 30,7 C38,7 45,11 50,18 C55,11 62,7 70,7 C84,7 95,18 95,32 C95,52 75,68 50,82Z' fill='%23f4ede8'/></svg>");
}

/* ボタン色 */
.setagaya01-plan-card__btn { background: var(--plan-color); }

/* ========== TVCM ========== */
.setagaya01-tvcm {
	background-color: var(--sg-bg);
	padding: 40px 16px;
}

.setagaya01-tvcm__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.setagaya01-tvcm__badge {
	height: 64px;
	width: auto;
	margin-bottom: 24px;
	margin-left: 16px;
}

.setagaya01-tvcm__panda {
	width: 90px;
	height: auto;
	flex-shrink: 0;
	margin-bottom: -7px;
	margin-right: 24px;
	position: relative;
	z-index: 1;
}

.setagaya01-tvcm__player .tvcm {
	gap: 0;
}

.setagaya01-tvcm__player .tvcm-title {
	display: none;
}

.setagaya01-tvcm .section__wrapper {
	max-width: var(--max-width-data);
}

.setagaya01-tvcm__player .tvcm-player {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}

/* ========== イベント ========== */
.setagaya01-events {
	background-color: var(--sg-bg);
	padding: 48px 0;
	overflow: hidden;
}

.setagaya01-events__head {
	text-align: center;
	padding: 0 16px;
	margin-bottom: 24px;
}

.setagaya01-events__carousel {
	width: 100%;
}

.setagaya01-events-swiper {
	overflow: visible !important;
	padding: 8px 16px 40px !important;
}

.setagaya01-events-swiper .swiper-slide {
	width: 260px;
	height: auto;
}

.setagaya01-events-swiper__pagination {
	bottom: 8px !important;
}

.setagaya01-events-swiper__pagination .swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}

.setagaya01-events-swiper__pagination .swiper-pagination-bullet-active {
	background: var(--sg-primary);
}

.setagaya01-event-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 84, 27, 0.1);
	text-decoration: none;
	color: var(--sg-text);
	height: 100%;
}

.setagaya01-event-card__thumb img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	display: block;
	background: #f5f5f5;
}

.setagaya01-event-card__body {
	padding: 12px 14px 14px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}

.setagaya01-event-card__date {
	font-size: 12px;
	color: var(--sg-primary);
	font-weight: 700;
	margin: 0;
}

.setagaya01-event-card__title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.setagaya01-event-card__desc {
	font-size: 12px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.setagaya01-event-card__venue {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: auto;
	padding-top: 8px;
	font-size: 12px;
	color: var(--sg-text);
}

.setagaya01-event-card__venue span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ========== CTA ========== */
.setagaya01-cta {
	background-color: var(--sg-bg);
	padding: 32px 16px;
}

.setagaya01-cta__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 360px;
	margin: 0 auto;
}

.setagaya01-cta__item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}

/* 吹き出し */
.setagaya01-cta__bubble {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: -6px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

.setagaya01-cta__bubble::after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.setagaya01-cta__bubble--teal {
	background: #fff;
	color: #2F7B8E;
}

.setagaya01-cta__bubble--teal::after {
	border-top: 7px solid #fff;
}

.setagaya01-cta__bubble--red {
	background: #fff;
	color: #A30034;
}

.setagaya01-cta__bubble--red::after {
	border-top: 7px solid #fff;
}

/* CTAボタン */
.setagaya01-cta__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.2s;
}

.setagaya01-cta__btn:hover {
	opacity: 0.85;
}

.setagaya01-cta__btn--teal {
	background-color: #2F7B8E;
	color: #fff;
	box-shadow: 0 4px 12px rgba(47, 123, 142, 0.3);
}

.setagaya01-cta__btn--red {
	background-color: #A30034;
	color: #fff;
	box-shadow: 0 4px 12px rgba(163, 0, 52, 0.3);
}

/* ========== お客様の声 ========== */
.setagaya01-voice {
	background-color: var(--sg-bg);
	padding: 48px 0;
	overflow: hidden;
}

.setagaya01-voice__head {
	text-align: center;
	padding: 0 16px;
	margin-bottom: 24px;
}

.setagaya01-voice__carousel {
	width: 100%;
}

.setagaya01-voice-swiper {
	overflow: visible !important;
	padding: 8px 16px 32px !important;
}

.setagaya01-voice-swiper .swiper-slide {
	width: 280px;
	height: auto;
}

.setagaya01-voice-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 4px 4px 20px 0px rgba(0, 84, 27, 0.15);
	padding: 20px 16px 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}

.setagaya01-voice-card__avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: rgba(33, 85, 46, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}

.setagaya01-voice-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.setagaya01-voice-card__hall-badge {
	display: inline-block;
	background-color: var(--sg-dark-green);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	margin: 0;
	width: fit-content;
}

.setagaya01-voice-card__title {
	font-size: 15px;
	font-weight: 700;
	color: var(--sg-text);
	line-height: 1.5;
	margin: 0;
}

.setagaya01-voice-card__text {
	font-size: 13px;
	color: var(--sg-text);
	line-height: 1.7;
	margin: 0;
	flex: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.setagaya01-voice-card__footer {
	display: flex;
	align-items: center;
	gap: 4px;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	margin-top: auto;
}

.setagaya01-voice-card__footer span {
	font-size: 12px;
	color: var(--sg-text);
}

.setagaya01-voice__foot {
	text-align: center;
	padding: 0 16px;
	margin-top: 24px;
}

.setagaya01-voice__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--sg-primary);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 40px;
	height: 3em;
	border-radius: var(--border-radius-button);
	text-decoration: none;
	transition: opacity 0.2s;
}

.setagaya01-voice__cta:hover {
	opacity: 0.85;
}

/* ========== シミュレーション ========== */
.setagaya01-sim {
	background-color: var(--sg-bg);
	padding: 0 16px 48px;
}

.setagaya01-sim__card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.setagaya01-sim__top {
	background-color: var(--sg-dark-green);
	padding: 28px 24px 0;
	text-align: center;
}

.setagaya01-sim__sub {
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 8px;
}

.setagaya01-sim__sub::before,
.setagaya01-sim__sub::after {
	filter: brightness(0) invert(1);
	opacity: 0.8;
}

.setagaya01-sim__title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 24px;
}

.setagaya01-sim__mascot-row {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 16px;
}

.setagaya01-sim__panda {
	width: 90px;
	height: auto;
	flex-shrink: 0;
	position: relative;
	bottom: -8px;
}

.setagaya01-sim__balloon {
	width: 130px;
	height: auto;
	margin-bottom: 24px;
}

.setagaya01-sim__bottom {
	background: #fff;
	padding: 20px 24px;
}

.setagaya01-sim__btn {
	display: block;
	background-color: var(--sg-dark-green);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 18px;
	border-radius: 12px;
	text-decoration: none;
	transition: opacity 0.2s;
}

.setagaya01-sim__btn:hover {
	opacity: 0.85;
}

/* ========== LINE（終活サポート） ========== */
.setagaya01-line {
	background-color: #fff;
	padding: 48px 16px;
}

.setagaya01-line__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.setagaya01-line__badges {
	display: flex;
	justify-content: center;
	gap: 12px;
}

/* 金色バッジ（八角形） */

.setagaya01-line__highlight {
	font-size: 14px;
	font-weight: 700;
	color: var(--sg-text);
	text-align: center;
	margin: 0;
	display: inline-block;
	background: linear-gradient(to top, rgba(24, 43, 30, 0.18) 35%, transparent 35%);
}

.setagaya01-line__text {
	font-size: 14px;
	text-align: center;
	line-height: 2;
	color: var(--sg-text);
	margin: 0;
}

.setagaya01-line__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	height: 56px;
	background-color: var(--sg-line);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 4px 12px var(--sg-line-shadow);
	transition: opacity 0.2s;
}

.setagaya01-line__btn:hover {
	opacity: 0.85;
}

/* ========== サービス ========== */
.setagaya01-service {
	background-color: var(--sg-bg);
	padding: 48px 16px;
}

.setagaya01-service__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.setagaya01-service__list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.setagaya01-service-item {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border-radius: 8px;
	padding: 14px 16px;
	text-decoration: none;
	color: var(--sg-text);
	transition: opacity 0.2s;
}

.setagaya01-service-item:hover {
	opacity: 0.75;
}

.setagaya01-service-item__thumb {
	width: 52px;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
	flex-shrink: 0;
	background: #ddd;
}

.setagaya01-service-item__thumb-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.setagaya01-service-item__label {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}

.setagaya01-service-item__arrow {
	font-size: 16px;
	color: var(--sg-primary);
	flex-shrink: 0;
}

/* ========== FAQ ========== */
.setagaya01-faq {
	background-color: var(--sg-bg);
	padding: 48px 16px;
}

.setagaya01-faq__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.setagaya01-faq__list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.setagaya01-faq-item {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.setagaya01-faq-item__header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 14px;
	cursor: pointer;
	list-style: none;
}

.setagaya01-faq-item__header::-webkit-details-marker {
	display: none;
}

/* Q バッジ */
.setagaya01-faq-item__q-badge {
	width: 28px;
	height: 28px;
	min-width: 28px;
	border-radius: 50%;
	background-color: var(--sg-primary);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.setagaya01-faq-item__q-text {
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	color: var(--sg-text);
	line-height: 1.5;
	margin: 0;
}

/* + トグル */
.setagaya01-faq-item__toggle {
	width: 24px;
	height: 24px;
	min-width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 300;
	color: var(--sg-primary);
	flex-shrink: 0;
	transition: transform 0.3s;
}

.setagaya01-faq-item[open] .setagaya01-faq-item__toggle {
	transform: rotate(45deg);
}

.setagaya01-faq-item__content {
	padding: 0 14px 16px 52px;
}

.setagaya01-faq-item__a-text {
	font-size: 14px;
	line-height: 1.7;
	color: var(--sg-text);
	margin: 0;
}

/* ========================================
   PC対応 (min-width: 768px)
   ======================================== */
@media screen and (min-width: 768px) {

	/* FV: リンク無効 */
	.setagaya01-fv__link {
		pointer-events: none;
	}

	/* 各セクション横幅制限 */
	.setagaya01-halls__head,
	.setagaya01-halls__foot,
	.setagaya01-cta__body,
	.setagaya01-voice__head,
	.setagaya01-voice__foot,
	.setagaya01-line__body,
	.setagaya01-service__body,
	.setagaya01-faq__body {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

	/* ホールカルーセル: PCでは最大幅1030px・左揃え・右端をコンテンツ幅でクリップ */
	.setagaya01-halls__carousel {
		max-width: 1030px;
		margin: 0 auto;
		overflow: hidden;
	}

	.setagaya01-halls-swiper {
		padding: 12px 40px 40px !important;
	}

	.setagaya01-halls-swiper .swiper-slide {
		width: 380px;
	}

	/* プランカード: PCでは最大幅1030px・左揃え */
	.setagaya01-plan__carousel {
		max-width: 1030px;
		margin: 0 auto;
		overflow: hidden;
	}

	.setagaya01-plan-swiper {
		padding: 8px 40px 40px !important;
	}

	.setagaya01-plan-swiper .swiper-slide {
		width: 360px;
	}

	/* CTA: 横並び2列 */
	.setagaya01-cta__body {
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		gap: 24px;
		max-width: 800px;
	}

	.setagaya01-cta__item {
		flex: 1;
		max-width: 340px;
	}

	/* PC: 電話リンクはアプリを開く（pointer-events はそのまま） */

	/* Voice Swiper */
	.setagaya01-voice__carousel {
		max-width: 1030px;
		margin: 0 auto;
		overflow: hidden;
	}

	.setagaya01-voice-swiper {
		padding: 8px 40px 32px !important;
	}

	.setagaya01-voice-swiper .swiper-slide {
		width: 340px;
	}

	/* イベント: PC幅制限 */
	.setagaya01-events__carousel {
		max-width: 1030px;
		margin: 0 auto;
		overflow: hidden;
	}

	.setagaya01-events-swiper {
		padding: 8px 40px 40px !important;
	}

	.setagaya01-events-swiper .swiper-slide {
		width: 300px;
	}

	/* サービス: 横並び */
	.setagaya01-service__list {
		gap: 12px;
	}

	/* シミュレーション: PC幅制限・横レイアウト */
	.setagaya01-sim .section__wrapper {
		max-width: 560px;
	}

	.setagaya01-sim__title {
		font-size: 32px;
	}

	.setagaya01-sim__panda {
		width: 140px;
	}

	/* TVCM: 吹き出しをパンダに近づける */
	.setagaya01-tvcm__head {
		justify-content: flex-end;
		gap: 16px;
	}

	.setagaya01-tvcm__badge {
		margin-left: 0;
	}

}
