.container_onairfolder .visual {
	display: block;
}
.mainvisual .starttxt {
	font-size: var(--fsz-l);
	font-weight: bold;
	color: orange;
	padding: 10px 2%;
	background: white;
	margin-top: 10px;
}

.infotxt .moviebox {
	max-width: 800px;
	margin: 0 auto;
}

.infotxt .movieArea {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.infotxt .movieArea:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gray);
}

.infotxt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.infotxt .movie_none {
	height: auto;
	padding-top: 0;
}

.infotxt .movie_none div {
	position: relative;
}

.infotxt .movie_none div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.infotxt .movie_none p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: white;
	transform: translateY(-50%);
	padding: 0 2%;
	text-align: center;
}
#sideArea {
	width: 100%;
	float: none;
}
#sideArea .sns iframe {
	width: 100% !important;
}

@media screen and (max-width: 767px) {
	.container_onairfolder h2 {
		margin-bottom: 10px;
	}
	.container_onairfolder .info {
		display: block;
	}

	.infotxt .movieArea {
		margin-bottom: 20px;
	}

	.infoFB,
	.fb-page,
	.infoFB span,
	.infoFB iframe {
		width: 100% !important;
		height: 500px !important;
	}
}
