@charset "UTF-8";
body.aniv30th {
  /* height: 100vh;
  width: 100vw;
  position: relative;
  background-color: #000000; */
  background-color: #000;
}

body.aniv30th .aniv30main_wrap {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
body.aniv30th .aniv30foot {
  display: flex;
}
.aniv30main_wrap {
  width: 100vw;
  height: 100lvh;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
}

body.aniv30th .l-header-logo svg {
  fill: #fff;
}
body.aniv30th .l-header-title svg {
  fill: #fff;
}
body.aniv30th .l-gnav-toggle__bar {
  background-color: #fff;
}
body.aniv30th .l-header {
}
.aniv30foot {
  position: fixed;
  bottom: 0;
  /* background-color: #000; */
  width: 100%;
  height: 80px;
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  align-items: center;
  font-size: 14px;
  /* letter-spacing: 11px; */
  display: none;
}
.aniv30foot p {
  letter-spacing: 1em;
  transform: scaleY(0.9);
}
body.aniv30th .l-wrapper{
  height: 100lvh;
}
.c-preloader__bg-item{
  background-color: #000;
}
.c-preloader__logo-mark svg{
  fill: #fff;
}
.c-preloader__bar{
    background-color: #fff;
}
@media screen and (max-width: 700px) {
  .aniv30main {
    width: 100% !important;
    height: 100% !important;
  }
  .aniv30foot {
    padding: 0 20px;
    font-size: 10px;
  }
  .aniv30foot p {
    letter-spacing: 1em;
  }
}
