.titleText {
  display: flex;
  overflow: hidden;
}

.title-1 span {
  animation-name: fadeInAnime;
  animation-fill-mode:backwards;
  animation-duration: 0.7s;
  animation-iteration-count:1;
  animation-timing-function:ease;
  animation-delay: 0s;
  animation-direction:normal;
  display: block;
  transition: transform cubic-bezier(.79,.77,.61,1.02) 0.7s;
  will-change: transform;
  transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
  -webkit-transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
}

.title-2 span {
  animation-name: fadeInAnime;
  animation-fill-mode:backwards;
  animation-duration: 1s;
  animation-iteration-count:1;
  animation-timing-function:ease;
  animation-delay: 0.4s;
  animation-direction:normal;
  display: block;
  transition: transform cubic-bezier(.79,.77,.61,1.02) 0.7s;
  will-change: transform;
  transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
  -webkit-transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
}

.title-3 span {
  animation-name: fadeInAnime;
  animation-fill-mode:backwards;
  animation-duration: 1.8s;
  animation-iteration-count:1;
  animation-timing-function:ease;
  animation-delay: 0.6s;
  animation-direction:normal;
  display: block;
  transition: transform cubic-bezier(.79,.77,.61,1.02) 0.7s;
  will-change: transform;
  transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
  -webkit-transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
}

.title-4 span {
  animation-name: fadeInAnime;
  animation-fill-mode:backwards;
  animation-duration: 2.35s;
  animation-iteration-count:1;
  animation-timing-function:ease;
  animation-delay: 1s;
  animation-direction:normal;
  display: block;
  transition: transform cubic-bezier(.79,.77,.61,1.02) 0.7s;
  will-change: transform;
  transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
  -webkit-transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
}

.title-1.-visible span, .title-2.-visible span, .title-3.-visible span, .title-4.-visible span  {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.1s;
}
.title-1 span:nth-child(3) {
  transition-delay: 0.15s;
}
.title-1 span:nth-child(4) {
  transition-delay: 0.2s;
}
.title-1 span:nth-child(5) {
  transition-delay: 0.25s;
}
.title-1 span:nth-child(6) {
  transition-delay: 0.30s;
}
.title-1 span:nth-child(7) {
  transition-delay: 0.35s;
}
.title-1 span:nth-child(8) {
  transition-delay: 0.4s;
}
.title-1 span:nth-child(9) {
  transition-delay: 0.45s;
}
.title-1 span:nth-child(10) {
  transition-delay: 0.5s;
}
.title-1 span:nth-child(11) {
  transition-delay: 0.55s;
}
.title-1 span:nth-child(12) {
  transition-delay: 0.6s;
}
.title-1 span:nth-child(13) {
  transition-delay: 0.65s;
}
.title-1 span:nth-child(14) {
  transition-delay: 0.7s;
}

/*2列め*/
.title-2 span:nth-child(2) {
  transition-delay: 0.45s;
}
.title-2 span:nth-child(3) {
  transition-delay: 0.5s;
}
.title-2 span:nth-child(4) {
  transition-delay: 0.55s;
}
.title-2 span:nth-child(5) {
  transition-delay: 0.65s;
}
.title-2 span:nth-child(6) {
  transition-delay: 0.7s;
}
.title-2 span:nth-child(7) {
  transition-delay: 0.75s;
}

/*3列め*/
.title-3 span:nth-child(2) {
  transition-delay: 0.65s;
}
.title-3 span:nth-child(3) {
  transition-delay: 0.7s;
}
.title-3 span:nth-child(4) {
  transition-delay: 0.75s;
}
.title-3 span:nth-child(5) {
  transition-delay: 0.8s;
}
.title-3 span:nth-child(6) {
  transition-delay: 0.85s;
}
.title-3 span:nth-child(7) {
  transition-delay: 0.9s;
}
.title-3 span:nth-child(8) {
  transition-delay: 0.95s;
}
.title-3 span:nth-child(9) {
  transition-delay: 1s;
}
.title-3 span:nth-child(10) {
  transition-delay: 1.05s;
}
.title-3 span:nth-child(11) {
  transition-delay: 1.1s;
}
.title-3 span:nth-child(12) {
  transition-delay: 1.15s;
}
.title-3 span:nth-child(13) {
  transition-delay: 1.2s;
}
.title-3 span:nth-child(14) {
  transition-delay: 1.25s;
}
.title-3 span:nth-child(15) {
  transition-delay: 1.3s;
}
.title-3 span:nth-child(16) {
  transition-delay: 1.35s;
}
.title-3 span:nth-child(17) {
  transition-delay: 1.4s;
}

