@charset "utf-8";

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.5;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    background-color: #fff;
    overflow: hidden;
}

@media (min-width: 1000px) {
    body {
        min-width: 1220px;
        font-size: 15px;
    }
}

@media (max-width: 999px) {
    body {
        min-width: 320px;
        font-size: 15px;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}
/* ---------------------------------------------------- */
/* body_wrap */
/* ---------------------------------------------------- */
.body_wrap {
    position: relative;
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    opacity: 0;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
.contents_wrap {
    position: relative;
}
@media (max-width: 999px) {
    .contents_wrap {
    }
}
/* ---------------------------------------------------- */
/* .header_1 */
/* ---------------------------------------------------- */

.header_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.header_1 .nav_s_wrap {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.header_1 .nav_s_wrap > ul {
    display: flex;
}

.header_1 .nav_s_wrap > ul > li + li {
    margin-left: 15px;
}

.header_1 .nav_s_wrap > ul > li > a {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header_1 .nav_s_wrap > ul > li.tw > a {
    background-image: url(../img/ico/sns_tw_1.svg?y=26);
}

.header_1 .nav_s_wrap > ul > li.ig > a {
    background-image: url(../img/ico/sns_ig_1.svg?y=26);
}

/* ---------------------------------------------------- */
/* .footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
    padding: 30px 0;
    background-color: #b3d9ad;
}

.footer_1 .nav_1 {
    margin-bottom: 30px;
}

.footer_1 .nav_1 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -30px;
}
.footer_1 .nav_1 > ul > li {
    margin-right: 30px;
}

.footer_1 .nav_1 a {
    display: block;
}

.footer_1 .nav_1 img {
    width: auto;
}

.footer_1 .nav_1 .y23 img {
    height: 45px;
}
.footer_1 .nav_1 .y24 img {
    height: 45px;
    mix-blend-mode: multiply;
}
.footer_1 .nav_1 .y25 img {
    height: 65px;
}
.footer_1 .nav_1 .y26 img {
    height: 55px;
}
.footer_1 .support {
    margin-bottom: 40px;
    text-align: center;
}
.footer_1 .copyright {
    text-align: center;
}

@media (max-width: 999px) {
    .footer_1 {
        padding: 20px 0;
    }
    .footer_1 .nav_1 {
        margin-bottom: 20px;
    }
    .footer_1 .nav_1 > ul {
        margin-right: -20px;
        margin-bottom: -20px;
    }
    .footer_1 .nav_1 > ul > li {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .footer_1 .nav_1 .y23 img {
        height: 30px;
    }
    .footer_1 .nav_1 .y24 img {
        height: 30px;
    }
    .footer_1 .nav_1 .y25 img {
        height: 42px;
    }
    .footer_1 .nav_1 .y26 img {
        height: 35px;
    }
    .footer_1 .support {
        margin-bottom: 20px;
        font-size: 11px;
    }
    .footer_1 .copyright {
        font-size: 11px;
    }
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    background-image: url(../img/bg/1.jpg?y=26);
    background-position: center top;
    background-size: cover;
}
.sec_mv_wrap .txt_1 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    text-shadow:
        0px 0px 10px rgba(91, 191, 84, 1),
        0px 0px 10px rgba(91, 191, 84, 1);
}
.sec_mv_wrap .bnr_1 {
    position: relative;
    display: block;
}
.sec_mv_wrap .bnr_1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 150vw;
    height: 100%;
    background-color: #e95513;
}
.sec_mv_wrap .bnr_1 img {
    position: relative;
}

@media (max-width: 999px) {
    .sec_mv_wrap {
        padding-top: 50px;
    }
    .sec_mv_wrap .txt_1 {
        left: 20px;
        top: -35px;
        width: auto;
        font-size: 8px;
        text-align: left;
    }
}

/* ---------------------------------------------------- */
/* sec_artist_wrap */
/* ---------------------------------------------------- */
.sec_artist_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #c9e0c5;
}

.sec_artist_wrap .ttl_1 {
    margin-bottom: 40px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #047856;
    font-size: 60px;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.sec_artist_wrap .andmore_1 {
    margin-top: 50px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #047856;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.sec_artist_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -30px;
}
.sec_artist_wrap .list_1 > ul > li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(100% / 4 - 30px);
}
.sec_artist_wrap .list_1 > ul > li.oa {
    width: calc(100% / 4.6 - 30px);
}
.sec_artist_wrap .list_1 .img {
    margin: 0 auto;
    position: relative;
}
.sec_artist_wrap .list_1 > ul > li.oa .img {
    padding-top: 30px;
}
.sec_artist_wrap .list_1 .new .img::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    width: 50px;
    height: 50px;
    background-image: url(../img/ico/new_1.svg?y=26);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.sec_artist_wrap .list_1 .name {
    margin-top: 10px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #047856;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 999px) {
    .sec_artist_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_artist_wrap .ttl_1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .sec_artist_wrap .andmore_1 {
        margin-top: 30px;
        font-size: 14px;
    }

    .sec_artist_wrap .list_1 > ul {
        margin-right: -20px;
        margin-bottom: -20px;
    }
    .sec_artist_wrap .list_1 > ul > li {
        margin-right: 20px;
        margin-bottom: 20px;
        width: calc(100% / 2 - 20px);
    }
    .sec_artist_wrap .list_1 > ul > li.oa {
        width: calc(100% / 2.6 - 20px);
    }
    .sec_artist_wrap .list_1 .img {
        margin: 0 auto;
        position: relative;
    }
    .sec_artist_wrap .list_1 .new .img::after {
        width: 30px;
        height: 30px;
    }
    .sec_artist_wrap .list_1 .name {
        margin-top: 5px;
        font-size: 14px;
    }
}
/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */
.sec_ticket_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #047856;
    background-color: #c4e5e9;
}
.sec_ticket_wrap .ttl_1 {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 100px;
    color: #c4e5e9;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    background-color: #047856;
    border-radius: 20px;
}
.sec_ticket_wrap .price_1 {
    padding-left: 300px;
    margin-bottom: 20px;
    font-size: 30px;
}
.sec_ticket_wrap .price_1 > span {
    font-size: 20px;
}
.sec_ticket_wrap .desc_1 {
    padding-left: 300px;
}
@media (max-width: 999px) {
    .sec_ticket_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec_ticket_wrap .ttl_1 {
        position: static;
        margin-bottom: 20px;
        width: auto;
        height: 50px;
        font-size: 20px;
        border-radius: 30px;
    }
    .sec_ticket_wrap .price_1 {
        padding-left: 0;
        margin-bottom: 20px;
        font-size: 25px;
        text-align: center;
    }
    .sec_ticket_wrap .price_1 > span {
        font-size: 16px;
    }
    .sec_ticket_wrap .desc_1 {
        padding-left: 0;
        font-size: 11px;
    }
}

/* ---------------------------------------------------- */
/* sec_timetable_wrap */
/* ---------------------------------------------------- */
.sec_timetable_wrap {
    background-image: url(../img/bg/1.jpg?y=26);
    background-position: center top;
    background-size: cover;
}
@media (max-width: 999px) {
}

/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    background-color: #047856;
}
.sec_access_wrap .ttl_1 {
    margin-bottom: 40px;
    font-size: 60px;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.sec_access_wrap .desc_1 {
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
}
.sec_access_wrap .btn_1 {
    display: block;
    padding: 10px;
    color: #047856;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
}
@media (max-width: 999px) {
    .sec_access_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec_access_wrap .ttl_1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .sec_access_wrap .desc_1 {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

/* ---------------------------------------------------- */
/* sec_caution_wrap */
/* ---------------------------------------------------- */
.sec_caution_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #047856;
    background-color: #c9e0c5;
}
.sec_caution_wrap .ttl_1 {
    margin-bottom: 10px;
    font-size: 18px;
}
@media (max-width: 999px) {
    .sec_caution_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec_caution_wrap .ttl_1 {
        font-size: 16px;
    }
    .sec_caution_wrap .list_1 {
        font-size: 11px;
    }
}
