.tzlp {
	--tzlp-primary: #6d91ce;
	--tzlp-deep: #365c96;
	--tzlp-line: #06c755;
	--tzlp-ink: #1c2432;
	--tzlp-muted: #5d6778;
	--tzlp-surface: #f8fbff;
	--tzlp-surface-alt: #eef4fb;
	--tzlp-night: #19212d;
	--tzlp-border: rgba(54, 92, 150, 0.14);
	--tzlp-shadow: 0 20px 40px rgba(20, 35, 63, 0.12);
	--tzlp-radius: 24px;
	color: var(--tzlp-ink);
	background: #ffffff;
}

.tzlp img {
	display: block;
	width: 100%;
	height: auto;
}

.tzlp a {
	text-decoration: none;
}

.tzlp-shell {
	width: min(100% - 32px, 1120px);
	margin: 0 auto;
}

.tzlp-shell--narrow {
	width: min(100% - 32px, 920px);
}

.tzlp-section {
	position: relative;
	padding: 64px 0;
}

.tzlp-section--surface {
	background: #ffffff;
}

.tzlp-section--night {
	background: var(--tzlp-night);
}

.tzlp-section--deep {
	background:
		radial-gradient(circle at top, rgba(109, 145, 206, 0.28), transparent 45%),
		var(--tzlp-deep);
}

.tzlp-section--mist {
	background: var(--tzlp-surface-alt);
}

.tzlp-section--primary {
	background:
		linear-gradient(135deg, #5d83c5, #365c96 60%),
		var(--tzlp-deep);
}

.tzlp-section--lift {
	padding-top: 0;
	background: linear-gradient(180deg, #ffffff 0%, var(--tzlp-surface) 100%);
}

.tzlp-section-head {
	margin-bottom: 40px;
}

.tzlp-section-head--center {
	text-align: center;
}

.tzlp-eyebrow {
	margin: 0 0 12px;
	color: var(--tzlp-primary);
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tzlp-eyebrow--light {
	color: rgba(255, 255, 255, 0.72);
}

.tzlp-title-xl,
.tzlp-title-lg,
.tzlp-title-md {
	margin: 0;
	letter-spacing: 0.02em;
}

.tzlp-title-xl {
	font-size: clamp(3.2rem, 6vw, 5.6rem);
	line-height: 1.2;
	font-weight: 700;
}

.tzlp-title-xl--compact {
	margin-bottom: 24px;
	color: #ffffff;
	text-align: center;
}

.tzlp-title-lg {
	font-size: clamp(2.8rem, 4.4vw, 4rem);
	line-height: 1.3;
	font-weight: 700;
}

.tzlp-title-lg--light {
	color: #ffffff;
}

.tzlp-title-md {
	font-size: clamp(2rem, 3vw, 2.6rem);
	line-height: 1.4;
	font-weight: 700;
}

.tzlp-title-md--light {
	color: #ffffff;
}

.tzlp-copy,
.tzlp-lead,
.tzlp-copy-block p,
.tzlp-card p,
.tzlp-plan__audience,
.tzlp-plan__list,
.tzlp-faq__answer,
.tzlp-note,
.tzlp-pull p {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: 0.03em;
}

.tzlp-lead {
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.94);
}

.tzlp-copy {
	margin: 16px 0 0;
	color: var(--tzlp-muted);
}

.tzlp-copy--center {
	text-align: center;
}

.tzlp-copy--light {
	color: rgba(255, 255, 255, 0.88);
}

.tzlp-copy-block {
	max-width: 760px;
}

.tzlp-copy-block--center {
	margin: 0 auto;
	text-align: center;
}

.tzlp-copy-block--light p {
	color: rgba(255, 255, 255, 0.88);
}

.tzlp-copy-block p,
.tzlp-card p,
.tzlp-pull p,
.tzlp-faq__answer p {
	margin: 0;
}

.tzlp-copy-block p + p,
.tzlp-card p + p,
.tzlp-pull p + p,
.tzlp-faq__answer p + p {
	margin-top: 20px;
}

.tzlp-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 460px;
	padding: 40px 0 48px;
	overflow: hidden;
}

.tzlp-hero__media,
.tzlp-hero__overlay {
	position: absolute;
	inset: 0;
}

.tzlp-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 写真の下側（ラクダ・砂丘）をメインに使う */
	object-position: center 56%;
}

