@charset "utf-8";

.js-anime-blackbk{
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-anime-circle{
  width: min(80rem, 96%);
  display: none;
}
.js-anime-circle img:not(:first-of-type){
  width: min(80rem, 96%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, .9)); 
}