@charset "utf-8";

.nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
  background-position: center;
  overflow: hidden;
  overscroll-behavior-y: none;
}

.webp .nav {
  background-image: url(../../img/game/common/bg.webp);
}

.no-webp .nav {
  background-image: url(../../img/game/common/bg.jpg);
}

.nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100vh;
}

.nav-item {
  margin: 0 0 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2vw;
  font-weight: 400;
  letter-spacing: 0.05em;;
  line-height: 1;
}

.nav-item:last-child {
  width: 44%;
  margin: 3rem auto 0;
}


.toggle {
  position: fixed;
  width: 11%;
  top: 0;
  right: 0;
  z-index: 999;
}

.toggle img {
  width: 100%;
}