.fs-l-main,
.fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

:root {
	--cooler-font-sans: "Noto Sans JP", sans-serif;
	--cooler-font-serif: "Noto Serif JP", serif;
	--cooler-blue: #2b638d;
	--cooler-light-blue: #eaf3f7;
	--cooler-pink: #df8fb5;
	--cooler-pale-pink: #fde5f0;
	--cooler-gold: #c29a3a;
	--cooler-text: #333333;
	--cooler-muted: #666666;
	--cooler-white: #ffffff;
	--cooler-width: 1200px;
}

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}

.lp_wrap {
	margin: 0 auto;
	font-family: var(--cooler-font-sans);
	font-weight: 400;
	color: var(--cooler-text);
	background: var(--cooler-light-blue);
	letter-spacing: 0;
}
.lp_wrap *,
.lp_wrap *::before,
.lp_wrap *::after {
	box-sizing: border-box;
	font-feature-settings: "palt";
	letter-spacing: 0;
}
.lp_wrap img {
	display: block;
	width: 100%;
	height: auto;
}
.lp_wrap li {
	list-style: none;
}
.lp_wrap ul,
.lp_wrap h1,
.lp_wrap h2,
.lp_wrap h3,
.lp_wrap p {
	margin: 0;
	padding: 0;
}
.lp_wrap a {
	text-decoration: none;
}
.content-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
}

.mv_section {
	background: var(--cooler-white);
}
.mv {
	margin: 0;
	background-color: #eaf3f7;
}
.mv img {
	width: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: center top;
}

.worry_section .content-wrap {
	padding-bottom: 0px;
}
.worry_panel {
	aspect-ratio: 1200 / 734;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0px;
	background: url("../img/lead_bg.png") center / cover no-repeat;
}
.worry_title {
	text-align: center;
	font-family: var(--cooler-font-serif);
	font-size: 42px;
	font-weight: 600;
	color: var(--cooler-blue);
	line-height: 1.4;
}
.worry_title span {
	display: inline;
}
.worry_list {
	margin-top: 60px !important;
	width: 650px;
	margin-left: 45px !important;
	padding-left: 0 !important;
}
.worry_list li {
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-top: 20px;
	padding-left: 55px;
	background: url("../img/lead_textbg.png") 55px 50% / 395px 45px no-repeat;
	font-size: 36px;
	font-weight: 500;
	color: var(--cooler-blue);
	line-height: 1.5;
}
.worry_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	background: url("../img/lead_icon.png") center / contain no-repeat;
}

.lead_section {
	background: var(--cooler-light-blue);
}
.lead_section .content-wrap {
	padding-top: 50px;
	padding-bottom: 160px;
	text-align: center;
}
.lead_section .content-wrap::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -5%;
	aspect-ratio: 900 / 395;
	max-width: 900px;
	width: 100%;
	transform: translateX(-50%);
	background: url("../img/lead_bg2.png") center / contain no-repeat;
	opacity: 1;
	pointer-events: none;
}
.lead_title {
	position: relative;
	z-index: 1;
	font-family: var(--cooler-font-serif);
	font-size: 38px;
	font-weight: 600;
	color: var(--cooler-text);
	line-height: 1.7;
}
.lead_title span {
	color: var(--cooler-pink);
}
.lead_title .blue {
	color: var(--cooler-blue);
}
.lead_text {
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	z-index: 1;
	margin-top: 30px !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
	color: var(--cooler-text);
}
.lp_wrap .lead_icon {
	position: absolute;
	z-index: 1;
	width: 90px;
}
.lead_icon_left {
	left: 155px;
	bottom: 80px;
}
.lead_icon_right {
	right: 160px;
	bottom: 75px;
}

