@charset "utf-8";

a.tg__link:link {
  text-decoration: none;
  color: #fff;
}

a.tg__link:visited {
  text-decoration: none;
  color: #fff;
}

a.tg__link:hover {
  text-decoration: none;
  color: #e63556;
}

  #toggle {
    position: relative;
    width: 60px;
    height: 60px;
    margin-left: auto;
    z-index: 999;
  }

  /*nav*/
  .gnav {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
  }

  .gnav__wrap {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .gnav__menu {
    text-align: center;
  }

  .gnav__menu li {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 500;
  }

  .gnav__menu li:last-child {
    margin-bottom: 0;
  }

  .gnav__logo {
    width: 30%;
    margin: 40px auto 0;
  }

  .close {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
    z-index: 99;
  }

@media screen and (min-width: 1px) and (max-width: 767px) {

  #toggle {
    position: relative;
    width: 60px;
    height: 50px;
    margin-left: auto;
    z-index: 97;
    line-height: 0;
  }

  .gnav__outer {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .gnav__inner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .gnav__menu li {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .gnav__menu li:nth-child(-n+4) {
    font-size: 22px;
  }

  .gnav__menu li:nth-child(4) {
    margin-bottom: 4rem;
  }

  .gnav__logo {
    width: 50%;
    margin: 60px auto 0;
  }

  .close {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 10px;
    right: 10px;
    z-index: 97;
  }

}

@media screen and (min-width: 768px) and (max-width: 1180px) and (orientation:portrait) {

  .gnav__outer {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .gnav__inner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
  }

}

@media screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {

  .gnav__outer {
    width: 100%;
    height: 600px;
    background-color: #000;
  }

  .gnav__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 100px;
  }

}

@media screen and (min-width: 1181px) {

  .gnav__outer {
    width: 100%;
    height: 600px;
    background-color: #000;
  }

  .gnav__inner {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    padding: 100px;
  }

}
