@charset "utf-8";

body, div, span, ol, ul, li, table, tr, th, td, dl, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article, input, button, textarea {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1;
}

img, object {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}





/*==================================================================================================================================*/

/*layout (desktop) */

/*==================================================================================================================================*/

.wrapper_top {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wrapper_top h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 567px;
	height: auto;
}

#video {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}






/*==================================================================================================================================*/

/*layout (tablet) */

/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 961px) {
}





/*==================================================================================================================================*/

/*layout (smartphone) */

/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {
	
.wrapper_top h1 {
	width: 91%;
	max-width: 567px;
}





}





/* - - - - - - - - - - - /EOF - - - - - - - - - - - */


