@charset "utf-8";

.gnav {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-image: url(../img/toggle/bg_toggle.png);
  background-position: center;
  background-size: cover;
}

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

.gnav-item {
  text-align: center;
  font-size: 30px;
  color: #f5d952;
  font-family: 'all-round-gothic', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.gnav-item:last-child {
  padding: 0 0 0;
}

a.nav-link {
  text-decoration: none;
  color: #f5d952;
  line-height: 0.9;
  text-align: center;
}

a.nav-link:hover {
  text-decoration: none;
  color: #e9546a;
}

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

.toggle-logo {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
  text-align: center;
}

.toggle-logo img {
  height: 15vh;
  max-height: 96px;
}
