/* movie */
.movie-modal-trigger {
	width: 100%;
	max-width: 695px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 3;
	margin-bottom: 80px;
}
.movie-modal-trigger::before {
	content: '';
	width: 66px;
	height: 66px;
	background: url('../../img/common/icon_play.svg') center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

/* modal */
.modaal-content-container {
	padding: 0 !important;
}

.movie-wrap {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.movie-wrap iframe {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 768px) {
	.about .read-ttl {
		font-size: var(--fs-sp-17);
	}
	.movie-modal-trigger {
		width: 80%;
		max-width: initial;
		margin: 0 auto 5vw;
	}
	.movie-modal-trigger::before {
		content: '';
		width: 14vw;
		height: 14vw;
	}
}
