/* Scss Document */
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wrap {
  padding: 0 3%;
  width: auto;
  max-width: 100%;
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
