@charset "UTF-8";
@media screen and (min-width: 992px) {
  /*高さ*/
  .height-180-lg {
    height: 100px !important;
  }
  .height-240-lg {
    height: 240px;
  }
  .height-200-lg {
    height: 200px;
  }
  .height-280-lg {
    height: 280px;
  }
  .top-image::before {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 992px) {
  .top-lg-60 {
    top: 60%;
  }
  .top-lg-85 {
    top: 85%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .w-lg-85 {
    width: 85%;
  }
}/*# sourceMappingURL=style.css.map */