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;
  width: 100%;
  height: 100%;
  margin-bottom: 120px;
  padding-top: 82px;
}
@media screen and (max-width: 768px) {
  #global-header {
    margin-bottom: 40px;
    padding-top: 24px;
  }
}
#global-header h1.logo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #global-header h1.logo {
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global-header h1.logo {
    padding-left: 0;
  }
}
#global-header h1.logo a {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #global-header h1.logo a {
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  #global-header h1.logo a {
    text-align: center;
  }
}
#global-header h1.logo a img {
  display: inline-block;
  width: 350px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #global-header h1.logo a img {
    width: 180px;
  }
}

#key-visual {
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #key-visual {
    margin-top: 0;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 520px) {
  #key-visual {
    margin-bottom: 80px;
  }
}
#key-visual .pic {
  width: 1440px;
  margin: 0 auto;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1440px) {
  #key-visual .pic {
    width: 95%;
  }
}
#key-visual .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#key-visual .chara {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#key-visual .chara img {
  width: 85px;
  height: auto;
  position: relative;
  top: -32px;
  transition: all 0.8s ease 0.6s;
}
#key-visual .chara img.view {
  top: 64px;
}

#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);
  }
}
body {
  cursor: none;
  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 {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#container .page-head {
  margin-bottom: 80px;
}
#container .page-head h2 {
  text-align: center;
}
#container .page-head h2 img {
  mix-blend-mode: difference;
}
#container .shop_body .inner {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 1440px) {
  #container .shop_body .inner {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #container .shop_body .inner {
    display: block;
  }
}
#container .shop_body .inner .pic {
  width: 100%;
}
#container .shop_body .inner .pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#container .shop_body .inner .info {
  width: 100%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 520px) {
  #container .shop_body .inner .info {
    padding: 24px;
  }
}
#container .shop_body .inner .info h2 {
  color: #fff;
  font-size: 3.6rem;
  margin-bottom: 16px;
}
#container .shop_body .inner .info dl div {
  padding: 14px 0;
}
#container .shop_body .inner .info dl div dt {
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 6px;
}
#container .shop_body .inner .info dl div dd {
  color: #cacaca;
  font-size: 1.8rem;
}
#container .shop_body .map {
  width: 1440px;
  height: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #container .shop_body .map {
    width: 95%;
  }
}
#container .shop_body .map iframe {
  width: 100%;
  height: 100%;
}

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