@charset "utf-8";

.inner{
	position:relative;
	width:1000px;
	height:100%;
	margin:0 auto;
}

/*------- mv -------*/
.mv{
	width:100%;
	height:800px;
	background:url(../../img/bg.jpg) center bottom repeat-x,url(../../img/index/mv/bg.jpg) center top no-repeat;
	background-size:25px 99px,cover;
	margin:0 auto 119px auto;
	padding-top:210px;
	box-sizing:border-box;
}

.mv h2{
	position:relative;
	z-index:10;
}

.mv .img{
	position:absolute;
	left:145px;
	top:46px;
}

.mv .img2{
	position:absolute;
	right:50px;
	bottom:-100px;
}

.mv .recipe_btn{
	position:absolute;
	left:-3px;
	bottom:-3px;
}

/*------- about -------*/
.about{
	background:url(../../img/index/about/bg.jpg) no-repeat center bottom;
	height:700px;
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}

.about h3{
	position:absolute;
	right:116px;
	top:0;
}

.about_txt1{
	position:absolute;
	right:315px;
	top:4px;
}

.about_txt2{
	position:absolute;
	right:770px;
	top:3px;
}

/*------- picky -------*/
.picky{
	padding-top:119px;
	background:url(../../img/index/picky/bg.jpg) no-repeat center bottom;
	height:800px;
	width:100%;
	margin:-21px auto 0 auto;
	box-sizing:border-box;
	overflow: hidden;
}

.picky .img{
	position:absolute;
	top:108px;
	left:16px;
}

.picky .img2{
	position:absolute;
	top:166px;
	left:481px;
}

/*------- nutrient -------*/
.nutrient{
	background:#669a32;
	padding-top:117px;
	box-sizing:border-box;
	height:800px;
}

.nutrient .img{
	position:absolute;
	top:153px;
	left:97px;
}

.nutrient .img2{
	position:absolute;
	top:107px;
	right:30px;
}

.nutrient_txt{
	padding-top:490px;
	padding-left:186px;
	color:#fff;
	text-align:left;
	font-size:15px;
}

/*------- recipe -------*/
.recipe{
	background:#c16b0d;
	padding-top:77px;
	box-sizing:border-box;
	height:800px;
}

.recipe .inner{
	width:1059px;
	margin:0 auto;
}

.recipe h3{
	margin-bottom:84px;
}

.recipe ul{
	clear:both;
}

.recipe ul li{
	float:left;
	width:353px;
	font-size:16px;
	color:#fff;
}

.recipe ul li a{
	margin-bottom:16px;
	display:block;
}

.recipe ul li:first-child h4{
	margin-bottom:32px;
}

.recipe ul li:nth-child(2) h4{
	margin-bottom:27px;
}

.recipe ul li:last-child h4{
	margin-bottom:37px;
}