* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}



body {
  font-family: "A1ゴシック R", "A1 Gothic R", "Yu Gothic Medium",
    "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
    "メイリオ", sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  font-weight: normal;
  font-weight: 400;
  line-height: 2;
}

video {
  width: 100%;
}

ul,
nav,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ここまでリセット */