/* Smart Life theme — upvege のデザイン言語を踏襲（実サイトCSSから抽出した実値）
   ink #261f19 / ivory bg rgb(255,255,238) / vivid greens + 野菜アクセント / 丸ゴシック / 大きな角丸 / 広い行間 */
:root {
	/* グリーン系（upvege 実値: #006c01 / #00ce01 / #83c034 / #d7e8cb） */
	--green-deep: #006c01;
	--green-mid: #1f9d12;
	--green-bright: #00ce01;
	--green-lime: #83c034;
	--green-light: #d7e8cb;
	--green-pale: #eaf3df;
	/* 野菜由来の差し色（旧アクセントトークンを置換） */
	--purple-mid: #6f9e2f;
	--purple-pale: #eef4dd;
	--amber: #f4aa15;
	--amber-pale: #fcefd1;
	--pink-mid: #ef8d90;
	--pink-pale: #fdeef0;
	--blue-mid: #4f8a86;
	--teal-mid: #6aa79c;
	--teal-pale: #e6f0ec;
	--sage: #a9cfc8;
	--tomato: #ef0000;
	--sand: #e3d7ad;
	/* 面・地色 */
	--cream: #f1ede5;
	--ivory: #fffeee;
	--surface: #ffffff;
	--ink: #261f19;
	--ink-mid: #5b524a;
	--ink-light: #8a8178;
	--border: rgba(38, 31, 25, 0.16);
	--border-strong: rgba(38, 31, 25, 0.32);
	/* シャドウ廃止（フラットデザイン） */
	--shadow-sm: none;
	--shadow: none;
	--shadow-md: none;
	--shadow-lg: none;
	--inner-glow: none;
	/* LINE公式グリーン（CTAの役割色として維持） */
	--line: #06c755;
	/* ブランドカラー */
	--sla-accent: #f5c000;
	--sla-accent-hover: #dcb400;
	--sla-btn: #67544a;
	--sla-btn-hover: #534339;
	/* 大きな角丸（upvege: card 2.2rem / pill 50vh） */
	--radius: 2rem;
	--radius-sm: 1rem;
	--radius-md: 1.6rem;
	--radius-lg: 2.6rem;
	--radius-pill: 50vh;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	/* 日本語=Noto Sans JP, 欧文=Montserrat */
	--font-sans: "Noto Sans JP", system-ui, sans-serif;
	--font-serif: var(--font-sans);
	--font-en: "Montserrat", system-ui, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	color: var(--ink);
	background-color: var(--surface);
	background-image: none;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 72px;
}

body.smartlife-branded {
	padding-bottom: 0;
}

@media (min-width: 960px) {
	body {
		background-attachment: fixed;
	}
}

@media (min-width: 880px) {
	body {
		padding-bottom: 0;
	}
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--green-deep);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

a:hover {
	color: var(--green-mid);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: fixed;
	top: -100px;
	left: 16px;
	z-index: 10000;
	background: #111111;
	color: #d4d4d4;
	padding: 12px 16px;
	border-radius: var(--radius-sm);
}

.skip-link:focus {
	top: 16px;
}

.container {
	width: min(1100px, 100% - 48px);
	margin-inline: auto;
}

.container--narrow {
	width: min(720px, 100% - 48px);
}

.section {
	padding-block: clamp(48px, 7vw, 72px);
	position: relative;
}

.section--cream {
	background: var(--cream);
	border-block: 1px solid var(--border);
}

.section--surface {
	background: var(--surface);
	box-shadow: none;
	border-block: 1px solid var(--border);
}

.section--line-banner {
	padding-block: 40px;
	background: var(--cream);
}

.section--courses.section--cream {
	background: var(--cream);
}

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

.section--tight {
	margin-top: 24px;
}

.section__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.section__title {
	font-family: var(--font-serif);
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--green-deep);
	margin: 0 0 16px;
	line-height: 1.35;
}

.section__title--center {
	text-align: center;
}

.section__title--center::after {
	content: "";
	display: block;
	width: min(56px, 18%);
	height: 3px;
	margin: 14px auto 0;
	border-radius: 3px;
	background: #9ca3af;
}

.section__head .section__title {
	position: relative;
	padding-left: 14px;
}

.section__head .section__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	bottom: 0.15em;
	width: 3px;
	border-radius: 3px;
	background: #6b7280;
}

.section__head .section__title::after {
	display: none;
}

.section__link {
	font-family: var(--font-en);
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	color: var(--green-deep);
	padding: 8px 14px;
	border-radius: 100px;
	border: 1px solid var(--border-strong);
	background: rgba(255, 255, 255, 0.65);
	transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}

.section__link:hover {
	background: var(--green-pale);
	border-color: var(--green-mid);
	color: var(--green-deep);
}

.section__foot {
	margin-top: 28px;
}

.center {
	text-align: center;
}

.muted {
	color: var(--ink-light);
}

.small {
	font-size: 13px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(250, 247, 242, 0.82);
	backdrop-filter: saturate(1.2) blur(14px);
	-webkit-backdrop-filter: saturate(1.2) blur(14px);
	border-bottom: 1px solid rgba(45, 106, 79, 0.12);
	box-shadow: none;
	transition:
		background 0.4s var(--ease),
		border-color 0.4s var(--ease),
				backdrop-filter 0.4s var(--ease);
}

body.smartlife-front-hero .site-header--grenada {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

body.admin-bar.smartlife-front-hero .site-header--grenada {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar.smartlife-front-hero .site-header--grenada {
		top: 46px;
	}
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero {
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom-color: transparent;
	box-shadow: none;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .site-title {
	color: #111111;
	text-shadow: none;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .custom-logo-link img {
	filter: none;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-primary__link {
	color: #404040;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-primary__link:hover {
	background: #eeeeee;
	color: #111111;
	box-shadow: none;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-toggle {
	background: #f5f5f5;
	border-color: #cccccc;
	box-shadow: none;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-toggle__bar {
	background: #333333;
}

@media (max-width: 999px) {
	body.smartlife-nav-open .site-header--grenada {
		background: #fafafa !important;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border-bottom-color: #dddddd;
		box-shadow: none;
	}

	body.smartlife-nav-open .site-header--grenada .site-title {
		color: #111111;
	}

	body.smartlife-nav-open .site-header--grenada .custom-logo-link img {
		filter: none;
	}

	body.smartlife-nav-open .site-header--grenada .nav-toggle {
		background: #ffffff;
		border-color: #cccccc;
	}

	body.smartlife-nav-open .site-header--grenada .nav-toggle__bar {
		background: #333333;
	}
}

body.smartlife-nav-open {
	overflow: hidden;
}

.site-header__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 12px 20px;
	padding: 12px 24px;
	width: min(1200px, 100%);
	margin-inline: auto;
	position: relative;
	z-index: 1002;
}

@media (min-width: 1000px) {
	.site-header__inner {
		grid-template-columns: auto 1fr auto;
	}
}

.site-branding .custom-logo-link img {
	max-height: 48px;
	width: auto;
	transition: filter 0.35s var(--ease);
}

.site-title {
	font-family: var(--font-serif);
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--green-deep);
	text-decoration: none;
	transition: color 0.35s var(--ease);
}

.site-description {
	display: none;
}

.nav-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 46px;
	height: 46px;
	border: 1px solid var(--border-strong);
	border-radius: var(--radius-sm);
	background: var(--surface);
	box-shadow: none;
	cursor: pointer;
	transition:
		border-color 0.25s var(--ease),
				background 0.25s var(--ease),
		transform 0.25s var(--ease);
}

.nav-toggle:hover {
	border-color: var(--green-light);
}

.nav-toggle.is-active {
	gap: 0;
}

.nav-toggle__bar {
	display: block;
	height: 2px;
	width: 22px;
	margin-inline: auto;
	background: var(--green-deep);
	border-radius: 2px;
	transition:
		transform 0.3s var(--ease),
		opacity 0.25s var(--ease),
		background 0.25s var(--ease);
}

.nav-toggle.is-active .nav-toggle__bar:first-of-type {
	transform: translateY(2px) rotate(45deg);
}

.nav-toggle.is-active .nav-toggle__bar:last-of-type {
	transform: translateY(-2px) rotate(-45deg);
}

@media (min-width: 1000px) {
	.nav-toggle {
		display: none;
	}
}

.nav-primary {
	grid-column: 1 / -1;
	border-top: 1px solid var(--border);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.nav-primary.is-open {
	max-height: 70vh;
	overflow: auto;
}

@media (max-width: 999px) {
	.nav-primary {
		position: fixed;
		inset: 0;
		top: 0;
		z-index: 1001;
		max-height: none !important;
		height: 100vh;
		height: 100dvh;
		padding: calc(72px + env(safe-area-inset-top, 0px)) 28px 40px;
		margin: 0;
		border: none;
		background: #fafafa;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition:
			opacity 0.38s var(--ease),
			visibility 0.38s;
	}

	.nav-primary.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		overflow-y: auto;
	}

	.nav-primary__list {
		padding: 24px 0 32px;
		gap: 6px;
		align-items: stretch;
		min-height: min(70vh, 560px);
		justify-content: center;
	}

	.nav-primary__link {
		font-family: var(--font-en), var(--font-sans);
		font-size: clamp(13px, 3.8vw, 15px);
		letter-spacing: 0.14em;
		text-transform: uppercase;
		padding: 16px 18px;
		border-radius: var(--radius-sm);
		color: #111111;
		border: 1px solid #dddddd;
		background: #ffffff;
	}

	.nav-primary__link:hover {
		background: #eeeeee;
		color: #111111;
		box-shadow: none;
		border-color: #cccccc;
	}

	.nav-primary__link:focus-visible {
		outline: 2px solid #737373;
		outline-offset: 2px;
		color: #111111;
		background: #f5f5f5;
	}

	.nav-primary .sub-menu {
		padding: 8px 0 4px 12px;
		border-left: 2px solid #bbbbbb;
		margin-top: 6px;
	}

	.nav-primary .sub-menu .nav-primary__link {
		font-size: 14px;
		text-transform: none;
		letter-spacing: 0.04em;
		padding: 10px 14px;
		border: none;
		background: transparent;
	}

	body.smartlife-front-hero .btn--header {
		position: relative;
		z-index: 1003;
		box-shadow: none;
	}

	body.smartlife-front-hero .site-header--grenada.site-header--over-hero .btn--header {
		box-shadow: none;
	}
}

@media (min-width: 1000px) {
	.nav-primary {
		grid-column: auto;
		border-top: none;
		max-height: none;
		overflow: visible;
		justify-self: center;
		background: transparent;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		position: relative;
		inset: auto;
		height: auto;
		padding: 0;
	}
}

.nav-primary__list {
	list-style: none;
	margin: 0;
	padding: 12px 0 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

@media (min-width: 1000px) {
	.nav-primary__list {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		padding: 0;
		gap: 4px 8px;
		min-height: 0;
		justify-content: center;
	}
}

.nav-primary__item {
	position: relative;
}

@media (min-width: 1000px) {
	.nav-primary__link {
		display: block;
		padding: 10px 12px;
		border-radius: 8px;
		color: var(--ink-mid);
		font-size: 14px;
		font-weight: 400;
		text-decoration: none;
		transition: background 0.2s var(--ease), color 0.2s var(--ease);
	}

	.nav-primary__link:hover {
		background: #eeeeee;
		color: #111111;
		box-shadow: none;
		border: 1px solid #dddddd;
	}

	.nav-primary__link:focus-visible {
		outline: 2px solid #737373;
		outline-offset: 2px;
		background: #eeeeee;
		color: #111111;
	}
}

.nav-primary .sub-menu {
	list-style: none;
	margin: 0;
	padding: 4px 0 8px 12px;
}

@media (min-width: 1000px) {
	.nav-primary .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 200px;
		background: #fff;
		border: 1px solid var(--border);
		border-radius: 12px;
		box-shadow: none;
		padding: 8px;
		opacity: 0;
		pointer-events: none;
		transform: translateY(6px);
		transition: opacity 0.2s, transform 0.2s;
		z-index: 20;
	}

	.nav-primary__item:hover > .sub-menu,
	.nav-primary__item:focus-within > .sub-menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 100px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition:
		background 0.22s var(--ease),
		color 0.22s var(--ease),
		border-color 0.22s var(--ease),
				transform 0.22s var(--ease);
}

.btn:focus-visible {
	outline: 2px solid #737373;
	outline-offset: 3px;
}

.btn:active {
	transform: scale(0.98);
}

.btn--primary {
	background: #111111;
	color: #d4d4d4;
	box-shadow: none;
}

.btn--primary:hover {
	background: #262626;
	color: #d4d4d4;
	box-shadow: none;
}

.btn--secondary {
	background: var(--surface);
	color: var(--ink);
	border-color: var(--border-strong);
	box-shadow: none;
}

.btn--secondary:hover {
	background: var(--cream);
	box-shadow: none;
}

.btn--ghost {
	background: transparent;
	color: var(--ink);
	border-color: var(--border-strong);
}

.btn--ghost:hover {
	border-color: var(--ink-mid);
	background: var(--cream);
}

.btn--ghost-light {
	background: #e5e5e5;
	color: #111111;
	border-color: #a3a3a3;
	backdrop-filter: none;
}

.btn--ghost-light:hover {
	background: #d4d4d4;
	color: #111111;
}

.btn--line {
	background: #404040;
	color: #d4d4d4;
	border-color: #404040;
	box-shadow: none;
}

.btn--line:hover {
	filter: none;
	color: #e5e5e5;
	box-shadow: none;
}

.btn--header {
	padding-inline: 14px;
	font-size: 13px;
}

.btn--large {
	padding: 14px 28px;
	font-size: 15px;
}

.btn--header {
	justify-self: end;
}

@media (max-width: 999px) {
	.btn--header {
		grid-column: 2;
		grid-row: 1;
	}
}

.btn--line__icon {
	font-family: var(--font-en);
	font-size: 11px;
	font-weight: 700;
}

.hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.hero--grenada {
	min-height: min(92vh, 900px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: clamp(5.5rem, 14vw, 8rem) 0 clamp(4rem, 10vw, 5.5rem);
	text-align: center;
}

.hero--home {
	background: #f3f3f3;
	color: #111111;
}

.hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: transparent;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.02);
}

.hero--home:not(.hero--has-photo) .hero__media {
	background-color: #dedede;
	background-image: none;
}

@media (prefers-reduced-motion: no-preference) {
	.hero--has-photo .hero__media {
		animation: hero-kenburns 28s var(--ease) infinite alternate;
	}
}

@keyframes hero-kenburns {
	0% {
		transform: scale(1.02) translate(0, 0);
	}
	100% {
		transform: scale(1.08) translate(-1.5%, 1%);
	}
}

.hero__effects.hero__bg,
.hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: none;
	opacity: 0;
	pointer-events: none;
}

.hero--has-photo .hero__effects.hero__bg {
	opacity: 0;
}

@media (prefers-reduced-motion: no-preference) {
	.hero__effects.hero__bg {
		animation: hero-glow 22s var(--ease) infinite alternate;
	}
}

@keyframes hero-glow {
	0% {
		opacity: 0.88;
		transform: scale(1) translate(0, 0);
	}
	100% {
		opacity: 1;
		transform: scale(1.04) translate(-1%, 1%);
	}
}

.hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: transparent;
}

.hero--has-photo .hero__overlay {
	background: rgba(0, 0, 0, 0.35);
}

.light-content .hero__title,
.light-content .hero__lead,
.light-content .hero__eyebrow {
	color: #111111;
}

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

.hero__caption {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: min(52rem, 100%);
	margin-inline: auto;
}

.hero__inner {
	position: relative;
	z-index: 3;
}

.hero__eyebrow {
	font-family: var(--font-en);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	opacity: 1;
	margin: 0 0 14px;
	color: #525252;
}

.hero-title.hero__title,
.hero__title {
	font-family: var(--font-serif);
	font-size: clamp(1.65rem, 4.2vw, 2.55rem);
	line-height: 1.38;
	margin: 0 0 18px;
	text-wrap: balance;
	text-shadow: none;
	font-weight: 700;
	color: #111111;
}

.hero-subtitle.hero__lead,
.hero__lead {
	max-width: 44em;
	margin: 0 auto 30px;
	opacity: 1;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.85;
	color: #404040;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.hero__scroll-down {
	position: absolute;
	bottom: clamp(16px, 4vw, 28px);
	left: 50%;
	z-index: 4;
	transform: translateX(-50%);
	color: #404040;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	transition: color 0.25s var(--ease), transform 0.25s var(--ease);
	animation: hero-scroll-nudge 2.4s var(--ease) infinite;
}

.hero__scroll-down:hover {
	color: #111111;
	transform: translateX(-50%) translateY(4px);
}

@keyframes hero-scroll-nudge {
	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}
	50% {
		transform: translateX(-50%) translateY(6px);
	}
}

.hero__scroll-icon {
	display: flex;
	opacity: 1;
	filter: none;
}

.hero--has-photo.light-content .hero__title,
.hero--has-photo.light-content .hero__lead,
.hero--has-photo.light-content .hero__eyebrow {
	color: #bdbdbd;
}

.hero--has-photo.light-content .hero__lead {
	color: #b5b5b5;
}

.hero--has-photo.light-content .hero__eyebrow {
	color: #a3a3a3;
}

.hero--has-photo.light-content .hero__scroll-down {
	color: #b8b8b8;
}

.hero--has-photo.light-content .hero__scroll-down:hover {
	color: #cccccc;
}

@media (prefers-reduced-motion: reduce) {
	.hero__scroll-down {
		animation: none;
	}
}

.hero--home .btn--primary {
	background: #111111;
	color: #d4d4d4;
}

.hero--home .btn--primary:hover {
	background: #262626;
	color: #e5e5e5;
}

.hero--home .btn--ghost {
	border-color: #737373;
	color: #111111;
}

.hero--home .btn--ghost:hover {
	background: #eeeeee;
}

.line-banner {
	background: #ebebeb;
	color: #111111;
	border-radius: var(--radius-lg);
	padding: 26px 30px;
	display: flex;
	gap: 22px;
	align-items: flex-start;
	box-shadow: none;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--border);
}

.line-banner::before {
	display: none;
}

.line-banner--wide {
	max-width: 900px;
	margin-inline: auto;
}

.line-banner--inline {
	flex-wrap: wrap;
}

.line-banner__icon {
	font-size: 36px;
	flex-shrink: 0;
	filter: none;
	position: relative;
	z-index: 1;
}

.line-banner__body {
	position: relative;
	z-index: 1;
}

.line-banner__title {
	font-family: var(--font-serif);
	font-size: clamp(1.05rem, 2.4vw, 1.35rem);
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.45;
}

.line-banner__text {
	margin: 0 0 16px;
	font-size: 14px;
	opacity: 0.95;
}

.line-banner__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.news-list__item {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px 20px;
	padding: 18px 20px;
	border-radius: var(--radius-sm);
	background: var(--surface);
	border: 1px solid var(--border);
	box-shadow: none;
	transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}

.news-list__item:hover {
	box-shadow: none;
	transform: translateY(-2px);
	border-color: #b5b5b5;
}

.news-list--stack .news-list__item {
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.news-list__date {
	font-family: var(--font-en);
	font-size: 13px;
	color: var(--ink-light);
}

.news-list__link {
	font-weight: 700;
	color: var(--ink);
	text-decoration: none;
}

.news-list__link:hover {
	color: var(--green-deep);
}

.voice-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
}

/* フロント：講座・資格で広がるイメージ（アウトカームカード）
 * 4枚同一レイアウト。720px 以上は 2×2 の均等グリッド。
 * 上部に写真差し替え前提のダミービジュアルエリアあり。 */
.learning-outcomes-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(18px, 2.5vw, 26px);
	margin-top: 1.35rem;
}

