.wrapper {
  padding-bottom: 190px;
}
.wrapper img {
  width: 100%;
}
.wrapper .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.is_mo {
  display: none;
}

.section01 {
  display: flex;
  justify-content: center;
}
.section01 img {
  width: 100%;
}

.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: 19%;
  }
  .is_pc {
    display: none;
  }
  .is_mo {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */