@charset "UTF-8";
html,
body {
  height: 100vh;
  min-height: 100vh;
  min-height: 100dvh;
}

body {
  overflow-x: hidden;
}

.viewport {
  position: relative;
  width: 100vw;
  z-index: 2;
  overflow: hidden;
}

.world {
  position: absolute;
  position: relative;
  width: 100vw;
  height: auto;
  will-change: transform;
  overflow: hidden;
}

.bee {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 24px;
  will-change: transform;
  /*z-index: -1; opacity: 0;*/
}
.bee .body {
  animation: 0.1s linear 1s infinite alternate excavator-anime;
}

@keyframes excavator-anime {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-2px);
  }
}
.scroll-path-svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  /*z-index: -1; opacity: 0;*/
  overflow: hidden;
  pointer-events: none;
}

/*ルート*/
.route {
  position: absolute;
  top: 0;
  /*stroke: #06e286;*/
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}

.scroll-area {
  overflow: hidden;
}

/*道のスタイル*/
.road01 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 29;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.road02 {
  opacity: 0.3;
  fill: none;
  stroke: #B9966C;
  stroke-width: 29;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.road03 {
  fill: none;
  stroke: #B9966C;
  stroke-width: 29;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.road04 {
  fill: none;
  stroke: #7B582E;
  stroke-width: 29;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

@media screen and (min-width: 1300px) {
  .scroll-path-svg {
    width: 1200px;
    height: 6680px;
  }
  .scroll-area {
    height: 6680px;
  }
}
@media screen and (max-width: 1300px) {
  .scroll-path-svg {
    width: 1000px;
    height: 5070px;
  }
  .scroll-area {
    height: 5070px;
  }
}
@media screen and (max-width: 1024px) {
  .scroll-path-svg {
    width: 720px;
    height: 4900px;
  }
  .scroll-area {
    height: 4900px;
  }
  .bee {
    transform: rotate(-90deg);
  }
  .bee-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 4900px;
    z-index: 1;
    pointer-events: none;
  }
  .bee-wrap .bee01 {
    top: 15px;
    left: 33px;
  }
  .bee-wrap .bee02 {
    top: 1200px;
    left: 643px;
  }
  .bee-wrap .bee03 {
    top: 2200px;
    left: 643px;
  }
  .bee-wrap .bee04 {
    top: 3050px;
    left: 643px;
  }
  .bee-wrap .bee05 {
    top: 3800px;
    left: 33px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-path-svg {
    width: 320px;
    height: 7950px;
  }
  .scroll-area {
    height: 7950px;
  }
  .bee-wrap {
    width: 320px;
    height: 7950px;
  }
  .bee-wrap .bee01 {
    top: 15px;
    left: 3px;
  }
  .bee-wrap .bee02 {
    top: 2250px;
    left: 268px;
  }
  .bee-wrap .bee03 {
    top: 2900px;
    left: 268px;
  }
  .bee-wrap .bee04 {
    top: 3900px;
    left: 268px;
  }
  .bee-wrap .bee05 {
    top: 5700px;
    left: 3px;
  }
}

/*# sourceMappingURL=scroll.css.map */
