@charset "UTF-8";

#hometop { display: block; width:100%; min-width: 1280px; height:860px; margin: 0; text-align: center; padding:0;position: relative;}
	.hometopmovie { width:100%; min-width: 1280px; height:860px; margin: 0 auto; position: absolute; text-align: center; z-index:0;}
		.hometopmovie video { height: 100%;}
	#hometop h1 { display: block; width:1200px; padding:560px 0 0 0; text-align: left; overflow:hidden; margin: 0 auto; position: relative; z-index: 1;}


#home1 { display: flex; justify-content:center; align-items: center; min-width: 1280px; height:480px; background:url("../images/home1-bg.jpg") no-repeat center / cover;}
	.home1 { width: 1200px; box-sizing: border-box; padding-left:40px;}
		.home1 h2 { padding: 10px 0 40px 0; }
		.home1 p { padding: 10px 0; font-size: 16px; width: 340px; }

#home2 { display: flex; justify-content:center; align-items: center; width: 100%; min-width: 1280px; height:480px; background:url("../images/home2-bg.jpg") no-repeat center / cover;}
	.home2 { width: 1200px; box-sizing: border-box; padding-left: 800px;}
		.home2 h2 { padding: 10px 0 40px 0; }
		.home2 p { padding: 10px 0; font-size: 16px; width: 340px;}

#homenav { display: flex; justify-content:center; align-items: center; width: 100%; min-width: 1280px; height:860px; margin: 0; text-align: center; padding:0; background:url("../images/homenav-bg.jpg") no-repeat center / cover;}
	#homenav ul {display: flex; justify-content: space-between; width: 1200px; }
	#homenav li { width: 390px;}
	#homenav a { display: block; width: 390px; height: 430px; background: rgba(255,255,255,.6); color:#000; text-decoration: none; text-align: center;}
		#homenav a:hover { display: block; background: rgba(255,255,255,.9);}
		#homenav a::before { display: block; content:""; width:220px; height: 16px; overflow: hidden; margin: 0 auto; background:#B3B3B3;}
			#homenav a:hover::before { background:#009D42;}
		#homenav a h2 { text-align: center; padding: 100px 0; margin: 0 auto;}
		#homenav a p { text-align: center; padding: 0 0; margin: 0 auto; font-size: 16px;}
