@charset "UTF-8";
/* payment
-------------------------------------*/
.payment_finish_line_img{
    width:100%;
}

.payment_area {
    padding: 140px 0 60px;
}

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

.payment_top {
    padding: 20px 10px;
}

.payment_top_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.payment_top_list dt {
    width: 60px;
    line-height: 1.5;
    font-weight: bold;
    color: #004387;
}
.payment_top_list dd {
    width: calc(100% - 60px);
    line-height: 1.5;
}

.payment_body {
    padding-bottom: 20px;
}
.payment_body .payment_body_ttl {
    padding: 0 10px;
    height: 40px;
    background-color: #eee;
    border-top: 1px solid #ccc;
}
.payment_body .payment_body_ttl h2 {
    line-height: 40px;
    font-weight: bold;
    color: #004387;
}
.payment_body .btn_box {
    margin-top: 20px;
    text-align: center;
}
.description-not-card {
    line-height: 1.5em;
    text-align: left;
    padding: 4%;
    color: #FF0000;
    font-weight: bold;
    margin-left: 20%;
}

.payment_btn_box {
    /*margin-bottom: 20px;*/
    text-align: center;
}

.payment_tbl {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word;
}
.payment_tbl td {
    height: 33px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.payment_tbl td.payment_td_seat {
    /*padding-left: 150px;
    width: 470px;*/
    padding-left: 15.24%;
    width: 47.76%;
}
.payment_tbl td.payment_td_kind {
    /*width: 164px;*/
    width: 16.66%;
    text-align: center;
}
.payment_tbl td.payment_td_price, .payment_tbl td.payment_total_price {
    /*padding-right: 200px;
    width: 350px;*/
    padding-right: 20.32%;
    width: 35.58%;
    text-align: right;
}
.payment_tbl td.payment_total_ttl {
    color: #004387;
    font-weight: bold;
    text-align: center;
}
.payment_tbl .total td {
    height: 40px;
    background-color: #eee;
}

.button_payment_back {
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #999;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.payment_line h2 {
    height: 40px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    line-height: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #00b900;
    text-align: center;
}

.payment_line_inner {
    margin-top: 0px;
    padding-bottom: 40px;
}
.payment_line_inner h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #00b900;
    text-align: center;
}

.payment_line_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payment_line_box01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*padding: 60px 15px 0;*/
    padding: 0;
    width: 100%;
    /*width: calc((100% - 4px) / 2);*/
    /*height: 280px;*/
    height: auto;
    /*background-color: #eee;*/
}
.payment_line_box01 h4 {
    position: absolute;
    top: 12px;
    left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
    border: 1px solid #999;
    line-height: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #004387;
    text-align: center;
}
.payment_line_box01 h4 i {
    margin-right: 15px;
    padding-bottom: 2px;
    font-size: 24px;
    vertical-align: middle;
}
.payment_line_box01 dt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00b900;
}
.payment_line_box01 .qr_base {
    margin: 5px 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
    height: 85px;
}
.payment_line_box01 .qr_base img {
    width: auto;
    height: 100%;
}
.payment_line_box01 .qr_base + p {
    line-height: 1.5;
}

.payment_line_friend {
    padding-top: 0;
    width: 100%;
    text-align: center;
}

.payment_line_box02 {
    padding: 30px 0;
    background-color: #eee;
    text-align: center;
}

.button_line02 {
    width: 300px;
    height: 40px;
    padding-left: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #910000;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.button_line02::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 26px;
    margin: -3px 0 0 20px;
    /*background: url(../img/ticket/ic_line.svg) center center no-repeat;*/
    background-size: cover;
    vertical-align: middle;
}