/*4列め*/
.title-4 span:nth-child(2) {
  transition-delay: 1.05s;
}
.title-4 span:nth-child(3) {
  transition-delay: 1.1s;
}
.title-4 span:nth-child(4) {
  transition-delay: 1.15s;
}
.title-4 span:nth-child(5) {
  transition-delay: 1.2s;
}
.title-4 span:nth-child(6) {
  transition-delay: 1.25s;
}
.title-4 span:nth-child(7) {
  transition-delay: 1.3s;
}
.title-4 span:nth-child(8) {
  transition-delay: 1.35s;
}
.title-4 span:nth-child(9) {
  transition-delay: 1.4s;
}
.title-4 span:nth-child(10) {
  transition-delay: 1.45s;
}
.title-4 span:nth-child(11) {
  transition-delay: 1.5s;
}
.title-4 span:nth-child(12) {
  transition-delay: 1.55s;
}
.titleText--ja {
  margin-top: 20px;
  font-size: 1.5vw;
  font-weight: bold;
  color: #fff;
  opacity: 0.7;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}



/* SP　*/
@media screen and (max-width: 780px) {
/*sp*/
.titleText--ja {
  font-size: 4.6vw;
  line-height: 1.4;
}
.spTitle {
  display: flex;
  overflow: hidden;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.spTitle-1 span {
  animation-name: fadeInAnime;
  animation-fill-mode:backwards;
  animation-duration: 0.7s;
  animation-iteration-count:1;
  animation-timing-function:ease;
  animation-delay: 0s;
  animation-direction:normal;
  display: block;
  transition: transform cubic-bezier(.79,.77,.61,1.02) 0.7s;
  will-change: transform;
  transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
  -webkit-transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);



}

.spTitle-2 span {
  animation-name: fadeInAnime;
  animation-fill-mode:backwards;
  animation-duration: 1s;
  animation-iteration-count:1;
  animation-timing-function:ease;
  animation-delay: 0.7s;
  animation-direction:normal;
  display: block;
  transition: transform cubic-bezier(.79,.77,.61,1.02) 0.7s;
  will-change: transform;
  transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
  -webkit-transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
}

.spTitle-3 span {
  animation-name: fadeInAnime;
  animation-fill-mode:backwards;
  animation-duration: 1.6s;
  animation-iteration-count:1;
  animation-timing-function:ease;
  animation-delay: 1s;
  animation-direction:normal;
  display: block;
  transition: transform cubic-bezier(.79,.77,.61,1.02) 0.7s;
  will-change: transform;
  transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
  -webkit-transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
}

.spTitle-4 span {
  animation-name: fadeInAnime;
  animation-fill-mode:backwards;
  animation-duration: 1.7s;
  animation-iteration-count:1;
  animation-timing-function:ease;
  animation-delay: 1.65s;
  animation-direction:normal;
  display: block;
  transition: transform cubic-bezier(.79,.77,.61,1.02) 0.7s;
  will-change: transform;
  transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
  -webkit-transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
}

.spTitle-5 span {
  animation-name: fadeInAnime;
  animation-fill-mode:backwards;
  animation-duration: 2.25s;
  animation-iteration-count:1;
  animation-timing-function:ease;
  animation-delay: 1.75s;
  animation-direction:normal;
  display: block;
  transition: transform cubic-bezier(.79,.77,.61,1.02) 0.7s;
  will-change: transform;
  transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
  -webkit-transform: matrix3d(0.17,0,0.98,0,0.00,1,0.00,0,-0.98,0,0.17,0,40,0,0,1);
}

.spTitle-1.-visible span, .spTitle-2.-visible span, .spTitle-3.-visible span, .spTitle-4.-visible span, .spTitle-5.-visible span  {
  transform: translate(0, 0);
}

.spTitle span:nth-child(2) {
  transition-delay: 0.1s;
}
.spTitle-1 span:nth-child(3) {
  transition-delay: 0.15s;
}
.spTitle-1 span:nth-child(4) {
  transition-delay: 0.2s;
}
.spTitle-1 span:nth-child(5) {
  transition-delay: 0.25s;
}
.spTitle-1 span:nth-child(6) {
  transition-delay: 0.30s;
}
.spTitle-1 span:nth-child(7) {
  transition-delay: 0.35s;
}
.spTitle-1 span:nth-child(8) {
  transition-delay: 0.4s;
}
.spTitle-1 span:nth-child(9) {
  transition-delay: 0.45s;
}
.spTitle-1 span:nth-child(10) {
  transition-delay: 0.5s;
}
.spTitle-1 span:nth-child(11) {
  transition-delay: 0.55s;
}
.spTitle-1 span:nth-child(12) {
  transition-delay: 0.6s;
}
.spTitle-1 span:nth-child(13) {
  transition-delay: 0.65s;
}
.spTitle-1 span:nth-child(14) {
  transition-delay: 0.7s;
}

/*2列め*/
.spTitle-2 span:nth-child(2) {
  transition-delay: 0.75s;
}
.spTitle-2 span:nth-child(3) {
  transition-delay: 0.8s;
}
.spTitle-2 span:nth-child(4) {
  transition-delay: 0.85s;
}
.spTitle-2 span:nth-child(5) {
  transition-delay: 0.9s;
}
.spTitle-2 span:nth-child(6) {
  transition-delay: 0.95s;
}
.spTitle-2 span:nth-child(7) {
  transition-delay: 1s;
}

/*3列め*/
.spTitle-3 span:nth-child(2) {
  transition-delay: 1.05s;
}
.spTitle-3 span:nth-child(3) {
  transition-delay: 1.1s;
}
.spTitle-3 span:nth-child(4) {
  transition-delay: 1.15s;
}
.spTitle-3 span:nth-child(5) {
  transition-delay: 1.2s;
}
.spTitle-3 span:nth-child(6) {
  transition-delay: 1.25s;
}
.spTitle-3 span:nth-child(7) {
  transition-delay: 1.3s;
}
.spTitle-3 span:nth-child(8) {
  transition-delay: 1.35s;
}
.spTitle-3 span:nth-child(9) {
  transition-delay: 1.4s;
}
.spTitle-3 span:nth-child(10) {
  transition-delay: 1.45s;
}
.spTitle-3 span:nth-child(11) {
  transition-delay: 1.5s;
}
.spTitle-3 span:nth-child(12) {
  transition-delay: 1.55s;
}
.spTitle-3 span:nth-child(13) {
  transition-delay: 1.6s;
}

/*4列め*/
.spTitle-4 span:nth-child(2) {
  transition-delay: 1.65s;
}
.spTitle-4 span:nth-child(3) {
  transition-delay: 1.7s;
}


/*5列め*/
.spTitle-5 span:nth-child(2) {
  transition-delay: 1.75s;
}
.spTitle-5 span:nth-child(3) {
  transition-delay: 1.8s;
}
.spTitle-5 span:nth-child(4) {
  transition-delay: 1.85s;
}
.spTitle-5 span:nth-child(5) {
  transition-delay: 1.9s;
}
.spTitle-5 span:nth-child(6) {
  transition-delay: 1.95s;
}
.spTitle-5 span:nth-child(7) {
  transition-delay: 2s;
}
.spTitle-5 span:nth-child(8) {
  transition-delay: 2.05s;
}
.spTitle-5 span:nth-child(9) {
  transition-delay: 2.1s;
}
.spTitle-5 span:nth-child(10) {
  transition-delay: 2.15s;
}
.spTitle-5 span:nth-child(11) {
  transition-delay: 2.2s;
}
.spTitle-5 span:nth-child(12) {
  transition-delay: 2.25s;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}


}
