@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #fff;
    --co_2: #000;
    --ff_1: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/* ---------------------------------------------------- */
/* 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: var(--co_1);
    line-height: 1.5;
    font-family: var(--ff_1);
    font-weight: 400;
    background-color: var(--co_2);

    overflow: hidden;
}

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

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

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

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: var(--co_1);
    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 {
    padding-top: 80px;
}
@media (max-width: 999px) {
    .contents_wrap {
        padding-top: 60px;
    }
}
/* ---------------------------------------------------- */
/* header_1 */
/* ---------------------------------------------------- */
.header_1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--co_2);
    z-index: 100;
    transition: 0.3s ease-in-out;
}

.header_1 .header_inner {
    position: relative;
    height: 80px;
}

.header_1 .logo_1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    transition: 0.3s ease-in-out;
}

.header_1 .logo_1 a {
    display: block;
}

.header_1 .btn_toggle_megamenu {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    z-index: 110;
}

.header_1 .btn_toggle_megamenu div {
    position: relative;
    width: 100%;
    height: 40px;
}

.header_1 .btn_toggle_megamenu div > span span,
.header_1 .btn_toggle_megamenu div > span:before,
.header_1 .btn_toggle_megamenu div > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--co_1);
    transform-origin: center center;
    transition: 0.3s ease-in-out;
}

.header_1 .btn_toggle_megamenu div > span span {
    transform: translateY(-1px);
}

.header_1 .btn_toggle_megamenu div > span:before {
    transform: translateY(-9px);
}

.header_1 .btn_toggle_megamenu div > span:after {
    transform: translateY(7px);
}

.header_1 .btn_toggle_megamenu.is_show div > span span,
.header_1 .btn_toggle_megamenu.is_show div > span:before,
.header_1 .btn_toggle_megamenu.is_show div > span:after {
    width: 100% !important;
}

.header_1 .btn_toggle_megamenu.is_show div > span span {
    opacity: 0;
}

.header_1 .btn_toggle_megamenu.is_show div > span:before {
    transform: translateY(-50%) rotate(-45deg);
}

.header_1 .btn_toggle_megamenu.is_show div > span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
}

.header_1 .toggle_megamenu_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--co_2);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

.header_1 .toggle_megamenu_wrap .toggle_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 80px 0;
    height: 100%;
}

.header_1 .nav_1 {
    width: 100%;
}

.header_1 .nav_1 > ul > li > a {
    display: block;
    padding: 20px 0;
    color: var(--co_1);
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.header_1 .nav_2 {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.header_1 .nav_2 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -20px;
}
.header_1 .nav_2 > ul > li {
    margin-right: 15px;
}
.header_1 .nav_2 a {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(1);
}

.header_1 .nav_2 .ig a {
    background-image: url(../img/ico/sns_ig_1.svg);
}
.header_1 .nav_2 .x a {
    background-image: url(../img/ico/sns_x_1.svg);
}
@media (min-width: 1000px) {
    .header_1 .btn_toggle_megamenu:hover {
        opacity: 0.6;
    }
}

@media (max-width: 999px) {
    .header_1 .header_inner {
        position: relative;
        height: 60px;
    }
    .header_1 .logo_1 {
        width: 60px;
    }
    .header_1 .btn_toggle_megamenu {
        left: 20px;
    }
    .header_1 .toggle_megamenu_wrap .toggle_inner {
        padding: 60px 0;
        display: block;
    }

    .header_1 .nav_1 > ul > li > a {
        padding: 15px 0;
        font-size: 20px;
    }
    .header_1 .nav_2 {
        right: 20px;
    }
    .header_1 .nav_2 > ul > li {
        margin-right: 10px;
    }
    .header_1 .nav_2 a {
        width: 25px;
        height: 25px;
    }
}

/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/bg/3.jpg);
    background-position: center bottom;
    background-size: cover;
}

.footer_1 .footer_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}
.footer_1 .list_1 {
    margin-bottom: 30px;
}

