@charset "UTF-8";


/*　　B案　　*/

 video {
	background-color: #000;
	position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
    min-width: 101%;
	min-height: 101%;
	width: auto;
	height: auto;
	z-index: 10;
}



.B .contents{
}



