@charset "utf-8";
.wrapperMV {
	max-width: 1100px;
	padding: 0 calc(var(--mg) + 20px) 0 var(--mg);
	margin: 0 auto;
}
.mainVisual {
	height: auto;
	margin-bottom: calc(20px + var(--mg-gap));
}
.flexWidth {
	max-width: 480px;
}
.onair-box {
	/*max-width: 500px;*/
	display: flex;
	padding: var(--mg-gap);
	background-color: var(--bg-col-nor);
	box-shadow: 20px 20px 0 0 var(--txt-col-bk1);
}
.onair-label {
	writing-mode: vertical-lr;
	font-size: 5rem;
	line-height: 1;
	font-weight: bold;
}
.onair-image img {
	/*max-width: 60vmin;*/
	border-radius: 5px;
}
.onair-image dl {
	margin-top: 0.5rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}
@media (max-width: 650px){
	.onair-label {
		font-size: 3rem;
	}
}