@charset "utf-8";

h1.xxx {
	opacity: 0;
	z-index: -1;
}

#content-header .top-visual {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: red;
	position: relative;
}
#content-header .top-visual a {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 10px;
}

@media screen and (max-width: 886px) {
	#content-header .top-visual a {
		display: block;
		position: absolute;
		width: 57.3%;
		max-width: 496px;
	}
}

img {
	vertical-align: bottom;
}
div.purchase_button {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
/* shampoo , heartreatment */
div.item-bs {
	position: absolute;
	width: 720px;
	top: 0;
	left: 0;

	display: flex;
	justify-content: space-around;
}
div.item-bs table {
	width: 186px;
	text-align: center;
}
div.item-bs table tr:first-child td {
	padding-bottom: 15px;
}

@media screen and (max-width: 999px) {
	div.item-bs {
		width: 72vw;
	}
	div.item-bs table {
		width: 18.6vw;
	}
	div.item-bs table tr:first-child td {
		padding-bottom: 0.15vw;
	}
}

/* scalpessense,washingmilk ,activatelotion */
div.item-se {
	position: absolute;
	width: 208px;
	top: 0;
	left: 325px;
}
div.item-se table tr:first-child td {
	padding-right: 20px;
}
@media screen and (max-width: 999px) {
	div.item-se {
		width: 20.8vw;
		left: 32.5vw;
	}
}

/* nurturecream */
div.item-nc {
	position: absolute;
	width: 208px;
	top: 0;
	left: 350px;
}
div.item-nc table tr:first-child td {
	padding-right: 20px;
}
@media screen and (max-width: 999px) {
	div.item-nc {
		width: 20.8vw;
		left: 35vw;
	}
}

.mt86 {
	margin-top: 86px;
}
.mt48 {
	margin-top: 48px;
}
@media screen and (max-width: 999px) {
	.mt86 {
		margin-top: 8.6vw;
	}
	.mt48 {
		margin-top: 4.8vw;
	}
}

.mb80 {
	margin-bottom: 80px;
}
input:hover.alpha,
a.alpha:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
