@charset "utf-8";
/*----------------------------------------------------------------------------------
---------------------------------インポート------------------------------------------
----------------------------------------------------------------------------------*/
@import url("./second.css");
/*----------------------------------------------------------------------------------
--------------------------------全デバイス共通---------------------------------------
----------------------------------------------------------------------------------*/
.genre_iconbox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	position: relative;
	margin:5px -2px 5px 0;;
}
.genre_iconbox > i{
	height: 20px;
	margin: 2px;
}
.genre_iconbox > i > img{
	height: 100%;
	width: auto;
}
.ranking_box{
	padding: 0 5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.ranking_box > li{width: 18.5%;}
.ranking_box > li a,
.ranking_box > li a > span{
	display: block;
	position: relative;
	transition: .35s;
}
.ranking_box > li a::after{
	width: 43px;
	height: 55px;
	content: " ";
	position: absolute;
	left: -10px;
	top: -30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.ranking_box > li:nth-child(1) a::after{background-image: url("../images/dp/discpier/ranking_icon01.png");}
.ranking_box > li:nth-child(2) a::after{background-image: url("../images/dp/discpier/ranking_icon02.png");}
.ranking_box > li:nth-child(3) a::after{background-image: url("../images/dp/discpier/ranking_icon03.png");}
.ranking_box > li:nth-child(4) a::after{background-image: url("../images/dp/discpier/ranking_icon04.png");}
.ranking_box > li:nth-child(5) a::after{background-image: url("../images/dp/discpier/ranking_icon05.png");}
.ranking_box > li a .textbox{
	font-size: 1.45rem;
	color: #615757;
	line-height: 1.4;
}
.genre_pickup_box,
.genre_pickup_box > li > a{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.genre_pickup_box::after{
	content: " ";
	display: block;
	width: 32%;
	height: 0;
}
.genre_pickup_box > li{
	width: 32%;
	margin-bottom: 75px;
}
.genre_pickup_box > li h3{
	position: relative;
	font-size: 1.7rem;
	letter-spacing: 0.0425em;
	padding-bottom: 18px;
	margin-bottom: 30px;
	font-weight: 500;
}
.genre_pickup_box > li h3::after{
	content: " ";
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #ec0303;
	bottom: 0;
	left: 0;
}
.genre_pickup_box > li > a > span{
	position: relative;
	display: block;
	line-height: 1.225;
}
.genre_pickup_box > li > a > span.leftbox,
.genre_pickup_box > li > a > span.rightbox .titlebox{transition: .35s;}
.genre_pickup_box > li > a > span.leftbox{width: 42%;}
.genre_pickup_box > li > a > span.rightbox{width: 56%;}
.genre_pickup_box > li > a > span.rightbox .titlebox,
.genre_pickup_box > li > a > span.rightbox .textbox{display: block;}
.genre_pickup_box > li > a > span.rightbox .titlebox{
	font-weight: 500;
	font-size: 1.425rem;
	margin-bottom: 5px;
}
.genre_pickup_box > li > a > span.rightbox .textbox{
	font-size: 1.3rem;
	color: #615757;
}
.genre_pickup_box > li .ex_info{
	background-color: #fffcd9;
	border: solid 1px #e0dca8;
	padding: 15px 5%;
	color: #615757;
	margin: 20px 0 10px;
	line-height: 1.4;
}
.genre_pickup_box > li .ex_info p{margin-bottom: 5px;}
.genre_pickup_box > li .ex_info a{
	font-weight: 500;
	color: #3c0808;
	text-decoration: underline;
}
.side_bannerbox{
	padding-left: 10%;
	margin-bottom: 20px;
}
.side_bannerbox ul li a img{
	display: block;
	width: 100%;
	height: auto;
}
.side_bannerbox ul li a span{
	font-size: 1.25rem;
	line-height: 1.35;
	color: #615757;
	display: block;
	opacity: .7;
	margin: 8px 0 15px;
}
.side_bannerbox ul li{margin-bottom: 10px;}

.second_sidebox_base .second_categorylist > li > a{

	color: #250505;
	font-weight: 500;
}
.second_sidebox_base .second_categorylist > li ul{
	display: block;
	margin: 10px 0 40px;
}
.second_sidebox_base .second_categorylist > li ul li{margin-bottom: 5px;}
.second_sidebox_base .second_categorylist.schedule_list > li ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
.second_sidebox_base .second_categorylist.schedule_list > li ul li{
	position: relative;
	font-size: 1.375rem;
}
.second_sidebox_base .second_categorylist.schedule_list > li ul li:not(:last-child){
	padding-right: 0.55em;
	margin-right: 0.55em;
}
.second_sidebox_base .second_categorylist.schedule_list > li ul li:not(:last-child)::after{
	position: absolute;
	content: " ";
	height: 100%;
	width: 1px;
	background-color: #bab9b9;
	top: 0;
	right: 0;
}

.second_sidebox_base .second_news01,
.second_sidebox_base .second_news02{
	padding: 20px 10% 10px;
	color: #615757;
	line-height: 1.5;
}
.second_sidebox_base .second_news02 li a{
	padding: 20px 0% 10px;
	color: #615757;
	line-height: 1.5;
}
.second_sidebox_base .second_news01 li{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.second_sidebox_base .second_news01 li:not(:last-child){border-bottom: solid 1px #ddd;}
.second_sidebox_base .second_news02 li{padding-bottom: 10px;}
#second_layout .lower_cate{
width:90%;
margin:0 auto 10px;
max-width: 1200px;
box-sizing: border-box;
}

#second_layout .lower_cate *{
box-sizing: border-box;
}


#second_layout .lower_cate ul{
width:100%;
display:flex;
flex-flow: row wrap;
background: #fff;
border: solid 1px #ccc;
border-radius: 10px;
padding:1em;
margin:0;
font-size:1.2rem;
}

#second_layout .lower_cate ul li{
width:25%;
margin:0;
padding:0;
}

#second_layout .lower_cate ul li a{
display: block;
padding: 3px;
margin: 0;
font-size: 1.5rem;
}

