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


/* font */
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 100;
src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 200;
src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.otf) format('opentype');
}



body {
font-size: 12px;
background-color: #000;
font-family: Helvetica, MS Sans Serif, 'Noto Sans Japanese', sans-serif;
color: #FFFFFF;
position:relative;
}

body a{
color:#FFF;
}


.clearfix:after {
content: "";
display: block;
clear: both;
}


.marginAnchor {
height:auto;
position:absolute;
top:-80px;
}

#disco .marginAnchor{
top:-220px;
}


/*背景アー写*/
#fullbg_stretch{
top:-10% !important;
}


/* スライドショー用CSS
--------------------------- */
.fullSlider {
width: 100%;
/*height:auto !important;*/
min-height:500px;
text-align: left;
position: relative;
overflow: hidden;
}
.fullSlider ul,
.fullSlider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.fullSlider ul li {
    position: relative;
}
.fullSlider ul li img {
    top: 50%;
    left: 50%;
    position: absolute;
}


.fullViewWrap {
    top: 0;
    position: fixed; /* absolute or fixed */
    overflow: hidden;
}

/* SideNavi
------------------------- */
.fullSlider .btnPrev,
.fullSlider .btnNext {
    margin-top: 25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlider .btnPrev {
    left: 10px;
    background: transparent url(../img/renew/arrow_left.png) no-repeat center center;
}
.fullSlider .btnNext {
    right: 10px;
    background: transparent url(../img/renew/arrow_right.png) no-repeat center center;
}

/* PagiNation
--------------------------- */
.pagiNation {
display:none;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 110; /* 非表示にする場合は「90」以下に */
    visibility: visible; /* 非表示にする場合は「hidden」に */
}
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


/* =======================================
    ClearFixElements
======================================= */
.fullSlider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.fullSlider ul {
    display: inline-block;
    overflow: hidden;
}


.fullSlider .cover{
position:absolute;
top:0;
z-index:3;
}

/*背景アー写 end*/

/*wrapper*/
#wrapper{
height: 100%;
position: relative;
}
/*wrapper eng*/

/*ヘッダー*/
#header {
width: 100%;
padding:25px 0;
position: fixed;
z-index: 200;
top: 0px;
background-color: #000;
border-bottom:solid 1px #333;
}

#headerInner {
width: 1060px;
margin: 0px auto;
}

#officialLogo {
  text-align:center;
}
#officialLogo a{
  display: inline-block;
}

.glovalMenu ul {
margin: 25px 0 0 0;
text-align:center;

}
.glovalMenu ul li {
display:inline-block;
margin: 0 10px;
font-family: 'Open Sans', sans-serif;
text-align:center;
}


.glovalMenu ul li.last a{
color:#F00;
font-weight:bold;
}

.glovalMenu ul li a{
font-size:13px;
letter-spacing:0.1em;
color:#FFF;
text-decoration:none;
}

#header.fixed {
height: 65px;
position: fixed !important;
top: -70px;
left: 0;
z-index: 999;
}

#header.vanish{
height: 65px !important;
position: fixed !important;
top: -70px;
left: 0;
z-index: 999;
padding:0;
}

#header.vanish #officialLogo{
display:none !important;
}

.headerTop{
height:60px;
z-index: 999 !important;
}

#top .topMenu,#news .newsMenu,
#live .liveMenu,#media .mediaMenu,
#bio .bioMenu,#disco .discoMenu,
#goods .goodsMenu,#fanclub .fanclubMenu{
padding:0 0 3px;
border-bottom:solid 1px #FFF;
pointer-events: none;
}



a.menu,
a.menu:visited,
a.menu:hover,
a.menu:active,
a.txtLink,
a.txtLink:visited,
a.txtLink:hover,
a.txtLink:active{
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
position:relative;
transition:0.5s color ease;
text-decoration:none;
color:#FFF;
}



a.after:after{
width:0;
height:1px;
content: "";
transition:0.2s all ease;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
position:absolute;
bottom:-0.35em;
background:#FFF;
}