@media (min-width: 720px) {
	.learning-outcomes-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.outcome-card {
	margin: 0;
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	background: var(--cream);
	border-radius: var(--radius-lg);
	border: 1px solid var(--border);
	box-shadow: none;
	transition: transform 0.28s var(--ease);
}

.outcome-card--has-visual .outcome-card__body {
	padding: 1.35rem 1.4rem 1.45rem;
	flex: 1 1 auto;
	min-width: 0;
}

.outcome-card:hover {
	transform: translateY(-3px);
	box-shadow: none;
}

.outcome-card__visual {
	position: relative;
	flex-shrink: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background-color: var(--green-pale);
	border-bottom: 1px solid var(--border);
}

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

.outcome-card__visual:has(img)::before,
.outcome-card__visual:has(img)::after {
	opacity: 0;
}

.outcome-card__visual:has(img) .outcome-card__visual-tag {
	display: none;
}

/* ダミーエリアの軽いパターン（差し替え時は img を全面に敷けば隠れる） */
.outcome-card__visual::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image: repeating-linear-gradient(
		-56deg,
		transparent,
		transparent 10px,
		rgba(255, 255, 255, 0.55) 10px,
		rgba(255, 255, 255, 0.55) 11px
	);
	pointer-events: none;
}

.outcome-card__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.55;
}

.outcome-card__visual-tag {
	position: absolute;
	bottom: 10px;
	right: 12px;
	z-index: 1;
	padding: 4px 10px;
	font-family: var(--font-en), ui-monospace, monospace;
	font-size: 10px;
	letter-spacing: 0.16em;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(35, 55, 45, 0.42);
	border-radius: 4px;
	text-transform: uppercase;
}

.outcome-card__visual--daily {
	background-image: linear-gradient(155deg, #eef7f0 0%, #d8ece0 42%, #bed9c9 100%);
}

.outcome-card__visual--daily::after {
	background:
		radial-gradient(circle at 22% 35%, rgba(255, 255, 255, 0.75) 0%, transparent 42%),
		radial-gradient(circle at 78% 65%, rgba(255, 255, 255, 0.35) 0%, transparent 48%),
		radial-gradient(circle at 55% 18%, rgba(94, 145, 118, 0.15) 0%, transparent 55%);
}

.outcome-card__visual--family {
	background-image: linear-gradient(165deg, #faf6ef 0%, #ebe4d8 48%, #dfd5c8 100%);
}

.outcome-card__visual--family::after {
	opacity: 0.65;
	background:
		radial-gradient(circle at 28% 42%, rgba(255, 255, 255, 0.85) 0%, transparent 38%),
		radial-gradient(circle at 62% 38%, rgba(255, 255, 255, 0.55) 0%, transparent 36%),
		radial-gradient(circle at 48% 72%, rgba(180, 155, 125, 0.18) 0%, transparent 45%);
}

.outcome-card__visual--teach {
	background-image: linear-gradient(148deg, #e5f3ea 0%, #bddfcc 38%, #8fbc9f 92%);
}

.outcome-card__visual--teach::after {
	opacity: 0.45;
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
	background-size: 100% 28px, 36px 100%;
	background-position: 0 12px, 18px 0;
}

.outcome-card__visual--flow {
	background-image: linear-gradient(165deg, #eaf4fb 0%, #dcebf5 48%, #cddfea 100%);
}

.outcome-card__visual--flow::after {
	opacity: 0.55;
	background:
		radial-gradient(circle at 18% 48%, rgba(255, 255, 255, 0.95) 0%, transparent 28%),
		radial-gradient(circle at 48% 32%, rgba(255, 255, 255, 0.65) 0%, transparent 26%),
		radial-gradient(circle at 76% 62%, rgba(255, 255, 255, 0.85) 0%, transparent 30%);
}

.outcome-card__title {
	font-family: var(--font-serif);
	font-size: clamp(1.02rem, 2vw, 1.14rem);
	font-weight: 700;
	color: var(--green-deep);
	margin: 0 0 0.65rem;
	line-height: 1.45;
}

.outcome-card__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: var(--ink-mid);
}

.outcome-card__body a {
	color: var(--green-deep);
	font-weight: 700;
	text-underline-offset: 3px;
}

.outcome-card__body a:hover {
	color: var(--ink);
}

.voice-card {
	margin: 0;
	padding: 26px 24px 24px;
	background: var(--surface);
	border-radius: var(--radius-lg);
	border: 1px solid var(--border);
	box-shadow: none;
	position: relative;
	overflow: hidden;
	transition: transform 0.28s var(--ease);
}

.voice-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #737373;
}

.voice-card:hover {
	transform: translateY(-4px);
	box-shadow: none;
}

.voice-card__text {
	font-family: var(--font-serif);
	font-size: clamp(1rem, 2vw, 1.08rem);
	margin: 0 0 14px;
	line-height: 1.75;
	color: var(--ink);
}

.voice-card__meta {
	margin: 0;
	font-size: 13px;
	color: var(--ink-light);
}

.voice-card--compact {
	padding: 20px;
}

.about-lead {
	font-family: var(--font-serif);
	text-align: center;
	font-size: clamp(1.08rem, 2.2vw, 1.22rem);
	font-weight: 700;
	line-height: 1.75;
	color: var(--green-deep);
	margin: 0 auto 32px;
	max-width: 36em;
}

.about-spec {
	display: grid;
	gap: 14px;
	margin: 0 0 36px;
}

.about-spec > div {
	padding: 18px 22px;
	border-radius: var(--radius-sm);
	background: var(--cream);
	border: 1px solid var(--border);
	box-shadow: none;
}

.about-spec dt {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--green-deep);
	margin-bottom: 8px;
}

.about-spec dd {
	margin: 0;
	color: var(--ink-mid);
	line-height: 1.75;
}

/* フロント：協会について（左ビジュアル・右説明） */
.section--about-rich .about-home-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 4vw, 2.75rem);
	align-items: stretch;
	margin-top: 1.65rem;
}

@media (min-width: 880px) {
	.section--about-rich .about-home-split {
		grid-template-columns: minmax(280px, 1fr) minmax(0, 1.15fr);
		align-items: stretch;
		gap: clamp(2rem, 5vw, 3.25rem);
	}

	.about-home-split__visual {
		aspect-ratio: auto;
		min-height: 100%;
		height: auto;
		align-self: stretch;
	}
}

.about-home-split__visual {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-lg);
	min-height: 240px;
	aspect-ratio: 4 / 5;
	border: 1px solid var(--border);
	box-shadow: none;
	background-color: var(--green-pale);
	background-image: linear-gradient(155deg, #e8f2eb 0%, #cde5d6 42%, #a8cfb8 88%);
}

@media (max-width: 879px) {
	.about-home-split__visual {
		aspect-ratio: 16 / 10;
		min-height: 200px;
		max-height: 320px;
	}
}

.about-home-split__visual::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.2;
	background-image: repeating-linear-gradient(
		-50deg,
		transparent,
		transparent 12px,
		rgba(255, 255, 255, 0.45) 12px,
		rgba(255, 255, 255, 0.45) 13px
	);
	pointer-events: none;
}

.about-home-split__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.5;
	background:
		radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.85) 0%, transparent 42%),
		radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.35) 0%, transparent 48%),
		radial-gradient(ellipse 90% 70% at 50% 100%, rgba(45, 95, 68, 0.12) 0%, transparent 55%);
	pointer-events: none;
}

.about-home-split__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-home-split__visual:has(img)::before,
.about-home-split__visual:has(img)::after {
	opacity: 0;
}

.about-home-split__visual:has(img) .about-home-split__visual-tag {
	display: none;
}

.about-home-split__visual-tag {
	position: absolute;
	bottom: 14px;
	right: 14px;
	z-index: 1;
	padding: 5px 12px;
	font-family: var(--font-en), ui-monospace, monospace;
	font-size: 10px;
	letter-spacing: 0.16em;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.94);
	background: rgba(28, 48, 38, 0.48);
	border-radius: 4px;
	text-transform: uppercase;
}

.about-home-split__content {
	min-width: 0;
}

.about-home-split__eyebrow {
	margin: 0 0 0.5rem;
	font-family: var(--font-en);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--ink-light);
}

.about-home-split__tagline {
	font-family: var(--font-serif);
	font-size: clamp(1.12rem, 2.4vw, 1.35rem);
	font-weight: 700;
	line-height: 1.55;
	color: var(--green-deep);
	margin: 0 0 1rem;
	max-width: 28em;
}

.about-home-split__intro {
	margin: 0 0 1.35rem;
	text-align: left;
	line-height: 1.75;
	color: var(--ink-mid);
	max-width: 40em;
}

.about-home-split .about-spec--split {
	margin-bottom: 1.5rem;
}

.about-home-split .about-spec--split > div {
	background: var(--surface);
	box-shadow: none;
}

.about-home-split__cta {
	margin: 0;
}

.course-pair {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	align-items: stretch;
}

/* フロント：「学び・講座」1セクション内でテーマ別（左）と資格（右）を並べる */
.section--learn-programs .learn-programs-home__lead {
	margin-top: 0.35rem;
	margin-bottom: 0;
	max-width: 40rem;
	margin-inline: auto;
}

.learn-programs-home__grid {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	align-items: stretch;
	margin-top: 1.75rem;
	grid-template-columns: 1fr;
}

@media (min-width: 900px) {
	.learn-programs-home__grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		align-items: start;
	}
}

.learn-programs-home__col {
	border-radius: var(--radius-lg);
	padding: clamp(1rem, 2vw, 1.35rem);
	min-width: 0;
}

.learn-programs-home__col--pickup {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 900px) {
	.learn-programs-home__col--pickup {
		padding-inline: 0;
	}
}

.learn-programs-home__col--courses {
	background: var(--surface);
	border: 1px solid var(--border);
	box-shadow: none;
	padding: clamp(1.15rem, 2.2vw, 1.5rem);
}

.learn-programs-home__subtitle {
	font-family: var(--font-serif);
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	font-weight: 700;
	color: var(--green-deep);
	margin: 0 0 0.6rem;
	line-height: 1.35;
}

.learn-programs-home__micro {
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 1rem;
}

.learn-programs-home__micro.section__intro-narrow {
	margin-inline: 0;
	text-align: left;
}

.learn-programs-home__cards {
	margin-top: 0.25rem;
}

.learn-programs-home__foot {
	margin-top: 1.25rem;
	margin-bottom: 0;
}

.course-teaser {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	min-height: 0;
	padding: 30px;
	border-radius: var(--radius-lg);
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--border);
	box-shadow: none;
	transition:
		transform 0.28s var(--ease),
				border-color 0.28s var(--ease);
	position: relative;
	overflow: hidden;
}

.course-teaser::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.28s var(--ease);
	pointer-events: none;
}

.course-teaser:hover {
	transform: translateY(-5px);
	box-shadow: none;
}

.course-teaser:hover::before {
	opacity: 1;
}

.course-teaser--food {
	background: var(--cream);
	border-color: var(--border);
}

.course-teaser--food::before {
	background: transparent;
}

.course-teaser--aroma {
	background: var(--cream);
	border-color: var(--border);
}

.course-teaser--aroma::before {
	background: transparent;
}

.course-teaser__label {
	font-family: var(--font-en);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--ink-light);
	position: relative;
	z-index: 1;
}

.course-teaser__title {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	font-family: var(--font-serif);
	font-size: clamp(1.08rem, 2vw, 1.2rem);
	color: var(--green-deep);
	margin: 10px 0 14px;
	line-height: 1.45;
}

.course-teaser--aroma .course-teaser__title {
	color: var(--ink);
}

.course-teaser__text {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	font-size: 14px;
	color: var(--ink-mid);
	margin: 0;
	min-height: 0;
	line-height: 1.75;
}

.course-teaser__link {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	padding-top: 18px;
	font-weight: 700;
	font-size: 14px;
	color: var(--green-deep);
}

.course-teaser__link::after {
	content: "→";
	font-family: var(--font-en);
	font-weight: 700;
	transition: transform 0.22s var(--ease);
}

.course-teaser:hover .course-teaser__link::after {
	transform: translateX(4px);
}

.course-teaser--aroma .course-teaser__link {
	color: var(--ink);
}

.site-footer {
	position: relative;
	background: #fafafa;
	color: #525252;
	padding: 52px 24px 36px;
	margin-top: 56px;
	overflow: hidden;
	border-top: 1px solid var(--border);
}

.site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #cccccc;
}

.site-footer::after {
	display: none;
}

.site-footer__inner {
	position: relative;
	z-index: 1;
	width: min(1100px, 100%);
	margin-inline: auto;
	display: grid;
	gap: 26px;
	justify-items: center;
	text-align: center;
}

.site-footer__name {
	color: #111111;
	font-family: var(--font-serif);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.site-footer__tagline {
	margin: 8px 0 0;
	font-size: 14px;
	max-width: 480px;
}

.nav-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	justify-content: center;
}

.nav-footer__list a {
	color: #404040;
	text-decoration: none;
}

.nav-footer__list a:hover {
	text-decoration: underline;
}

.site-footer__copy {
	margin: 0;
	font-size: 12px;
	color: #737373;
}

.line-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: #262626;
	box-shadow: none;
	border-top: 1px solid #444444;
}

@media (min-width: 880px) {
	.line-sticky {
		display: none;
	}
}

.line-sticky__link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 16px;
	color: #d4d4d4;
	font-weight: 700;
	text-decoration: none;
}

.line-sticky__icon {
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: 800;
}

.page-hero {
	padding: clamp(40px, 8vw, 72px) 0;
}

.page-hero__inner {
	text-align: center;
}

.page-hero__eyebrow {
	font-family: var(--font-en);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 11px;
	color: var(--ink-light);
	margin: 0 0 8px;
}

.page-hero__title {
	font-family: var(--font-serif);
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	color: var(--green-deep);
	margin: 0 0 12px;
}

.page-hero__lead {
	margin: 0 auto;
	max-width: 560px;
	color: var(--ink-mid);
}

.page-hero--line {
	background: var(--cream);
}

.page-hero--members {
	background: var(--cream);
}

.page-hero--micro {
	background: #f5f5f5;
	color: #111111;
	border-bottom: 1px solid var(--border);
}

.page-hero--micro .page-hero__title {
	color: #111111;
}

.page-hero--micro .page-hero__eyebrow,
.page-hero--micro .page-hero__lead {
	color: #525252;
}

.page-hero--workshops {
	background: var(--cream);
	border-bottom: 1px solid var(--border);
	box-shadow: none;
}

.workshops-program {
	padding-block: clamp(40px, 6vw, 64px);
}

.workshops-program .container--narrow {
	max-width: 720px;
}

.workshops-program__lead {
	font-size: clamp(15px, 1.4vw, 16px);
	line-height: 1.9;
	color: var(--ink-mid);
	margin: 0 0 1.15rem;
}

.workshops-program__catalog-title {
	font-size: clamp(1.15rem, 2.2vw, 1.35rem);
	margin-top: 2rem;
	margin-bottom: 0.25rem;
}

.workshops-program__catalog {
	margin-top: 0.5rem;
}

.workshops-program__cat {
	margin-top: 1.6rem;
}

.workshops-program__cat:first-of-type {
	margin-top: 1rem;
}

.workshops-program__cat-title {
	font-family: var(--font-serif);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0 0 0.45rem;
	line-height: 1.45;
}

.workshops-program__cat-intro {
	font-size: 14px;
	line-height: 1.85;
	color: var(--ink-mid);
	margin: 0 0 0.55rem;
}

.workshops-program__list {
	margin: 0;
	padding-left: 1.25em;
	font-size: 14px;
	line-height: 1.85;
	color: var(--ink-mid);
}

.workshops-program__list li {
	margin-bottom: 0.6rem;
}

.workshops-program__list li:last-child {
	margin-bottom: 0;
}

.workshops-program__note {
	margin-top: 1.75rem;
	line-height: 1.75;
}

/* 講座：説明＋凡例／フィルター（左・sticky）とカテゴリ別カード一覧（右） */
.workshops-browse {
	padding-block: clamp(40px, 6vw, 64px);
}

.workshops-browse__layout {
	display: grid;
	grid-template-columns: minmax(260px, 310px) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 44px);
	align-items: start;
}

@media (max-width: 900px) {
	.workshops-browse__layout {
		grid-template-columns: 1fr;
	}
}

.workshops-browse__aside {
	position: sticky;
	top: 92px;
	padding-bottom: 8px;
}

@media (max-width: 900px) {
	.workshops-browse__aside {
		position: static;
		top: auto;
	}
}

.workshops-browse__title {
	margin-bottom: 0.65rem;
}

.workshops-browse__aside-kicker {
	margin: 1.25rem 0 0.4rem;
	font-weight: 700;
	color: var(--ink-mid);
}

.workshops-browse__hint {
	margin-top: 0.35rem;
	margin-bottom: 0;
	line-height: 1.65;
}

.workshops-browse__note {
	margin-top: 1.2rem;
}

.workshops-browse__main-kicker {
	margin: 0 0 1rem;
}

.workshops-browse__list {
	display: flex;
	flex-direction: column;
	gap: clamp(28px, 4vw, 40px);
}

.workshops-browse__cluster[hidden] {
	display: none !important;
}

.workshops-browse__cluster-head {
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border);
}

.workshops-browse__cluster-title {
	font-family: var(--font-serif);
	font-size: clamp(1.1rem, 2vw, 1.28rem);
	font-weight: 700;
	color: var(--ink);
	margin: 0 0 0.4rem;
	line-height: 1.35;
}

.workshops-browse__cluster-intro {
	font-size: 14px;
	line-height: 1.82;
	color: var(--ink-mid);
	margin: 0;
}

.workshops-browse__cluster-cards {
	margin-top: 0;
}

.category-legend--compact {
	flex-wrap: wrap;
	margin-bottom: 0;
	overflow: visible;
}

.filter-tabs--stack {
	flex-direction: column;
	flex-wrap: wrap;
	overflow: visible;
	padding-bottom: 0;
	margin-bottom: 0;
	gap: 8px;
}

.filter-tabs--stack .filter-tabs__btn {
	flex: 0 1 auto;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	border-radius: 10px;
}

.page-hero--food {
	background: var(--cream);
}

.page-hero--aroma {
	background: var(--cream);
}

.page-hero--contact {
	background: var(--cream);
	border-bottom: 1px solid var(--border);
}

.entry {
	padding: 8px 0 48px;
}

.entry__header {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--border);
}

.entry__title {
	font-family: var(--font-serif);
	font-size: clamp(1.5rem, 3vw, 1.85rem);
	font-weight: 700;
	color: var(--green-deep);
	margin: 0;
	line-height: 1.35;
	letter-spacing: 0.02em;
}

.prose {
	max-width: 720px;
	font-size: 16px;
	line-height: 1.88;
	color: var(--ink-mid);
}

.prose h2,
.prose h3 {
	font-family: var(--font-serif);
	color: var(--green-deep);
	font-weight: 700;
	line-height: 1.4;
	margin-top: 2em;
	margin-bottom: 0.65em;
}

.prose h2 {
	font-size: clamp(1.2rem, 2.5vw, 1.45rem);
	padding-bottom: 0.35em;
	border-bottom: 2px solid rgba(82, 183, 136, 0.35);
}

.prose h3 {
	font-size: 1.08rem;
	margin-top: 1.6em;
}

.prose a {
	font-weight: 700;
}

.prose ul,
.prose ol {
	padding-left: 1.35em;
}

.prose blockquote {
	margin: 1.5em 0;
	padding: 18px 22px;
	border-left: 4px solid var(--green-mid);
	background: rgba(240, 251, 244, 0.55);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	font-family: var(--font-serif);
	color: var(--ink);
}

.prose > *:first-child {
	margin-top: 0;
}

.prose > *:last-child {
	margin-bottom: 0;
}

.benefit-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.benefit-list__item {
	display: grid;
	gap: 4px;
	padding: 18px 20px;
	background: #fff;
	border-radius: var(--radius-sm);
	border: 1px solid var(--border);
}

.line-lp-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 28px;
	align-items: start;
}

.line-qr-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	background: #fff;
	border: 2px dashed var(--border);
	border-radius: var(--radius-sm);
	font-family: var(--font-en);
	color: var(--ink-light);
}

