body {
	margin: 0;
}
.is_overlay{ display: block; width: 100%; height: 100%; }
#trailer {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
}

#trailer > video {
	background-size: cover;
	display: block;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	width: auto;
}

#logo {
	position: absolute;
	top:100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#notice {
	position: absolute;
	top: 600px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 414px) {
	body {
		background-size:auto;
	}
	#logo {
		width:120px;
	}

	#trailer {
		display:none;
	}

	#notice {
		width:300px;
		bottom:15%;
	}

	/*#trailer > video {
		min-width: 316%;
	}*/
}

@media screen and (max-height: 414px) , screen and (max-width: 750) {
	#logo {

	}
}


/**********mobile***********/

#mobile {
	background: url("SCREEN.png") no-repeat;
}

#mobile .img {
	text-align: center;
	width: 580px;
	margin: 200px auto;
}

#mobile .img img {
	position: relative;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:0;
}

#mobile .img #notice {
	margin-top: 100px;
}