@charset "utf-8";

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

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #fff;
    --co_2: #000;
    --co_3: #0047ff;
    --co_4: #ff00b6;
    --co_5: #d69300;
    --co_6: #f6e29e;
    --co_7: #e5e5e5;
    --ff_1: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --ff_2: "Zen Maru Gothic", "游ゴシック体", "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_2);
    line-height: 1.5;
    font-family: var(--ff_1);
    font-weight: 400;
    background-color: var(--co_1);
    overflow: hidden;
}

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

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

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

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: var(--co_3);
    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;
}

@media (min-width: 1000px) {
    .body_wrap::before,
    .body_wrap::after {
        content: "";
        position: absolute;
        top: 0;
        width: 75px;
        height: 100%;
        background-image: url(../img/bg/2.svg);
        background-position: center top;
        background-size: 100% auto;
        background-repeat: repeat-y;
        opacity: 0.5;
        mix-blend-mode: multiply;
        z-index: 2;
        pointer-events: none;
    }
    .body_wrap::before {
        left: 0;
    }
    .body_wrap::after {
        right: 0;
        transform: scaleX(-1);
    }
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* header_1 */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .header_1 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        min-width: 1180px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(249, 243, 209, 1) 100%);
        z-index: 100;
        transition: 0.3s ease-in-out;
    }
    .header_1 .header_inner {
        position: relative;
        height: 80px;
    }

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

    .header_1 .logo_1 a {
        display: block;
    }

    .header_1 .btn_toggle_megamenu {
        display: none;
    }

    .header_1 .toggle_megamenu_wrap {
        display: block !important;
        opacity: 1 !important;
    }

    .header_1 .nav_1 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header_1 .nav_1 > ul {
        display: flex;
        justify-content: center;
        margin-right: -30px;
    }

    .header_1 .nav_1 > ul > li {
        margin-right: 30px;
    }

    .header_1 .nav_1 > ul > li > a {
        position: relative;
        display: block;
        padding: 20px 0;
        font-family: var(--ff_2);
        color: var(--co_4);
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
        line-height: 1;
    }
}
@media (max-width: 999px) {
    .header_1 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(249, 243, 209, 1) 100%);
        z-index: 100;
        transition: 0.3s ease-in-out;
    }
    .header_1 .header_inner {
        position: relative;
        height: 50px;
    }

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

    .header_1 .logo_1 a {
        display: block;
    }

    .header_1 .btn_toggle_megamenu {
        position: absolute;
        right: 20px;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 100%;
        -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_4);
        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-image: url(../img/bg/1.jpg);
        background-size: 250px auto;
        background-position: center top;
        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: 20px 40px;
        height: 100%;
    }

    .header_1 .nav_1 {
    }
    .header_1 .nav_1 > ul > li + li {
        margin-top: 20px;
    }
    .header_1 .nav_1 > ul > li > a {
        position: relative;
        display: block;
        font-family: var(--ff_2);
        color: var(--co_4);
        font-size: 40px;
        line-height: 1;
        text-decoration: none;
        font-weight: 900;
        line-height: 1;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }
    .header_1 .nav_1 > ul > li > a::before {
        content: attr(data-ttl);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        color: var(--co_1);
        white-space: pre;
        -webkit-text-stroke: 6px var(--co_1);
    }
    .header_1 .nav_1 > ul > li > a > span {
        position: relative;
    }
}

/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
}

.footer_1 .footer_inner {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.footer_1 .ttl_1 {
    margin-bottom: 20px;
    font-family: var(--ff_2);
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.footer_1 .list_1 {
    margin: 0 auto;
    width: max-content;
    text-align: center;
}
.footer_1 .list_1 > ul > li {
    padding: 0 20px;
}
.footer_1 .list_1 > ul > li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--co_2);
}
.footer_1 .list_1 .logo {
    margin: 0 auto;
    width: 100px;
}

