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

@disco

*****************************************--*/
html{
	overflow-y:scroll;
	font-size:14px;
}

#top-header{
	background:#c80032;
}

#wrapper{
	background-attachment:inherit;
	background:url(../../img/sp/disco/bg.jpg) no-repeat center 0px #000;
	background-size:100% auto;
}

#contents-inner{
	padding:61px 0 0;
	width:100%;
	/*max-height:1064px;*/
	margin:0 auto;
	position:relative;
	z-index:1;
}

#sub-ttl{
	display: block;
    padding: 0 0 25px 0;
    width: 100%;
}
#sub-ttl img{
	width:100%;
}

#disco-navi{
	width:300px;
	margin:0 auto;
}

#disco-navi li{
	float:left;
	width:94px;
	height:32px;
	display:block;
	background:#000;
	border:1px solid #c80032;
	text-align:center;
	margin: 0 3px 6px;
	text-align:center;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}


#disco-navi li.single{
	    letter-spacing: 0px;
}

#disco-navi li.album{
    letter-spacing: 0px;
	margin-left: 52px;
}



#disco-navi li.act{
	background:#c80032;
}

#disco-navi li p{
}

#disco-navi li p a{
	font-family: 'Michroma',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	color:#ff0040;
	text-decoration:none;
	line-height:30px;
	display:block;
}

#disco-navi li p a:hover{
	color:#fff;
}

#disco-navi li.act p a{
	color:#fff;
	cursor:default;
}




/*--****************

@index

****************--*/
.disco-item-container{
	width:94%;
	margin: 0 auto 10% auto;
}

.disco-item{
	float:left;
	width:48%;
	background:rgba(0,0,0,0.3) url(../../img/sp/common/box_bg.png) bottom right no-repeat;
	background-size:17px 15px;
	border:1px solid #c80032;
	margin:1%;
	padding:2%;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.disco-item a{
	color:#fff;
	text-decoration:none;
}



.disco-item-img{
	width:100%;
	overflow:hidden;
}

.disco-item-img img{
	width:100%;
	height:auto;
}

.disco-item-name{
	padding:3% 0;
	line-height:1.2em;
	
}

.disco-coming{
	font-family: 'Michroma',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    text-align: center;
    padding: 50px 0;
    color: #ff0040;
}


/*--****************

@detail

****************--*/
#detail-main-contents{
}

.disco-detail-main-container{
	width:88%;
	margin:0 auto;
	color:#000;
}

.disco-header{
	font-size:18px;
	color:#fff;
	position:relative;
	margin: 2% auto 3% auto;
}

.disco-header p{
	background:#000;
	padding:0 0 3% 5%;
}



.disco-detail-item-container{
}

.disco-free-box{
	width:100%;
	background:rgba(255,255,255,0.9);	
	border:3px solid rgba(0,0,0,0.9);
	padding:5% 3%;
    margin: 0 0 8% 0;
	font-size:13px;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.disco-detail-item{
	width:100%;
	background:rgba(255,255,255,0.9);	
	border:3px solid rgba(0,0,0,0.9);
	padding: 8% 5%;
    margin: 0 0 8% 0;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.detail-item-left{
}

.detail-item-img{
	width:100%;
	padding:0 0 3% 0;
}

.detail-item-img img{
	max-width:100%;
	height:auto;
}

.detail-item-right{
}

.detail-item-tag{
	font-size:10px;
	color:#c80032;
	line-height:1em;
	padding:0 0 3% 0;
}

.detail-item-ttl{
	font-size:16px;
	font-weight:bold;
	padding:0 0 3% 0;
	line-height: 1.2em;	
}

.detail-item-txt-container{
	font-size:14px;
}

.detail-item-txt-container p{
	line-height:1em;
	padding:0 0 3% 0;
}

.item-buy-btn{
	font-size:12px;
	background:#c80032;
	height:35px;
	line-height:35px;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
}

.item-buy-btn:hover{
	color:#c80032;
	background:#000;
	
}

.disk-name{
	font-weight:bold;
	padding: 5% 0 1% 0;
}

.disk div{
	padding:2% 0;
}

.disk div div{
	padding:0;
}


.disk-txt-1{
	padding: 0 0 3% 0;
}

.disk-txt-2{
	padding: 3% 0 0 0;
}

.detail-item-center{
	padding:3% 0 0 0;
	font-size:12px;
}


#back-container{
	width:88%;
	margin:0 auto;
	padding:0 0 10% 0;
}



/*--****************

@tokuten

****************--*/
.disco-tokuten-containe{
	width:88%;
	margin:0 auto;
	color:#000;
}

.disco-tokuten-inner{
	width:100%;
	background:rgba(255,255,255,0.9);	
	padding: 0 5% 8% 5%;
    margin: 0 0 8% 0;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.disco-tokuten-inner img{
	max-width:100%;
	height:auto !important;
}

.disco-tokuten-inner iframe{
	max-width:100%;
}


.tokuten-ttl{
	color:#c80032;
	font-size:24px;
	font-weight:bold;
}

.disco-tokuten-inner a{
	color:#c80032;
}

#sns-container{
	padding: 15px 0 20px 0;
    height: 20px;
}

#sns-container li{
	float:left;
	padding:0 10px 0 0;
}


/*--****************

@shop

****************--*/
#ec{
	
}

#ec #contents {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#ec h1 {
	text-align:center;
	font-size: 18px;
	line-height: 1.4em;
	padding:23px 0 39px;
}

#ec h2 {
	font-size: 12px;
	font-weight:normal;
	padding:0 10px;
	line-height: 1.8em;
	background-color: #bebab1;
	color: #FFF;
	display:block;
	width: 840px;
	margin:0 auto;
}
#ec .ecList {
	list-style-type: none;
	margin: 0;
	padding:10px 0 6px;
}
#ec .ecList li {
	padding:10px;
	float: left;
}
#ec .col {
	margin: 0 0 5em;
}
