@charset "utf-8";
@keyframes scroll-episodetext {
	from {
		background-position:0 center;
	}
	to {
		background-position:402px center;
	}
}
@keyframes scroll-episodetext-s {
	from {
		background-position:0 center;
	}
	to {
		background-position:64.32vw center;
	}
}
.content__title {
	height:160px;
	background:#d84f7c url(../img/special/title.svg) repeat-x 0 center / 402px auto;
	animation: color-gradient 7.5s linear infinite,scroll-episodetext 6s linear infinite;
}
@media screen and (max-width:768px){
	.content__title {
		height:25.6vw;
		background:#d84f7c url(../img/special/title.svg) repeat-x 0 center / 64.32vw auto;
		animation: color-gradient 7.5s linear infinite,scroll-episodetext-s 6s linear infinite;
	}
}
.special__lists {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px solid #000;
	margin-top:-1px;
	background:#FFF;
}
.special__lists li {
	width:25%;
	border-bottom:1px solid #000;
	transform:translateY(1px);
}
.special__lists li>a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height:100%;
	padding:13.3333%;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.special__lists li>a:hover {
	color:#FFF;
}
.special__lists li>a i {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	animation: nav-out 0.4s ease forwards;
	display: block;
}
.special__lists li>a:hover i {
	animation: nav-in 0.4s ease forwards;
}
.special__lists li>a i:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#d84f7c;
	animation: color-gradient 7.5s linear infinite;
}
.special__lists--thumb {
	padding-top:56.25%;
	position: relative;
	margin-bottom:15px;
	background:url(../img/common/noimage.svg) no-repeat center center / cover;
	position: relative;
	z-index:10;
}
.special__lists--thumb img {
	display: block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.special__lists--title {
	display: flex;
	justify-content: flex-start;
	transition:all 0.4s ease;
	align-items:flex-start;
	position: relative;
	z-index:50;
}
.special__lists--title span {
	display: block;
}
.elt-num {
	white-space: nowrap;
}
.elt-text {
}
@media screen and (max-width:768px){
	.special__lists {
		width:100%;
		flex-wrap: wrap;
		background:#FFF;
		min-height:0;
	}
	.special__lists li {
		width:50%;
		min-height:0;
		border-right:1px solid rgba(0,0,0,.16) !important;
		border-bottom:1px solid rgba(0,0,0,.16) !important;
	}
	.special__lists li:nth-child(even) {
		border-right:none !important;
	}
	.special__lists--thumb {
		margin-bottom:2.2vw;
	}
	.special__lists--title {
		transition:all 0.4s ease;
		font-size:1.2rem;
	}
}