@charset "utf-8";

body {
	overflow: hidden;
	background: #FFFFFF;
}

.video {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	/*max-width: 100%;*/
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

.wrapper {
	position: relative;
	text-align: center;
}
video,
img {
	position: absolute;
	top: -10%;
	left: -5%;
	right: -5%;
	margin: auto;
	width: 110%;
}
.skip_ {
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 50px;
	text-align: center;
}
.skip {
	position: fixed;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 50px;
	text-align: center;
	z-index: 10;
}
.skip a {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #999999;
	text-decoration: none;
}
.skip a:after {
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 5px;
}

@media screen and (max-width:768px){
}