.search_line_id {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 61.5vw;
    max-width: 460px;
}
.search_line_id .search_line_id_input {
    padding: 10px 10px 9px;
    width: 360px;
    height: 4rem;
    border: 1px solid #ccc;
    border-radius: 1rem 0 0 1rem;
    font-size: 2rem;
}
.search_line_id .search_login_button {
    width: 100px;
    height: 4rem;
    background-color: #004387;
    border-radius: 0 1rem 1rem 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.completed p {
    margin: 30px 0;
    text-align: center;
}
.completed .payment_line_box03 {
    padding: 20px 0;
    background-color: #e4e4e4;
    text-align: center;
}

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

/* payment_end
-------------------------------------*/
.thanks {
    padding: 2rem 0;
    text-align: center;
}
.thanks p {
    line-height: 1.6;
}
.thanks p + p {
    margin-top: 1.6rem;
}
.thanks .thanks_button_list {
    padding-top: 1rem;
}
.thanks .thanks_button_list li {
    margin-top: 2rem;
}

.thanks .thanks_msg_area {
    border-bottom: .1rem solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.thanks_order_number{
    font-size: 2rem;
}

.thanks_dest_name{
    font-size: 1.4rem;
}

.thanks_dest_name span::before{
    content:"\A";
    white-space:pre;
}

.line_use_qr_img{
    width: 100%;
}

.recommend_slider {
    padding: 2rem 1rem;
    background-color: #eee;
}
.recommend_slider .swiper-slide {
    /*	width: 8.4rem;*/
}
.recommend_slider .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.recommend_slider {
    position: relative;
    padding: 35px 30px;
    background-color: #eee;
}
.recommend_slider .swiper-container {
    margin: 0 auto;
    width: 100%;
    /*	width: 8.4rem;*/
}
.recommend_slider .swiper-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.email_address_area {
    text-align: center;
    margin: 20px;
}

.email_address_area div {
    width: 340px;
    margin: 5px auto;
    margin-bottom: 10px;
    text-align: left;
}

.email_address_text {
    width: 340px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 5px;
}

.paypal_info_area {
    text-align: center;
    margin: 20px;
}

.paypal_info_area div {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
    text-indent: -1em;
    font-weight: bold;
}

.emphasis_red {
    color: red;
}

@media screen and (min-width: 768px) {
    .payment_area .pc_none {
        display: none;
    }

    .payment_body_inner {
        display: table-row-group !important;
    }

    /* payment_end
-------------------------------------*/
    .thanks {
        padding: 55px 0 20px;
        text-align: center;
    }
    .thanks p {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .thanks p + p {
        margin-top: 1.6rem;
    }
    .thanks .thanks_button_list {
        padding-top: 45px;
    }
    .thanks .thanks_button_list.pc_none{
        display: none;
    }
    .thanks .thanks_button_list li + li {
        margin-top: 30px;
    }

    p.thanks_order_number{
        font-size: 2rem;
    }

    p.thanks_dest_name{
        font-size: 2rem;
    }

    .thanks_dest_name span::before{
        content:"\A";
        white-space:pre;
    }

    .recommend_slider {
        padding: 35px 0;
        background-color: #eee;
    }
    .recommend_slider .swiper-container {
        margin: 0 auto;
        width: 1004px;
        padding: 0 30px;
        /*	width: 8.4rem;*/
    }
    .recommend_slider .swiper-container img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .button_line03 {
        width: 300px;
        height: 40px;
        padding-left: 40px;
        line-height: 40px;
        border-radius: 5px;
        background-color: #00b900;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
    .button_line03::after {
        content: "";
        display: inline-block;
        width: 27px;
        height: 26px;
        margin: -3px 0 0 20px;
        background: url(../../img/ticket/ic_line.svg) center center no-repeat;
        background-size: cover;
        vertical-align: middle;
    }

    .payment_area {
        padding: 110px 0 20px;
    }

    .payment_area .sp_none {
        display: none;
    }

    .payment_area .layout-w1024 {
        padding: 0 0 20px;
        background-color: #fff;
    }

    .payment_top {
        padding: 10px;
    }

    .payment_top_list dt {
        width: 20%;
        line-height: 1.4;
    }
    .payment_top_list dd {
        width: 80%;
        line-height: 1.4;
    }

    .payment_tbl,
    .payment_tbl tbody {
        display: block;
    }
    .payment_tbl tbody.payment_body_inner {
        /*display: none;*/
        display: block;
    }
    .payment_tbl tbody.payment_body_inner + tbody {
        border-top: 1px solid #ccc;
    }
    .payment_tbl tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .payment_total_ttl {
        width: 22%;
    }
    .payment_tbl td {
        height: 33px;
        border-bottom: 1px solid #ccc;
        vertical-align: middle;
    }
    .payment_tbl tbody.payment_body_inner tr:last-child td {
        border-bottom: 0;
    }
    .payment_tbl td.payment_td_seat {
        padding-left: 1rem;
        width: 28%;
    }
    .payment_tbl td.payment_td_kind {
        width: 22%;
    }
    .payment_tbl td.payment_td_price, .payment_tbl td.payment_total_price {
        padding-right: 1rem;
        width: 28%;
    }
    .payment_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;
    }
    .payment_body_ttl .button_toggle_tbl {
        width: 30px;
        height: 30px;
        background-color: #2d2d2d;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }

    .button_payment_back {
        width: 85.7%;
        max-width: 300px;
    }

    .payment_line_friend {
        padding-top: 0;
        width: 100%;
        text-align: center;
    }

    .payment_line_inner {
        margin-top: 0px;
        padding-bottom: 40px;
    }
    .payment_line_inner h3, .payment_line_inner .payment_line_box01 dt {
        font-size: 1.4rem;
    }

    .payment_line_box02 {
        padding: 0;
        background-color: #fff;
    }

    .button_line02 {
        width: 85.7%;
        max-width: 300px;
    }

    .search_line_id {
        width: 85.7%;
        max-width: 300px;
    }
    .search_line_id .search_line_id_input {
        width: 66.67%;
        max-width: 200px;
    }
    .search_line_id .search_login_button {
        width: 33.33%;
        max-width: 100px;
    }

    .completed {
        padding-top: 1rem;
    }
    .completed p {
        margin: 20px 0 10px;
        text-align: center;
    }
    .completed .payment_line_box03 {
        margin: 0 2rem;
    }
    .description-not-card {
        line-height: 1.5em;
        text-align: left;
        color: #FF0000;
        font-weight: bold;
        padding: 10px;
        margin: 0px;
    }

    #modal_popup_3dsecure .modal-header {
        height: 105px !important;
    }
}

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

    *::-ms-backdrop, .button_payment_back {
        padding-top: .3rem;
    }

    /* IE11 */
    *::-ms-backdrop, .payment_line h2, .payment_line_box01 h4 {
        padding-top: .3rem;
    }

    *::-ms-backdrop, .button_line01, .button_line02 {
        padding-top: .2rem;
    }

    *::-ms-backdrop, .search_line_id .search_line_id_input {
        padding: 7px 10px 9px;
    }

    *::-ms-backdrop, .search_line_id .search_login_button {
        padding-top: .3rem;
    }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none) {
    /* IE11 && max-width: 767px */
    .payment_tbl tbody.payment_body_inner {
        display: block;
    }
    .payment_tbl tbody.payment_body_inner td {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .button_line02 {
        padding-left: 0;
    }
}

.customer_linking_area, .customer_linking_error_area, .customer_buy_error_area {
    text-align: center;
    margin: 20px;
}

.customer_linking_area div, .customer_linking_error_area div, .customer_buy_error_area div {
    width: 340px;
    margin: 5px auto;
    margin-bottom: 10px;
    text-align: left;
}
.form_link_customer {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
    color: #000 !important;
    width: 340px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 5px !important;
}
.width300 {
    width: 300px !important;
}
.info_email_address_area {
    line-height: 1.4em;
}

.info_email_address_area > a {
    text-decoration: underline;
    color: #069;
}

.history_custom {
    padding-top: 0px !important;
    padding-bottom: 25px;
}

.paypal_info_area {
    line-height: 1.4em;
}

/*===================PAYMENT METHOD====================*/
.message-description-payment {
    color: red;
}

#payment-method-submit {
    text-align: center;
}
#payment-method-submit button {
    margin-bottom: 0;
}

#payment-method {
    margin-top: 20px;
    background-color: #e4e4e4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

#payment-method-form {
    display: flex;
    flex-direction: column;
}