.tzlp-hero__overlay {
	/* 左上（文字）を暗く、右〜下の砂漠は見せる。白フェードは廃止 */
	background:
		linear-gradient(110deg, rgba(8, 12, 20, 0.78) 0%, rgba(8, 12, 20, 0.42) 35%, rgba(8, 12, 20, 0.12) 62%, rgba(8, 12, 20, 0) 85%),
		linear-gradient(180deg, rgba(8, 12, 20, 0.4) 0%, rgba(8, 12, 20, 0) 55%);
}

.tzlp-hero__content {
	position: relative;
	z-index: 1;
}

.tzlp-hero__copy {
	max-width: 720px;
	padding: 28px 0;
}

.tzlp-hero__copy .tzlp-title-xl,
.tzlp-hero__copy .tzlp-title-xl span {
	color: #ffffff;
}

.tzlp-hero__copy .tzlp-title-xl span {
	color: #d7e5ff;
}

.tzlp-badge,
.tzlp-chip,
.tzlp-card__eyebrow,
.tzlp-plan__flag {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.tzlp-badge {
	margin: 0 0 20px;
	color: #ffffff;
	background: rgba(109, 145, 206, 0.92);
}

.tzlp-card__eyebrow {
	margin-bottom: 24px;
	color: var(--tzlp-primary);
	background: rgba(109, 145, 206, 0.12);
}

.tzlp-card__eyebrow--light {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.14);
}

.tzlp-chip {
	margin-bottom: 20px;
	color: #ffffff;
	background: var(--tzlp-deep);
}

.tzlp-cta-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-top: 32px;
}

.tzlp-cta-group--center {
	align-items: center;
}

.tzlp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 16px 32px;
	border-radius: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.tzlp-btn:hover,
.tzlp-btn:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.05);
	box-shadow: 0 16px 28px rgba(6, 199, 85, 0.26);
}

.tzlp-btn--line {
	color: #ffffff;
	background: var(--tzlp-line);
	box-shadow: 0 14px 28px rgba(6, 199, 85, 0.24);
}

.tzlp-btn--full {
	width: 100%;
	margin-top: auto;
}

.tzlp-note {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
}

.tzlp-note--light {
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
}

.tzlp-scroll {
	position: absolute;
	bottom: 16px;
	left: 50%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	transform: translateX(-50%);
}

.tzlp-scroll__arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	animation: tzlp-bounce 1.8s ease-in-out infinite;
}

.tzlp-grid--pain {
	position: relative;
	display: grid;
	gap: 24px;
}

/* 青カード右上の余白にタビスケをさりげなく（文字と被らない・小さめ）
   ※ .tzlp img { width:100% } に負けないよう詳細度を上げる */
.tzlp-pull .tzlp-pain__mascot {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 78px;
	height: auto;
	transform: rotate(8deg);
	filter: drop-shadow(0 6px 12px rgba(20, 30, 60, 0.25));
	pointer-events: none;
	z-index: 2;
}

.tzlp-list,
.tzlp-link-list,
.tzlp-plan__list {
	margin: 24px 0 28px;
	padding: 0;
	list-style: none;
}

.tzlp-list li,
.tzlp-link-list li,
.tzlp-plan__list li {
	position: relative;
	padding-left: 28px;
}

/* 赤丸リストは行高をゆとり持たせる（折り返し時に詰まらないように） */
.tzlp-list li {
	font-size: 1.6rem;
	line-height: 1.7;
}

.tzlp-list li + li,
.tzlp-link-list li + li,
.tzlp-plan__list li + li {
	margin-top: 16px;
}

