@charset "UTF-8";
body {font-family: 'Noto Sans SC', sans-serif;}

#wrapper {
	width: 100%;
}
#bodyInner.vmt #header{
	margin: 0 auto;
}
.vmt_wrapper{
	background-color: #fffbda;
	padding-bottom: 40px;
}
.vmt_inner{
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}
.vmt_mv{
	margin-top: 0;
	margin-bottom: 0;
}
.vmt_nav{
	background: url(../img/g_nav_pc.png) right top no-repeat;
	display: flex;
	justify-content: center;
}
.vmt_nav li{
	float: left;
	background: url(../img/border_white.png) right center no-repeat;
	padding: 22px 50px;
}
.vmt_nav li:last-child{
	background: none;
}
.vmt_area{
	background: url(../img/bg.png) right top repeat;
	background-size: 15%;
}
.vmt_tvcm{
	text-align: center;
	padding: 80px 0 40px;
}
.vmt_product_box{
	background: url(../img/bg_orange1_pc.png) right bottom no-repeat;
	height: 546px;
}
.vmt_product_box ul{
	width: 930px;
	margin: 0 auto;
}
.vmt_product_box ul li{
	float: left;
	background-color: #fff;
	margin-left: 20px;
	width: 255px;
	text-align: center;
	padding: 15px;
	box-shadow: 2px 2px 4px #795548;
}
#contents .vmt_product_box_title{
	margin: -5px 0 15px -26px;
}
#contents .vmt_product_box_tex{
	text-align: left;
	border-top: 2px solid #cccccc;
	padding-top: 10px;
}
#contents .vmt_product_box_tex p{
	margin-bottom: 0;
}
.vmt_history{
	text-align: center;
	padding: 40px 0;
}
.vmt_recipe{
	background: url(../img/bg_orange2_pc.png) right center no-repeat;
	height: 520px;
	text-align: center;
}
.vmt_recipe img{
	margin: 115px 0 0;
}

@media screen and (max-width: 640px) {
	.vmt_wrapper{
		padding-bottom: 0;
	}
	#bodyInner.vmt{
		padding-top: 0;
	}
	#bodyInner.vmt #header{
		width: auto;
	}
	.vmt_area{
		background-size: 35%;
	}
	.vmt_inner{
		width: auto;
		padding-top: 0;
	}
	.vmt_product_box ul{
		width: 100%;
		margin: 0 auto;
	}
	.vmt_nav{
		background: url(../img/g_nav_sp.png) right top repeat-x;
		background-size: auto 100%;
	}
	.vmt_nav li{
		width: 20%;
		text-align: center;
		padding: 2.55%;
		background-size: 1px 35%;
	}
	.vmt_nav li img{
		width: 100%;
	}
	.vmt_nav li:first-child img{
		width: 50%;
	}
	.vmt_tvcm{
			padding: 20px 10px 12px;
	}
	.vmt_product_box{
		background: url(../img/bg_orange1_sp.png) right center no-repeat;
		height: auto;
		height: auto;
		background-size: 100% 100%;
		padding: 0 0 60px;
	}
	.vmt_product_box ul li{
		margin-top: 10px;
		width: 92%;
	}
	.vmt_product_box ul li:first-child{
		margin-top: 0;
	}
	#contents .vmt_product_box_title{
		margin: 5px 0 10px -15px;
		transform: translateX(-2.89%);
		-webkit-transform: translateX(-2.89%);
	}
	#contents .vmt_product_box_pkg{
		float: left;
		width: 65%;
	}
	#contents .vmt_product_box_capacity{
		float: right;
		width: 30%;
		margin: 0.8em 0 0.8em;
	}
	.vmt_history{
		padding: 10px;
	}
	.vmt_recipe{
		background: url(../img/bg_orange2_sp.png) right center no-repeat;
		padding: 60px 10px 20px;
		background-size: 100% 100%;
		height: auto;
	}
	.vmt_recipe img{
		margin-top: 0;
	}
}










.clearfixA:after {
    content: "";
    display: block;
    clear: both;
}
