@charset "utf-8";

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

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #fff;
    --co_2: #000;
    --co_3: #606768;
    --co_4: #e7e7e6;
}

/* ---------------------------------------------------- */
/* 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_3);
    line-height: 1.5;
    font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    background: var(--co_4);
    width: 100% auto;

    overflow: hidden;
}

@media (min-width: 1000px) {
    body {
        min-width: 1120px;
        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 {
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    opacity: 0;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
.contents_wrap {
    padding-top: 0;
}

/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer_1 .footer_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
.footer_1 .clms_wrap_1 {
    display: flex;
    justify-content: center;
}
.footer_1 .clms_wrap_1 > .clm_wrap {
    flex: none;
    width: calc(100% / 2 - 20px);
}
.footer_1 .clms_wrap_1 > .clm_wrap:nth-child(1) {
    flex: none;
    margin-right: 50px;
    width: 350;
}
.footer_1 .clms_wrap_1 > .clm_wrap:nth-child(2) {
    flex: initial;
    width: auto;
}
.footer_1 .nav_1 {
    margin-top: 30px;
}
.footer_1 .nav_1 > ul {
    display: flex;
    justify-content: center;
}
.footer_1 .nav_1 > ul > li {
    width: 35px;
}
.footer_1 .nav_1 > ul > li + li {
    margin-left: 20px;
}
.footer_1 .nav_1 a {
    display: block;
}
.footer_1 .list_1 {
    font-size: 10px;
}
.footer_1 .list_1 > ul > li {
    display: flex;
}
.footer_1 .list_1 > ul > li + li {
    margin-top: 5px;
}
.footer_1 .list_1 h5 {
    flex: initial;
    width: auto;
    white-space: nowrap;
}
.footer_1 .list_1 h5::before {
    content: "■";
}
.footer_1 .list_1 h5::after {
    content: "：";
}

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

    .footer_1 .footer_inner {
        width: calc(100% - 60px);
    }
    .footer_1 .clms_wrap_1 {
        display: block;
    }
    .footer_1 .clms_wrap_1 > .clm_wrap {
        width: auto;
    }
    .footer_1 .clms_wrap_1 > .clm_wrap:nth-child(1) {
        margin-right: 0;
        margin-bottom: 20px;
        width: auto;
    }
    .footer_1 .clms_wrap_1 > .clm_wrap:nth-child(2) {
        flex: initial;
        width: auto;
    }
    .footer_1 .nav_1 {
        margin-top: 20px;
    }
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap .mv_1 {
    position: relative;
}
.sec_mv_wrap .img_1 > span {
    padding-top: 69%;
}

.sec_mv_wrap .ttl_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.sec_mv_wrap .btn_1 {
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
    width: 100px;
}
.sec_mv_wrap .ttl_2 {
    padding: 20px;
}
@media (max-width: 999px) {
    .sec_mv_wrap .img_1 > span {
        padding-top: 69%;
    }

    .sec_mv_wrap .ttl_1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .sec_mv_wrap .btn_1 {
        width: 50px;
    }
}

/* ---------------------------------------------------- */
/* sec_overview_wrap */
/* ---------------------------------------------------- */
.sec_overview_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    color: var(--co_1);
    background-color: var(--co_3);
}

.sec_overview_wrap .ttl_1 {
    margin-bottom: 60px;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
}
.sec_overview_wrap .ttl_1 > span {
    font-size: 80px;
}

.sec_overview_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -10px;
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: center;
}

.sec_overview_wrap .list_1 > ul > li {
    margin-right: 50px;
    margin-bottom: 10px;
}
@media (max-width: 999px) {
    .sec_overview_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec_overview_wrap .ttl_1 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .sec_overview_wrap .ttl_1 > span {
        font-size: 40px;
    }

    .sec_overview_wrap .list_1 > ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: -10px;
        font-size: 22px;
    }

    .sec_overview_wrap .list_1 > ul > li {
        margin-right: 0;
        margin-bottom: 10px;
        width: calc(100% / 2);
    }
}
/* ---------------------------------------------------- */
/* sec_concept_wrap */
/* ---------------------------------------------------- */
.sec_concept_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec_concept_wrap .ttl_1 {
    margin-bottom: 40px;
}
.sec_concept_wrap .ttl_2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
}
.sec_concept_wrap .ttl_2 > span {
    display: inline-block;
    text-indent: -0.7em;
}
@media (max-width: 999px) {
    .sec_concept_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec_concept_wrap .ttl_2 {
        font-size: 28px;
        text-align: left;
    }
    .sec_concept_wrap .ttl_2 > span {
        display: block;
        text-indent: -0.7em;
    }
}
/* ---------------------------------------------------- */
/* sec_story_wrap */
/* ---------------------------------------------------- */
.sec_story_wrap {
    color: var(--co_1);
    background-color: var(--co_3);
}

.sec_story_wrap .clms_wrap_1 {
    display: flex;
}

.sec_story_wrap .clms_wrap_1 > .clm_wrap {
    position: relative;
    flex: none;
    width: calc(100% / 2);
}
.sec_story_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    padding: 60px 0 60px 60px;
    order: 1;
}
.sec_story_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    order: -1;
}
.sec_story_wrap .ttl_1 > span {
    text-align: left;
}

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

.sec_story_wrap .desc_1 {
    line-height: 2;
}