.line-steps__list {
	margin: 0 0 20px;
	padding-left: 1.2em;
	color: var(--ink-mid);
}

.skill-map {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
}

.skill-map__item {
	padding: 20px;
	background: #fff;
	border-radius: var(--radius);
	border: 1px solid var(--border);
	text-align: center;
}

.skill-map__icon {
	display: block;
	font-size: 28px;
	margin-bottom: 8px;
}

.instructor-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}

.instructor-card {
	padding: 20px;
	border-radius: var(--radius);
	background: #fff;
	border: 1.5px solid var(--border);
}

.instructor-card__photo {
	height: 120px;
	border-radius: var(--radius-sm);
	background: #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: var(--ink-light);
	margin-bottom: 16px;
}

.instructor-card--child {
	border-color: #5dcaa5;
	background: var(--teal-pale);
}

.instructor-card--beauty {
	border-color: #ed93b1;
	background: var(--pink-pale);
}

.instructor-card--stage {
	border-color: #ef9f27;
	background: var(--amber-pale);
}

.instructor-card--health {
	border-color: var(--purple-mid);
	background: var(--purple-pale);
}

.instructor-card__name {
	margin: 0 0 6px;
	font-size: 1rem;
}

.instructor-card__meta,
.instructor-card__courses {
	margin: 0;
	font-size: 13px;
	color: var(--ink-mid);
}

.instructor-card__comment {
	margin: 12px 0 0;
	font-size: 14px;
}

.before-after-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.before-after {
	padding: 20px;
	background: #fff;
	border-radius: var(--radius-sm);
	border: 1px solid var(--border);
}

.before-after__theme {
	margin: 0 0 12px;
	color: var(--green-deep);
}

.map-placeholder,
.calendar-placeholder {
	padding: 32px;
	text-align: center;
	background: #fff;
	border-radius: var(--radius);
	border: 1px dashed var(--border);
	color: var(--ink-mid);
}

.classrooms-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 32px);
	align-items: start;
	margin-top: 8px;
}

.classrooms-block__map {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
	background: #e8e8e8;
	aspect-ratio: 4 / 3;
	max-height: min(420px, 58vh);
}

.classrooms-block__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.classrooms-block__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.classrooms-block__item {
	padding: 18px 20px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	background: var(--surface);
}

.classrooms-block__item-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 12px;
	margin-bottom: 6px;
}

.classrooms-block__item-name {
	font-size: 15px;
	font-weight: 700;
	color: var(--ink);
}

.classrooms-block__badge {
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 100px;
	border: 1px solid var(--border);
	background: var(--cream);
	color: var(--ink-mid);
	white-space: nowrap;
}

.classrooms-block__item-sub {
	margin: 0 0 6px;
}

.classrooms-block__item-address {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: var(--ink-mid);
}

.classrooms-block__item-note {
	margin: 8px 0 0;
}

.classrooms-block__item-action {
	margin: 14px 0 0;
}

.classrooms-block__foot {
	margin: 20px 0 0;
}

@media (max-width: 860px) {
	.classrooms-block {
		grid-template-columns: 1fr;
	}

	.classrooms-block__map {
		max-height: none;
		aspect-ratio: 16 / 10;
	}
}

.contact-form-smartlife {
	max-width: 560px;
	margin-top: 8px;
	position: relative;
}

.contact-form-smartlife__alert {
	padding: 14px 18px;
	border-radius: var(--radius-sm);
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 20px;
}

.contact-form-smartlife__alert--success {
	background: #e8e8e8;
	border: 1px solid #bdbdbd;
	color: var(--ink);
}

.contact-form-smartlife__alert--error {
	background: #f5f5f5;
	border: 1px solid #999999;
	color: var(--ink);
}

.contact-form-smartlife__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.contact-form-smartlife__field {
	margin-bottom: 18px;
}

.contact-form-smartlife__label {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 8px;
	color: var(--ink);
}

.contact-form-smartlife__req {
	color: #737373;
	font-weight: 700;
}

.contact-form-smartlife input[type="text"],
.contact-form-smartlife input[type="email"],
.contact-form-smartlife select,
.contact-form-smartlife textarea {
	width: 100%;
	max-width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	font: inherit;
	font-size: 15px;
	background: var(--surface);
	color: var(--ink);
	box-sizing: border-box;
}

.contact-form-smartlife textarea {
	min-height: 140px;
	resize: vertical;
	line-height: 1.75;
}

.contact-form-smartlife__actions {
	margin-top: 24px;
	margin-bottom: 0;
}

.edu-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 28px;
	align-items: center;
}

.edu-diagram {
	display: grid;
	grid-template-columns: 1fr auto 2fr;
	align-items: center;
	gap: 12px;
	padding: 24px;
	background: #262626;
	color: #d4d4d4;
	border-radius: var(--radius);
	font-family: var(--font-en);
}

.edu-diagram__gut {
	text-align: center;
	font-weight: bold;
	padding: 20px;
	background: #404040;
	border-radius: var(--radius-sm);
}

.edu-diagram__arrow {
	font-size: 24px;
	opacity: 0.6;
}

.edu-diagram__body {
	font-family: var(--font-sans);
	font-size: 14px;
	line-height: 1.6;
}

.timeline-simple {
	display: grid;
	gap: 16px;
}

.timeline-simple__item {
	padding: 20px;
	background: #fff;
	border-radius: var(--radius-sm);
	border-left: 4px solid var(--green-mid);
}

.faq-list {
	margin: 0;
}

.faq-list__item {
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.faq-list__item dt {
	font-weight: 700;
	margin-bottom: 8px;
}

.faq-list__item dd {
	margin: 0;
	color: var(--ink-mid);
}

.infographic-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.info-pill {
	padding: 8px 16px;
	border-radius: 100px;
	background: var(--green-pale);
	color: var(--green-deep);
	font-weight: 700;
	font-size: 13px;
}

.spark-chart {
	background: #fff;
	border-radius: var(--radius);
	padding: 16px;
	border: 1px solid var(--border);
}

.spark-chart__svg {
	width: 100%;
	height: auto;
	display: block;
}

.cta-split {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.cta-split__card {
	padding: 24px;
	border-radius: var(--radius);
	background: var(--green-pale);
	border: 1px solid var(--border);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s;
}

.cta-split__card:hover {
	transform: translateY(-2px);
}

.cta-split__card h3 {
	margin: 0 0 8px;
	color: var(--green-deep);
}

.category-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.category-legend__item {
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 100px;
	font-weight: 700;
}

.category-legend__item--child {
	background: var(--teal-pale);
	color: var(--teal-mid);
	border: 1px solid #5dcaa5;
}

.category-legend__item--beauty {
	background: var(--pink-pale);
	color: #72243e;
	border: 1px solid #ed93b1;
}

.category-legend__item--stage {
	background: var(--amber-pale);
	color: #633806;
	border: 1px solid #ef9f27;
}

.category-legend__item--health {
	background: var(--purple-pale);
	color: #3c3489;
	border: 1px solid var(--purple-mid);
}

.filter-tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 8px;
	margin-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}

.filter-tabs__btn {
	flex: 0 0 auto;
	border: 1px solid var(--border);
	background: #fff;
	border-radius: 100px;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	color: var(--ink-mid);
}

.filter-tabs__btn.is-active {
	background: #111111;
	color: #d4d4d4;
	border-color: #111111;
}

.view-toggle {
	display: inline-flex;
	border-radius: 100px;
	border: 1px solid var(--border);
	overflow: hidden;
	margin-bottom: 20px;
}

.view-toggle__btn {
	border: none;
	background: #fff;
	padding: 8px 18px;
	font-size: 13px;
	cursor: pointer;
	color: var(--ink-mid);
}

.view-toggle__btn.is-active {
	background: var(--green-pale);
	color: var(--green-deep);
	font-weight: 700;
}

.event-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.event-card {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 18px;
	padding: 22px 24px;
	background: var(--surface);
	border-radius: var(--radius);
	box-shadow: none;
	border: 1px solid rgba(45, 106, 79, 0.08);
	transition: transform 0.25s var(--ease);
}

.event-card:hover {
	box-shadow: none;
	transform: translateY(-2px);
}

.event-card[data-hidden="true"] {
	display: none;
}

.event-card--child {
	border: 1.5px solid #5dcaa5;
}

.event-card--beauty {
	border: 1.5px solid #ed93b1;
}

.event-card--stage {
	border: 1.5px solid #ef9f27;
}

.event-card--health {
	border: 1.5px solid var(--purple-mid);
}

.event-card__date {
	border-radius: 10px;
	padding: 10px 6px;
	text-align: center;
	color: #111111;
	align-self: start;
	background: #e5e5e5;
	border: 1px solid #cccccc;
}

.event-card__date--child {
	background: #e5e5e5;
}

.event-card__date--beauty {
	background: #e5e5e5;
}

.event-card__date--stage {
	background: #e5e5e5;
}

.event-card__date--health {
	background: #e5e5e5;
}

.event-card__month {
	display: block;
	font-family: var(--font-en);
	font-size: 10px;
	opacity: 0.85;
	letter-spacing: 1px;
}

.event-card__day {
	display: block;
	font-family: var(--font-en);
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	margin: 4px 0;
}

.event-card__dow {
	font-size: 11px;
	opacity: 0.85;
}

.event-card__title {
	font-size: 15px;
	margin: 0 0 8px;
}

.event-card--child .event-card__title {
	color: var(--teal-mid);
}

.event-card--beauty .event-card__title {
	color: #72243e;
}

.event-card--stage .event-card__title {
	color: #633806;
}

.event-card--health .event-card__title {
	color: #3c3489;
}

.event-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	font-size: 12px;
	color: var(--ink-light);
	margin-bottom: 8px;
}

.event-card__desc {
	font-size: 14px;
	color: var(--ink-mid);
	margin: 0 0 14px;
}

.event-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 100px;
	margin-left: 8px;
	vertical-align: middle;
}

.badge--active {
	background: #dcfce7;
	color: #166534;
}

.badge--soon {
	background: #f1efe8;
	color: #5f5e5a;
}

.aroma-callout {
	margin-top: 40px;
	padding: 22px 26px;
	border-radius: 14px;
	background: var(--purple-pale);
	border: 1.5px solid var(--purple-mid);
}

.aroma-callout--soft {
	margin-top: 0;
	margin-bottom: 32px;
}

.aroma-callout__title {
	margin: 0 0 10px;
	font-size: 1rem;
	color: #3c3489;
}

.calendar-panel.is-hidden {
	display: none;
}

.report-section {
	margin-top: 48px;
	border-radius: var(--radius);
	padding: 32px !important;
}

.report-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}

.report-card {
	padding: 20px;
	background: #fff;
	border-radius: var(--radius-sm);
	border: 1px solid var(--border);
	font-size: 14px;
	color: var(--ink-mid);
}

.check-list,
.step-list {
	color: var(--ink-mid);
}

.check-list li,
.step-list li {
	margin-bottom: 8px;
}

