@charset "utf-8";

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


/* ---------------------------------------------------- */
/* popup_wrap */
/* ---------------------------------------------------- */
/* .popup_wrap.fancybox-content {
    padding: 44px 0;
    background-color: transparent;
}

.popup_wrap .fancybox-close-small {
    background-color: #FFF;
} */


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

@media (max-width: 767px) {
    .bg_1_wrap {
        background-image: url(../img/bg_1_sp.jpg);
    }
}


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

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(30, 44, 91, 0.7);
}

.sec_news_wrap .sec_ttl {
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.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;
}

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

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

.sec_news_wrap .archive .item .ttl {
    color: #FFF;
    text-align: justify;
}

.sec_news_wrap .archive .item .ttl a {
    color: #FFF;
    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;
    margin: 30px auto 0;
    width: 240px;
    height: 28px;
    border: none;
    padding: 0;
    outline: 0;
    z-index: 10;
    color: #0A174B;
    cursor: pointer;
    background-color: #0A174B;
    border-radius: 14px;
    transition: 0.3s ease-in-out;
}

.sec_news_wrap .archive .slick-next::before {
    content: "View more";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
}

.sec_news_wrap .archive .slick-next::after {
    content: "\f144";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
}

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

@media (max-width: 767px) {
    .sec_news_wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

    .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: 1.1rem;
    }

    .sec_news_wrap .archive .item .ttl {
        font-size: 1.1rem;
    }

    .sec_news_wrap .archive .slick-next {
        margin: 20px auto 0;
    }

}


/* ---------------------------------------------------- */
/* sec_artist_wrap */
/* ---------------------------------------------------- */
.sec_artist_wrap {
    background-image: url(../img/artist_bg_1.jpg);
    background-size: 959px auto;
    background-position: center;
}

.sec_artist_wrap .sec_ttl {
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.sec_artist_wrap .lineup+.lineup {
    margin-top: 60px;
}

.sec_artist_wrap .lineup .day {
    margin: 0 auto 20px;
    padding: 10px 0;
    width: 300px;
    color: #0a1733;
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background-color: #FFF;
}

.sec_artist_wrap .lineup .day span {
    margin-left: 5px;
    font-size: 3.0rem;
}

.sec_artist_wrap .lineup>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #FFF;
    font-size: 4.1rem;
    font-weight: 700;
    text-align: center;
}

.sec_artist_wrap .lineup>ul>li {
    display: flex;
    align-items: center;
}

.sec_artist_wrap .lineup>ul>li+li::before {
    content: "/";
    margin: 0 10px;
    font-size: 3.8rem;
}

.sec_artist_wrap .andmore {
    margin-top: 20px;
    color: #FFF;
    font-size: 4.0rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

@media (max-width: 767px) {
    .sec_artist_wrap .lineup+.lineup {
        margin-top: 40px;
    }

    .sec_artist_wrap .lineup .day {
        margin: 0 auto 10px;
        width: 200px;
        font-size: 2.6rem;
    }

    .sec_artist_wrap .lineup .day span {
        font-size: 1.8rem;
    }

    .sec_artist_wrap .lineup>ul {
        display: block;
        font-size: 2.6rem;
    }

    .sec_artist_wrap .lineup>ul>li {
        display: block;
    }

    .sec_artist_wrap .lineup>ul>li+li::before {
        display: none;
    }

    .sec_artist_wrap .andmore {
        margin-top: 20px;
        font-size: 1.8rem;
    }
}

/* ---------------------------------------------------- */
/* sec_yt_wrap */
/* ---------------------------------------------------- */
.sec_yt_wrap {
    background-color: #d2d3d3;
}

.sec_yt_wrap .sec_ttl {
    color: #0a174b;
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.sec_yt_wrap .sec_copy {
    margin-bottom: 20px;
    color: #0a174b;
    font-size: 1.7rem;
    font-weight: 700;
}

.sec_yt_wrap .yt {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

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

@media (min-width: 768px) {
    .sec_yt_wrap .sec_inner {
        width: 680px;
    }
}

@media (max-width: 767px) {
    .sec_yt_wrap .sec_ttl {
        font-size: 1.8rem;
        letter-spacing: 0;
    }
    
    .sec_yt_wrap .sec_copy {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    
}

/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */
.sec_ticket_wrap .btn_ticket_1 {
    display: block;
    margin-bottom: 50px;
}

.sec_ticket_wrap .bnr_refund {
    display: block;
    margin: 0 auto 30px;
    max-width: 460px;
}

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

.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: 314px;
}

.sec_ticket_wrap .plice_1>ul>li:nth-child(4) {
    width: 100%;
}

.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/tickets/price_soldout_1.svg);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
} */

.sec_ticket_wrap .note_1 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.sec_ticket_wrap .btn_covid19 {
    display: block;
    padding: 40px 180px;
    margin: 0 auto;
    width: 750px;
    background-color: #1D2088;
}

.sec_ticket_wrap .date {
    padding: 10px;
    margin: 0 auto 50px;
    width: 750px;
    color: #FFF;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    background-color: #BC0257;
}

.sec_ticket_wrap .btn_more {
    margin-bottom: 50px;
}

.sec_ticket_wrap .playguide {
    margin-bottom: 40px;
    padding: 20px 40px 40px;
    background-color: #ffd800;
}

.sec_ticket_wrap .playguide .ttl {
    margin-bottom: 20px;
    color: #b60257;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.sec_ticket_wrap .playguide .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px;
}

.sec_ticket_wrap .playguide .list>li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(33.33% - 15px);
}

