@charset "UTF-8";
/* CSS Document */

body{
	font-family: sans-serif;
	
}
#main_v{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	
}
#main_v h1{
	width: 22vw;
	height: 20vw;
	background: url(../img/logo@2x.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 100;
	margin: 30vh 39vw;
	text-indent: -5000px;
}

#main_v h1.dl {
	left: 20px;
	top: 20px;
	width: 166px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#main_v h1 {
	width: 40vw;
	height: 12vw;
	margin: 40vh 30vw 30vh 30vw;
}

footer{
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left:0;
	z-index: 100;
	text-align: center;
}
footer p{
	position: absolute;
	bottom:0;
	width: 100%;
	padding-bottom: 40px;
	color: #fff;
}
footer p span{
	font-size: 80%;
}




#main_v .dl_set{
	position: absolute;
	width: 100%;
	position: absolute;
	top:45vh;
	left:0;
	z-index: 100;
	text-align: center;
}

#main_v h2{
	width: 100%;
	text-align: center;
	font-size: 16px;
}

@media (max-width: 760px) {
	body{
		width: 100vw;
	}
	
	#main_v h1 {
		width: 70vw;
		height: 22vw;
		margin: 36vh 15vw 30vh 15vw;
	}
  
  footer{
	  width: 90%;
	  position: absolute;
	  top: -140px;
	  bottom: 0;
	  z-index: 100;
	  text-align: center;
	  margin: 0 5%;
  }
  footer p{
	  font-size: 13px;
	  position: absolute;
	  bottom:0;
	  width: 100%;
	  margin: 0 0%;
	  padding-bottom: 40px;
	  color: #fff;
  }
}