@charset "utf-8";

/*********************************************************************
*
*  For HOME
*
*********************************************************************/

/* ---------------------------------------------------- */
/* bg_1_wrap */
/* ---------------------------------------------------- */
.bg_1_wrap {
    background-image: url(../img/bg_1.jpg);
    background-size: cover;
    background-position: center top;
}

@media (max-width: 999px) {
    .bg_1_wrap {
        background-image: none;
    }
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec_mv_wrap .ttl_1 {
    margin: 0 auto 60px;
    width: 20%;
}
.sec_mv_wrap .img_2 {
    margin: 0 auto;
    width: 50%;
}
.sec_mv_wrap .img_2 img {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 0 rgba(0, 0, 0, 0.5));
}

.sec_mv_wrap .img_1 {
    padding-top: 60px;
}

.sec_mv_wrap .img_1 img {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 0 rgba(0, 0, 0, 0.5));
}

@media (max-width: 999px) {
    .sec_mv_wrap {
        padding-top: 50px;
        padding-bottom: 40px;
        background-image: url(../img/bg_1.jpg);
        background-size: cover;
        background-position: center top;
    }

    .sec_mv_wrap .ttl_1 {
        margin: 0 auto 30px;
        width: 35%;
    }
    .sec_mv_wrap .img_2 {
        margin: 0 auto;
        width: 80%;
    }
    .sec_mv_wrap .img_1 {
        padding-top: 30px;
    }
}

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    background-color: rgba(39, 50, 146, 0.7);
}

.sec_news_wrap a {
    color: #fff;
}

.sec_news_wrap .bnr_1 {
    display: block;
    margin-bottom: 30px;
}

.sec_news_wrap .ttl_1 {
    margin-bottom: 30px;
}

.sec_news_wrap .archive .item {
    position: relative;
    padding: 0 15px;
}

.sec_news_wrap .archive .item::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    display: block;
    width: 1px;
    height: 500px;
    background-color: #fff;
    z-index: 2;
}

.sec_news_wrap .archive .slick-slide:nth-of-type(1) .item:before {
    display: none;
}

.sec_news_wrap .archive .item .date {
    color: #fff;
    text-indent: -0.5em;
}

.sec_news_wrap .archive .item .date::before {
    content: "［";
}

.sec_news_wrap .archive .item .date::after {
    content: "]";
}

.sec_news_wrap .archive .item .ttl {
    color: #fff;
}

.sec_news_wrap .archive .item .ttl a {
    text-decoration: underline;
}

.sec_news_wrap .archive .item .ttl a:hover {
    text-decoration: none;
}

.sec_news_wrap .archive .slick-prev {
    display: none !important;
}

.sec_news_wrap .archive .slick-next {
    display: block !important;
    position: relative;
    height: auto;
    border: none;
    padding: 0;
    padding-right: 20px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
    outline: 0;
    z-index: 10;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.sec_news_wrap .archive .slick-next::before {
    content: "MORE";
    font-family: bebas-neue-by-fontfabric, sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}

.sec_news_wrap .archive .slick-next::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: 0.3s ease-in-out;
}

@media (min-width: 1000px) {
    .sec_news_wrap .archive .slick-next:hover {
        opacity: 0.6;
    }
}

@media (max-width: 999px) {
    .sec_news_wrap {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgba(39, 50, 146, 1);
    }

    .sec_news_wrap .bnr_1 {
        margin-bottom: 20px;
    }

    .sec_news_wrap .ttl_1 {
        margin-bottom: 20px;
    }

    .sec_news_wrap .sec_inner {
        width: calc(100% - 20px);
    }

    .sec_news_wrap .archive {
        border-left: 1px solid transparent;
    }

    .sec_news_wrap .archive .item .date {
        font-size: 11px;
    }

    .sec_news_wrap .archive .item .ttl {
        font-size: 11px;
    }

    .sec_news_wrap .archive .slick-next {
        padding-right: 15px;
        margin-top: 20px;
    }

    .sec_news_wrap .archive .slick-next::before {
        font-size: 20px;
    }

    .sec_news_wrap .archive .slick-next::after {
        top: 4px;
        width: 8px;
        height: 8px;
    }
}

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

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

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

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

.sec_ticket_wrap .bnr_2 .pg {
    width: 21.5%;
    height: 25%;
}

.sec_ticket_wrap .bnr_2 .pg_1 {
    left: 4.5%;
    top: 57%;
}

.sec_ticket_wrap .bnr_2 .pg_2 {
    left: 27.5%;
    top: 57%;
}

.sec_ticket_wrap .bnr_2 .pg_3 {
    left: 51%;
    top: 57%;
}

.sec_ticket_wrap .bnr_2 .pg_4 {
    left: 74.5%;
    top: 57%;
}

.sec_ticket_wrap .plice_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -14px -30px;
}

.sec_ticket_wrap .plice_1 > ul > li {
    margin: 0 14px 30px;
    width: 730px;
}
.sec_ticket_wrap .plice_1 > ul > li:nth-child(1),
.sec_ticket_wrap .plice_1 > ul > li:nth-child(3) {
    width: 360px;
}

.sec_ticket_wrap .plice_1 a {
    position: relative;
    display: block;
}

.sec_ticket_wrap .plice_1 a.is_disable {
    pointer-events: none;
    opacity: 0.3;
}

