html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

.wrapper {
  max-width: 500px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1 {
  margin: 0;
  padding: 0;
}

.content {
  height: 82.5svh;
}

.fixedBtn {
  height: 17.5svh;
  background-color: #fff;
}

.btnBlock {
  position: relative;
}
.btnBlock__btn1 {
  position: absolute;
  bottom: 7.5%;
  right: 12%;
  width: 28%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiperItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.swiperItem img {
  width: 100%;
  height: auto;
}

@media screen and (max-height: 627px) {
  .swiper {
    width: 86%;
    height: 100%;
    margin: 0 auto;
  }
  .fixedBtn {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 500px) {
  .content {
    height: 693px;
  }
  .fixedBtn {
    height: 187px;
  }
}
/* Footer
------------------------------------------------------- */
.footer {
  margin-top: 3rem;
}
.footer__text {
  padding: 0 3%;
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
}
.footer .textUrl {
  word-break: break-all;
}
.footer .copyright {
  font-size: 1.1rem;
  margin-top: 3rem;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background-color: #070580;
}

@media screen and (min-width: 751px) {
  .footer {
    margin-top: 3rem;
  }
  .footer__text {
    font-size: 1.3rem;
    padding: 0 130px;
  }
}
