body{
  margin: 0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
  color: #000;
}
h1,h2,h3,h4{
  @font-face{
    font-family:League Gothic";
    src:url(https://cdn2.hubspot.net/hubfs/5002803/fonts/LeagueGothic-Regular.woff);
  }
}
.global-pc-nav{
    display: block;
}
.global-sp-nav{
  display: none;
}
.main-nav{    
  height: 100px;
  background-color: #000;
}
.nav_inner::before{
  background: #d0021b;
  bottom: -1px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all .3s cubic-bezier(.075,.82,.165,1);
  width: 0;
}
.nav_inner:hover:before{
  width: 100%;
}
.global-nav{
  position: fixed;
  width: 100%;
  z-index: 2;
}
.logo{
  max-height: 80px;
  margin-right: 8vw;
  width: 280px;
}
.nav_btn:hover{
  background-color: #b70218;
  border-color: #d0021b;
  transition: 0.5s;
  cursor: pointer;
  color: #fff;
}
.show-btn{
  display: block !important;
  width: auto !important;
}
.logo-small{
  max-height: 50px;
  margin-right: 0;
  width: 180px;
}
.main-nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  max-width: 1280px;
}
.super-nav{
  height: 36px; 
  background: #fff;
}
.super-nav ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1280px){
  .logo{
    width: 180px;
  }
  .super-nav ul{
    justify-content: center;
  }
  .global-sp-nav{
    display: block;
  }
  .global-pc-nav{
    display: none;
  }
  .main-nav ul{
    padding-left: 15px;
  }
  .main-nav{
    height: 50px;
  }
  .logo-wrap{
    display: flex;
    justify-content: center;
  }
  .item {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    counter-increment: item;
    padding: 0 1vw;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    padding: 0;
    background-color: #000;
    appearance: none;
    cursor: pointer;
  }
  .menu-trigger:hover{
    background-color: #000;
  }
  .menu-trigger span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .menu-trigger　span {
      border: 1px solid #425b76;
      border-radius: 6px;
      color: #fff;
      font-family: Nunito,sans-serif;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      padding: 15px 53px;
      text-decoration: none;
      text-transform: none;
    }
  }
  #menu01.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  #menu01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #menu01.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
  .open{
    transform: translateX(0) !important;
  }
  .sp-menu{
    background: #000;
    height: calc(100vh - 50px);
    overflow-y: auto;
    position: absolute;
    top: 100%;
    transform: translateX(100%) translateX(24px);
    transition: transform .5s cubic-bezier(.77,.2,.05,1);
    width: 100vw;
    z-index: 2;
  }
  .sp-menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .sp-menu li{
    padding: 24px 0;
    white-space: nowrap;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    text-align: center;
  }
  .sp-menu a{
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
  }
}
@media (max-width: 768px){
  .logo{
    width: 140px;
  }
}