@charset "utf-8";

.hamburgerMenu {
  border-top: 1px solid #d8d8d8;
}
.hamburgerMenu__inner {
  width: 100%;
  margin: 0 auto !important;
  padding: 0 10px !important;
}
.hamburgerMenu__content {
  z-index: 103;
}
@media screen and (min-width:769px) {
  .hamburgerMenu {
    padding: 0 20px !important;
  }
  .hamburgerMenu__inner {
    min-width: 950px;
    max-width: 1300px;
  }
  .hamburgerMenu__logo {
    left: 0;
  }
    .hamburgerMenu__logoImage--black {
    width: 240px !important;
    height: 18px !important;
  }
  .hamburgerMenu__linkOuter+.hamburgerMenu__linkOuter {
    margin-top: 53px !important;
  }
}
@media screen and (max-width:768px) {
  .hamburgerMenu {
    height: 12.2666666667vw;
    border-bottom: 2px solid #d8d8d8;
    padding: 0 3.2vw !important;
  }
  .hamburgerMenu__logo {
    width: 45.3333333333vw;
    left: calc(-9 / 375 * 100vw);
/*    transform: translateY(-2px);*/
  }
  .hamburgerMenu__contentLogo {
    transform: translateY(5px);
  }
  .hamburgerMenu__linkOuter+.hamburgerMenu__linkOuter {
    margin-top: 10.3vw !important;
  }
  .hamburgerMenu__logoImage, .hamburgerMenu__logoImage--black, .hamburgerMenu__logoImage--white {
    width: calc(190 / 375 * 100vw) !important;
  }
  .hamburgerMenu__closeImage {
    width: calc(20 / 375 * 100vw) !important;
  }
  .hamburgerMenu__linkImage--01 {
    width:calc(106 / 375 * 100vw) !important;
  }
  .hamburgerMenu__linkImage--02 {
      width: calc(135 / 375 * 100vw) !important;
  }
  .hamburgerMenu__linkImage--03 {
      width: calc(130 / 375 * 100vw) !important;
  }
  .hamburgerMenu__linkImage--04 {
      width: calc(108 / 375 * 100vw) !important;
  }
  .hamburgerMenu__linkImage--05 {
      width: calc(250 / 375 * 100vw) !important;
  }
  .hamburgerMenu__linkImage--06 {
      width: calc(190 / 375 * 100vw) !important;
  }
}