@charset "utf-8";

.gnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  background-image: url(../img/common/bg-sp.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 110% auto;
  background-position: center;
  overflow: hidden;
  overscroll-behavior-y: none;
}

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

.gnav-item {
  margin: 0 0 2rem;
  text-align: center;
}

.gnav-item p {
  display: inline-block;
  padding: 0 .2em .1em;
  font-size: 8.6vw;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  ;
  line-height: 1;
  background-color: #000;
}

.gnav-item:first-child {
  width: 64%;
  padding: 0;
  margin: 0 auto 3rem;
}

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

.toggle-sns-item {
  width: 10%;
  margin: 0 4%;
}

.toggle {
  position: fixed;
  width: 12%;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #000;
}

.toggle img {
  width: 100%;
}

a.anchor {
  display: block;
  margin-top: -20px;
  padding-top: 20px;
}

@media screen and (min-width: 744px) and (max-width: 1024px) {

  .gnav {
    background-repeat: repeat;
    background-size: 110% auto;
  }

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

  .gnav-item p {
    font-size: 5vw;
  }

  .gnav-item:first-child {
    width: 80%;
    margin: 0 auto 4rem;
  }

  .toggle-sns-item {
    width: 12%;
    margin: 0 5%;
  }

  .toggle {
    width: 50px;
  }

  a.anchor {
    display: block;
    margin-top: -40px;
    padding-top: 40px;
  }

}

@media screen and (min-width: 1025px) {
  a.anchor {
    display: block;
    margin-top: -80px;
    padding-top: 80px;
  }

  .pc-navi {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    margin: 0 auto;
    padding: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #000;
  }

  .pc-navi-item {
    margin-left: 1rem;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
  }

  .pc-navi-item:nth-child(1) {
    margin-left: 0;
  }
}