/* --------------------------------
    Foundation
-------------------------------- */
body
{
    font-family: YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    position: relative;

    max-width: 1920px;
    margin: auto;

    background: url("../images/halloween4.jpg");
}

a:link,
a:visited
{
    color: #deb816;
}

a:hover,
a:active
{
    opacity: .8;
}

img
{
    width: 100%;
}

/* --------------------------------
    Layout
-------------------------------- */
.l-two-column
{
    overflow: hidden;

    width: 100%;
    margin: 0;
    padding: 0;
}

.l-left-column
{
    float: left;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
}

.l-right-column
{
    float: right;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
}

.l-container
{
    font-size: 14px;
    line-height: 1.5;

    position: relative;

    overflow: hidden;

    width: 100%;
    height: auto;

    color: #fff;
   /* background-color: #111;*/
}

/* --------------------------------
    footer
-------------------------------- */
.l-footer
{
    font-size: .9rem;

    position: relative;
    z-index: 1;

    width: 100%;
}

.footer-inner
{
    padding: 20px 0;

    text-align: center;

    color: #888;
    background-color: #222;
}

.footer-inner .footer__bnr
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    /* max-width: 250px;
    margin: 5px auto 15px auto; */
}

.footer__bnr__item {
    max-width: 250px;
    width: 100%;
    margin: 0 10px;
}
.symbolmark_ongaku_kawasaki{
    color: #ffffff;
    max-width: 300px;
}
.footer-inner .footer__bnr img
{
    width: 100%;
}

.footer-inner .offi-link
{
    font-size: 1rem;

    display: inline-block;

    margin-bottom: 15px;
}

.footer-inner a:link,
.footer-inner a:visited
{
    color: #7e6200;
}

@media only screen and (max-width: 768px)
{
    .l-footer
    {
        font-size: .8rem;
    }
    .footer-inner .footer__bnr {
        width: 100%;
        display: block;
        flex-wrap: initial;
        justify-content: initial;
        text-align: center;
    }
    .footer__bnr__item {
      max-width: 290px;
      margin: 0 auto 10px auto;
    }
}

/* --------------------------------
    header
-------------------------------- */
.l-header
{
    font-size: 0;

    position: relative;
    z-index: 1;

    width: 100%;
}

.header__inner
{
    width: 100%;
    margin: 0;
}

.header__inner img
{
    width: 100%;
}

.logo
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 20px;

    display: inline-block;

    width: 200px;
}

.logo img
{
    width: 100%;
}

@media only screen and (max-width: 800px)
{
    .logo
    {
        top: 5px;
        left: 5px;

        width: 28%;
        max-width: 120px;
    }
}

