@charset "UTF-8";
html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
}

body {
  background: #6a6a6a;
}

div,
span,
p {
  color: #242531;
}

ul {
  line-height: 1.75;
}

p {
  line-height: 1.5;
}

dt {
  font-weight: normal;
}

img {
  width: 100%;
}

.js-scrollPrevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=base.css.map */