.pagination {
	margin-top: 32px;
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination a,
.pagination span {
	padding: 8px 12px;
	border-radius: 8px;
	border: 1px solid var(--border);
	text-decoration: none;
	color: var(--ink-mid);
	font-family: var(--font-en);
	font-size: 14px;
}

.pagination .current {
	background: #111111;
	color: #d4d4d4;
	border-color: #111111;
}

@media (max-width: 640px) {
	.event-card {
		grid-template-columns: 1fr;
	}

	.event-card__date {
		justify-self: start;
		width: 72px;
	}
}

.back-to-top {
	position: fixed;
	right: clamp(16px, 3vw, 24px);
	bottom: calc(96px + env(safe-area-inset-bottom, 0px));
	z-index: 960;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #737373;
	background: #333333;
	color: #d4d4d4;
	font-family: var(--font-en);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: none;
	transition:
		transform 0.25s var(--ease),
				opacity 0.25s var(--ease);
	opacity: 0.96;
}

@media (min-width: 880px) {
	.back-to-top {
		bottom: calc(28px + env(safe-area-inset-bottom, 0px));
	}
}

.back-to-top:hover {
	transform: translateY(-3px);
	box-shadow: none;
}

.back-to-top:focus-visible {
	outline: 2px solid #737373;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.hero__effects.hero__bg,
	.hero__media {
		animation: none !important;
	}

	.course-teaser:hover,
	.news-list__item:hover,
	.voice-card:hover,
	.event-card:hover {
		transform: none;
	}

	.btn:active {
		transform: none;
	}

	.back-to-top:hover {
		transform: none;
	}

	.course-teaser:hover .course-teaser__link::after {
		transform: none;
	}
}

/* =============================================================================
   Monochrome-only policy: グラデーション・ドロップシャドウ・明朝・カラー装飾を排除
   ============================================================================= */

.section--cream,
.section--line-banner,
.section--courses.section--cream {
	background: var(--cream) !important;
	background-image: none !important;
}

.section--surface {
	background: var(--surface) !important;
	box-shadow: none;
	border-block-color: var(--border) !important;
}

.section__title--center::after {
	background: #bdbdbd !important;
	background-image: none !important;
}

.section__head .section__title::before {
	background: #9e9e9e !important;
	background-image: none !important;
}

.hero--home {
	background: #f5f5f5 !important;
	background-image: none !important;
	color: #111 !important;
}

.hero--home:not(.hero--has-photo) .hero__media {
	background-color: #ebebeb !important;
	background-image: none !important;
}

.hero__effects.hero__bg,
.hero__bg {
	background: none !important;
	background-image: none !important;
	opacity: 0 !important;
	animation: none !important;
}

.hero__overlay {
	background: transparent !important;
	background-image: none !important;
}

.hero--has-photo .hero__overlay {
	background: rgba(0, 0, 0, 0.35) !important;
}

.light-content .hero__title,
.light-content .hero__lead,
.light-content .hero__eyebrow {
	color: #111 !important;
}

.hero--has-photo.light-content .hero__title,
.hero--has-photo.light-content .hero__lead,
.hero--has-photo.light-content .hero__eyebrow {
	color: #bdbdbd !important;
}

.hero--has-photo.light-content .hero__lead {
	color: #b5b5b5 !important;
}

.hero--has-photo.light-content .hero__eyebrow {
	color: #a3a3a3 !important;
}

.hero--has-photo.light-content .hero__scroll-down {
	color: #b8b8b8 !important;
}

.hero--has-photo.light-content .hero__scroll-down:hover {
	color: #cccccc !important;
}

.hero__eyebrow {
	color: #525252 !important;
}

.hero-title.hero__title,
.hero__title {
	font-family: var(--font-sans) !important;
	text-shadow: none;
}

.hero-subtitle.hero__lead,
.hero__lead {
	color: #444 !important;
	opacity: 1 !important;
}

.hero__scroll-down {
	color: #404040 !important;
}

.page-hero--line,
.page-hero--members,
.page-hero--workshops,
.page-hero--food,
.page-hero--aroma,
.page-hero--contact,
.page-hero--about {
	background: #f5f5f5 !important;
	background-image: none !important;
	box-shadow: none;
	border-bottom-color: var(--border) !important;
}

.page-hero__title {
	font-family: var(--font-sans) !important;
}

.page-hero--micro {
	background: #f5f5f5 !important;
	color: #111 !important;
	border-bottom: 1px solid var(--border) !important;
}

.page-hero--micro .page-hero__title {
	color: #111 !important;
}

.page-hero--micro .page-hero__eyebrow,
.page-hero--micro .page-hero__lead {
	color: #525252 !important;
}

.site-footer {
	background: #fafafa !important;
	background-image: none !important;
	color: #444 !important;
	border-top: 1px solid #e0e0e0;
}

.site-footer::before {
	height: 2px !important;
	background: #ccc !important;
	background-image: none !important;
}

.site-footer::after {
	display: none !important;
}

.site-footer__name {
	color: #111 !important;
	font-family: var(--font-sans) !important;
}

.nav-footer__list a {
	color: #333 !important;
}

.site-footer__copy {
	color: #737373 !important;
}

.site-header {
	background: rgba(255, 255, 255, 0.96) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border-bottom: 1px solid #e5e5e5 !important;
	box-shadow: none;
}

.site-title {
	font-family: var(--font-sans) !important;
	text-shadow: none;
}

.nav-toggle {
	box-shadow: none;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero {
	background: rgba(255, 255, 255, 0.94) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border-bottom: 1px solid #e0e0e0 !important;
	box-shadow: none;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .site-title {
	color: #111 !important;
	text-shadow: none;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .custom-logo-link img {
	filter: none !important;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-primary__link {
	color: #333 !important;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-primary__link:hover {
	background: #eee !important;
	color: #111 !important;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-toggle {
	background: #f5f5f5 !important;
	border-color: #ccc !important;
	box-shadow: none;
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-toggle__bar {
	background: #333 !important;
}

@media (max-width: 999px) {
	body.smartlife-nav-open .site-header--grenada {
		background: #fafafa !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		border-bottom-color: #ddd !important;
		box-shadow: none;
	}

	body.smartlife-nav-open .site-header--grenada .site-title {
		color: #111 !important;
	}

	body.smartlife-nav-open .site-header--grenada .custom-logo-link img {
		filter: none !important;
	}

	body.smartlife-nav-open .site-header--grenada .nav-toggle {
		background: #fff !important;
		border-color: #ccc !important;
	}

	body.smartlife-nav-open .site-header--grenada .nav-toggle__bar {
		background: #333 !important;
	}
}

.btn,
.btn--primary,
.btn--secondary,
.btn--ghost,
.btn--ghost-light,
.btn--line {
	box-shadow: none;
	filter: none !important;
}

.btn--primary {
	background: #111 !important;
	color: #d4d4d4 !important;
	border-color: #111 !important;
}

.btn--secondary {
	background: #fff !important;
	color: #111 !important;
	border-color: #ccc !important;
}

.btn--ghost {
	border-color: #999 !important;
	color: #111 !important;
	background: transparent !important;
}

.btn--ghost-light {
	border-color: #bbb !important;
	color: #111 !important;
	background: rgba(255, 255, 255, 0.92) !important;
}

.btn--line {
	background: #333 !important;
	border-color: #333 !important;
	color: #d4d4d4 !important;
}

.btn--line:hover {
	box-shadow: none;
}

.line-sticky {
	box-shadow: none;
	background: #262626 !important;
	border-top: 1px solid #444 !important;
}

.line-sticky__link {
	color: #d4d4d4 !important;
}

.edu-diagram {
	background: #262626 !important;
	color: #d4d4d4 !important;
}

.edu-diagram__gut {
	background: #404040 !important;
	color: #d4d4d4 !important;
}

.back-to-top {
	box-shadow: none;
	background: #333 !important;
	background-image: none !important;
	border-color: #737373 !important;
	color: #d4d4d4 !important;
}

.back-to-top:hover {
	box-shadow: none;
}

.spark-chart polyline {
	stroke: #444 !important;
}

.course-teaser--food,
.course-teaser--aroma {
	box-shadow: none;
	background: #fff !important;
	border: 1px solid var(--border) !important;
}

.course-teaser--food::before,
.course-teaser--aroma::before {
	display: none !important;
}

.course-teaser--food .course-teaser__label,
.course-teaser--aroma .course-teaser__title,
.course-teaser--aroma .course-teaser__link {
	color: #333 !important;
}

.line-banner,
.line-banner--wide {
	box-shadow: none;
	background: #ebebeb !important;
	border: 1px solid var(--border) !important;
	color: #111 !important;
}

.line-banner__title,
.line-banner__text {
	color: inherit !important;
}

.voice-card,
.event-card,
.news-list__item {
	box-shadow: none;
}

.category-legend__item--child,
.category-legend__item--beauty,
.category-legend__item--stage,
.category-legend__item--health {
	background: #eee !important;
	color: #111 !important;
	border-color: #ddd !important;
}

.filter-tabs__btn.is-active {
	background: #111 !important;
	color: #d4d4d4 !important;
	border-color: #111 !important;
}

.event-card__date--child,
.event-card__date--beauty,
.event-card__date--stage,
.event-card__date--health {
	background: #e8e8e8 !important;
	color: #111 !important;
}

.instructor-card--child,
.instructor-card--beauty,
.instructor-card--stage,
.instructor-card--health {
	border-top-color: #bbb !important;
}

.badge--active,
.badge--soon {
	background: #eee !important;
	color: #333 !important;
	border: 1px solid #ccc !important;
}

.aroma-callout__title {
	color: #333 !important;
}

.aroma-callout--soft {
	background: #f5f5f5 !important;
	border-color: var(--border) !important;
}

.pagination .current {
	background: #111 !important;
	border-color: #111 !important;
	color: #d4d4d4 !important;
}

.info-pill {
	background: #eee !important;
	color: #333 !important;
	border: 1px solid #ddd !important;
}

.timeline-simple__item {
	border-color: #ccc !important;
}

.map-placeholder,
.line-qr-card__placeholder {
	background: #f0f0f0 !important;
	color: #555 !important;
	border-color: #ddd !important;
}

.about-lead {
	font-family: var(--font-sans) !important;
}

.entry__title {
	font-family: var(--font-sans) !important;
}

.prose :where(h1, h2, h3, h4) {
	font-family: var(--font-sans) !important;
}

@media (max-width: 999px) {
	.nav-primary {
		background: #fafafa !important;
		background-image: none !important;
	}

	.nav-primary__link {
		color: #111 !important;
		background: #fff !important;
		border-color: #ddd !important;
	}

	.nav-primary__link:hover {
		background: #eee !important;
		color: #000 !important;
		border-color: #ccc !important;
	}

	body.smartlife-front-hero .btn--header {
		box-shadow: none;
	}

	body.smartlife-front-hero .site-header--grenada.site-header--over-hero .btn--header {
		box-shadow: none;
	}

	.nav-primary .sub-menu {
		border-left-color: #bbb !important;
	}
}

@media (min-width: 1000px) {
	.nav-primary__link:hover,
	.nav-primary__link:focus-visible {
		background: #eee !important;
		background-image: none !important;
		color: #111 !important;
		box-shadow: none;
		border: 1px solid #ddd !important;
	}

	.nav-primary .sub-menu {
		box-shadow: none;
		border: 1px solid var(--border) !important;
	}
}

/* --- Site guide & unified page purpose (Smart Life IA refresh) --- */
.site-guide-lead {
	max-width: none;
	width: 100%;
	margin: 0 0 1.75rem;
	line-height: 1.75;
	font-size: 1rem;
	color: var(--text-muted, #525252);
}

.site-guide-kicker {
	text-align: center;
	margin: 0 0 1.35rem;
	max-width: none;
	width: 100%;
	font-size: clamp(0.9375rem, 2vw, 1.0625rem);
	font-weight: 700;
	line-height: 1.5;
	color: var(--green-deep);
	letter-spacing: 0.03em;
}

.site-guide-kicker__muted {
	font-weight: 400;
	color: var(--ink-light);
	font-size: 0.88em;
	letter-spacing: 0;
}

.site-guide-steps {
	list-style: none;
	margin: 0 0 2.5rem;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	max-width: none;
	width: 100%;
}

.site-guide-steps__item {
	display: flex;
	gap: 1rem;
	align-items: stretch;
	padding: 1.35rem 1.35rem 1.35rem 1.25rem;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	box-shadow: none;
	border-left: 4px solid var(--green-deep);
	transition:
				transform 0.25s var(--ease);
}

.site-guide-steps__item:hover {
	box-shadow: none;
	transform: translateY(-2px);
}

.site-guide-steps__num {
	flex-shrink: 0;
	align-self: flex-start;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--green-deep);
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	box-shadow: none;
}

.site-guide-steps__body {
	min-width: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.site-guide-steps__title {
	display: block;
	margin-bottom: 0.45rem;
	font-family: var(--font-serif);
	font-size: clamp(1.05rem, 2.2vw, 1.2rem);
	font-weight: 700;
	line-height: 1.45;
	color: var(--green-deep);
}

.site-guide-steps__text {
	margin: 0 0 0.85rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #404040;
	flex: 1 1 auto;
}

.site-guide-steps__cta {
	margin: 0;
	margin-top: auto;
	padding-top: 0.35rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.section--site-guide .audience-checklist {
	max-width: none;
	width: 100%;
}

.site-guide-subtitle {
	font-size: 1.125rem;
	text-align: center;
	margin: 2rem 0 1rem;
	color: var(--green-deep);
}

.site-map-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.site-map-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1000px) {
	.site-map-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.site-map-card {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	height: 100%;
	padding: 1rem 1.1rem;
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background: #fafafa;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s, background 0.2s;
}

.site-map-card:hover {
	border-color: var(--green-mid);
	background: #fff;
}

.site-map-card__label {
	font-weight: 700;
	color: var(--green-deep);
	font-size: 0.95rem;
}

.site-map-card__desc {
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #525252;
	margin: 0;
}

.audience-checklist {
	max-width: 40rem;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.audience-checklist li {
	position: relative;
	padding-left: 1.35rem;
	margin-bottom: 0.65rem;
	line-height: 1.65;
	font-size: 0.9375rem;
}

.audience-checklist li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--green-mid);
}

.news-home-intro {
	margin: 0 0 1.25rem;
	max-width: 40rem;
	line-height: 1.65;
}

.section__intro-narrow {
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.65;
}

/* サブページ共通：学びの全体像リボン（トップの「学びの流れ」と同じ並びを再掲） */
.learning-flow-banner {
	padding-block: clamp(22px, 4vw, 36px);
}

.learning-flow-banner__header {
	text-align: center;
	max-width: 44rem;
	margin: 0 auto 1.5rem;
}

.learning-flow-banner__heading {
	font-family: var(--font-serif);
	font-size: clamp(1.08rem, 2.5vw, 1.38rem);
	font-weight: 700;
	color: var(--green-deep);
	margin: 0 0 0.65rem;
	line-height: 1.42;
}

.learning-flow-banner__pitch {
	font-size: 0.98rem;
	line-height: 1.75;
	color: var(--ink);
	margin: 0 0 0.6rem;
}

.learning-flow-banner__purpose {
	font-size: 0.945rem;
	line-height: 1.78;
	margin: 0;
	color: #363636;
}

.learning-flow-banner__jump {
	margin: 0.55rem 0 0;
}

.learning-flow-banner__rail {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 18px);
}

@media (max-width: 859px) {
	.learning-flow-banner__rail {
		grid-template-columns: 1fr;
	}
}

.learning-flow-banner__rail-item {
	margin: 0;
}

.learning-flow-banner__card {
	position: relative;
	height: 100%;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: clamp(14px, 2.4vw, 18px);
	box-shadow: none;
}

.learning-flow-banner__rail-item--current .learning-flow-banner__card {
	border-width: 2px;
	border-color: var(--green-mid);
	box-shadow: none;
}

.learning-flow-banner__step-label {
	margin: 0 0 0.35rem;
	font-weight: 700;
	text-transform: none;
	color: var(--ink-mid);
}

.learning-flow-banner__title {
	display: block;
	font-size: 1rem;
	margin: 0 0 0.45rem;
	color: var(--ink);
	line-height: 1.42;
	font-weight: 700;
}

.learning-flow-banner__text {
	font-size: 0.88rem;
	line-height: 1.74;
	margin: 0;
	color: #444;
	flex: 1;
}

.learning-flow-banner__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 0.85rem;
}

.learning-flow-banner__cta-btn {
	padding: 0.45rem 0.95rem !important;
	font-size: 0.8125rem !important;
}

.learning-flow-banner__mark {
	margin: 0.75rem 0 0;
}

.learning-flow-banner__mark-inner {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25rem 0.57rem;
	border-radius: 100px;
	background: var(--green-pale);
	color: var(--green-deep);
	border: 1px solid rgba(45, 106, 79, 0.28);
	text-transform: uppercase;
}

.learning-flow-banner__footnotes {
	margin-top: 1.25rem;
	text-align: center;
	max-width: 44rem;
	margin-left: auto;
	margin-right: auto;
}

.page-purpose {
	margin: 0;
	padding: 0.85rem 1rem;
	background: var(--green-pale);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #363636;
}

.page-purpose a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.news-archive-intro {
	margin-bottom: 1.25rem;
}

.skip-link {
	background: #111 !important;
	color: #d4d4d4 !important;
}

/* --- LINE 主CV：訴求パネル・ヒーロー補助・フロートバー --- */

.section--line-cv {
	padding-block: clamp(2rem, 5vw, 3rem);
}

.line-banner--cv {
	border-color: rgba(6, 122, 82, 0.35);
	box-shadow: none;
}

.line-banner__body--invite {
	flex: 1;
	min-width: 0;
}

.line-invite {
	display: grid;
	gap: 1.25rem 1.75rem;
	align-items: start;
}

@media (min-width: 720px) {
	.line-invite--wide {
		grid-template-columns: 1fr auto;
		align-items: center;
	}
}

.line-invite__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--green-deep);
	opacity: 0.85;
}

.line-invite__title {
	font-family: var(--font-serif);
	font-size: clamp(1.15rem, 2.5vw, 1.45rem);
	font-weight: 700;
	margin: 0 0 0.5rem;
	line-height: 1.4;
	color: #111;
}

.line-invite__title--strip {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
}

.line-invite__lead {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #363636;
}

.line-invite__bullets {
	margin: 0.65rem 0 0;
	padding-left: 1.15rem;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #404040;
}

.line-invite__bullets li + li {
	margin-top: 0.35rem;
}

.line-invite__trust {
	margin: 0.75rem 0 0;
	font-size: 0.75rem;
	line-height: 1.55;
	color: #525252;
}

.line-invite__cta {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	min-width: 200px;
}

.line-invite__detail-link {
	font-size: 0.875rem;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--green-deep);
}

.line-invite__detail-link:hover {
	color: #054d2e;
}

.line-invite--inline .line-invite__cta {
	min-width: 0;
}

.line-invite--strip {
	grid-template-columns: 1fr auto;
	gap: 0.75rem 1rem;
	align-items: center;
}

.line-invite--strip .line-invite__bullets {
	margin-top: 0.35rem;
}

@media (max-width: 560px) {
	.line-invite--strip {
		grid-template-columns: 1fr;
	}
}

.hero__line-hint {
	margin: 1.35rem auto 0;
	max-width: 38rem;
	padding: 0.85rem 1rem;
	border-radius: var(--radius);
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.875rem;
	line-height: 1.65;
	color: rgba(245, 245, 245, 0.95);
	text-align: left;
}

.hero__line-hint__badge {
	display: inline-block;
	margin-right: 0.35rem;
	padding: 0.15rem 0.45rem;
	border-radius: 4px;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	background: rgba(255, 255, 255, 0.2);
	color: #fafafa;
	vertical-align: middle;
}

.hero__line-hint__links {
	display: block;
	margin-top: 0.5rem;
}

.hero__line-hint__link {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hero__line-hint__link:hover {
	color: #e5e5e5;
}

.hero__line-hint__link--sub {
	font-weight: 400;
	opacity: 0.9;
}

.hero__line-hint__sep {
	margin: 0 0.25rem;
	opacity: 0.65;
}

.news-line-hint {
	margin: 0 0 1rem;
	max-width: 44rem;
	font-size: 0.9rem;
	line-height: 1.65;
}

.news-line-hint__link {
	font-weight: 700;
	color: var(--green-deep);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.news-line-hint__link--sub {
	font-weight: 400;
	color: #404040;
}

.news-line-hint__sep {
	margin: 0 0.25rem;
	opacity: 0.55;
}

.smartlife-line-float {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12000;
	padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0));
	background: rgba(250, 250, 249, 0.97);
	border-top: 1px solid var(--border);
	box-shadow: none;
	transform: translateY(100%);
	transition: transform 0.28s ease, opacity 0.28s ease;
	opacity: 0;
	pointer-events: none;
}

.smartlife-line-float:not([hidden]) {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.smartlife-line-float__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
}

.smartlife-line-float__text {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: #171717;
	line-height: 1.45;
}

.smartlife-line-float__sub {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	color: #525252;
	margin-top: 0.15rem;
}

.smartlife-line-float__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
}

.smartlife-line-float__btn {
	padding-inline: 16px;
	min-height: 40px;
	font-size: 0.875rem;
}

.smartlife-line-float__muted {
	font-size: 0.8125rem;
	color: var(--green-deep);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.smartlife-line-float__close {
	margin-left: 4px;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: var(--radius-sm);
	background: transparent;
	color: #737373;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.smartlife-line-float__close:hover {
	background: rgba(0, 0, 0, 0.06);
	color: #171717;
}

body.smartlife-line-cv-active,
body.smartlife-line-cv-active.smartlife-line-float-dismissed {
	padding-bottom: 0;
}

@media (max-width: 782px) {
	body.smartlife-line-cv-active.smartlife-line-float-visible:not(.smartlife-line-float-dismissed) {
		padding-bottom: calc(72px + env(safe-area-inset-bottom, 0));
	}
}

/* ------------------------------------------------------------------
   トップ：LINE を最終 CV とした再構成（4 講座・固定下部 CTA）
   ------------------------------------------------------------------ */

.hero-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.55rem;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 1rem auto 0.5rem;
	padding: 0;
	max-width: 34rem;
}

.hero-chip-row .hero-chip {
	display: inline-block;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	font-size: 0.8125rem;
	line-height: 1.35;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.12);
	color: inherit;
}

.hero-note--legal {
	max-width: 36rem !important;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.92 !important;
}

.hero__actions--line-cv .btn.btn--ghost {
	border-color: rgba(17, 17, 17, 0.25);
	color: #111111 !important;
	background: rgba(255, 255, 255, 0.93);
	box-shadow: none;
}

.hero__actions--line-cv .btn.btn--ghost:hover {
	border-color: rgba(17, 17, 17, 0.45);
	color: #000000 !important;
	background: #ffffff;
}

.home-course-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

@media (min-width: 840px) {
	.home-course-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.75rem;
	}
}

.home-course-card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.088);
	border-radius: var(--radius-md, 12px);
	padding: 1.35rem 1.35rem 1.15rem;
	box-shadow: none;
	scroll-margin-top: 92px;
}

.home-course-card__title {
	margin: 0 0 0.35rem;
	font-size: 1.25rem;
	line-height: 1.35;
	color: #1a1a1a;
}

.home-course-card__audience {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #4a4a4a;
}

.home-course-card__desc {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.7;
	color: #333;
}

.home-course-card__learn-title {
	margin: 0 0 0.4rem;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #4a4a4a;
}

.home-course-card__list {
	margin: 0 0 1rem 1.1rem;
	padding: 0;
	font-size: 0.9rem;
	line-height: 1.65;
	color: #333;
}

.home-course-card__meta {
	display: grid;
	gap: 0.35rem 0.75rem;
	margin: 0 0 1.1rem;
	font-size: 0.85rem;
	line-height: 1.55;
}

.home-course-card__meta div {
	display: grid;
	grid-template-columns: 5.5rem 1fr;
	gap: 0.5rem;
}

.home-course-card__meta dt {
	margin: 0;
	font-weight: 700;
	color: #555;
}

.home-course-card__meta dd {
	margin: 0;
	color: #333;
}