.sec_ticket_wrap .playguide .list a {
    display: block;
    background-color: #FFF;
    border-radius: 10px;
}

.sec_ticket_wrap .spotify {
    margin: 50px auto 0;
    width: 750px;
}

@media (max-width: 767px) {
    .sec_ticket_wrap {
        padding-bottom: 30px;
    }

    .sec_ticket_wrap .btn_ticket_1 {
        margin: 0 -20px 30px;
    }

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

    .sec_ticket_wrap .plice_1>ul {
        display: block;
        margin: 0;
    }

    .sec_ticket_wrap .plice_1>ul>li {
        margin: 0 auto;
        width: 60% !important;
    }

    .sec_ticket_wrap .plice_1>ul>li+li {
        margin-top: 10px;
    }

    .sec_ticket_wrap .note_1 {
        margin-bottom: 30px;
        font-size: 1.2rem;
    }

    .sec_ticket_wrap .btn_covid19 {
        padding: 40px 10%;
        margin: 0 -20px;
        width: auto;
    }

    .sec_ticket_wrap .date {
        padding: 10px;
        margin: 0 -20px 30px;
        width: auto;
        font-size: 1.8rem;
    }

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

    .sec_ticket_wrap .playguide {
        margin: 0 -20px 20px;
        padding: 20px 10px 20px;
    }

    .sec_ticket_wrap .playguide .ttl {
        margin-bottom: 10px;
        font-size: 2.0rem;
        letter-spacing: 0;
    }

    .sec_ticket_wrap .playguide .list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .sec_ticket_wrap .playguide .list>li {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc(60% - 10px);
    }

    .sec_ticket_wrap .spotify {
        margin: 30px auto 0;
        width: 100%;
    }

}

/* ---------------------------------------------------- */
/* sec_pickup_wrap */
/* ---------------------------------------------------- */
.sec_pickup_wrap {
    padding-top: 70px;
    padding-bottom: 840px;
    background-image: url(../img/pickup_bg_2.jpg);
    background-size: cover;
    background-position: center bottom;
}

.sec_pickup_wrap .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}

.sec_pickup_wrap .list>li {
    margin: 0 20px 40px;
    width: 300px;
}

.sec_pickup_wrap .list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A174B;
    font-size: 4.0rem;
    font-weight: 700;
    height: 100px;
    background-color: #FFF;
}

.sec_pickup_wrap .copyright {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #FFF;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .sec_pickup_wrap {
        padding-top: 30px;
        padding-bottom: 200px;
        background-image: url(../img/pickup_bg_2_sp.jpg);
    }

    .sec_pickup_wrap .list {
        margin: 0 -10px -20px;
    }

    .sec_pickup_wrap .list>li {
        margin: 0 10px 20px;
        width: calc(33.33% - 20px);
    }

    .sec_pickup_wrap .list a {
        font-size: 1.5rem;
        height: 50px;
    }
}

/* ---------------------------------------------------- */
/* sec_covid19_wrap */
/* ---------------------------------------------------- */
.sec_covid19_wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.sec_covid19_wrap .btn_covid19 {
    display: block;
    padding: 30px 0;
    background-color: #1D2088;
}

.sec_covid19_wrap .btn_covid19 img {
    margin: 0 auto;
    width: 640px;
}

@media (max-width: 767px) {
    .sec_covid19_wrap .btn_covid19 {
        padding: 30px 10%;
    }

    .sec_covid19_wrap .btn_covid19 img {
        width: 100%;
    }
}