html {
  font-size: 10px;
  width: 100%;
  box-sizing: border-box;
}
body {
font-family: "FOT-筑紫Aオールド明朝 Pr6 R",fot-tsukuaoldmin-pr6n, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-style: normal;
font-weight: 100;
color: #333;
}
*, *:before, *:after {
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #fff;
}