/*
 * reset
 */

// for mobile(fast click)
html {
  touch-action: manipulation;
}
body {
  color: #444444;
}
a {
  color: inherit;
  text-decoration: none;
}
img, svg {
  max-width: 100%;
}