.home-course-card__actions {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.home-course-card__actions .btn {
	width: 100%;
	text-align: center;
	min-height: 48px;
	justify-content: center;
}

.btn--small {
	padding: 0.45rem 0.85rem;
	font-size: 0.8125rem;
	min-height: 40px;
}

.course-guide-list {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.course-guide-list__item {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.35rem 0.85rem;
	padding: 0.85rem 1rem;
	background: rgba(250, 250, 248, 0.95);
	border: 1px solid var(--border, #e5e5e0);
	border-radius: var(--radius-sm, 8px);
}

.course-guide-list__label {
	flex: 1 1 12rem;
	font-size: 0.9375rem;
	color: #2a2a2a;
}

.course-guide-list__anchor {
	font-weight: 700;
	color: var(--green-deep, #245024);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.course-guide-list__anchor:hover {
	color: #1a391a;
}

.line-register-block__bullets {
	margin: 1.25rem auto 0;
	padding: 0 0 0 1.25rem;
	max-width: 32rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #2e2e2e;
	text-align: left;
}

.line-register-block__aside {
	display: block;
	margin-top: 0.85rem;
	font-size: 0.875rem;
}

.legal-note-small {
	font-size: 0.8125rem;
	line-height: 1.65;
	opacity: 0.88;
}

.text-link {
	color: var(--green-deep, #245024);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.text-link:hover {
	color: #1a391a;
}

.education-disclaimer__text {
	margin: 0;
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9375rem;
	line-height: 1.65;
	text-align: center;
	color: #3a3a3a;
}

.home-faq {
	margin-top: 1.25rem;
	display: grid;
	gap: 0.65rem;
}

.home-faq__item {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: var(--radius-sm, 8px);
	background: #fefdfb;
	overflow: clip;
	padding: 0 0.5rem;
}

.home-faq__item summary {
	cursor: pointer;
	padding: 0.85rem 0.65rem;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.45;
	list-style-position: outside;
	color: #1f1f1f;
}

.home-faq__item summary::-webkit-details-marker {
	color: var(--green-deep);
}

.home-faq__item > p {
	margin: 0;
	padding: 0 0.65rem 0.95rem;
	font-size: 0.9125rem;
	line-height: 1.68;
	color: #333;
	border-top: 1px dashed rgba(0, 0, 0, 0.06);
}

.site-guide-mini-links {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
}

.outcome-card--text-only .outcome-card__visual {
	display: none !important;
}

.smartlife-home-footer-hitbox {
	height: 2px;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}

.smartlife-home-fixed-line-wrap {
	display: none;
}

.section--line-final .section__title {
	margin-bottom: 0.5rem;
}

@media (max-width: 782px) {
	body.smartlife-home-fixed-line-shell {
		padding-bottom: calc(104px + env(safe-area-inset-bottom, 0));
	}

	body.smartlife-home-fixed-line-shell.sla-home-line-bar-concealed,
	body.smartlife-home-fixed-line-shell:has(#smartlife-home-fixed-line.is-concealed) {
		padding-bottom: 0 !important;
	}

	.smartlife-home-fixed-line-wrap {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 11800;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0)) 14px;
		background: linear-gradient(180deg, rgba(255, 251, 245, 0) 0%, rgba(253, 250, 244, 0.97) 22%, rgba(252, 248, 240, 1) 100%);
		box-shadow: none;
		transition: opacity 0.24s ease, transform 0.28s ease;
	}

	.smartlife-home-fixed-line-wrap.is-concealed {
		opacity: 0;
		transform: translateY(110%);
		pointer-events: none;
	}

	.smartlife-home-fixed-line__strip {
		max-width: 520px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.35rem;
		text-align: center;
	}

	.smartlife-home-fixed-line__sub {
		margin: 0;
		font-size: 0.75rem;
		color: #4a4036;
		line-height: 1.4;
	}

	.smartlife-home-fixed-line__btn.btn {
		min-height: 48px;
		font-weight: 700;
	}
}

@media (prefers-reduced-motion: reduce) {
	.smartlife-home-fixed-line-wrap {
		transition: none;
	}
}

@media (min-width: 783px) {
	body.smartlife-home-fixed-line-shell {
		padding-bottom: 0 !important;
	}
}

/* ------------------------------------------------------------------
   協会について：ページヒーロー＋沿革タイムライン
   ------------------------------------------------------------------ */

.page-hero--about {
	background: var(--cream, #f7f4ee);
	border-bottom: 1px solid var(--border, #e5e5e0);
}

.section--history .section__intro-narrow {
	margin-bottom: 1.75rem;
}

/* 中央ラインの左右交互タイムライン。時系列を保ちつつ横幅を活かす。 */
.sl-history {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	max-width: 64rem;
}

.sl-history::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0.5rem;
	bottom: 0.5rem;
	width: 2px;
	transform: translateX(-50%);
	background: rgba(6, 199, 85, 0.25);
}

.sl-history__item {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 2.25rem);
	margin: 0 0 1.5rem;
	background: #ffffff;
	border: 1px solid var(--border, #e5e5e0);
	border-radius: var(--radius-md, 12px);
	padding: 1rem 1.15rem 1.15rem;
	box-shadow: none;
}

.sl-history__item:last-child {
	margin-bottom: 0;
}

.sl-history__item:nth-child(odd) {
	margin-left: 0;
}

.sl-history__item:nth-child(even) {
	margin-left: calc(50% + 2.25rem);
}

/* タイムラインの丸印（中央ライン上） */
.sl-history__item::after {
	content: "";
	position: absolute;
	top: 1.2rem;
	width: 0.85rem;
	height: 0.85rem;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #06c755;
	box-shadow: none;
}

.sl-history__item:nth-child(odd)::after {
	right: -2.66rem;
}

.sl-history__item:nth-child(even)::after {
	left: -2.66rem;
}

.sl-history__date {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: var(--green-deep, #245024);
	margin-bottom: 0.4rem;
}

.sl-history__body {
	margin: 0;
}

.sl-history__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #1f1f1f;
}

.sl-history__note {
	margin: 0.45rem 0 0;
	font-size: 0.875rem;
	line-height: 1.7;
	color: #4a4a4a;
}

.sl-history__media {
	margin: 0.85rem 0 0;
	max-width: none;
}

.sl-history__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--radius-sm, 8px);
	border: 1px solid var(--border, #e5e5e0);
	background: #ffffff;
}

@media (max-width: 720px) {
	.sl-history {
		max-width: none;
	}

	.sl-history::before {
		left: 0.4rem;
		transform: none;
	}

	.sl-history__item,
	.sl-history__item:nth-child(odd),
	.sl-history__item:nth-child(even) {
		width: auto;
		margin-left: 1.75rem;
		margin-right: 0;
	}

	.sl-history__item:nth-child(odd)::after,
	.sl-history__item:nth-child(even)::after {
		left: -1.62rem;
		right: auto;
	}
}

/* ==================================================================
   UPVEGE SKIN — 野菜由来のナチュラル配色レイヤー
   既存マークアップは変更せず、ハードコードされたグレー系コンポーネント
   （ボタン/ヒーロー/フッター/カード/アクセント）を緑×アースカラーへ上書き。
   このブロックは末尾＝最後に評価されるため、同等詳細度で確実に勝つ。
   ================================================================== */

/* --- ベース：upvege のアイボリー地＋温かいインク＋広い行間 --- */
body {
	background-color: var(--ivory);
	color: var(--ink);
	line-height: 1.9;
	letter-spacing: 0.04em;
	font-feature-settings: "palt" 1;
}

a {
	color: var(--green-deep);
}

a:hover {
	color: var(--green-bright);
}

/* 見出しは丸ゴシック＋ゆとりのある行間・字間 */
.section__title,
.hero__title,
.hero-title.hero__title,
.page-hero__title,
.home-course-card__title,
.outcome-card__title,
.sl-history__title,
.line-banner__title {
	font-family: var(--font-serif);
	letter-spacing: 0.05em;
}

.section__title {
	font-size: clamp(1.6rem, 3.4vw, 2.4rem);
	line-height: 1.45;
}

/* --- 見出しの装飾アクセント（丸い緑のドット風アンダーライン） --- */
.section__title--center::after {
	background: var(--green-bright);
	width: 2.2rem;
	height: 0.55rem;
	border-radius: 50vh;
	margin-top: 1rem;
}

.section__head .section__title::before {
	background: var(--green-bright);
	width: 0.55rem;
	border-radius: 50vh;
}

/* --- ボタン：フル・ピル型（upvege 風）・グリーン主役 / LINEは公式グリーンで色分け --- */
.btn {
	border-radius: 50vh;
	padding: 14px 28px;
	font-family: var(--font-serif);
	font-weight: 700;
	letter-spacing: 0.06em;
	transition:
		background 0.22s var(--ease),
		color 0.22s var(--ease),
		border-color 0.22s var(--ease),
				transform 0.24s var(--ease);
}

.btn--primary,
.hero--home .btn--primary {
	background: var(--sla-btn);
	color: #ffffff;
	border-color: var(--sla-btn);
	box-shadow: none;
}

.btn--primary:hover,
.hero--home .btn--primary:hover {
	background: var(--sla-btn-hover);
	color: #ffffff;
	border-color: var(--sla-btn-hover);
	box-shadow: none;
	transform: translateY(-2px);
}

.btn--secondary {
	background: #ffffff;
	color: var(--green-deep);
	border-color: var(--green-light);
}

.btn--secondary:hover {
	background: var(--green-pale);
	border-color: var(--green-mid);
	color: var(--green-deep);
	transform: translateY(-2px);
}

.btn--ghost {
	color: var(--green-deep);
	border-color: var(--border-strong);
}

.btn--ghost:hover {
	border-color: var(--green-mid);
	background: var(--green-pale);
	color: var(--green-deep);
}

/* LINE登録ボタン（公式グリーン） */
.btn--line {
	background: var(--line);
	color: #ffffff;
	border-color: var(--line);
	box-shadow: none;
}

.btn--line:hover {
	background: #05b24c;
	color: #ffffff;
	border-color: #05b24c;
	transform: translateY(-2px);
	box-shadow: none;
}

/* --- ヒーロー：アイボリー地＋やわらかい野菜カラーのブロブ（upvege 風） --- */
.hero--home {
	background: var(--ivory);
	color: var(--ink);
}

.hero--home:not(.hero--has-photo) .hero__media {
	background-color: transparent;
	background-image:
		radial-gradient(42rem 34rem at 8% 2%, rgba(131, 192, 52, 0.28), transparent 60%),
		radial-gradient(38rem 30rem at 96% 88%, rgba(244, 170, 21, 0.20), transparent 62%),
		radial-gradient(30rem 26rem at 78% 4%, rgba(169, 207, 200, 0.30), transparent 64%);
}

.hero--home .hero__title,
.hero--home .hero-title.hero__title,
.light-content .hero__title {
	color: var(--ink);
	font-size: clamp(1.9rem, 5vw, 3.2rem);
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.hero--home .hero__lead,
.light-content .hero__lead {
	color: var(--ink-mid);
	line-height: 2;
}

.hero--home .hero__eyebrow,
.light-content .hero__eyebrow {
	color: var(--green-deep);
	letter-spacing: 0.24em;
}

/* --- LINE 案内バナー：やわらかいグリーンの面・大きな角丸 --- */
.line-banner {
	background: var(--green-pale);
	border-color: var(--border);
	border-radius: var(--radius);
}

/* --- 講座カード：角丸・ソフト影・ホバー浮き・グリーン見出し --- */
.home-course-card {
	border-color: var(--border);
	border-radius: var(--radius);
	box-shadow: none;
	transition: transform 0.28s var(--ease), border-color 0.28s var(--ease);
}

.home-course-card:hover {
	transform: translateY(-5px);
	box-shadow: none;
	border-color: var(--green-light);
}

.home-course-card__title {
	color: var(--green-deep);
}

/* --- 学べることカード等：ホバーで軽く浮く --- */
.outcome-card {
	transition: transform 0.28s var(--ease), border-color 0.28s var(--ease);
}

.outcome-card:hover {
	transform: translateY(-4px);
	box-shadow: none;
	border-color: var(--green-light);
}

.outcome-card__title {
	color: var(--green-deep);
}

/* --- FAQ・コースガイド：グリーンのアクセント --- */
.home-faq__item summary::-webkit-details-marker,
.home-faq__item summary::marker {
	color: var(--green-mid);
}

.course-guide-list__item {
	transition: border-color 0.22s var(--ease), background 0.22s var(--ease);
}

.course-guide-list__item:hover {
	border-color: var(--green-light);
	background: var(--green-pale);
}

/* --- フッター：ディープグリーンでブランドを締める --- */
.site-footer {
	background: var(--green-deep);
	color: rgba(255, 255, 255, 0.82);
	border-top: none;
}

.site-footer::before {
	background: linear-gradient(90deg, var(--green-mid), var(--amber));
	height: 3px;
}

.site-footer__name {
	color: #ffffff;
}

.nav-footer__list a {
	color: rgba(255, 255, 255, 0.82);
	transition: color 0.2s var(--ease);
}

.nav-footer__list a:hover {
	color: #ffffff;
}

.site-footer__copy {
	color: rgba(255, 255, 255, 0.6);
}

/* 旧・モバイル追従バー（使用時もグリーンに） */
.line-sticky {
	background: var(--green-deep);
	border-top-color: rgba(255, 255, 255, 0.16);
}

/* --- ヘッダー（ヒーロー上に重なる状態）の文字色を自然に --- */
body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-primary__link {
	color: var(--ink-mid);
}

body.smartlife-front-hero .site-header--grenada.site-header--over-hero .nav-primary__link:hover {
	background: var(--green-pale);
	color: var(--green-deep);
}

/* --- スクロール連動「lead-in」リビール（upvege の cubic-bezier(.19,1,.22,1) を踏襲） ---
   JSが .reveal-on-scroll を付与し、グループ内で --reveal-delay により段階表示する。 */
.reveal-on-scroll {
	opacity: 0;
	transform: translateY(44px);
	transition:
		opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1),
		transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: var(--reveal-delay, 0s);
	will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: none;
}

/* --- FV ポップイン（upvege fv_appear: scale .85→1 + slide + fade） --- */
@keyframes sl-fv-appear {
	0% {
		opacity: 0;
		transform: translateY(26px) scale(0.96);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.hero--home .hero__caption {
	animation: sl-fv-appear 0.85s cubic-bezier(0.19, 1, 0.22, 1) both;
}

/* --- ヒーロー背景パララックス（JSが --scroll を更新） --- */
.hero--home .hero__media {
	transform: translateY(calc(var(--scroll, 0) * 0.12px));
	will-change: transform;
}

/* --- 横スクロール・カルーセル（upvege 製品例レイアウトを4講座へ移植） --- */
.section--home-courses .home-course-grid {
	display: flex;
	grid-template-columns: none;
	gap: 1.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-padding-left: 2px;
	padding-bottom: 1.25rem;
	margin-top: 1.75rem;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.section--home-courses .home-course-grid::-webkit-scrollbar {
	display: none;
}

.section--home-courses .home-course-grid > .home-course-card {
	scroll-snap-align: start;
	flex: 0 0 min(85%, 27rem);
}

@media (min-width: 840px) {
	.section--home-courses .home-course-grid {
		gap: 1.75rem;
	}

	.section--home-courses .home-course-grid > .home-course-card {
		flex-basis: clamp(20rem, 30%, 24rem);
	}
}

/* スクロール余地のヒント（端のフェード） */
.section--home-courses .container {
	position: relative;
}

/* --- 画像はラウンドクリップ＋ホバーでズーム（object-fit:cover を踏襲） --- */
.outcome-card__visual,
.sl-history__media,
.about-spec__media {
	overflow: hidden;
	border-radius: var(--radius-md);
}

.outcome-card__visual img,
.sl-history__img {
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.outcome-card:hover .outcome-card__visual img,
.sl-history__item:hover .sl-history__img {
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
	.reveal-on-scroll,
	.reveal-on-scroll.is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.hero--home .hero__caption {
		animation: none;
	}

	.hero--home .hero__media {
		transform: none;
	}

	.outcome-card:hover .outcome-card__visual img,
	.sl-history__item:hover .sl-history__img {
		transform: none;
	}
}

/* ==================================================================
   UPVEGE LAYOUT v2 — 全画面ヒーロー / 自動マーキー / 角丸カラーブロック
   ================================================================== */

/* --- (1) 全画面の大型ヒーロー --- */
.hero--grenada.hero--home {
	min-height: 100svh;
	padding: clamp(7rem, 18vh, 11rem) 0 clamp(4.5rem, 11vh, 7rem);
}

.hero--home .hero__caption {
	max-width: min(60rem, 100%);
}

.hero--home .hero__title,
.hero--home .hero-title.hero__title {
	font-size: clamp(2.1rem, 6vw, 3.8rem);
	line-height: 1.45;
}

.hero--home .hero__lead {
	font-size: clamp(15px, 1.7vw, 18px);
}

/* 大きな野菜カラーの円ブロブを背景に重ねる（写真なしでも主役級のビジュアルに） */
.hero--home:not(.hero--has-photo) .hero__media {
	background-color: transparent;
	background-image:
		radial-gradient(48rem 40rem at 6% -4%, rgba(131, 192, 52, 0.42), transparent 58%),
		radial-gradient(42rem 36rem at 100% 96%, rgba(244, 170, 21, 0.30), transparent 60%),
		radial-gradient(34rem 30rem at 88% -6%, rgba(169, 207, 200, 0.42), transparent 62%),
		radial-gradient(30rem 28rem at -6% 100%, rgba(239, 141, 144, 0.24), transparent 64%);
}

.hero--home::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -34vw;
	width: 120vw;
	height: 60vw;
	transform: translateX(-50%);
	background: var(--ivory);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	z-index: 1;
	pointer-events: none;
}

/* --- (2) 自動マーキー帯（upvege page_slide を踏襲：横へ流れるワード） --- */
@keyframes sl-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.section--site-guide {
	position: relative;
	overflow: hidden;
	padding-top: calc(clamp(48px, 7vw, 72px) + 4.2rem);
}

/* 帯の地色（全幅・固定高）はセクション背景レイヤーで描く */
.section--site-guide.section--cream {
	background-color: var(--cream);
	background-image: linear-gradient(var(--green-deep), var(--green-deep));
	background-repeat: no-repeat;
	background-size: 100% 3.7rem;
	background-position: top left;
}

/* 流れるワード（帯の上に重ねる） */
.section--site-guide::before {
	content: "腸育　美肌　美爪　メンタルケア　常在菌　セルフケア　腸育　美肌　美爪　メンタルケア　常在菌　セルフケア　";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	height: 3.7rem;
	width: max-content;
	white-space: nowrap;
	box-sizing: border-box;
	color: #ffffff;
	font-family: var(--font-serif);
	font-weight: 700;
	font-size: clamp(1.2rem, 2.6vw, 1.8rem);
	line-height: 1;
	letter-spacing: 0.14em;
	animation: sl-marquee 38s linear infinite;
}

/* --- (3) 大きな角丸カラーブロック（cream セクションを浮島化） --- */
.section--cream {
	width: min(1280px, 100% - 2rem);
	margin-inline: auto;
	margin-block: clamp(1.5rem, 4vw, 3rem);
	border: none;
	border-radius: var(--radius-lg);
	background: var(--cream);
}

/* 浮島ごとに地色を変えて upvege のカラフルさを演出 */
.section--home-courses.section--cream {
	background: var(--green-pale);
}

.section--line-register-block.section--cream {
	background: var(--amber-pale);
}

.section--home-faq.section--cream {
	background: var(--teal-pale);
}

.section--about-rich.section--cream {
	background: var(--pink-pale);
}

.section--site-guide.section--cream {
	background: var(--cream);
}

/* マーキーの帯は角丸の上端に沿わせる */
.section--site-guide.section--cream::before {
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

@media (prefers-reduced-motion: reduce) {
	.section--site-guide::before {
		animation: none;
	}
}

/* --- 大きな角丸を全カードへ（upvege の card 2.2rem 相当） --- */
.home-course-card,
.outcome-card,
.home-faq__item,
.course-guide-list__item,
.about-spec > div,
.line-banner {
	border-radius: var(--radius-md);
}

.home-course-card {
	border-radius: var(--radius);
	padding: 1.75rem 1.6rem 1.5rem;
}

/* --- 4講座カードに野菜カラーの天面アクセント（緑→にんじん→セージ→ピンク） --- */
.home-course-grid > .home-course-card {
	border-top: 5px solid var(--green-bright);
}

.home-course-grid > .home-course-card:nth-child(2) {
	border-top-color: var(--amber);
}

.home-course-grid > .home-course-card:nth-child(3) {
	border-top-color: var(--sage);
}

.home-course-grid > .home-course-card:nth-child(4) {
	border-top-color: var(--pink-mid);
}

/* --- ニュース：日付＋見出しの洗練リスト（角丸カード＋ホバー） --- */
.news-list__item {
	border-radius: var(--radius-sm);
	transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.news-list__item:hover {
	background: var(--green-pale);
	transform: translateX(4px);
}

.news-list__date {
	color: var(--green-deep);
	font-family: var(--font-en);
	letter-spacing: 0.06em;
}

.news-list__link:hover {
	color: var(--green-bright);
}

/* --- セクション見出しの英字エンブレム等もグリーンに --- */
.section__link {
	border-radius: 50vh;
	color: var(--green-deep);
}

.section__link:hover {
	background: var(--green-pale);
	border-color: var(--green-mid);
}

/* --- ページ上部ヒーロー（下層ページ）もアイボリー＋やわらか地に --- */
.page-hero,
.page-hero--about {
	background: var(--ivory);
	border-bottom: 1px solid var(--border);
}

.page-hero__title {
	font-family: var(--font-serif);
	letter-spacing: 0.05em;
}

.page-hero__eyebrow {
	color: var(--green-deep);
	letter-spacing: 0.22em;
}

/* --- 沿革タイムラインのドット/ライン/カードを upvege グリーンに --- */
.sl-history::before {
	background: rgba(0, 108, 1, 0.22);
}

.sl-history__item {
	border-radius: var(--radius-md);
	border-top: 4px solid var(--green-bright);
}

.sl-history__item::after {
	border-color: var(--green-bright);
	box-shadow: none;
}

.sl-history__date {
	color: var(--green-deep);
}

/* ==================================================================
   UPVEGE PHOTOS — 自前撮影画像を「写真主役」で配置（upvege の使い方を踏襲）
   ================================================================== */

/* --- ヒーロー：撮影写真を主役に、淡いアイボリーのベールで文字可読性を確保 --- */
.hero--home .hero__media,
.hero--home:not(.hero--has-photo) .hero__media {
	background-color: var(--ivory);
	background-image:
		linear-gradient(180deg, rgba(255, 254, 238, 0.55) 0%, rgba(255, 254, 238, 0.48) 42%, rgba(255, 254, 238, 0.82) 100%),
		url(../images/photos/hero-fv-home.png);
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-position: center, center 32%;
}

/* やわらかい野菜カラーのにじみは前面の薄レイヤーとして残す（upvege 風の色味） */
.hero--home .hero__overlay {
	background-image:
		radial-gradient(40rem 32rem at 4% 0%, rgba(131, 192, 52, 0.20), transparent 60%),
		radial-gradient(34rem 30rem at 98% 100%, rgba(244, 170, 21, 0.16), transparent 62%);
}

/* --- 4講座カード：上部に写真バンド（角丸クリップ・upvege の製品カード型） --- */
.section--home-courses .home-course-grid > .home-course-card {
	padding: 0 0 1.5rem;
	overflow: hidden;
}

.section--home-courses .home-course-grid > .home-course-card > * {
	padding-inline: 1.5rem;
}

.section--home-courses .home-course-grid > .home-course-card::before {
	content: "";
	display: block;
	height: 10.5rem;
	margin-bottom: 1.25rem;
	background-color: var(--green-pale);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.section--home-courses .home-course-grid > .home-course-card:hover::before {
	transform: scale(1.05);
}

.section--home-courses .home-course-grid > .home-course-card:nth-child(1)::before {
	background-image: url(../images/photos/course-gut.png);
}

.section--home-courses .home-course-grid > .home-course-card:nth-child(2)::before {
	background-image: url(../images/photos/course-skin.png);
}

.section--home-courses .home-course-grid > .home-course-card:nth-child(3)::before {
	background-image: url(../images/photos/course-nail.jpg);
}

.section--home-courses .home-course-grid > .home-course-card:nth-child(4)::before {
	background-image: url(../images/photos/course-mental.png);
}

/* --- 「講座で学べること」カードのビジュアルを実写に --- */
.outcome-card__visual--daily {
	background-image: url(../images/photos/outcome-daily.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
}

.outcome-card__visual--family {
	background-image: url(../images/photos/outcome-family.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
}

.outcome-card__visual--teach {
	background-image: url(../images/photos/outcome-teach.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
}

.outcome-card__visual--flow {
	background-image: url(../images/photos/outcome-flow.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
}

/* 実写にした visual の上の装飾グラデ/絵文字タグは控えめに */
.outcome-card__visual--daily::before,
.outcome-card__visual--family::before,
.outcome-card__visual--teach::before,
.outcome-card__visual--flow::before {
	background: linear-gradient(180deg, rgba(38, 31, 25, 0) 40%, rgba(38, 31, 25, 0.28) 100%) !important;
}

.outcome-card__visual--daily::after,
.outcome-card__visual--family::after,
.outcome-card__visual--teach::after,
.outcome-card__visual--flow::after {
	display: none !important;
}

/* --- 協会についてページの上部ヒーローをカバー写真に --- */
.page-hero--about {
	background-image:
		linear-gradient(180deg, rgba(255, 254, 238, 0.72) 0%, rgba(255, 254, 238, 0.66) 50%, rgba(255, 254, 238, 0.88) 100%),
		url(../images/photos/about.jpg);
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-position: center, center 35%;
	border-bottom: 1px solid var(--border);
}

/* ==================================================================
   TOP PAGE PREMIUM — トップページ専用の質感アップグレード
   方針: 写真を主役 / 余白とリズム / 文字を大きく / 色はボタンに集約（見出しはインク）
   スコープ: body.smartlife-branded のみ（他ページに影響させない）
   ================================================================== */

/* ---------- 1. FV：撮影写真を主役に、コピーは左へ寄せたエディトリアル構図 ---------- */
body.smartlife-active-front .hero--grenada.hero--home {
	min-height: 100svh;
	align-items: center;
	padding: clamp(7rem, 17vh, 11rem) 0 clamp(5rem, 12vh, 8rem);
}

/* 写真をFV全面の背景として主役に。左側だけ淡くベールして見出しの可読性を確保する */
body.smartlife-active-front .hero--home .hero__media,
body.smartlife-active-front .hero--home:not(.hero--has-photo) .hero__media {
	background-color: var(--ivory);
	background-image:
		linear-gradient(100deg,
			rgba(255, 254, 238, 0.82) 0%,
			rgba(255, 254, 238, 0.5) 26%,
			rgba(255, 254, 238, 0.12) 50%,
			rgba(255, 254, 238, 0) 70%),
		url(../images/photos/hero-fv-home.png);
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-position: center, center 82%;
}

/* 野菜カラーのにじみは最小限に抑え、写真の邪魔をしない */
body.smartlife-active-front .hero--home .hero__overlay {
	background-image:
		radial-gradient(36rem 30rem at -2% 8%, rgba(131, 192, 52, 0.10), transparent 60%);
}

/* ヒーロー下端の大きな白カーブは写真を隠すので無効化 */
body.smartlife-active-front .hero--home::after {
	display: none;
}

/* コピーは左寄せ・左半分に集約 */
body.smartlife-active-front .hero--home .hero__caption {
	text-align: left;
	max-width: min(1180px, 100%);
}

body.smartlife-active-front .hero--home .hero__eyebrow {
	color: var(--ink-mid);
	font-family: var(--font-en);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.32em;
	margin: 0 0 1.5rem;
}

body.smartlife-active-front .hero--home .hero__title,
body.smartlife-active-front .hero--home .hero-title.hero__title {
	color: var(--ink);
	font-size: clamp(2.5rem, 5.6vw, 4.4rem);
	font-weight: 700;
	line-height: 1.34;
	letter-spacing: 0.015em;
	max-width: 16em;
	margin: 0 0 1.8rem;
	text-shadow: none;
}

body.smartlife-active-front .hero--home .hero__lead,
body.smartlife-active-front .hero--home .hero-subtitle {
	color: var(--ink-mid);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 2.05;
	max-width: 30em;
	margin: 0 0 1.9rem;
}

/* テーマチップ：塗りをやめ軽い輪郭ピルに（色を使わない） */
body.smartlife-active-front .hero--home .hero-chip-row {
	justify-content: flex-start;
	gap: 0.5rem 0.6rem;
	margin: 0 0 1.6rem;
}

body.smartlife-active-front .hero--home .hero-chip {
	background: rgba(255, 254, 238, 0.7);
	border: 1px solid var(--border-strong);
	color: var(--ink-mid);
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0.4rem 0.95rem;
	border-radius: 50vh;
	backdrop-filter: blur(2px);
}

body.smartlife-active-front .hero--home .hero-note--legal {
	margin: 0.2rem 0 2.1rem;
	font-size: 0.74rem;
	color: var(--ink-light);
	max-width: 32em;
}

/* ---------- 2. ボタン：色を集約した主役。大きく・立体感・矢印で誘導 ---------- */
body.smartlife-active-front .hero--home .hero__actions {
	justify-content: flex-start;
	gap: 0.9rem 1rem;
}

body.smartlife-active-front .hero--home .hero__actions .btn {
	min-height: 64px;
	padding: 1.05rem 2.3rem;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 50vh;
	letter-spacing: 0.02em;
}

/* メインCTA = 公式LINE（唯一の濃い差し色） */
body.smartlife-active-front .hero--home .btn--line {
	background: var(--line);
	border-color: var(--line);
	box-shadow: none;
}

body.smartlife-active-front .hero--home .btn--line::after {
	content: "→";
	font-family: var(--font-en);
	font-weight: 700;
	margin-left: 0.55em;
	transition: transform 0.28s var(--ease);
}

body.smartlife-active-front .hero--home .btn--line:hover {
	transform: translateY(-3px);
	box-shadow: none;
}

body.smartlife-active-front .hero--home .btn--line:hover::after {
	transform: translateX(5px);
}

/* サブCTA = インクのアウトライン（差し色を持たせない） */
body.smartlife-active-front .hero--home .btn--ghost {
	background: rgba(255, 254, 238, 0.55);
	color: var(--ink);
	border: 1.5px solid var(--ink);
	backdrop-filter: blur(2px);
}

body.smartlife-active-front .hero--home .btn--ghost:hover {
	background: var(--ink);
	color: var(--ivory);
	border-color: var(--ink);
	transform: translateY(-3px);
}

body.smartlife-active-front .hero--home .hero__scroll-down {
	color: var(--ink-mid);
}

/* ---------- 3. 余白とリズム：セクションをゆったり、見出しを大きく ---------- */
body.smartlife-branded .section {
	padding-block: clamp(72px, 10vw, 132px);
}

body.smartlife-branded .section__title {
	color: var(--ink);
	font-size: clamp(1.9rem, 3.4vw, 2.9rem);
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-bottom: 1.4rem;
}

/* 見出しの下線装飾は差し色ではなくインクの細線で最小限に */
body.smartlife-branded .section__title--center::after {
	background: var(--ink);
	opacity: 0.16;
	width: 2.6rem;
	height: 3px;
	border-radius: 50vh;
}

body.smartlife-branded .section__intro-narrow,
body.smartlife-active-front .home-courses__intro {
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 2;
	margin-bottom: clamp(2.4rem, 4vw, 3.4rem);
}

/* ---------- 4. 色は最小限：見出し・カードタイトルはインク、浮島は静かなトーン ---------- */
body.smartlife-active-front .home-course-card__title,
body.smartlife-branded .outcome-card__title,
body.smartlife-branded .home-faq__question {
	color: var(--ink);
}

/* 浮島はアイボリー/クリームの静かな交互配色にしてカラフルさを抑える */
body.smartlife-active-front .section--home-courses.section--cream {
	background: #ffffff;
}

body.smartlife-branded .section--line-register-block.section--cream {
	background: var(--cream);
}

body.smartlife-active-front .section--home-faq.section--cream {
	background: #ffffff;
}

body.smartlife-branded .section--about-rich.section--cream {
	background: var(--cream);
}

/* 4講座カードの色付き天面アクセントは撤去（色は写真バンドに任せる） */
body.smartlife-active-front .home-course-grid > .home-course-card,
body.smartlife-active-front .home-course-grid > .home-course-card:nth-child(2),
body.smartlife-active-front .home-course-grid > .home-course-card:nth-child(3),
body.smartlife-active-front .home-course-grid > .home-course-card:nth-child(4) {
	border-top: none;
}

/* カード写真バンドを少し大きく見せ、写真を効かせる */
body.smartlife-active-front .section--home-courses .home-course-grid > .home-course-card::before {
	height: 12rem;
}

/* ---------- 5. モバイル：縦組みベール＋左寄せ・ボタン全幅 ---------- */
@media (max-width: 768px) {
	body.smartlife-active-front .hero--home .hero__media,
	body.smartlife-active-front .hero--home:not(.hero--has-photo) .hero__media {
		background-image:
			linear-gradient(180deg,
				rgba(255, 254, 238, 0.88) 0%,
				rgba(255, 254, 238, 0.55) 38%,
				rgba(255, 254, 238, 0.35) 66%,
				rgba(255, 254, 238, 0.62) 100%),
			url(../images/photos/hero-fv-home.png);
		background-position: center, center 80%;
	}

	body.smartlife-active-front .hero--home .hero__title,
	body.smartlife-active-front .hero--home .hero-title.hero__title {
		font-size: clamp(2.1rem, 8.4vw, 2.9rem);
		line-height: 1.4;
	}

	body.smartlife-active-front .hero--home .hero__actions .btn {
		width: 100%;
		justify-content: center;
	}
}

/* ---------- 6. FV画像を確実に表示（セクション本体にID指定で最優先） ---------- */
/* hero__media に頼らず #grenada-hero の背景として写真を敷き、media は透明化して被らせない */
body.smartlife-active-front #grenada-hero.hero--home {
	background-color: var(--ivory);
	background-image:
		linear-gradient(100deg,
			rgba(255, 254, 238, 0.82) 0%,
			rgba(255, 254, 238, 0.5) 26%,
			rgba(255, 254, 238, 0.12) 50%,
			rgba(255, 254, 238, 0) 70%),
		url(../images/photos/hero-fv-home.png);
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-position: center, center 82%;
}

body.smartlife-active-front #grenada-hero .hero__media {
	background: transparent !important;
}

@media (max-width: 768px) {
	body.smartlife-active-front #grenada-hero.hero--home {
		background-image:
			linear-gradient(180deg,
				rgba(255, 254, 238, 0.88) 0%,
				rgba(255, 254, 238, 0.55) 38%,
				rgba(255, 254, 238, 0.35) 66%,
				rgba(255, 254, 238, 0.62) 100%),
			url(../images/photos/hero-fv-home.png);
		background-position: center, center 80%;
	}
}

/* ==================================================================
   注目4講座 — ゼロベース再設計：エディトリアル・フィーチャー
   写真主役 / 大型アウトラインナンバー / 左右交互の振付 /
   クリップワイプ・スクロール視差・段階ライズイン
   色はキッカー・チェック・CTAのみ（見出しはインク）。スコープ: トップページ
   ================================================================== */

/* ---- セクションヘッダー ---- */
body.smartlife-branded .course-section .course-section__head {
	max-width: 52rem;
	margin: 0 auto clamp(2.8rem, 5vw, 4.8rem);
	text-align: center;
}

body.smartlife-branded .course-section__kicker {
	margin: 0 0 1rem;
	font-family: var(--font-en);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: var(--green-deep);
}

body.smartlife-branded .course-section__title {
	margin: 0 0 1.1rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(2.1rem, 4.2vw, 3.2rem);
	font-weight: 700;
	line-height: 1.26;
	letter-spacing: 0.01em;
}

body.smartlife-branded .course-section__lead {
	margin: 0;
	color: var(--ink-mid);
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 2.05;
}

/* ---- リスト（縦に大きなリズム） ---- */
body.smartlife-branded .course-list {
	display: flex;
	flex-direction: column;
	gap: clamp(3rem, 7vw, 6.5rem);
}

/* ---- 1講座フィーチャー（写真 | 本文） ---- */
body.smartlife-branded .course-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(1.8rem, 4vw, 4.5rem);
}

body.smartlife-branded .course-feature:nth-child(even) .course-feature__media {
	order: 2;
}

body.smartlife-branded .course-feature:nth-child(even) .course-feature__content {
	order: 1;
}

/* ---- 写真パネル ---- */
body.smartlife-branded .course-feature__media {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: var(--radius);
	overflow: hidden;
	background-color: var(--green-pale);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center calc(50% + var(--py, 0px));
	box-shadow: none;
	transition:
		transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),
		clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
}

body.smartlife-branded .course-feature--intestine .course-feature__media {
	background-image: url(../images/photos/course-gut.png);
}

body.smartlife-branded .course-feature--skin .course-feature__media {
	background-image: url(../images/photos/course-skin.png);
}

body.smartlife-branded .course-feature--nail .course-feature__media {
	background-image: url(../images/photos/course-nail.jpg);
}

body.smartlife-branded .course-feature--mental .course-feature__media {
	background-image: url(../images/photos/course-mental.png);
}

/* 写真の深み演出 */
body.smartlife-branded .course-feature__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(20, 16, 12, 0.24) 0%,
		rgba(20, 16, 12, 0) 34%,
		rgba(20, 16, 12, 0) 64%,
		rgba(20, 16, 12, 0.18) 100%
	);
	pointer-events: none;
}

body.smartlife-branded .course-feature:hover .course-feature__media {
	transform: scale(1.03);
}

/* ---- 本文 ---- */
body.smartlife-branded .course-feature__content {
	max-width: 34rem;
}

body.smartlife-branded .course-feature__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 0.9rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--green-deep);
}

body.smartlife-branded .course-feature__kicker::before {
	content: "";
	width: 1.7rem;
	height: 2px;
	background: var(--green-mid);
	border-radius: 50vh;
}

body.smartlife-branded .course-feature__name {
	margin: 0 0 1rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	font-weight: 700;
	line-height: 1.26;
	letter-spacing: 0.01em;
}

body.smartlife-branded .course-feature__lead {
	margin: 0 0 1.7rem;
	color: var(--ink-mid);
	font-size: clamp(15px, 1.2vw, 16.5px);
	line-height: 2.05;
}

/* 学べること：ハイラインの上品なチェックリスト */
body.smartlife-branded .course-feature__learn {
	margin: 0 0 1.7rem;
}

body.smartlife-branded .course-feature__learn-label {
	margin: 0 0 0.5rem;
	font-family: var(--font-en);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: var(--ink-light);
}

body.smartlife-branded .course-feature__learn-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.smartlife-branded .course-feature__learn-list li {
	position: relative;
	margin: 0;
	padding: 0.62rem 0 0.62rem 1.8rem;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--ink);
	border-top: 1px solid var(--border);
}

body.smartlife-branded .course-feature__learn-list li:first-child {
	border-top: none;
}

body.smartlife-branded .course-feature__learn-list li::before {
	content: "";
	position: absolute;
	left: 0.1rem;
	top: 50%;
	width: 0.72rem;
	height: 0.4rem;
	margin-top: -0.34rem;
	border-left: 2px solid var(--green-mid);
	border-bottom: 2px solid var(--green-mid);
	transform: rotate(-45deg);
}

/* メタ：細い区切りのインラインストリップ */
body.smartlife-branded .course-feature__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.6rem;
	margin: 0 0 1.9rem;
	padding: 1.1rem 0 0;
	border-top: 1px solid var(--border);
}

body.smartlife-branded .course-feature__meta-item {
	margin: 0;
}

body.smartlife-branded .course-feature__meta dt {
	margin: 0 0 0.25rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--ink-light);
}

body.smartlife-branded .course-feature__meta dd {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.4;
	color: var(--ink);
}

/* ---- アクション ---- */
body.smartlife-branded .course-feature__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem 1.4rem;
}

