@charset "utf-8";

.comingsoon{
	text-align: center;
	font-size: 300%;
	font-weight: bold;
	padding:10% 0;
}

.content-inside p{
	margin:5x 0;
}
.content-inside p span{
	font-size: 200%;
	font-weight: bold;
}
.content-inside img{
	width: 100%;
	margin:  0 0 0 0;
}

.btn-episode{
	margin-top: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid rgba(255, 255, 255, 0);
  border-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.content-inside a.btn{
	text-decoration: none;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.content-inside a.btn{
		float: left;
  		width: calc(33.33% - 10px);
	}
	.content-inside a.btn:nth-child(3n+1){
		margin-right: 15px;
	}
	.content-inside a.btn:nth-child(3n){
  		float: right;
	}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
}

.content-inside h4{
	width: 100%;
	height:3.5em;
	overflow:hidden;
	margin:0;
	padding:12px 10px;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.1;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 105, 62, 1) 25%, rgba(128, 169, 31, 1) 49%, rgba(0, 128, 69, 1) 50%, rgba(31, 49, 52, 1) 100%);
}

.episode-content h4{
	background-image: url("../img/title_episode_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:100% 100%;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
	.episode-content h4{
	font-size: 120%;
	padding:12px 20px 12px 20px;
}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
	.episode-content h4{
	font-size: 100%;
	padding:8px 20px 8px 20px;
}
}
.episode-content p{
	margin-top: 2%;
}
.capture{
	margin-top: 5%;
	background-image: url("../img/capture-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:auto 100%;
	padding:20px;
}
.capture img{
	width: 50%;
	float: left;
}
.title_tthc{
	width:93%;
	margin:50px auto 0;
}