@font-face {
  font-family: "simplifica";
  src: url(../font/SIMPLIFICA-Typeface.ttf);
}
@font-face {
  font-family: "din";
  src: url(../font/DINNextLTPro-Light.otf);
}
.header {
  position: fixed;
  z-index: 9999;
  top: 40px;
  right: 5.2vw;
  max-width: 3%;
  width: 100%;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .header {
    max-width: 34px;
    top: 20px;
  }
}
.header .memu {
  margin-bottom: 25px;
  cursor: pointer;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .header .memu {
    margin-bottom: 15px;
  }
}

.header.--middle-position {
  top: 295px;
  right: 4vw;
  position: absolute;
}
@media screen and (max-width:480px) {
  .header.--middle-position {
    top: 54vh;
  }
}
.header.--middle-position .memu {
  margin-bottom: 25px;
  cursor: pointer;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .header.--middle-position .memu {
    margin-bottom: 20px;
  }
}