@charset "utf-8";

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

.gnav-item {
  margin: 0 0 2rem;
  text-align: center;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e2cc8d;
  line-height: 1;
  letter-spacing: 0.06em;
}

.gnav-item:last-child {
  width: 70%;
  padding: 2rem 0 0;
  margin: 0 auto;
}

.toggle-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle-sns-item {
  width: 3.6rem;
  margin: 0 1rem;
}

.toggle {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 5px;
  right: 5px;
  z-index: 98;
}

.toggle img {
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 750px) {
  .gnav {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-repeat: repeat-y;
    background-position: top left -10%;
    background-size: 100% auto;
    overflow: hidden;
    overscroll-behavior-y: none;
    background-image: url(../img/toggle/sp_bg_3.png);
    background-color: #d14a4a;
  }

  .gnav-item {
    margin: 0 0 2.5rem;
    font-size: 5.6vw;
  }

  .gnav-item:last-child {
    width: 45%;
    padding: 1rem 0 0;
    margin: 0 auto;
  }

  .toggle {
    position: fixed;
    width: 50px;
    top: 5px;
    right: 5px;
    z-index: 98;
  }

}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .gnav {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-repeat: repeat-y;
    background-position: top left -10%, top right -10%;
    background-size: 40% auto, 40% auto;
    overflow: hidden;
    overscroll-behavior-y: none;
    background-image: url(../img/toggle/bg_3_l.png), url(../img/toggle/bg_3_r.png);
    background-color: #d14a4a;
  }

  .toggle {
    position: fixed;
    width: 6%;
    top: 5px;
    right: 5px;
  }

  .gnav-item {
    margin: 0 0 4rem;
    font-size: 4vw;
  }

  .gnav-item:last-child {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 0;
  }

  .toggle-sns-item {
    width: 3.6rem;
    margin: 0 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .gnav {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-repeat: repeat-y;
    background-position: top left -10%, top right -10%;
    background-size: 40% auto, 40% auto;
    overflow: hidden;
    overscroll-behavior-y: none;
    background-image: url(../img/toggle/bg_3_l.png), url(../img/toggle/bg_3_r.png);
    background-color: #d14a4a;
  }

  .gnav-item {
    margin: 0 0 3rem;
    font-size: 28px;
  }

}