@charset "UTF-8";

/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
body {
    width: 100%;
    font-size: 14px;
    background-color: #990002;
    background-image: url(../img/bg_header.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    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;}
#header .main { padding: 30px 0;}

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

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


/*--------------------------------------------------------------------------------
　▼ メニュー　
--------------------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 960px;
    margin: 0 auto;
    z-index: 10000;
}
.nav_box { background: #fcc537;}
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 0;
    display: block;
    border-left: 1px solid #fff;
}
ul.nav-pc li:last-child a { border-right: 1px solid #fff;}



/*--------------------------------------------------------------------------------
　▼ アーティスト
--------------------------------------------------------------------------------*/
#radio ul.ul02 li { width: 50%;}
#radio ul.ul02 li:first-child { padding: 20px 10px 20px 0;}
#radio ul.ul02 li:last-child { padding: 20px 0 20px 10px;}

.corner_title {
    font-size: 16px;
    font-weight: bold;
    color: #FC0;
}

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

.profile_box {
    width: 100%;
    display: table;
    background: #fff;
    padding: 20px 0;
    margin: 30px 0 0;
}
.photo { text-align: center;}
.photo,
.name {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.name span.font25 { font-size: 25px;}
.name { color: #990002;}

.title_box {
    background: #fcc537;
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
}


/*--------------------------------------------------------------------------------
　▼ おたより
--------------------------------------------------------------------------------*/
#special form {
    margin: 0 auto;
    width: 600px;
    padding: 1em;
}

#special form table tr { margin-top: 1em;}

#special form table tr th {
    display: inline-block;
    width: 150px;
    text-align: left;
}

#special input,
#special textarea {
    font: 1em sans-serif;
    width: 350px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
}

#special textarea {
    vertical-align: top;
    height: 10em;
    resize: vertical;
}

#special .button button {
    margin-left: 150px;
    margin-top: 20px;
    font-size: 20px;
    width: 300px;
    height: 50px;
    background-color: #fcc537;
    color: #fff;
    border-radius: 0.5em;
}


/*--------------------------------------------------------------------------------
　▼ 商品情報
--------------------------------------------------------------------------------*/
ul.ul01 li {
    width: 31%;
    margin: 0 0 30px;
}

ul.ul01 li:nth-child(3n - 1) { margin: 0 3.5% 30px;}

.img_box {
    padding-top: 100%;
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.cd_title {
    font-size: 18px;
    padding: 10px 0 20px;
    text-align: center;
}

.alubum_box { padding: 0 0 30px;}
.alubum_box .title {
    font-size: 20px;
    padding: 0 0 10px;
    color: #fcc537;
}
p.price {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 15px;
}
.link { padding: 30px 0 0; text-align: center;}

table.table01,
table.table01 tbody { width: 100%; margin: 0 auto; min-height: 111px;}

table.table01 tr th {
    width: 25%;
    text-align: right;
    padding: 0;
    font-weight: normal;
    vertical-align: top;
}
table.table01 tr td {
    width: 75%;
    padding: 0;
    vertical-align: top;
}


/*--------------------------------------------------------------------------------
　▼ 動画
--------------------------------------------------------------------------------*/
.movie_box {
    text-align: center;
    width: 465px;
    margin: 0 auto;
    padding: 20px 0;
}
.movie_box iframe { border: 0;}


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