.footer_1 .list_1 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -50px;
}
.footer_1 .list_1 > ul > li {
    margin-right: 50px;
    width: 150px;
}
.footer_1 .list_1 a {
    display: block;
}
.footer_1 .list_1 a img {
    display: block;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}
.footer_1 .nav_1 {
    margin-bottom: 30px;
}

.footer_1 .nav_1 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -20px;
}
.footer_1 .nav_1 > ul > li {
    margin-right: 15px;
}
.footer_1 .nav_1 a {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer_1 .nav_1 .ig a {
    background-image: url(../img/ico/sns_ig_1_b.svg);
}
.footer_1 .nav_1 .x a {
    background-image: url(../img/ico/sns_x_1_b.svg);
}
.footer_1 .copyright_1 {
    font-size: 12px;
    text-align: center;
}

@media (max-width: 999px) {
    .footer_1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_1 .footer_inner {
        width: calc(100% - 40px);
    }
    .footer_1 .list_1 {
        margin-bottom: 30px;
    }

    .footer_1 .list_1 > ul {
        display: block;
        margin-right: 0;
    }
    .footer_1 .list_1 > ul > li {
        margin: 0 auto 30px;
        width: 150px;
    }

    .footer_1 .copyright_1 {
        font-size: 11px;
    }
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -50px;
    z-index: 2;
}

@media (max-width: 999px) {
    .sec_mv_wrap {
        margin-bottom: -20px;
    }
}
/* ---------------------------------------------------- */
/* sec_message_wrap */
/* ---------------------------------------------------- */
.sec_message_wrap {
    padding-top: 100px;
    background-image: url(../img/bg/1.jpg);
    background-position: center;
    background-size: cover;
}

.sec_message_wrap::before {
    left: 0;
}
.sec_message_wrap::after {
    right: 0;
    transform: scaleX(-1);
}
.sec_message_wrap .desc_1 {
    text-align: center;
    line-height: 1.8;
}
.sec_message_wrap .desc_1 .name {
    font-size: 14px;
}

@media (max-width: 999px) {
    .sec_message_wrap {
        padding-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* sec_schedule_wrap */
/* ---------------------------------------------------- */
.sec_schedule_wrap {
    background-image: url(../img/bg/6.jpg);
    background-position: center top;
    background-size: 100% auto;
}

.sec_schedule_wrap .img_1 {
    margin-bottom: 20px;
}

.sec_schedule_wrap .desc_1 {
    font-size: 12px;
    text-align: center;
}

@media (max-width: 999px) {
    .sec_schedule_wrap .desc_1 {
        font-size: 11px;
    }
}

/* ---------------------------------------------------- */
/* sec_artist_wrap */
/* ---------------------------------------------------- */
.sec_artist_wrap {
    background-image: url(../img/bg/3.jpg);
    background-position: center bottom;
    background-size: cover;
}

.sec_artist_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    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 a {
    display: block;
}

.sec_artist_wrap .list_1 .name {
    margin: 20px auto 0;
    width: 80%;
}
.sec_artist_wrap .list_1 .desc {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
@media (max-width: 999px) {
    .sec_artist_wrap .list_1 > ul {
        margin-right: 0;
        margin-bottom: -30px;
    }
    .sec_artist_wrap .list_1 > ul > li {
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%;
    }
    .sec_artist_wrap .list_1 .name {
        margin-top: 5px;
    }
    .sec_artist_wrap .list_1 .desc {
        margin-top: 0;
        font-size: 11px;
    }
}
/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */
.sec_ticket_wrap {
    background-image: url(../img/bg/4.jpg);
    background-position: center;
    background-size: cover;
}
.sec_ticket_wrap::before {
    content: "";
    position: absolute;
    right: 60%;
    top: -100px;
    display: block;
    width: 500px;
    height: 500px;
    background-image: url(../img/bg/5.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
}
.sec_ticket_wrap .list_1 {
    margin-bottom: 40px;
}

.sec_ticket_wrap .list_1 > ul > li + li {
    margin-top: 20px;
}

.sec_ticket_wrap .list_1 a {
    display: block;
}
.sec_ticket_wrap .list_1 .pg {
    position: relative;
}
.sec_ticket_wrap .list_1 .pg a {
    position: absolute;
    display: block;
    width: 30%;
    height: 31%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.sec_ticket_wrap .list_1 .pg .link_1 {
    left: 3%;
    top: 57%;
}
.sec_ticket_wrap .list_1 .pg .link_2 {
    left: 35%;
    top: 57%;
}
.sec_ticket_wrap .list_1 .pg .link_3 {
    left: 67%;
    top: 57%;
}

.sec_ticket_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sec_ticket_wrap .clms_wrap_1 > .clm_wrap {
    flex: none;
    width: calc(100% / 2 - 20px);
}

.sec_ticket_wrap .note_1 {
    margin-top: 10px;
    font-size: 12px;
}
.sec_ticket_wrap .note_2 {
    margin-top: 10px;
    font-size: 12px;
}
.sec_ticket_wrap .date_1 {
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    border: 1px solid var(--co_1);
}

.sec_ticket_wrap .img_2 img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
@media (max-width: 999px) {
    .sec_ticket_wrap::before {
        width: 300px;
        height: 300px;
    }
    .sec_ticket_wrap .list_1 {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 30px;
    }

    .sec_ticket_wrap .list_1 > ul > li + li {
        margin-top: 0;
    }
    .sec_ticket_wrap .list_1 .pg a {
        width: 88%;
        height: 17%;
    }

    .sec_ticket_wrap .list_1 .pg .link_1 {
        left: 6%;
        top: 38%;
    }
    .sec_ticket_wrap .list_1 .pg .link_2 {
        left: 6%;
        top: 59%;
    }
    .sec_ticket_wrap .list_1 .pg .link_3 {
        left: 6%;
        top: 79%;
    }
    .sec_ticket_wrap .clms_wrap_1 > .clm_wrap {
        flex: none;
        width: 100%;
    }
    .sec_ticket_wrap .clms_wrap_1 > .clm_wrap + .clm_wrap {
        margin-top: 40px;
    }

    .sec_ticket_wrap .note_1 {
        margin-top: 20px;
        font-size: 11px;
    }
    .sec_ticket_wrap .note_2 {
        font-size: 11px;
    }
}

/* ---------------------------------------------------- */
/* sec_timetable_wrap */
/* ---------------------------------------------------- */
.sec_timetable_wrap {
    background-image: url(../img/bg/3.jpg);
    background-position: center bottom;
    background-size: cover;
}
.sec_timetable_wrap .img_1 {
    display: block;
}

/* ---------------------------------------------------- */
/* sec_goods_wrap */
/* ---------------------------------------------------- */

.sec_goods_wrap {
    background-image: url(../img/bg/6.jpg);
    background-position: center top;
    background-size: 100% auto;
}
.sec_goods_wrap * + .ttl_1 {
    margin-top: 58px;
}
.sec_goods_wrap .bnr_1 {
    display: block;
    margin-bottom: 40px;
}
.sec_goods_wrap .list_1 + .list_1 {
    margin-top: 40px;
}
.sec_goods_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -40px;
}
.sec_goods_wrap .list_1 > ul > li {
    margin-right: 20px;
    margin-bottom: 40px;
    width: calc(100% / 3 - 20px);
}

.sec_goods_wrap .list_1 a {
    display: block;
}
.sec_goods_wrap .list_1 .img {
    margin-bottom: 10px;
    border: 1px solid var(--co_1);
}
.sec_goods_wrap .ttl_2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
}
.sec_goods_wrap * + .ttl_2 {
    margin-top: 50px;
}
.sec_goods_wrap .ttl_2::after {
    flex: auto;
    content: "";
    display: block;
    margin-left: 20px;
    width: auto;
    height: 1px;
    background-color: var(--co_1);
}
.sec_goods_wrap .list_2 {
    font-size: 12px;
}
.sec_goods_wrap .desc_1 {
    margin-bottom: 10px;
    font-weight: 700;
}
.sec_goods_wrap .desc_2 {
    font-size: 12px;
}
@media (max-width: 999px) {
    .sec_goods_wrap * + .ttl_1 {
        margin-top: 50px;
    }
    .sec_goods_wrap .bnr_1 {
        margin: 0 -20px 40px;
    }
    .sec_goods_wrap .list_1 + .list_1 {
        margin-top: 20px;
    }
    .sec_goods_wrap .list_1 > ul {
        margin-right: 0;
        margin-bottom: -20px;
    }
    .sec_goods_wrap .list_1 > ul > li {
        margin-right: 0;
        margin-bottom: 20px;
        width: 80%;
    }
    .sec_goods_wrap .list_1 .img {
        margin-bottom: 5px;
    }
    .sec_goods_wrap * + .ttl_2 {
        margin-top: 40px;
    }

    .sec_goods_wrap .list_2 {
        font-size: 11px;
    }
    .sec_goods_wrap .desc_2 {
        font-size: 11px;
    }
}

/* ---------------------------------------------------- */
/* modal_goods_1 */
/* ---------------------------------------------------- */
.modal_goods_1 {
    display: none;
}
.modal_goods_1 .fancybox-close-small {
    position: fixed;
    right: 6px !important;
    top: 6px !important;
    color: var(--co_2);
    background-color: var(--co_1);
}
.modal_goods_1 .fancybox-slide--html .fancybox-close-small {
    position: fixed;
    right: 6px !important;
    top: 6px !important;
    background-color: var(--co_1);
}

.modal_goods_1 {
    padding: 60px;
    width: 1000px;
    overflow-y: scroll;
    background-color: var(--co_2);
}
.modal_goods_1 .box_1 {
    padding: 20px;
    color: var(--co_2);
    background-color: var(--co_1);
}
.modal_goods_1 .slide_1 {
    min-height: 700px;
}
.modal_goods_1 .desc_2 {
    margin-bottom: 20px;
    text-align: center;
    word-break: break-all;
}
.modal_goods_1 .desc_1 {
    margin-top: 40px;
    word-break: break-all;
}
.modal_goods_1 .slick-next,
.modal_goods_1 .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    outline: 0;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.3s ease-in-out;
}

.modal_goods_1 .slick-prev {
    right: 10px;
}
.modal_goods_1 .slick-next {
    left: 10px;
}

.modal_goods_1 .slick-prev:before,
.modal_goods_1 .slick-next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--co_2);
    border-right: 2px solid var(--co_2);
    transition: 0.3s ease-in-out;
}

.modal_goods_1 .slick-prev:before {
    transform: translate(-30%, -50%) rotate(45deg) scale(-1, -1);
}

.modal_goods_1 .slick-next:before {
    transform: translate(-70%, -50%) rotate(45deg);
}

@media (min-width: 1000px) {
}
@media (max-width: 999px) {
    .modal_goods_1 {
        padding: 20px;
        width: 100%;
    }
    .modal_goods_1 .slide_1 {
        min-height: 200px;
    }
    .modal_goods_1 .desc_1 {
        margin-top: 20px;
        font-size: 11px;
    }
    .modal_goods_1 .desc_2 {
        font-size: 11px;
    }
    .modal_goods_1 .slick-next,
    .modal_goods_1 .slick-prev {
        width: 24px;
        height: 24px;
    }
    .modal_goods_1 .slick-prev {
        right: 5px;
    }
    .modal_goods_1 .slick-next {
        left: 5px;
    }
    .modal_goods_1 .slick-prev:before,
    .modal_goods_1 .slick-next:before {
        width: 12px;
        height: 12px;
    }
}