a.menu:after,
a.txtLink:after{
left:0;
}
a.txtLink:after{
height:1px;
background:#EEE;
transition:0.15s all ease;
}

a.after:hover:after{
width:100%;
}

a.txtLink:hover{
color:#FFF !important;
}


/*ヘッダー end*/

/*トップコンテンツ*/

#contents {
width: 100%;
height:100%;
padding: 30px 0 0px;
position: relative;
}

.topTit{
padding:25px 0 30px;
font-family: 'Open Sans', sans-serif;
font-size:18px;
font-weight:400;
text-align:center;
color:#FFF;
letter-spacing:0.1em;
}

.topTit:before{
display: inline-block;
content: "";
width:16px;
height:16px;
padding-right: 5px;
vertical-align: -1.3px;
background:url(../img/renew/ico_news.png) no-repeat;
}

.scrollWrap{
width:100%;
height:240px;
margin:0 auto;
position:absolute;
z-index:5;
background:rgba(0,0,0,0.7);
}

#topNews{
width:900px;
margin:0 auto;
}

#topNews a{
display: inline-block;
width: auto;
padding:0;
color: #DDD;
font-size: 12px;
margin-left: 12px;
}


#topNews .newsList{
padding:0;
margin:0;
}

#topNews .newsList li{
padding-bottom: 20px;
}

.newsList .date{
padding:0 5px 0 0;
font-size:12px;
color:#DDD;
line-height:1.4em;
letter-spacing:0.05em;
}

.newsList .cat{
display: inline-block;
width:30px;
padding:0px 2px;
border:solid 1px #999;
font-size:10px;
color:#DDD;
text-align: center;
line-height: 1.4em;
}
.newsList .new {
color: #f00;
}

/*#live .newsList .cat{
width:55px;
}

#media .newsList .cat{
width:60px;
}
*/
.newsList li{
padding-bottom:80px;
font-size:12px;
line-height:1.5em;
}

#topNews .more {
padding:10px 0;
border-top:solid 1px #333333;
text-align:right;
}

#topNews .more a{
display:inline;
text-decoration:none;
font-size:11px;
color:#bbb;
letter-spacing:0.05em;

}


.newsList .more a:hover{
color:#FFF;
}

.scrollBtn {
width: 50px;
margin: auto;
position: fixed;
bottom: 20px;
left: 0;
right: 0;
z-index: 4;
cursor:pointer;
}

.scrollBtn img{
width:40px;
}

#loading {
width: 100%;
height: 100%;
background: #000;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
}

.loading {
display: block;
width: 0;
height: 1px;
background: #666;
position: fixed;
top: 50%;
left: 0;
z-index: 1;
}
.contentBar {
width: 90px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;
}

.barlittle {
border-left: 1px solid #FFF;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
width: 10px;
height: 10px;
float: left;
margin-left: 5px;
opacity: 0.1;
-moz-transform: scale(0.7);
-webkit-transform: scale(0.7);
-moz-animation: move 1s infinite linear;
-webkit-animation: move 1s infinite linear;
}


#block_1{
-moz-animation-delay: .4s;
-webkit-animation-delay: .4s;
}
#block_2{
-moz-animation-delay: .3s;
-webkit-animation-delay: .3s;
}
#block_3{
-moz-animation-delay: .2s;
-webkit-animation-delay: .2s;
}
#block_4{
-moz-animation-delay: .3s;
-webkit-animation-delay: .3s;
}
#block_5{
-moz-animation-delay: .4s;
-webkit-animation-delay: .4s;
}
#block_1 {
-moz-animation-delay: .4s;
-webkit-animation-delay: .4s;
}

/*トップコンテンツ end*/




/* 共通 */
.section{
width:900px;
padding:20px 0;
margin:130px auto 0;
}


#autopager{
padding: 20px 0 80px !important;
}

