@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

html{
    background: #000;
}
body{
    overflow-x: hidden;
    color: #fff;
    background: #000;
    cursor: none;
}

img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
}

a{
    color: inherit;
    text-decoration: none;
    cursor: none;
}


li{
    list-style-type: none;
}

.sp{
    display: none;
}


@media screen and (max-width: 896px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}

#cursor{
  position: fixed;
  width: 60px;
  height: 60px;
    top: -60px;
    left: -60px;
  margin: -30px 0 0 -30px;
  z-index: 2;
  pointer-events: none;/
  opacity: 0;
    z-index: 99999999;
}
.wrap{
    background: #000;
}

.hero{
    position: relative;
}


.nav-btn {
        display: block;
        top: 61px;
        right: 86px;
        width: 116px;
        height: 116px;
        position:fixed;
        z-index: 9999;
    background: rgba(255,255,255,.5);
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
    transition-duration: 0.2s;
    }
.nav-btn:hover{
    opacity: 0.7;
}
.nav-btn.close{
    background: rgba(255,255,255,.1);
}



    .nav-btn span:not(.close) {
        position: absolute;
        top: 50%;
       left: 50%;
        transform: translate(-50%,-50%);
        display: block;
        width: 42%;
}
.nav-btn span.close {
        position: absolute;
        top: 50%;
       left: 50%;
        transform: translate(-50%,-50%);
        display: block;
        width: 63%;
    display: none;
}
.nav-btn.close span.close{
    display: block;
}
nav{
    overflow-y: auto;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 9998;
    width: 100%;
    display: none;
}
nav.on{
    display: block;
}
.nav-inner{
   padding: 120px 0 125px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    font-size: 100px;
}

.nav-inner div:first-child{
    margin: 0 auto;
    position: relative;
}


.nav-inner div:first-child a{
    transition-duration: 0.2s;
    display: block;
    margin: 0 auto 1.17em;
}
.nav-inner div a:hover{
    opacity: 0.3;
}

.nav-inner div:first-child a:nth-child(1){
    width: 1.43em;
}
.nav-inner div:first-child a:nth-child(2){
    width: 5.89em;
}
.nav-inner div:first-child a:nth-child(3){
    width: 3.02em;
}
.nav-inner div:first-child a:nth-child(4){
    width: 2.51em;
}
.nav-inner div:first-child a:nth-child(5){
    width: 2.17em;
}
.nav-inner div:last-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 5.16em;
    transform: translateX(2%);
}


.nav-inner div:last-child a:nth-child(1){
    width: 26%;
}

.nav-inner div:last-child a:nth-child(2){
   top: -0.1%;
    left: 37.7%;
    width: 6.1%;
    height: 103%;
}

.nav-inner div:last-child a:nth-child(3){
    width: 5.8%;
}

.nav-inner div:last-child a:nth-child(4){
    width: 6.2%;
}

.nav-inner div:last-child a:nth-child(5){
    width: 12.1%;
}

h2{
    position: absolute;
    top: 54%;
    right: 9.7%;
    width: 34.4%;
}



h3{
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
}

h3 img{
    width: auto;
    height: 100%;
}


#schedule{
    padding: 165px 0 195px;
    background: url(../img/back.jpg);
    background-size: 100% auto;
    background-attachment: fixed;
}
#schedule h3{
    margin-bottom: 190px;
}
#schedule li{
    font-size: 35px;
    text-align:center;
    font-weight: 900;
    
}
#schedule li:first-child{
    margin-bottom: 125px;
}
#schedule li figure{
    width: 13.1em;
    margin: 0 auto 0.6em;
}

#schedule p{
font-family: toppan-bunkyu-midashi-go-std, sans-serif;
font-weight: 900;
font-style: normal;
    line-height: 1;
}

#schedule p.time{
    font-size: 73%;
    margin-top: 1.1em;
}


#ticket{
    padding: 175px 0 147px;
}

#ticket h3{
    margin-bottom: 120px;
}

.price{
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
font-weight: 900;
font-style: normal;
    font-size: 46px;
    text-align:center;
    margin-bottom: 35px;
    
}

.price span{
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
font-weight: 900;
font-style: normal;
    font-size: 74%;
}

.term{
    font-size: 24px;
    text-align:center;
    font-weight: 700;
    margin-bottom: 100px;
}

.term span{
    font-size: 72%;
}

#ticket .ticket-link{
    font-size: 32px;
    width: 18.25em;
    height: 1.94em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    margin: 0 auto 205px;
    transition-duration: 0.2s;
}

