    .loading-cover[_ngcontent-c18] {
        background-color: rgba(30, 31, 32, .400389);
        display: -webkit-flex;
        display: flex;
        height: 100vh;
        -webkit-justify-content: center;
        justify-content: center;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 10
    }

    .loading-card[_ngcontent-c18],
    .loading-cover[_ngcontent-c18] {
        -webkit-align-items: center;
        align-items: center
    }

    .loading-card[_ngcontent-c18] {
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .120613);
        border-radius: 4px;
        padding: 24px
    }

    .loading-card-large[_ngcontent-c18] {
        margin: 10vw;
        max-width: 270px;
        padding: 32px
    }

    .loading-spinner[_ngcontent-c18] {
        -webkit-animation: spin .9s cubic-bezier(.5, .1, .5, .9) infinite;
        animation: spin .9s cubic-bezier(.5, .1, .5, .9) infinite;
        border: 16px solid #45484a;
        border-top-color: #e0e1e2;
        border-radius: 50%;
        height: 65px;
        margin: 0 auto;
        width: 65px
    }

    .title[_ngcontent-c18] {
        font-size: 16px;
        padding: 24px 0 8px;
        text-align: center
    }

    .message[_ngcontent-c18] {
        color: #818589;
        line-height: 1.5
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

    .modal[_ngcontent-c19] {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        position: fixed
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] {
        width: 92%;
        margin: auto 16px;
        max-height: calc(100% - 84px);
        background-color: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
        z-index: 90;
        border-radius: 6px;
        font-size: 14px
    }

    .modal[_ngcontent-c19] .dialog.scrollable[_ngcontent-c19] {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] {
        padding: 14px 24px 6px
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .content[_ngcontent-c19] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .content-title[_ngcontent-c19] {
        margin-top: 10px;
        font-weight: 700;
        font-size: 16px
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .title[_ngcontent-c19] {
        padding: 10px 0;
        font-size: 16px;
        font-weight: 700;
        white-space: normal
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .caution[_ngcontent-c19] {
        padding: 12px;
        line-height: 1.5;
        border: 1px solid rgba(255, 74, 97, .88);
        box-sizing: border-box;
        border-radius: 4px;
        background: rgba(255, 74, 97, .04)
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .image[_ngcontent-c19] {
        width: 50%;
        padding: 10px
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .body[_ngcontent-c19] {
        padding-top: 16px;
        line-height: 1.7;
        width: 100%
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .body-align-center[_ngcontent-c19] {
        text-align: center
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .period[_ngcontent-c19] {
        padding: 10px 0;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.5
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .buttons[_ngcontent-c19] {
        padding: 20px 0 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .buttons[_ngcontent-c19] .dialog-button[_ngcontent-c19] {
        width: 50%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        border: none;
        border-radius: 4px;
        background-color: #000
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .buttons[_ngcontent-c19] .dialog-button.cancel[_ngcontent-c19] {
        color: #858a8e;
        background-color: #fff;
        border: 1px solid #a1a8af;
        margin-right: 16px
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .container[_ngcontent-c19] .buttons[_ngcontent-c19] .dialog-button.ok[_ngcontent-c19] {
        color: #fff;
        background-color: #1e1f20
    }

    .modal[_ngcontent-c19] .dialog[_ngcontent-c19] .line[_ngcontent-c19] {
        height: 1px;
        background-color: #c8cacc
    }

    .toast[_ngcontent-c20] {
        position: fixed;
        z-index: 8;
        top: 0;
        left: 0;
        right: 0;
        margin: 10px;
        border-radius: 4px;
        background-color: #fbfcfa;
        border: 1px solid #91d446;
        padding: 20px
    }

    .toast.error[_ngcontent-c20] {
        background-color: #fffcfc;
        border: 1px solid #ff6175
    }

    .toast[_ngcontent-c20] .content[_ngcontent-c20] {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .toast[_ngcontent-c20] .content[_ngcontent-c20] .icon[_ngcontent-c20] {
        -webkit-flex: 0;
        flex: 0
    }

    .toast[_ngcontent-c20] .content[_ngcontent-c20] .message[_ngcontent-c20] {
        -webkit-flex: 1;
        flex: 1;
        font-size: 14px;
        line-height: 1.5;
        white-space: pre-wrap;
        padding: 0 10px
    }

    .toast[_ngcontent-c20] .content[_ngcontent-c20] .close[_ngcontent-c20] {
        -webkit-flex: 0;
        flex: 0
    }

    @media screen and (orientation:portrait) {
        .landscape-message[_ngcontent-c56] {
            display: none
        }

        .image-background[_ngcontent-c56] {
            background-size: cover
        }

        .pseudo-background[_ngcontent-c56] {
            display: block
        }
    }

    @media screen and (orientation:landscape) {
        .landscape-message[_ngcontent-c56] {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #fff;
            display: block;
            padding-top: 30px;
            text-align: center;
            z-index: 8
        }

        .image-background[_ngcontent-c56],
        .pseudo-background[_ngcontent-c56] {
            display: none
        }
    }

    .background[_ngcontent-c56] {
        top: 0;
        left: 0;
        background-color: #28292b
    }

    .background[_ngcontent-c56],
    .swiper-container[_ngcontent-c56] {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .swiper-container[_ngcontent-c56] {
        padding: 10px 0;
        box-sizing: border-box;
        overflow-y: hidden;
        overflow: -moz-scrollbars-vertical;
        -webkit-user-select: none;
        z-index: 4
    }

    .swiper-slide[_ngcontent-c56] {
        width: 80%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center
    }

    .book-information-bar[_ngcontent-c56] {
        margin: 0 12px 7px 5px;
        height: 35px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .book-information-bar[_ngcontent-c56] .ticket-count-container[_ngcontent-c56] {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-left: 10px;
        margin-top: 2px
    }

    .book-information-bar[_ngcontent-c56] .ticket-count-container[_ngcontent-c56] .ticket-count-box[_ngcontent-c56] .ticket-count-numerator[_ngcontent-c56] {
        color: #fff;
        font-weight: 700;
        font-size: 14px
    }

    .book-information-bar[_ngcontent-c56] .ticket-count-container[_ngcontent-c56] .ticket-count-box[_ngcontent-c56] .ticket-count-denominator[_ngcontent-c56] {
        color: #c3c9d0;
        font-size: 10px
    }

    .book-information-bar[_ngcontent-c56] .buttons-container[_ngcontent-c56] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center
    }

    .book-information-bar[_ngcontent-c56] .buttons-container[_ngcontent-c56] .new-dot[_ngcontent-c56] {
        position: relative
    }

    .book-information-bar[_ngcontent-c56] .buttons-container[_ngcontent-c56] .new-dot[_ngcontent-c56]:after {
        position: absolute;
        content: "";
        bottom: 20px;
        right: 10px;
        width: 8px;
        height: 8px;
        background-color: #ff243e;
        border-radius: 50%
    }

    .book-information-bar[_ngcontent-c56] .buttons-container[_ngcontent-c56] .header-button[_ngcontent-c56] {
        width: 48px;
        height: 44px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .book-information-bar[_ngcontent-c56] .buttons-container[_ngcontent-c56] .header-button-image[_ngcontent-c56] {
        width: 16px
    }

    .book-information-bar[_ngcontent-c56] .buttons-container[_ngcontent-c56] .header-button-label[_ngcontent-c56] {
        color: #fff;
        font-size: 10px
    }

    .book-information-bar[_ngcontent-c56] .buttons-container[_ngcontent-c56] .header-button-visitor-information[_ngcontent-c56] {
        width: 50px
    }

    img.logo[_ngcontent-c56] {
        width: 99px;
        height: 95px
    }

    p.content-text[_ngcontent-c56] {
        margin: 12px auto auto;
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        color: #000
    }

    .apply-background[_ngcontent-c41] {
        background-color: #5cca3c;
        z-index: 9;
        -webkit-animation: applied 1s ease-out forwards;
        animation: applied 1s ease-out forwards
    }

    @-webkit-keyframes applied {
        0% {
            opacity: .8
        }

        to {
            opacity: 0
        }
    }

    @keyframes applied {
        0% {
            opacity: .8
        }

        to {
            opacity: 0
        }
    }

    .donation-message-screen[_ngcontent-c42] {
        -webkit-align-items: center;
        align-items: center;
        background-color: rgba(30, 31, 32, .72);
        display: -webkit-flex;
        display: flex;
        height: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        z-index: 6
    }

    .donation-message-wrapper[_ngcontent-c42] {
        margin: 0 10px;
        text-align: center
    }

    .donation-message-image[_ngcontent-c42] {
        width: 100%;
        margin-bottom: -65px
    }

    .donation-message-container[_ngcontent-c42],
    .donation-message-image[_ngcontent-c42] {
        -webkit-animation: up 1.5s ease-in-out;
        animation: up 1.5s ease-in-out
    }

    .donation-message-container[_ngcontent-c42] {
        background-color: #fff;
        border-radius: 11px;
        padding: 20px;
        position: relative;
        margin: 0 auto;
        max-width: 320px
    }

    .donation-message-text[_ngcontent-c42] {
        font-size: 20px;
        font-weight: 700;
        padding: 20px 0 28px
    }

    .donation-message-sub-text[_ngcontent-c42] {
        font-size: 16px;
        padding-bottom: 28px
    }

    .donation-message-owner-name[_ngcontent-c42] {
        background-color: #f5f5f5;
        border-radius: 4px;
        color: #45484a;
        padding: 8px 12px
    }

    @-webkit-keyframes up {
        0% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }

        20% {
            -webkit-transform: translateY(-30%);
            transform: translateY(-30%)
        }

        40% {
            -webkit-transform: translateY(15%);
            transform: translateY(15%)
        }

        60% {
            -webkit-transform: translateY(-10%);
            transform: translateY(-10%)
        }

        80% {
            -webkit-transform: translateY(5%);
            transform: translateY(5%)
        }

        to {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes up {
        0% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }

        20% {
            -webkit-transform: translateY(-30%);
            transform: translateY(-30%)
        }

        40% {
            -webkit-transform: translateY(15%);
            transform: translateY(15%)
        }

        60% {
            -webkit-transform: translateY(-10%);
            transform: translateY(-10%)
        }

        80% {
            -webkit-transform: translateY(5%);
            transform: translateY(5%)
        }

        to {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    .cover[_ngcontent-c54] {
        background-color: rgba(30, 31, 32, .40371);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5
    }

    .toast[_ngcontent-c54] {
        width: 100%;
        padding: 16px
    }

    .toast[_ngcontent-c54],
    .toast[_ngcontent-c54] .progress[_ngcontent-c54] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .toast[_ngcontent-c54] .progress[_ngcontent-c54] {
        width: 25%;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .toast[_ngcontent-c54] .divider[_ngcontent-c54] {
        background: rgba(30, 31, 32, .12);
        width: 2px;
        height: 58px
    }

    .toast[_ngcontent-c54] .guide[_ngcontent-c54] {
        width: 75%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
        -webkit-align-items: center;
        align-items: center
    }

    .toast[_ngcontent-c54] .guide-text[_ngcontent-c54] {
        font-size: 12px;
        line-height: 1.5;
        padding-left: 10px
    }

    .toast[_ngcontent-c54] .guide-arrow[_ngcontent-c54] {
        margin-left: 10px
    }

    .container[_ngcontent-c54] {
        -webkit-align-items: center;
        align-items: center;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 6px 10px rgba(0, 0, 0, .155344), 0 2px 6px rgba(0, 0, 0, .12016);
        display: -webkit-flex;
        display: flex;
        height: calc(100% - 96px);
        margin: 48px 24px;
        position: fixed;
        transition: height .3s;
        width: calc(100% - 48px);
        z-index: 6
    }

    .container-minimized[_ngcontent-c54] {
        -webkit-animation: shake 2s linear .3s infinite;
        animation: shake 2s linear .3s infinite;
        box-shadow: 0 6px 10px rgba(30, 31, 32, .161194), 0 16px 24px rgba(30, 31, 32, .124235);
        height: 85px;
        margin: 48px 12px;
        width: calc(100vw - 24px)
    }

    .inner-container[_ngcontent-c54] {
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        height: 100%;
        width: 100%
    }

    @-webkit-keyframes fade-in {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes fade-in {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes shake {
        90% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        93% {
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg)
        }

        97% {
            -webkit-transform: rotate(2deg);
            transform: rotate(2deg)
        }

        to {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
    }

    @keyframes shake {
        90% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        93% {
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg)
        }

        97% {
            -webkit-transform: rotate(2deg);
            transform: rotate(2deg)
        }

        to {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
    }

    @-webkit-keyframes scale {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }

        45% {
            -webkit-transform: scale(.1);
            transform: scale(.1);
            opacity: .7
        }

        80% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }
    }

    @keyframes scale {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }

        45% {
            -webkit-transform: scale(.1);
            transform: scale(.1);
            opacity: .7
        }

        80% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }
    }

    .ticket-container[_ngcontent-c55] {
        position: relative;
        height: calc(100% - 45px);
        border: 1px solid #1e1f20;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .16), 0 2px 6px 0;
        box-sizing: border-box
    }

    .ticket-container[_ngcontent-c55] .ticket-main-container[_ngcontent-c55] {
        height: 100%;
        width: 100%;
        background-color: #fff;
        position: relative
    }

    .ticket-container[_ngcontent-c55] .returning[_ngcontent-c55] {
        width: 100%;
        height: 100%;
        background-color: rgba(88, 90, 91, .81);
        z-index: 6;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center
    }

    .ticket-container[_ngcontent-c55] .returning[_ngcontent-c55] .ball-pulse-loader[_ngcontent-c55] {
        padding-right: 10px
    }

    .ticket-container[_ngcontent-c55] .returning[_ngcontent-c55] .ball-pulse-loader[_ngcontent-c55] div[_ngcontent-c55] {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        margin: 2px;
        display: inline-block;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        background-color: #fff
    }

    .ticket-container[_ngcontent-c55] .returning[_ngcontent-c55] .ball-pulse-loader[_ngcontent-c55] div[_ngcontent-c55]:first-child {
        -webkit-animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.4s infinite;
        animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.4s infinite
    }

    .ticket-container[_ngcontent-c55] .returning[_ngcontent-c55] .ball-pulse-loader[_ngcontent-c55] div[_ngcontent-c55]:nth-child(2) {
        -webkit-animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.2s infinite;
        animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.2s infinite
    }

    .ticket-container[_ngcontent-c55] .returning[_ngcontent-c55] .ball-pulse-loader[_ngcontent-c55] div[_ngcontent-c55]:nth-child(3) {
        -webkit-animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) 0s infinite;
        animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) 0s infinite
    }

    .ticket-container[_ngcontent-c55] .returning[_ngcontent-c55] .returning-message[_ngcontent-c55] {
        font-size: 24px;
        color: #fff
    }

    .ticket[_ngcontent-c78] {
        height: 100%;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        position: relative
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .ticket-header[_ngcontent-c78] {
        position: relative
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .ticket-header[_ngcontent-c78] .ticket-image[_ngcontent-c78] {
        display: block;
        width: 100%;
        height: auto
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .ticket-header[_ngcontent-c78] .detail-button[_ngcontent-c78] {
        bottom: -20px;
        position: absolute;
        right: 20px;
        z-index: 6
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .detail-button[_ngcontent-c78] img[_ngcontent-c78] {
        width: 20px;
        height: 30px
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .line[_ngcontent-c78] {
        position: relative;
        z-index: 5;
        color: #e0e1e2;
        border-style: solid;
        border-width: 1px 0 0;
        width: 100%
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .ticket-information-block[_ngcontent-c78] {
        position: relative;
        z-index: 5;
        padding: 12px 16px;
        font-size: 16px
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .ticket-information-block[_ngcontent-c78] .legal-label[_ngcontent-c78] {
        display: inline-block;
        padding: 4px;
        margin-bottom: 4px;
        font-size: 10px;
        font-weight: 700;
        border: 1px solid #1e1f20;
        border-radius: 3px;
        line-height: 1
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .non-qr-ticket-padding[_ngcontent-c78] {
        padding-top: 0
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .non-legal-ticket-padding[_ngcontent-c78] {
        padding-top: 20px
    }

    .ticket[_ngcontent-c78] .scrollable[_ngcontent-c78] .under-stamp-image[_ngcontent-c78] {
        z-index: 3
    }

    @-webkit-keyframes scale {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        to {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes scale {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        to {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    .title-date-container[_ngcontent-c66] .ticket-title[_ngcontent-c66] {
        font-weight: 700;
        line-height: 1.3;
        word-break: break-all
    }

    .title-date-container[_ngcontent-c66] .date-and-time-wrapper[_ngcontent-c66] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center
    }

    .title-date-container[_ngcontent-c66] .date-and-time-wrapper[_ngcontent-c66] .date-container[_ngcontent-c66] {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 4px
    }

    .title-date-container[_ngcontent-c66] .date-and-time-wrapper[_ngcontent-c66] .open-and-start-time-container[_ngcontent-c66] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.3;
        font-size: 14px
    }

    .title-date-container[_ngcontent-c66] .date-and-time-wrapper[_ngcontent-c66] .open-and-start-time-container[_ngcontent-c66] .label-and-time-wrapper[_ngcontent-c66] {
        display: -webkit-flex;
        display: flex;
        margin-top: 4px
    }

    .title-date-container[_ngcontent-c66] .date-and-time-wrapper[_ngcontent-c66] .open-and-start-time-container[_ngcontent-c66] .label-and-time-wrapper[_ngcontent-c66]:first-child {
        margin-right: 4px
    }

    .title-date-container[_ngcontent-c66] .date-and-time-wrapper[_ngcontent-c66] .open-and-start-time-container[_ngcontent-c66] .label-and-time-wrapper[_ngcontent-c66] .label[_ngcontent-c66] {
        display: inline-block;
        padding: 4px;
        background-color: #818589;
        border-radius: 3px;
        font-size: 13px;
        line-height: 1;
        color: #fff
    }

    .title-date-container[_ngcontent-c66] .date-and-time-wrapper[_ngcontent-c66] .open-and-start-time-container[_ngcontent-c66] .label-and-time-wrapper[_ngcontent-c66] .time[_ngcontent-c66] {
        margin-left: 4px;
        -webkit-align-self: center;
        align-self: center
    }

    .title-date-container[_ngcontent-c66] .venue-name[_ngcontent-c66] {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 4px
    }

    .ticket-seat[_ngcontent-c67] {
        line-height: 1.3;
        word-break: break-all
    }

    .seat-name[_ngcontent-c67] {
        font-size: 16px
    }

    .seat-number[_ngcontent-c67] {
        margin-top: 4px;
        font-size: 20px;
        font-weight: 700
    }

    .ticket-seat-not-display-container[_ngcontent-c67] {
        border-radius: 4px;
        background-color: rgba(74, 144, 226, .05);
        border: 1px solid #4a90e2;
        margin-top: 12px;
        padding: 10px;
        font-size: 15px;
        line-height: 1.5;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center
    }

    .ticket-owner-name-container[_ngcontent-c61] {
        line-height: 1.5
    }

    .ticket-owner-name-container[_ngcontent-c61] .table-row[_ngcontent-c61] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ticket-owner-name-container[_ngcontent-c61] .table-row[_ngcontent-c61] .label[_ngcontent-c61] {
        -webkit-align-self: center;
        align-self: center;
        font-size: 13px;
        color: #6f757a
    }

    .ticket-owner-name-container[_ngcontent-c61] .table-row[_ngcontent-c61] .name-kanji[_ngcontent-c61] {
        font-weight: 700;
        font-size: 16px;
        -webkit-align-self: center;
        align-self: center
    }

    .ticket-owner-name-container[_ngcontent-c61] .table-row[_ngcontent-c61] .name-kana[_ngcontent-c61] {
        margin-left: 8px;
        font-size: 11px;
        -webkit-align-self: center;
        align-self: center
    }

    .ticket-footer[_ngcontent-c69] {
        width: 100%;
        background-color: #f5f5f5;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: row;
        flex-direction: row;
        padding: 12px 2vw;
        box-sizing: border-box
    }

    .ticket-footer[_ngcontent-c69] .button-wrapper[_ngcontent-c69] {
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 1vw;
        padding-right: 1vw
    }

    .ticket-footer[_ngcontent-c69] .button-wrapper[_ngcontent-c69] .apply-message[_ngcontent-c69] {
        color: #797979;
        font-size: 12px;
        max-width: 40vw;
        text-align: center;
        line-height: 1.5
    }

    .box-stamp-image[_ngcontent-c71] {
        -webkit-animation: scale .2s cubic-bezier(0, 1.2, 1, 1.2);
        animation: scale .2s cubic-bezier(0, 1.2, 1, 1.2);
        display: -webkit-flex;
        display: flex;
        height: auto;
        -webkit-justify-content: center;
        justify-content: center;
        margin: auto;
        width: 95%;
        z-index: 4
    }

    .stamp-image[_ngcontent-c71] {
        height: 32vh
    }

    .container-wrapper[_ngcontent-c64] {
        padding: 20px 10px
    }

    .container-wrapper[_ngcontent-c64] .container[_ngcontent-c64] {
        margin-bottom: 20px
    }

    .container-wrapper[_ngcontent-c64] .container[_ngcontent-c64] .title[_ngcontent-c64] {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        box-sizing: border-box;
        border-left: 4px solid #1e1f20;
        box-shadow: 0 1px 0 rgba(30, 31, 32, .24);
        padding: 4px 4px 4px 6px
    }

    .container-wrapper[_ngcontent-c64] .container[_ngcontent-c64] .content[_ngcontent-c64] {
        margin-top: 20px;
        line-height: 1.5
    }

    .modal[_ngcontent-c57] {
        z-index: 7;
        height: 100%;
        overflow-y: scroll
    }

    .header[_ngcontent-c57] {
        color: #fff;
        font-size: 17px
    }

    .header[_ngcontent-c57] .title[_ngcontent-c57] {
        padding: 14px 0;
        margin: auto;
        text-align: center
    }

    .header[_ngcontent-c57] .close[_ngcontent-c57] {
        position: absolute;
        padding: 4px
    }

    .header[_ngcontent-c57] .close[_ngcontent-c57] .close-image[_ngcontent-c57] {
        padding-top: 2px
    }

    .scrollable[_ngcontent-c59] {
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        height: 100%;
        box-sizing: border-box;
        padding-bottom: 68px;
        overflow-y: auto
    }

    .footer[_ngcontent-c59] {
        position: absolute;
        height: 68px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: hsla(0, 0%, 100%, .9);
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center
    }

    .footer-button[_ngcontent-c59] {
        width: 90%
    }

    .header[_ngcontent-c59] {
        margin: 10px 0;
        text-align: center
    }

    .message[_ngcontent-c59] {
        margin: 11px 0 24px;
        line-height: 1.3;
        font-size: 16px
    }

    .message[_ngcontent-c59] .tips[_ngcontent-c59] {
        margin-top: 12px;
        font-size: 14px
    }

    .message[_ngcontent-c59] .tips[_ngcontent-c59] .link[_ngcontent-c59] {
        color: #2376d6;
        text-decoration: underline
    }

    .tickets[_ngcontent-c59] {
        margin: 10px 0
    }

    .tickets[_ngcontent-c59] .return-status-info[_ngcontent-c59] {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 10px
    }

    .tickets[_ngcontent-c59] .return-status-info[_ngcontent-c59] .status[_ngcontent-c59] {
        margin-left: 8px;
        width: 60px
    }

    .tickets[_ngcontent-c59] .failed-massage[_ngcontent-c59] {
        padding: 12px 0 0 14px;
        color: #6f757a;
        font-size: 12px;
        line-height: 1.5
    }

    .ticket-list-item[_ngcontent-c58] {
        margin: 10px 0 0;
        border-radius: 4px;
        box-shadow: inset 1px 1px #979797, inset -1px -1px #979797;
        padding: 12px 10px;
        background-color: #fff
    }

    .ticket-list-item.selected[_ngcontent-c58] {
        background-color: rgba(35, 118, 214, .08);
        box-shadow: inset 3px 3px #2376d6, inset -3px -3px #2376d6
    }

    .ticket-list-item.non-selectable-ticket[_ngcontent-c58] {
        color: #80868c;
        background-color: hsla(0, 0%, 84.7%, .24);
        box-shadow: inset 1px 1px #d9dbde, inset -1px -1px #d9dbde
    }

    .ticket-list-item[_ngcontent-c58] .perform-name[_ngcontent-c58] {
        font-weight: 700;
        font-size: 14px
    }

    .ticket-list-item[_ngcontent-c58] .date-time[_ngcontent-c58] {
        margin: 10px 0 0;
        font-size: 12px;
        line-height: 1.3
    }

    .ticket-list-item[_ngcontent-c58] .date-time.when-single-date[_ngcontent-c58] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .ticket-list-item[_ngcontent-c58] .date-time[_ngcontent-c58] .date[_ngcontent-c58] {
        margin-right: 5px
    }

    .ticket-list-item[_ngcontent-c58] .seat[_ngcontent-c58] {
        margin: 10px 0 0;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.3
    }

    .ticket-list-item[_ngcontent-c58] .status[_ngcontent-c58] {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .item-container[_ngcontent-c63] {
        margin: 10px
    }

    .item-container[_ngcontent-c63] .face-image-label[_ngcontent-c63] {
        color: #6f757a;
        font-size: 13px
    }

    .item-container[_ngcontent-c63] .face-image-content[_ngcontent-c63] {
        margin-top: 7px;
        color: #818589;
        font-size: 14px;
        line-height: 1.5
    }

    .face-image[_ngcontent-c63] {
        height: 110px
    }

    .hidden-face-image-message[_ngcontent-c63] {
        margin-top: 3px
    }

    .item[_ngcontent-c80] {
        margin: 0 8px
    }

    .item[_ngcontent-c80],
    .label[_ngcontent-c80] {
        padding: 3px 0
    }

    .label[_ngcontent-c80] {
        font-weight: 700;
        font-size: 13px
    }

    .value[_ngcontent-c80] {
        padding: 3px 0;
        font-size: 12px;
        line-height: 1.7
    }

    .scrollable[_ngcontent-c80] {
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        height: 95%;
        overflow-y: auto;
        width: 100%;
        clear: both;
        line-height: 1.3
    }

    .ticket-code[_ngcontent-c80] {
        padding: 3px 0;
        position: absolute;
        bottom: 10px;
        right: 5px;
        margin: 5px;
        text-align: right;
        font-size: 12px
    }

    .ticket-code[_ngcontent-c80] .ticket-code-label[_ngcontent-c80] {
        color: #7f7f7f
    }

    .flex-column[_ngcontent-c82] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        position: relative
    }

    .flex-column[_ngcontent-c82] .header[_ngcontent-c82] {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center
    }

    .flex-column[_ngcontent-c82] .header[_ngcontent-c82] .legal-label[_ngcontent-c82] {
        padding: 4px;
        border: 1px solid #1e1f20;
        border-radius: 3px;
        font-size: 10px;
        font-weight: 700;
        line-height: 1
    }

    .flex-column[_ngcontent-c82] .header[_ngcontent-c82] .ticket-count[_ngcontent-c82] {
        font-size: 13px;
        float: right
    }

    .flex-column[_ngcontent-c82] .header[_ngcontent-c82] .ticket-count[_ngcontent-c82] .check-image-wrapper[_ngcontent-c82] {
        display: table-cell;
        padding-right: 5px;
        vertical-align: middle
    }

    .flex-column[_ngcontent-c82] .header[_ngcontent-c82] .ticket-count[_ngcontent-c82] .check-image-wrapper[_ngcontent-c82] .check-image[_ngcontent-c82] {
        width: 16px;
        height: 16px
    }

    .flex-column[_ngcontent-c82] .header[_ngcontent-c82] .ticket-count[_ngcontent-c82] .count-text[_ngcontent-c82] {
        display: table-cell;
        vertical-align: middle
    }

    .flex-column[_ngcontent-c82] .header[_ngcontent-c82] .ticket-count[_ngcontent-c82] .count-text[_ngcontent-c82] .count[_ngcontent-c82] {
        padding-left: 2px
    }

    .flex-column[_ngcontent-c82] .header-flex-end[_ngcontent-c82] {
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .flex-column[_ngcontent-c82] .line[_ngcontent-c82] {
        position: absolute;
        top: 42px;
        left: 0;
        color: #d8d8d8;
        border-style: solid;
        border-width: 1px 0 0;
        width: 100%
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] {
        margin-top: 20px
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .title[_ngcontent-c82] {
        font-size: 14px;
        font-weight: 700;
        word-break: break-all
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .no-seat-title[_ngcontent-c82] {
        font-size: 18px
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .datetime-wrapper[_ngcontent-c82] {
        -webkit-align-items: center;
        align-items: center;
        margin-top: 4px;
        line-height: 1.7;
        font-size: 12px
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .datetime-wrapper[_ngcontent-c82],
    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .datetime-wrapper[_ngcontent-c82] .open-and-start-time-container[_ngcontent-c82] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .datetime-wrapper[_ngcontent-c82] .open-and-start-time-container[_ngcontent-c82] .label-and-time-wrapper[_ngcontent-c82] {
        display: -webkit-flex;
        display: flex
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .datetime-wrapper[_ngcontent-c82] .open-and-start-time-container[_ngcontent-c82] .label-and-time-wrapper[_ngcontent-c82]:first-child {
        margin-right: 8px
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .datetime-wrapper[_ngcontent-c82] .open-and-start-time-container[_ngcontent-c82] .label-and-time-wrapper[_ngcontent-c82] .label[_ngcontent-c82] {
        -webkit-align-self: center;
        align-self: center;
        padding-right: 8px
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .datetime-wrapper[_ngcontent-c82] .open-and-start-time-container[_ngcontent-c82] .label-and-time-wrapper[_ngcontent-c82] .time[_ngcontent-c82] {
        -webkit-align-self: center;
        align-self: center
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .seat[_ngcontent-c82] {
        margin-top: 8px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        word-break: break-all
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .entitled-visitors-container[_ngcontent-c82] {
        margin-top: 12px;
        line-height: 1.5
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .entitled-visitors-container[_ngcontent-c82] .entitled-visitors-label[_ngcontent-c82] {
        display: -webkit-flex;
        display: flex;
        color: #818589
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .entitled-visitors-container[_ngcontent-c82] .entitled-visitors-body[_ngcontent-c82] {
        margin-top: 4px;
        padding: 8px;
        background-color: #f5f5f5;
        border-radius: 4px
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .entitled-visitors-container[_ngcontent-c82] .entitled-visitors-body[_ngcontent-c82] .entitled-visitor-name-wrapper[_ngcontent-c82] {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .entitled-visitors-container[_ngcontent-c82] .entitled-visitors-body[_ngcontent-c82] .entitled-visitor-name-wrapper[_ngcontent-c82] .name-kana[_ngcontent-c82] {
        font-size: 12px
    }

    .flex-column[_ngcontent-c82] .content[_ngcontent-c82] .entitled-visitors-container[_ngcontent-c82] .entitled-visitors-footer[_ngcontent-c82] {
        margin-top: 8px;
        padding: 0 8px;
        color: #818589;
        font-size: 13px;
        line-height: 1.3
    }

    .flex-column[_ngcontent-c82] .footer[_ngcontent-c82] {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 16px;
        color: #a1a4a7;
        font-weight: 700;
        font-size: 13px;
        -webkit-font-smoothing: antialiased;
        line-height: 1.7;
        text-align: center
    }

    .apply-guide-wrapper[_ngcontent-c82] {
        position: absolute;
        z-index: 2;
        left: 0;
        width: 100%;
        bottom: 4%
    }

    .apply-guide-wrapper[_ngcontent-c82],
    .apply-guide-wrapper[_ngcontent-c82] .apply-guide[_ngcontent-c82] {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center
    }

    .apply-guide-wrapper[_ngcontent-c82] .apply-guide[_ngcontent-c82] {
        padding: 8px;
        height: 72vw;
        width: 72vw;
        border-radius: 50%;
        border: 1px dashed rgba(30, 31, 32, .3);
        background-color: hsla(0, 0%, 100%, .7)
    }

    .apply-guide-wrapper[_ngcontent-c82] .apply-guide[_ngcontent-c82] .guide-text[_ngcontent-c82] {
        width: 100%;
        color: #45484a;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center
    }

    @media (orientation:landscape) {
        .qr-wrapper[_ngcontent-c82] {
            margin-left: 10vw;
            margin-top: -2vh
        }
    }

    @media (orientation:portrait) {
        .qr-wrapper[_ngcontent-c82] {
            bottom: 56px;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            left: 0;
            position: absolute;
            width: 100%
        }
    }

    .landscape-wrapper[_ngcontent-c82] {
        display: -webkit-flex;
        display: flex
    }

    .modal[_ngcontent-c57] {
        z-index: 7;
        height: 100%;
        overflow-y: scroll
    }

    .header[_ngcontent-c57] {
        color: #fff;
        font-size: 17px
    }

    .header[_ngcontent-c57] .title[_ngcontent-c57] {
        padding: 14px 0;
        margin: auto;
        text-align: center
    }

    .header[_ngcontent-c57] .close[_ngcontent-c57] {
        position: absolute;
        padding: 4px
    }

    .header[_ngcontent-c57] .close[_ngcontent-c57] .close-image[_ngcontent-c57] {
        padding-top: 2px
    }

    .stamp-area[_ngcontent-c81] {
        position: absolute;
        top: 47px;
        left: 0;
        width: 100%;
        height: calc(100% - 47px);
        z-index: 7
    }

    html,
    body {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
        touch-action: manipulation !important;
    }

    .scrollable {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    