main{
    padding-top: 72px;
}
#header{
    padding: 0 20px;
    width: 100%;
    height: 66px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 100;
}
.header_cont02{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 6;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.humberger_label{
    position: absolute;
    display: block;
    width: 40px;
    height: 30px;
    border-top: solid 7px var(--pink);
    border-bottom: solid 7px var(--pink);
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
}
.humberger_label:before,
.humberger_label:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 7px;
    margin: auto;
    background-color: var(--pink);
    transition: 0.2s ease;
}
#hum:checked+.humberger_label{
    border: none;
    background-color: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    right: 15px;
    top: 15px;
}
#hum:checked+.humberger_label:before{
    rotate: 45deg;
    height: 4px;
}
#hum:checked+.humberger_label:after{
    rotate: -45deg;
    height: 4px;
}
#hum:checked+.humberger_label+.header_cont02{
    display: flex;
}
.bg_modal{
    position: fixed;
    background-color: rgb(0 0 0 / 80%);
    width: 100vw;
    height: 0;
    top: 0;
    left: 0;
    z-index: 4;
    transition: 0.2s ease;
}
#hum:checked~.bg_modal{
    height: 100vh;
}
#header .nav_list{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 12px 1%;
}
#header .nav_list li{
    flex-basis: 100%;
}
#header .nav_list li a{
    color: #FFF;
    font-size: 20px;
}
.inner{
    padding: 0 20px;
}
section{
    padding: 40px 0;
}
.ticket_btn{
    bottom: 5%;
}
.ticket_btn img{
    width: 128px;
    height: 122px;
}
.box{
    padding: 50px 10px;
}
.tl_box{
    font-size: 20px;
    
}
.box h3{
    margin-bottom: 16px;
}
.date{
    margin-bottom: 24px;
}
.date date{
    font-size: 20px;
}
.box dl{
    display: block;
    text-align: center;
}
.box dd{
    font-size: 16px;
    margin-bottom: 24px;
}
.box dd:nth-last-child(1){
    margin: 0;
}
.box dd span{
    font-size: 14px;
}
.tl span{
    padding: 8px 40px;
}
#detail .coming_text{
    font-size: 24px;
    margin-bottom: 40px;
}
#detail .coming_soon span{
    padding: 0 52px;
}
#detail .coming_soon span:before, 
#detail .coming_soon span:after{
    width: 42px;
    height: 42px;
}
#detail .coming_soon span:before{
    left: -10px;
}
#detail .coming_soon span:after{
    right: -10px;
}
#detail{
    padding-bottom: 72px;
}
#detail:after{
    height: 36px;
    background-size: auto 100%;
    left: 0;
    right: 0;
    margin: auto;
}
#banner .f_wrap{
    display: block;
}
#banner .f_wrap a{
    display: block;
    margin-bottom: 36px;
}
#banner .f_wrap a span{
    font-size: 20px;
    padding: 16px 20px;
}

#footer .copy{
    font-size: 14px;
}
