@charset "utf-8";


/*--ビデオスタイル--*/
.video-style iframe{
	width:100%;
	height:calc(100vw * 0.65 * 0.9 * 27 / 40);
	background:;
	}

figure{
	margin:auto;
	background:;
	}

/*--最大サイズ用（START）--*/
.figsize img{
max-width:100%;
}

/*--最大サイズ用（END）--*/

@media screen and (max-width:900px){
/*--ビデオスタイル--*/
.video-style iframe{
	width:100%;
	height:calc(100vw * 0.9 * 0.9 * 27 / 40);
	background:;
	}
}

@media screen and (max-width:600px){
/*--ビデオスタイル--*/
.video-style iframe{
	width:100%;
	height:calc(100vw * 0.9 * 27 / 40);
	background:;
	}

figure{
	margin:auto;
	background:;
	}

/*--600px用（START）--*/
/*--600px用（END）--*/
	
}
	
