@charset "utf-8";

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

/* ---------------------------------------------------- */
/* sec_overview_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-bottom: 50px;
}

.sec_mv_wrap .site_ttl {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

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

/* ---------------------------------------------------- */
/* sec_overview_wrap */
/* ---------------------------------------------------- */
.sec_overview_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec_overview_wrap .bnr_1 {
    display: block;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .sec_overview_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 1px solid #000;
    }
    .sec_overview_wrap .bnr_1 {
        margin-top: 30px;
    }
}

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    background-color: #000;
    background-image: url(../../common/img/bg/1.svg);
    background-size: 2520px auto;
    background-position: center -350px;
}

.sec_news_wrap .ttl_1 {
    background-color: #e8546d;
}

.sec_news_wrap a {
    color: #fff;
}

.sec_news_wrap .post_1 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.sec_news_wrap .post_1 .date {
    font-size: 2.4rem;
}

.sec_news_wrap .post_1 .ttl {
    font-size: 3.8rem;
    font-weight: 700;
}

.sec_news_wrap .post_1 .desc {
    font-size: 2.8rem;
    text-align: center;
}

.sec_news_wrap .archive_1 {
    position: relative;
    margin: 0 -20px;
}

.sec_news_wrap .archive_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 2;
}

.sec_news_wrap .archive_1 .slick-track {
    display: flex;
}

.sec_news_wrap .archive_1 .slick-slide {
    height: auto;
}

.sec_news_wrap .archive_1 .slick-slide > div {
    height: 100%;
}

.sec_news_wrap .archive_1 .item {
    padding: 0 20px;
    height: 100%;
    border-left: 1px dotted #fff;
}

.sec_news_wrap .archive_1 .item > div {
    position: relative;
    padding: 20px;
    height: 100%;
}

.sec_news_wrap .archive_1 .item .date {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 700;
}

.sec_news_wrap .archive_1 .item .ttl {
    font-size: 1.4rem;
    font-weight: 700;
}

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

.sec_news_wrap .archive_1 .slick-next {
    display: block !important;
    position: relative;
    margin: 30px auto 0;
    width: 180px;
    height: 28px;
    border: none;
    padding: 0;
    outline: 0;
    z-index: 10;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    transition: 0.3s ease-in-out;
}

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

.sec_news_wrap .bnr_1 {
    display: block;
    margin: 50px auto 0;
    width: 750px;
}

@media (max-width: 767px) {
    .sec_news_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: url(../../common/img/bg/1_sp.svg);
        background-size: 100% auto;
        background-position: center -150px;
    }

    .sec_news_wrap .post_1 .date {
        font-size: 1.4rem;
    }

    .sec_news_wrap .post_1 .ttl {
        font-size: 2rem;
    }

    .sec_news_wrap .post_1 .desc {
        font-size: 1.6rem;
    }

    .sec_news_wrap .archive_1 {
        margin: 0 -10px;
    }

    .sec_news_wrap .archive_1 .item {
        padding: 0 5px;
        height: 100%;
    }

    .sec_news_wrap .archive_1 .item > div {
        padding: 10px 5px;
    }

    .sec_news_wrap .archive_1 .item .date {
        font-size: 1.1rem;
    }

    .sec_news_wrap .archive_1 .item .ttl {
        font-size: 1rem;
    }

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

    .sec_news_wrap .bnr_1 {
        margin: 30px auto 0;
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_artist_wrap */
/* ---------------------------------------------------- */
.sec_artist_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.sec_artist_wrap .ttl_1 {
    background-color: #009844;
}

.sec_artist_wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    min-width: 1750px;
    height: 100%;
    background-image: url(../../common/img/bg/2.svg), url(../../common/img/bg/2.svg);
    background-size: 500px auto;
    background-position: left -90px top -30px, right -90px top -30px;
    background-repeat: repeat-y;
    z-index: 2;
}

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

