@charset "UTF-8";
.video-wrap {
	width: 100%;
	background-color: #fff;
	position: relative;
}

.video {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.skip {
	position: absolute;
	right: 2%;
	top: unset;
	bottom: 80px;
	color: #fff;
	background-color: #000;
	padding: 10px 40px;
	cursor: pointer;
	z-index: 887;
}

.poster_pc {
	display: none;
}

.poster_sp {
	display: none;
}
@media only screen and (max-width:640px) {
	.video-wrap {
		padding-bottom: 60px;
		position: relative;
	}
	.skip {
		right: 12px;
		right: unset;
		left: 12px;
		top: unset;
		bottom: 50px;
		padding: 5px 10px;
		font-size: 10px;
		background-color: rgba(0, 0, 0, .3);
	}

	.poster_pc {
		display: none !important;
	}

	.poster_sp {
		display: none;
	}
	header #gnav01 h1{
		opacity: 0;
	}
}

