@charset "UTF-8";

body {
  position: relative;
}

body:before{
  content: "";
  position: absolute;
  background: url(/is/image/content/dam/sites/kanebo/www-kanebo-cosmetics-jp/lunasol/renew/counseling/common/loading02.png) center center /29px 29px no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  margin: auto;
  animation:1s linear infinite rotation;
}

body.is-active:before{
  content: none;
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

/* model-item
---------------------------------------- */
.modal-item {
  display: none;
}

.modal-item.is-active{
  display: block;
}
