.home .l-contents__body {
  margin-top: 80vh;
}
@media (max-width: 639px) {
  .home .l-contents__body {
    margin-top: 55vh;
  }
}

.fv-anime {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 639px) {
  .fv-anime {
    height: 70vh;
  }
}
.hero {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg-img::after {
  content: "";
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__bg-blue {
  background-color: #1e489d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.hero__bg {
  width: calc(100% / 5 + 4px);
  height: calc(100% / 5 + 4px);
  position: absolute;
  background-color: #1e489d;
  background: linear-gradient(340deg, rgba(30,72,157,1) 0%, rgba(30,72,157,1) 20%, rgba(0,212,255,0) 100%);
}
.hero__bg01 {
  top: 0;
  left: 0;
  animation: heroBg 1s forwards;
}
.hero__bg02 {
  top: 0;
  left: calc(100% / 5 + 1px);
  animation: heroBg 1.1s forwards;
}
.hero__bg03 {
  top: 0;
  left: calc((100% / 5) * 2 + 2px);
  animation: heroBg 1.2s forwards;
}
.hero__bg04 {
  top: 0;
  left: calc((100% / 5) * 3 + 3px);
  animation: heroBg 1.3s forwards;
}
.hero__bg05 {
  top: 0;
  left: calc((100% / 5) * 4 + 4px);
  animation: heroBg 1.4s forwards;
}
.hero__bg06 {
  top: calc(100% / 5 + 1px);
  left: 0;
  animation: heroBg 1.2s forwards;
}
.hero__bg07 {
  top: calc(100% / 5 + 1px);
  left: calc(100% / 5 + 2px);
  animation: heroBg 1.4s forwards;
}
.hero__bg08 {
  top: calc(100% / 5 + 1px);
  left: calc((100% / 5) * 2 + 2px);
  animation: heroBg 1.6s forwards;
}
.hero__bg09 {
  top: calc(100% / 5 + 1px);
  left: calc((100% / 5) * 3 + 3px);
  animation: heroBg 1.8s forwards;
}
.hero__bg10 {
  top: calc(100% / 5 + 1px);
  left: calc((100% / 5) * 4 + 4px);
  animation: heroBg 2s forwards;
}
.hero__bg11 {
  top: calc((100% / 5) * 2 + 2px);
  left: 0;
  animation: heroBg 1.2s forwards;
}
.hero__bg12 {
  top: calc((100% / 5) * 2 + 2px);
  left: calc(100% / 5 + 2px);
  animation: heroBg 1.4s forwards;
}
.hero__bg13 {
  top: calc((100% / 5) * 2 + 2px);
  left: calc((100% / 5) * 2 + 2px);
  animation: heroBg 1.6s forwards;
}
.hero__bg14 {
  top: calc((100% / 5) * 2 + 2px);
  left: calc((100% / 5) * 3 + 3px);
  animation: heroBg 1.8s forwards;
}
.hero__bg15 {
  top: calc((100% / 5) * 2 + 2px);
  left: calc((100% / 5) * 4 + 4px);
  animation: heroBg 2s forwards;
}
.hero__bg16 {
  top: calc((100% / 5) * 3 + 3px);
  left: 0;
  animation: heroBg 1.2s forwards;
}
.hero__bg17 {
  top: calc((100% / 5) * 3 + 3px);
  left: calc(100% / 5 + 2px);
  animation: heroBg 1.4s forwards;
}
.hero__bg18 {
  top: calc((100% / 5) * 3 + 3px);
  left: calc((100% / 5) * 2 + 2px);
  animation: heroBg 1.6s forwards;
}
.hero__bg19 {
  top: calc((100% / 5) * 3 + 3px);
  left: calc((100% / 5) * 3 + 3px);
  animation: heroBg 1.8s forwards;
}
.hero__bg20 {
  top: calc((100% / 5) * 3 + 3px);
  left: calc((100% / 5) * 4 + 4px);
  animation: heroBg 2s forwards;
}
.hero__bg21 {
  top: calc((100% / 5) * 4 + 4px);
  left: 0;
  animation: heroBg 1.2s forwards;
}
.hero__bg22 {
  top: calc((100% / 5) * 4 + 4px);
  left: calc(100% / 5 + 2px);
  animation: heroBg 1.4s forwards;
}
.hero__bg23 {
  top: calc((100% / 5) * 4 + 4px);
  left: calc((100% / 5) * 2 + 2px);
  animation: heroBg 1.6s forwards;
}
.hero__bg24 {
  top: calc((100% / 5) * 4 + 4px);
  left: calc((100% / 5) * 3 + 3px);
  animation: heroBg 1.8s forwards;
}
.hero__bg25 {
  top: calc((100% / 5) * 4 + 4px);
  left: calc((100% / 5) * 4 + 4px);
  animation: heroBg 2s forwards;
}
@keyframes heroBg {
	0% {
    transform: scale(.3);
    opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(.3);
		opacity: 0;
	}
}
.hero__text {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 28.8px;
}
.hero__text-ja {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 639px) {
  .hero__text-ja {
    font-size: 42px;
    font-weight: 700;
  }
}
.hero__text-ja span:first-of-type {
	animation-delay: 1s;
}
.hero__text-ja span:nth-of-type(2) {
	animation-delay: 1.1s;
}
.hero__text-ja span:nth-of-type(3) {
	animation-delay: 1.2s;
}
.hero__text-ja span:nth-of-type(4) {
	animation-delay: 1.3s;
}
.hero__text-ja span:nth-of-type(5) {
	animation-delay: 1.4s;
}
.hero__text-ja span:nth-of-type(6) {
	animation-delay: 1.5s;
}
.hero__text-ja span:nth-of-type(7) {
	animation-delay: 1.6s;
}
.hero__text-ja span:nth-of-type(8) {
	animation-delay: 1.7s;
}
.hero__text-ja span:nth-of-type(9) {
	animation-delay: 1.8s;
}
.hero__text-ja span:nth-of-type(10) {
	animation-delay: 1.9s;
}
.hero__text-ja span:nth-of-type(11) {
	animation-delay: 2.0s;
}
.hero__text-ja span:nth-of-type(12) {
	animation-delay: 2.1s;
}
.hero__text-ja span {
  display: inline-block;
	opacity: 0;
	transform: translate(-150px, -50px) scale(5);
	animation: revolveScaleJa 1.2s forwards;
}
@keyframes revolveScaleJa {
	60% {
		transform: translate(20px, 20px) scale(.3);
	}
	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}