.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20
}

.header {
  background-color: #fff
}


@media (max-width: 768px) {
  .header {
    height: 64px;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    margin-bottom: 0
  }
}

/* .logo_pc {
  width: 137px;
  height: 48px;
  margin-top: 3px;
} */

.logo_pc {
  width: 200px;
  height: 44px;
  margin-top: 3px;
}

.logo_sm {
  margin-left: 10px;
  margin-top: 12px;
  width: 114px;
  height: 40px;
}

@media (min-width: 768px) {
  .hidden {
    transform: translateY(-100%)
  }
}

.header a:hover {
  color: #f6ab00
}

@media (max-width: 768px) {
  .menu-container {
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px
  }
}
