@charset "utf-8";
/*------------------------------------------------------------
	movie
------------------------------------------------------------*/
#main .pageBg {
	position: relative;
	background-color: #FFF6E9;
	height: 10.249vw;
	min-height: 14rem;
}
#main .pageBg::after {
	width: 100%;
	height: 9.883vw;
	min-height: 13.5rem;
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	bottom: -1px;
	background: url(../img/movie/page_bg.png) no-repeat left bottom / 100% auto;
}
#main .movie {
	margin-top: -2.5rem;
	padding: 0 0 13.6rem;
}
#main .movie .content {
	padding: 0 2rem;
	width: auto;
}
#main .movie .title {
	margin-bottom: 5rem;
	color: #3E3A39;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 2.07;
}
#main .movie .movieBox {
	margin-bottom: 1.4rem;
	position: relative;
	padding-bottom: 56.25%;
	border-radius: 1.5rem;
	overflow: hidden;
}
#main .movie .movieBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	object-fit: cover;
	border: none;
}
#main .movie .text {
	margin-left: 1rem;
	color: #3E3A39;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#main .pageBg {
		min-height: 8rem;
	}
	#main .movie {
		margin-top: 0;
		padding: 4rem 0;
	}
	#main .movie .content {
		padding: 0;
	}
	#main .movie .title {
		margin-bottom: 2rem;
		font-size: 1.8rem;
		line-height: 1.8;
	}
	#main .movie .movieBox {
		margin: 0 -2rem 1.4rem;
		border-radius: 0;
	}
	#main .movie .text {
		margin-left: 0;
		font-size: 1.4rem;
	}
}
@media all and (max-width: 374px) {
	#main .movie .title {
		font-size: 1.6rem;
	}
}
