<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper_p01 {
	display: block;
	width: 100%;
	padding-bottom: 37%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper_p02 {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.iframe_video {
	display:block;
	width:100%;
	height:100%;
	background: #000;
}

.iframe_video iframe{	
	height:100%;
}

.iframe_video video{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #000000;
}
.iframe_video-m {
	display: block;
	width: 100%;
	line-height: normal;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	background: black;
}
.iframe_video-m video {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
}

.iframe-container {
	position: relative;
	width: 59.5%;
	margin: 0 auto;
}
.iframe-container::before {
	content: "";
	display: block;
	padding-top: 62.5%;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.iframe_video-m .iframe-container {
	width: 100%;
}

.iframe_video-m .iframe-container iframe {
	top: 25%;
}</pre></body></html>