p {
  letter-spacing: normal;
}

#mbMenu {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  -webkit-animation: mobileMenuAnimation .5s ease-in-out;
  animation: mobileMenuAnimation .5s ease-in-out;
  background-color: #1e1e1e;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#mbMenu .wrap {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 100%;
}

.noScroll {
  position: fixed;
  overflow: hidden;
}

#btnMobileMenu span {
  transition: all .5s ease;
}

.batsuMenuLeft {
  position: absolute;
  top: 16px;
  right: 15px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.batsuMenuRight {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.batsuMenuOff {
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.mbClose {
  width: 0vw !important;
  -webkit-animation: mobileMenuAnimationClose .5s ease-in-out !important;
  animation: mobileMenuAnimationClose .5s ease-in-out !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#mbMenu ul {
  padding: 0;
}

#mbMenu ul li {
  line-height: 7rem;
  list-style: none;
  text-align: center;
}

#mbMenu ul li a {
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
}

#mbMenu .mbSns {
  float: left;
  width: 24%;
  text-align: center;
}

#mbMenu .mbSns.fix {
  margin-top: 7%;
}

#mbMenu .padLeft {
  margin-left: 26%;
}

#mbMenu .padRight {
  margin-right: 26%;
}

.trans img {
  width: 150px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  html,
  body {
    height: 100%;
  }
  #main {
    padding-top: 21%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #main {
    padding-top: 15%;
  }
  .topImg img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
  }
}

/* iphone landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #main {
    padding-top: 9.5%;
  }
  #homeSlider img,
  .topImg img {
    height: 533.5px;
  }
}
/*# sourceMappingURL=../maps/mobile.css.map */
