@charset "UTF-8";

/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
body {
    width: 100%;
    font-size: 14px;
    background: pink;
    color: #3c2408;
    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: 0 0 0;}
#header .main { padding: 0 0 30px;}

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

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


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



/*--------------------------------------------------------------------------------
　▼ アーティスト
--------------------------------------------------------------------------------*/
#artist .fl,
#artist .fr {
    background: #000;
    width: 48.5%;
    padding: 30px;
}
.profile_box {
    width: 100%;
    display: table;
}
.photo,
.name {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.name { color: #3c2408;}
.name span.font25 { font-size: 25px;}
.w95 { width: 95%; margin: 0 auto;}

ul.ul03 li {
    width: 50%;
    padding-bottom: 25px;
}

ul.ul03 li:nth-child(odd) { padding-right: 1.5%;}
ul.ul03 li:nth-child(even) { padding-left: 1.5%;}

.title_box {
    background: papayawhip;
    padding: 10px;
    margin: 30px 0 0;
    text-align: center;
    font-size: 18px;
    color: #3c2408;
}

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

/*--------------------------------------------------------------------------------
　▼ ディスコグラフィ
--------------------------------------------------------------------------------*/
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;
}
.cd_title.cd_title01 { min-height: 54px; padding: 0;}

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

table.sp_none { min-height: 70px;}
table.table01,
table.table01 tbody { width: 80%; margin: 0 auto; min-height: 70px;}
table.table01 tr th {
    width: 20%;
    text-align: right;
    font-weight: normal;
    vertical-align: top;
}
table.table01 tr td { text-align: left; width: 80%; vertical-align: top;}

table.table03 tr td {
    padding: 10px 0 0;
    width: 100%;
    text-align: left;
}

ul.ul02 { padding: 0 0 0 20px;}
ul.ul02 li {
    display: list-item;
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
    list-style: disc;
}
ul.ul02 li:nth-child(3n - 1) { margin: 0;}
.link { padding: 30px 0 0;}


/*--------------------------------------------------------------------------------
　▼ スペシャル
--------------------------------------------------------------------------------*/
#special .movie_box {
    text-align: center;
    width: 465px;
    margin: 0 auto;
}
#special .movie_box iframe { border: 0;}

.movie_text {
    font-size: 14px;
    padding: 20px 0 0;
}


/*--------------------------------------------------------------------------------
　▼ フォーム
--------------------------------------------------------------------------------*/
form {
    margin: 0 auto;
    width: 600px;
    padding: 1em;
}

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

form table tr th {
    display: inline-block;
    width: 150px;
    text-align: left;
    padding: 10px 0 0;
}

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

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

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



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

/*--------------------------------------------------------------------------------
　▼ INFORMATION TICKET
--------------------------------------------------------------------------------*/
#ticket table,
#ticket table tbody {
    width: 100%;
    border-spacing: 0;
}
#ticket table tr th {
    text-align: left;
    font-weight: normal;
    width: 27%;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    border-collapse:collapse;
}
#ticket table tr td {
    padding: 10px 0 10px 10px;
    width: 73%;
    border-bottom: 1px dotted #ccc;
    border-collapse:collapse;
    position: relative;
}
#ticket able tr td a {
    text-decoration: underline;
    color: #FF6600;
}
#ticket table tr td ul { padding: 0 0 0 13px;}
#ticket table tr td ul li { padding: 0 0 10px;}


#information table,
#information table tbody {
    width: 100%;
    border-spacing: 0;
}
#information table tr th {
    text-align: left;
    font-weight: normal;
    width: 27%;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    border-collapse:collapse;
}
#information table tr td {
    padding: 10px 0 10px 10px;
    width: 73%;
    border-bottom: 1px dotted #ccc;
    border-collapse:collapse;
    position: relative;
}
#information able tr td a {
    text-decoration: underline;
    color: #FF6600;
}
#information table tr td ul { padding: 0 0 0 13px;}
#information table tr td ul li { padding: 0 0 10px;}

.qr{
  float: right;
}



/*--------------------------------------------------------------------------------
　▼ goods
--------------------------------------------------------------------------------*/
/*#goods .title_box { background: none;}*/

ul.ul01 { padding: 40px 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;}
#goods .fl { width: 20%; text-align: left;}
#goods .fr { width: 80%; text-align: left;}
#goods .clear { clear: both;}

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

.cd_title { font-size: 18px; color: deepskyblue; padding: 10px 0 20px;}
