@charset "UTF-8";

body {
	margin: 0;	
}

p {
	margin: 0;
}
/*
.movie {
	position: absolute;
	width: 53%;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	background: #000;
}

.movie.movie01 { top: 35.07%;}
.movie.movie02 { top: 44.46%;}
.movie.movie03 { top: 53.85%;}
.movie.movie04 { top: 63.23%;}
.movie.movie05 { top: 72.6%;}
.movie.movie06 { top: 81.97%;}
.movie.movie07 { top: 91.37%;}
*/

.movie {
	position: relative;
	margin: 6% 0;
}

.movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block {
	margin:0;
	max-width:1200px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.movie-category {
	max-width: 636px;
	margin: 0 auto 24px;
	padding: 0 30px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .02em;
	line-height: 1;
	text-align: center;
	border-bottom: 3px solid #f14a6e;
	padding-bottom: 0.75em;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, sans-serif;
}
.movie-category span{
	display: inline-block;
}

.movie-category.first {
	margin-top: 40px;
}

.block-movie + .movie-category {
	margin-top: 60px;
}

.block-movie {
	margin:0;
	max-width: 636px;
	box-sizing: content-box;
	text-align: center;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}