.mainVisual {
    width: 100%;
    height: calc(100vh - 146px);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.back {
  width: auto;
  height: 100%;
  animation: back 1.5s ease 0s 1 normal;
}
.text01 {
  position: absolute;
  top:-36px;
  left: -45px;
  width: 45vw;
  animation: text01 10s ease 0s 1 normal;
}
.text01 img,.text03 img{
  width: 100%
}
.text02 img{
  width: auto;
  height: 60px;
}
.text02 {
  text-align: center;
  width: 80vw;
  position: absolute;
  bottom: 12vh;
  left: calc(50% - 40vw);
  display: flex;
  flex-wrap: wrap;
  animation: text02 10s ease 0s 1 normal;
}
.low01{
  animation: low01 10s ease 0s 1 normal;
}
.word.t01{
  animation: t01 10s ease 0s 1 normal;
}
.word.t02{
  animation: t02 10s ease 0s 1 normal;
}
.word.t03{
  animation: t03 10s ease 0s 1 normal;
}
.word.t04{
  animation: t04 10s ease 0s 1 normal;
}
.low02 {
  display: flex;
}
.text03 {
  position: absolute;
  top:45%;
  left: calc(50% - 400px);
  opacity: 0;
  animation: text03 10s ease 0s 1 normal;
}
.text04 {
  position: absolute;
  top: 37%;
  left: calc(50% - 350px);
  animation: text04 10s ease 0s 1 normal;
  width: 700px;
  text-align: center;
}
.text04 img {
  width: auto;
  height: 36vh;
}
.scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  animation: fade 10s ease 0s 1 normal;
}
.scroll a {
  display: inline-block;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  border-bottom: 6px solid #333;
  border-right: 6px solid #333;
  margin: 30px auto 6px;
  text-decoration: none;
  animation: bounce 2s ease 0s infinite normal;
}
#contentInner {
  animation: contentInner 10s ease 0s 1 normal;
  width: 1200px;
  margin: 0 auto;
  padding: 120px 15px;
}
.desc,.profile {
  margin-bottom: 150px;
}
.desc p{
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile p {
  display: inline-block;
  width: 700px;
  font-size: 20px;
  color: #333;
}
.profile figure {
  width: 450px;
  margin: 0;
}
.profile img {
  width: 100%;
}
@keyframes back {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text01 {
  0% {
    opacity: 0;
    width: 70vw;
    left: calc(50% - 35vw);
    top: 35%;
    }
  15% {
    transform: scale(10) translateY(-45px);
    opacity: 0;
  }
  16% {
    transform: scale(1) ;
    opacity: 1;
  }
  18% {
    transform: scale(1.1) ;
  }
  20% {
    transform: scale(1) ;
  }
  25% {
    transform: scale(1) translate(0);
    opacity: 1;
  }
  30% {
    transform: translateY(60px);
    opacity: 0;
    width: 70vw;
    left: calc(50% - 35vw);
    top: 35%;
  }
  80% {
    transform: scale(1);
    opacity: 0;
    top:-36px;
    left: -45px;
    width: 45vw;}
  90% {
    opacity: 1;
  }
}
@keyframes text02 {
  0% {
    transform: translateY(-30vh);
  }
  55% {
    transform: translateY(-30vh);
  }
  65% {
    transform: translate(0);
  }
}
@keyframes low01 {
  0% {
    opacity: 0;
  }
  30% {
    transform: scale(10) translateY(-45px);
    opacity: 0;
  }
  31% {
    transform: scale(1) ;
    opacity: 1;
  }
  33% {
    transform: scale(1.1) ;
  }
  35% {
    transform: scale(1) ;
  }
}
@keyframes t01 {
  0% {
    opacity: 0;
  }
  35% {
    transform: scale(10) translateY(-45px);
    opacity: 0;
  }
  36% {
    transform: scale(1) ;
    opacity: 1;
  }
  38% {
    transform: scale(1.1) ;
  }
  40% {
    transform: scale(1) ;
  }
}
@keyframes t02 {
  0% {
    opacity: 0;
  }
  40% {
    transform: scale(10) translateY(-45px);
    opacity: 0;
  }
  41% {
    transform: scale(1) ;
    opacity: 1;
  }
  43% {
    transform: scale(1.1) ;
  }
  45% {
    transform: scale(1) ;
  }
}
@keyframes t03 {
  0% {
    opacity: 0;
  }
  45% {
    transform: scale(10) translateY(-45px);
    opacity: 0;
  }
  46% {
    transform: scale(1) ;
    opacity: 1;
  }
  48% {
    transform: scale(1.1) ;
  }
  50% {
    transform: scale(1) ;
  }
}
@keyframes t04 {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(10) translateY(-45px);
    opacity: 0;
  }
  51% {
    transform: scale(1) ;
    opacity: 1;
  }
  53% {
    transform: scale(1.1) ;
  }
  55% {
    transform: scale(1) ;
  }
}
@keyframes text03 {
  65% {
    transform: scale(10) translateY(-45px);
    opacity: 0;
  }
  66% {
    transform: scale(1) ;
    opacity: 1;
  }
  68% {
    transform: scale(1.1) ;
  }
  70% {
    transform: scale(1) ;
    opacity: 1;
  }
  75% {
    transform: translateY(60px);
    opacity: 0;
  }
}
@keyframes text04 {
  0% {
    opacity: 0;
  }
  75% {
    transform: scale(10) translateY(-45px);
    opacity: 0;
  }
  76% {
    transform: scale(1) ;
    opacity: 1;
  }
  78% {
    transform: scale(1.1) ;
  }
  80% {
    transform: scale(1) ;
  }
}
@keyframes contentInner { 
  0% {
    position: absolute;
    top:0;
    height: 0;
    opacity: 0;
    padding: 0;
  }
  89% {
    position: absolute;
    top:0;
    height: 0;
    opacity: 0;
    padding: 0;
  }
  90% {
    position: relative;
    height: auto;
  }
}
@keyframes fade {
  0% {
    opacity: 0;}
  80% {
    opacity: 0;}
  90% {
    opacity: 1;
    }     
  }
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px)  rotate(45deg);
}
40% {
    transform: translateY(-30px)  rotate(45deg);
}
60% {
    transform: translateY(-15px)  rotate(45deg);
}
}
.message .h2 img {
  width: 400px;
}