.radio-inline {
    margin-bottom: 5px;
}

.radio-inline input{
    margin: 0 5px 0 0;
}

#error_message {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #payment-method {
        margin: 2rem 2rem 0 2rem;
    }
}

/*===================SPINNER====================*/

#overlay{
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}

.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.spinner {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.spinner:before,
.spinner:after {
    content: '';
    position: absolute;
    top: 0;
}
.spinner:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*===================CARD PAYMENT====================*/
.modal {
    margin: 0;
    width: 1000px;
    top: 5%;
    left: auto;
    min-height: 0;
}
@media screen and (max-width: 1000px){
    .modal {
        top: 5%;
        left: 5%;
        width: 90vw;
    }
}

body.modal-open {
    overflow: hidden;
}
/* css for card payment modal header */
.modal-header {
    background-color: #40b1e0;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
}
.modal .close {
    position: absolute;
    top: -3%;
    right: -2%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #129ad3;
}
.modal .close:hover,
.modal .close:focus {
    background-color: #48aed3;
    text-decoration: none;
    cursor: pointer;
}

/* css for card payment modal body */
.modal-body {
    padding: 15px;
    overflow-y: auto;
    max-height: calc(100vh - 170px);
}
@media screen and (min-width: 1001px) {
    #modal_confirm_payment .modal-body {
        max-height: calc(100vh - 320px);
    }
}
@media screen and (max-height: 414px) {
    .modal-footer {
        padding: 0 20px 10px !important;
    }
}
.payment-title {
    font-weight: bold;
}
@media screen and (min-width: 1025px) {
    .payment-detail {
        padding-left: 30px;
    }
    .payment-detail .payment_body {
        width: 65%;
    }
}
.payment_tbl td.payment_total_ttl span {
    color: #000;
    font-weight: normal;
}
.card-description {
    padding: 20px;
}

