@charset "UTF-8";
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(51, 51, 51, 0.8);
}

.button_more {
    margin: 0 auto 2rem;
    width: 85.71vw;
    max-width: 30rem;
    height: 3rem;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: .5rem;
    line-height: 3rem;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.button_more:hover {
    opacity: .7;
}

.list_datail_nav {
    position: relative;
    height: 4rem;
}
.list_datail_nav ul {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 4rem;
    background-color: #eee;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.list_datail_nav ul.fixed {
    position: fixed;
    top: auto;
    bottom: -4rem;
    -webkit-transform: translate(0, -4rem);
    transform: translate(0, -4rem);
    z-index: 1000;
}
.list_datail_nav ul.down {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.list_datail_nav ul li a {
    display: inline-block;
    padding: 0 1.4rem;
    height: 4rem;
    line-height: 4rem;
    font-weight: bold;
    color: #004387;
    text-align: center;
}

.list_detail_body_inner .list_detail_body_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem 0 4.8rem;
    background-color: #eee;
    border-top: 1px solid #ccc;
    background-position: 1rem	center;
    background-repeat: no-repeat;
    background-size: 3rem auto;
}
.list_detail_body_inner .list_detail_body_ttl h2 {
    height: 4rem;
    line-height: 4rem;
    font-weight: bold;
    color: #004387;
}
.list_detail_body_inner#performer_info .list_detail_body_ttl {
    background-image: url(../../img/list/ic_performer_info.svg);
    background-size: auto 3rem;
}
.list_detail_body_inner#event_summary .list_detail_body_ttl {
    background-image: url(../../img/list/ic_event_summary.svg);
}
.list_detail_body_inner#ticket_info .list_detail_body_ttl {
    background-image: url(../../img/list/ic_ticket_b.svg);
}
.list_detail_body_inner .list_detail_body_cont {
    line-height: 1.5;
}
.list_detail_body_inner .list_detail_body_cont h3 {
    color: #004387;
    font-weight: bold;
}

@media screen and (max-width: 360px) {
    .list_datail_nav ul li a {
        padding: 0 3vw;
        font-size: 4vw;
    }
}

.event_info {
    padding: 10px 10px 0;
}
.event_info .event_info_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.event_info .event_info_image_item {
    margin: 0 1rem;
    width: 28.57%;
}

.event_info_detail {
    margin-top: 1.5rem;
    width: 50%;
}
.event_info_detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.35;
}
.event_info_detail li + li {
    margin-top: .5rem;
}
.event_info_detail li .event_info_detail_ttl {
    width: 17%;
}
.event_info_detail li .event_info_detail_text {
    width: 83%;
}
.event_info_detail .btn_box {
    margin: 2rem 0 1.5rem;
    text-align: center;
}

.event_info_text {
    margin-bottom: 1rem;
    line-height: 1.45;
    overflow: hidden;
}
.event_info_text.narrow {
    height: 12rem;
}

/* 出演者情報 */
.list_detail_body_text {
    padding: 5px 10px 15px;
}

/* イベント概要 */
.event_summary_box {
    padding: 10px 10px 15px;
}
.event_summary_box + .event_summary_box {
    border-top: 1px solid #ccc;
}

/* チケット情報 */
.ticket_info_top {
    padding: 5px 10px 20px;
    border-bottom: 1px solid #ccc;
}
.ticket_info_top .ticket_info_ttl {
    margin-bottom: .5rem;
}
.ticket_info_top .ticket_info_ttl_text {
    font-weight: bold;
    color: #b90000;
}
.ticket_info_top .caution {
    font-size: 1.2rem;
}
.ticket_info_top .caution a {
    color: #0073b8;
    text-decoration: underline;
}

