@charset "UTF-8";

.animeEl {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.animeEl__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.animeEl__anime {
  display: block;
  width: 414px; /* ProMaxの横幅を基準 */
}
