@charset "UTF-8";

body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body .loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  transition: .1s ease;
  background: #102447;
}
body .loading-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 400px;
  background: url(../../../../img/usr/brand/cocoris/loading_logo.png) no-repeat center / 100%;
}
.wrapper_ {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  body .loading-logo {
    width: 200px;
  }
}