@charset "UTF-8";
/* CSS Document */
/* ------------------------------------
	Navigation
------------------------------------ */
#LinkSchedul, #LinkTicket, #LinkGoods, #LinkMovie {
    padding-top: 60px;
    margin-top: -60px;
}


#global-nav {
/*    position: absolute;*/
z-index: 99999;

}
#navWrap {
    width: 100%;
    z-index: 99999;
    position: fixed;
    padding-left: 2em;

/*    font-weight: 900;
margin-bottom: 90px;*/
}
.nav-menu{
  list-style: none;
  margin: 0 auto;
    padding-right: 1em;
color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: clamp(14px, 1.25vw, 16px);
  width: 100%;
    height: 60px;
    font-weight: 200;
     
}
.nav-menu li {
    margin:0.25em 0.5em;
    letter-spacing: 0.05em;
}
.nav-menu a, .nav-menu a:hover{
  color: #fff;
}

.toggle-btn {
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  top: 1em;
/*  right: auto;
    left: auto;*/
  display: none;
  z-index: 99999;
}
.spArea, #sp_sns, #sp_sns div {
    display: none;
}
  
@media (max-width: 768px){

    button {
        width: 100%;
/*        background: #fff;*/
/*        margin: auto;*/
        height: 60px;
    }
    
#navWrap {
width: 100%;
position: absolute;
z-index: 99999;
    

}
#navWrap {
    padding-left: 0em;
    width: 100%;

    }
    
.nav-menu{
display: none;
    background: rgba(56,55,61,0.7);
  list-style: none;
  margin: 0;
  padding: 2em 0;
    font-size: 20px;
    line-height: 2.25em;
  width: 100%;
    max-width: 100%;
    height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
    text-align: center;
    color: #fff;
}
.nav-menu li {
/*        border: 1px solid #fff;*/
    }  
.spArea{
    display: block;
    font-size: 18px;
/*    background: #666;*/
    padding-top: 1em;
    line-height: 2em;
    }
#sp_sns {
        display: flex;
        justify-content: center;
        align-items: center;
    margin-top: 2em;
    }
#sp_sns i {
        margin-left: 0.75em;
        margin-right: 0.75em;
    font-size: 30px;
    }
.nav-menu a, .nav-menu a:hover{
  color: #fff;
}
#global-menu.open{
  display: block;
}

.toggle-btn {
     left: 50%;
  top: 0;
  transform: translateX(-50%);
      padding: 0 ;
  display: none;
  z-index: 99999;
    margin: 0 auto;
        width: 100%;
    height: 70px;
}
.toggle-btn:hover{
  cursor: pointer;
}
.toggle-btn span{
  display: inline-block;
  background: #fff;
  height: 3px;
  width: 40px;
    top: -3px;
  position: relative;
    
}
.toggle-btn span:before{
  content: "";
  display: inline-block;
  background: #fff;
  height: 3px;
  width: 40px;
  position: absolute;
  top: 12px;
  left: 0;
}
.toggle-btn span:after{
  content: "";
  display: inline-block;
  background: #fff;
  height: 3px;
  width:40px;
  position: absolute;
  top: -12px;
  left: 0;
}
    #open-btn.active {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        margin-top: 10px;
    }
#open-btn.active span{
  background: transparent;
}
#open-btn.active span:before{
  transform: rotate(45deg);
  top: 0;
  background: #fff;
}
#open-btn.active span:after{
  transform: rotate(-45deg);
  top: 0;
      background: #fff;
}

  .nav-menu{
    display: none;
  }
  .toggle-btn {
    display: block;

  }

}
