@charset "utf-8";

.globalNav {
  font-family: YakuHanJPs, 'Roboto Condensed', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.globalNav a{
  color: #fff;
  text-decoration: none;
  opacity: .4;
}

.globalNav a:hover,
.globalNav a.fir_crt{
  opacity: 1;
}

.globalNav li>span{
  color: #5a5a5a;
  opacity: .4;
}

@media screen and (max-width: 899px){
  /* ===== sp ===== */
  #g_navi_v {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1200;
    background: rgba(0,0,0,.9);
    padding: 20px;
    overflow-y: auto;
    height: 100%;
  }

  #g_navi_v.is-open {
    display: block;
  }

  .globalNav {
    font-size: 2.4rem;
  }
}