.sec_artist_wrap .caption_1 {
    margin-bottom: 40px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

.sec_artist_wrap .ttl_2 {
    margin: 100px auto 50px;
    width: 340px;
}

.sec_artist_wrap .ttl_3 {
    margin: 100px auto 50px;
    width: 400px;
}

.sec_artist_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -20px;
}

.sec_artist_wrap .list_1 > ul > li {
    position: relative;
    margin-right: 24px;
    margin-bottom: 20px;
    width: 234px;
}

.sec_artist_wrap .list_1 > ul > li.new::before {
    content: "NEW";
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    color: #dfdfcf;
    font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    background-color: #e7be00;
    border-radius: 50%;
    z-index: 2;
}

.sec_artist_wrap .list_1 a {
    display: block;
}

.sec_artist_wrap .list_1 .name {
    padding: 6px 2px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    /* background-color: rgba(228, 226, 220, 0.9); */
}

.sec_artist_wrap .list_1 .name span {
    display: block;
    margin-top: 4px;
    padding: 2px;
    font-size: 1.4rem;
    color: #dc0010;
    background-color: #fff;
}

.sec_artist_wrap .list_1 .note {
    font-size: 1.1rem;
    text-align: center;
}

.sec_artist_wrap .andmore {
    margin-top: 40px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

.sec_artist_wrap .tt_1 {
    margin-top: 80px;
}
.sec_artist_wrap .tt_1 .ttl {
    margin-bottom: 40px;
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .sec_artist_wrap {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .sec_artist_wrap::before {
        display: none;
    }

    .sec_artist_wrap .caption_1 {
        margin-bottom: 20px;
    }
    .sec_artist_wrap .ttl_2 {
        margin-top: 70px;
        margin-bottom: 25px;
        width: 180px;
    }

    .sec_artist_wrap .ttl_3 {
        margin-top: 70px;
        margin-bottom: 25px;
        width: 220px;
    }

    .sec_artist_wrap .list_1 > ul {
        margin-right: -15px;
        margin-bottom: -20px;
    }

    .sec_artist_wrap .list_1 > ul > li {
        margin-right: 15px;
        margin-bottom: 20px;
        width: calc(50% - 15px);
    }

    .sec_artist_wrap .list_1 > ul > li.new::before {
        right: -10px;
        top: -10px;
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }

    .sec_artist_wrap .list_1 .name {
        font-size: 1.2rem;
    }
    .sec_artist_wrap .list_1 .name span {
        font-size: 1.1rem;
    }
    .sec_artist_wrap .list_1 .note {
        font-size: 1rem;
    }
    .sec_artist_wrap .andmore {
        margin-top: 30px;
    }

    .sec_artist_wrap .tt_1 {
        margin-top: 40px;
    }
    .sec_artist_wrap .tt_1 .ttl {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }
}

/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */
.sec_ticket_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    background-color: #000;
    background-image: url(../../common/img/bg/1.svg);
    background-size: 2520px auto;
    background-position: center -350px;
}

.sec_ticket_wrap a {
    color: #fff;
}

.sec_ticket_wrap .ttl_1 {
    background-color: #009844;
}

.sec_ticket_wrap .bnr_1,
.sec_ticket_wrap .bnr_2 {
    display: block;
    margin-bottom: 25px;
}

.sec_ticket_wrap .price_wrap .ttl_2 {
    margin-bottom: 30px;
    color: #f44c00;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
}

.sec_ticket_wrap .price_wrap .price_1 {
    margin-bottom: 40px;
}

.sec_ticket_wrap .price_wrap .price_1 > ul {
    display: flex;
    justify-content: space-between;
}

.sec_ticket_wrap .price_wrap .price_1 > ul > li {
    width: calc(100% / 2 - 20px);
    border: 2px solid #fff;
    border-radius: 10px;
}

.sec_ticket_wrap .price_wrap .desc_1 {
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.sec_ticket_wrap .price_wrap .desc_2 {
    margin-bottom: 40px;
    font-size: 1.2rem;
    text-align: center;
}

.sec_ticket_wrap .price_wrap .list_1 {
    margin-bottom: 40px;
    font-size: 1.2rem;
}

.sec_ticket_wrap .price_wrap .date_1 {
    margin-bottom: 40px;
    padding: 10px;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    background-color: #009844;
    border-radius: 10px;
}
.sec_ticket_wrap .price_wrap .date_1 span {
    font-size: 1.6rem;
}

.sec_ticket_wrap .price_wrap .pg_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}

.sec_ticket_wrap .price_wrap .pg_1 > ul > li {
    margin-right: 20px;
    width: calc(100% / 3 - 20px);
}

.sec_ticket_wrap .price_wrap .pg_1 a {
    display: block;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .sec_ticket_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: url(../../common/img/bg/1_sp.svg);
        background-size: 100% auto;
        background-position: center -150px;
    }

    .sec_ticket_wrap::after {
        display: none;
    }

    .sec_ticket_wrap .bnr_1,
    .sec_ticket_wrap .bnr_2 {
        display: block;
        margin: 0 -20px 20px;
    }

    .sec_ticket_wrap .bnr_1 {
        background-color: #f44c00;
    }

    .sec_ticket_wrap .bnr_2 {
        background-color: #009844;
    }

    .sec_ticket_wrap .price_wrap .price_1 {
        margin-bottom: 20px;
    }

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

    .sec_ticket_wrap .price_wrap .price_1 > ul > li {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    .sec_ticket_wrap .price_wrap .price_1 > ul > li + li {
        margin-top: 20px;
    }

    .sec_ticket_wrap .price_wrap .ttl_2 {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }

    .sec_ticket_wrap .price_wrap .desc_1 {
        margin-bottom: 5px;
        font-size: 1.4rem;
    }

    .sec_ticket_wrap .price_wrap .desc_2 {
        margin-bottom: 20px;
        font-size: 1.1rem;
        text-align: justify;
    }

    .sec_ticket_wrap .price_wrap .date_1 {
        margin: 0 -20px 20px;
        font-size: 2rem;
        border-radius: 0;
    }
    .sec_ticket_wrap .price_wrap .date_1 span {
        font-size: 1.6rem;
    }
    .sec_ticket_wrap .price_wrap .pg_1 > ul {
        justify-content: center;
    }

    .sec_ticket_wrap .price_wrap .pg_1 > ul > li {
        width: 100%;
    }

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

    .sec_ticket_wrap .price_wrap .pg_1 a {
        padding: 5px 70px;
    }

    .sec_ticket_wrap .covid19_wrap .ttl_2 {
        margin: 0 -20px 15px;
        font-size: 1.3rem;
    }

    .sec_ticket_wrap .covid19_wrap .list_1 {
        margin-bottom: 20px;
    }

    .sec_ticket_wrap .covid19_wrap .list_1 > ul {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .sec_ticket_wrap .covid19_wrap .list_1 > ul > li {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 10px;
        width: calc(50% - 10px);
        border-radius: 10px;
    }

    .sec_ticket_wrap .covid19_wrap .list_1 .ico {
        width: 60%;
    }

    .sec_ticket_wrap .covid19_wrap .list_1 .desc {
        font-size: 1.1rem;
    }

    .sec_ticket_wrap .covid19_wrap .date_1 {
        margin: 0 auto 20px;
        font-size: 1.3rem;
    }

    .sec_ticket_wrap .covid19_wrap .desc_1 {
        font-size: 1.1rem;
        text-align: justify;
    }
}

/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec_access_wrap .ttl_1 {
    background-color: #7d8dc6;
}

.sec_access_wrap .overview {
    margin-top: 50px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.sec_access_wrap .overview .place {
    margin-bottom: 20px;
    font-size: 2.4rem;
}

.sec_access_wrap .bnr_1 {
    display: block;
    margin: 80px auto 0;
    max-width: 750px;
}

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

    .sec_access_wrap .map iframe {
        height: 300px;
    }

    .sec_access_wrap .overview {
        margin-top: 20px;
    }

    .sec_access_wrap .overview .place {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }

    .sec_access_wrap .bnr_1 {
        margin: 50px -20px 0;
        background-color: #e8546d;
    }
}
