@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 175px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

body{
    background-color: #ffffff;
}

.rogo img{
    margin-left: 10px;
    margin-top: 5px;
}

.mein1 img{
    margin-left: -20px;
    position: absolute; 
}

.meinbunn img{ 
    width: 360px;
    margin-left: 0px;
    margin-top: 400x;
    position: relative;
}
 
.fuan1 img{
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-duration: 1.5s;
        width: 380px;

        animation-name: anim_sc;
        transform: scale(0.95,0.95);
      }
      
     @keyframes anim_sc {
        100% {
          transform: scale(1,1);
        }
} 

.fuan2 img{
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-duration: 1.5s;
        width: 380px;
     
        animation-name: anim_h;
      }
      
      @keyframes anim_h {
        0% {
          transform: translate(0px, 0);
        }
        100% {
          transform: translate(3px, 10px);
        }
}

.fuan2 img{
    margin-top: -40px;
    margin-right: -100px;
}

.fuan3 img{
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-duration: 1.5s;
        width: 380px;
      
        
        animation-name: poyopoyo;
      }
      
      @keyframes poyopoyo {
        0%, 40%, 60%, 80% {
          transform: scale(1.0);
        }
        50%, 70% {
          transform: scale(0.95);
        }
}

.boton2 img{
    width:220px;
    margin-left: 0px;
    margin-top: -10px;
    position: absolute;

}

.boton2 img {
    transition: 0.2s;   
}
  
.boton2 img:hover {
    transform: scale(1.1);
}

.botoon img{
    margin-left: 140px;
    width: 220px;
    margin-top: 150px;
    z-index: 5;
    position: absolute;
}

.botoon img {
    transition: 0.2s;   
}
  
.botoon img:hover {
    transform: scale(1.1);
}

.fuu2 img{
    margin-top: 300px;
    margin-left: -20px;
    position: relative;

}

.setsumei1{
    color: #343792;
    font-size: 25px;
    line-height: 32px;
    margin-top: -240px;
    margin-left: 100px;
    position: absolute;
    font-family: "ta-kasanemarugo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.setsumei2{
    color: #343792;
    font-size: 25px;
    line-height: 32px;
    margin-top: -150px;
    margin-left: 90px;
    position: absolute;
    font-family: "ta-kasanemarugo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.setsumei3{
    color: #343792;
    font-size: 25px;
    margin-top: -160px;
    margin-left: 80px;
    position: absolute;
    font-family: "ta-kasanemarugo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kaisestubunn{
    color: #343792;
    font-size: 29px;
    line-height: 45px;
    margin-top: -470px;
    margin-left: 60px;
    position: absolute;
    font-family: "ta-kasanemarugo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kaisestubunn2{
    color: #e24a7c;
    font-size: 25px;
    margin-top: -280px;
    margin-left: 65px;
    position: absolute;
    font-family: "ta-kasanemarugo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kaisestubunn3{
    color: #6a6dbb;
    font-size: 15px;
    list-style: 20px;
    line-height: 30px;
    margin-top: -200px;
    margin-left: 75px;
    position: absolute;
    font-family: "ta-kasanemarugo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rogofu img{
    margin-left: 30px;
    margin-top: 85px;
    position: absolute;
    padding: 50px;
}

.rogozo img{
    margin-left: 140px;
    margin-top: 100px;
    position: absolute;
    padding: 50px;
}