.sec_story_wrap .img_1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
}
.sec_story_wrap .img_1 > span {
    background-position: right center;
    height: 100%;
}
@media (max-width: 999px) {
    .sec_story_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_story_wrap .clms_wrap_1 > .clm_wrap {
        width: auto;
    }
    .sec_story_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        padding: 40px 0;
    }
    .sec_story_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        margin: 0 -20px;
    }
    .sec_story_wrap .ttl_1 > span {
        text-align: center;
    }

    .sec_story_wrap .ttl_1 {
        margin-bottom: 40px;
    }

    .sec_story_wrap .desc_1 {
        margin: 0 auto;
        max-width: max-content;
    }

    .sec_story_wrap .img_1 {
        position: static;
        width: auto;
        height: auto;
    }
    .sec_story_wrap .img_1 > span {
        background-position: center center;
        height: 0;
        padding-top: 106%;
    }
}
/* ---------------------------------------------------- */
/* sec_ticket_wrap */
/* ---------------------------------------------------- */
.sec_ticket_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec_ticket_wrap .ttl_1 {
    margin-bottom: 40px;
}

.sec_ticket_wrap .ttl_2 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
}
.sec_ticket_wrap .ttl_2 > span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid var(--co_3);
    border-radius: 100%;
}
.sec_ticket_wrap .img_1 {
    margin-bottom: 40px;
}
.sec_ticket_wrap .img_2 {
    margin-bottom: 20px;
}
.sec_ticket_wrap .list_1 {
    margin-bottom: 20px;
    font-size: 11px;
}
.sec_ticket_wrap .date_1 {
    padding: 5px 20px;
    margin: 0 auto 60px;
    width: max-content;
    font-size: 18px;
    line-height: 1;
    border: 1px solid var(--co_3);
}
.sec_ticket_wrap .date_1 > span {
    font-size: 12px;
}
.sec_ticket_wrap .address_1 {
    margin-bottom: 20px;
}

.sec_ticket_wrap .map_1 {
    filter: grayscale(1);
}
.sec_ticket_wrap .bnr_1 {
    position: relative;
    margin-bottom: 20px;
}
.sec_ticket_wrap .bnr_1 a {
    position: absolute;
    display: block;
    width: 29%;
    height: 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.sec_ticket_wrap .bnr_1 .pg_1 {
    left: 4%;
    top: 65%;
}
.sec_ticket_wrap .bnr_1 .pg_2 {
    left: 35%;
    top: 65%;
}
.sec_ticket_wrap .bnr_1 .pg_3 {
    left: 67%;
    top: 65%;
}
@media (max-width: 999px) {
    .sec_ticket_wrap {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .sec_ticket_wrap .ttl_2 {
        display: block;
        font-size: 30px;
        text-align: center;
    }
    .sec_ticket_wrap .ttl_2 > span {
        margin: 0 auto 20px;
        width: 60px;
        height: 60px;
        font-size: 14px;
    }

    .sec_ticket_wrap .map_1 {
        margin: 0 -20px;
    }
    .sec_ticket_wrap .bnr_1 a {
        width: 92%;
        height: 42px;
    }
    .sec_ticket_wrap .bnr_1 .pg_1 {
        left: 4%;
        top: 43%;
    }
    .sec_ticket_wrap .bnr_1 .pg_2 {
        left: 4%;
        top: 62%;
    }
    .sec_ticket_wrap .bnr_1 .pg_3 {
        left: 4%;
        top: 81%;
    }
}
/* ---------------------------------------------------- */
/* sec_profile_wrap */
/* ---------------------------------------------------- */
.sec_profile_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    color: var(--co_1);
    background-color: var(--co_3);
}
.sec_profile_wrap .ttl_1 {
    margin-bottom: 40px;
}
.sec_profile_wrap .team_1 + .team_1 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--co_1);
}

.sec_profile_wrap .ttl_2 {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}
.sec_profile_wrap .ttl_2 > span {
    display: block;
    font-size: 30px;
    letter-spacing: 0.1em;
}

.sec_profile_wrap .desc_1 {
    line-height: 2;
}
.sec_profile_wrap .nav_1 {
    margin-top: 20px;
}
.sec_profile_wrap .nav_1 > ul {
    display: flex;
    justify-content: center;
}
.sec_profile_wrap .nav_1 > ul > li {
    width: 35px;
}
.sec_profile_wrap .nav_1 > ul > li + li {
    margin-left: 20px;
}
.sec_profile_wrap .nav_1 a {
    display: block;
}
.sec_profile_wrap .list_1 {
    margin-top: 40px;
}
.sec_profile_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -40px;
}

.sec_profile_wrap .list_1 > ul > li {
    margin-right: 20px;
    margin-bottom: 40px;
    width: 150px;
}

.sec_profile_wrap .list_1 a {
    display: block;
}
.sec_profile_wrap .list_1 .name {
    margin: 10px 0;
}
.sec_profile_wrap .list_1 .name > span {
    display: block;
    color: var(--co_1);
    text-align: center;
}

.sec_profile_wrap .list_1 .name .ja {
    font-size: 20px;
    letter-spacing: 0.05em;
}
.sec_profile_wrap .list_1 .name .en {
    font-size: 12px;
    letter-spacing: 0.3em;
}

.sec_profile_wrap .list_1 .name .pos {
    font-size: 11px;
}
.sec_profile_wrap .list_1 .btn {
    margin: 15px auto 0;
    padding: 5px 20px;
    width: max-content;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3em;
    background-color: var(--co_1);
    transition: 0.3s ease-in-out;
}
@media (min-width: 1000px) {
    .sec_profile_wrap .list_1 a:hover .btn {
        color: var(--co_1);
        background-color: var(--co_3);
    }
}

@media (max-width: 999px) {
    .sec_profile_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec_profile_wrap .list_1 > ul > li {
        width: calc(100% / 2 - 20px);
    }
}
