@charset "UTF-8";

body {
  overflow: hidden;
}

.repairing-now {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.repairing-now__img {
  width: min(60.38647343vw, 250px);
  margin-bottom: min(15.7004830918vw, 65px);
}
@media screen and (min-width: 768px) {
  .repairing-now__img {
    margin-bottom: min(11.0677083333vw, 85px);
  }
}
@media screen and (min-width: 834px) {
  .repairing-now__img {
    margin-bottom: 105px;
  }
}
@media screen and (min-width: 1920px) {
  .repairing-now__img {
    width: 13.0208333333vw;
    margin-bottom: 5.46875vw;
  }
}

.repairing-now__img img {
  width: 100%;
  height: auto;
}

.repairing-now__text {
  font-size: min(3.8647342995vw, 16px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .repairing-now__text {
    font-size: 0.8333333333vw;
  }
}