.product_section .content-wrap,
.reason_section .content-wrap,
.voice_section .content-wrap {
	max-width: 1200px;
	background: var(--cooler-white);
	padding: 60px 50px;
}
.product_section + .product_section .content-wrap {
	margin-top: 120px;
}
.product_section_ladies .content-wrap,
.product_section_unisex .content-wrap {
	position: relative;
}
.category_badge {
	position: absolute;
	left: 45px;
	top: -45px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--cooler-pink);
	color: var(--cooler-white);
	font-size: 18px;
	font-weight: 600;
}
.blue_badge {
	background: #7f9fba;
}
.lp_wrap .section_title {
	--section-underline: var(--cooler-pale-pink);
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	background: linear-gradient(transparent 58%, var(--section-underline) 58%, var(--section-underline) 78%, transparent 78%) center / 100% 100% no-repeat;
	text-align: center;
	font-family: var(--cooler-font-serif);
	font-size: 38px;
	font-weight: 600;
	line-height: 1.5;
}
.lp_wrap .section_title.pink {
	color: #b94f81;
	--section-underline: var(--cooler-pale-pink);
}
.lp_wrap .section_title.blue {
	color: var(--cooler-blue);
	--section-underline: #dcecf5;
}
.lp_wrap .section_title.gold {
	color: var(--cooler-gold);
	--section-underline: #f1dfb5;
}
.lp_wrap .section_title span {
	font-size: 22px;
}
.section_lead {
	margin-top: 20px !important;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
.product_list {
	display: grid;
	margin-top: 55px !important;
	gap: 35px;
}
.cols_3 {
	grid-template-columns: repeat(3, 1fr);
}
.cols_2 {
	grid-template-columns: repeat(2, minmax(0, 270px));
	justify-content: center;
	gap: 80px;
}
.product_card {
	text-align: center;
}
.product_image {
	width: 100%;
	margin-bottom: 20px;
	background: #f8f8f8;
	border: 1px solid #d6e0e7;
}
.product_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product_image img[src=""] {
	display: none;
}
.product_card h3 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.55;
	color: var(--cooler-text);
}
.product_card p {
	margin-top: 15px !important;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	line-height: 1.8;
}
.product_btn,
.cta_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 38px;
	margin-top: 30px;
	padding: 10px 25px;
	border-radius: 999px;
	color: #FFF !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	font-family: "Zen Maru Gothic", sans-serif;
}
.product_btn:visited,
.cta_btn:visited {
	color: #FFF !important;
}
.product_btn::after,
.cta_btn::after {
	content: "▶";
	margin-left: 5px;
	font-size: .8em;
}
.pink_btn {
	background: var(--cooler-pink);
}
.blue_btn {
	background: #7f9fba;
}
.gold_btn {
	background: #b68b2d;
}

.arm_section .content-wrap {
	margin-top: 80px;
}
.arm_sub {
	margin-top: 20px !important;
	text-align: center;
	font-size: 22px;
	color: var(--cooler-gold);
	line-height: 1.5;
}
.arm_sub + .section_title {
	margin-top: 10px;
}
.point_list {
	display: flex;
	justify-content: center;
	gap: 35px;
	margin-top: 45px !important;
}
.point_list li {
	aspect-ratio: 1 / 1;
	width: 110px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d8b55f;
	color: var(--cooler-white);
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	font-family: "Zen Maru Gothic", sans-serif;
}
.arm_section .product_card h3 {
	min-height: auto;
}

.scene_section .content-wrap {
	max-width: 1200px;
	padding-top: 100px;
	padding-bottom: 80px;
}
.scene_title,
.faq_title {
	text-align: center;
	font-family: var(--cooler-font-serif);
	font-size: 34px;
	font-weight: 600;
	color: var(--cooler-blue);
	line-height: 1.5;
}
.scene_slider {
	position: relative;
	max-width: 100%;
	margin: 55px auto 0;
	padding: 0;
}
.scene_slider_view {
	overflow: visible;
}
.scene_list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 35px 25px;
	margin-top: 0 !important;
}
.lp_wrap .scene_list li {
	grid-column: span 2;
	text-align: center;
}
.lp_wrap .scene_list li:nth-child(4) {
	grid-column: 2 / span 2;
}
.lp_wrap .scene_list li:nth-child(5) {
	grid-column: 4 / span 2;
}
.lp_wrap .scene_list img {
	width: 100%;
	border-radius: 15px;
}
.scene_list h3 {
	margin-top: 20px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", sans-serif;
}
.scene_list p {
	margin-top: 10px !important;
	font-size: 14px;
	line-height: 1.7;
	color: var(--cooler-muted);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
}

.reason_section .content-wrap,
.voice_section .content-wrap {
	margin-top: 75px;
}
.brush_subtitle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: var(--cooler-blue);
	line-height: 1.5;
}
.brush_title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 84px;
	text-align: center;
	font-family: var(--cooler-font-serif);
	font-size: 42px;
	font-weight: 600;
	color: var(--cooler-blue);
	line-height: 1.5;
}
.brush_title::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	aspect-ratio: 395 / 84;
	max-width: 395px;
	width: 100%;
	transform: translate(-50%, -50%);
	background: url("../img/lead_textbg.png") center / contain no-repeat;
	filter: brightness(0) saturate(100%) invert(91%) sepia(18%) saturate(706%) hue-rotate(294deg) brightness(104%) contrast(98%);
	opacity: .9;
}
.brush_title span {
	position: relative;
	z-index: 1;
}
.brush_title span .pink{
	color: var(--cooler-pink);
}
.arm_brush_title {
	margin-bottom: 25px;
}
.reason_list {
	max-width: 640px;
	margin: 55px auto 0 !important;
}
.reason_list li {
	position: relative;
	margin-top: 20px;
	padding-left: 65px;
	font-size: 23px;
	font-weight: 500;
	color: var(--cooler-blue);
	line-height: 1.6;
	font-family: "Zen Maru Gothic", sans-serif;
}
.reason_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	aspect-ratio: 1 / 1;
	width: 30px;
	background: url("../img/check_icon.png") center / contain no-repeat;
}

