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

.section01 {
  background-color: #080808;
}

.section02 {
  background-color: #eeeeee;
}

.section03 {
  background-color: #ffffff;
}

.section04 {
  background-color: #430902;
}

.section05 {
  background-color: #eeeeee;
}

.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 */