html {
  scroll-behavior: smooth; }

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
ul,
ol {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: 'Noto Sans JP'; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom; }

a {
  color: #000;
  text-decoration: none; }

main {
  display: block; }

ul,
ol {
  list-style-type: none; }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  border: 1px solid #8b8b8b;
  box-sizing: border-box; }

textarea {
  resize: vertical; }

input, textarea {
  font-family: "Shin Go Regular", "Shin Go Bold", sans-serif !important; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }
