@media only screen and (max-width: 736px) {
  main.sp_bk:before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000;
    z-index: 100;
    transition: 0.5s;
    opacity: 1
  }
}

#gnss>#top-head {
  top: -100px;
  position: fixed;
  width: 100%;
  margin: 165px auto 0;
  padding: 15px 0;
  height: 70px;
  box-sizing: border-box;
  line-height: 1;
  z-index: 999;
  color: #fff;
  text-decoration: none
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    height: 15.625vw
  }
}

#gnss>#top-head li {
  margin-right: 0
}

#gnss>#top-head a {
  color: #fff;
  text-decoration: none
}

#gnss>#top-head .inner {
  position: relative;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  #gnss>#top-head .inner {
    width: 90%
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head .inner {
    width: 100%;
    padding: 0
  }
}

#gnss>#top-head .inner:after {
  display: none
}

#gnss>#top-head .logo {
  float: left;
  width: 113px;
  position: unset;
  margin-right: 0
}

@media only screen and (max-width: 900px) {
  #gnss>#top-head .logo {
    width: 12.55556vw
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head .logo {
    margin-top: 3.90625vw;
    margin-left: 6.25vw
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head .logo img {
    width: 19.53125vw
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav {
    position: absolute;
    top: -150vw;
    background: #000;
    width: 100%;
    z-index: 1000;
    transition: .5s ease-in-out
  }
}

#gnss>#top-head #global-nav .nav_content {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0 20px;
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav .nav_content {
    display: block;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 4.375vw;
    font-weight: 500;
    letter-spacing: 0.1em
  }
}

#gnss>#top-head #global-nav .nav_content .nav_list {
  line-height: 45px;
  text-align: center;
  position: relative
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav .nav_content .nav_list {
    position: relative;
    border-bottom: solid 1px #fff;
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    height: auto;
    line-height: normal;
    padding-left: 5.46875vw;
    box-sizing: border-box
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav .nav_content .nav_list:first-child {
    border-top: solid 1px #fff
  }
}

#gnss>#top-head #global-nav .nav_content .nav_list:last-child {
  border-bottom: none
}

#gnss>#top-head #global-nav .nav_content .nav_list:last-child:before {
  border: none
}

#gnss>#top-head #global-nav .nav_content .nav_list:last-child a {
  padding-right: 0
}

#gnss>#top-head #global-nav .nav_content .nav_list:last-child a:after {
  display: none
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav .nav_content .nav_list:after {
    position: absolute;
    content: "";
    right: 6.25vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.34375vw;
    height: 2.34375vw;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg)
  }
}

#gnss>#top-head #global-nav .nav_content .nav_list a {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  position: relative
}

@media only screen and (max-width: 1020px) {
  #gnss>#top-head #global-nav .nav_content .nav_list a {
    padding: 0 1.76471vw;
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav .nav_content .nav_list a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 0;
    font-size: 4.375vw;
    line-height: 15.625vw
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav .nav_content .nav_list a:after {
    display: none
  }
}

#gnss>#top-head #global-nav .nav_content .nav_list a span {
  color: #F5EF00;
  font-size: 12px;
  margin-right: 5px
}

@media only screen and (max-width: 1020px) {
  #gnss>#top-head #global-nav .nav_content .nav_list a span {
    font-size: 1.17647vw
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav .nav_content .nav_list a span {
    margin-right: 0;
    margin-left: 10px;
    font-size: 3.125vw
  }
}

#gnss>#top-head #global-nav .nav_content .nav_list a span.pc {
  display: inline-block !important
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav .nav_content .nav_list a span.pc {
    display: none !important
  }
}

#gnss>#top-head #global-nav .nav_content .nav_list a span.sp {
  display: none !important
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #global-nav .nav_content .nav_list a span.sp {
    display: inline-block !important
  }
}

#gnss>#top-head #nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #nav-toggle {
    right: 4.6875vw;
    display: block;
    top: 3.90625vw;
    width: 7.8125vw
  }
}

#gnss>#top-head #nav-toggle div {
  position: relative
}

#gnss>#top-head #nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: .35s ease-in-out
}

#gnss>#top-head #nav-toggle span:nth-child(1) {
  top: 0
}

#gnss>#top-head #nav-toggle span:nth-child(2) {
  top: 11px
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #nav-toggle span:nth-child(2) {
    top: 2.65625vw
  }
}

#gnss>#top-head #nav-toggle span:nth-child(3) {
  top: 22px
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #nav-toggle span:nth-child(3) {
    top: 5vw
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head #mobile-head {
    width: 100%;
    z-index: 999;
    position: relative
  }
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head.open {
    background: #000
  }
}

#gnss>#top-head.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(315deg)
}

#gnss>#top-head.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%
}

#gnss>#top-head.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-315deg)
}

@media only screen and (max-width: 736px) {
  #gnss>#top-head.open #global-nav {
    transform: translateY(165vw)
  }
}

#gnss>#top-head.following {
  transition: .3s;
  background: #000
}

.nav_list {
  margin-bottom: 0px;
}

@media screen and (max-width: 736px) {
  #gnss>#top-head #global-nav {
    top: -100vh;
  }

  #gnss>#top-head #global-nav .nav_content {
    height: calc(100vh - 135px);
    overflow-y: scroll;
  }

  #gnss>#top-head.open #global-nav {
    transform: translateY(calc(100vh + 60px));
  }
}