.humberger_label{
    width: 40px;
    height: 34px;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    position: relative;
    cursor: pointer;
    transition: none;
}
.humberger_label span{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.2s ease;
}
.header_cont02{
    display: none;
    position: fixed;
    top: 92px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 20;
    width: fit-content;
    height: fit-content;
}
#hum:checked + label + .header_cont02{
    display: flex;
}
#hum:checked + label{
    border: solid 0px #000;
}
#hum:checked + label span{
    transform: rotate(45deg);
}
.humberger_label span:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: 0.2s ease;
}
#hum:checked + label span:before{
    transform: rotate(-270deg);
}
#gnav{
    padding: 8px 0;
}
#gnav .nav_list{
    display: block;
    padding: 0;
}
.bg_modal{
    position: fixed;
    top: 92px;
    left: 0;
    width: 100vw;
    height: 0;
    margin: auto;
    background-color: rgb(0 0 0 / 70%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s ease;
    display: block;
}
#hum:checked + label + .header_cont02 + .bg_modal{
    height: calc(100vh - 92px);
    opacity: 1;
}
#gnav a{
    font-size: 18px;
    color: #FFF;
    padding: 4px 12px;
    margin: 4px 0;
    width: 100%;
    text-align: center;
    display: block;
}
#gnav a img{
    width: 80px;
    height: 60px;
}
#gnav li{
    text-align: center;
}
#gnav a:before{
    content: none;
}


#top .logos{
    display: block;
    text-align: center;
    padding: 20px 12px;
}
#top .logos img{
    margin: auto;
}
#top .ticket{
    bottom: 40px;
    font-size: 14px;
    padding: 16px;
}
#news dl{
    font-size: 16px;
    display: block;
}
#news dt{
    display: inline-block;
    text-align: center;
}
#news dd span{
    font-size: 24px;
}
#event{
    padding: 40px 10px;
}
#event .event{
    padding: 30px 20px;
}
#event .logo img{
    margin: 40px auto;
}
#event dt,
#event dd{
    width: 100%;
    flex-basis: 100%;
}
#event dl{
    gap: 12px 16px;
}
#event dt{
    font-size: 18px;
}
#event dd{
    margin-bottom: 12px;
    font-size: 16px;
}
#story_character{
    padding: 40px 10px;
}
#story_character .inner{
    padding: 30px 20px;
    box-sizing: border-box;
}
#story_character .cont01,
#story_character .cont02{
    flex-basis: 100%;
}
#story_character .cont01{
    order: 2;
}

#story_character .cont02{
    order: 1;
}
#story_character .cont02 img{
    margin: auto;
}
#story_character .cont01 .logo img{
    margin: 20px auto;
}
.story .story_text{
    font-size: 18px;
}
.story .talk{
    width: 100%;
}
.character .box{
    flex-basis: calc((100% - 18px) / 2);
}
.character span{
    font-size: 14px;
}
.character b{
    font-size: 20px;
}
.character .box_1{
    flex-basis: 100%;
    max-width: 300px;
}
.character .nazonazo .in{
    display: block;
}
.character .nazonazo{
    max-width: 100%;
}
.character .nazonazo img{
    margin: auto;
}
.character .box_1 img{
    margin: 0;
}
.character ul{
    justify-content: center;
    gap: 32px 18px;
}
#flow{
    padding: 40px 10px;
}
@media screen and (max-width: 600px) {
    #flow .box{
        flex-basis: 100%;
    }
}
#flow .inner{
    padding: 30px 20px;
}
#faq{
    padding: 40px 10px;
}
#faq .inner{
    padding: 30px 20px;
}
#flow h4{
    font-size: 18px;
    gap: 12px 16px;
    justify-content: center;
}
#flow .box p{
    font-size: 14px;
}
#faq h4{
    font-size: 18px;
}
#facility{
    padding: 40px 10px;
}
#facility .inner{
    padding: 30px 20px;
}
footer{
    padding: 40px 10px;
}
.totop{
    width: 80px;
    bottom: -84px;
}