@charset "utf-8";
/**********
 * EPISODES
 *********/
#episodes .cont_h2{
	padding-top: 239px;
}
#episodes .cont_h2_txt--eng{
	width: 358px;
	padding-top: 81px;
	background-image: url(../img/episodes/episodes_contTitle.svg);
}
@media screen and (max-width: 767px){
	#episodes .cont_h2{
		padding-top: 112px;
	}
	#episodes .cont_h2_txt--eng{
		width: 100%;
		padding-top: 48px;
	}
}

.episodesLists{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.episodesList{
	width: calc(100% / 3);
	margin-bottom: 24px;
}
.episodesList__link{
	display: block;
	text-decoration: none;
	color: #FFF;
}
.episodesList--thumb{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}
.episodesList .episodesList--thumb:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,.4);
	z-index: 2;
	transition: .3s ease;
}
@media screen and (min-width: 768px){
	.episodesList:not(:nth-of-type(3n)):not(:last-child) .episodesList--thumb:before{
		border-right: unset;
	}
}

.episodesList--thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .3s ease;
}
.episodesList__link:hover .episodesList--thumb img{
	transform: scale(1.05);
	opacity: 0.75;
}

.episodesList--title{
	font-size: 16px;
	line-height: 1.5;
	padding: 16px 0 0 24px;
/*	font-family: 'Roboto Condensed', 'Noto Sans JP' ,sans-serif;*/
	display: flex;
	transition: .3s ease;
}
.episodesList__link:hover .episodesList--title{
	color: var(--main-color-red);
}
.episodesNo{
	flex-shrink: 0;
	padding-right: 1em;
}

@media screen and (max-width: 767px){
	.episodesLists{
		flex-direction: column;
	}
	.episodesList{
		width: 100%;
		margin-bottom: 20px;
	}
/*	.episodesList:not(:nth-of-type(2n)):not(:last-child) .episodesList--thumb:before{
		border-right: unset;
	}*/
	.episodesList--title{
		font-size: 1.2rem;
		padding: 10px 0 0 7.339%;
	}
}




/***
* Episodes Detail
**/
.episodesArticleWrap{
	padding-left: 0;
	padding-right: 0;
}
.episodesArticle{
	width: 100%;
	position: relative;
}
.episodes_titleWrap{
	width: 60%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	pointer-events: none;
}
.episodes_title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(56.25% - 32px);
}
.episodes_title--num{
	padding-left: 5.5556%;
	font-size: 64px;
	line-height: 1;
	font-family: var(--font-family-eng);
	margin-bottom: 16px;
	display: block;
	font-weight: 700;
}
.episodes_title--ttl{
	padding-left: 5.5556%;
	font-size: 20px;
	line-height: 1.3;
	display: block;
}


.episodesImageListsWrap{
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
}
.episodesImageList{
	width: 100%;
}
.episodesImageList img{
	width: 100%;
}

.episodesThumbListsWrap{
	position: absolute;
	top: 0;
	left: 1.91667%;
	width: 9.5%;
}
.episodesThumbListsInWrap{
	width: 114px;
	margin: 0 auto;
}
.episodesThumbLists__ttl{
	width: 100%;
	text-align: center;
	font-family: var(--font-family-eng);
	font-size: 10px;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: 0.025em;
}
.episodesThumbLists{
	display: block;
	width: 100%;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.episodesThumbList{
	width: 100%;
	height: auto;
	margin: 4px auto;
	opacity: 1;
	background: unset;
	border-radius: 0;
	display: inline-block;
}
.btn_episodesThumb{
	display: block;
	width: 100%;
	position: relative;
}
.btn_episodesThumb img{
	width: 100%;
}

.btn_episodesThumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	mix-blend-mode: color;
	opacity: 1;
	transition: .3s ease;
}
.btn_episodesThumb:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d62b40;
	mix-blend-mode: multiply;
	opacity: 0;
	transition: .3s ease;
}

.swiper-pagination-bullet-active .btn_episodesThumb:before{
	opacity: 0;
}
.swiper-pagination-bullet-active .btn_episodesThumb:after {
	opacity: 1;
}
.btn_episodesThumb:hover::before,
.btn_episodesThumb:hover::after{
	opacity: 0;
}

.episodesTextWrap{
	width: 60%;
	margin: 0 auto;
	padding-top: 24px;
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.episodesArticleWrap{
		padding-left: 6.4%;
		padding-right: 6.4%;
	}
	.episodesArticle{
		display: flex;
		flex-direction: column;
	}
	.episodes_titleWrap{
		order: 2;
		width: 100%;
		pointer-events: unset;
	}
	.episodes_title{
		position: unset;
		top: unset;
		left: unset;
		margin-top: 20px;
	}
	.episodes_title--num{
		padding-left: 0;
		font-size: 3.2rem;
		margin-bottom: 8px;
	}
	.episodes_title--ttl{
		padding-left: 0;
		font-size: 1.4rem;
	}

	.episodesImageListsWrap{
		width: 100%;
	}

	.episodesThumbListsWrap{
		position: relative;
		padding-top: 24px;
		left: unset;
		width: 100%;
	}
	.episodesThumbListsInWrap{
		width: 100%;
	}
	.episodesThumbLists__ttl{
		position: absolute;
		top: 6px;
		left: -2em;
		font-size: 1rem;
		margin-bottom: 0;
		width: auto;
		text-align: left;
		letter-spacing: 0;
	}
	.episodesThumbLists{
		display: flex;
	}
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.episodesThumbList{
		width: calc(89.2966% / 6);
		margin: 0;
	}
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.episodesThumbList:not(:last-child){
		margin-right: 2.1407%;
	}

	.episodesTextWrap{
		order: 3;
		width: 100%;
		font-size: 1.2rem;
		margin-top: 0!important;
		padding-top: 16px;
	}
}
.ytwrap {
	width:100%;
	position: relative;
	padding-top: 56.25%;
	margin-top: 30px;
}
.ytwrap iframe {
	width:100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}