body.smartlife-branded .course-feature__cta.btn--line {
	min-height: 56px;
	padding: 0.95rem 1.9rem;
	font-size: 0.98rem;
	font-weight: 700;
}

body.smartlife-branded .course-feature__cta.btn--line::after {
	content: "→";
	font-family: var(--font-en);
	font-weight: 700;
	margin-left: 0.5em;
	transition: transform 0.28s var(--ease);
}

body.smartlife-branded .course-feature__cta.btn--line:hover::after {
	transform: translateX(5px);
}

body.smartlife-branded .course-feature__link {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--ink-mid);
	text-decoration: none;
	border-bottom: 1px solid var(--border-strong);
	padding-bottom: 2px;
	transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

body.smartlife-branded .course-feature__link:hover {
	color: var(--green-deep);
	border-color: var(--green-mid);
}

/* ---- モーション（モーション許容時のみ） ---- */
@media (prefers-reduced-motion: no-preference) {
	/* 写真ワイプ：未表示の間だけ閉じる（奇数は左から・偶数は右から）。
	   is-visible が付くと :not(.is-visible) が外れ、自動でベース（全表示）に戻る。 */
	body.smartlife-branded .course-feature.reveal-on-scroll:not(.is-visible) .course-feature__media {
		clip-path: inset(0 100% 0 0);
	}

	body.smartlife-branded .course-feature:nth-child(even).reveal-on-scroll:not(.is-visible) .course-feature__media {
		clip-path: inset(0 0 0 100%);
	}

	/* 本文の段階ライズイン */
	body.smartlife-branded .course-feature.is-visible .course-feature__content > * {
		animation: sla-course-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	body.smartlife-branded .course-feature.is-visible .course-feature__content > *:nth-child(1) {
		animation-delay: 0.14s;
	}
	body.smartlife-branded .course-feature.is-visible .course-feature__content > *:nth-child(2) {
		animation-delay: 0.22s;
	}
	body.smartlife-branded .course-feature.is-visible .course-feature__content > *:nth-child(3) {
		animation-delay: 0.30s;
	}
	body.smartlife-branded .course-feature.is-visible .course-feature__content > *:nth-child(4) {
		animation-delay: 0.38s;
	}
	body.smartlife-branded .course-feature.is-visible .course-feature__content > *:nth-child(5) {
		animation-delay: 0.46s;
	}
	body.smartlife-branded .course-feature.is-visible .course-feature__content > *:nth-child(6) {
		animation-delay: 0.54s;
	}
}

@keyframes sla-course-rise {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ---- レスポンシブ ---- */
@media (max-width: 880px) {
	body.smartlife-branded .course-feature {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}

	body.smartlife-branded .course-feature__media,
	body.smartlife-branded .course-feature:nth-child(even) .course-feature__media {
		order: 0;
		aspect-ratio: 16 / 10;
	}

	body.smartlife-branded .course-feature__content,
	body.smartlife-branded .course-feature:nth-child(even) .course-feature__content {
		order: 0;
		max-width: none;
	}

	@media (prefers-reduced-motion: no-preference) {
		body.smartlife-branded .course-feature.reveal-on-scroll:not(.is-visible) .course-feature__media,
		body.smartlife-branded .course-feature:nth-child(even).reveal-on-scroll:not(.is-visible) .course-feature__media {
			clip-path: inset(0 0 100% 0);
		}
	}
}

@media (max-width: 480px) {
	body.smartlife-branded .course-feature__actions .btn {
		width: 100%;
		justify-content: center;
	}
}

/* ==================================================================
   講座診断ガイド — ゼロベース再設計：写真サムネ付き「悩み → 講座」カード
   上の写真主役セクションと連続させ、無機質な箇条書きを廃止。
   見出しはFVと同じボールドセリフ／色は緑系のアクセントのみ。スコープ：トップ
   ================================================================== */
body.smartlife-active-front .section--course-guide {
	background: var(--cream);
}

body.smartlife-active-front .choice-guide__head {
	max-width: none;
	margin: 0 0 clamp(2.4rem, 4.5vw, 3.8rem);
	text-align: left;
}

body.smartlife-active-front .choice-guide__kicker {
	margin: 0 0 1rem;
	font-family: var(--font-en);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: var(--green-deep);
}

body.smartlife-active-front .choice-guide__title {
	margin: 0 0 1.1rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

body.smartlife-active-front .choice-guide__lead {
	margin: 0;
	color: var(--ink-mid);
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 2.05;
}

body.smartlife-active-front .choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.6rem);
	max-width: 60rem;
	margin-inline: auto;
}

body.smartlife-active-front .choice-card {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	padding: 1rem 1.5rem 1rem 1rem;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}

body.smartlife-active-front .choice-card:hover {
	transform: translateY(-4px);
	box-shadow: none;
	border-color: var(--green-light);
}

body.smartlife-active-front .choice-card--span-2 {
	grid-column: 1 / -1;
	justify-self: stretch;
}

body.smartlife-active-front .choice-card__thumb {
	flex: 0 0 auto;
	width: clamp(4.6rem, 8vw, 5.6rem);
	height: clamp(4.6rem, 8vw, 5.6rem);
	border-radius: 50%;
	background-color: var(--green-pale);
	background-size: cover;
	background-position: center;
}

body.smartlife-active-front .choice-card__thumb--intestine {
	background-image: url(../images/photos/course-gut.png);
}
body.smartlife-active-front .choice-card__thumb--skin {
	background-image: url(../images/photos/course-skin.png);
}
body.smartlife-active-front .choice-card__thumb--nail {
	background-image: url(../images/photos/course-nail.jpg);
}
body.smartlife-active-front .choice-card__thumb--mental {
	background-image: url(../images/photos/course-mental.png);
}
body.smartlife-active-front .choice-card__thumb--diet {
	background-image: url(../images/photos/course-diet.png);
}
body.smartlife-active-front .choice-card__thumb--beginner {
	background-image: url(../images/photos/about.jpg);
}

body.smartlife-active-front .choice-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	min-width: 0;
}

