#container {
  overflow: hidden;
  padding-bottom: 0 !important;
}

.bg {
  background-image: url(../images/campaign/bg02_pc.png), url(../images/campaign/bg01_pc.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: 3500px auto, cover;
  background-position: center bottom, center bottom;
  padding-bottom: 90px;
}
@media screen and (max-width: 1400px) {
  .bg {
    background-size: 250vw auto, cover;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .bg {
    background-image: url(../images/campaign/bg02_sp.png), url(../images/campaign/bg01_sp.jpg);
    background-size: 100% auto, cover;
    background-position: center bottom, center bottom;
    padding-bottom: 12.8vw;
  }
}
.bg h1 {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bg .btn {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .bg .btn {
    max-width: none;
    width: 36.4vw;
    margin-top: 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  .bg .btn {
    margin-top: 13.2vw;
    width: 80%;
  }
}
.bg .btn img {
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.animate,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(2vw);
}/*# sourceMappingURL=style_campaign.css.map */