@charset "utf-8";

html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

img {
  width: 100%;
}
