@charset "utf-8";

/*********************************************************************
*
*  For ticket
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */
.sec_ticket_wrap .nav_1 {
    margin-bottom: 50px;
}

.sec_ticket_wrap .nav_1 > ul {
    display: flex;
    flex-wrap: wrap;
}

.sec_ticket_wrap .nav_1 > ul > li {
    width: calc(100% / 4);
}

.sec_ticket_wrap .nav_1 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 60px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    background-color: #000;
}

.sec_ticket_wrap .nav_1 > ul > li:nth-child(1) a {
    background-color: #f09a2f;
}

.sec_ticket_wrap .nav_1 > ul > li:nth-child(2) a {
    background-color: #f41168;
}

.sec_ticket_wrap .nav_1 > ul > li:nth-child(3) a {
    background-color: #009245;
}

.sec_ticket_wrap .nav_1 > ul > li:nth-child(4) a {
    background-color: #004a9e;
}

.sec_ticket_wrap .art_1 + .art_1 {
    margin-top: 70px;
}

.sec_ticket_wrap .art_1 > * + * {
    margin-top: 20px;
}

.sec_ticket_wrap .bnr_1 {
    display: block;
}

.sec_ticket_wrap .bnr_2 {
    position: relative;
}

.sec_ticket_wrap .bnr_2 a {
    position: absolute;
    width: 29%;
    height: 20%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.sec_ticket_wrap .bnr_2 .pg_1 {
    left: 4%;
    top: 50%;
}

.sec_ticket_wrap .bnr_2 .pg_2 {
    left: 35%;
    top: 50%;
}
.sec_ticket_wrap .bnr_2 .pg_3 {
    left: 66%;
    top: 50%;
}
.sec_ticket_wrap .bnr_3 {
    position: relative;
}

.sec_ticket_wrap .ttl_2 {
    display: flex;
    align-items: flex-start;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.sec_ticket_wrap .ttl_2::before {
    content: "■";
}

.sec_ticket_wrap .ttl_2::after {
    content: "";
    flex: auto;
    margin-top: 0.5em;
    margin-left: 30px;
    width: auto;
    height: 1px;
    background-color: #9fa0a0;
}
.sec_ticket_wrap .ttl_3 {
    padding: 5px 20px;
    max-width: max-content;
    color: #009e53;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #009e53;
}

.sec_ticket_wrap .ttl_4 {
    padding: 5px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #009e53;
}
.sec_ticket_wrap .price_1 > ul {
    display: flex;
}

.sec_ticket_wrap .price_1 > ul > li {
    display: flex;
    align-items: center;
    width: 50%;
}

.sec_ticket_wrap .price_1.vertical > ul {
    display: block;
}

.sec_ticket_wrap .price_1.vertical > ul > li {
    width: auto;
}

.sec_ticket_wrap .price_1.vertical > ul > li + li {
    margin-top: 20px;
}

.sec_ticket_wrap .price_1 .cat {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 0 10px;
    width: max-content;
    min-width: 170px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: #000;
}

.sec_ticket_wrap .price_1.vertical .cat {
    min-width: 280px;
}

.sec_ticket_wrap .price_1 .cat_1 {
    background-color: #2daabe;
}

.sec_ticket_wrap .price_1 .cat_2 {
    background-color: #00bf95;
}

.sec_ticket_wrap .price_1 .cat_3 {
    background-color: #259e53;
}
.sec_ticket_wrap .price_1 .cat_4 {
    background-color: #7a428c;
}

.sec_ticket_wrap .price_1 .cat_5 {
    background-color: #b68a31;
}
.sec_ticket_wrap .price_1 .cat_6 {
    background-color: #949495;
}
.sec_ticket_wrap .price_1 .cat_7 {
    background-color: #134281;
}

.sec_ticket_wrap .price_1 .price {
    position: relative;
    font-size: 19px;
    font-weight: 700;
}

.sec_ticket_wrap .price_1.vertical .price {
    position: relative;
    min-width: 120px;
}
.sec_ticket_wrap .price_1 .price .soldout {
    position: relative;
}
.sec_ticket_wrap .price_1 .price .soldout::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 50px;
    background-image: url(../../common/img/ico/soldout_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sec_ticket_wrap .note_1 {
    font-size: 12px;
}
.sec_ticket_wrap .note_1 > * + * {
    margin-top: 40px;
}
.sec_ticket_wrap .note_2 {
    font-size: 12px;
}
.sec_ticket_wrap .note_2 b {
    font-size: 13px;
}

.sec_ticket_wrap .border_1 {
    border-style: dashed;
    border-color: #9fa0a0;
}

.sec_ticket_wrap .date_1 {
    color: #009cc4;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.sec_ticket_wrap .date_1 span {
    font-size: 26px;
}

.sec_ticket_wrap .map_1 iframe {
    width: 100%;
    height: 360px;
}

.sec_ticket_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}

.sec_ticket_wrap .clms_wrap_1 > .clm_wrap {
    flex: none;
    width: calc(100% / 2 - 20px);
}

.sec_ticket_wrap .clms_wrap_1 > .clm_wrap > * + * {
    margin-top: 20px;
}
.sec_ticket_wrap .btn_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #000;
}
.sec_ticket_wrap .bnr_4 {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-left: 30px;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 20px;
}
.sec_ticket_wrap .bnr_4 i {
    padding-left: 4px;
    padding-top: 2px;
}

.sec_ticket_wrap .bnr_4 img {
    margin-left: 10px;
    width: 150px;
}
.sec_ticket_wrap .bnr_4.co_1 {
    color: #b68a31;
    border-color: #b68a31;
}
.sec_ticket_wrap .bnr_4.co_2 {
    color: #949495;
    border-color: #949495;
}
.sec_ticket_wrap .bnr_4.co_3 {
    color: #134281;
    border-color: #134281;
}
.sec_ticket_wrap .trade_1 {
    padding: 0 40px 40px;
    border-radius: 10px;
    border: 1px solid #000;
    overflow: hidden;
}
.sec_ticket_wrap .trade_1 .ttl {
    margin: 0 -40px 20px;
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-color: #f1bb00;
}
.sec_ticket_wrap .trade_1 .desc {
    font-size: 13px;
    text-align: center;
}
.sec_ticket_wrap .trade_1 .date {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #000;
}
.sec_ticket_wrap .trade_1 .note {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
}
.sec_ticket_wrap .trade_1 .btn {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.sec_ticket_wrap .trade_1 .btn a {
    display: block;
    width: calc(100% / 2 - 10px);
}

@media (min-width: 1000px) {
    .w_pc_1 {
        width: 760px;
    }
}

@media (max-width: 999px) {
    .sec_ticket_wrap .nav_1 {
        margin-bottom: 30px;
    }

    .sec_ticket_wrap .nav_1 a {
        height: 40px;
        font-size: 11px;
    }

    .sec_ticket_wrap .nav_1 > ul {
        flex-wrap: wrap;
    }

    .sec_ticket_wrap .nav_1 > ul > li {
        width: 50% !important;
    }
    /* .sec_ticket_wrap .nav_1 > ul > li:nth-child(1) {
        width: 100% !important;
    } */
    .sec_ticket_wrap .art_1 + .art_1 {
        margin-top: 40px;
    }

    .sec_ticket_wrap .art_1 > * + * {
        margin-top: 20px;
    }
    .sec_ticket_wrap .bnr_1 {
        margin-left: -20px;
        margin-right: -20px;
    }

    .sec_ticket_wrap .bnr_2 a {
        width: 95%;
        height: 12%;
    }

    .sec_ticket_wrap .bnr_2 .pg_1 {
        left: 2.5%;
        top: 37%;
    }
    .sec_ticket_wrap .bnr_2 .pg_2 {
        left: 2.5%;
        top: 52%;
    }
    .sec_ticket_wrap .bnr_2 .pg_3 {
        left: 2.5%;
        top: 67%;
    }
    .sec_ticket_wrap .ttl_2 {
        font-size: 20px;
    }

    .sec_ticket_wrap .price_1 {
        /* margin-left: auto;
        margin-right: auto; */
    }

    .sec_ticket_wrap .price_1 > ul {
        display: block;
    }

    .sec_ticket_wrap .price_1 > ul > li {
        display: block;
        width: 100%;
    }

    .sec_ticket_wrap .price_1 > ul > li + li {
        margin-top: 20px;
    }

    .sec_ticket_wrap .price_1 .cat {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        min-width: none;
        height: 40px;
        font-size: 16px;
    }

    .sec_ticket_wrap .price_1 .price {
        position: relative;
        min-width: none;
        font-size: 16px;
        text-align: center;
    }
    .sec_ticket_wrap .price_1 .bnr_4 {
        margin-top: 10px;
    }

    .sec_ticket_wrap .note_1 {
        font-size: 11px;
    }

    .sec_ticket_wrap .note_2 {
        font-size: 11px;
    }
    .sec_ticket_wrap .note_2 b {
        font-size: 13px;
    }

    .sec_ticket_wrap .date_1 {
        font-size: 28px;
    }
    .sec_ticket_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_ticket_wrap .clms_wrap_1 > .clm_wrap {
        width: auto;
    }

    .sec_ticket_wrap .clms_wrap_1 > .clm_wrap + .clm_wrap {
        margin-top: 20px;
    }
    .sec_ticket_wrap .trade_1 {
        padding: 0 15px 20px;
    }
    .sec_ticket_wrap .trade_1 .ttl {
        margin: 0 -40px 20px;
        padding: 10px;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        background-color: #f1bb00;
    }
    .sec_ticket_wrap .trade_1 .desc {
        font-size: 13px;
        text-align: center;
    }
    .sec_ticket_wrap .trade_1 .date {
        font-size: 20px;
    }
    .sec_ticket_wrap .trade_1 .note {
        font-size: 11px;
    }
    .sec_ticket_wrap .trade_1 .btn {
        margin-bottom: 20px;
        display: block;
    }
    .sec_ticket_wrap .trade_1 .btn a {
        margin-bottom: 10px;
        width: auto;
    }
}
