@charset "utf-8";






@media print,screen and (min-width: 769px) {

  
    #maincontent .outer{
        margin-top: 80px;
    }

    

    @keyframes anm_wave {
        0% {
            background-position: 0 bottom;
        }
    
        100% {
            background-position: calc( -1470px ) bottom;
        }
    }
    
    
  


}











@media only screen and (max-width: 768px) {


    #maincontent .outer{
        margin-top: 60px;
    }

    
@keyframes anm_wave {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: calc( -200vw ) bottom;
    }
}




}
