@charset "UTF-8";
/* CSS Document */
html {
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-align: left;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  line-height: 1;
  /* 横スクロール禁止 */
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.2em;
}

body {
  overflow: hidden;
}

img,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd {
  margin: 0;
}

/* お問い合わせフォームボタン スタイルリセット */
button {
  background-color: transparent;
  border: none;
  cursor: default;
  outline: none;
  padding: 0;
  appearance: none;
}
