.introduction {
  display: none;
  height: 100dvh;
  position: relative;
  background-image: url("../../images/bg_snow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.introduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/introduction_bg_pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.introduction .introduction_top_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 205px;
  height: auto;
}
.introduction .hamburger_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26.7px;
  height: auto;
  cursor: pointer;
}
.introduction .introduction_top_right {
  position: absolute;
  top: 60px;
  right: 0;
  width: 118px;
  height: auto;
}
.introduction .introduction_middle_left {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  width: 71px;
  height: auto;
}
.introduction .introduction_logo_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 275px;
  height: auto;
}
.introduction .introduction_middle_right {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  width: 89px;
  height: auto;
}
.introduction .introduction_bottom_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 188px;
  height: auto;
}
.introduction .introduction_bottom_right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 226px;
  height: auto;
}

.introduction_new {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.introduction_new img.desktop {
  width: 100%;
  height: auto;
  display: block;
}
.introduction_new img.mobile {
  width: 100%;
  height: auto;
  display: none;
}

@media screen and (max-width: 400px) {
  .introduction .introduction_bottom_left {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .introduction .introduction_bottom_right {
    width: 70%;
    position: absolute;
    bottom: -60px;
  }
}
@media screen and (min-width: 768px) and (max-height: 1024px) {
  .introduction .introduction_top_left {
    top: 8px;
    width: 320px;
  }
  .introduction .introduction_middle_left {
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: auto;
  }
  .introduction .introduction_bottom_left {
    bottom: 0;
    width: 300px;
  }
  .introduction .introduction_logo_main {
    width: 372px;
  }
  .introduction .introduction_top_right {
    top: 80px;
    width: 160px;
    height: auto;
  }
  .introduction .introduction_middle_right {
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: auto;
  }
  .introduction .introduction_bottom_right {
    bottom: 0;
    right: 0;
    width: 360px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 1366px) {
  .introduction .introduction_top_left {
    top: 8px;
    width: 450px;
  }
  .introduction .introduction_middle_left {
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: auto;
  }
  .introduction .introduction_bottom_left {
    bottom: 0;
    width: 380px;
  }
  .introduction .introduction_logo_main {
    width: 372px;
  }
  .introduction .introduction_top_right {
    top: 80px;
    width: 210px;
    height: auto;
  }
  .introduction .introduction_middle_right {
    top: 50%;
    transform: translateY(-50%);
    width: 210px;
    height: auto;
  }
  .introduction .introduction_bottom_right {
    bottom: 0;
    right: 0;
    width: 450px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 1024px) {
  .introduction .introduction_top_left {
    top: 8px;
    width: 300px;
  }
  .introduction .introduction_middle_left {
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: auto;
  }
  .introduction .introduction_bottom_left {
    bottom: 0;
    width: 260px;
  }
  .introduction .introduction_logo_main {
    width: 372px;
  }
  .introduction .introduction_top_right {
    top: 80px;
    width: 140px;
    height: auto;
  }
  .introduction .introduction_middle_right {
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: auto;
  }
  .introduction .introduction_bottom_right {
    bottom: 0;
    right: 0;
    width: 300px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 768px) {
  .introduction .introduction_top_left {
    top: 8px;
    width: 300px;
  }
  .introduction .introduction_middle_left {
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: auto;
  }
  .introduction .introduction_bottom_left {
    bottom: 0;
    width: 260px;
  }
  .introduction .introduction_logo_main {
    width: 372px;
  }
  .introduction .introduction_top_right {
    top: 80px;
    width: 140px;
    height: auto;
  }
  .introduction .introduction_middle_right {
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: auto;
  }
  .introduction .introduction_bottom_right {
    bottom: 0;
    right: 0;
    width: 300px;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .introduction .introduction_top_left {
    top: 20px;
    left: 100px;
  }
  .introduction .introduction_bottom_left {
    bottom: 0px;
    left: 100px;
    width: 255px;
  }
  .introduction .introduction_top_right {
    top: 100px;
    right: 100px;
  }
  .introduction .introduction_middle_right {
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
  .introduction .introduction_bottom_right {
    bottom: 0px;
    right: 0px;
    width: 320px;
  }
}
@media only screen and (max-width: 1023px) {
  .introduction_new img.desktop {
    display: none;
  }
  .introduction_new img.mobile {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=introduction.css.map */