@charset "utf-8";
/*250616*/
 .MVisual .item img {width: 100%;}
 
/* media query mobile */
@media screen and (max-width: 1600px){
 
}

@media screen and (max-width: 1400px){
  
}

@media screen and (max-width: 1260px){
.MVisual .item img {width: calc(100% - 10rem);height: 100%;}  
}


@media screen and (max-width:640px) {
 .MVisual .item img {width: 100%;height: auto;}
}

@media screen and (max-width:540px) {
   
}

@media screen and (max-width: 480px){
 
}

@media screen and (max-width:380px) {
 
}