body.smartlife-active-front .choice-card__q {
	font-size: 0.88rem;
	line-height: 1.5;
	color: var(--ink-mid);
}

body.smartlife-active-front .choice-card__course {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-family: var(--font-serif);
	font-size: clamp(1.1rem, 1.6vw, 1.25rem);
	font-weight: 700;
	color: var(--ink);
}

body.smartlife-active-front .choice-card__arrow {
	font-family: var(--font-en);
	font-weight: 700;
	color: var(--green-deep);
	transition: transform 0.28s var(--ease);
}

body.smartlife-active-front .choice-card:hover .choice-card__arrow {
	transform: translateX(5px);
}

body.smartlife-active-front .choice-guide__foot {
	margin: clamp(2.2rem, 4vw, 3.2rem) 0 0;
	text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
	body.smartlife-active-front .section--course-guide.is-visible .choice-card {
		animation: sla-course-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
	}
	body.smartlife-active-front .section--course-guide.is-visible .choice-card:nth-child(1) { animation-delay: 0.08s; }
	body.smartlife-active-front .section--course-guide.is-visible .choice-card:nth-child(2) { animation-delay: 0.16s; }
	body.smartlife-active-front .section--course-guide.is-visible .choice-card:nth-child(3) { animation-delay: 0.24s; }
	body.smartlife-active-front .section--course-guide.is-visible .choice-card:nth-child(4) { animation-delay: 0.32s; }
	body.smartlife-active-front .section--course-guide.is-visible .choice-card:nth-child(5) { animation-delay: 0.4s; }
	body.smartlife-active-front .section--course-guide.is-visible .choice-card:nth-child(6) { animation-delay: 0.48s; }
}

@media (max-width: 760px) {
	body.smartlife-active-front .choice-grid {
		grid-template-columns: 1fr;
	}
}

/* ==================================================================
   公式LINE訴求 — choice-card / course-section と同一トンマナ
   白カード・英字キッカー＋緑ライン・ボールドセリフ・色はCTAのみ
   ================================================================== */
body.smartlife-branded .section.line-invite {
	padding-block: clamp(1.2rem, 2.5vw, 1.8rem);
	background: #ffffff;
	border: none;
}

body.smartlife-branded .line-invite .container {
	padding-block: 0;
}

body.smartlife-branded .line-invite__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1.4rem, 3vw, 2.8rem);
	max-width: 60rem;
	margin-inline: auto;
	padding: clamp(1.4rem, 2.5vw, 2rem) clamp(1.6rem, 3vw, 2.4rem);
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: none;
}

body.smartlife-branded .line-invite__copy {
	flex: 1 1 auto;
	min-width: 0;
}

body.smartlife-branded .line-invite__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 0.65rem;
	font-family: var(--font-en);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: var(--green-deep);
}

body.smartlife-branded .line-invite__kicker::before {
	content: "";
	width: 2.2rem;
	height: 2px;
	background: var(--green-mid);
	border-radius: 50vh;
}

body.smartlife-branded .line-invite__title {
	margin: 0 0 0.55rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.01em;
}

body.smartlife-branded .line-invite__lead {
	margin: 0;
	max-width: 36em;
	color: var(--ink-mid);
	font-size: clamp(14px, 1.1vw, 15.5px);
	line-height: 1.85;
}

body.smartlife-branded .line-invite__actions {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
}

/* 独立CTA — .btn--line の !important 上書きを回避、FVボタンと同系 */
body.smartlife-branded .line-invite__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 56px;
	padding: 0.95rem 1.9rem;
	background: var(--line);
	color: #fff;
	font-family: var(--font-serif);
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	border: none;
	border-radius: 50vh;
	box-shadow: none;
	transition: background 0.22s var(--ease), transform 0.22s var(--ease);
	white-space: nowrap;
}

body.smartlife-branded .line-invite__btn:hover {
	background: #05b24c;
	transform: translateY(-3px);
	box-shadow: none;
}

body.smartlife-branded .line-invite__btn:focus-visible {
	outline: 3px solid var(--green-mid);
	outline-offset: 3px;
}

body.smartlife-branded .line-invite__btn-arrow {
	font-family: var(--font-en);
	font-weight: 700;
	transition: transform 0.28s var(--ease);
}

body.smartlife-branded .line-invite__btn:hover .line-invite__btn-arrow {
	transform: translateX(5px);
}

/* FVの ghost リンクと同系 */
body.smartlife-branded .line-invite__link {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.15rem;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 2px solid var(--ink);
	transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

body.smartlife-branded .line-invite__link:hover {
	color: var(--green-deep);
	border-color: var(--green-mid);
}

@media (max-width: 760px) {
	body.smartlife-branded .line-invite__card {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	body.smartlife-branded .line-invite__kicker {
		justify-content: center;
	}

	body.smartlife-branded .line-invite__lead {
		margin-inline: auto;
	}

	body.smartlife-branded .line-invite__actions {
		width: 100%;
	}

	body.smartlife-branded .line-invite__btn {
		width: 100%;
	}
}

/* ==================================================================
   講座で学べること — ゼロベース再設計
   course-section / choice-guide と同一トンマナ。白カード2×2・英字キッカー・ボールドセリフ
   ================================================================== */
body.smartlife-branded .outcomes-section {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: var(--cream);
}

body.smartlife-branded .outcomes-section__head {
	max-width: none;
	margin: 0 0 clamp(2.4rem, 4.5vw, 3.6rem);
	text-align: left;
}

body.smartlife-branded .outcomes-section__kicker {
	margin: 0 0 1rem;
	font-family: var(--font-en);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: var(--green-deep);
}

body.smartlife-branded .outcomes-section__title {
	margin: 0 0 1.1rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

body.smartlife-branded .outcomes-section__lead {
	margin: 0;
	color: var(--ink-mid);
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 2.05;
}

body.smartlife-branded .outcomes-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.6rem);
	max-width: 60rem;
	margin-inline: auto;
}

body.smartlife-branded .outcome-item {
	margin: 0;
	padding: clamp(1.3rem, 2.2vw, 1.7rem) clamp(1.4rem, 2.4vw, 1.8rem);
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: none;
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}

body.smartlife-branded .outcome-item:hover {
	transform: translateY(-4px);
	box-shadow: none;
	border-color: var(--green-light);
}

body.smartlife-branded .outcome-item__title {
	position: relative;
	margin: 0 0 0.75rem;
	padding-top: 0.15rem;
	padding-left: 1.1rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.05rem, 1.6vw, 1.2rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.01em;
}

body.smartlife-branded .outcome-item__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--green-mid);
}

body.smartlife-branded .outcome-item__text {
	margin: 0;
	color: var(--ink-mid);
	font-size: clamp(14px, 1.1vw, 15.5px);
	line-height: 1.85;
}

body.smartlife-branded .outcomes-section__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.55rem;
	margin: clamp(2rem, 3.5vw, 2.8rem) 0 0;
	font-size: 0.82rem;
}

body.smartlife-branded .outcomes-section__link {
	color: var(--ink-mid);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--border-strong);
	padding-bottom: 1px;
	transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

body.smartlife-branded .outcomes-section__link:hover {
	color: var(--green-deep);
	border-color: var(--green-mid);
}

body.smartlife-branded .outcomes-section__sep {
	color: var(--ink-light);
	opacity: 0.6;
}

@media (prefers-reduced-motion: no-preference) {
	body.smartlife-branded .outcomes-section.is-visible .outcome-item {
		animation: sla-course-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
	}
	body.smartlife-branded .outcomes-section.is-visible .outcome-item:nth-child(1) { animation-delay: 0.08s; }
	body.smartlife-branded .outcomes-section.is-visible .outcome-item:nth-child(2) { animation-delay: 0.16s; }
	body.smartlife-branded .outcomes-section.is-visible .outcome-item:nth-child(3) { animation-delay: 0.24s; }
	body.smartlife-branded .outcomes-section.is-visible .outcome-item:nth-child(4) { animation-delay: 0.32s; }
}

@media (max-width: 760px) {
	body.smartlife-branded .outcomes-grid {
		grid-template-columns: 1fr;
	}
}

/* ==================================================================
   協会について — ゼロベース再設計
   course-feature と同型の写真｜本文レイアウト。英字キッカー・ボールドセリフ・白地
   ================================================================== */
body.smartlife-branded .about-section {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: #ffffff;
}

body.smartlife-branded .about-section__head {
	max-width: 52rem;
	margin: 0 auto clamp(2.4rem, 4.5vw, 3.6rem);
	text-align: center;
}

body.smartlife-branded .about-section__kicker {
	margin: 0 0 1rem;
	font-family: var(--font-en);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: var(--green-deep);
}

body.smartlife-branded .about-section__title {
	margin: 0;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

body.smartlife-branded .about-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(1.8rem, 4vw, 4rem);
	max-width: 60rem;
	margin-inline: auto;
}

body.smartlife-branded .about-feature__media {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: none;
}

body.smartlife-branded .about-feature__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.smartlife-branded .about-feature__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 16, 12, 0) 58%, rgba(20, 16, 12, 0.14) 100%);
	pointer-events: none;
}

body.smartlife-branded .about-feature__content {
	max-width: 38rem;
}

body.smartlife-branded .about-feature__kicker {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0.7rem;
	margin: 0 0 0.9rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--green-deep);
}

body.smartlife-branded .about-feature__kicker::before {
	content: "";
	width: 2.2rem;
	height: 2px;
	background: var(--green-mid);
	border-radius: 50vh;
}

body.smartlife-branded .about-feature__tagline {
	margin: 0 0 1rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.3rem, 2.2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.01em;
}

body.smartlife-branded .about-feature__lead {
	margin: 0 0 1.6rem;
	color: var(--ink-mid);
	font-size: clamp(15px, 1.2vw, 16.5px);
	line-height: 2.05;
}

body.smartlife-branded .about-feature__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 1.4rem;
	margin: 0 0 1.8rem;
	padding: 1.1rem 0 0;
	border-top: 1px solid var(--border);
}

body.smartlife-branded .about-feature__meta-item {
	margin: 0;
}

body.smartlife-branded .about-feature__meta-item--wide {
	grid-column: 1 / -1;
}

body.smartlife-branded .about-feature__meta dt {
	margin: 0 0 0.25rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--ink-light);
}

body.smartlife-branded .about-feature__meta dd {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--ink);
}

body.smartlife-branded .about-feature__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem 1.4rem;
}

body.smartlife-branded .about-feature__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 52px;
	padding: 0.85rem 1.7rem;
	background: var(--green-deep);
	color: #fff;
	font-family: var(--font-serif);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	border-radius: 50vh;
	box-shadow: none;
	transition: background 0.22s var(--ease), transform 0.22s var(--ease);
}

body.smartlife-branded .about-feature__btn:hover {
	background: var(--green-mid);
	transform: translateY(-2px);
	box-shadow: none;
}

body.smartlife-branded .about-feature__btn-arrow {
	font-family: var(--font-en);
	font-weight: 700;
	transition: transform 0.28s var(--ease);
}

body.smartlife-branded .about-feature__btn:hover .about-feature__btn-arrow {
	transform: translateX(4px);
}

body.smartlife-branded .about-feature__link {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 0.2rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 2px solid var(--ink);
	transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

body.smartlife-branded .about-feature__link:hover {
	color: var(--green-deep);
	border-color: var(--green-mid);
}

@media (prefers-reduced-motion: no-preference) {
	body.smartlife-branded .about-feature.is-visible .about-feature__media {
		animation: hero-fv-wipe 1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
	}

	body.smartlife-branded .about-feature.is-visible .about-feature__content > * {
		animation: sla-course-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	body.smartlife-branded .about-feature.is-visible .about-feature__content > *:nth-child(1) { animation-delay: 0.14s; }
	body.smartlife-branded .about-feature.is-visible .about-feature__content > *:nth-child(2) { animation-delay: 0.22s; }
	body.smartlife-branded .about-feature.is-visible .about-feature__content > *:nth-child(3) { animation-delay: 0.30s; }
	body.smartlife-branded .about-feature.is-visible .about-feature__content > *:nth-child(4) { animation-delay: 0.38s; }
	body.smartlife-branded .about-feature.is-visible .about-feature__content > *:nth-child(5) { animation-delay: 0.46s; }
}

@media (max-width: 880px) {
	body.smartlife-branded .about-feature {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}

	body.smartlife-branded .about-feature__media {
		aspect-ratio: 16 / 10;
	}

	body.smartlife-branded .about-feature__content {
		max-width: none;
	}

	body.smartlife-branded .about-feature__meta {
		grid-template-columns: 1fr;
	}
}

/* ==================================================================
   よくあるご質問 — ゼロベース再設計
   outcomes-section / choice-card と同一トンマナ。白カードアコーディオン
   ================================================================== */
body.smartlife-branded .faq-section {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: var(--cream);
}

body.smartlife-branded .faq-section__head {
	max-width: 52rem;
	margin: 0 auto clamp(2.2rem, 4vw, 3.2rem);
	text-align: center;
}

body.smartlife-branded .faq-section__kicker {
	margin: 0 0 1rem;
	font-family: var(--font-en);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: var(--green-deep);
}

body.smartlife-branded .faq-section__title {
	margin: 0;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

body.smartlife-branded .faq-list {
	display: flex;
	flex-direction: column;
	gap: clamp(0.75rem, 1.5vw, 1rem);
	max-width: 44rem;
	margin-inline: auto;
}

body.smartlife-branded .faq-item {
	margin: 0;
	background: #fff;
	border: none;
	border-radius: var(--radius);
	box-shadow: none;
	overflow: clip;
	transition:
				transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.smartlife-branded .faq-item[open],
body.smartlife-branded .faq-item.is-expanded {
	box-shadow: none;
	transform: none;
}

body.smartlife-branded .faq-item__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: clamp(1rem, 2vw, 1.25rem) clamp(1.2rem, 2.4vw, 1.5rem);
	font-family: var(--font-serif);
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	font-weight: 700;
	line-height: 1.5;
	color: var(--ink);
	cursor: pointer;
	list-style: none;
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	transition: color 0.3s var(--ease);
}

body.smartlife-branded .faq-item[open] .faq-item__q,
body.smartlife-branded .faq-item.is-expanded .faq-item__q {
	color: var(--ink);
	border: none;
}

body.smartlife-branded .faq-item__q-text {
	flex: 1 1 auto;
	min-width: 0;
}

body.smartlife-branded .faq-item__q::-webkit-details-marker,
body.smartlife-branded .faq-item__q::marker {
	display: none;
}

body.smartlife-branded .faq-item__icon {
	position: relative;
	flex: 0 0 auto;
	width: 1.1rem;
	height: 1.1rem;
}

body.smartlife-branded .faq-item__icon::before,
body.smartlife-branded .faq-item__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.1rem;
	height: 2px;
	border-radius: 50vh;
	background: var(--green-deep);
	transform: translate(-50%, -50%);
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s var(--ease);
}

body.smartlife-branded .faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

body.smartlife-branded .faq-item[open] .faq-item__icon::after,
body.smartlife-branded .faq-item.is-expanded .faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

body.smartlife-branded .faq-item__panel {
	overflow: hidden;
	height: 0;
	border: none;
	box-shadow: none;
	transition: height 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

body.smartlife-branded .faq-item__panel-inner {
	opacity: 0;
	transform: translateY(-10px);
	border: none;
	box-shadow: none;
	transition:
		opacity 0.38s var(--ease) 0.06s,
		transform 0.48s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;
}

body.smartlife-branded .faq-item[open] .faq-item__panel-inner,
body.smartlife-branded .faq-item.is-expanded .faq-item__panel-inner {
	opacity: 1;
	transform: translateY(0);
}

body.smartlife-branded .faq-item__a {
	padding: 0 clamp(1.2rem, 2.4vw, 1.5rem) clamp(1rem, 2vw, 1.25rem);
	border: none;
}

body.smartlife-branded .faq-item__a p {
	margin: 0;
	padding-top: 0;
	color: var(--ink-mid);
	font-size: clamp(14px, 1.1vw, 15.5px);
	line-height: 1.85;
}

body.smartlife-branded .faq-item__q:focus,
body.smartlife-branded .faq-item__q:focus-visible {
	outline: none;
}

/* JS無効・モーション軽減時はネイティブ details の即時表示 */
@media (prefers-reduced-motion: reduce) {
	body.smartlife-branded .faq-item__panel {
		height: auto !important;
		overflow: visible;
	}

	body.smartlife-branded .faq-item:not([open]) .faq-item__panel {
		display: none;
	}

	body.smartlife-branded .faq-item__panel-inner {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (prefers-reduced-motion: no-preference) {
	body.smartlife-branded .faq-section.is-visible .faq-item {
		animation: sla-course-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
	}
	body.smartlife-branded .faq-section.is-visible .faq-item:nth-child(1) { animation-delay: 0.08s; }
	body.smartlife-branded .faq-section.is-visible .faq-item:nth-child(2) { animation-delay: 0.16s; }
	body.smartlife-branded .faq-section.is-visible .faq-item:nth-child(3) { animation-delay: 0.24s; }
	body.smartlife-branded .faq-section.is-visible .faq-item:nth-child(4) { animation-delay: 0.32s; }
}

/* ==================================================================
   FV — ゼロベース再設計 v2：フルブリード・カバー
   右に写真を上下端まで全面ブリード（左側だけ大きく丸める有機的シェイプ）／
   左にアイボリーの大型エディトリアル・コピー。回転する円形LINEシール
   （CV導線兼用の上質なディテール）と縦組みエッジラベルで「雑誌の表紙」の品格。
   色はCTA・シールに最小限。スコープ：トップページ
   ================================================================== */
#grenada-hero.hero-fv {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: center;
	background: var(--ivory);
	overflow: hidden;
	isolation: isolate;
}

/* 右に全面ブリードする写真パネル */
.hero-fv__photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: clamp(44%, 50vw, 53%);
	z-index: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	background: var(--ivory);
}

.hero-fv__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 被写体（写真右寄りの子ども）が切れないよう右・やや上を基準に表示 */
	object-position: 82% 38%;
}

/* 上部はアイボリーへなじませヘッダー可読性を確保／下部は軽いスクリム */
.hero-fv__photo::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(252, 250, 240, 0.55) 0%, rgba(252, 250, 240, 0) 18%),
		linear-gradient(180deg, rgba(20, 16, 12, 0) 64%, rgba(20, 16, 12, 0.16) 100%);
}

