<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sh3logo {
	display:block;
	background:url(../img/logo_bg_s.png) center top no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index: 20;
	width:100%;
	height:80px;
	padding: 8px;
}

#sh3logo img {
	width: 120px;	
}

.video-wrapper {
	position:relative;
	width:100%;
}

#player01 {
	width:100%;
	margin-top: 5px;
	height:220px;
}



@media screen and (min-width:641px){	

#player01 {
	width:100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
}


#sh3logo {
	display: block;
	background-repeat: no-repeat;
	background-position: left top no-repeat;
	background-image: url(../img/header_bg.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 890px;
	height: 80px;
	padding: 9px;
}

#sh3logo img {
	width: 190px;	
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;

}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

#content {
	position:inherit;
	margin-top:-40px;
	z-index:99999;	
}

div.over_movie {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-size: contain;
}
a.over_movie:hover {
	background: url(../img/over_movie-on.png) center top no-repeat;
	background-size: contain;
}


iframe#top_movie {
	width: 100%;
	height: auto;
	border: none;
}

a.shichou {
	display: block;
	width: 20%;
	height: 30px;
	background: url(../img/shichou.png) left top no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 100;
	marging-top: -15px;
	margin-left: -95px;
	z-index: 3;
	
	background-size: contain;
}
a.shichou:hover {
	background: url(../img/shichou-on.png) left top no-repeat;
}

div.change_our_mirai {
	width: 40%;
	height: 78px;
	background: url(../img/change_out_mirai_logo.png) left top no-repeat;
	position: absolute;
	top: 35%;
	left: 50%;
	margin: -39px 0px 0px -158px;
	z-index: 2;
	background-size: contain;
}

/*a.mute*/
a.top_btn {
	display: block!important;
	margin:10px 15px 0px 0px!important;
	width:152px!important;
	height:24px!important;
	background:url(../img/sound-on.png) center top no-repeat;
	xfloat:right!important;
	border:none!important;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 3;
}
/*a.mute img*/
a.top_btn {
    opacity: 1!important;
}

/*----- pickup bnr, description bnr -----*/
/*騾壼ｸｸ*/
a#pickup_bnr {
	display: block;
	padding-bottom: 15.227%;
	width: 26.533%;
	height: 1px;
	background: url(../img/bnr_pickup.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10!important;
}


.video-wrapper {
	position:relative;
	min-width: 1200px;
}

}</pre></body></html>