@charset "utf-8";

.mv {
	position: relative;
}

.mv img {
	width: 100%;
}

.mv p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 4.5rem;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	color: #603813;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff;
	font-weight: 500;
}

.cmTxt {
	line-height: 2;
}

h3 {
	text-align: center;
	margin-bottom: 50px;
}

h4 {
	text-align: center;
	margin-bottom: 50px;
	background: #171717;
	color: #fff;
	font-size: 2.4rem;
	padding: 10px 0;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.desc p:first-child {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.desc .vol {
	margin-top: 5px;
	text-align: center;
}

.box-01 {
	padding: 60px 0;
}

.box-01 .logo {
	text-align: center;
	margin-bottom: 20px;
}

.box-01 p {
	margin-bottom: 20px;
	color: #163b54;
}

.box-01 h3 img {
	max-width: 565px;
	width: 44%;
}

.product {
	margin-bottom: 60px;
	font-size: 1.8rem;
}

.listProduct li {
	width: 23.06%;	
	margin-right: 2.58%;
}

.listProduct li figure {
	text-align: center;
}

.row {
	margin-bottom: 40px;
}

.listProduct li:last-child {
	margin-right: 0;
}

.listProduct li .desc p:first-child {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

.listProduct li .desc .vol {
	text-align: center;
}


#hairColor .row-01{
	max-width: 950px;
	width: 100%;
	margin: 0 auto 40px;
}

#hairColor .row-01 .col-l {
	width: 24.11%;
}

#hairColor .row-01 .col-r {
	width: 73%;
}

#hairColor .row-01 .desc p:first-child {
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
}

#hairColor .row-01 .desc .vol {
	text-align: left;
}

#hairColor .row-02 .col-l {
	width: 24.11%;
}

#hairColor .row-02 .col-r {
	width: 73%;
}

#hairColor .row-02 .col-r figure {
	width: 21.8%;
}

#hairColor .row-02 .col-r figure figcaption {
	font-weight: bold;
	text-align: center;
}

#nonColor .row-01 .col-l {
	width: 24.11%;
}

#nonColor .row-01 .col-r {
	width: 73%;
}

#nonColor .row-01 .col-r .listProduct {
	justify-content: space-between;
}

#nonColor .row-01 .col-r .listProduct li {
	width: 32%;
	margin-right: 0;
}

#nonColor .row-01 .col-r .listProduct li figure {
	min-height: 272px;
	position: relative;
}

#nonColor .row-01 .col-r .listProduct li figure img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#shampoo .listProduct {
	justify-content: center;
}

#shampoo .listProduct li {
	width: 23.1%;
	margin-right: 2%;
}

#shampoo .listProduct li:last-child {
	margin-right: 0;
}

.logo-02 {
	margin-bottom: 60px;
	text-align: center;
}

.logo-02 .logo {
	margin-bottom: 20px;
}

.logo-02 .logo img {
	width: 190px;
}

.logo-02 h3 img {
	max-width: 560px;
	width: 44%;
}

.logo-02 p {
	background: #4d4d4d;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#proShampoo > .cmTxt {
	color: #163b54;;
	margin-bottom: 40px;
}

#proShampoo .listProduct {
	justify-content: center;
}

#proShampoo .listProduct li {
	width: 30%;
	margin-right: 2%;
}

#proShampoo .listProduct li:nth-child(3n) {
	margin-right: 0;
}

#proHair .listProduct {
	justify-content: center;
}

#proHair .listProduct li {
	width: 30%;
	margin-right: 2%;
	margin-bottom: 4%;
}

#proHair .listProduct li:nth-child(3n) {
	margin-right: 0;
}

#proHair .listProduct li figcaption {
	font-weight: bold;
	text-align: center;
}


/* MEDIA */
@media (max-width: 1600px){
	.mv p {
		font-size: 2.8rem;
	}

	.product {
		font-size: 1.6rem;
	}
}

@media (max-width: 1200px){
	#hairColor .row-02 .col-l {
		width: 100%;
		margin-bottom: 20px;
	}

	#hairColor .row-02 .col-r {
		width: 100%;
	}

	#hairColor .row-02 .col-r figure {
		text-align: center;
	}

	#nonColor .row-01 .col-l {
		width: 100%;
		margin-bottom: 20px;
	}

	#nonColor .row-01 .col-r {
		width: 100%;
	}

	#nonColor .row-01 .col-r .listProduct li {
		width: 30%;
	}

	#shampoo .listProduct {
		justify-content: space-between;
	}
	#shampoo .listProduct li {
		margin: 0;
		width: 30%;
	}

}

@media (max-width: 767px){
	
	h3 {
		margin-bottom: 30px;
	}

	h4 {
		line-height: 1.4;
		font-size: 2.2rem;
		padding: 10px 5px;
	}

	.mv figure img {
		height: 70vh;
		object-fit: cover;
		object-position: center center;
	}

	.mv p {
		font-size: min(7vw, 4.5rem);
		line-height: 1.4;
	}

	.box-01 {
		padding: 30px 0;
	}

	.box-01 h3 img {
		width: 80%;
	}



	.desc p:first-child {
		font-size: 1.8rem;
	}

	#hairColor .row-01 .col-l {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	#hairColor .row-01 .col-r {
		width: 100%;
	}

	#hairColor .row-02 .col-r figure {
		width: 100%;
		margin-bottom: 20px;
	}

	#hairColor .row-01 .desc p:first-child {
		text-align: center;
	}

	#hairColor .row-01 .desc .vol {
		text-align: center;
	}



	#nonColor .row-01 .col-r .listProduct li figure {
		min-height: unset;
	}

	#nonColor .row-01 .col-r .listProduct li figure img {
		position: static;
	}

	#nonColor .row-01 .col-r .listProduct li {
		width: 100%;
		margin-bottom: 20px;
	}

	#shampoo .listProduct li {
		width: 100%;
		margin-bottom: 20px;
	}

	.logo-02 h3 img {
		width: 80%;
	}

	#proShampoo .listProduct li {
		width: 100%;
		margin-bottom: 20px;
	}

	#proHair .listProduct li {
		width: 100%;
		margin-bottom: 20px;
	}

}