.tzlp-list li::before,
.tzlp-link-list li::before,
.tzlp-plan__list li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 999px;
}

.tzlp-list li::before {
	/* 1行目の縦中央に丸を合わせる（line-height 1.7 基準） */
	top: calc(0.85em - 6px);
	background: #e75656;
	box-shadow: 0 0 0 4px rgba(231, 86, 86, 0.12);
}

.tzlp-link-list li::before,
.tzlp-plan__list li::before {
	background: var(--tzlp-primary);
	box-shadow: 0 0 0 4px rgba(109, 145, 206, 0.12);
}

.tzlp-pull {
	position: relative;
	overflow: hidden;
	padding: 40px;
	color: #ffffff;
	background: linear-gradient(135deg, var(--tzlp-primary), var(--tzlp-deep));
	border-radius: var(--tzlp-radius);
	box-shadow: var(--tzlp-shadow);
}

/* 右上に柔らかい光のアクセント（のっぺり感の解消） */
.tzlp-pull::after {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 240px;
	height: 240px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.tzlp-pull__eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	padding: 5px 14px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
}

.tzlp-pull__title {
	position: relative;
	margin: 0 0 18px;
	font-size: clamp(2rem, 2.8vw, 2.6rem);
	line-height: 1.5;
	font-weight: 700;
}

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

.tzlp-gallery__item {
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 1 / 1;
}

.tzlp-gallery__item img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.tzlp-gallery__item:hover img {
	transform: scale(1.06);
}

.tzlp-stats {
	display: grid;
	gap: 20px;
	margin-top: 40px;
}

/* 統計ボックスの下に余白を足してコピー文と離す。最大幅を広げPCで各文を1行に収める */
.tzlp-stats + .tzlp-copy-block {
	max-width: 920px;
	margin-top: 40px;
}

.tzlp-stat {
	padding: 28px 24px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--tzlp-radius);
	backdrop-filter: blur(10px);
}

.tzlp-stat__value {
	margin: 0;
	color: #d7e5ff;
	font-size: clamp(3rem, 5vw, 4.8rem);
	font-weight: 700;
	line-height: 1.2;
}

.tzlp-stat__label {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.tzlp-philosophy {
	margin-top: -36px;
	padding: 40px 32px;
	background: #ffffff;
	border: 1px solid var(--tzlp-border);
	border-radius: 32px;
	box-shadow: var(--tzlp-shadow);
}

/* 価値観カード: 本文の幅制限を外して見出しと右端を揃える（左右の余白を均等に） */
.tzlp-philosophy .tzlp-copy-block {
	max-width: none;
}

/* 語の途中で改行しない（対応ブラウザは句単位で折り返す） */
.tzlp-philosophy .tzlp-title-lg,
.tzlp-philosophy .tzlp-copy-block p {
	word-break: auto-phrase;
}

/* 見出しは意味のまとまり単位で折り返す（非対応ブラウザ向けの保険） */
.tzlp-philosophy__clause {
	display: inline-block;
}

.tzlp-card-grid {
	display: grid;
	gap: 20px;
}

.tzlp-card {
	display: flex;
	flex-direction: column;
	padding: 32px 24px;
	background: #ffffff;
	border: 1px solid var(--tzlp-border);
	border-radius: var(--tzlp-radius);
	box-shadow: 0 12px 24px rgba(32, 55, 92, 0.06);
}

.tzlp-card--accent {
	color: #ffffff;
	background: linear-gradient(180deg, rgba(109, 145, 206, 0.96), rgba(54, 92, 150, 0.98));
	border-color: transparent;
	box-shadow: 0 20px 36px rgba(54, 92, 150, 0.22);
}

.tzlp-card--accent .tzlp-card__eyebrow,
.tzlp-card--accent .tzlp-title-md,
.tzlp-card--accent p {
	color: #ffffff;
}

.tzlp-card--accent .tzlp-card__eyebrow {
	background: rgba(255, 255, 255, 0.14);
}

.tzlp-card--glass {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(12px);
}

.tzlp-card--benefit {
	min-height: 100%;
}

.tzlp-activity-card {
	padding-top: 0;
	overflow: hidden;
}

.tzlp-activity-card__media {
	margin: 0 -24px 20px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.tzlp-activity-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.tzlp-activity-card:hover .tzlp-activity-card__media img {
	transform: scale(1.05);
}

.tzlp-card__media {
	margin-top: auto;
	overflow: hidden;
	border-radius: 18px;
	aspect-ratio: 16 / 10;
}

/* メンバー特典カードのスライド画像は16:9で全体を見せる（切り抜かない） */
.tzlp-card__media--slide {
	aspect-ratio: 16 / 9;
}

/* 開催予定のイベント */
.tzlp-btn--primary {
	color: #ffffff;
	background: linear-gradient(135deg, var(--tzlp-primary) 0%, var(--tzlp-deep) 100%);
	box-shadow: 0 12px 24px rgba(54, 92, 150, 0.24);
}

.tzlp-btn--primary:hover,
.tzlp-btn--primary:focus-visible {
	box-shadow: 0 16px 28px rgba(54, 92, 150, 0.32);
}

.tzlp-event-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 920px;
	margin: 0 auto;
}

.tzlp-event {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid var(--tzlp-border);
	border-radius: 16px;
	box-shadow: 0 12px 26px rgba(32, 55, 92, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tzlp-event:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 34px rgba(32, 55, 92, 0.13);
}

.tzlp-event__media {
	position: relative;
	flex: 0 0 auto;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--tzlp-primary), var(--tzlp-deep));
}