.l-main
{
    position: relative;
    z-index: 0;

    overflow: hidden;

    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.main__inner
{
    width: 1200px;
    margin: auto;
}

#view .l-main:after
{
    position: initial;

    background: none;
}

@media only screen and (max-width: 800px)
{
    .l-main
    {
        width: 95%;
    }
}

/* --------------------------------
    Object
-------------------------------- */
/* --------------------------------
    Global Nav
-------------------------------- */
.global-nav
{
    font-family: 'Fontdiner Swanky', cursive;

    position: relative;
    z-index: 1;

    width: 100%;
    padding: 5px 0;

    color: #e20000;
    background: url('../images/menu_bg3.jpg') repeat center center;
}

.global-nav__list
{
    overflow: hidden;

    text-align: center;
}

.global-nav__list__item
{
    font-size: 1.5rem;
    font-weight: bold;

    display: inline-block;

    margin: 0 15px;
}

.global-nav__list__item a:link,
.global-nav__list__item a:visited
{
    color: inherit;
}

@media only screen and (max-width: 900px)
{
    .global-nav__list__item
    {
        font-size: 1.3rem;

        margin: 0 10px;
    }
}

@media only screen and (max-width: 480px)
{
    .global-nav__list__item
    {
        font-size: 1rem;
    }
}

/* --------------------------------
    midashi
-------------------------------- */
.ttl
{
    font-size: 2.2rem;

    margin: auto;
    margin-bottom: 20px;

    text-align: center;
    letter-spacing: 5px;
}

.sub-ttl
{
    font-size: 1.1rem;

    padding: 10px 0;

    text-align: center;

    background-color: #222;
}

@media only screen and (max-width: 800px)
{
    .ttl
    {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 480px)
{
    .ttl
    {
        font-size: 1.5rem;
    }
}
h2 img{
    width: 80%;
     -webkit-filter: brightness(20);
     -moz-filter: brightness(20);
     -o-filter: brightness(20);
     -ms-filter: brightness(20);
     filter: brightness(20);
}

/* --------------------------------
    Top btn
-------------------------------- */
.top_btn
{
    position: fixed;
    z-index: 2;
    right: 20px;
    bottom: -100px;

    width: 40px;
    height: 40px;

    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.top_btn img
{
    width: 100%;
}

.js-top .top_btn
{
    bottom: 30px;
}

/* --------------------------------
    Artist
-------------------------------- */
.artist
{
    margin: 70px 0 40px 0;
}

.artist__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.artist__list__item
{
    width: 30%;
    margin: 0 10px;
}

@media only screen and (max-width: 800px)
{
    .artist
    {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .artist__list
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .artist__list__item
    {
        width: 48%;
        margin: 0 10px 20px 10px;
    }
}

@media only screen and (max-width: 480px)
{
    .artist__list
    {
        display: block;

        -webkit-flex-wrap: initial;
            -ms-flex-wrap: initial;
                flex-wrap: initial;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
                justify-content: initial;
    }
    .artist__list__item
    {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    .artist__list__item:first-child
    {
        margin-top: 35px;
    }
}

/* --------------------------------
    calendar
-------------------------------- */
.calendar
{
    width: 100%;
    margin: 40px auto;
    padding-top: 20px;
}

.calendar .calendar__artist
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 20px 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}

.calendar .calendar__artist__item
{
    font-size: 1rem;

    width: auto;
    margin-right: 10px;
}

.calendar .calendar__artist__dog,
.calendar .calendar__artist__bug,
.calendar .calendar__artist__bb
{
    padding-right: 3px;
}

.calendar .calendar__artist__dog
{
    color: #fddd00;
}

.calendar .calendar__artist__bug
{
    color: #ec2a76;
}

.calendar .calendar__artist__bb
{
    color: #00acdc;
}

.calendar #calendarContents
{
    margin-right: auto;
    margin-left: auto;
}

.calendar .fc-unthemed .fc-today
{
           opacity: .6;
    background-color: rgba(243, 0, 0, .5);

        filter: alpha(opacity=60);
    /* ie lt 8 */
    -ms-filter: 'alpha(opacity=60)';
    /* ie 8 */
      -moz-opacity: .6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: .6;
    /* Safari 1.x */
}

.calendar .fc-view-container .fc-content-skeleton table tbody tr td a
{
    font-weight: bold;

    padding: 3px;

    word-wrap: break-word;
}

.calendar .fc-toolbar.fc-header-toolbar
{
    font-size: 1rem;
}

.calendar .dog,
.calendar .bug,
.calendar .bb
{
    border: none;
    -webkit-box-shadow: 1px 1px 1px #000;
            box-shadow: 1px 1px 1px #000;
}

.calendar .dog:link,
.calendar .dog:visited,
.calendar .bug:link,
.calendar .bug:visited,
.calendar .bb:link,
.calendar .bb:visited
{
    color: #fff;
}

.calendar .dog
{
    background-color: #fddd00;
}

.calendar .dog:link,
.calendar .dog:visited
{
    color: #000;
}

.calendar .bb
{
    background-color: #00acdc;
}

.calendar .bug
{
    background-color: #ec2a76;
}

.fc-day-grid-event > .fc-content
{
    white-space: initial !important;
        word-break: all !important;
    -ms-word-break: all !important;
}

.fc-state-default
{
    margin-top: -3px !important;

    color: #fff;
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.fc-day-grid-event .fc-time
{
    display: block;
}

@media only screen and (max-width: 480px)
{
    .calendar .calendar__artist__item
    {
        font-size: .95rem;
    }
}

/* --------------------------------
    Movie
-------------------------------- */
.movie
{
    margin-top: 70px;
}

.movie__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.movie__list__item
{
    width: 48%;
    margin-bottom: 30px;
}

.movie__list__item:hover .js-modal-btn::before
{
    background-image: url(../images/youtube_btn_on_r.png);
}

.js-modal-btn
{
    font-size: 0;

    position: relative;
    z-index: 1;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;

    border: 1px solid #292929;
}

.js-modal-btn::before
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 50px;
    height: 50px;
    margin: auto;

    content: '';
    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;

    background-image: url(../images/youtube_btn_on_b.png);
    background-size: contain;
}

.js-modal-btn:hover
{
    cursor: pointer;
}

.movie__band
{
    font-size: .9rem;
    font-weight: bold;

    padding: 10px;

    text-align: center;
}

.band-resistar
{
    background-color: #c10000;
}

.band-dog
{
    color: #111;
    background-color: #fddd00;
}

.band-bug
{
    background-color: #ec2a76;
}

.band-bb
{
    background-color: #00acdc;
}

.movie__ttl
{
    font-size: .9rem;
    font-weight: bold;

    padding: 10px;

    text-align: center;

    color: #000;
    background-color: #f5f5f5;
}

.js-movie
{
    z-index: 1;

    width: 100%;
    /*margin: auto;*/
    height: 300px;

    -o-object-fit: cover;
       object-fit: cover;
}

@media only screen and (max-width: 800px)
{
    .movie__list
    {
        display: block;

        max-width: 640px;
        margin: 0 auto 30px auto;

        -webkit-flex-wrap: initial;
            -ms-flex-wrap: initial;
                flex-wrap: initial;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
                justify-content: initial;
    }
    .movie__list__item
    {
        width: 100%;
        margin-bottom: 40px;
    }
    .movie__ttl
    {
        font-size: .9rem;
    }
    .js-movie
    {
        height: 250px;
    }
}

@media only screen and (max-width: 480px)
{
    .js-movie
    {
        height: 200px;
    }
}

/* --------------------------------
    color
-------------------------------- */
.u-white
{
    color: #fff;
}

/* --------------------------------
    device
-------------------------------- */
.view-pc
{
    display: block;
}

.view-sp
{
    display: none;
}

@media only screen and (max-width: 900px)
{
    .view-pc
    {
        display: none;
    }
    .view-sp
    {
        display: block;
    }
}

/* --------------------------------
    display
-------------------------------- */
.u-display-b
{
    display: block;
}

@media only screen and (max-width: 768px)
{
    .u-display-b
    {
        display: initial;
    }
}

/* --------------------------------
    text-align
-------------------------------- */
.u-text-center
{
    text-align: center;
}

.u-text-left
{
    text-align: left;
}

.u-text-right
{
    text-align: right;
}

/* --------------------------------
    schedule
-------------------------------- */
.schedule {
    text-align: center;
}
.schedule .artist__list li{
     -webkit-filter: brightness(2.5);
     -moz-filter: brightness(2.5);
     -o-filter: brightness(2.5);
     -ms-filter: brightness(2.5);
     filter: brightness(2.5);
}
.schedule .ttl{
    margin: 100px 0;
}
.schedule h2{
    color: #C1B77C;
}
.schedule .info{
    //font-size: 1.5em;
    //line-height: 1.8em;
    font-size: 1.2em;
    background: #333333;
    margin: 0px 0 40px 0;
    padding: 10px 0;
}

.schedule .ctg{
    display: inline-table;
    width: 100%;
    margin: 20px 0;
}
.schedule .ticket .ctg{
    width: 45%;
    vertical-align: top;
}
.schedule .info .txt{
    text-align: left;
    margin: 30px 4%;
}
@media only screen and (max-width: 768px){
   .schedule .ticket .ctg{
    width: 100%;
    vertical-align: top;
    } 
}
.schedule .ctg .sub_ttl{
    //background: #eeeeee;
    //color:#000000;
    background: #AD002D;
    display: inline-block;
    //min-width: 200px;
    min-width: 45%;
    padding: 4px 6px;
    margin: 10px 0;
}
.schedule .ticket .ctg .sub_ttl{
    width: 95%;
}
/* --------------------------------
    main banner
-------------------------------- */
.main-banner{
    text-align: center;
}
.main-banner ul{
    margin: 40px 0;
    overflow: hidden;
}
.main-banner ul li{
    display:inline-block;
    width: 45%;
    margin: 0 10px;
}
.main-banner ul li img{
    width: 100%;
}
@media only screen and (max-width: 768px){
    .main-banner ul li{
        display:block;
        width: 100%;
        margin: 10px 0;
    }
}

/* --------------------------------
    goods
-------------------------------- */
/*.goods
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
    margin: auto;
}*/

.goods__detail
{
    width: 80%;
    margin: auto;
    /*padding-bottom: 40px;*/
}


.goods__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.goods__list__item
{
    line-height: 25px;

    display: inline-block;

    width: 48%;
    margin: 20px 0;

    text-align: center;
}

.goods__list__item img
{
    width: 100%;

    border: 1px solid #777;
}

.goods__name
{
    font-size: 1rem;
    font-weight: bold;
}


@media only screen and (max-width: 900px)
{

    .goods__detail
    {
        width: 90%;
    }
    .goods__list
    {
        display: block;

        -webkit-flex-wrap: initial;
            -ms-flex-wrap: initial;
                flex-wrap: initial;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
                justify-content: initial;
    }
    .goods__list__item
    {
        display: inline-block;

        width: 100%;
        margin: 20px 0;

        text-align: center;
    }
    .goods__name
    {
        font-size: 1rem;
        font-weight: bold;
    }
}