html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  margin-right: auto;
  display: none;
}

.overlayInner {
  height: 100%;
  background-color: #eeebd5;
  width: 350px;
  margin-left: auto;
  padding-top: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 679px) {
  .overlayInner {
    width: 100%;
  }
}

.icn-humberger {
  position: fixed;
  right: 20px;
  top: 25px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  z-index: 1003;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center 13px;
  background-size: 60px auto;
}
@media only screen and (max-width: 679px) {
  .icn-humberger {
    top: 20px;
  }
}

.icn-humberger span {
  width: 20px;
  height: 1.5px;
  display: block;
  background-color: #000;
  position: absolute;
  border-radius: 2px;
  margin-top: 9px;
}

.icn-humberger span {
  transition: all 0.3s;
  transform: rotate(0deg);
}
.icn-humberger .bar-top {
  transform: translateY(-7px);
}
.icn-humberger .bar-bottom {
  transform: translateY(7px);
}

.icn-humberger:hover .bar-top {
  transform: translateY(-8px);
}
.icn-humberger:hover .bar-bottom {
  transform: translateY(8px);
}

.icn-humberger.is-open .bar-middle {
  background: rgba(255, 255, 255, 0);
}
.icn-humberger.is-open .bar-top {
  transform: rotate(-45deg) translateY(0px);
}
.icn-humberger.is-open .bar-bottom {
  transform: rotate(45deg) translateY(0px);
}

.globalNavi_ttl {
  opacity: 0.5;
  font-size: 14px;
}

.globalNavi_humberger {
  display: block;
  margin-top: 20px;
}
.globalNavi_humberger li {
  font-size: 16px;
  font-weight: bold;
}
.globalNavi_humberger li a {
  color: #000;
}
.globalNavi_humberger li + li {
  margin-top: 20px;
}
.globalNavi_humberger + .globalNavi_ttl {
  margin-top: 50px;
}
.globalNavi_humberger + ul {
  margin-top: 50px;
}/*# sourceMappingURL=hamburgermenu.css.map */