@charset "utf-8";
/* CSS Document */

.subpage_product_wrapper {
	margin-bottom:15em;
}
.products_header {
	background:#fff;
	text-align: center;
	padding:13% 0 0 0;
}
.products_header_h1 {
	color:#000;
	margin:0 auto 4% auto;
	font-size: 3.7em;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: 600;
	display: inline-block;
	padding-bottom:0.3em;
	overflow: hidden;
}
.products_header_h1:after {
	content:'';
	width:100%;
	height: 3px;
	background:#000;
	position: absolute;
	left:0;
	bottom:0;
}
.products_header_h1 span {
	display: block;
}
.products_menu_list_wrapper {
	padding:4% 0 5% 0;
	background:#ffffff;
	position: relative;
}
.products_menu_list_wrapper:after {
	content:'';
	width:100%;
	height: 4px;
	background:#ffffff;
	position: absolute;
	left:0;
	bottom:-2px;
}
.products_menu_list {
	width:100%;
	margin:0 auto;
	background:#f4f3f5;
	padding:4em 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.products_menu_lists {
	margin:0 2em;
}
.products_menu_lists a {
	display: block;
	font-size: 2.3em;
	letter-spacing: 0.1em;
	font-weight: 600;
	position: relative;
	padding:0 0.2em;
}
.products_menu_lists a:after {
	content: '';
	position: absolute;
	top:50%;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: #000000;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
.products_menu_lists a:hover:after {
	transform: scale(1, 1);
	transform-origin: left top;
}
.products_menu_lists a.select:after {
	transform: scale(1, 1);
}

.products_image {
	width:80%;
	max-width:1400px;
	margin:0 auto;
	padding:10% 0;
	overflow: hidden;
}
.products_image img {
	display: block;
	width:100%;
	height: auto;
}
.p_color_slide {
	width:80%;
	max-width:1400px;
	margin: 0 auto;
	position: relative;
	padding-bottom:2em;
}
.slide-media{
	position: relative;
	overflow: hidden;
}
.slide-media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.mv01 {

}	
.mv01 .swiper-fade .swiper-slide {
	-webkit-transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, transform !important;
	transition-property: opacity, transform, -webkit-transform !important;
	pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
	pointer-events: auto;
}
.mv01 .swiper-pagination {
	position: absolute;
	z-index: 1;
	left:0;
	right:0;
	bottom: 0;
	height: 3px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: auto;
}
.mv01 .swiper-pagination-bullet {
	display: block;
	width: 4em;
	height: 0.3em;
	margin-left:1em;
	cursor: pointer;
	transition: .2s;
	background-color:#b3b3b3;
}
.mv01 .swiper-pagination-bullet-active {
	background-color: #111211;
}
.mv01 .slide-media {
	height: auto;
	padding-top:75%;
}
.mv01 .slide-media img {
	-webkit-transition: 7s 1s ease-out;
	transition: 7s 1s ease-out;
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.p_color_slide_info {
	width:80%;
	max-width:1400px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin:3% auto 15% auto;
}
.p_color_slide_info_space {
	margin:0 auto;
	padding:3% 0;
}
.p_color_slide_info img,
.p_color_slide_info svg{
	display: block;
	width:25em;
	max-width:25%;
	height: auto;
}
.p_color_slide_info p {
	font-size: 1.5em;
	line-height: 1.8;
	font-weight: 600;
}

.p_color_wrapper {
	width:80%;
	max-width:1400px;
	margin: 0 auto;
}
.p_color_box {
	width:100%;
	position: relative;
	padding:8em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.p_color_box:before {
	content:'';
	width:100%;
	height: 1px;
	background:rgba(0,0,0,.5);
	position: absolute;
	top:0;left:0;
}
.title-border-in:before {
	transform: scale(0);
	transform-origin: top left;
	transition: transform 1s;
}
.title-border-in.active:before {
	transform: scale(1);
}
.p_color_box_left {
	width:40%;
	position: relative;
}
.p_color_box_title strong {
	font-size: 3em;
	letter-spacing: 0.1em;
	font-weight: 600;
	display: block;
	margin-bottom:0.7em;
	line-height: 1;
	overflow: hidden;
}
.p_color_box_title strong b {
	display: block;
	font-weight: 600;
}
.p_color_box_title span {
	display: inline-block;
	font-size: 1.5em;
	padding:0.1em 0.5em 0 0.5em;
	line-height: 1.5;
	letter-spacing: 0.2em;
	border:1px solid #000;
}
.p_color_box_txt {
	position: absolute;
	left:0;bottom:0;
}
.p_color_box_txt p.min {
	font-size: 1.2em;
	margin-bottom:2em;
	display: block;
}
.p_color_box_txt p.normal {
	display: block;
	font-size: 1.4em;
	line-height: 1.8;
}
.p_color_box_txt p.normal b {
	font-weight: 600;
}
.p_color_box_right {
	width:50%;
}
.p_color_box_right img {
	display: block;
	width:100%;
	height: auto;
}
.p_color_box_important {
	display: block;
	margin:8em 0 20em 0;
	font-size: 1.4em;
	line-height: 1.8;
	letter-spacing: 0.15em;
	text-align: center;
	color:#666666;
	overflow: hidden;
}
.p_color_box_important span {
	display: block;
}

.p_aroma_wrapper {
	width:80%;
	max-width:1400px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.p_aroma_box {
	width:50%;
}
.p_aroma_box_imgwrap {
	width:100%;
}
.p_aroma_box_imgwrap img {
	display: block;
	width:100%;
	height: auto;
}
.p_aroma_box_txt {
	width:85%;
	margin:18% auto 0 auto;
}
.p_aroma_box_txt_strong {
	font-size: 2.8em;
	letter-spacing: 0.1em;
	line-height: 1;
	display: block;
	margin-bottom:1em;
}
.p_aroma_box_txt_strong span {
	display: block;
	margin:0.8em 0;
	overflow: hidden;
}
.p_aroma_box_txt_strong span b {
	display: block;
	font-weight: 600;
}
.p_aroma_box_txt_normal {
	font-size: 1.5em;
	line-height: 1.8;
	display: block;
	margin-bottom:0.5em;
}
.p_aroma_box_txt_min {
	font-size: 1.4em;
	line-height: 2;
}
.p_aroma_box_txt_min b {
	font-size: 1.1em;
	font-weight: 600;
}

.aroma_fragrance_type {
	width:80%;
	max-width:1400px;
	margin:10em auto;
	padding:10em 0;
	position: relative;
}
.aroma_fragrance_type:before {
	content:'';
	width:100%;
	height: 1px;
	background:rgba(0,0,0,.5);
	position: absolute;
	top:0;left:0;
}
.aroma_fragrance_type:after {
	content:'';
	width:100%;
	height: 1px;
	background:rgba(0,0,0,.5);
	position: absolute;
	bottom:0;left:0;
}
.aroma_fragrance_type_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.aroma_fragrance_type_box {
	text-align: center;
	margin:3% 0;
	width:25%;
}
.aroma_fragrance_type_color {
	width:10em;
	height: 10em;
	border-radius: 100%;
	margin:0 auto;
}
.aroma_fragrance_type_box1 .aroma_fragrance_type_color {background:#cb8a6b}
.aroma_fragrance_type_box2 .aroma_fragrance_type_color {background:#aeadc7}
.aroma_fragrance_type_box3 .aroma_fragrance_type_color {background:#a3c5c1}
.aroma_fragrance_type_box4 .aroma_fragrance_type_color {background:#b1cb95}
.aroma_fragrance_type_box5 .aroma_fragrance_type_color {background:#d2d1c0}
.aroma_fragrance_type_box6 .aroma_fragrance_type_color {background:#dabeba}
.aroma_fragrance_type_box7 .aroma_fragrance_type_color {background:#d7a764}

.aroma_fragrance_type_p {
	display: block;
	margin:2em 0 0 0;
	font-size: 1.4em;
	padding:0 2.3em;
	line-height: 1.8;
	border-right: 1px solid rgba(0,0,0,.3);
}
.aroma_fragrance_type_box3 .aroma_fragrance_type_p,
.aroma_fragrance_type_box7 .aroma_fragrance_type_p{
	border-right: none;
}
.aroma_fragrance_type_p span {
	font-size: 0.8em;
	letter-spacing: 0.05em;
	font-weight: 600;
	display: block;
	margin:0.5em 0 0 0;
}

.aroma_water {
	width:80%;
	max-width:1400px;
	margin: 0 auto;
}
.aroma_water_inner {
	width:85%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.aroma_water_imgwrap {
	width:40%;
}
.aroma_water_imgwrap img {
	display: block;
	width:100%;
	height: auto;
}
.aroma_water_txtwrap {
	width:50%;
}
.aroma_water_h3 {
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: 1;
	display: block;
	font-weight: 600;
	margin-bottom:1em;
	overflow: hidden;
}
.aroma_water_h3 span{
	display: block;
}
.aroma_water_p_normal {
	font-size: 1.65em;
	line-height: 1.8;
	display: block;
	margin-bottom:4em;
}
.aroma_water_p_min {
	font-size: 1.5em;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.aroma_water_p_min b {
	font-size: 1.1em;
	font-weight: 600;
}

.aroma_gallery {
	margin:0;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding:20em 0 10em 0;
}
.aroma_gallery_imgwrap {
	width:50%;
}
.aroma_gallery_imgwrap img {
	display: block;
	width:100%;
	height: auto;
}

.haircare_mv {
	width:80%;
	max-width:1400px;
	margin:2% auto 0 auto;
}
.haircare_mv img {
	display: block;
	width:100%;
	height: auto;
}
.haircare_mv_box {
	margin:7% auto 12% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
}
.haircare_mv_box_logowrap {
	width:25em;
	max-width:20%;
	height: auto
}
.haircare_mv_box_logowrap img,
.haircare_mv_box_logowrap svg{
	display: block;
	width:100%;
	height: auto;
}
.haircare_mv_box_p {
	width:auto;
	font-size: 1.6em;
	line-height: 2;
	display: block;
	position: absolute;
	right:0;bottom:0;
}

.haircare_item_wrapper {
	width:80%;
	max-width:1400px;
	margin:0 auto;
	position: relative;
}
.haircare_item_wrapper:before {
	content:'';
	width:100%;
	height: 1px;
	background:rgba(0,0,0,.5);
	position: absolute;
	top:0;left:0;
}
.haircare_item_inner {
	width:90%;
	margin:0 auto;
	padding:5% 0;
}
.haircare_item_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.haircare_item_box_imgwrap {
	width:43%;
}
.haircare_item_box_imgwrap img {
	display: block;
	width:100%;
	height: auto;
}
.haircare_item_box_txt {
	width:52%;
}
.haircare_item_box_txt_h3 {
	font-size: 2.7em;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	display: block;
	margin-bottom:0.3em;
	overflow: hidden;
}
.haircare_item_box_txt_h3 span {
	display: block;
	margin:0.8em 0;
	overflow: hidden;
}
.haircare_item_box_txt_h3 span b {
	display: block;
	font-weight: 600;
}
.haircare_item_box_txt_p_normal {
	font-size: 1.5em;
	line-height: 1.8;
	display: block;
	margin-bottom:4em;
}
.haircare_item_box_txt_p_min {
	font-size: 1.4em;
	line-height: 1.8;
	letter-spacing: 0.2em;
}
.haircare_item_box_txt_p_min b {
	font-size: 1.1em;
	font-weight: 600;
}
.haircare_item_box_txt_p_min_important {
	font-size: 1.15em;
	margin:0.5em 0 0 0;
}

.haircare_gallery {
	width:100%;
	margin:5% 0 10% 0;
}
.haircare_gallery img {
	display: block;
	width:100%;
	height: auto;
}

@media screen and (max-width:1000px) {
	.subpage_product_wrapper {
		margin-bottom:5em;
	}
	.products_header {
		padding:14em 0 0 0;
	}
	.products_header_h1 {
		margin:0 auto 3em auto;
	}
	.p_color_box {
		padding-bottom:25em;
	}
	.p_color_box:nth-last-of-type(1) {
		padding-bottom:0;
	}
	.p_color_box_txt {
		bottom:5em;
	}
	.p_color_box_title {
		margin-bottom:5em;
	}
	.p_color_box_left {
		width:100%;
		position: static;
	}
	.p_color_box_right {
		width:100%;
	}
	.p_aroma_box {
		width:100%;
	}
	.p_aroma_box_txt {
		margin:10% auto 18% auto;
	}
	.aroma_fragrance_type_box {
		width:50%;
	}
	.aroma_fragrance_type_box2 .aroma_fragrance_type_p,
	.aroma_fragrance_type_box5 .aroma_fragrance_type_p{
		border-right: none;
	}
	.aroma_water_imgwrap {
		width:100%;
	}
	.aroma_water_txtwrap {
		width:100%;
		margin:5% 0 0 0;
	}
	.haircare_mv {
		width:100%;
		margin-top:3em;
	}
	.haircare_mv_box {
		width:80%;
		margin:12% auto;
	}
	.haircare_mv_box_logowrap {
		max-width:30%;
	}
	.haircare_mv_box_p {
		width:100%;
		position: static;
		margin:5em 0 0 0;
	}
	.haircare_mv_box_p br {
		display: none
	}
	.haircare_item_box {
		margin-bottom:15%;
	}
	.haircare_item_inner {
		width:100%;
		padding: 5% 0 20% 0;
	}
	.haircare_item_box:nth-last-of-type(1) {
		margin-bottom:0;
	}
	.haircare_item_box_imgwrap {
		width:100%;
	}
	.haircare_item_box_txt {
		width:100%;
	}
	.p_color_slide {
		margin-top:3em;
		width:100%;
	}
	.p_color_slide_info_space {
		margin:0 auto;
		padding:0 0 8% 0;
	}
	.haircare_gallery {
		margin:5% 0 15% 0;
	}
	.products_image {
		width:100%;
	}
	.p_color_box_important {
		margin:6em 0 10em 0;
	}
	.p_aroma_box_txt_min br.sp_none {
		display: none
	}
	.aroma_gallery {
		padding:10em 0;
	}
	.aroma_water_inner {
		width:100%;
	}
}

@media screen and (max-width:500px) {
	.p_color_box {
		padding-bottom:30em;
	}
	.p_aroma_wrapper {
		width:100%;
	}
	.p_aroma_box_txt {
		width:80%;
		margin:15% auto 22% auto;
	}
	.p_aroma_box:nth-last-of-type(1) .p_aroma_box_txt {
		margin:15% auto 0 auto;
	}
	.aroma_fragrance_type_box {
		width:100%;
		margin: 0 0 15% 0;
	}
	.aroma_fragrance_type_box:nth-last-of-type(1) {
		margin:0 0 5% 0;
	}
	.aroma_fragrance_type_inner {
		margin: 0 0 15% 0;
	}
	.aroma_fragrance_type_inner:nth-last-of-type(1) {
		margin:0;
	}
	.aroma_fragrance_type_box1 .aroma_fragrance_type_p,
	.aroma_fragrance_type_box4 .aroma_fragrance_type_p,
	.aroma_fragrance_type_box6 .aroma_fragrance_type_p{
		border-right: none;
	}
	.aroma_water_p_normal br.sp_none {
		display: none
	}
	.haircare_item_box_txt_p_normal {
		line-height: 2;
	}
	.haircare_item_box_txt_p_normal br {
		display: none
	}
	.haircare_item_box_txt_h3 {
		font-size: 2.5em;
	}
	.p_aroma_box_txt_normal br {
		display: none;
	}
	.p_color_slide_info img,
	.p_color_slide_info svg{
		max-width:30%;
	}
	.products_menu_list_wrapper {
		padding:4% 0 10% 0;
	}
	.mv01 .swiper-pagination {
		width:90%;
	}
	.p_color_slide_info {
		margin:10% auto 20% auto;
	}
	.p_color_slide_info_space {
		margin:10% auto 0 auto;
	}
	.p_color_box_important {
		text-align: justify
	}
}