.tzlp-event__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tzlp-event__media-date {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #ffffff;
}

.tzlp-event__md {
	font-size: 3.4rem;
	font-weight: 800;
	line-height: 1;
}

.tzlp-event__dow {
	font-size: 1.6rem;
	font-weight: 700;
}

.tzlp-event__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px 22px;
}

.tzlp-event__meta {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--tzlp-primary);
}

.tzlp-event__title {
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1.45;
	color: var(--tzlp-ink);
}

.tzlp-event__text {
	font-size: 1.4rem;
	line-height: 1.8;
	color: var(--tzlp-muted);
}

.tzlp-event__more {
	margin-top: 6px;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--tzlp-deep);
}

.tzlp-event-foot {
	margin-top: 28px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.tzlp-event {
		flex-direction: row;
		align-items: stretch;
	}

	.tzlp-event__media {
		flex: 0 0 280px;
		aspect-ratio: auto;
	}

	.tzlp-event__body {
		flex: 1 1 auto;
		justify-content: center;
		padding: 24px 30px;
	}
}

/* 提携店舗・協力企業（スポンサー枠） */
.tzlp-partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.tzlp-partner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	flex: 1 1 calc(50% - 8px);
	max-width: calc(50% - 8px);
}

.tzlp-partner__logo,
.tzlp-partner__ph {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 20px;
	background: #ffffff;
	border: 1px solid var(--tzlp-border);
	border-radius: 16px;
	box-shadow: 0 10px 22px rgba(32, 55, 92, 0.05);
}

.tzlp-partner__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.tzlp-partner__name {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	color: var(--tzlp-ink);
}

.tzlp-partner__ph {
	flex-direction: column;
	gap: 10px;
	color: rgba(54, 92, 150, 0.32);
}

.tzlp-partner__phlabel {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) {
	.tzlp-partner {
		flex: 1 1 calc((100% - 64px) / 5);
		max-width: calc((100% - 64px) / 5);
	}
}

/* 参加者の声 */
.tzlp-voice-list {
	display: flex;
	flex-direction: column;
	gap: 28px;
	max-width: 1000px;
	margin: 0 auto;
}

