.header0322__crutch {
  grid-area: header_nav;
  z-index: 10;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  /*-webkit-transform: translateX(100vw);*/
  transform: translateX(100vw);
  transition: -webkit-transform 0.3s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  top: 92px;
  left: 0;
  display: flex;
  flex-direction: column;
}

.header0322__crutch_active {
  transform: translateX(0vw);
}