@charset "utf-8";
/* for Smartphone  ******************************************/
@media (max-width: 767px) {
 body{
  width: 100%;
  transform: scale(0.8);
  transform-origin: unset;
 }
}