.voice_list {
	max-width: 660px;
	margin: 55px auto 0 !important;
}
.voice_list li {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	margin-top: 20px;
}
.voice_list img {
	width: 70px;
	flex: 0 0 70px;
}
.voice_list p {
	flex: 1;
	position: relative;
	padding: 20px 35px;
	border-radius: 18px;
	background: #e7f0f6;
	font-size: 20px;
	line-height: 1.8;
	color: var(--cooler-blue);
	font-family: "Zen Maru Gothic", sans-serif;
}
.voice_list p::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 30px;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 18px solid #e7f0f6;
}

.faq_section .content-wrap {
	max-width: 1200px;
	padding-top: 85px;
	padding-bottom: 60px;
}
.faq_list {
	margin-top: 45px;
}
.faq_item {
	margin-top: 25px;
	background: var(--cooler-white);
}
.faq_question {
	position: relative;
	width: 100%;
	min-height: 80px;
	padding: 20px 90px 20px 115px;
	border: none;
	background: var(--cooler-white);
	cursor: pointer;
	text-align: left;
	font-family: var(--cooler-font-sans);
	font-size: 22px;
	font-weight: 500;
	color: var(--cooler-blue);
	line-height: 1.5;
	font-family: "Zen Maru Gothic", sans-serif;
}
.faq_question::before {
	content: "Q.";
	position: absolute;
	left: 45px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	font-weight: 700;
	color: var(--cooler-blue);
	line-height: 1;
}
.faq_question::after {
	content: "+";
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 45px;
	font-weight: 300;
	color: var(--cooler-blue);
	line-height: 1;
}
.faq_item.is_open .faq_question::after {
	content: "−";
}
.faq_answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .45s ease;
}
.faq_item.is_open .faq_answer {
	max-height: 300px;
}
.faq_answer p {
	position: relative;
	padding: 0 70px 35px 115px;
	font-size: 21px;
	line-height: 1.8;
	color: var(--cooler-blue);
	font-family: "Zen Maru Gothic", sans-serif;
}
.faq_answer p::before {
	content: "A.";
	position: absolute;
	left: 45px;
	top: -5px;
	font-size: 35px;
	font-weight: 700;
	color: var(--cooler-blue);
	line-height: 1;
}

.cta_section .content-wrap {
	padding-top: 100px;
	padding-bottom: 145px;
	text-align: center;
}
.cta_section .cta_copy {
	font-family: var(--cooler-font-serif);
	font-size: 34px;
	font-weight: 500;
	color: var(--cooler-blue);
	line-height: 1.65;
	letter-spacing: 0;
}
.cta_section .cta_copy span {
	display: block;
}
.cta_section .cta_copy em {
	color: var(--cooler-pink);
	font-style: normal;
}
.cta_btn {
	min-width: 400px;
	min-height: 62px;
	margin-top: 45px;
	background: var(--cooler-blue);
	font-size: 18px;
}

