@charset "utf-8";
body{
    font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    -webkit-text-size-adjust: 100%; 
    font-weight: 500;
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
a{
    color:inherit;
    display: inline-block;
    transition: all 0.4s;
}
a:hover{
    color: #fff;
    background-color: #2a1a19;
}
.g_nav{
    position: fixed;
    right: 0;
    z-index: 1000;
}
.g_nav .nav_button{
    padding: 10px 0;
    position: fixed;
    right: 20px;
    top: 25px;
    cursor: pointer;
}
.g_nav .nav_button:before,
.g_nav .nav_button:after{
    content: "";
    width: 30px;
    height: 4px;
    background-color: #fff;
    box-shadow: 0 0 4px #2a1a19;
    position: absolute;
    top: 0;
}
.g_nav .nav_button:after{
    top: auto;
    bottom: 0;
}
.g_nav .nav_button span{
    width: 30px;
    height: 4px;
    background-color: #fff;
    box-shadow: 0 0 4px #2a1a19;
    display: block;
}
.g_nav nav{
    width: 320px;
    height: 100vh;
    margin-right: -320px;
    padding: 70px 20px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #2a1a19;
    box-sizing: border-box;
    overflow: hidden;
    transition: margin 0.4s ease;
}
.g_nav.open nav{
    margin-right: 0;
}
.g_nav nav li + li{
    margin-top: 25px;
}
.g_nav nav a{
    padding-left: 40px;
    text-decoration: none;
    background: url(../img/icon_fl.png) no-repeat left top;
}

#wrapper{
    overflow: hidden;
}

.g_header{
    background: #2a1a19;
}
.g_header > div{
    max-width: 980px;
    margin: 0 auto;
}

.g_footer{
    margin-top: 60px;
    background: #2a1a19;
}
.g_footer > div{
    max-width: 980px;
    margin: 0 auto;
}
.g_footer .rights{
    padding: 15px 0;
    color: #fff;
    font-size: 10px;
    text-align: right;
}

/* common */

.el_headline{
    text-align: center;
}
.el_headline span{
    display: inline-block;
    padding: 3px 90px;
    font-size: 30px;
    position: relative;
    background: url(../img/headline_el_l.png) no-repeat left center,
                url(../img/headline_el_r.png) no-repeat right center;
    background-size: contain;
}
p.ti{
    font-size: 120%;
    font-weight: bold;
}
p.stl{
    margin: 1.5em 0 1em;
    padding: 10px;
    font-size: 120%;
    text-align: center;
    color: #fff;
    background-color: #2a1a19;
}
* + p.ti{
    margin-top: 1.5em;
}

article .upper{
    padding: 90px 0;
    text-align: center;
}

section {
    max-width: 860px;
    margin: 60px auto 0;
    padding: 20px;
    background: rgba(255, 255,255, 0.7);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5em;
}

.border{
    padding: 40px 30px 30px;
    border: 1px solid #2a1a19;
}

.detail dl{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2a1a19;
}
.detail dl{
    padding-left: 180px;
    position: relative;
}
.detail dl dt{
    position: absolute;
    left: 0;
    top: 0;
}
.detail dl dt .small{
    font-size: 80%;
}

.attention ul{
    padding-left: 1.5em;
    margin-top: 10px;
}
.attention ul + ul{
    margin-top: 20px;
}
.attention ul li{
    margin-top: 5px;
    list-style: disc;
}
.attention p + p{
    margin-top: 10px;
}

.ta_r {
    text-align: right;
}

/* header */
header h1 + p {
  text-align: center;
  font-size: 10px;
  padding-top: 10px;
}