.footer_1 .copyright_1 {
    padding: 30px 0;
    font-size: 12px;
    text-align: center;
}
@media (max-width: 999px) {
    .footer_1 .footer_inner {
        padding-top: 50px;
        padding-bottom: 50px;
        width: calc(100% - 40px);
    }
    .footer_1 .list_1 {
        width: auto;
        font-size: 12px;
    }
    .footer_1 .list_1 > ul > li {
        padding: 0 0;
    }

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

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-top: 120px;
    padding-bottom: 30px;
    z-index: 10;
}
@media (max-width: 999px) {
    .sec_mv_wrap {
        padding-top: 60px;
    }
}
/* ---------------------------------------------------- */
/* sec_pickup_wrap */
/* ---------------------------------------------------- */
.sec_pickup_wrap .bnr_1 {
    display: block;
    margin: 0 auto;
    width: 900px;
}
@media (max-width: 999px) {
    .sec_pickup_wrap .bnr_1 {
        width: auto;
    }
}
/* ---------------------------------------------------- */
/* sec_about_wrap */
/* ---------------------------------------------------- */
.sec_about_wrap .ttl_1 {
    margin-bottom: 30px;
}
.sec_about_wrap .clms_wrap_1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sec_about_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    flex: none;
    margin-right: 40px;
    width: 330px;
}
.sec_about_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: auto;
    width: auto;
}
.sec_about_wrap .desc_1 {
    margin-bottom: 40px;
    font-family: var(--ff_2);
    font-size: 20px;
    font-weight: 900;
}
@media (max-width: 999px) {
    .sec_about_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_about_wrap .clms_wrap_1 {
        display: block;
    }
    .sec_about_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 30px;
        width: auto;
    }

    .sec_about_wrap .desc_1 {
        margin-bottom: 20px;
        text-align: center;
    }
    .sec_about_wrap .desc_2 {
        margin: 0 auto;
        width: max-content;
    }
}
/* ---------------------------------------------------- */
/* sec_artist_wrap */
/* ---------------------------------------------------- */
.sec_artist_wrap .ttl_1 {
    margin-bottom: 60px;
}
.sec_artist_wrap .img_1 {
    margin: 0 auto 20px;
    width: 800px;
}
.sec_artist_wrap .desc_1 {
    font-family: var(--ff_2);
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 999px) {
    .sec_artist_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_artist_wrap .img_1 {
        width: auto;
    }
    .sec_artist_wrap .desc_1 {
        font-size: 20px;
    }
}

/* ---------------------------------------------------- */
/* sec_goods_wrap */
/* ---------------------------------------------------- */
.sec_goods_wrap {
    background: linear-gradient(0deg, rgba(248, 242, 208, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(248, 242, 208, 1) 100%);
}

.sec_goods_wrap .ttl_1 {
    margin-bottom: 60px;
}
.sec_goods_wrap .img_1 {
    margin-bottom: 90px;
}
.sec_goods_wrap .desc_1 {
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
}
.sec_goods_wrap .desc_1 > span:nth-of-type(1) {
    display: block;
    font-size: 20px;
}

.sec_goods_wrap .ttl_2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.sec_goods_wrap .map_1 iframe {
    width: 100%;
    height: 400px;
}
@media (max-width: 999px) {
    .sec_goods_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_goods_wrap .img_1 {
        margin-bottom: 50px;
    }
    .sec_goods_wrap .desc_1 {
        margin-bottom: 20px;
    }
    .sec_goods_wrap .desc_1 > span:nth-of-type(1) {
        font-size: 18px;
    }

    .sec_goods_wrap .ttl_2 {
        font-size: 18px;
    }
    .sec_goods_wrap .map_1 iframe {
        height: 300px;
    }
}

/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */
.sec_ticket_wrap .ttl_1 {
    margin-bottom: 60px;
}

.sec_ticket_wrap .ttl_2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
.sec_ticket_wrap * + .ttl_2 {
    margin-top: 40px;
}
.sec_ticket_wrap .ttl_2 span {
    font-size: 80%;
}
.sec_ticket_wrap .desc_1 {
    margin-bottom: 40px;
    font-family: var(--ff_2);
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}
.sec_ticket_wrap .desc_3 {
    font-size: 18px;
    font-weight: 700;
}
.sec_ticket_wrap .list_1 {
    border-top: 1px solid var(--co_2);
    border-bottom: 1px solid var(--co_2);
}

.sec_ticket_wrap .list_1 > ul > li {
    padding: 20px 0;
}
.sec_ticket_wrap .list_1 > ul > li + li {
    border-top: 1px dashed var(--co_2);
}
.sec_ticket_wrap .list_1 .ttl {
    font-size: 18px;
    font-weight: 700;
}
.sec_ticket_wrap .list_1 .price {
    font-size: 18px;
    font-weight: 700;
}
.sec_ticket_wrap .list_1 .price span {
    font-size: 80%;
}
.sec_ticket_wrap .list_2 > ul > li + li {
    margin-top: 20px;
}
@media (max-width: 999px) {
    .sec_ticket_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_ticket_wrap .ttl_2 {
        font-size: 18px;
    }
    .sec_ticket_wrap * + .ttl_2 {
        margin-top: 30px;
    }
    .sec_ticket_wrap .desc_1 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .sec_ticket_wrap .desc_3 {
        font-size: 18px;
        font-weight: 700;
    }
    .sec_ticket_wrap .list_1 {
        border-top: 1px solid var(--co_2);
        border-bottom: 1px solid var(--co_2);
    }

    .sec_ticket_wrap .list_1 > ul > li {
        padding: 20px 0;
    }
    .sec_ticket_wrap .list_1 > ul > li + li {
        border-top: 1px dashed var(--co_2);
    }
    .sec_ticket_wrap .list_1 .ttl {
        font-size: 18px;
        font-weight: 700;
    }
    .sec_ticket_wrap .list_1 .price {
        font-size: 18px;
        font-weight: 700;
    }
    .sec_ticket_wrap .list_1 .price span {
        font-size: 80%;
    }
    .sec_ticket_wrap .list_2 > ul > li + li {
        margin-top: 20px;
    }
}

/* ---------------------------------------------------- */
/* sec_qa_wrap */
/* ---------------------------------------------------- */
.sec_qa_wrap {
    background-color: var(--co_6);
}
.sec_qa_wrap .ttl_1 {
    margin-bottom: 60px;
}
.sec_qa_wrap .list_1 > ul > li {
    border: 1px solid var(--co_5);
}
.sec_qa_wrap .list_1 > ul > li + li {
    margin-top: 30px;
}
.sec_qa_wrap .list_1 .q {
    position: relative;
    display: flex;
    padding: 15px 20px;
    padding-right: 60px;
    color: var(--co_1);
    font-size: 18px;
    font-weight: 700;
    text-align: justify;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: var(--co_5);
    transition: 0.3s ease-in-out;
}
.sec_qa_wrap .list_1 .q::before {
    content: "Q.";
    flex: none;
}

.sec_qa_wrap .list_1 .q i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
}

