@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: #fff;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 5px #474747, -2px -2px 5px #474747, 3px 3px 5px #474747, -3px -3px 5px #474747;
	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;
}

.box-01 {
	padding: 60px 0;
}

.box-01 .logo {
	text-align: center;
	margin-bottom: 20px;
}

.box-01 p {
	margin-bottom: 20px;
}

.box-01 h3 img {
	max-width: 600px;
	width: 47%;
}

.product {
	font-size: 1.8rem;
}

.product .listProduct {
	justify-content: flex-start;
}

.product .listProduct li {
	width: 23.06%;	
	margin-right: 2.58%;
}

.product .listProduct li figure {
	text-align: center;
}

.product .row {
	margin-bottom: 40px;
}

.product .listProduct li:nth-child(4n) {
	margin-right: 0;
}

.product .listProduct li .desc p:first-child {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

.product .listProduct li .desc p:nth-child(2) {
	line-height: 2;
}

.product .listProduct li .desc .vol {
	margin-top: 5px;
	text-align: center;
}

#hairColor .listProduct li:first-child {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2%;
	align-items: center;
}

#hairColor .listProduct li:first-child figure {
	width: 19.7%;
}

#hairColor .listProduct li:first-child .desc {
	width: 78%;
}

#hairColor .listProduct li:nth-child(4) {
	margin-right: 2.58%;
}

#hairColor .listProduct li:nth-child(5) {
	margin-right: 0;
}





/* MEDIA */

@media (max-width: 1600px){
	.mv p {
		font-size: 2.8rem;
	}

	.product {
		font-size: 1.6rem;
	}	
}

@media (max-width: 1000px){
	.product .listProduct li {
		width: 32%;
		margin-right: 2%;
	}

	.product .listProduct li:nth-child(3n) {
		margin-right: 0;
	}


	.product .listProduct li .desc p:first-child {
		font-size: 16px;
	}

	#hairColor .listProduct li:first-child figure {
		width: 32%;
	}

	#hairColor .listProduct li:first-child .desc {
		width: 68%;
	}

	#hairColor .listProduct li:nth-child(4) {
		margin-right: 0;
	}
}

@media (max-width: 767px){
	
	h3 {
		margin-bottom: 30px;
	}

	h4 {
		line-height: 1.4;
		font-size: 2rem;
		padding: 10px 5px;
	}

	.mv figure img {
		height: 70vh;
		object-fit: cover;
		object-position: center center;
	}

	.mv p {
		font-size: min(7vw, 5rem);
		line-height: 1.4;
	}

	.box-01 {
		padding: 30px 0;
	}

	.product .listProduct li {
		width: 100%;
		margin: 0 auto 20px !important;
	}

	.product .listProduct li .desc p:first-child {
		font-size: 1.8rem;
	}

	#hairColor .listProduct li:first-child figure {
		width: 100%;
	}

	#hairColor .listProduct li:first-child .desc {
		width: 100%;
	}

	.box-01 h3 img {
		width: 80%;
	}

}