@charset "utf-8";

#fullWrap:before{
	position:absolute;
	content:'';
	left:50%;
	top:130px;
	width:760px;
	height:760px;
	margin-left:-380px;
	background:url(../img/common/circle.png) no-repeat center center / contain;
	animation:rotateZ 16s ease-in-out infinite
}
@media screen and (max-width:768px){
	#fullWrap:before{
		top:-11.6vw;
		width:87.2vw;
		height:87.2vw;
		margin-left:-43.6vw
	}
	.subHeader__titles h1{
		font-size:4.5rem;
	}
}

.movie__titles {
	height:36px;
	background:#c81515;
	display: flex;
	justify-content: center;
	align-items: center;
}
.movie__title {
	width:960px;
	font-size:20px;
	font-weight: 700;
}
.movie__lists{
	border-top:1px solid #c81515;
	margin-bottom:45px
}
.movie__lists li{
	border-bottom: 1px solid #c81515
}
.movie__lists li a{
	display: block;
	text-decoration:none;
	position: relative;
	padding:18px 0;
}
.movie__lists li a:after{
	content:'';
	position: absolute;
	left:0;
	bottom:-1px;
	height:1px;
	background:#FFF;
	width:0;
	transition:all 0.3s ease
}
.movie__lists li a:hover:after{
	width: 100%
}
.movie__listInner{
	display: flex;
	align-items: center;
	width:960px;
	margin:0 auto;
	justify-content: space-between;
	position:relative;
	padding-right:50px;
}
.movie__listInner:after{
	content:'';
	width:10px;
	height:19px;
	background:url(../img/common/news_arrow.svg) no-repeat center center / contain;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-10px;
	transition:all 0.3s ease
}
.movie__lists li a:hover .movie__listInner:after{
	transform:translateX(5px)
}
@media screen and (max-width: 768px){
	.movie__titles {
		height:2.8rem;
	}
	.movie__title {
		font-size:1.6rem;
		width:87.2vw;
	}
	.movie__lists{
		margin-bottom:9.3333vw
	}
	.movie__lists li a{
		padding:3vw 0;
		font-size: 1.2rem
	}
	.movie__listInner{
		flex-wrap: wrap;
		align-content:center;
		width:87.2vw;
		padding-right:8vw;
	}
	.movie__listInner:after{
		width:2.5333vw;
		height:4.8vw;
		margin-top:-2.4vw
	}
}
.movieItem__lists {
	width:960px;
	margin:0 auto;
	padding-bottom:60px;
}
.movieItem__list {
	margin-bottom:60px;
}
.movieItem__list dt {
	background:#c81515;
	color:#FFF;
	font-weight: 700;
	text-align: center;
	font-size:20px;
	padding:0 10px;
	word-break: break-all;
	line-height:1.5;
	margin-bottom:30px;
}
.movieItem__list dd {
	position: relative;
	padding-top:56.25%;
}
.movieItem__list dd iframe {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
}
@media screen and (max-width: 768px) {
	.movieItem__lists {
		width:100%;
		margin:0 auto;
		padding-bottom:8vw;
	}
	.movieItem__list {
		margin-bottom:10vw;
	}
	.movieItem__list dt {
		font-size:1.3rem;
		padding:0 4vw;
		margin-bottom:4vw;
	}
}