@charset "UTF-8";

/* FINESSA HB01 特集 */

#generic.finessa_feature {
	background-color: #fff;
}

#generic.finessa_feature #generic_header h1 {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#generic.finessa_feature #generic_header img {
	display: block;
	width: 100%;
	height: auto;
}

#generic.finessa_feature .fn_pagenavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5em;
	margin: 0;
	padding: 1em;
	list-style: none;
	background-color: #fdf0ec;
}

#generic.finessa_feature .fn_pagenavi a {
	display: block;
	padding: 0.55em 1.25em;
	font-weight: 700;
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #e0684a;
	border-radius: 999px;
	transition: background-color 0.3s, color 0.3s;
}

#generic.finessa_feature .fn_pagenavi a:hover {
	background-color: #e0684a;
	color: #fff;
}

#generic.finessa_feature .fn_section {
	margin-bottom: 4em;
}

#generic.finessa_feature .fn_section--alt {
	padding: 2.5em 0;
	background-color: #fdf6f4;
}

#generic.finessa_feature .fn_section h2 {
	text-align: center;
	font-size: 1.75em;
	font-weight: 900;
	margin: 0 auto 1.5em;
	padding: 0 0 0.5em;
	color: #1a1a1a;
	position: relative;
}

#generic.finessa_feature .fn_section h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background-color: #e0684a;
	border-radius: 2px;
}

#generic.finessa_feature .fn_section h3 {
	font-size: 1.15em;
	font-weight: 700;
	margin: 2em 0 1em;
	text-align: center;
	color: #333;
}

#generic.finessa_feature .fn_catch {
	margin: 0 0 1.25em;
	font-size: 1.35em;
	font-weight: 900;
	text-align: center;
	color: #e0684a;
	line-height: 1.7;
}

#generic.finessa_feature .fn_lead {
	margin: 0 0 2em;
	text-align: center;
	line-height: 1.9;
	color: #333;
}

#generic.finessa_feature .fn_scenes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}

#generic.finessa_feature .fn_scene {
	margin: 0;
	text-align: center;
}

#generic.finessa_feature .fn_scene img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

#generic.finessa_feature .fn_scene p {
	margin: 0.75em 0 0;
	font-weight: 700;
	font-size: 0.95em;
	line-height: 1.6;
	color: #444;
}

#generic.finessa_feature .fn_family {
	margin: 0 0 2.5em;
	padding: 1.25em 1.5em;
	text-align: center;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.8;
	color: #333;
	background-color: #fdf0ec;
	border-radius: 8px;
}

#generic.finessa_feature .fn_icons {
	display: flex;
	flex-direction: column;
	gap: 2em;
	margin: 0;
}

#generic.finessa_feature .fn_icon_block h3 {
	margin-top: 0;
}

#generic.finessa_feature .fn_icon_block img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#generic.finessa_feature .fn_eco_note {
	margin: 1em 0 0;
	text-align: center;
	font-weight: 700;
	color: #333;
}

#generic.finessa_feature .fn_figure {
	margin: 1.5em 0 0;
	text-align: center;
}

#generic.finessa_feature .fn_figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#generic.finessa_feature .fn_tech_heading {
	margin: 2.5em 0 1.5em;
	text-align: center;
	font-size: 1.25em;
	font-weight: 900;
	color: #e0684a;
}

#generic.finessa_feature .fn_tech_group {
	margin-bottom: 2.5em;
	padding: 1.75em 1.5em;
	background-color: #fff;
	border: 1px solid #f0d4cc;
	border-radius: 10px;
}

#generic.finessa_feature .fn_section--alt .fn_tech_group {
	border-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#generic.finessa_feature .fn_tech_group h4 {
	margin: 0 0 1.25em;
	font-size: 1.05em;
	font-weight: 900;
	line-height: 1.6;
	color: #333;
}

#generic.finessa_feature .fn_tech_group h4 span {
	display: block;
	margin-bottom: 0.25em;
	font-size: 0.85em;
	font-weight: 700;
	color: #e0684a;
}

#generic.finessa_feature .fn_tech_item {
	margin-bottom: 2em;
}

#generic.finessa_feature .fn_tech_item:last-child {
	margin-bottom: 0;
}

#generic.finessa_feature .fn_tech_name {
	margin: 0 0 0.5em;
	font-size: 1.05em;
	font-weight: 900;
	color: #e0684a;
}

#generic.finessa_feature .fn_tech_desc {
	margin: 0 0 1em;
	line-height: 1.85;
	color: #444;
}

#generic.finessa_feature .fn_tech_effect {
	margin: 0;
	line-height: 1.85;
	color: #333;
	font-weight: 700;
}

#generic.finessa_feature .fn_notes {
	margin: 1.5em 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.85em;
	line-height: 1.75;
	color: #666;
}

#generic.finessa_feature .fn_notes li {
	margin: 0 0 0.35em;
	padding-left: 1em;
	text-indent: -1em;
}

#generic.finessa_feature .fn_cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	margin: 3em 0 0;
}

#generic.finessa_feature .fn_cta a {
	display: block;
	min-width: 240px;
	padding: 1em 1.5em;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	border-radius: 8px;
	box-sizing: border-box;
	transition: opacity 0.3s;
}

#generic.finessa_feature .fn_cta a:hover {
	opacity: 0.85;
}

#generic.finessa_feature .fn_cta .btn-primary {
	color: #fff;
	background: linear-gradient(#ec7a5e, #e0684a);
}

#generic.finessa_feature .fn_cta .btn-secondary {
	color: #e0684a;
	background-color: #fff;
	border: 2px solid #e0684a;
}

@media screen and (max-width: 768px) {
	#generic.finessa_feature .fn_section h2 {
		font-size: 1.4em;
	}

	#generic.finessa_feature .fn_scenes {
		grid-template-columns: 1fr;
	}

	#generic.finessa_feature .fn_catch {
		font-size: 1.15em;
	}

	#generic.finessa_feature .fn_pagenavi ul {
		flex-direction: column;
		align-items: stretch;
	}

	#generic.finessa_feature .fn_cta a {
		width: 100%;
		min-width: 0;
	}
}
