@charset "utf-8";
#Contents{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	min-height: 100vh;
}
#headerBox{
	width: 45.1%;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	padding-right: 2.5%;
	padding-left: 2.5%;
}
#headerBox #gNavi{
	width: 81%;
	margin: 60px auto 0;
}
#mvBox{
	position: relative;
	width: 54.9%;
	background-color: #f7f5e0;
}
#mvBox .mvText{
	position: absolute;
	top: 6vw;
	right: 7vw;
}
#mvBox .mvImg{
	text-align: center;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url("../img/top/mvBG.jpg");
	background-size: auto 100%;
}
#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 20px 5% 20px 8%;
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1001px){
	

}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
	#Contents{
		display: block;
		min-height: 100vh;
		background-color: #ffcc33;
	}
	#headerBox{
		width: 100%;
		display: block;
	}
	#headerBox #gNavi{
		width: 100%;
		margin: 6vw auto 0;
	}
	#mvBox{width: 100%;}
	#mvBox .mvText{
		top: 8vw;
		right: auto;
		left: 16vw;
		width: 2.2%;
	}
	#mvBox .mvImg{
		height: 135vw;
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: 100% auto;
	}
	


}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1000px) and (min-width:641px){
	#headerBox > div{
		max-width: 510px;
		margin: 0 auto;
		padding: 45px 0 35px;
		box-sizing: border-box;
	}
	#headerBox #gNavi{
		margin: 4vw auto 0;
	}
	#mvBox .mvImg{
		height: 100vw;
		background-size: auto 100%;
	}

}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	#footer{padding: 10px 5%;}
	
	



}