/* 縦組みエッジラベル（雑誌の背） */
.hero-fv__edge {
	position: absolute;
	top: 50%;
	left: clamp(0.6rem, 1.8vw, 1.4rem);
	z-index: 1;
	transform: translateY(-50%) rotate(180deg);
	writing-mode: vertical-rl;
	font-family: var(--font-en);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--ink-light);
	white-space: nowrap;
	pointer-events: none;
}

/* ---- コピー領域 ---- */
.hero-fv__inner {
	position: relative;
	z-index: 2;
	width: min(1240px, 100% - 3rem);
	margin-inline: auto;
	padding-top: clamp(7rem, 11vh, 9rem);
	padding-bottom: clamp(3.5rem, 6vh, 5rem);
	padding-left: clamp(2.2rem, 4vw, 3.4rem);
}

.hero-fv__copy {
	max-width: min(31rem, 40vw);
}

.hero-fv__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 1.5rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--green-deep);
}

.hero-fv__kicker::before {
	content: "";
	width: 2.2rem;
	height: 2px;
	background: var(--green-mid);
	border-radius: 50vh;
}

.hero-fv__title {
	margin: 0 0 1.6rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(2.6rem, 5.6vw, 4.6rem);
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0.01em;
}

.hero-fv__lead {
	margin: 0 0 2rem;
	max-width: 25em;
	color: var(--ink-mid);
	font-size: clamp(15.5px, 1.35vw, 17.5px);
	line-height: 2.05;
}

.hero-fv__themes {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.9rem;
	margin: 0 0 2.4rem;
	padding: 0;
	list-style: none;
}

.hero-fv__themes li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--ink);
}

.hero-fv__themes li + li::before {
	content: "";
	width: 5px;
	height: 5px;
	margin-right: 0.9rem;
	border-radius: 50%;
	background: var(--green-mid);
}

.hero-fv__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem 1.6rem;
}

.hero-fv__cta.btn--line {
	min-height: 64px;
	padding: 1.05rem 2.2rem;
	font-size: 1.02rem;
	font-weight: 700;
	border-radius: 50vh;
	box-shadow: none;
}

.hero-fv__cta.btn--line::after {
	content: "→";
	font-family: var(--font-en);
	font-weight: 700;
	margin-left: 0.6em;
	transition: transform 0.28s var(--ease);
}

.hero-fv__cta.btn--line:hover {
	transform: translateY(-3px);
}

.hero-fv__cta.btn--line:hover::after {
	transform: translateX(5px);
}

.hero-fv__ghost {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 0.2rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 2px solid var(--ink);
	transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.hero-fv__ghost::after {
	content: "↓";
	font-family: var(--font-en);
	margin-left: 0.5em;
	transition: transform 0.25s var(--ease);
}

.hero-fv__ghost:hover {
	color: var(--green-deep);
	border-color: var(--green-mid);
}

.hero-fv__ghost:hover::after {
	transform: translateY(3px);
}

/* ---- 回転する円形LINEシール（右下フローティング） ---- */
.hero-fv__seal {
	display: grid;
	place-items: center;
	text-decoration: none;
	filter: none;
}

.hero-fv__seal--floating {
	position: fixed;
	z-index: 11700;
	right: clamp(1rem, 2.5vw, 1.75rem);
	bottom: clamp(1rem, 2.5vh, 1.75rem);
	width: clamp(5.5rem, 9vw, 7.5rem);
	height: clamp(5.5rem, 9vw, 7.5rem);
}

@media (max-width: 782px) {
	.hero-fv__seal--floating {
		display: none !important;
	}
}

.hero-fv__seal::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--line);
}

.hero-fv__seal-ring {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: rgba(255, 255, 255, 0.94);
	transform-origin: 50% 50%;
	animation: hero-seal-spin 24s linear infinite;
}

.hero-fv__seal-ring text {
	font-family: var(--font-en);
	font-size: 8.6px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.hero-fv__seal-core {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 0.15rem;
}

.hero-fv__seal-arrow {
	font-family: var(--font-en);
	font-size: 1.55rem;
	line-height: 1;
	color: #fff;
	transition: transform 0.3s var(--ease);
}

.hero-fv__seal-line {
	font-family: var(--font-en);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	color: #fff;
}

.hero-fv__seal:hover .hero-fv__seal-arrow {
	transform: translate(3px, -3px);
}

.hero-fv__seal:focus-visible {
	outline: 3px solid var(--green-mid);
	outline-offset: 5px;
	border-radius: 50%;
}

@keyframes hero-seal-spin {
	to { transform: rotate(360deg); }
}

/* ---- スクロールキュー（コピー下・左寄せ） ---- */
.hero-fv__scroll {
	position: absolute;
	left: clamp(2.2rem, 4vw, 3.4rem);
	bottom: 1.6rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	text-decoration: none;
}

.hero-fv__scroll-label {
	font-family: var(--font-en);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	color: var(--ink-light);
}

.hero-fv__scroll-line {
	width: 3.4rem;
	height: 1px;
	background: linear-gradient(90deg, var(--ink-light), transparent);
}

/* ---- ロード時モーション ---- */
@media (prefers-reduced-motion: no-preference) {
	.hero-fv__copy > * {
		animation: hero-fv-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
	}
	.hero-fv__copy > *:nth-child(1) { animation-delay: 0.08s; }
	.hero-fv__copy > *:nth-child(2) { animation-delay: 0.18s; }
	.hero-fv__copy > *:nth-child(3) { animation-delay: 0.28s; }
	.hero-fv__copy > *:nth-child(4) { animation-delay: 0.38s; }
	.hero-fv__copy > *:nth-child(5) { animation-delay: 0.48s; }

	.hero-fv__photo {
		animation: hero-fv-wipe 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
	}

	.hero-fv__seal--floating {
		animation: hero-fv-seal-float-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s both;
	}

	.hero-fv__edge {
		animation: hero-fv-rise 0.9s var(--ease) 1s both;
	}

	.hero-fv__scroll {
		animation: hero-fv-rise 0.8s var(--ease) 1.1s both;
	}
}

@keyframes hero-fv-rise {
	from { opacity: 0; transform: translateY(26px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-fv-wipe {
	from { opacity: 0; clip-path: inset(0 0 0 100%); }
	to { opacity: 1; clip-path: inset(0 0 0 0); }
}

@keyframes hero-fv-seal-float-in {
	from { opacity: 0; transform: scale(0.6); }
	to { opacity: 1; transform: scale(1); }
}

/* ---- レスポンシブ ---- */
@media (max-width: 900px) {
	#grenada-hero.hero-fv {
		display: block;
		min-height: auto;
	}

	.hero-fv__photo {
		position: relative;
		width: 100%;
		height: clamp(280px, 60vw, 420px);
		border-radius: 0;
		box-shadow: none;
	}

	.hero-fv__img {
		transform: none;
		height: 100%;
		object-position: 78% 42%;
	}

	.hero-fv__inner {
		box-sizing: border-box;
		width: 100%;
		max-width: 40rem;
		margin-inline: auto;
		padding-top: clamp(2rem, 5.5vw, 2.75rem);
		padding-bottom: clamp(2.5rem, 6.5vw, 3.5rem);
		padding-inline: clamp(1.25rem, 5.5vw, 1.75rem);
	}

	.hero-fv__copy {
		max-width: none;
	}

	.hero-fv__edge {
		display: none;
	}

	.hero-fv__scroll {
		display: none;
	}
}

/* FAQ：ボーダー系の競合を最終上書き（UA / 旧クラス / 開閉状態） */
body.smartlife-branded #faq-home .faq-item,
body.smartlife-branded #faq-home .faq-item[open],
body.smartlife-branded #faq-home .faq-item.is-expanded {
	border: none;
	background: transparent;
}

body.smartlife-branded #faq-home .faq-item__q,
body.smartlife-branded #faq-home .faq-item__panel,
body.smartlife-branded #faq-home .faq-item__panel-inner,
body.smartlife-branded #faq-home .faq-item__a,
body.smartlife-branded #faq-home .faq-item__a p {
	border: none;
	border-top: none;
	border-bottom: none;
	box-shadow: none;
}

/* ==================================================================
   お知らせ — ゼロベース再設計
   outcomes / faq と同一トンマナ。白カードリスト・英字キッカー・ボールドセリフ
   ================================================================== */
body.smartlife-branded .news-section {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: #ffffff;
}

body.smartlife-branded .news-section__head {
	max-width: 52rem;
	margin: 0 auto clamp(2.2rem, 4vw, 3.2rem);
	text-align: center;
}

body.smartlife-branded .news-section__kicker {
	margin: 0 0 1rem;
	font-family: var(--font-en);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: var(--green-deep);
}

body.smartlife-branded .news-section__title {
	margin: 0 0 1.1rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

body.smartlife-branded .news-section__lead {
	margin: 0 0 1.2rem;
	color: var(--ink-mid);
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 2.05;
}

body.smartlife-branded .news-section__all {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.15rem;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 2px solid var(--ink);
	transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

body.smartlife-branded .news-section__all-arrow {
	font-family: var(--font-en);
	font-weight: 700;
	transition: transform 0.28s var(--ease);
}

body.smartlife-branded .news-section__all:hover {
	color: var(--green-deep);
	border-color: var(--green-mid);
}

body.smartlife-branded .news-section__all:hover .news-section__all-arrow {
	transform: translateX(4px);
}

body.smartlife-branded .news-feed {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: clamp(0.75rem, 1.5vw, 1rem);
	max-width: 44rem;
	margin-inline: auto;
}

body.smartlife-branded .news-feed > li {
	margin: 0;
}

body.smartlife-branded .news-card {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2vw, 1.6rem);
	margin: 0;
	padding: clamp(1.1rem, 2vw, 1.35rem) clamp(1.2rem, 2.4vw, 1.5rem);
	background: #fff;
	border: none;
	border-radius: var(--radius);
	box-shadow: none;
	transition: transform 0.3s var(--ease);
}

body.smartlife-branded .news-card:hover {
	transform: translateY(-3px);
	box-shadow: none;
}

body.smartlife-branded .news-card__date {
	flex: 0 0 auto;
	min-width: 6.5rem;
	font-family: var(--font-en);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--ink-light);
	white-space: nowrap;
}

body.smartlife-branded .news-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex: 1 1 auto;
	min-width: 0;
	text-decoration: none;
	color: inherit;
}

body.smartlife-branded .news-card__title {
	font-family: var(--font-serif);
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	font-weight: 700;
	line-height: 1.5;
	color: var(--ink);
}

body.smartlife-branded .news-card__arrow {
	flex: 0 0 auto;
	font-family: var(--font-en);
	font-weight: 700;
	color: var(--green-deep);
	transition: transform 0.28s var(--ease);
}

body.smartlife-branded .news-card:hover .news-card__arrow {
	transform: translateX(5px);
}

@media (prefers-reduced-motion: no-preference) {
	body.smartlife-branded .news-card.is-visible {
		animation: sla-course-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
		animation-delay: var(--reveal-delay, 0s);
	}
}

@media (max-width: 640px) {
	body.smartlife-branded .news-card {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.45rem;
	}

	body.smartlife-branded .news-card__date {
		min-width: 0;
	}
}

/* ==================================================================
   学びの広がり — ゼロベース再設計
   choice-card / news-card と同一トンマナ。2×2リンクカードグリッド
   ================================================================== */
body.smartlife-branded .guide-section {
	padding-block: clamp(2.8rem, 5vw, 4.2rem);
	background: var(--cream);
}

body.smartlife-branded .guide-section__head {
	max-width: none;
	margin: 0 0 clamp(2.2rem, 4vw, 3.2rem);
	text-align: left;
}

body.smartlife-branded .guide-section__kicker {
	margin: 0 0 1rem;
	font-family: var(--font-en);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: var(--green-deep);
}

body.smartlife-branded .guide-section__title {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.55rem 0.75rem;
	margin: 0 0 1.1rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

body.smartlife-branded .guide-section__title-text {
	display: inline-block;
}

body.smartlife-branded .guide-section__optional {
	display: inline-flex;
	align-items: center;
	align-self: center;
	margin-top: 0.15em;
	padding: 0.32rem 0.75rem;
	font-family: var(--font-en);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: var(--ink-mid);
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid var(--border);
	border-radius: 50vh;
	box-shadow: none;
}

body.smartlife-branded .guide-section__lead {
	margin: 0;
	color: var(--ink-mid);
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 2.05;
}

body.smartlife-branded .guide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.75rem, 1.5vw, 1rem);
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

body.smartlife-branded .guide-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
	padding: clamp(1.1rem, 2vw, 1.35rem) clamp(1.2rem, 2.4vw, 1.5rem);
	background: #fff;
	border: none;
	border-radius: var(--radius);
	box-shadow: none;
	text-decoration: none;
	transition: transform 0.3s var(--ease);
}

body.smartlife-branded .guide-card:hover {
	transform: translateY(-3px);
	box-shadow: none;
}

body.smartlife-branded .guide-card__label {
	font-family: var(--font-en);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--green-deep);
}

body.smartlife-branded .guide-card__title {
	font-family: var(--font-serif);
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	font-weight: 700;
	line-height: 1.45;
	color: var(--ink);
}

body.smartlife-branded .guide-card__arrow {
	align-self: flex-end;
	margin-top: 0.15rem;
	font-family: var(--font-en);
	font-weight: 700;
	color: var(--green-deep);
	transition: transform 0.28s var(--ease);
}

body.smartlife-branded .guide-card:hover .guide-card__arrow {
	transform: translateX(5px);
}

@media (prefers-reduced-motion: no-preference) {
	body.smartlife-branded .guide-card.is-visible {
		animation: sla-course-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
		animation-delay: var(--reveal-delay, 0s);
	}
}

@media (max-width: 640px) {
	body.smartlife-branded .guide-grid {
		grid-template-columns: 1fr;
	}
}

/* ==================================================================
   最終LINE訴求 — ゼロベース再設計
   line-invite と同型の横並び。コンテナ全幅を使い左=訴求・右=CTA
   ================================================================== */
body.smartlife-branded .line-final {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: #ffffff;
	border: none;
}

body.smartlife-branded .line-final .container {
	padding-block: 0;
}

body.smartlife-branded .line-final__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(16.5rem, 28rem);
	gap: clamp(1.6rem, 3vw, 2.8rem);
	align-items: start;
	width: 100%;
	padding: clamp(1.6rem, 2.8vw, 2.4rem) clamp(1.6rem, 3vw, 2.4rem);
	background: linear-gradient(135deg, #f9fdf9 0%, #ffffff 48%);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: none;
}

body.smartlife-branded .line-final__body {
	min-width: 0;
}

body.smartlife-branded .line-final__head {
	margin-bottom: clamp(1.2rem, 2vw, 1.6rem);
}

body.smartlife-branded .line-final__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 0.75rem;
	font-family: var(--font-en);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: var(--green-deep);
}

body.smartlife-branded .line-final__kicker::before {
	content: "";
	width: 2.2rem;
	height: 2px;
	background: var(--green-mid);
	border-radius: 50vh;
}

body.smartlife-branded .line-final__title {
	margin: 0 0 0.75rem;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.25rem, 2.2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.01em;
}

body.smartlife-branded .line-final__lead {
	max-width: 42em;
	margin: 0;
	color: var(--ink-mid);
	font-size: clamp(14px, 1.1vw, 15.5px);
	line-height: 1.85;
}

body.smartlife-branded .line-final__perks {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.smartlife-branded .line-final__perk {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

body.smartlife-branded .line-final__perk-mark {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	background: var(--green-pale);
	color: var(--green-deep);
	font-family: var(--font-en);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
}

body.smartlife-branded .line-final__perk-text {
	flex: 1 1 auto;
	min-width: 0;
	color: var(--ink);
	font-size: clamp(13.5px, 1.05vw, 15px);
	font-weight: 700;
	line-height: 1.65;
	text-wrap: pretty;
}

body.smartlife-branded .line-final__actions {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	align-self: start;
	gap: 0.85rem;
	width: 100%;
	max-width: 28rem;
	padding-left: clamp(0.5rem, 1.5vw, 1.25rem);
	border-left: 1px solid var(--border);
}

body.smartlife-branded .line-final__qr {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	width: fit-content;
	max-width: 100%;
	align-self: center;
	margin: 0;
	padding: 0.65rem;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
}

body.smartlife-branded .line-final__qr-img {
	display: block;
	width: 9rem;
	height: auto;
	max-width: 100%;
	border-radius: 0.35rem;
}

body.smartlife-branded .line-final__qr-caption {
	margin: 0;
	max-width: 9rem;
	color: var(--ink-mid);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

body.smartlife-branded .line-final__btn.btn--line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	gap: 0.55rem;
	width: 100%;
	min-height: 60px;
	padding: 1rem 1.5rem;
	background: var(--line);
	color: #fff;
	font-family: var(--font-serif);
	font-size: clamp(0.92rem, 1.05vw, 1rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	border: none;
	border-radius: 50vh;
	box-shadow: none;
	transition: background 0.22s var(--ease), transform 0.22s var(--ease);
	white-space: normal;
	text-align: center;
}

body.smartlife-branded .line-final__btn.btn--line:hover {
	background: #05b24c;
	transform: translateY(-3px);
	box-shadow: none;
}

body.smartlife-branded .line-final__btn.btn--line:focus-visible {
	outline: 3px solid var(--green-mid);
	outline-offset: 3px;
}

body.smartlife-branded .line-final__btn-arrow {
	font-family: var(--font-en);
	font-weight: 700;
	transition: transform 0.28s var(--ease);
}

body.smartlife-branded .line-final__btn.btn--line:hover .line-final__btn-arrow {
	transform: translateX(5px);
}

body.smartlife-branded .line-final__link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	padding: 0.35rem 0.15rem;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ink) !important;
	text-decoration: none;
	border-bottom: 2px solid var(--ink);
	transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

body.smartlife-branded .line-final__link:hover {
	color: var(--green-deep) !important;
	border-color: var(--green-mid);
}

body.smartlife-branded .line-final__note {
	margin: clamp(0.85rem, 2vw, 1.15rem) 0 0;
	padding: 0;
	border: none;
	color: var(--ink-mid);
	font-size: 0.78rem;
	line-height: 1.65;
	text-align: center;
	opacity: 0.92;
}

/* サイト共通 CV — 背景帯上にコンテンツを直接配置（白ボックスなし） */
body.smartlife-branded .line-final.line-final--site-cv {
	padding-block: clamp(3.25rem, 6.5vw, 5rem);
	background: #ffffff !important;
	border-block: 1px solid rgba(38, 31, 25, 0.08) !important;
	border-inline: none !important;
}

body.smartlife-branded .line-final.line-final--site-cv .line-final__panel {
	padding: 0;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.smartlife-branded .line-final.line-final--site-cv .line-final__panel::before {
	content: none;
}

body.smartlife-branded .line-final.line-final--site-cv .line-final__title {
	font-size: clamp(1.45rem, 2.6vw, 2rem);
}

body.smartlife-branded .line-final.line-final--site-cv .line-final__actions {
	border-left: 1px solid rgba(38, 31, 25, 0.12) !important;
	padding-left: clamp(1.25rem, 2.5vw, 2rem);
}

body.smartlife-branded .line-final.line-final--site-cv .line-final__qr {
	background: var(--cream, #f6f6f4);
	border: 1px solid rgba(38, 31, 25, 0.1);
}

body.smartlife-branded .line-final.line-final--site-cv .line-final__note {
	color: rgba(38, 31, 25, 0.72);
}

@media (max-width: 900px) {
	body.smartlife-branded .line-final__panel {
		grid-template-columns: 1fr;
	}

	body.smartlife-branded .line-final__actions {
		grid-column: 1;
		grid-row: auto;
		padding-left: 0;
		border-left: none;
		padding-top: 0.25rem;
	}

	body.smartlife-branded .line-final.line-final--site-cv .line-final__actions {
		border-left: none;
		border-top: 1px solid rgba(38, 31, 25, 0.12);
		padding-left: 0;
		padding-top: clamp(1.25rem, 3vw, 1.75rem);
		margin-top: 0.25rem;
	}
}
