.sp-button {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-button {
    display: block;
    width: 7.46667vw;
  }
}

.stalker {
  position: fixed;
  z-index: 1001;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: 0.8s ease-out;
  pointer-events: none;
}
.stalker.-show {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .stalker {
    display: none;
  }
}

.stalker__inner {
  width: 4.6875vw;
  height: 4.6875vw;
  background: url("../img/top/btn_more.svg") center center/cover no-repeat;
}
/*# sourceMappingURL=ui.css.map */