body{ scrollbar-base-color: #000; }
body::-webkit-scrollbar{ width: 5px; height: auto; }
body::-webkit-scrollbar-track{ background: #000; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); }
body::-webkit-scrollbar-thumb{ background:#333; }

div{ scrollbar-base-color:#000; }
div::-webkit-scrollbar { width: 3px; height: auto; }
div::-webkit-scrollbar-track { background: #000; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); }
div::-webkit-scrollbar-thumb { background:#000; }

.contTit{
margin-bottom:50px;
font-family: 'Open Sans', sans-serif;
font-size:25px;
font-weight:400;
color:#FFF;
letter-spacing:0.06em;
text-align:center;
}

.contTit a{
text-decoration:none;
}

.contTit span{
display:inline-block;
padding-bottom:15px;
border-bottom:solid 3px #FFF;
}

.subTit{
padding-top:10px;
margin-bottom:15px;
font-size:16px;
line-height:1.6em;
font-weight:bold;
color:#FFF;
}

.back{
padding-bottom: 50px;
}

.back a{
display:block;
width:200px;
padding:10px;
margin:0 auto 60px;
/*border-bottom:solid 1px #333;*/
position:relative;
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:13px;
line-height:1.6em;
text-align:center;
text-decoration:none;
transition: all 0.3s;
}


.footer{
width:100%;
margin-top:15px;
border-top:solid 1px #333;
padding:10px 0;
position:fixed;
bottom:0;
background:#000;
}



#top .footer{
margin-top:0;
border:none;
position:relative;
}

.copyright{
float:left;
padding-left: 20px;
text-align:center;
font-family: 'Open Sans', sans-serif;
}

.copyright a{
font-size:10px;
color:#777;
text-decoration:none;
transition:0.5s color ease;
}

.copyright a:hover{
color:#FFF;
transition:0.2s color ease;
}

.linkCopy{
overflow:hidden;
float:right;
}

.linkCopy li{
display:inline-block;
margin-right: 10px;
font-family: 'Open Sans', sans-serif;
}
/*
.linkCopy .fcLink a:after{
display: inline-block;
content: "";
width:9px;
height:9px;
margin:0 5px;
vertical-align: -1.3px;
background:url(../img/renew/ico_arrow_gry.jpg) no-repeat;
}
*/

.linkCopy .fcLink a img,
.linkCopy .topLink a img
{
opacity:0.6;
transition:0.5s color ease;
}


.linkCopy .fcLink a:hover img,
.linkCopy .topLink a:hover img
{
opacity:1;
transition:0.5s color ease;
}


.linkCopy .fcLink a{
transition:0.5s color ease;

}


.linkCopy a:hover{
color:#FFF;
transition:0.2s color ease;

}
/*
.linkCopy .topLink a:after{
display: inline-block;
content: "";
width:9px;
height:9px;
margin:0 5px;
padding-right: 5px;
vertical-align: -1.3px;
background:url(../img/renew/ico_arrow_top.jpg) no-repeat;
}
*/


.linkCopy li a{
font-size:10px;
color:#777;
text-decoration:none;
}

.attentionTxt{
font-size:11px;
color:#999;
line-height:1.5em;
}

.newsList .cap{
float:left;
margin-right:15px;
}

.newsList .infoDetail{
font-size:18px;
font-weight:bold;
line-height:1.6em;
color:#FFF;
padding:0 0 15px;
/*width: 587px;
float: left;*/
}

#liveArea .newsList .infoDetail{
width:562px;
}

#mediaArea .newsList .infoDetail{
width:557px;
}

.newsList{
/*padding:0 80px;*/
margin-bottom:60px;
}

.newsList .infoDetail .new,
#mediaArea .newsList .infoDetail .new,
.newsList .new {
color: #f00;
}

.newsList a{
display: inline-block;
color: #3498db;
text-decoration: none;
width:100%;
}

.newsList .cap{
margin-bottom:5px;
color:#DDD;
}

.newsList a{
padding:10px 10px 5px;
text-decoration:none;
line-height:1.5em;
color:#FFF;
font-size:14px;
}

.newsList a:hover{
color:#FFF;
}
.newsList .noData {
font-size: 14px;
color: #ddd;
text-align: center;
}

/*ニュースエリア*/

.topicDate{
display: block;
width: 100px;
float: left;
}

.topicDate p{
color: #bbb;
vertical-align: middle;
font-size: 17px;
letter-spacing: 0.01em;
font-family: 'Open Sans', sans-serif;
}

.topicDate .cat{
display: block;
width: 87px;
padding:4px 0 3px 0;
border: solid 1px #333;
margin-bottom: 11px;
font-size: 11px;
text-align: center;
letter-spacing: 0.02em;
font-family: 'Open Sans', sans-serif;
}


.topicDate .new{
display: inline-block;
padding-bottom: 3px;
color: #F00;
font-size: 13px;
}

.newsBody{
padding-left: 30px;
margin-left: 118px;
border-left: 1px solid #333;
}

.linkTxt {
  padding: 10px;
  position: relative;
}

.changeBorder::after,
.changeBorder::before,
.changeBorderInner::after,
.changeBorderInner::before {
  background-color: #bbb;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
/* 左上へ配置 */
.changeBorder::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.changeBorder::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.changeBorderInner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.changeBorderInner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* hover */
.changeBorder:hover::after,
.changeBorder:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.changeBorder:hover .changeBorderInner::after,
.changeBorder:hover .changeBorderInner::before {
  height: 100%;
  height: calc(100% + 1px);
}


/* NEWSページ */



.newsTxt {
margin-bottom: 12px;
font-size: 14px;
color:#ddd;
line-height:1.8em;
}

.newsTxt img{
max-width:720px;
padding-bottom: 2em;
}

.sectionInr{
padding:0px 90px;
margin-bottom:50px;
/*background:#111;
border:solid 1px #333;
*/
}


.sectionInr span.new{
color: #ff0000;
}

.sectionInr a{
color:#bbb;
text-decoration:none;
transition:0.5s color ease;
}

.sectionInr a:hover{
color:#FFF;
text-decoration:none;
transition:0.2s color ease;
}
.sectionInr .date{
font-weight:bold;
color:#FFF !important;
}

/*  管理画面用 */
.news-disco-box {
	width:100%;
}

.news-disco-box-s {
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 30px;
}

.news-disco-line-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 30px;
}

.news-disco-line-top-gray {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 30px;
}

.news-disco-right {
	float: right;
	width: 450px;
}

.news-disco-left {
	float: left;
	margin: 0 0 0 0px;
	width:230px;
}

.news-disco-left img {
	margin: 0 0 4px 0;
}

.news-disco-jaket {
	margin-bottom: 24px;
}

.news-disco-date {
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
}

.news-disco-tit {
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	margin-bottom: 12px;
}

.news-disco-txt {
	line-height: 14px;
	color: #bbbbbb;
}

/*LIVEページ*/

#live .contTit{
margin-bottom:30px;
}

#liveCategory{
width:393px;
margin:0 auto 60px;
border:solid 1px #EEE;
border-right:none;

}

#liveCategory .catBtn a{
display:block;
width: 130px;
height:35px;
float:left;
border-right:solid 1px #EEE;
position:relative;
color:#FFF;
font-size:13px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
text-align:center;
line-height:35px;
text-decoration:none;
transition: all 0.3s;
}
#liveCategory .catBtn a:hover{
background-color:#DDD;
color:#000;
transition: all 0.3s;

}