.card_payment_form {
    background-color: #e8f1f3;
    padding: 0 30px;
}
.card_payment_info {
    background-color: #e8f1f3;
    padding: 20px 30px 10px;
}
.card_payment_info {
    margin-top: 20px;
}
.card_payment_form ul {
    display: table;
    width: 100%;
    border-spacing: 0 20px;
    border-collapse: separate;
}
.card_payment_form li {
    display: table-row;
}
.card_payment_form label {
    width: 20%;
    display: table-cell;
}
.card_payment_info label {
    width: 30%;
    display: inline-block;
}
.card_payment_form .card-input {
    width: 60%;
    display: table-cell;
}
.card_payment_form .card-input input {
    width: 70%;
}
.card_payment_info .card-info-wrap {
    width: 60%;
    display: inline-flex;
    align-items: baseline;
}
.card_payment_info li {
    padding-bottom: 20px;
}
.card_payment_info .card-info {
    width: 100%;
    overflow-wrap: break-word;
}
@media screen and (max-width: 900px) {
    .card_payment_form,
    .card_payment_info {
        padding: 10px 10px;
    }
    .card_payment_form .card-input input {
        width: 100%;
    }
}

.card-input-desc {
    padding: 10px;
    line-height: normal;
}
.error_msg_area {
    display: none;
}
.payment-input-error label {
    color: red;
}
.payment-input-error input,
.payment-input-error select {
    border-color: red !important;
}
.payment-input-error .error_msg_area {
    display: block;
}
.notice_card_info {
    padding: 30px 0 10px;
}
.card_payment_info_area {
    display: none;
}

/* css for card payment modal footer */
.modal-footer {
    padding: 0 20px 20px;
}
.modal_btn_back {
    width: 200px;
    line-height: 30px;
    background-color: #999;
    color: #fff;
    text-align: center;
    border: none;
    outline:none;
}
.modal_btn_back:hover,
.modal_btn_back:active {
    background-color: #cbcbcb;
}
.modal_btn_next {
    width: 200px;
    line-height: 30px;
    background-color: #910000;
    color: #fff;
    text-align: center;
    border: none;
    outline:none;
    float: right;
}
.modal_btn_next:hover,
.modal_btn_next:active {
    background-color: #b90000;
}
@media screen and (max-width: 900px) {
    .modal_btn_back,
    .modal_btn_next {
        width: 120px;
    }
}

.error_msg_wrap {
    padding: 5px 0;
}

.success_msg_card_payment_area {
    color: #00b900;
}
/*===================CUSTOMER FORM====================*/
#customer-information-form {
    margin-top: 30px;
}

.input-item label{
    padding: 0 10px;
    margin-bottom: 10px;
}

.input-item input{
    margin-top: 10px;
}
/*===================CONFIRM PAYMENT MODAL====================*/
#modal_confirm_payment {
    top: 25%;
}

@media screen and (max-width: 414px){
    #modal_confirm_payment {
        top: 15%;
    }
}

@media screen and (min-width: 415px) and (max-width: 1000px){
    #modal_confirm_payment {
        top: 5%;
    }
}
/*===================FIX EXPIRATION DATE====================*/
#input_expiration_date {
    display: flex;
}

#input_expiration_date div {
    display: flex;
    align-items: baseline;
}

@media screen and (max-width: 370px){
    #input_expiration_date {
        flex-direction: column;
        width: auto;
    }
    #input_expiration_date .input_year_month:first-child {
        margin-bottom: 10px;
    }

    #expire_year, #expire_month {
        width: 100px;
    }
}

@media screen and (max-width: 414px) {
    .ios .modal-body {
        max-height: calc(100vh - 250px);
    }
}

.cancel-payment {
    text-align: center;
    margin: 0;
}

#modal_popup_3dsecure .modal-header {
    background-color: rgb(255, 101, 101);
}

#modal_popup_3dsecure {
    top: 14%;
}

#modal_popup_3dsecure .close {
    background-color: rgb(220, 50, 50);
    text-align: center;
}

#modal_popup_3dsecure .description-not-card {
    color: #000000;
    font-weight: normal;
    line-height: 2em;
    padding: 0px;
    margin-left: 0px;
}

#modal_popup_3dsecure .modal-header {
    line-height: 24px;
    padding: 10px 10px;
    text-align: left;
}
