@charset "UTF-8";	
    
    .v_en,
    .fadein{
		opacity: 1;
		animation: none;
	}
    #loading{
        display: none;
    }

    .btn a:hover .material-icons{
        animation: none;
    }
    h2.inview{
        opacity: 1;
        animation: none;
    }
    h2.show .textanimation > span > span{
        animation: none;
    }
    header #logo,
    #h_entry{
        opacity: 1;
        animation: none;
    }
    .v_sub{
        opacity: 1;
        animation: none;
    }
    .v_scroll .material-icons{
        animation: none;
    }

    #h_entry{
        position: absolute;
    }
    #visual{
        height: 728px;
    }
