@charset "UTF-8";
/* base */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4em;
    font-size: 1.4rem;
    line-height: 1;
    overflow-y: scroll;
}

body.fixed {
    position: fixed;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

main {
    display: block;
}

li {
    list-style: none;
}

img {
    vertical-align: top;
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-family: 'icomoon';
    src: url("../vendor/fonts/icomoon.eot?stg7zf");
    src: url("../vendor/fonts/icomoon.eot?stg7zf#iefix") format("embedded-opentype"), url("../vendor/fonts/icomoon.ttf?stg7zf") format("truetype"), url("../vendor/fonts/icomoon.woff?stg7zf") format("woff"), url("../vendor/fonts/icomoon.svg?stg7zf#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"], [class^="fa-"], [class*=" fa-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-map-marker-alt:before {
    content: "\e900";
    color: #003d75;
}

.fa-search:before {
    content: "\f002";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.icon-calendar:before {
    content: "\f073";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-mobile:before {
    content: "\f10b";
}

/*block*/
#wrapper {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        overflow: hidden;
        width: 100%;
    }
}
/* header and footer */
.button_ticket {
    padding: 12px 0 10px 15px;
    width: 148px;
    height: 40px;
    background-color: #004387;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
.button_ticket::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    margin: -3px 5px 0 0;
    background: url(../../img/ic_ticket.svg) no-repeat;
    background-size: cover;
    vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {
    /* IE11 */
    *::-ms-backdrop, .button_ticket {
        padding: 15px 0 10px 15px;
    }
}

/*main*/
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: #eee;
}

.maintenance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/* layout */
.layout.layout-w1024 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

.layout.layout-2-1col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .layout.layout-2-1col {
        display: block;
    }
}
.layout.layout-2-1col .layout_left {
    width: 69%;
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .layout.layout-2-1col .layout_left {
        padding-right: 0;
        padding-bottom: 0;
        width: auto;
    }
}
.layout.layout-2-1col .layout_right {
    width: 31%;
}

@media screen and (max-width: 767px) {
    .layout.layout-2-1col .layout_right {
        width: auto;
    }
}

/* base text */
.text.text-lh {
    line-height: 1.6;
}

.text.text-center {
    text-align: center;
}

.text.text-color-link {
    color: #0074be;
}

.text.text-hover-underline:hover {
    text-decoration: underline;
}

/* banner */
.banner .banner_img {
    width: 100%;
    height: auto;
}

.banner .banner_img:hover {
    opacity: 0.7;
}

/* tag */
.tag.tag-type-a {
    display: inline-block;
    padding: 5px;
    font-size: 1.1rem;
    white-space: nowrap;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .tag.tag-type-a {
        padding: 8px 5px 3px;
    }

    /* IE11 */
}
.tag.tag-bg-main {
    background: #004487;
    color: #fff;
}

.tag.tag-bg-sub1 {
    background: #870000;
    color: #fff;
}

.tag.tag-bg-sub2 {
    background: #6f0087;
    color: #fff;
}

.tag.tag-bg-sub3 {
    background: #007c87;
    color: #fff;
}

.tag.tag-bg-sub4 {
    background: #00870d;
    color: #fff;
}

.tag.tag-bg-sub5 {
    background: #877c00;
    color: #fff;
}

.tag.tag-bg-gray {
    background: #666666;
    color: #fff;
}

/* other common margin setting */
.m0 {
    margin: 0px;
}

.mt0 {
    margin-top: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.ml0 {
    margin-left: 0px;
}

.mr0 {
    margin-right: 0px;
}

.m5 {
    margin: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.m10 {
    margin: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.m15 {
    margin: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.m20 {
    margin: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.m25 {
    margin: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.ml25 {
    margin-left: 25px;
}

.mr25 {
    margin-right: 25px;
}

.m30 {
    margin: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.m35 {
    margin: 35px;
}

.mt35 {
    margin-top: 35px;
}

.mb35 {
    margin-bottom: 35px;
}

.ml35 {
    margin-left: 35px;
}

.mr35 {
    margin-right: 35px;
}

.m40 {
    margin: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml40 {
    margin-left: 40px;
}

.mr40 {
    margin-right: 40px;
}

.m45 {
    margin: 45px;
}

.mt45 {
    margin-top: 45px;
}

.mb45 {
    margin-bottom: 45px;
}

.ml45 {
    margin-left: 45px;
}

.mr45 {
    margin-right: 45px;
}

.m50 {
    margin: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml50 {
    margin-left: 50px;
}

.mr50 {
    margin-right: 50px;
}

.m55 {
    margin: 55px;
}

.mt55 {
    margin-top: 55px;
}

.mb55 {
    margin-bottom: 55px;
}

.ml55 {
    margin-left: 55px;
}

.mr55 {
    margin-right: 55px;
}

.m60 {
    margin: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.ml60 {
    margin-left: 60px;
}

.mr60 {
    margin-right: 60px;
}

@media screen and (max-width: 767px) {
    .m0-sp {
        margin: 0px;
    }

    .mt0-sp {
        margin-top: 0px;
    }

    .mb0-sp {
        margin-bottom: 0px;
    }

    .ml0-sp {
        margin-left: 0px;
    }

    .mr0-sp {
        margin-right: 0px;
    }
}
@media screen and (max-width: 767px) {
    .m5-sp {
        margin: 5px;
    }

    .mt5-sp {
        margin-top: 5px;
    }

    .mb5-sp {
        margin-bottom: 5px;
    }

    .ml5-sp {
        margin-left: 5px;
    }

    .mr5-sp {
        margin-right: 5px;
    }
}
@media screen and (max-width: 767px) {
    .m10-sp {
        margin: 10px;
    }

    .mt10-sp {
        margin-top: 10px;
    }

    .mb10-sp {
        margin-bottom: 10px;
    }

    .ml10-sp {
        margin-left: 10px;
    }

    .mr10-sp {
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .m15-sp {
        margin: 15px;
    }

    .mt15-sp {
        margin-top: 15px;
    }

    .mb15-sp {
        margin-bottom: 15px;
    }

    .ml15-sp {
        margin-left: 15px;
    }

    .mr15-sp {
        margin-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .m20-sp {
        margin: 20px;
    }

    .mt20-sp {
        margin-top: 20px;
    }

    .mb20-sp {
        margin-bottom: 20px;
    }

    .ml20-sp {
        margin-left: 20px;
    }

    .mr20-sp {
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .m25-sp {
        margin: 25px;
    }

    .mt25-sp {
        margin-top: 25px;
    }

    .mb25-sp {
        margin-bottom: 25px;
    }

    .ml25-sp {
        margin-left: 25px;
    }

    .mr25-sp {
        margin-right: 25px;
    }
}
@media screen and (max-width: 767px) {
    .m30-sp {
        margin: 30px;
    }

    .mt30-sp {
        margin-top: 30px;
    }

    .mb30-sp {
        margin-bottom: 30px;
    }

    .ml30-sp {
        margin-left: 30px;
    }

    .mr30-sp {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .m35-sp {
        margin: 35px;
    }

    .mt35-sp {
        margin-top: 35px;
    }

    .mb35-sp {
        margin-bottom: 35px;
    }

    .ml35-sp {
        margin-left: 35px;
    }

    .mr35-sp {
        margin-right: 35px;
    }
}
@media screen and (max-width: 767px) {
    .m40-sp {
        margin: 40px;
    }

    .mt40-sp {
        margin-top: 40px;
    }

    .mb40-sp {
        margin-bottom: 40px;
    }

    .ml40-sp {
        margin-left: 40px;
    }

    .mr40-sp {
        margin-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .m45-sp {
        margin: 45px;
    }

    .mt45-sp {
        margin-top: 45px;
    }

    .mb45-sp {
        margin-bottom: 45px;
    }

    .ml45-sp {
        margin-left: 45px;
    }

    .mr45-sp {
        margin-right: 45px;
    }
}
@media screen and (max-width: 767px) {
    .m50-sp {
        margin: 50px;
    }

    .mt50-sp {
        margin-top: 50px;
    }

    .mb50-sp {
        margin-bottom: 50px;
    }

    .ml50-sp {
        margin-left: 50px;
    }

    .mr50-sp {
        margin-right: 50px;
    }
}
@media screen and (max-width: 767px) {
    .m55-sp {
        margin: 55px;
    }

    .mt55-sp {
        margin-top: 55px;
    }

    .mb55-sp {
        margin-bottom: 55px;
    }

    .ml55-sp {
        margin-left: 55px;
    }

    .mr55-sp {
        margin-right: 55px;
    }
}
@media screen and (max-width: 767px) {
    .m60-sp {
        margin: 60px;
    }

    .mt60-sp {
        margin-top: 60px;
    }

    .mb60-sp {
        margin-bottom: 60px;
    }

    .ml60-sp {
        margin-left: 60px;
    }

    .mr60-sp {
        margin-right: 60px;
    }
}

@charset "UTF-8";
/* select_seat
-------------------------------------*/
.select_area {
    padding: 130px 0 60px;
}
.select_area .layout-w1024 {
    padding: 20px 20px;
    background-color: #fff;
}

.select_seat h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2rem;
    font-weight: bold;
}

.android .select_seat h1 {
    font-family: "Sawarabi Mincho", serif;
}

.select_seat_top {
    padding: 10px 0;
    font-size: 1.8rem;
    line-height: 1.6;
}

.select_seat_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px	0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1000;
}
.select_seat_bottom ul {
    margin: 0 auto;
    max-width: 1044px;
    padding: 0 1rem;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select_seat_bottom ul li {
    position: relative;
}
.select_seat_bottom .select_seat_num {
    padding: 0 25px;
    width: 150px;
    height: 40px;
    border: 1px solid #333;
    background: #fff url(../../img/ticket/ic_armchair.svg) 15px 5px no-repeat;
    background-size: auto 30px;
    text-align: right;
}
.select_seat_bottom .select_seat_num input[type="text"] {
    width: 80px;
    height: 40px;
    border: 0;
    background: transparent;
    line-height: normal;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: right;
}
.select_seat_bottom .button_back {
    padding: 0 20px;
    background-color: #999;
    line-height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: .5rem;
    color: #fff;
}
.select_seat_bottom .button_next {
    padding: 0 20px;
    height: 4rem;
    background-color: #910000;
    border-radius: .5rem;
    line-height: 4rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.select_seat_bottom .button_next[disabled] {
    background-color: #999;
}
.select_seat_bottom .select_seat_bottom_tip {
    position: absolute;
    bottom: 45px;
    left: 50%;
    padding: .7rem;
    margin-left: -9rem;
    width: 18rem;
    background-color: rgba(0, 116, 190, 0.85);
    font-size: 1.1rem;
    line-height: 1.2;
    color: #fff;
}
.select_seat_bottom .select_seat_bottom_tip::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 116, 190, 0.85) transparent transparent transparent;
}

@media all and (-ms-high-contrast: none) {
    /* IE11 */
    *::-ms-backdrop, .select_seat_bottom .button_back {
        padding: 5px 20px 0;
    }

    *::-ms-backdrop, .select_seat_bottom .button_next {
        padding: 5px 20px 0;
    }

    *::-ms-backdrop, .select_seat_bottom .select_seat_num input[type='text'] {
        margin-top: -4px;
    }
}
.is_open:not(.sp) .select_seat_bottom {
    padding-right: 17px;
}

@media screen and (max-width: 1090px) {
    .select_seat_top {
        font-size: 1.4rem;
        border-bottom: 1px solid #ccc;
    }

    .select_seat_top.not_border {
        border-bottom: 0;
    }

    .select_seat_bottom .select_seat_bottom_tip {
        left: auto;
        right: 0;
    }
    .select_seat_bottom .select_seat_bottom_tip::after {
        left: auto;
        right: 3rem;
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .select_seat {
        position: relative;
    }
    .select_seat h1 {
        text-align: center;
        font-size: 1.8rem;
    }

    .select_seat_bottom ul {
        width: 100%;
        padding: 0 2vw;
    }
    .select_seat_bottom .select_seat_num {
        margin: 0 2vw;
        padding: 0 1.5vw;
        width: 30vw;
        height: 40px;
        border: 1px solid #333;
        background: #fff url(../../img/ticket/ic_seat.png) 10px 5px no-repeat;
        background-size: auto 30px;
        text-align: right;
    }
    .select_seat_bottom .select_seat_num input[type="text"] {
        padding-right: 0.5vw;
        width: 25vw;
        height: 40px;
        border: 0;
    }
    .select_seat_bottom .button_back {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 3vw;
        font-size: 3.2vw;
        white-space: nowrap;
    }
    .select_seat_bottom .button_next {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 3vw;
        font-size: 3.2vw;
        white-space: nowrap;
    }
    .select_seat_bottom .select_seat_bottom_tip {
        left: auto;
        right: 0;
        width: 17rem;
        font-size: 1rem;
    }
    .select_seat_bottom .select_seat_bottom_tip::after {
        right: 2rem;
    }

    .select_area .layout-w1024 {
        padding: 10px 10px 20px;
        background-color: #fff;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 400px;
    min-height: 300px;
    background-color: #fff;
    z-index: 1010;
}
.modal p{
    text-align: left;
    padding: 10px 20px;
    line-height: 1.4;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 1050;
}

.modal_close a {
    display: block;
    height: 40px;
    background: #333;
    font-size: 30px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
}

.modal_close a:hover {
    opacity: .7;
}

.modal h3 {
    padding: 11px 20px;
    border-bottom: 1px solid #eee;
    font-size: 1.8rem;
}

.modal .modal_body {
    position: relative;
    padding: 50px 0;
    text-align: center;
}
.modal .modal_body input[type="text"] {
    ime-mode: disabled;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .select_area {
        padding: 110px 0 20px;
    }

    .modal {
        display: none;
        position: fixed;
        top: 5rem;
        left: 5%;
        margin: 0;
        width: 90%;
        height: auto;
    }

    .modal_close a {
        display: block;
        height: 40px;
        background: #333;
        font-size: 30px;
        color: #fff;
        border: 1px solid #fff;
        -webkit-transition: .3s;
        transition: .3s;
        text-align: center;
    }

    .payment_body {
        padding-bottom: 20px;
    }
}

/* list共通
-------------------------------------*/
@media screen and (max-width: 767px) {
    .list_area {
        padding: 105px 0 20px;
    }
    .list_area .layout.layout-w1024 {
        padding: 0 0 20px;
        background-color: #fff;
    }

    img {
        width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 768px) {
    .list_area {
        padding: 140px 0 60px;
    }
    .list_area .layout.layout-w1024 {
        padding: 20px 20px;
        background-color: #fff;
    }
}
/* 公演情報詳細 ボタン */
.button_buy_ticket {
    width: 20rem;
    height: 4rem;
    background-color: #910000;
    border-radius: .5rem;
    line-height: 4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.button_buy_ticket.under {
    background-color: #f90;
}
.button_buy_ticket.btn_ss {
    width: 10rem;
    height: 4rem;
    line-height: 1.2rem;
    font-size: 1rem;
    padding-top:0.7rem;
}
.button_buy_ticket.btn_s {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.3rem;
}
.button_buy_ticket.btn_m {
    width: 40vw;
    max-width: 14rem;
    font-size: 1.3rem;
}
.button_buy_ticket.disabled {
    pointer-events: none !important;
    background-color: #999;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .button_buy_ticket {
        padding-top: .3rem;
    }

    /* IE11 */
}

.button_back_list {
    width: 85.71vw;
    max-width: 30rem;
    height: 4rem;
    line-height: 4rem;
    background-color: #004387;
    border-radius: .5rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

/* list_detail
-------------------------------------*/
.list_top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 8px;
    border-bottom: .3rem solid #ccc;
}
.list_top::after {
    content: "";
    position: absolute;
    bottom: -.3rem;
    left: 0;
    width: 32.28%;
    height: .3rem;
    background-color: #003d75;
}
.list_top h1 {
    padding: 5px;
    width: 100%;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 1.6rem;
    color: #004387;
    text-align: center;
}
.list_top .list_detail_icon {
    width: 8rem;
    margin-right: .5rem;
}
.list_top .list_detail_icon .icon {
    display: inline-block;
    padding: .9rem 0;
    width: 8rem;
    border: 1px solid #ccc;
    line-height: 1;
    font-size: 1.2rem;
    text-align: center;
}
.list_top .list_detail_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    height: 2.5rem;
    width: calc(100% - 8.5rem);
}

.android .list_top h1 {
    font-family: "Sawarabi Mincho", serif;
}

@media screen and (min-width: 768px) {
    /* list_detail
-------------------------------------*/
    .list_top {
        padding: 0 0 15px;
        border-bottom: .3rem solid #ccc;
    }
    .list_top::after {
        width: 120px;
    }
    .list_top h1 {
        padding: 8px 0 0;
        font-size: 2rem;
        text-align: left;
    }
    .list_top .list_detail_icon {
        margin-right: 1.5rem;
        width: 10rem;
    }
    .list_top .list_detail_icon .icon {
        width: 10rem;
        font-size: 1.4rem;
    }
    .list_top .list_detail_ttl {
        height: 3.1rem;
        font-size: 2rem;
        width: calc(100% - 11.5rem);
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .list_top h1 {
        padding: 11px 0 0;
    }

    /* IE11 */
    *::-ms-backdrop, .ticket_info_btm_special {
        padding: 8px 5px 3px;
    }
}

.search_free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 61.5vw;
    max-width: 424px;
    height: 40px;
    max-height: 40px;
}
.search_free .search_word_input {
    padding: 10px 10px 9px;
    width: 51vw;
    max-width: 382px;
    border: 1px solid #ccc;
    border-radius: 1rem 0 0 1rem;
    font-size: 1.8rem;
}
.search_free .search_word_button {
    padding-bottom: 3px;
    width: 10.5vw;
    max-width: 42px;
    background-color: #004387;
    border-radius: 0 1rem 1rem 0;
    font-size: 2.6rem;
    color: #fff;
}

.swiper-button-prev {
    left: 7px;
    right: auto;
}

.swiper-button-next {
    left: auto;
    right: 7px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: none;
}

.swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #004387;
    border-right: 2px solid #004387;
}

.swiper-button-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-button-prev:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        content: "";
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        border-top: 2px solid #004387;
        border-right: 2px solid #004387;
    }

    .swiper-button-prev {
        left: 50%;
        right: auto;
        margin-left: -500px;
    }

    .swiper-button-next {
        left: 50%;
        right: auto;
        margin-left: 480px;
    }
}

.error_wrapper {
    padding: 20px 20px;
    background-color: #fff;
}
.error_top {
    padding: 10px 10px;
    font-size: 1.4rem;
    line-height: 1.6;
}
.error_page_bottom {
    padding-top: 2rem;
    text-align: center;
}

/* info共通 */
.info_message_area {
    margin: 20px;
    white-space: pre-wrap;
    font-size: 1.6rem;
}

.info_message_area  p, .info_message_area ul {
    margin: 0px 20px 0px 40px;
}

.disc li {
    list-style: disc;
}

.bold {
    font-weight: bold;
}

.seat_fee_body_text {
    display: inline-block;
}

.seat_fee_body_item h4{
    font-weight: bold;
}

.error_msg {
    color: red;
}

.error_msg_area {
    padding: 10px;
}
