body#top {
  width: 100vw;
  height: 100vh;
  background: url(../images/body_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body#menu {
  width: 100%;
  height: 100%;
  background: url(../menu/images/body_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body#staff {
  width: 100%;
  height: 100%;
  background: url(../staff/images/body_bg.jpg);
}
body#shop {
  width: 100%;
  height: 100%;
  background: url(../shop/images/body_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@keyframes telIcon {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(30deg);
  }
  50% {
    transform: rotateZ(-30deg);
  }
  75% {
    transform: rotateZ(30deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
#global-header {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 520px) {
  #global-header {
    top: -40px;
  }
}
#global-header h1 {
  text-align: center;
  position: relative;
  z-index: 100;
  margin-bottom: 80px;
  -webkit-mix-blend-mode: overlay;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 520px) {
  #global-header h1 {
    margin-bottom: 40px;
  }
}
#global-header h1 a {
  width: 600px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #global-header h1 a {
    width: 60%;
    margin: 0 auto;
  }
}
#global-header h1 a img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.55));
}
#global-header #global-navi {
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #global-header #global-navi {
    width: 100%;
  }
}
#global-header #global-navi ul {
  display: grid;
  grid-template-columns: 18.5% 18.5% 18.5% 18.5% 18.5%;
  column-gap: 1.875%;
}
@media screen and (max-width: 520px) {
  #global-header #global-navi ul {
    display: block;
  }
}
#global-header #global-navi ul li {
  text-align: center;
  position: relative;
}
#global-header #global-navi ul li a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 18px;
  color: #fff;
  font-size: 1.6rem;
  background: #0064ad;
  line-height: 1;
  outline: 3px solid #fff;
  outline-offset: -7px;
  position: relative;
  transition: all 0.8s ease;
}
#global-header #global-navi ul li a:hover {
  background: #fff;
  color: #0064ad;
  outline: 3px solid #0064ad;
}
@media screen and (max-width: 520px) {
  #global-header #global-navi ul li a {
    width: 60%;
    margin-bottom: 24px;
    border-radius: 2em;
  }
}
#global-header #global-navi ul li img {
  position: absolute;
  left: 35%;
  top: -70px;
  width: 40px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #global-header #global-navi ul li img {
    left: 20%;
    width: 30px;
    z-index: 100;
  }
}
#global-header #global-navi ul li .item1 {
  transition: all 0.8s ease 0.4s;
}
#global-header #global-navi ul li .item1.view {
  top: -35px;
}
@media screen and (max-width: 520px) {
  #global-header #global-navi ul li .item1.view {
    top: -10px;
  }
}
#global-header #global-navi ul li .item2 {
  transition: all 0.8s ease 0.8s;
}
#global-header #global-navi ul li .item2.view {
  top: -35px;
}
@media screen and (max-width: 520px) {
  #global-header #global-navi ul li .item2.view {
    top: -10px;
  }
}
#global-header #global-navi ul li .item3 {
  transition: all 0.8s ease 1.3s;
}
#global-header #global-navi ul li .item3.view {
  top: -35px;
}
@media screen and (max-width: 520px) {
  #global-header #global-navi ul li .item3.view {
    top: -10px;
  }
}
#global-header #global-navi ul li .item4 {
  transition: all 0.8s ease 1.7s;
}
#global-header #global-navi ul li .item4.view {
  top: -35px;
}
@media screen and (max-width: 520px) {
  #global-header #global-navi ul li .item4.view {
    top: -10px;
  }
}
#global-header #global-navi ul li .item5 {
  transition: all 0.8s ease 2.8s;
}
#global-header #global-navi ul li .item5.view {
  top: -45px;
}
@media screen and (max-width: 520px) {
  #global-header #global-navi ul li .item5.view {
    top: -10px;
  }
}

#global_top_footer {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  padding: 12px 0;
}
#global_top_footer .inner {
  width: 100%;
}
#global_top_footer .inner p.copy small {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

#global_footer {
  padding-top: 120px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 520px) {
  #global_footer {
    padding-top: 88px;
    background: none;
  }
}
#global_footer .inner {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #global_footer .inner {
    width: 95%;
  }
}
#global_footer .inner .logo {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  #global_footer .inner .logo {
    display: none;
  }
}
#global_footer .inner .logo a {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#global_footer .inner .logo a img {
  display: inline-block;
  width: 350px;
  height: auto;
  vertical-align: bottom;
}
#global_footer .inner #footer-navi {
  width: 760px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #global_footer .inner #footer-navi {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .inner #footer-navi {
    display: none;
  }
}
#global_footer .inner #footer-navi ul {
  display: grid;
  grid-template-columns: 18.5% 18.5% 18.5% 18.5% 18.5%;
  column-gap: 1.875%;
}
#global_footer .inner #footer-navi ul li {
  text-align: center;
  position: relative;
}
#global_footer .inner #footer-navi ul li a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 18px;
  color: #fff;
  font-size: 1.6rem;
  background: #0064ad;
  line-height: 1;
  outline: 3px solid #fff;
  outline-offset: -7px;
  position: relative;
  transition: all 0.8s ease;
}
#global_footer .inner #footer-navi ul li a:hover {
  background: #fff;
  color: #0064ad;
  outline: 3px solid #0064ad;
}
#global_footer .inner #footer-navi ul li img {
  width: 40px;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  left: 35%;
  top: -70px;
}
#global_footer .inner #footer-navi ul li .item1 {
  transition: all 0.8s ease 0.4s;
}
#global_footer .inner #footer-navi ul li .item1.view {
  top: -35px;
}
#global_footer .inner #footer-navi ul li .item2 {
  transition: all 0.8s ease 0.8s;
}
#global_footer .inner #footer-navi ul li .item2.view {
  top: -35px;
}
#global_footer .inner #footer-navi ul li .item3 {
  transition: all 0.8s ease 1.3s;
}
#global_footer .inner #footer-navi ul li .item3.view {
  top: -35px;
}
#global_footer .inner #footer-navi ul li .item4 {
  transition: all 0.8s ease 1.7s;
}
#global_footer .inner #footer-navi ul li .item4.view {
  top: -35px;
}
#global_footer .inner #footer-navi ul li .item5 {
  transition: all 0.8s ease 2.8s;
}
#global_footer .inner #footer-navi ul li .item5.view {
  top: -45px;
}
#global_footer .copy {
  padding: 24px 0;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #global_footer .copy {
    padding: 0;
    padding-bottom: 24px;
  }
}
#global_footer .copy small {
  font-size: 1.2rem;
  color: #fff;
}

.snslink {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 520px) {
  .snslink {
    margin-bottom: 16px;
  }
}
.snslink a {
  display: inline-block;
}
.snslink a span {
  display: inline-block;
}
.snslink a .character img {
  width: 45px;
  height: auto;
  vertical-align: bottom;
}
.snslink a .icon img {
  width: 35px;
  height: 35px;
}

@keyframes circlepulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
#drawer,
#drawer-area {
  display: none;
}

#reserve_btn {
  opacity: 1;
}

body {
  position: relative;
}
body a:hover {
  cursor: none;
}

#cursor-pistol,
#follower-pistol {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: none;
  pointer-events: none;
}

#cursor-pistol {
  width: 21px;
  height: 31px;
  z-index: 9998;
}
@media screen and (max-width: 1024px) {
  #cursor-pistol {
    opacity: 0;
  }
}
#cursor-pistol img {
  width: auto;
  height: 40px;
  vertical-align: bottom;
}

#wrapper {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
}

/*# sourceMappingURL=index.css.map */
