#header{
    padding: 0;
}
.header_cont02{
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 52;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.humberger_label{
    position: fixed;
    display: block;
    width: 40px;
    height: 30px;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    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: 2px;
    margin: auto;
    background-color: #000;
    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;
}
#hum:checked+.humberger_label:after{
    rotate: -45deg;
}
#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: 50;
    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;
}

.bottom_cont .inner{
    padding: 30px 10px;
}
.bottom_cont .box{
    padding: 80px 4px 30px 4px;

}
#about{
    text-align: center;
}
#about dl{
    display: inline-block;
    width: auto;
    margin: auto;
    text-align: center;
    font-size: 16px;
}
#about dt{
    text-align: center;
    margin: auto;
    margin-bottom: 8px;
    font-size: 16px;
}
#about dd{
    margin-bottom: 20px;
}
#about dd:nth-last-child(1){
    margin-bottom: 0;
}
.tl{
    margin-top: calc(-38px - 70px);
}
.tl span{
    font-size: 22px;
    min-width: auto;
    padding: 8px 32px;
}
h3{
    margin-top: 30px;
    font-size: 20px;
}
p{
    font-size: 16px;
}
.info{
    width: 100%;
    text-align: center;
}
.bottom_cont dl{
    display: inline-block;
    width: auto;
    font-size: 16px;
    margin-top: 0;
}
.bottom_cont dt{
    width: auto;
    text-align: center;
    margin: auto;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 16px;
    padding: 0 12px;
}
.bottom_cont dd{
    margin-bottom: 20px;
    text-align: center;
}
.btn{
    font-size: 18px;
}
#about dd span{
    font-size: 14px;
}
.bottom_cont dl dd span {
    font-size: 14px;
}
#goods dl{
    margin-top: 0;
    text-align: center;
}
.announce ul{
    padding-left: 16px;
}
#contact dl{
    margin-top: 0;
    text-align: center;
    display: inline-block;
    width: auto;
    margin: auto;
}
#contact .box{
    text-align: center;
}
footer .site_btn{
    flex-wrap: wrap;
}
.btn.btn_wide{
    padding: 12px 8px;
}
p span{
    font-size: 14px;
}

.ticket p{
    font-size: 14px;
}

.ticket span{
    font-size: 14px;
}