.header0322__submenu {
  box-sizing: border-box;
  padding: 0 16px 0;
  list-style-type: none;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility ease 0s, opacity ease 1s, height ease 1s;
  position: fixed;
  z-index: 10;
}


@media (min-width : 768px) {
  .header0322__submenu {
    box-sizing: border-box;
    height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 4px;

  }
}

@media (min-width : 1024px) {

  .header0322__submenu {

    padding: 0 16px 0;
    list-style-type: none;
    visibility: hidden;
    opacity: 1;
    transition: visibility ease 0s, opacity ease 1s, height ease 1s;
    z-index: 10;
    position: fixed;
    /*top: 160px;*/
  }
}