@charset 'utf-8';

/* common
------------------------------------------------ */
.bnrs-1 { padding-top: 0; }

@media screen and (max-width: 768px) {
	.title-page { margin-bottom: 32px; background-image: url(../../img/movie/title.jpg); }
}

@media screen and (min-width: 769px) {
	.title-page { background-image: url(../../img/movie/title-pc.jpg); }
}

/* movie
------------------------------------------------ */
.movie-lead { margin-bottom: 35px; font-size: 1.4rem; line-height: 2; }
.movie-lists { position: relative; }
.movie-lists-item { position: relative; }
.movie-lists-title { margin-bottom: 16px; font-size: 2rem; font-weight: 500; line-height: 1.4; }
.movie-lists-video { position: relative; padding-bottom: 56.1194%; width: 100%; height: 0; overflow: hidden; }
.movie-lists-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.movie-lists-description { margin-top: 12px; font-size: 1.4rem; line-height: 1.75; }

@media screen and (max-width: 768px) {
	.movie-lists-item { margin-top: 60px; }
	.movie-lists-item:first-child { margin-top: 0; }
}

@media screen and (min-width: 769px) {
	.movie-lead { margin-bottom: 48px; font-size: 1.6rem; line-height: 1.75; }
	.movie-lists { display: flex; flex-wrap: wrap; }
	.movie-lists-item { margin: 74px 5% 0 0; width: 47.5%; }
	.movie-lists-item:nth-of-type(-n+2) { margin-top: 0; }
	.movie-lists-item:nth-of-type(2n) { margin-right: 0; }
	.movie-lists-description { margin-top: 16px; font-size: 1.6rem; line-height: 1.625; }
}

/* archive
------------------------------------------------ */
.movie-archive { position: relative; }

@media screen and (max-width: 768px) {
	.movie-archive { margin: 0 20px 40px; }
}


@media screen and (min-width: 769px) {
	.movie-archive { margin-bottom: 80px; }
}