@charset "UTF-8";
/* brand header */
#area-BrHeader {
	position: relative;
	z-index: 102;
	max-width: 450px;
	margin: 0 auto;
}
#liese_headmenu .menu.active {
	position: fixed;
	top: 0;
	right: calc(50% - 225px);
}
#liese_header .liese_head_logo.active {
	position: fixed;
	top: 15px;
	left: calc(50% - 210px);
}
@media only screen and (max-width: 640px) {
	#area-BrHeader {
		max-width: unset;
	}
	#liese_headmenu .menu.active {
		top: 0;
		right: 0;
	}
	#liese_header .liese_head_logo.active {
		top: 15px;
		left: 15px;
	}
}

/* SP特化 背景画像ロゴ表示 */
.bg_pc_wrap {
	position: fixed;
	z-index: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	top: 0;
	left: 0;
}
.bg_pc_wrap::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background-repeat: no-repeat;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_pc.png');
	background-size: cover;
	background-position: center center;
}
.bg_pc_wrap::after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:
		url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_liese_logo.png'),
		url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_pkg.png');
	background-size:
		100% auto,
		100% auto;
	background-repeat: no-repeat, no-repeat;
	background-position:
		left center,
		right center;
}
@media only screen and (max-width: 1024px) {
	.bg_pc_wrap::after {
		content: none;
	}
}
@media only screen and (max-width: 640px) {
	.bg_pc_wrap {
		display: none;
	}
}

/* font-size */
.font-32 {
	font-size: 32px;
	line-height: 1.2;
}
.font-26 {
	font-size: 26px;
	line-height: 1.35;
}
.font-23 {
	font-size: 23px;
	line-height: 1.5;
}
.font-20 {
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
}
.font-18 {
	font-size: 19px;
	line-height: 1.5;
	font-weight: bold;
}
.font-16 {
	font-size: 16px;
	line-height: 1.5;
}
.font-12 {
	font-size: 12px;
	line-height: 1.1;
}

/* font-family */
.font-fm01 {
	font-family: 'FP-KoburinaGoStdN-W6', sans-serif;
}
.font-fm02 {
	font-family: 'FP-KoburinaGoStdN-W3', sans-serif;
}
.font-fm03 {
	font-family: 'Futura Bold', sans-serif;
}

/* color */
.col01 {
	color: #333;
}
.col02 {
	color: #6e4ba9;
}
.col03 {
	color: #fff;
}

