@charset "utf-8";

/*********************************************************************
*
*  For junglecrushvol3
*
*********************************************************************/

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
.contents_wrap {
    color: #FFF;
    background-color: #000;
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-bottom: 0;
}

.sec_mv_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
    height: 1000px;
    background-image: url(../img/bg_1.svg);
    background-size: 75px auto;
    background-position: center top;
}

.sec_mv_wrap .img_1 {
    margin-bottom: 50px;
}

.sec_mv_wrap .date_1 {
    margin: 0 auto 50px;
    width: 880px;
}

.sec_mv_wrap .artist_1 {
    margin: 0 auto;
    width: 620px;
}

@media (max-width: 767px) {
    .sec_mv_wrap::before {
        bottom: -50px;
        height: 500px;
        background-size: 30px auto;
    }
    .sec_mv_wrap .img_1 {
        margin-bottom: 25px;
    }

    .sec_mv_wrap .date_1 {
        margin: 0 auto 25px;
        width: 100%;
    }

    .sec_mv_wrap .artist_1 {
        width: 80%;
    }
}

/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */

.sec_ticket_wrap .bnr_1 {
    position: relative;
    margin-bottom: 50px;
    display: block;
}

.sec_ticket_wrap .bnr_1 .pg {
    position: absolute;
    display: block;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.sec_ticket_wrap .bnr_1 .pg {
    width: 19.5%;
    height: 23%;
}

.sec_ticket_wrap .bnr_1 .pg_1 {
    left: 9%;
    top: 65%;
}

.sec_ticket_wrap .bnr_1 .pg_2 {
    left: 30%;
    top: 65%;
}

.sec_ticket_wrap .bnr_1 .pg_3 {
    left: 51%;
    top: 65%;
}

.sec_ticket_wrap .bnr_1 .pg_4 {
    left: 72%;
    top: 65%;
}

.sec_ticket_wrap .ttl_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    color: #FFFF00;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}

.sec_ticket_wrap .ttl_1::before,
.sec_ticket_wrap .ttl_1::after {
    content: "";
    display: block;
    width: 20px;
    height: 70px;
    background-image: url(../img/deco_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_ticket_wrap .ttl_1::after {
    transform: scale(-1, 1);
}

.sec_ticket_wrap .ttl_1 span {
    margin: 0 20px;
}

.sec_ticket_wrap .list_1 {
    color: #FFFF00;
}

@media (max-width: 767px) {
    .sec_ticket_wrap .bnr_1 {
        margin: 0 -20px 25px;
    }

    .sec_ticket_wrap .bnr_1 .pg {
        width: 91.5%;
        height: 13%;
    }

    .sec_ticket_wrap .bnr_1 .pg_1 {
        left: 4%;
        top: 42%;
    }

    .sec_ticket_wrap .bnr_1 .pg_2 {
        left: 4%;
        top: 56%;
    }

    .sec_ticket_wrap .bnr_1 .pg_3 {
        left: 4%;
        top: 70%;
    }

    .sec_ticket_wrap .bnr_1 .pg_4 {
        left: 4%;
        top: 84%;
    }

    .sec_ticket_wrap .ttl_1 {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }

    .sec_ticket_wrap .ttl_1::before,
    .sec_ticket_wrap .ttl_1::after {
        width: 10px;
        height: 35px;
    }

    .sec_ticket_wrap .ttl_1 span {
        margin: 0 10px;
    }

    .sec_ticket_wrap .list_1 {
        font-size: 1.2rem;
    }

}

/* ---------------------------------------------------- */
/* sec_overview_wrap */
/* ---------------------------------------------------- */
.sec_overview_wrap {
    border-top: 1px solid #FFF;
}

.sec_overview_wrap .list_1 table {
    width: 100%;
    border: 1px solid #FFF;
}

.sec_overview_wrap .list_1 caption {
    padding-bottom: 30px;
    color: #50E2FF;
    font-size: 1.8rem;
    font-weight: 700;
}

.sec_overview_wrap .list_1 th {
    padding: 15px 30px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #FFF;
}

.sec_overview_wrap .list_1 td {
    padding: 15px 30px;
    border: 1px solid #FFF;
}

.sec_overview_wrap .list_1 td span {
    color: #FFFF00;
}

@media (max-width: 767px) {
    .sec_overview_wrap .list_1 caption {
        padding-bottom: 20px;
        font-size: 1.6rem;
    }

    .sec_overview_wrap .list_1 th {
        padding: 10px 10px;
        font-size: 1.2rem;
    }

    .sec_overview_wrap .list_1 td {
        padding: 10px 10px;
        font-size: 1.2rem;
    }

}