@charset "UTF-8";

.kaisestuu img{
    margin-top: 40px;
    width: 350px;
    position: relative;
}

.kaisestu2{
    color: #343792;
    font-size: 16px;
    line-height: 32px;
    margin-top: -350px;
    margin-left: 75px;
    position: absolute;
    font-family: "ta-kasanemarugo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.modorubo img{
    width: 90px;
    margin-left: 230px;
}

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

.mini img{
    width: 220px;
    margin-left: 20px;
    margin-top: -180px;
    position: absolute;
}

.mini img{
    animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-duration: 1.5s;
        
        animation-name: anim_sc;
        transform: scale(0.8,0.8);
      }
      
      @keyframes anim_sc {
        100% {
          transform: scale(1,1);
        }
} 

span{
    color: #ec6fa7;
}