.sec_ticket_wrap .plice_1 a.is_soldout {
    pointer-events: none;
}

.sec_ticket_wrap .plice_1 a.is_soldout::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../common/img/ico/soldout_1.svg);
    background-position: center;
    background-size: 160px auto;
    background-repeat: no-repeat;
}

.sec_ticket_wrap .btn_wrap_1 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

@media (max-width: 999px) {
    .sec_ticket_wrap .bnr_1 {
        margin-bottom: 30px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .sec_ticket_wrap .bnr_2 {
        margin-bottom: 30px;
    }

    .sec_ticket_wrap .bnr_2 .pg {
        width: 91.5%;
        height: 16%;
    }

    .sec_ticket_wrap .bnr_2 .pg_1 {
        left: 4.5%;
        top: 20%;
    }

    .sec_ticket_wrap .bnr_2 .pg_2 {
        left: 4.5%;
        top: 39%;
    }

    .sec_ticket_wrap .bnr_2 .pg_3 {
        left: 4.5%;
        top: 58%;
    }

    .sec_ticket_wrap .bnr_2 .pg_4 {
        left: 4.5%;
        top: 77%;
    }

    .sec_ticket_wrap .plice_1 {
        margin-bottom: 30px;
    }

    .sec_ticket_wrap .plice_1 > ul {
        margin: 0 -5px -10px;
    }

    .sec_ticket_wrap .plice_1 > ul > li {
        margin: 0 5px 10px;
        width: 100%;
    }

    .sec_ticket_wrap .plice_1 > ul > li:nth-child(1),
    .sec_ticket_wrap .plice_1 > ul > li:nth-child(3) {
        width: calc(50% - 10px);
    }

    .sec_ticket_wrap .btn_wrap_1 {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

/* ---------------------------------------------------- */
/* sec_pickup_wrap */
/* ---------------------------------------------------- */
.sec_pickup_wrap .bnr_1 {
    display: block;
    margin-bottom: 90px;
}

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

.sec_pickup_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: none;
    width: 420px;
    order: 2;
}

.sec_pickup_wrap .clms_wrap_1 .ttl {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.sec_pickup_wrap .clms_wrap_1 .desc {
    margin-bottom: 20px;
}

.sec_pickup_wrap .clms_wrap_1 .yt {
    padding: 30px 0;
    background-image: url(../img/pickup_img_1.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.sec_pickup_wrap .clms_wrap_1 .yt > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.sec_pickup_wrap .clms_wrap_1 .yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.sec_pickup_wrap .clms_wrap_1 .btn_wrap {
    display: flex;
}

.sec_pickup_wrap .clms_wrap_1 .btn_wrap > * + * {
    margin-left: 20px;
}

.sec_pickup_wrap .spotify {
    margin-top: 60px;
}
.sec_pickup_wrap .spotify .ttl {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.sec_pickup_wrap .sponsor {
    margin-top: 90px;
}
.sec_pickup_wrap .sponsor .ttl {
    margin-bottom: 40px;
    text-align: center;
}

.sec_pickup_wrap .sponsor > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -25px;
    margin-bottom: -20px;
}

.sec_pickup_wrap .sponsor > ul > li {
    margin-right: 25px;
    margin-bottom: 20px;
}

.sec_pickup_wrap .sponsor .com_1 {
    width: 220px;
}

.sec_pickup_wrap .sponsor .com_2 {
    width: 230px;
}
.sec_pickup_wrap .sponsor .com_3 {
    width: 200px;
}

.sec_pickup_wrap .sponsor .com_4 {
    width: 200px;
}

.sec_pickup_wrap .sponsor .com_5 {
    width: 190px;
}

@media (max-width: 999px) {
    .sec_pickup_wrap .bnr_1 {
        margin-bottom: 40px;
    }

    .sec_pickup_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_pickup_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        margin-top: 30px;
        width: auto;
    }

    .sec_pickup_wrap .clms_wrap_1 .ttl {
        font-size: 45px;
    }

    .sec_pickup_wrap .clms_wrap_1 .desc {
        margin-bottom: 20px;
    }

    .sec_pickup_wrap .clms_wrap_1 .yt {
        border-radius: 15px;
    }

    .sec_pickup_wrap .spotify {
        margin-top: 40px;
    }
    .sec_pickup_wrap .spotify .ttl {
        font-size: 45px;
    }

    .sec_pickup_wrap .spotify {
        margin-top: 60px;
    }

    .sec_pickup_wrap .spotify .ttl {
        font-size: 60px;
        font-weight: 700;
        line-height: 1;
    }

    .sec_pickup_wrap .sponsor {
        margin-top: 50px;
    }

    .sec_pickup_wrap .sponsor .ttl {
        margin-bottom: 20px;
    }

    .sec_pickup_wrap .sponsor > ul {
        flex-wrap: wrap;
        margin-right: -20px;
    }

    .sec_pickup_wrap .sponsor > ul > li {
        margin-right: 20px;
    }

    .sec_pickup_wrap .sponsor .com_1 {
        width: 120px;
    }

    .sec_pickup_wrap .sponsor .com_2 {
        width: 180px;
    }
    .sec_pickup_wrap .sponsor .com_3 {
        width: 120px;
    }
    .sec_pickup_wrap .sponsor .com_4 {
        width: 120px;
    }
    .sec_pickup_wrap .sponsor .com_5 {
        width: 110px;
    }
}
