@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 16px;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif !important;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

a {
  cursor: pointer;
  text-decoration: none;
  color:inherit;
}

h2, h3, h4 {
  font-weight: bold;
}

button {
  cursor: pointer;
}

ul li {
  display: table-cell;
}

select {
  cursor: pointer;
}

input:focus, textarea:focus {
  cursor: auto;
}