/*
#liveCategory .catBtn a:hover,
#liveCategory .catBtn a:active {
color:#000;
}
#liveCategory .catBtn a:after {
width:0%;
height:100%;
background-color:#FFF;
content:"";
position:absolute;
top:0;
left:0;
transition:all 0.3s;
z-index:-1;
}


#liveCategory .catBtn a:hover:after,
#liveCategory .catBtn a:active:after {
background-color:#FFF;
width:100%;
}
*/

#liveCategory .catBtn a.on{
background-color:#FFF;
color:#000;
}
.detailBox {
width:195px;
float:left;
border:solid 1px #333;
border-right:none;
border-bottom:none;
top:100px;
}

#live .fix{
position:fixed;
}


ul.yearLine{
width:65px;
float:left;
}

ul.yearLine li {
text-align:center;
border-bottom:solid 1px #333;
border-right:solid 1px #333;
}



ul.yearLine li a{
display:block;
width: 65px;
height:30px;
position:relative;
color:#FFF;
font-size:13px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
text-align:center;
line-height:30px;
text-decoration:none;
transition: all 0.3s;
}


ul.yearLine li a:hover,
ul.yearLine li a:active {
color:#000;
}
ul.yearLine li a:after {
width:0%;
height:100%;
background-color:#DDD;
content:"";
position:absolute;
top:0;
left:0;
transition:all 0.3s;
z-index:-1;
}
ul.yearLine li a:hover:after,
ul.yearLine li a:active:after {
background-color:#DDD;
width:100%;
}

