/* ---------------------------------------
  youtube動画
-----------------------------------------*/

.youtube .iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
}
.youtube .iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .l-main__body .l-section .movie-section {
    padding-bottom: 0;
  }
}