@charset "UTF-8";

/* container */
.close-back{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    z-index: 3;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000); 
	background: rgba(0,0,0,0.7);
}
.close-back img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 700px;
	max-width:80%;
}

/* top */
.mv{
	position: relative;
}

.allPresent{
  padding-top: 100px;
}
@media screen and (max-width:768px){
  .allPresent{
    padding-top: 50px;
  }
}


/* 固定申込ボタンフッターありLP用 */
footer div{
	margin-bottom: 0;
}
footer div.copy{
	padding: 30px 0;
}
@media screen and (max-width:768px){
	footer div{
		margin-bottom: 0;
	}
	footer div.copy{
		padding: 8px 0;
	}
}