.tzlp-voice {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 30px 28px;
	background: #ffffff;
	border: 1px solid var(--tzlp-border);
	border-top: 4px solid var(--tzlp-primary);
	border-radius: 20px;
	box-shadow: 0 14px 30px rgba(32, 55, 92, 0.08);
}

.tzlp-voice__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.tzlp-voice__name {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 5px 16px;
	border-radius: 999px;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--tzlp-deep);
	background: rgba(109, 145, 206, 0.14);
}

.tzlp-voice__attr {
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--tzlp-muted);
}

.tzlp-voice__title {
	margin-bottom: 14px;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.4;
	color: var(--tzlp-deep);
}

.tzlp-voice__comment {
	font-size: 1.45rem;
	line-height: 1.95;
	color: var(--tzlp-ink);
}

.tzlp-voice__avatar {
	align-self: center;
	width: 130px;
	height: 130px;
	border-radius: 999px;
	overflow: hidden;
	border: 4px solid #ffffff;
	box-shadow: 0 10px 24px rgba(32, 55, 92, 0.16);
}

.tzlp-voice__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 768px) {
	.tzlp-voice {
		flex-direction: row;
		align-items: center;
		gap: 36px;
		padding: 36px 40px;
	}

	.tzlp-voice__body {
		flex: 1 1 auto;
		min-width: 0;
	}

	.tzlp-voice__avatar {
		flex: 0 0 180px;
		width: 180px;
		height: 180px;
		align-self: center;
	}
}

/* 画像を持つカードは本文と画像の間に最小余白を確保（下端揃えのため margin-top:auto と併用） */
.tzlp-card:has(.tzlp-card__media) p:last-of-type {
	margin-bottom: 24px;
}

.tzlp-card__media img {
	height: 100%;
	object-fit: cover;
}

.tzlp-link-list a {
	color: var(--tzlp-deep);
	font-weight: 700;
}

.tzlp-link-list a:hover,
.tzlp-link-list a:focus-visible {
	text-decoration: underline;
}

.tzlp-plan-grid {
	display: grid;
	gap: 20px;
}

.tzlp-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 32px 24px;
	background: #ffffff;
	border: 1px solid rgba(54, 92, 150, 0.18);
	border-radius: 28px;
	box-shadow: 0 14px 26px rgba(32, 55, 92, 0.08);
}

.tzlp-plan--featured {
	border-width: 2px;
	border-color: var(--tzlp-primary);
	box-shadow: 0 20px 34px rgba(54, 92, 150, 0.14);
}

.tzlp-plan__flag {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	background: var(--tzlp-deep);
	border-radius: 0 28px 0 20px;
}

.tzlp-plan__audience {
	margin: 8px 0 0;
	color: var(--tzlp-muted);
}

.tzlp-plan__note {
	margin: 12px 0 0;
	padding: 10px 14px;
	color: var(--tzlp-deep);
	background: rgba(109, 145, 206, 0.1);
	border-radius: 12px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
}

.tzlp-plan__price {
	display: flex;
	align-items: baseline;
	gap: 2px;
	margin: 20px 0 0;
	color: var(--tzlp-deep);
	font-size: clamp(4rem, 8vw, 6.8rem);
	font-weight: 700;
	line-height: 1;
}

.tzlp-plan__price span {
	font-size: 2.4rem;
}

.tzlp-plan__price small {
	margin-left: 4px;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--tzlp-muted);
}

.tzlp-faq {
	display: grid;
	gap: 14px;
}

.tzlp-faq__item {
	background: #ffffff;
	border: 1px solid rgba(54, 92, 150, 0.18);
	border-radius: 18px;
	box-shadow: 0 8px 18px rgba(32, 55, 92, 0.06);
}

.tzlp-faq__item summary {
	position: relative;
	display: block;
	padding: 24px 56px 24px 24px;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	list-style: none;
}

.tzlp-faq__item summary::-webkit-details-marker {
	display: none;
}

.tzlp-faq__item summary::before,
.tzlp-faq__item summary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 14px;
	height: 2px;
	background: var(--tzlp-primary);
	transform: translateY(-50%);
	transition: transform 0.2s ease;
}

