/*-------------------- mobile --------------------*/
@media screen and (max-width: 768px) {
    .mv_area{
        img{
            width:100px;
        }
    }

/*------------------------------------------------*/
/*-------------------- common --------------------*/
/*------------------------------------------------*/
html, body{
	letter-spacing:0;
}









}