@charset "utf-8";
/* CSS Document */

/* common
--------------------------- */

a.rtn_top {
	border: none;
	background: #000;
	color: #FFF;
}
a.rtn_top.back {
	width: 80px;
	display: block;
	padding: 5px 35px;
	margin: 40px auto 0 auto;
}

/* contents
--------------------------- */
#conts {
	width: 1060px;
	height: auto; 
	overflow: hidden;
	margin: 0 auto;
	padding: 100px 0 40px 0;
	text-align: center;
}
#conts.top {
	width: 1281px;
	height: auto; 
	overflow: hidden;
	margin: 0 auto;
	padding: 100px 0 40px 0;
	text-align: center;
}
#conts h2 {
	width: 100%;
	height: auto;
	padding: 0 0 30px 0;
	text-align: center;
	display: block;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
#conts ul {
	width: 100%;
	height: auto;
	min-height: 480px;
	margin: 0 0 40px 0;
	overflow: hidden;
}
#conts ul li {
	width: 183px;
	height: 183px;
	float: left;
	position: relative;
	overflow: hidden;
}
#conts ul li img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
#conts ul li span.cover {
	width: 183px;
	height: 183px;
	padding: 0;
	position: relative;
	left: 183px;
	top: 0;
	font-size: 12px;
	color: #FFF;
	background: hsla(0,0%,0%,0.6);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#conts ul li span.cover02 {
	width: 183px;
	height: 183px;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #FFF;
	background: hsla(0,0%,0%,0.6);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#conts ul li:last-child {
	height: 123px;
	padding: 60px 0 0 0;
	font-family: 'Rajdhani', sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	color: #FFF;
	background: #000;
}

#conts dl {
	width: 980px;
	height: auto;
	margin: 0 auto 40px auto;
	padding: 40px;
	overflow: hidden;
	background: #191919;
	text-align: left;
}
#conts dl dt {
	width: 255px;
	height: 89px;
	float: left;
}
#conts dl dd {
	width: 200px;
	height: 84px;
	padding: 5px 15px 0 20px;
	float: left;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 10px;
	display: block;
}
#conts dl dd span.date {
	display: block;
	float: left;
}
#conts dl dd span.icon {
	width: auto;
	height: auto;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	background: #f03232;
	color: #FFF;
	float: left;
	padding: 1px 3px 0 3px;
	margin: -2px 0 0 5px;
}
#conts dl dd p {
	width: 100%;
	height: auto;
	float: none;
	clear: both;
	color: #FFF;
	padding: 5px 0 0 0;
	line-height: 1.7em;
}

#conts .movies {
	width: 100%;
	height: auto;
	margin: 0;
}
#conts .movies iframe {
	float: left;
	border: none;
}
#conts h3 {
	width: 210px;
	height: 130px;
	display: block;
	padding: 80px 0 0 0;
	float: left;
	font-family: 'Rajdhani', sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3em;
	background: #FFF;
	text-align: center;
}
#conts img {
	float: left;
}
#conts div.name {
	width: 560px;
	height: 23px;
	display: block;
	float: left;
	padding: 20px 40px;
	background: #646464;
}
#conts div.name h4 {
	font-size: 15px;
	font-weight: normal;
	padding: 7px 0 0 0;
	color: #FFF;
	float: left;
}
#conts div.name ul.sns {
	width: auto;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	float: right;
	margin: 0;
}
#conts div.name ul.sns li {
	width: 23px;
	height: 23px;
	margin: 5px 0 0 0;
	display: block;
	float: left;
	text-align: center;
}
#conts div.name ul.sns li:last-child {
	padding: 0;
	background: none;
}
#conts div.name ul.sns li a {
	width: 23px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	display: block;
	color: #FFF;
}
#conts div.name ul.sns li a span {
	font-size: 23px;
}
#conts p.info,
#conts .scrl {
	width: 560px;
	height: 147px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
	background: #c8c8c8;
	font-size: 10px;
	color: #000;
	text-align: left;
	max-height:147px !important;
}
.scrl > div {
	width: 540px;
	height:120px;
	vertical-align: middle;
	padding: 10px 10px;
	background: #c8c8c8;
	font-size: 10px;
	color: #000;
	text-align: left;
	overflow:auto;
}

/* Media Queries - Tablet */
@media (max-width: 768px) {
	#conts, #conts.top {
		width: 549px;
	}
	#conts ul li img {
		position: static;
	}
	#conts ul li span.cover {
		display: none;
	}
	#conts ul li:last-child {
		display: none;
	}

	#conts dl {
		width: 490px;
		margin: 0 auto 40px auto;
		padding: 40px 19px 40px 40px;
	}
	#conts dl dt img {
		width:100%;
	}

	#conts .movies {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#conts .movies iframe {
		width: 274px;
		height: 155px;
	}
	#conts .movies iframe:first-child {
		width: 549px;
		height: 310px;
	}
	#conts h3 {
		width: 50%;
		height: 174px;
		padding: 100px 0 0 0;
	}
	#conts img {
		width: 50%;
		float: left;
	}
	#conts div.name {
		width: 90%;
		height: auto;
		padding: 20px 5%;
	}
	#conts p.info,
	#conts .scrl {
		width: 90%;
		height: auto;
		padding: 20px 5%;
		display: block;
		float: none;
		clear: both;
	}
	.scrl > div {
		width: 100%;
		height:auto;
		padding: 20px 0;
		display: block;
		float: none;
		clear: both;
		overflow:hidden;
		position: relative;
	}
}

/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 549px) {
	#conts, #conts.top {
		width: 300px;
	}
	
	#conts ul li {
		width: 150px;
		height: 150px;
	}
	#conts ul li:last-child {
		height: 100px;
		padding: 50px 0 0 0;
		display: block;
	}

	#conts dl {
		width: 90%;
		margin: 0 0 40px 0;
		padding: 20px 5% 0 5%;
	}
	#conts dl dt {
		width: 100%;
		height: auto;
	}
	#conts dl dd {
		width: 100%;
		height: auto;
		padding: 15px 0 20px 0;
	}
	#conts dl dd br {
		display: none;
	}

	#conts .movies {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#conts .movies iframe {
		width: 300px;
		height: 170px;
	}
	#conts .movies iframe:first-child {
		width: 300px;
		height: 170px;
	}
	#conts h3 {
		height: 100px;
		padding: 50px 0 0 0;
	}
	#conts p.info br {
		display: none;
	}
	#conts div.name ul.sns {
		float: none;
		clear: both;
		padding: 5px 0 0 0;
	}

.info wow fadeIn
{
	overflow: auto;
	width: 90%;
		height: 30px;
		padding: 20px 5%;
		display: block;
		float: none;
		clear: both;
		overflow: auto;
}
}

