@charset "utf-8";
/*

ファイルごとに異なったスタイル

*/

/*======================================

	DISCOGRAPHY

=======================================*/

/* NEWS */
.discographies .content{
	background: url(../img/disco/bg_elephant.jpg) no-repeat 16px bottom;
	background-size: 70% auto;
	padding-bottom: 60%;
}
.discographies.detail .content{
	background: none;
	padding-bottom: 90px;
}
.discographies .content > section > h1{
	width: 240px;
	height: 24px;
	background: url(../img/disco/ti_disco.gif) no-repeat 0 0;
	background-size: 100% auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

.content > section > h1 span{
	display: none;
}


.category_wrap{
	max-width: 100%;
	overflow-x: scroll;
}
.categories{
	font-family: Futura;
	font-size: 0;
	text-align: center;
	margin-bottom: 25px;
	padding: 0 16px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 2px solid #c6ccd2;
}
.categories li{
	display: inline-block;
	font-size: 14px;
	margin: 0 3%;
}
.categories li:first-child{
	margin-left: 0;
}
.categories li:last-child{
	margin-right: 0;
}

#discographyContainer{
	float: left;
	overflow: hidden;
}
.disco_wrap{
	overflow: hidden;
}
.disco_detail{
	overflow: hidden;
}

.jacket{
	font-size: 12px;
}
.jacket .title{
	position: relative;
}
.jacket h2{
	text-align: center;
	margin: 0 16px;
	margin-bottom: 10px;
	padding: 0 16px;
}
.jacket .back{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 20px;
}
.jacket dt{
	padding-bottom: 12px;
}
.jacket dt img{
	width: 100%;
	height: auto;
}
.jacket dd{
	font-size: 14px;
	padding: 0 16px;
}
.jacket .release{
	text-align: right;
	font-size: 10px;
	padding-bottom: 18px;
}
.jacket .buy_btn{
	padding-top: 35px;
	padding-bottom: 35px;
}
.jacket .buy{
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: url(../img/disco/bg_buy.gif) no-repeat left center;
	background-size: 100% auto;
	margin-top: 10px;
	text-align: center;
	font-family: Futura;
	letter-spacing: 1px;
}
.jacket .buy:first-child{
	margin-top: 0;
}
.jacket .buy a{
	color: #fff;
	display: block;
	box-sizing: border-box;
}

.tunes{
	font-size: 14px;
	padding: 0 16px;
}
.tunes h2{
	margin-bottom: 25px;
}
.tunes dt{
	font-size: 24px;
	font-weight: bold;
}
.tunes .disc_num{
	font-family: Futura;
	line-height: 1;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
.tunes .list{
	margin-top: 35px;
}
.tunes .list:first-child{
	margin-top: 0;
}
.tunes li{
	padding: 5px 0;
	border-bottom: 1px dashed #333333;
}
.tunes li:first-child{
	border-top: 1px dashed #333333;
}

.others_in h3{
	font-weight: normal;
	margin-bottom: 8px;
}
.others_in > ul > li{
	border-bottom: 1px solid #c6ccd6;
	text-align: center;
}
.others_in > ul > li span{
	padding: 8px 0;
	background: url(../img/common/bg_list_off.png) no-repeat right center;
	background-size: 21px auto;
}
.others_in > ul > li:first-child span{
	padding-top: 0;
}
.others_in > ul > li.on span{
	background: url(../img/common/bg_list_on.png) no-repeat right center;
	background-size: 19px auto;
}
.others_in > ul > li:hover{
	cursor: pointer;
}
.others_in > ul > li span{
	width: 100%;
	display: block;
	text-align: left;
}


.others_block{
	overflow: hidden;
	display: none;
	padding-top: 12px;
	padding-bottom: 12px;
}
.others_block li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
.others_block li:nth-child(4n){
	margin-right: 0;
}

.others_block_list{
	width: 23.5%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	border-bottom: none !important;
}
.others_block_list:nth-child(4n){
	margin-right: 0;
}