.detail-box {
width:650px;
float:right;
position:relative;
}

.live-tit{
font-size:16px;
font-weight:bold;
margin-bottom:10px;
color:#FFF;

}

.live-txt{
font-size: 12px;
line-height: 2.3em;
margin-bottom:20px;
color:#FFF;
}

.liveTit{
font-size:13px;
color:#FFF;
margin-bottom:20px;
display:none;
}

#live .pageTop{
display:none;
}

#live .current{
background:#FFF;
color:#000;
}



/* MEDIAページ */

#mediaCategory{
width:505px;
margin:0 auto 60px;
border:solid 1px #EEE;
border-right:none;

}

#mediaCategory .catBtn a{
display:block;
width: 100px;
height:35px;
float:left;
border-right:solid 1px #EEE;
position:relative;
color:#FFF;
font-size:13px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
text-align:center;
line-height:35px;
text-decoration:none;
transition: all 0.3s;
}

#mediaCategory .catBtn a:hover{
color:#000;
background:#DDD;
transition: all 0.3s;
}

#mediaCategory .catBtn a.on{
background:#FFF;
color:#000;
}

/*
#mediaCategory .catBtn a:hover,
#mediaCategory .catBtn a:active {
color:#000;
}
#mediaCategory .catBtn a:after {
width:0%;
height:100%;
background-color:#FFF;
content:"";
position:absolute;
top:0;
left:0;
transition:all 0.3s;
z-index:-1;
}
#mediaCategory .catBtn a:hover:after,
#mediaCategory .catBtn a:active:after {
background-color:#FFF;
width:100%;
}
*/


/* BIOGRAPHYページ */


#bioImg {
width:100%;
margin:0 0 20px;
position:relative;
text-align: center;
}

#bioImg .cover img{
position:absolute;
width:100%;
top:0;
left:0;
}

#bioImg img{
width:100%;
}

#bioTxt {
/*width:700px;
background:#111;*/
padding:40px 70px;
margin:0 auto 50px;
font-size: 14px;
color:#FFF;
line-height:2em;
position:relative;
}

.bio_btn_text,.bio_btn_pagetop{
display:none;
}

.titBar {
background-color: #000;
width: 100%;
}

.marginAnchorBio {
height:auto;
position:absolute;
top:-60px;
}


/* DISCOGRAPHYページ */

#discoArea{
position:relative;

}

.catWrap{
width:900px;
padding:30px 0;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.13) 0%, rgba(0,0,0,0.2) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0.2) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21000000', endColorstr='#33000000',GradientType=0 );

}

#discoCategory{
width:707px;
margin:0 auto ;
border:solid 1px #EEE;
border-right:none;
position:relative;
z-index:100;
}

.discoTit{
margin-bottom:30px;
padding-bottom: 8px;
border-bottom:solid 1px #333;
position:relative;
z-index:98;
font-size:20px;
font-weight:400;
color:#FFF;
font-family: 'Open Sans', sans-serif;
letter-spacing:0.1em;

}

