@charset "utf-8";
.load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  font-family: "PixelMplus";
  background-color: #000;
  background-image: url("../../../assets/images/common/bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  clip-path: inset(0% 0% 0% 0%);
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 3800ms 2000ms;
  -moz-transition: all cubic-bezier(0.19, 1, 0.22, 1) 3800ms 2000ms;
  -o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 3800ms 2000ms;
  -ms-transition: all cubic-bezier(0.19, 1, 0.22, 1) 3800ms 2000ms;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 3800ms 2000ms;
}
.load.js-noactive {
  clip-path: inset(0% 100% 0% 0%);
}
.load.js-noactive .load__container {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.load__container {
  position: relative;
  -webkit-transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 3500ms 2000ms;
  -moz-transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 3500ms 2000ms;
  -o-transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 3500ms 2000ms;
  -ms-transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 3500ms 2000ms;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 3500ms 2000ms;
}
.load__text {
  font-size: 60px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.load__text-box {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: opacity 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: opacity 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.load__text-box.js-noactive {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.load__text-result {
  width: 500px;
}
.load__text-result-1,
.load__text-result-2 {
  text-align: center;
}
.load__text-result-1 {
  font-size: 40px;
}
.load__text-result-2 {
  margin-top: 30px;
  font-size: 150px;
}
.load__num {
  font-size: 100px;
}
.load__bg {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .load {
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 2300ms 2000ms;
    -moz-transition: all cubic-bezier(0.19, 1, 0.22, 1) 2300ms 2000ms;
    -o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 2300ms 2000ms;
    -ms-transition: all cubic-bezier(0.19, 1, 0.22, 1) 2300ms 2000ms;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 2300ms 2000ms;
  }
  .load__text {
    font-size: 5.333333333333333vw;
    margin-right: 0;
  }
  .load__text-box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .load__text-result {
    width: 80vw;
  }
  .load__text-result-1 {
    font-size: 5.333333333333333vw;
  }
  .load__text-result-2 {
    margin-top: 3.066666666666666vw;
    font-size: 16vw;
  }
  .load__num {
    font-size: 21.333333333333332vw;
  }
  .load__bg {
    width: 114.66666666666667vw;
  }
}