.sec_qa_wrap .list_1 .q.is_show i {
    transform: translateY(-50%) scaleY(-1);
}

.sec_qa_wrap .list_1 .q i::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--co_1);
    border-right: 2px solid var(--co_1);
    transition: 0.3s ease-in-out;
    transform: rotate(135deg);
}

.sec_qa_wrap .list_1 .a {
    display: none;
    padding: 15px 20px;
    background-color: var(--co_6);
}
@media (max-width: 999px) {
    .sec_qa_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_qa_wrap .list_1 > ul > li + li {
        margin-top: 20px;
    }
    .sec_qa_wrap .list_1 .q {
        font-size: 14px;
    }

    .sec_qa_wrap .list_1 .q i {
        right: 10px;
    }
}
/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap {
    background-color: var(--co_7);
}
.sec_access_wrap .ttl_1 {
    margin-bottom: 60px;
}
.sec_access_wrap .map_1 {
    margin-bottom: 30px;
}
.sec_access_wrap .map_1 iframe {
    width: 100%;
    height: 400px;
}
.sec_access_wrap .ttl_2 {
    font-size: 16px;
    font-weight: 700;
}
.sec_access_wrap .btn_1 {
    margin-top: 30px;
}
@media (max-width: 999px) {
    .sec_access_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_access_wrap .map_1 {
        margin-bottom: 20px;
    }
    .sec_access_wrap .map_1 iframe {
        height: 300px;
    }
    .sec_access_wrap .ttl_2 {
        font-size: 16px;
        font-weight: 700;
    }
    .sec_access_wrap .btn_1 {
        margin-top: 20px;
    }
}
/* ---------------------------------------------------- */
/* sec_reportmv_wrap */
/* ---------------------------------------------------- */
.sec_reportmv_wrap .ttl_2 {
    margin-top: 30px;
    font-family: var(--ff_2);
    color: var(--co_4);
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
@media (max-width: 999px) {
    .sec_reportmv_wrap .ttl_2 {
        margin-top: 20px;
        font-size: 30px;
    }
}
/* ---------------------------------------------------- */
/* sec_report_wrap */
/* ---------------------------------------------------- */
.sec_report_wrap .ttl_1 {
    margin-top: 50px;
    font-family: var(--ff_2);
    color: var(--co_4);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.sec_report_wrap .desc_1 {
    margin-top: 20px;
    text-align: center;
}
.sec_report_wrap .desc_2 {
    margin-top: 50px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}
.sec_report_wrap .img_1 {
    margin-top: 50px;
}
@media (max-width: 999px) {
    .sec_report_wrap .ttl_1 {
        margin-top: 30px;
        font-size: 18px;
    }
    .sec_report_wrap .desc_1 {
        margin-top: 10px;
        text-align: justify;
    }
    .sec_report_wrap .desc_2 {
        margin-top: 30px;
    }
    .sec_report_wrap .img_1 {
        margin-top: 30px;
    }
}
