/*
beauty
------------------------------------------------------*/
#beauty main{
	margin: auto;
}
#beauty main #beautyheader{
	margin: auto;
	width: 100%;
	height: 400px;
	background: url(../images/beauty_header_bg.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#beauty main #beautyheader > div{
	margin: 0;
	width: 1043px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
#beauty main h1{
	margin: auto auto 40px;
	padding: 0;
	font-size: 60px;
	line-height: 1;
	text-align: left;
	font-weight: bold;
}
#beauty main h1 + p{
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
}

#beauty .contents{
	margin: auto;
	padding: 50px 0 140px;
	text-align: center;
	width: 100%;
	background: url(../images/beauty_contents_bg.jpg) center top repeat-y;
	background-size: 100% auto;
}
#beauty .contents > img{
	margin: auto;
	padding: 0;
	display: block;
	line-height: 0;
	vertical-align: bottom;
}

@media screen and (max-width:768px){

	#beauty main #beautyheader{
		margin: auto;
		width: 100%;
		height: 66.6666vw;
		background: url(../images/beauty_header_bg_sp.jpg) center no-repeat;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#beauty main #beautyheader > div{
		margin: auto;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
	}
	#beauty main h1{
		margin: auto auto 3.3333vw;
		font-size: 8.6666vw;
		text-align: center;
	}
	#beauty main h1 + p{
		margin: auto 5vw;
		font-size: 100%;
	}
	#beauty main h1 + p br{display: none;}
	#beauty main #beautyheader > div img{display: none;}
	#beauty .contents{
		padding: 6vw 0 19.7333vw;
		background: #fff;
	}
	#beauty .contents > img{
		margin: auto -6%;
		width: 112%;
		max-width: inherit;
	}
}