/* about */
.about{
    margin-top: 0;
    padding: 0;
    background-color: #2a1a19;
}
.about .upper{
    max-width: 860px;
    margin: 0 auto;
    color: #fff;
    padding: 60px 0;
}
.about .upper h2{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.about .upper p{
    font-size: 17px;
    line-height: 30px;
}

/* 演奏曲 */
.video_wrap {
  width: 100%;
  margin-top: 10px;
  padding-top: 56.25%;
  position: relative;
}
.video_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.movie {
    border: 2px solid #999;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    font-weight: bold;
    color: #999;
}
.music .list{
    margin-top: 40px;
    padding: 0 20px;
    color: #fff;
    background-color: #2a1a19;
    position: relative;
}
.music .list > div{
    overflow: hidden;
}
.music .list ul{
    width: 50%;
    padding: 40px 0;
    float: left;
}
.music .list ul li{
    margin-top: 20px;
    font-weight: bold;
}
.music .list ul li:first-child{
    margin-top: 0;
}
.music .list ul li p:first-child{
    padding-left: 15px;
    line-height: 17px;
    background: url(../img/icon_fl.png) no-repeat left top;
    background-size: auto 17px;
}
.music .list ul li p + p{
    margin-top: 5px;
    padding-left: 23px;
}
.music .list ul li span{
    font-size: 10px;
    font-weight: 500;
}

/* CD */
.cd h2{
    font-size: 30px;
}
.cd .image{
    margin: 35px 0 0;
    text-align: center;
}
.cd .detail{
    padding-top: 40px;
}

/* コンサート */
.concert .detail{
    padding-top: 40px;
}
.ticket_entry {
    border: 2px solid #2a1a19;
    margin-top: 10px;
    padding: 10px;
}
.ticket_entry dl {
    overflow: hidden;
}
.ticket_entry dl + dl {
    margin-top: 10px;
}
.ticket_entry dt {
    float: left;
    width: 180px;
}
.ticket_entry dd {
    margin-left: 180px;
}

/* コンサートグッズ */
.goods_detail {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #2a1a19;
}
.goods_detail .name{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.goods_detail .name > span{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}
.goods_detail .image {
    text-align: center;
    padding: 10px 0;
}
.goods_detail .image img + img {
    margin-left: 20px;
}

/* スペシャル */
.interview > div + div {
    margin-top: 30px;
}
.interview_detial .name{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.interview_detial .name > span{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}
.coming_soon {
    border: 2px solid #999;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    font-weight: bold;
    color: #999;
}
.interview_detial .inner {
    border: 2px solid #999;
    margin-top: 10px;
    padding: 10px;
}
.interview_detial .inner p{
    font-size: 14px;
    color: #070707;
}
.interview_detial .inner p + p{
    margin-top: 1em;
}

/* 演奏者 */
.artist {
}

/* Links */
.links p{
    margin-top: 20px;
}
.links p a{
    margin-left: 10px;
}






@media (max-width:1000px) {
    .g_footer{
        padding-right: 10px;
    }
    section {
        margin-top: 30px;
        padding: 10px;
    }
    .border{
        padding: 20px 10px 20px;
    }
    .el_headline span{
        font-size: 20px;
        padding: 0px 60px;
        background-size: 60px 20px;
    }
    article .upper{
        padding: 20px 15px;
    }
    article .upper img{
        max-width: 100%;
        height: auto;
    }
    .detail dl{
        padding: 0 0 10px;
    }
    .detail dl dt{
        position: relative;
        padding-left: 3px;
        border-left: 2px solid #fff;
    }
    .detail dl dd{
        margin-top: 5px;
        padding-left: 5px;
    }
    .concert_detail{
        padding: 0 10px 10px;
    }

    /* header */

    /* about */
    .about .upper {
        padding: 30px 10px;
    }
    .about .upper h2{
        font-size: 14px;
        line-height: 25px;
        white-space: normal;
    }
    .about .upper p{
        font-size: 14px;
        line-height: 1.5em;
        text-align:left;
    }

    /* 演奏曲 */
    .movie {
      margin-top: 20px;
      font-size: 14px;
    }
    .music .list{
        margin-top: 20px;
        padding: 20px 10px;
    }
    .music .list ul{
        width: 100%;
        padding: 0;
    }
    .music .list ul + ul{
        margin-top: 0px;
        padding-top: 0;
    }

    /* CD */
    .cd h2{
        font-size: 20px;
    }
    .cd .image{
        margin-top: 25px;
    }
    .cd .image img{
        max-width: 100%;
        height: auto;
    }
    .cd .detail{
        padding-top: 20px;
    }

    /* コンサート */
    .concert .detail{
        padding-top: 20px;
    }
    .ticket_entry dl + dl {
        margin-top: 10px;
    }
    .ticket_entry dt {
        float: none;
        width: auto;
    }
    .ticket_entry dd {
        margin-left: 0;
    }

    /* コンサートグッズ */
    .goods_detail {
        margin-top: 20px;
        padding-top: 20px;
    }
    .goods_detail .name{
        font-size: 16px;
    }
    .goods_detail .image img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .goods_detail .image img + img {
        margin-left: 0;
    }

    /* スペシャル */
    .interview > div + div {
        margin-top: 20px;
    }
    .interview_detial .name{
        font-size: 16px;
    }

    /* 演奏者 */
    .artist .detail dl {
        text-align: center;
    }
    .artist .detail dt {
        padding-left: 0;
        border-left: none;
    }

    /* Links */
}