.ticket_info_body {
    padding-top: 1rem;
}
.ticket_info_body .ticket_info_body_inner {
    padding: 0 10px;
}
.ticket_info_body .ticket_info_body_item {
    padding: .6rem 0;
}
.ticket_info_body .ticket_info_body_item h4 {
    font-weight: bold;
}
.ticket_info_body .ticket_info_body_img {
    margin: 1rem auto 2rem;
    width: 69.5%;
    border: 1px solid #ccc;
}
.ticket_info_body .ticket_info_body_caution {
    padding: 5px 10px 20px;
    border-top: 1px solid #ccc;
}

/* チケット購入 */
.ticket_info_btm {
    border-top: 1px solid #ccc;
}

.ticket_info_btm_inner {
    padding: 0 10px 5px;
    border-bottom: 1px solid #ccc;
}

.ticket_info_btm_text {
    margin-top: 1.1rem;
}

.ticket_info_btm_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.ticket_info_btm_item .ticket_info_btm_item_day {
    padding: 1rem 1rem 0 0;
}
.ticket_info_btm_item .ticket_info_btm_status {
    margin-top: .5rem;
    font-size: 1.2rem;
    text-align: center;
}

.list_detail_btm {
    padding-top: 2rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .event_info_detail {
        width: 100%;
    }
    .event_info_detail li .event_info_detail_ttl {
        width: 4.5em;
    }
    .event_info_detail li .event_info_detail_text {
        width: calc(100% - 4.5em);
    }
}

@media screen and (min-width: 768px) {
    .list_datail_nav ul {
        position: absolute;
        top: 0;
        left: 50%;
        width: 984px;
        margin-left: -492px;
    }
    .list_datail_nav ul li {
        margin: 0 10px;
    }
    .list_datail_nav ul li a {
        display: inline-block;
        padding: 0 2.4rem;
        height: 4rem;
        line-height: 4rem;
        font-weight: bold;
        color: #004387;
        text-align: center;
    }

    .is_open:not(.sp) .list_datail_nav ul.fixed {
        margin-left: -501px;
    }

    .list_detail_body_inner .list_detail_body_ttl h2 {
        font-size: 1.6rem;
    }
    .list_detail_body_inner .list_detail_body_cont h3 {
        font-size: 1.6rem;
    }

    .event_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 10px 0;
    }
    .event_info .event_info_image {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 50%;
    }
    .event_info .event_info_image_item {
        margin: 0 2rem 0 0;
        width: 200px;
    }
    .event_info .event_info_image_item img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .event_info_text {
        margin-bottom: 3rem;
    }
    .event_info_text.narrow {
        height: auto;
    }

    .list_detail_body_inner .event_info_text + .btn_box {
        display: none;
    }

    /* 出演者情報 */
    .list_detail_body_text {
        padding: 15px 10px;
    }

    /* イベント概要 */
    .event_summary_box {
        padding: 15px 10px;
    }

    /* チケット情報 */
    .ticket_info_top {
        padding: 15px 10px 20px;
    }
    .ticket_info_top .ticket_info_ttl_text {
        font-size: 1.6rem;
    }

    .ticket_info_body {
        position: relative;
        padding: 0 0 0 10px;
    }
    .ticket_info_body .ticket_info_body_img {
        position: absolute;
        top: 15px;
        right: 10px;
        margin: 0;
        width: 38%;
    }
    .ticket_info_body .ticket_info_body_img img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .ticket_info_body .ticket_info_body_caution {
        padding: 15px 10px 20px;
    }

    /* チケット購入PC */
    .ticket_info_btm_item .ticket_info_btm_buy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }
    .ticket_info_btm_item .ticket_info_btm_status {
        margin-top: 0;
        width: 120px;
    }

    .ticket_info_btm_special {
        margin-top: 10px;
        padding: 5px;
        background-color: #f7f7f7;
        line-height: 1;
        text-align: center;
    }
}

@media all and (-ms-high-contrast: none) {
    /* IE11 */
    *::-ms-backdrop, .list_detail_body_inner .list_detail_body_ttl h2 {
        padding-top: .3rem;
    }
}
