@charset "utf-8";

/* ****************************************************************************
　目次
　01. 基本
-------------------------------------------------------------------------------
*/
/* ==

　01. 基本

=============================================================================== */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.lpMovie_detail iframe{
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1000 / 560;
}



