@charset "utf-8";
.movie_flex {
		max-width: 750px;
		margin: 0 auto;
		padding: 0 30px;
		display: flex;
		align-items: center;
}
.movie_left {
		width: 390px;
		margin-right: 20px;
}
.movie_caption {
		flex: 1;
		text-align: center;
}
.movie_left iframe {
		width: 100%;
		height: auto;
		border-radius: 20px;
		aspect-ratio: 10 / 17.75;
}
.movie_hd {
		font-size: 24px;
		font-weight: 500;
		text-align: center;
		line-height: 1.6;
		margin: 0 0 25px
}
.movie_hd + p {
		line-height: 1.8;
		text-align: center;
}
@media(max-width: 767px) {
		.movie_flex {
				padding: 0 25px;
				display: flex;
				flex-direction: column-reverse;
		}
		.movie_caption {
				flex: initial;
				text-align: center;
				margin: 0 0 40px;
		}
		.movie_hd {
				font-size: 16px;
		}
		.movie_left {
				width: 80%;
				margin: 0 auto;
		}
}
/* ========== */
.insta_lead {
		text-align: center;
		line-height: 2.0;
		margin: 0 0 1em
}