@media screen and (max-width: 1380px) {
	:root {
		--cooler-width: 1200px;
	}
}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.content-wrap {
		max-width: 1200px;
		padding: 60px 20px;
	}
	.mv img {
		min-height: 0;
		object-fit: contain;
		object-position: center top;
	}
	.worry_section .content-wrap {
		padding-bottom: 0px;
	}
	.worry_panel {
		width: 100%;
		min-height: 0;
		padding: 10px 10px;
		background-position: center;
	}
	.worry_title {
		font-size: 18px;
		line-height: 1.35;
		max-width: 300px;
		margin: 0 auto;
		text-align: center;
	}
	/* .worry_title span {
		display: block;
	} */
	.scene_title,
	.faq_title,
	.brush_title {
		font-size: 24px;
	}
	.worry_list {
		margin-top: 20px !important;
		width: auto;
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	.worry_list li {
		margin-top: 15px;
		padding-left: 40px;
		background-position: 40px 50%;
		background-size: calc(60% - 40px) 30px;
		font-size: 15px;
		line-height: 1.5;
	}
	.worry_list li::before {
		width: 30px;
		height: 30px;
		top: 50%;
	}
	.lead_section .content-wrap {
		padding-top: 50px;
		padding-bottom: 120px;
	}
	.lead_section .content-wrap::before {
		top: 20px;
		aspect-ratio: 677 / 393;
		max-width: none;
		width: calc(100% + 20px);
		background-image: url("../img/lead_bg2_sp.png");
		opacity: 1;
	}
	.lead_title {
		font-size: 23px;
	}
	.lead_text {
		font-size: 14px;
	}
	.lp_wrap .lead_icon {
		width: 45px;
	}
	.lead_icon_left {
		left: 2%;
		top: auto;
		bottom: 45%;
	}
	.lead_icon_right {
		right: 5%;
		top: auto;
		bottom: 45%;
	}
	.product_section .content-wrap,
	.reason_section .content-wrap,
	.voice_section .content-wrap,
	.faq_section .content-wrap {
		width: calc(100% - 40px);
		padding: 40px 20px 40px;
	}
	.product_section .content-wrap{
		padding-top: 50px;
	}
	.product_section + .product_section .content-wrap,
	.arm_section .content-wrap,
	.reason_section .content-wrap,
	.voice_section .content-wrap {
		margin-top: 60px;
	}
	.product_section + .product_section .content-wrap{
		margin-top: 80px;
	}
	.category_badge {
		left: 20px;
		top: -50px;
		width: 85px;
		height: 85px;
		font-size: 15px;
	}
	.lp_wrap .section_title {
		display: grid;
		font-size: 21px;
		width: auto;
		background: none;
		text-decoration-line: underline;
		text-decoration-color: var(--section-underline);
		text-decoration-thickness: 0.35em;
		text-underline-offset: -0.15em;
		text-decoration-skip-ink: none;
	}
	.lp_wrap .section_title span {
		font-size: 16px;
	}
	.section_lead {
		font-size: 14px;
	}
	.product_list,
	.cols_3,
	.cols_2 {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-top: 40px !important;
	}
	.product_card h3 {
		min-height: auto;
		font-size: 18px;
	}
	.product_card p {
		font-size: 14px;
	}
	.arm_sub {
		font-size: 18px;
	}
	.brush_subtitle {
		font-size: 20px;
	}
	.arm_brush_title {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 1.55;
	}
	.arm_section .section_title {
		font-size: 24px;
		line-height: 1.5;
	}
	.point_list {
		flex-wrap: wrap;
		gap: 20px;
	}
	.point_list li {
		font-size: 12px;
	}
	.scene_section .content-wrap {
		padding-top: 65px;
		padding-bottom: 45px;
		overflow: hidden;
	}
	.scene_slider {
		max-width: 105%;
		margin-top: 35px;
		margin-right: -20px;
		padding: 0;
	}
	.scene_slider_view {
		overflow-x: auto;
		padding-right: 20px;
		scrollbar-width: none;
	}
	.scene_slider_view::-webkit-scrollbar {
		display: none;
	}
	.scene_list {
		display: flex;
		gap: 15px;
		overflow: visible;
		scroll-snap-type: x mandatory;
	}
	.lp_wrap .scene_list li,
	.lp_wrap .scene_list li:nth-child(4),
	.lp_wrap .scene_list li:nth-child(5) {
		flex: 0 0 calc((100% - 30px) / 2.1);
		grid-column: auto;
		scroll-snap-align: start;
	}
	.scene_list h3 {
		margin-top: 15px;
		font-size: 14px;
	}
	.scene_list p {
		margin-top: 5px !important;
		font-size: 12px;
		line-height: 1.6;
	}
	.reason_list {
		margin-top: 40px !important;
	}
	.reason_list li {
		padding-left: 35px;
		font-size: 18px;
	}
	.reason_list li::before {
		width: 24px;
		height: 24px;
	}
	.voice_list {
		margin-top: 40px !important;
	}
	.voice_list li {
		gap: 15px;
	}
	.voice_list img {
		width: 55px;
		flex-basis: 55px;
	}
	.voice_list p {
		padding: 20px 20px;
		font-size: 15px;
	}
	.faq_question {
		min-height: 70px;
		padding: 20px 55px 20px 65px;
		font-size: 17px;
	}
	.faq_question::before,
	.faq_answer p::before {
		left: 22px;
		font-size: 27px;
	}
	.faq_question::after {
		right: 22px;
		font-size: 35px;
	}
	.faq_answer p {
		padding: 0 25px 30px 65px;
		font-size: 16px;
	}
	.cta_section .content-wrap {
		padding-top: 65px;
		padding-bottom: 90px;
	}
	.cta_section .cta_copy {
		font-size: 24px;
		line-height: 1.65;
	}
	.cta_btn {
		min-width: 0;
		width: 100%;
		min-height: 58px;
		margin-top: 35px;
		font-size: 15px;
	}
}
