* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: #487440;
  cursor: auto;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.house {
  position: absolute;
  display: block;
  text-decoration: none;
  user-select: none;
  -webkit-user-drag: none;
  width: var(--w, 240px);
}

.house_center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.house_recordshop {
  left: 12px;
  top: 12px;
  transform: none;
  z-index: 3;
}

.house img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

#bigCursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: none;
  pointer-events: none;
  z-index: 999999;
  background-image: url("img/cursor_lupe.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body {
  cursor: auto;
}

a.hitpng {
  cursor: auto;
}

a.hitpng.is-clickable {
  cursor: none;
}

body.big-cursor-active {
  cursor: none;
}

body.big-cursor-active a.hitpng {
  cursor: none;
}

body.big-cursor-active #bigCursor {
  display: block;
}

#bigCursor {
  display: none;
}