.tzlp-faq__item summary::after {
	transform: translateY(-50%) rotate(90deg);
}

.tzlp-faq__item[open] summary::after {
	transform: translateY(-50%) rotate(0deg);
}

.tzlp-faq__answer {
	padding: 0 24px 24px;
	color: var(--tzlp-muted);
}

.tzlp-final {
	position: relative;
	padding: 72px 0 96px;
	text-align: center;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 24%),
		radial-gradient(circle at bottom left, rgba(215, 229, 255, 0.18), transparent 26%),
		var(--tzlp-deep);
}

.tzlp-sticky-cta {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 40;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 18px;
	color: #ffffff;
	background: var(--tzlp-line);
	border-radius: 999px;
	box-shadow: 0 16px 32px rgba(6, 199, 85, 0.28);
	font-size: 1.4rem;
	font-weight: 700;
}

.tzlp-sticky-cta:hover,
.tzlp-sticky-cta:focus-visible {
	filter: brightness(1.06);
}

@keyframes tzlp-bounce {
	0%,
	100% {
		transform: rotate(45deg) translate(0, 0);
	}

	50% {
		transform: rotate(45deg) translate(4px, 4px);
	}
}

@media only screen and (min-width: 768px) {
	.tzlp-section {
		padding: 88px 0;
	}

	.tzlp-grid--pain,
	.tzlp-plan-grid,
	.tzlp-card-grid--two {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tzlp-pull .tzlp-pain__mascot {
		width: 92px;
		top: 18px;
		right: 20px;
	}

	.tzlp-gallery {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 20px;
	}

	.tzlp-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	/* 3カラム時はカード幅が狭いので太字タイトルを縮めて1行に収める */
	.tzlp-card-grid--three .tzlp-title-md {
		font-size: clamp(1.8rem, 1.7vw, 2.1rem);
		letter-spacing: 0;
	}

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

	.tzlp-card--accent {
		transform: none;
	}

	.tzlp-philosophy {
		margin-top: -48px;
		padding: 56px 48px;
	}

	.tzlp-final {
		padding: 96px 0 120px;
	}
}

@media only screen and (min-width: 992px) {
	.tzlp-hero {
		min-height: 520px;
		padding: 56px 0 64px;
	}

	.tzlp-hero__copy {
		max-width: 940px;
		padding: 40px 0;
	}

	.tzlp-section--lift {
		padding-top: 8px;
	}

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

	.tzlp-pull {
		padding: 40px;
		align-self: center;
	}
}

@media only screen and (max-width: 767px) {
	.tzlp-sticky-cta {
		right: 12px;
		left: 12px;
		bottom: 12px;
	}

	/* ヒーローのラクダ写真はモバイルでは全幅で隊列ごと見せ、コピーは画像の下に置く */
	.tzlp-hero {
		flex-direction: column;
		min-height: 0;
		padding: 0 0 8px;
	}

	.tzlp-hero__media {
		position: relative;
		inset: auto;
		width: 100%;
	}

	.tzlp-hero__image {
		height: auto;
		object-fit: contain;
	}

	.tzlp-hero__overlay {
		display: none;
	}

	.tzlp-hero__content {
		width: 100%;
	}

	.tzlp-hero__copy {
		max-width: 100%;
		padding: 22px 20px 28px;
	}

	.tzlp-hero__copy .tzlp-title-xl,
	.tzlp-hero__copy .tzlp-title-xl span {
		color: #1f2d4a;
	}

	.tzlp-hero__copy .tzlp-title-xl span {
		color: #4f74b8;
	}

	.tzlp-hero__copy .tzlp-lead {
		color: #4a5568;
	}

	.tzlp-scroll {
		display: none;
	}

	/* 料金プランの箇条書きは折り返さず、画面幅に応じて文字を縮めて1行に収める */
	.tzlp-plan__list li {
		white-space: nowrap;
		font-size: clamp(0.66rem, 3.4vw, 0.95rem);
	}
}

/* ヒーローのリード文は十分な横幅がある時だけ1行で見せる（横スクロール防止） */
@media only screen and (min-width: 1100px) {
	.tzlp-hero__copy {
		max-width: 1060px;
	}

	.tzlp-hero__copy .tzlp-lead {
		white-space: nowrap;
	}
}

/* 記事への入口セクション */
.tzlp-articles__group + .tzlp-articles__group {
	margin-top: 48px;
}

.tzlp-articles__subtitle {
	margin: 0 0 20px;
	padding-left: 14px;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5;
	border-left: 4px solid var(--tzlp-primary);
}

.tzlp-articles .tzlp-copy strong {
	color: var(--tzlp-deep);
}

.tzlp-theme-card {
	gap: 4px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tzlp-theme-card:hover,
.tzlp-theme-card:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 18px 30px rgba(54, 92, 150, 0.16);
}

.tzlp-theme-card__title {
	margin: 12px 0 0;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--tzlp-ink);
}

