.sticky-menu-pc {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 1020;
  transition: 0.4s;
}