#disco .fix{
margin-left: -450px;
position: fixed;
top: 50px;
left: 50%;
z-index: 99;
}

#discoCategory .catBtn a{
display:block;
width: 100px;
height:35px;
float:left;
border-right:solid 1px #EEE;
position:relative;
color:#FFF;
font-size:13px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
text-align:center;
line-height:35px;
text-decoration:none;
background:#000;
transition: all 0.3s;
}
#discoCategory .catBtn a:hover{
background:#DDD;
transition: all 0.3s;
color:#000;
}


/*
#discoCategory .catBtn a:hover,
#discoCategory .catBtn a:active {
color:#000;
}
#discoCategory .catBtn a:after {
width:0%;
height:100%;
background-color:#DDD;
content:"";
position:absolute;
top:0;
left:0;
transition:all 0.3s;
z-index:-1;
}
#discoCategory .catBtn a:hover:after,
#discoCategory .catBtn a:active:after {
background-color:#DDD;
width:100%;
}
*/
#discoCategory .catBtn a.on{
background:#FFF;
color:#000;
pointer-events: none;

}



.discography-box {
width:100%;
margin-top: 40px;
}

.discography-box-s {
width:100%;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #333333;
padding-top: 30px;
}

.discography-line-top {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
margin-top: 30px;
}

.discography-line-top-gray {
width: 100%;

border-top-width: 1px;
border-top-style: solid;
border-top-color: #333333;
margin-top: 30px;
}

.discography-right {
float: right;
width: 690px;
}

.discography-left {
float: left;
margin: 0 0 0 50px;
width:230px;
}

.discography-left img {
margin: 0 0 4px 0;
}

.discography-jaket {
margin-bottom: 24px;
}

.discography-date {
font-size: 12px;
line-height: 18px;
font-weight: bolder;
}

.discography-tit {
font-size: 12px;
line-height: 18px;
font-weight: bolder;
margin-bottom: 12px;
}

.discography-txt {
line-height: 14px;
color: #bbbbbb;
}

.discoBox{
position:relative;
}
.thumbArea {
margin-bottom:50px;
}

.thumbBox {
width:160px;
float:left;
overflow:hidden;
margin-bottom: 10px;
padding-right: 20px;
}

.thumbBox img {
text-align: center;
display: block;
height: 150px;
margin: 0 auto;
}


.thumbBox:nth-child(5n) {
padding-right:0;
}

.thumbBox a.cdThum{
display:block;
width:160px;
/*height:160px;
border:solid 1px #333;*/
overflow:hidden;
position:relative;
}

.thumbBox img {
text-align: center;
display: block;
height: 150px;
/*width: 160px;
position: absolute;*/
}

.sequential {
    display: inline-block;
    padding: 1px 3px;
    border: solid 1px #999;
margin-top:10px;
    font-size: 10px;
    color: #DDD;
line-height:1.3em;
    text-align: center;
}
.sequential02 {
font-size:10px;
font-weight:lighter;
margin:0;
}

.thumb-tit {
font-weight:bolder;
font-size:11px;
margin:5px 0 0 0;
line-height:16px;
}

.thumb-tit a{
font-size:11px;
line-height:1.4em;
color:#FFF;
font-weight:bold;
text-decoration:none;
}

.thumb-tit02 {
font-weight:bolder;
margin:4px 0 0 0;
line-height:16px;
}


.on-sale {
margin:6px 0 0 0;
font-size:10px;
color:#bbb;
}


.leftClm{
float: left;
margin: 0 30px 0 0;
width: 230px;
}

.rightClm{
width: 440px;
float: right;
line-height:1.5em;
}

#disco .date{
margin-bottom: 5px;
font-size: 12px;
line-height:1.4em;
color:#fff;
font-weight:bold;
}
#disco .tit{
width:100%;
margin-bottom: 5px;
font-size: 16px;
text-align:left;
line-height: 1.4em;
color:#fff !important;
font-weight: bold;
background:#000;
}

#disco .caption{
margin-bottom: 15px;
font-size: 11px;
line-height:1.4em;
color:#bbb;
font-weight:bold;
}