.tzlp-theme-card p {
	margin-top: 10px;
	flex: 1;
}

.tzlp-country-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.tzlp-country-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 18px 20px;
	text-align: center;
	background: #ffffff;
	border: 1px solid var(--tzlp-border);
	border-radius: 16px;
	box-shadow: 0 8px 18px rgba(32, 55, 92, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tzlp-country-card:hover,
.tzlp-country-card:focus-visible {
	transform: translateY(-2px);
	border-color: var(--tzlp-primary);
	box-shadow: 0 14px 24px rgba(54, 92, 150, 0.14);
}

.tzlp-country-card__name {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--tzlp-ink);
}

.tzlp-article-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tzlp-article-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid var(--tzlp-border);
	border-radius: 18px;
	box-shadow: 0 8px 18px rgba(32, 55, 92, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tzlp-article-card:hover,
.tzlp-article-card:focus-within {
	transform: translateY(-2px);
	box-shadow: 0 16px 28px rgba(54, 92, 150, 0.14);
}

.tzlp-article-card__thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.tzlp-article-card__thumb img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.tzlp-article-card:hover .tzlp-article-card__thumb img {
	transform: scale(1.05);
}

.tzlp-article-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 18px 20px;
}

.tzlp-article-card__cat {
	align-self: flex-start;
	padding: 4px 12px;
	border-radius: 999px;
	color: var(--tzlp-primary);
	background: rgba(109, 145, 206, 0.12);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.tzlp-article-card__title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.tzlp-article-card__title a {
	color: var(--tzlp-ink);
}

.tzlp-article-card__title a:hover,
.tzlp-article-card__title a:focus-visible {
	color: var(--tzlp-deep);
}

.tzlp-article-card__date {
	margin: auto 0 0;
	color: var(--tzlp-muted);
	font-size: 1.2rem;
	font-weight: 700;
}

.tzlp-articles__more {
	margin-top: 40px;
	text-align: center;
}

.tzlp-btn--ghost {
	color: var(--tzlp-deep);
	background: #ffffff;
	border: 2px solid var(--tzlp-primary);
	box-shadow: 0 12px 24px rgba(54, 92, 150, 0.1);
}

.tzlp-btn--ghost:hover,
.tzlp-btn--ghost:focus-visible {
	color: #ffffff;
	background: var(--tzlp-primary);
	box-shadow: 0 16px 28px rgba(54, 92, 150, 0.22);
}

@media only screen and (min-width: 768px) {
	.tzlp-country-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.tzlp-article-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.tzlp-articles__group + .tzlp-articles__group {
		margin-top: 64px;
	}
}

/* テーマで選ぶ カードのアイキャッチ画像 */
.tzlp-theme-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	margin-bottom: 16px;
	border-radius: 14px;
	overflow: hidden;
	background: rgba(109, 145, 206, 0.1);
}
.tzlp-theme-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
