* {
  box-sizing: border-box;
  background-color: inherit;
}

html,
body,
main {
  font-family:
    'Avenir Next', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    YuGothic, Arial, 'メイリオ', Meiryo, sans-serif;
  min-height: 100dvh;
  height: 100dvh;
}

main {
  display: block;
  position: relative;
}

ul {
  list-style: none;
}

button {
  font-family: inherit;
}

button,
input {
  border: 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