#second_layout .lower_cate ul li a:hover{
color:#e00;
}

@media screen and (max-width:767px){
#second_layout .lower_cate ul li{
width:33%;
margin:0;
padding:0;
}
}
@media screen and (max-width:481px){
#second_layout .lower_cate ul li{
width:50%;
margin:0;
padding:0;
}
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1001px){
	.ranking_box > li a:hover .textbox,
	.second_sidebox_base .second_news01 li a:hover,
	.second_sidebox_base .second_news02 li a:hover{
		text-decoration: underline;
		color: #ec0303;
	}
	.ranking_box > li a:hover .imgbox,
	.genre_pickup_box > li > a:hover > span.leftbox,
	.side_bannerbox ul li a:hover{opacity: .65;}
	.genre_pickup_box > li > a:hover > span.rightbox .titlebox,
	.genre_pickup_box > li .ex_info a:hover{color: #ec0303;}
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
	.second_sidebox_base.sponly_section{
		width: 110%;
		margin-left: -5%;
	}
	.second_sidebox_base.sponly_section .second_categorylist > li ul{display: none;}
	.second_sidebox_base.sponly_section .second_categorylist > li ul li{
		width: 50%;
		float: left;
	}
	.ranking_box,
	.genre_pickup_box{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap:nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		width: 105%;
		position: relative;
		padding: 0;
		/*margin-left: -5%;*/
	}
	.ranking_box li{
		flex: 0 0 40%;
		max-width:130px;
		width:100%;
		margin-right: 3.5%;
		justify-content:space-around;
	}
	.ranking_box li a{
		padding-top: 20px;
		display: block;
	}
	.ranking_box > li a::after{
		width: 30px;
		height: 40px;
		left: 1%;
		top: 0;
	}
	.ranking_box > li a .textbox{font-size: 1.3rem;}
	.genre_pickup_box > li > a{display: block;}
	.genre_pickup_box > li{
		margin-bottom: 30px;
		flex: 0 0 51%;
		margin-right: 5%;
	}
	
	.genre_pickup_box > li h3{
		font-size: 1.5rem;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.genre_pickup_box > li > a > span{line-height: 1.35;}
	.genre_pickup_box > li > a > span.leftbox,
	.genre_pickup_box > li > a > span.rightbox{
		width: 100%;
		box-sizing: border-box;
	}
	.genre_pickup_box > li > a > span.rightbox .titlebox,
	.genre_pickup_box > li > a > span.rightbox .textbox{display: block;}
	.genre_pickup_box > li .ex_info{
		padding: 13px 6%;
		margin: 15px 0 10px;
		line-height: 1.35;
		font-size: 1.3rem;
	}
	#section1 .tabstyle01{margin-bottom: 20px;}
	#section1{margin-top: 40px;}
	#section3{margin-top: 30px;}
	
	.side_bannerbox{padding:0 5%;}
	.side_bannerbox.side_bannerbox2 ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.side_bannerbox.side_bannerbox2 ul li{width: 48%;}
	.side_bannerbox ul li a span{
		font-size: 0.9rem;
		line-height: 1.2;
	}
	.side_bannerbox.side_bannerbox2 ul li:last-child{
		width: 100%;
		box-sizing: border-box;
		padding: 0 15%;
	}
	.second_sidebox_base .second_categorylist > li ul{margin: 5px 0 20px;}
	.second_sidebox_base .second_categorylist.schedule_list > li ul li{font-size: 1.35rem;}
	.second_sidebox_base .second_news01,
	.second_sidebox_base .second_news02{padding: 20px 5% 10px;}
	.second_sidebox_base .second_news01 li{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.second_sidebox_base .second_news02 li{padding-bottom: 10px;}
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1000px) and (min-width:641px){
	.genre_pickup_box > li{flex: 0 0 25%;}
	.side_bannerbox ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
	}
	.side_bannerbox ul li{
		width: 40%;
		margin: 20px 5%;
	}
	.side_bannerbox.side_bannerbox2 ul li{
		width: 32%;
		margin: 0 0 15px;
	}
	.side_bannerbox.side_bannerbox2 ul li:last-child{padding: 0 30%;}
	.ranking_box li{
		flex: 0 0 40%;
		max-width:100px;
		width:100%;
		margin-right: 3.5%;
		justify-content:space-around;
	}

}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:640px){
	.genre_iconbox{margin:3px -2px 3px 0;;}
	.genre_iconbox > i{
		height: 15px;
		margin: 1px;
	}
	


}