:root{
    --red: #CE181B;
    --blue: #2988D8;
    --pink: #FFEAEA;
}
*{
    word-break: break-word;
}
input{
    display: none;
}
#header{
    background-color: #FFF;
    padding: 24px 0;
}
#header .nav_list{
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 30px 4%;
    font-weight: bold;
    padding: 0;
}
#header .nav_list a{
    color: var(--red);
}
@media screen and (max-width: 960px) {
    #header .nav_list{
        gap: 30px 2%;
    }
}
@media screen and (max-width: 854px) {
    #header .nav_list{
        gap: 30px 1%;
    }
}
.bg_black{
    text-align: center;
    margin-bottom: 28px;
}
date{
    text-align: center;
}
date img{
    margin: auto;
}
#event_period{
    padding: 24px 0 40px 0;
    border-bottom: solid 6px var(--red);
}
.bg_black span{
    background-color: #000;
    color: #FFF;
    padding: 6px 36px;
    line-height: 1;
}
p{
    font-size: 20px;
}
p span{
    font-size: 16px;
}
.tl {
    text-align: center;
    margin-top: calc(-38px - 84px);
    margin-bottom: 40px;
}
.tl span{
    text-align: center;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    background-color: var(--red);
    color: #FFF;
    border-radius: 999px;
    min-width: 390px;
    padding: 20px 36px;
}
.bottom_cont {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: repeat;
    padding-bottom: 120px;
}
.bottom_cont section{
    padding-top: 68px;
}
.bottom_cont .box{
    border: solid 5px var(--red);
    padding: 84px 60px 48px 60px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0 0 0 / 0.25);
}
.bottom_cont .inner{
    background-color: #FFF;
    padding: 30px 100px 90px 100px;
    box-sizing: content-box;
    max-width: 100%;
}
#contact dl{
    transform: scale(0.7);
}
@media screen and (max-width: 1214px) {
    .bottom_cont .inner{
        padding: 30px 20px;
        box-sizing: border-box;
    }
}
#about dl{
    width: 780px;
    max-width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px 22px;
    font-size: 20px;
}
#about dt{
    width: 200px;
    background-color: var(--red);
    color: #FFF;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    border-radius: 100px;
}
#about dd{
    flex-basis: calc(100% - 200px - 22px);
}
#about dd span{
    font-size: 16px;
}
#about dd a{
    color: var(--blue);
    text-decoration: underline;
}
.logo img{
    margin: auto;
}
.img img{
    margin: auto;
}
h3{
    font-size: 24px;
    font-weight: 900;
    color: var(--red);
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 46px;
}
h3:after{
    content: "";
    position: absolute;
    bottom: -12px;
    width: 32px;
    height: 4px;
    background-color: var(--red);
    left: 0;
    right: 0;
    margin: auto;
}
.center{
    text-align: center;
}
#game .kit img{
    width: 376px;
}
.bottom_cont dl{
    width: 700px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px 32px;
    font-size: 20px;
    margin: 56px auto 24px auto;
}
.bottom_cont dl dd span{
    font-size: 16px;
}
.bottom_cont dt{
    width: 232px;
    background-color: var(--red);
    color: #FFF;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.bottom_cont dd{
    flex-basis: calc(100% - 232px - 32px);
}
.info{
    width: 590px;
    margin: auto;
    margin-bottom: 64px; 
}
.btn{
    display: block;
    width: 388px;
    max-width: 100%;
    font-size: 20px;
    font-weight: 900;
    border-radius: 100px;
    background-color: var(--red);
    color: #FFF;
    box-shadow: 0 4px 4px rgba(0 0 0 / 0.25);
    margin: auto;
    padding: 12px 24px;
    text-align: center;
}
#game .logo{
    margin-top: -40px;
    margin-bottom: -40px;
}
.add_kit img{
    width: 589px;
}
.c_red{
    color: var(--red);
}
.weight_black{
    font-weight: 900;
}
.btn.btn_wide{
    width: 100%;
    margin-top: 84px;
}
.img.clear{
    margin-bottom: 20px;
}
.img.clear img{
    width: 156px;
}
.goods_list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px 40px;
    flex-wrap: wrap;
    margin-top: 56px;
    text-align: center;
}
.goods_list .name{
    font-weight: bold;
}
.goods_list .price{
    font-size: 16px;
}
.goods_list .price b{
    font-size: 20px;
}
.goods_list .item{
    flex-basis: 230px;
}
#goods dl{
    width: 589px;
    max-width: 100%;
    margin: 56px auto 24px auto;
}
.announce{
    background-color: var(--pink);
    padding: 16px 10px 32px 10px;
    text-align: center;
}
.announce h3{
    margin-top: 0;
}
.announce ul{
    display: inline-block;
    margin: auto;
    text-align: left;
}
.announce li{
    font-size: 16px;
    position: relative;
}
.announce li:before{
    content: "";
    position: absolute;
    left: -12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 10px;
    margin: auto;
    background-color: #000;
}
#photo_spot {
    text-align: center;
}
#photo_spot .img.photospot{
    margin-top: 24px;
    margin-bottom: 16px;
}
#photo_spot .img.photospot img{
    width: 504px
}
.attractions{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 12px 0;
    text-align: center;
}
.attractions .wrap{
    flex-basis: 265px;
}
#attraction .voice{
    margin-bottom: 20px;
    font-weight: bold;
}
.attractions .wrap.wrap_1{
    flex-basis: 100%;
}
.attractions .wrap .img img{
    width: 248px;
}
h4{
    font-size: 20px;
    margin-top: 12px;
    font-weight: bold;
}
#attraction .add{
    display: flex;
    justify-content: center;
}
#contact dl{
    gap: 32px 24px;
    width: auto;
}
#contact .dt01{
    flex-basis: 316px;
}
#contact .dd01{
    flex-basis: calc(100% - 316px - 24px);
}
#contact .dt02{
    flex-basis: 377px;
}
#contact .dd02{
    flex-basis: calc(100% - 377px - 24px);
}
#contact .dt03{
    flex-basis: 98px;
}
#contact .dd03{
    flex-basis: calc(100% - 98px - 24px);
}
footer{
    background-color: #231815;
    padding: 48px 0;
    color: #FFF;
    text-align: center;
}
footer .site_btn{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 12px 18px;
}
footer .site_btn a{
    flex-basis: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
footer .site_btn .gash{
    background-color: var(--red);
    font-weight: 900;
}
footer .site_btn .hirakata{
    background-color: #FFF;
}
footer .sns img{
    margin: 30px auto;
}
.tab{
    display: none;
}
@media screen and (max-width: 1214px) {
    .tab{
        display: block;
    }    
}
.mt{
    margin-top: 20px;
}

.ticket {
    position: fixed;
    bottom: 80px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    background-image: url(../img/bg_ticket.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 24px 30px;
    line-height: 1.4;
    font-weight: 900;
    z-index: 5;
}
.ticket p{
    font-size: 16px;
}
.ticket span {
    position: relative;
}
.ticket span:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 12px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #FFC942;
    margin-left: 12px;
}
.coming{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}