

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}





.title {
  display: flex;
  /*overflow: hidden;
  color: #aa8f7b;
  */
  /*font-family: 'Josefin Sans', sans-serif;*/
}

.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title.-visible span {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
}
.title span:nth-child(11) {
  transition-delay: 0.6s;
}
.title span:nth-child(12) {
  transition-delay: 0.66s;
}
.title span:nth-child(13) {
  transition-delay: 0.72s;
}
.title span:nth-child(14) {
  transition-delay: 0.78s;
}
.title span:nth-child(15) {
  transition-delay: 0.84s;
}






.title2 {
  display: flex;
/*  overflow: hidden;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;

*/}

.title2 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title2.-visible span {
  transform: translate(0, 0);
}

.title2 span:nth-child(2) {
  transition-delay: 0.06s;
}
.title2 span:nth-child(3) {
  transition-delay: 0.12s;
}
.title2 span:nth-child(4) {
  transition-delay: 0.18s;
}
.title2 span:nth-child(5) {
  transition-delay: 0.24s;
}
.title2 span:nth-child(6) {
  transition-delay: 0.30s;
}
.title2 span:nth-child(7) {
  transition-delay: 0.36s;
}
.title2 span:nth-child(8) {
  transition-delay: 0.42s;
}
.title2 span:nth-child(9) {
  transition-delay: 0.48s;
}
.title2 span:nth-child(10) {
  transition-delay: 0.54s;
}
.title2 span:nth-child(11) {
  transition-delay: 0.6s;
}
.title2 span:nth-child(12) {
  transition-delay: 0.66s;
}
.title2 span:nth-child(13) {
  transition-delay: 0.72s;
}
.title2 span:nth-child(14) {
  transition-delay: 0.78s;
}
.title2 span:nth-child(15) {
  transition-delay: 0.84s;
}




.title3 {
  display: flex;
  /*overflow: hidden;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
*/
}

.title3 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title3.-visible span {
  transform: translate(0, 0);
}

.title3 span:nth-child(2) {
  transition-delay: 0.06s;
}
.title3 span:nth-child(3) {
  transition-delay: 0.12s;
}
.title3 span:nth-child(4) {
  transition-delay: 0.18s;
}
.title3 span:nth-child(5) {
  transition-delay: 0.24s;
}
.title3 span:nth-child(6) {
  transition-delay: 0.30s;
}
.title3 span:nth-child(7) {
  transition-delay: 0.36s;
}
.title3 span:nth-child(8) {
  transition-delay: 0.42s;
}
.title3 span:nth-child(9) {
  transition-delay: 0.48s;
}
.title3 span:nth-child(10) {
  transition-delay: 0.54s;
}
.title3 span:nth-child(11) {
  transition-delay: 0.6s;
}
.title3 span:nth-child(12) {
  transition-delay: 0.66s;
}
.title3 span:nth-child(13) {
  transition-delay: 0.72s;
}
.title3 span:nth-child(14) {
  transition-delay: 0.78s;
}
.title3 span:nth-child(15) {
  transition-delay: 0.84s;
}






.title4 {
  display: flex;
/*
  overflow: hidden;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
*/
}

.title4 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title4.-visible span {
  transform: translate(0, 0);
}

.title4 span:nth-child(2) {
  transition-delay: 0.06s;
}
.title4 span:nth-child(3) {
  transition-delay: 0.12s;
}
.title4 span:nth-child(4) {
  transition-delay: 0.18s;
}
.title4 span:nth-child(5) {
  transition-delay: 0.24s;
}
.title4 span:nth-child(6) {
  transition-delay: 0.30s;
}
.title4 span:nth-child(7) {
  transition-delay: 0.36s;
}
.title4 span:nth-child(8) {
  transition-delay: 0.42s;
}
.title4 span:nth-child(9) {
  transition-delay: 0.48s;
}
.title4 span:nth-child(10) {
  transition-delay: 0.54s;
}
.title4 span:nth-child(11) {
  transition-delay: 0.6s;
}
.title4 span:nth-child(12) {
  transition-delay: 0.66s;
}
.title4 span:nth-child(13) {
  transition-delay: 0.72s;
}
.title4 span:nth-child(14) {
  transition-delay: 0.78s;
}
.title4 span:nth-child(15) {
  transition-delay: 0.84s;
}


.title5 {
  display: flex;
/*
  overflow: hidden;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
*/
}

.title5 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title5.-visible span {
  transform: translate(0, 0);
}

.title5 span:nth-child(2) {
  transition-delay: 0.06s;
}
.title5 span:nth-child(3) {
  transition-delay: 0.12s;
}
.title5 span:nth-child(4) {
  transition-delay: 0.18s;
}
.title5 span:nth-child(5) {
  transition-delay: 0.24s;
}
.title5 span:nth-child(6) {
  transition-delay: 0.30s;
}
.title5 span:nth-child(7) {
  transition-delay: 0.36s;
}
.title5 span:nth-child(8) {
  transition-delay: 0.42s;
}
.title5 span:nth-child(9) {
  transition-delay: 0.48s;
}
.title5 span:nth-child(10) {
  transition-delay: 0.54s;
}
.title5 span:nth-child(11) {
  transition-delay: 0.6s;
}
.title5 span:nth-child(12) {
  transition-delay: 0.66s;
}
.title5 span:nth-child(13) {
  transition-delay: 0.72s;
}
.title5 span:nth-child(14) {
  transition-delay: 0.78s;
}
.title5 span:nth-child(15) {
  transition-delay: 0.84s;
}