/* statement */
.statement_wrap {
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_statement.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px 0 35%;
	position: relative;
}
.statement_wrap::after {
	content: '';
	width: 100%;
	padding-bottom: 27%;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_buble01.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* colorvari */
.colorvari_wrap {
	background-color: #fff;
	padding: 60px 0 5%;
	position: relative;
}
.colorvari_ttl01 {
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_name_purple.svg');
	background-size: 49% auto;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 48px 0 30px;
	min-width: 49%;
	margin: 25px auto 5px;
	text-align: center;
}
.colorvari_ttl02 {
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_name_pink.svg');
	background-size: 49% auto;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 48px 0 30px;
	min-width: 49%;
	margin: 35px auto 5px;
	text-align: center;
}
.colorvari_ttl01 p,
.colorvari_ttl02 p {
	margin: 0 auto;
}
.pkg_wrap .g-ImageTextHP--v2__contentsBlock,
.pkg_wrap .g-ImageTextHP--v2__contentsBlock {
	align-items: center;
}
.shiagari_ttl01 {
	text-align: center;
	color: #333;
	font-size: 15px;
	font-family: 'FP-KoburinaGoStdN-W6', sans-serif;
	background-color: #ece7f4;
	border-radius: 999px;
	width: 100%;
	margin: 20px auto 10px;
	padding: 2px 0;
}
.shiagari_ttl02 {
	text-align: center;
	color: #333;
	font-size: 15px;
	font-family: 'FP-KoburinaGoStdN-W6', sans-serif;
	background-color: #f9e1ed;
	border-radius: 999px;
	width: 100%;
	margin: 20px auto 10px;
	padding: 2px 0;
}

/* point */
.point_wrap {
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_point.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 50% 0 35%;
	position: relative;
}
.point_wrap::before {
	content: '';
	width: 100%;
	padding-top: 43%;
	display: block;
	position: absolute;
	top: -1%;
	left: 0;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_buble02.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.point_wrap::after {
	content: '';
	width: 100%;
	padding-bottom: 27%;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_buble03.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.point_group {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
	padding: 20px;
	border: none;
}
.u_line01 {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	z-index: 1;
	text-align: center;
}
.u_line01::after {
	content: '';
	width: 100%;
	height: 15px;
	background: #ffdce7;
	background: linear-gradient(
		90deg,
		rgba(255, 220, 231, 1) 0%,
		rgba(217, 224, 255, 1) 100%
	);
	display: inline-block;
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: -1;
}

/* how to */
.howto_wrap {
	background-color: #fff;
	padding: 60px 0 35%;
	position: relative;
}
.howto_wrap::after {
	content: '';
	width: 100%;
	padding-bottom: 27%;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_buble04.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.howto_img_wrap,
.howto_img_wrap2 {
	position: relative;
	padding-bottom: 50px;
}
.howto_img_wrap::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-top: 14px solid #c9c5cf;
	border-bottom: 0;
	bottom: 1%;
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
}
.howto_img_wrap .g-ImageTextVP--v2__contentsBlock__image,
.howto_img_wrap2 .g-ImageTextVP--v2__contentsBlock__image {
	margin-bottom: 0 !important;
}
.subgroup_point {
	margin: 15px auto 5px;
	border: 1px solid #a383d0;
	border-radius: 8px;
}
.point_subttl {
	background-color: #a383d0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}
.subgroup_point2 {
	margin: 15px auto 5px;
	border: 1px solid #d9699c;
	border-radius: 8px;
}
.point_subttl2 {
	background-color: #d9699c;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}
.circle_list {
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
	font-family: 'FP-KoburinaGoStdN-W3', sans-serif;
	color: #333;
	padding: 0 10px;
	text-align: left;
}
.circle_list li {
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
}
.circle_list li::before {
	content: '●';
	color: #d9699c;
}
.att_ico {
	width: auto;
	height: 1em;
	line-height: 1.2;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/ico_att.svg');
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 1.5em;
}

/* Q&A */
.qa_wrap {
	background-color: #fae8f1;
	padding: 60px 0 5%;
	position: relative;
}
.qa_list .l-AccordionUnit__titleBlock {
	border: none;
	background-color: transparent;
	padding: 0 0 0 10px;
}
.qa_list .l-AccordionUnit__titleBlock h3 {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'FP-KoburinaGoStdN-W6', sans-serif;
	color: #6e4ba9 !important;
}
.qa_list .l-AccordionUnit__contentBlock {
	border: none;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'FP-KoburinaGoStdN-W3', sans-serif;
	color: #333;
	padding-top: 10px;
}
.qa_list .l-AccordionUnit--qa__titleBlock__abbr {
	text-indent: -9999px;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/ico_q.svg');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
}
.qa_list .l-AccordionUnit--qa__contentBlock__abbr {
	text-indent: -9999px;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/ico_a.svg');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	left: 10px;
}
.qa_list .g-AccordionUnit--qa__titleBlock__abbr + .g-HeadingTitle {
	padding-bottom: 0;
}
.btn_qa .is-colorset--1 .l-ButtonUnit__link {
	color: #6e4ba9;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #6e4ba9;
	border-radius: 999px;
	padding: 15px;
	text-align: center;
}

/* shop */
.shop_wrap {
	background-color: #e0d8ed;
	padding: 35% 0 35%;
	position: relative;
}
.shop_wrap::before {
	content: '';
	width: 100%;
	padding-top: 27%;
	display: block;
	position: absolute;
	top: -1%;
	left: 0;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_buble05.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.shop_wrap::after {
	content: '';
	width: 100%;
	padding-bottom: 27%;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: url('/content/dam/sites/kao/www-kao-co-jp/liesecolor/lineup_colorshampoo/bg_buble06.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.tenpo_ttl01 {
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	font-family: 'FP-KoburinaGoStdN-W6', sans-serif;
	background-color: #a383d0;
	border-radius: 999px;
	width: 100%;
	margin: 20px auto 10px;
	padding: 8px 0;
}

/* other */
.other_wrap {
	background-color: #fff;
	padding: 35% 0 10%;
	position: relative;
}
.sns_bnr {
	width: 120px;
	margin: 30px auto 60px;
}
