/*-------------------------------------
■ top main image
-------------------------------------*/
.mu_l{
	float:left;
	width:50%;
}
.mul_b_img,
.mul_s_img{
	background:rgba(0,0,0,.5);
}
.mul_b_img{
	position:relative;
	margin-bottom:5px;
}

.mbi_box li,
.msi_box li{
	position:relative;
}
.mbi_box li .sld_img,
.msi_box li .sld_s_img{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.mbi_box li .sld_img{width:100%;}
.msi_box li .sld_s_img{width:98%;}

.mul_b_img .icon_new{
	position:absolute;
	top:0;
	left:0;
}
.mul_b_img .icon_black,
.mul_b_img .icon_ken{
	position:absolute;
	top:0;
	right:0;
}
.mul_b_img .icon_syu{
	position:absolute;
	top:0;
	right:0;
}
.mul_b_img .icon_black + .icon_syu,
.mul_b_img .icon_ken + .icon_syu{
	top:26px;
}



/* slick /////////////////////////////*/
.slick-prev{left:10px;z-index:1}
.slick-next{right:10px}
/* slick /////////////////////////////*/

/*-------------------------------------
■ top main info
-------------------------------------*/
.mu_r{
	float:right;
	width:49%;
}
.mu_r .s_title{
	overflow:hidden;
}
.mur_name{
	padding:0 10px;
	font-size:20px;
	height:36px;
	line-height:36px;
}
.mur_name span{
	font-size:16px;
}
.mur_3{
	padding:0 10px;
	height:25px;
	line-height:25px;
}

.mur_comm h4,
.mur_twitter h4,
.sche_box h4{
	height:16px;
	padding:20px 0 5px;
	color:#e4007f;
	font-size:16px;
}
.mur_comm h4 span,
.mur_twitter h4 span,
.sche_box h4 span{
	display:inline-block;
	font-size:14px;
	margin-right:5px;
	transform:rotate(-90deg)
}
.mur_comm .murc_box{
	padding:10px;
	max-height:302px;
	overflow:auto;
	font-size:16px;
	line-height:1.8;
	background:rgba(0,0,0,.5);
}
.mur_comm .murc_box p{
	line-height:1.5;
}

.mur_twitter .murt_box{
	height:294px;
	background:#000;
}

/*-------------------------------------
■ top main under schedule
-------------------------------------*/
.schedule_wrap{
	display:table;
	border-collapse:collapse;
	width:100%;
}
.schedule{
	display:table-cell;
	border-collapse:collapse;
	border:1px solid #333;
	width:14.28571428571429%;
	background:rgba(0,0,0,.5);
}
.date{
	padding:15px 0;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #333;
	background:rgba(228,0,127,.5);
}
.time{
	text-align:center;
	padding:30px 0;
}










@media screen and (max-width:970px){
	.mu_l{
		float:none;
		width:80%;
		margin-bottom:20px;
		padding:0 10%;
		background:rgba(0,0,0,.3)
	}
	.mu_r{
		float:none;
		width:100%;
	}
	.mur_name,.mur_3{text-align:center}

	.mur_comm h4,.mur_twitter h4,.sche_box h4{text-align:center}
	.mur_comm h4 span,.mur_twitter h4 span,.sche_box h4 span{display:none}

	.schedule_wrap{display:block}
	.schedule{
		display:table;
		width:100%;
		border-top:0;
	}
	.schedule:first-child{border-top:1px solid #333}
	.schedule .date,.schedule .time{display:table-cell}
	.schedule .date{width:120px}
	.schedule .time{padding:15px 0}
}










@media screen and (max-width:767px){
	.mu_l{
		width:100%;
		padding:0;
		background:none;
	}
	.mur_comm .murc_box{max-height:inherit}
}