#ticket .ticket-link:hover{
    opacity: 0.7;
}
.infection_notice h4{
    text-align:center;
    font-size: 24px;
    margin-bottom: 33px;
}
.infection_notice p{
    width: 90%;
    max-width: 839px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.71;
}
.infection_notice figure{
    width: 90%;
    max-width: 839px;
    margin: 35px auto 35px;
    border: solid 2px #fff;
}

.infection_notice a{
    font-size: 18px;
    width: 28.25em;
    height: 2.94em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    margin: 0 auto;
    transition-duration: 0.2s;
}
.infection_notice a:hover{
    opacity: 0.7;
}
#goods{
    padding: 140px 0 145px;
   background: url(../img/back.jpg);
    background-size: 100% auto;
    background-attachment: fixed;
}
#goods h3{
    margin-bottom: 40px;
}
#goods p{
    text-align:center;
    font-size: 24px;
}
#notice{
    padding: 152px 0 135px;
}
#notice h3{
    height: 21px;
    margin-bottom: 78px;
}
#notice p{
    font-size: 25px;
    font-weight: 500;
    text-align:center;
    line-height: 1.45;
    margin-bottom: 42px;
    
}

#notice aside{
    font-size: 14px;
    text-align:center;
    
}

footer{
    text-align:center;
    font-weight: 500;
    font-size: 23px;
    padding: 40px 0 27px;
    background: url(../img/footer-img.jpg);
    background-size: cover;
    background-position: top center;
}

footer small{
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 22px;
}

@media screen and (max-width: 896px){
    body{
        cursor: auto;
    }
    a{
        cursor: pointer;
    }
    #cursor{
  display: none;
}
.wrap{
    background: #000;
}

.hero{
    position: relative;
}


.nav-btn {
        display: block;
        top: 2.5vw;
        right: 2.5vw;
        width: 50px;
        height: 50px;
        position:fixed;
        z-index: 9999;
    }


 
nav{
    overflow-y: auto;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 9998;
    width: 100%;
    display: none;
}
nav.on{
    display: block;
}
.nav-inner{
   padding: 50px 0 50px;
    font-size: 40px;
}



.nav-inner div:last-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6.16em;
    transform: translateX(2%);
}


.nav-inner div:last-child a:nth-child(1){
    width: 26%;
}

.nav-inner div:last-child a:nth-child(2){
   top: -0.1%;
    left: 37.7%;
    width: 6.1%;
    height: 103%;
}

.nav-inner div:last-child a:nth-child(3){
    width: 5.8%;
}

.nav-inner div:last-child a:nth-child(4){
    width: 6.2%;
}

.nav-inner div:last-child a:nth-child(5){
    width: 12.1%;
}





h3{
    height: 20px;
}

h3 img{
    width: auto;
    height: 100%;
}


#schedule{
    padding: 100px 0 100px;
    background: url(../img/back.jpg);
    background-size: 100% auto;
    background-attachment: fixed;
}
#schedule h3{
    margin-bottom: 75px;
}
#schedule li{
    font-size: 20px;
    
}
#schedule li:first-child{
    margin-bottom: 50px;
}


#ticket{
    padding: 100px 0 100px;
}

#ticket h3{
    margin-bottom: 50px;
}

.price{
    font-size: 23px;
    margin-bottom: 25px;
    
}


.term{
    font-size: 15px;
    text-align:center;
    font-weight: 700;
    margin-bottom: 50px;
}

.term span{
    font-size: 72%;
}

#ticket .ticket-link{
    font-size: 20px;
    max-width: 18.25em;
    width: 90%;
    height: 1.94em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    margin: 0 auto 75px;
    transition-duration: 0.2s;
}

.infection_notice h4{
    font-size: 15px;
    margin-bottom: 15px;
}
.infection_notice p{
    font-size: 10px;
}
    .infection_notice figure{
        border: solid 1px #fff;
        margin: 25px auto 25px;
    }
    .infection_notice a{
        width: 70%;
        font-size: 12px;
    }
#goods{
    padding: 100px 0 100px;
   background: url(../img/back.jpg);
    background-size: 100% auto;
    background-attachment: fixed;
}
#goods h3{
    margin-bottom: 25px;
}
#goods p{
    text-align:center;
    font-size: 20px;
}
#notice{
    padding: 100px 0 100px;
}
#notice h3{
    height: 16px;
    margin-bottom: 50px;
}
#notice p{
    font-size: 13px;
    font-weight: 500;
    text-align:center;
    line-height: 1.45;
    margin-bottom: 42px;
    
}

#notice aside{
    font-size: 10px;
    text-align:center;
    
}

footer{
    text-align:center;
    font-weight: 500;
    font-size: 12px;
    padding: 25px 0 25px;
}

footer small{
    display: block;
    font-size: 10px;
    font-style: italic;
    margin-top: 15px;
}
    
}