/*** reset ***/
html {
  color: #1f1f1f;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a {
  color: #1f1f1f;
  text-decoration: none;
}
a:link,
a:visited {
  color: #1f1f1f;
  text-decoration: none;
}
ol,
dl,
ul,
li,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
a {
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
.outerBlock {
  overflow: hidden;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}