@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#topanime {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#topanime .base {
  position: relative;
  width: 100%;
  z-index: 5;
  transition: all 1.2s ease-out 0.01s;
  opacity: 1;
}
#topanime .base.active {
  opacity: 0;
  /*
  transform: scale(1.1);
  filter: blur(6px);
  */
}
#topanime .moviecontena {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
#topanime .moviecontena video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#topanime .mask {
  position: absolute;
  z-index: 15;
  width: 150%;
  height: 100%;
  top: 0;
  left: -50%;
  background-color: #fff;
  transition: all 3s linear 0.01s;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}
#topanime .mask.active {
  left: 100%;
}
#topanime .text01 {
  position: absolute;
  z-index: 10;
  width: 2.507%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  #topanime .text01 {
    width: 5.6%;
  }
}
#topanime .text01.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#topanime .anis03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  overflow: hidden;
  opacity: 0;
  transition: all 1s linear 0.01s;
  transform: scale(1);
  filter: blur(6px);
}
#topanime .anis03.active {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}
#topanime .anis04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
#topanime .anis04.active {
  opacity: 1;
}
#topanime .anis04 .icons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 61.309%;
  transform: translate(-50%, -50%);
  transition: all 1.2s ease-out 0.01s;
  opacity: 0;
}
#topanime .anis04 .icons.active {
  opacity: 1;
}
#topanime .anis04 .icons .intext {
  position: relative;
  display: block;
  width: 25%;
  margin: 0 auto 4vw auto;
  transition: all 1.2s ease-out 0.01s;
  opacity: 1;
}
#topanime .anis04 .icons .intext.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #topanime .anis04 .icons .intext {
    width: 67%;
  }
}
#topanime .anis04 .icons .intext2 {
  transition: all 1.2s ease-out 0.01s;
  opacity: 0;
}
#topanime .anis04 .icons .intext2.active {
  opacity: 1;
}
#topanime .anis04 .minis {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #fff;
  line-height: 140%;
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
}
#topanime .anis05 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
#topanime .anis05.active {
  opacity: 1;
}
#topanime .anis05 .backhistory {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0%;
  z-index: 16;
}
@media screen and (max-width:800px) {
  #topanime .anis05 .backhistory {
    width: 200%;
    top: 10%;
    left: -100%;
  }
}
@media screen and (max-width:800px) {
  #topanime .anis05 .backhistory.active {
    transition: all 8s ease-in-out 0.01s;
    left: 0;
  }
}
#topanime .anis05 .backimg {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%);
  z-index: 17;
  transition: all 5s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #topanime .anis05 .backimg {
    left: -180%;
  }
}
#topanime .anis05 .backimg.active {
  left: -200%;
}
#topanime .anis05 .text02 {
  position: absolute;
  width: 41.79%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 18;
}
@media screen and (max-width:800px) {
  #topanime .anis05 .text02 {
    width: 54.67%;
  }
}
#topanime .anis06 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
#topanime .anis06.active {
  opacity: 1;
}
#topanime .anis06 .text03 {
  position: absolute;
  z-index: 26;
  width: 46%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #topanime .anis06 .text03 {
    width: 90%;
  }
}
#topanime .anis06 .text03.active {
  opacity: 1;
}
#topanime .anis06 .text04 {
  position: absolute;
  z-index: 26;
  width: 46%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease-out 0.01s;
  opacity: 0;
}
@media screen and (max-width:800px) {
  #topanime .anis06 .text04 {
    width: 90%;
  }
}
#topanime .anis06 .text04.active {
  opacity: 1;
}
#topanime .anis07 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
#topanime .anis07.active {
  opacity: 1;
}
#topanime .anis07 .prot {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 28;
}
#topanime .anis07 .prot2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 28;
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
#topanime .anis07 .prot2.active {
  opacity: 1;
}
#topanime .anis07 .prot3 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 28;
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
#topanime .anis07 .prot3.active {
  opacity: 1;
}
#topanime .anis07 .prot4 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 28;
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
#topanime .anis07 .prot4.active {
  opacity: 1;
}
#topanime .anis08 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
  background-color: #fff;
}
#topanime .anis08.active {
  opacity: 1;
}
#topanime .anis08 .text05 {
  position: absolute;
  z-index: 30;
  width: 2.507%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #topanime .anis08 .text05 {
    width: 5.6%;
  }
}
#topanime .anis08 .text05.active {
  opacity: 1;
}
#topanime .anis08 .text05_white {
  position: absolute;
  z-index: 31;
  width: 2.507%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #topanime .anis08 .text05_white {
    width: 5.6%;
  }
}
#topanime .anis08 .text05_white.active {
  opacity: 1;
}
#topanime .anis08 .text05_white2 {
  position: absolute;
  z-index: 31;
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #topanime .anis08 .text05_white2 {
    width: 60%;
  }
}
#topanime .anis08 .text05_white2.active {
  opacity: 1;
}
#topanime .anis08 .imgbase {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 26;
  opacity: 0;
  transition: all 2s ease-in-out 0.01s;
  transform: scale(1.15);
  filter: blur(6px);
  filter: brightness(5);
}
#topanime .anis08 .imgbase.active {
  opacity: 1;
  filter: blur(0px);
  filter: brightness(1);
  transform: scale(1);
}

.topanimeslogo {
  transform: scale(1.1);
}/*# sourceMappingURL=top_anime.css.map */