.wrapper {
  background-color: #fff;
  padding-bottom: 188px;
}
.wrapper img {
  width: 100%;
}
.wrapper .sectionBox .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.section01 {
  background-color: #111;
}

.section02 {
  background-color: #eee;
}

.section03 {
  background-color: #020201;
}

.section04 {
  background-color: #eee;
}

.fixedBtn {
  position: fixed;
  left: 50%;
  bottom: 0;
  max-width: 1000px;
  width: 100%;
  transform: translateX(-50%);
  display: none;
}
.fixedBtn.show {
  display: block;
}

@media screen and (max-width: 720px) {
  .wrapper {
    padding-bottom: 18.5%;
  }
}/*# sourceMappingURL=style.css.map */