@charset "UTF-8";

/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
body {
    width: 100%;
    font-size: 14px;
    background-color: #000;
    background-image: url("../img/bg_body.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}

#fixed-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
    font-size: 0;
}

.inner_box {
    width: 960px;
    margin: 0 auto;
}


/*--------------------------------------------------------------------------------
　▼ 設定　
--------------------------------------------------------------------------------*/
ul.inline_block { font-size: 0;}
ul.inline_block li { display: inline-block; font-size: 14px; vertical-align: top;}
span.br:before { content: "\A" ; white-space: pre ;}


/*--------------------------------------------------------------------------------
　▼ mobile_header　
--------------------------------------------------------------------------------*/
#m_header { display: none;}
#menu { display: none;}


/*--------------------------------------------------------------------------------
　▼ header　
--------------------------------------------------------------------------------*/
#header { padding: 20px 0 0;}
.main { padding: 30px 0;}


/*--------------------------------------------------------------------------------
　▼  共通　
--------------------------------------------------------------------------------*/
.anchor-point {
    position: relative;
    top: -85px;
}

.box { padding: 40px 0 30px;}
.box_title {
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid #fff;
}

.in_box { padding: 40px 0 0;}
#discography .in_box { padding: 60px 0 0;}

audio { width: 300px;}

/*--------------------------------------------------------------------------------
　▼ メニュー　
--------------------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 960px;
    margin: 0 auto;
    z-index: 10000;
}
.nav_box { background: #000;}
ul.nav-pc { width: 90%; margin: 0 auto;}
ul.nav-pc li {
    display: inline-block;
    text-align: center;
    width: 20%;
    padding: 10px 0;
}
ul.nav-pc li a {
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    border-left: 1px solid #fff;
}
ul.nav-pc li:last-child a { border-right: 1px solid #fff;}


/*--------------------------------------------------------------------------------
　▼ NEWS
--------------------------------------------------------------------------------*/
table.news_table { height: auto;}
table.news_table tr td {
    width: 100%;
    padding: 0 0 10px;
    letter-spacing: 0.1em;
}

.blog_link {

}
.blog_link a {
    padding: 5px 10px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
}
/*--------------------------------------------------------------------------------
　▼ BIOGRAPHY
--------------------------------------------------------------------------------*/
.title_box {
    background: #666666;
    padding: 5px 15px;
    font-size: 18px;
}

#biography .fl,
#biography .fr {
    width: 48.5%;
    background: #fff;
    padding: 20px;
    color: #000;
    margin: 25px 0 0;
    min-height: 527px;
}

.profile_box {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.photo,
.name {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.name { color: #666; text-align: center; position: relative;}
.name span.font25 { font-size: 25px; color: #000;}

.text_box {
    padding: 20px 15px;
    line-height: 2em;
}


/*--------------------------------------------------------------------------------
　▼ DISCOGRAPHY
--------------------------------------------------------------------------------*/
.yellow01 {
    font-size: 20px;
    color: #ffff00;
    padding: 0 0 15px;
}
.yellow02 {
    color: #ffffcc;
    padding: 0 0 15px;
}
.cd_text { line-height: 2em;}

ul.ul01 { padding: 30px 0 0;}
ul.ul01 li {
    width: 31%;
    margin: 0 0 30px;
    text-align: center;
}
ul.ul01 li:nth-child(3n - 1) { margin: 0 3.5% 30px;}
table tr th { width: 20%; text-align: right; padding: 10px 0 0;}
table tr td { width: 80%; text-align: left; padding: 10px 0 0;}
table,
table.table01,
table.table02 { min-height: 77px; width: 80%; margin: 0 auto;}
table.table01 tr th {
    width: 20%;
    padding: 10px 0 0;
    text-align: right;
}
table.table01 tr td {
    padding: 10px 0 0;
    width: 80%;
    text-align: left;
}

table.table02 { min-height: 77px; width: 80%; margin: 0 auto;}
table.table02 tr th {
    width: 20%;
    padding: 10px 0 0;
}
table.table02 tr td {
    padding: 10px 0 0;
    width: 80%;
    text-align: left;
}

.img_box {
    padding-top: 100%;
    font-size: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.link { padding-top: 20px;}
.cd_title { font-size: 18px; color: #ffffcc; padding: 10px 0 20px;}
.price { font-size: 16px;}


.sound_box { width:400px; text-align: center; margin: 0 auto; padding: 20px 0 80px;}
.sound_txt { float: left; width: 140px; padding-bottom: 20px;}
.sound_btn { float: right; padding-bottom: 20px;}
.clear { clear:both;}



/*--------------------------------------------------------------------------------
　▼ SPECIAL
--------------------------------------------------------------------------------*/
#special .in_box { padding: 40px 0;}
#special .movie_box {
    text-align: center;
    width: 465px;
    margin: 0 auto;
}
#special .fl { text-align: right; width: 50%; padding-right: 1%;}
#special .fr { text-align: left; width: 50%; padding-left: 1%;}


/*--------------------------------------------------------------------------------
　▼ footer
--------------------------------------------------------------------------------*/
#footer {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}