.songList li{
margin-bottom:5px;
font-size:11px;
color: #bbbbbb;
}
/* GOODSページ */

#goodsArea{
/*width:920px;*/
}



.goodsEvent{
display:none;
}

.eventGoods{
font-size:18px;
line-height:1.6em;
font-weight:bold;
color:#FFF;
margin:0 0 20px 30px;
}

.goodsBox{
width: 650px;
float: right;
margin: 0 0 30px 10px;
}

.goodsImg{
width:250px;
float:left;
margin: 0 10px 10px 0;
}

.goodsImg img{
width:250px;
}

.goodsLeft{
overflow:hidden;
margin: 0 0 0 30px;
}

.goodsLeft br{
display:none;
}

.goodsRight{
margin: 0 0 0 30px;
}

.goodsTit{
font-size:15px;
color:#FFF;
font-weight:bold;
margin-bottom:10px;
}

.goodsTxt{
font-size:12px;
color:#bbb;
line-height:1.4em;
}

#mokuji {
width:220px;
margin:0 0 60px 0;
float:left;
/*border:solid 1px #333;
border-bottom:none;
*/
}
#mokuji a {
display:block;
width:200px;
padding:10px;
margin-bottom:10px;
/*border-bottom:solid 1px #333;*/
position:relative;
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:12px;
line-height:1.6em;
text-align:left;
text-decoration:none;
transition: all 0.3s;
}


/*
#mokuji a:hover,
#mokuji a:active {
color:#000;
}
#mokuji a:after {
width:0%;
height:100%;
background-color:#DDD;
content:"";
position:absolute;
top:0;
left:0;
transition:all 0.3s;
z-index:-1;
}
#mokuji a:hover:after,
#mokuji a:active:after {
background-color:#DDD;
width:100%;
}

*/
#mokuji a.current{
padding: 10px 11px 10px 10px;
background:#FFF;
color:#000;
}

.empty #mokuji {
  width: 100%;
  margin: 0 0 60px 0;
  float: none;
  text-align: center;
}
.empty #mokuji .text{
  padding:0 0 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.empty #mokuji a{
  margin: 0 auto;
}
.empty #mokuji  a {
  width:300px;
}

/* FAN CLUBページ */



.fcBox .lead{
margin-bottom:20px;
font-size:13px;
line-height:1.6em;
color:#FFF;
}

.tokuten{
display:table;
width:100%;
border:solid 1px #333;
}


.tokuten dt{
display:table-cell;
padding:10px 0;
vertical-align: middle;
background:#FFF;
text-align:center;
font-size:16px;
font-weight:bold;
color:#000;
}

.tokuten dd{
display:table-cell;
padding:10px 15px;
color:#FFF;
font-size:14px;
}

.tokuten dd .present{
display:table;
}

.tokuten dd .present li.first{
width:120px;
}

.tokuten dd .present li{
display:table-cell;
width:250px;
padding: 10px 0
}

.phTokuten{
padding:30px 0;
}

.pao-tokuten {
float: left;
width: 250px;
margin-right:65px;
}

.card{
margin-bottom:10px;
}

.fcTit{
border-bottom: 1px solid #333;
margin-bottom: 25px;
padding-bottom: 10px;
font-size:15px;
color:#FFF;
font-weight:bold;
}

#kaihi {
width: 100%;
margin-bottom:50px;
}

#kaihi td {
border: 1px solid #333;
padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
color:#FFF;
}

#kaihi2 {
width: 100%;
margin-bottom:10px;
}

#kaihi2 td {
border: 1px solid #333;
padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
color:#FFF;
}


.tit {
width: 100px;
background-color: #FFF;
font-weight: bolder;
color: #000;
border-bottom: 1px solid #000;
text-align: center;
color:#000 !important;

}

.submit{
text-align:center;
margin-bottom:80px;
}

.submit2{
text-align:center;
margin-top:50px;
margin-bottom:80px;
}
