#bg{
	background:#fde414 url(../img/main-bg.png) center top;
}

#cnts{
}
#cnts #main{
	position:relative;
	height:500px;
	overflow:hidden;
}
#cnts #main h1{
	position:relative;
	padding: 62px 0 52px;
	z-index:2;
}
#cnts #main .tagline{
	position:relative;
	padding: 0 180px 21px 0;
	z-index:3;
}
#cnts #main .new{
	position:absolute;
	top: 125px;
	left:50%;
	margin: 0 0 0 201px;
	z-index:4;
}
#cnts #main .name img{
	padding: 0 276px 0 0;
	z-index:5;
}
#cnts #main .photo{
	position:absolute;
	top: 219px;
	left:50%;
	margin: 0 0 0 -36px;
	z-index:1;
}

#cnts #intro{
	padding: 62px 0 82px;
	background:#fff;
}
#cnts #intro h2{
	padding: 0 0 55px;
}
#cnts #intro .photo{
	padding: 0 0 60px;
}
#cnts #intro .lead{
	padding: 0 0 40px;
}

#cnts #beauty{
	position:relative;
	height:421px;
	background:#f9f9f9 url(../img/beauty-bg.jpg) no-repeat center top;
}
#cnts #beauty .copy{
	position:absolute;
	top: 149px;
	left: 50%;
	margin: 0 0 0 -300px;
}

#cnts #ingre{
	padding: 0 0 93px;
	background:#fff;
}
#cnts #ingre h2{
	padding: 78px 0 67px;
}
#cnts #ingre .sec{
	padding: 0 0 49px;
}
#cnts #ingre .sec h3{
	line-height:0;
	padding: 0 0 25px;
}
#cnts #ingre .sec .name{
	padding: 0 0 23px;
}
#cnts #ingre .sec#ingre1{
	padding: 0 0 270px;
	background:url(../img/ingre1-img.png) no-repeat center top;
}
#cnts #ingre .sec#ingre3{
	padding: 0 0 62px;
}

#cnts #price{
	padding: 0 0 67px;
	background:#fdf9e9;
}
#cnts #price h2{
	padding: 67px 0 51px;
}

#cnts .button{
	background:#d3dfe3;
}
#cnts .button ul li:nth-child(2),
#cnts .button ul li:nth-child(3){
	width:244px;
}
#cnts .button ul li:nth-child(2) a,
#cnts .button ul li:nth-child(3) a{
	width:243px;
}
#price dl {
background: #ebe4c9;
padding:40px 60px;
width: 90%;
max-width: 800px;
margin: 60px auto 0;
}
#price dl dt {
font-size: 20px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
margin-bottom: 20px;
}
#price dl ul{
display: flex;
justify-content: space-between;
}
#price dl ul li {
width: 49%;
}
#price dl ul li a{
background: #fff;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 18px;
display: block;
color: #d1c491;
padding: 20px 0;
text-align: center;
text-decoration: none;
}
#price dl ul li a:hover {
background: #d1c491;
color: #fff;
}