* {
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-feature-settings: 'palt';
  text-size-adjust: 100%;
  color: #3d3936;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
ul,ul li,figure,p,h1,h2,h3,h4,h5,dl,dt,dd{
  display: block;
  margin: 0;
  padding: 0;
}
ul,ul li {
  list-style: none;
}
a {
  color: #3d3936;
  text-decoration: none;
}
img,video {
  max-width: 100%;
  height: auto;
}