html {
  font-family: “Hiragino Sans W3”, “メイリオ”, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-locale: "ja";
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-locale: "ja";
  display: block;
  background-color: #FFE36C;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  appearance: none;
}

img {
  border: 0;
}

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

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input, textarea, select {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background: none;
  outline: none;
  appearance: none;
}

h1 {
  z-index: 1000;
}

h3 {
  margin-bottom: 6px;
}