@charset "UTF-8";

/* #############################################################################
 * リセット
 * #############################################################################
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-locale: "ja";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.42857143;
  word-break: break-all;
  color: #ffffff;
}

button {
  font-family: inherit;
}

img {
  border: 0;
  vertical-align: middle;
}

input {
  color: #ffffff;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

:hover,
:focus {
  outline: none;
}

/*# sourceMappingURL=reset.css.map */