@charset "UTF-8";


.vw-img {
  width: 100vw;
  display: block;
}

#campaign {
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

#campaign p.btn-wrap {
  width: 28%;
  margin-top: 50px;
}

#campaign .pay {
  text-align: center;
}


#introduce_section {
  padding-left: 0;
  padding-right: 0;
}

#introduce_section .inner {
  position: relative;
  max-width: 100vw;
}

#introduce_section .introduce_btn {
  position: absolute;
  width: 21vw;
  bottom: 13vw;
  left: 28vw;
}

#introduce_section .introduce_btn img {
  max-width: 21vw;
}

#introduce_section .introduce_btn.in_btn02 {
  left: 54vw;
}

#introduce_section .introduce_btn a {
  display: block;
}


@media screen and (max-width:767px) {
  #campaign p.btn-wrap {
    width: 78%;
    margin-top: 50px;
  }

  #introduce_section .introduce_btn {
    width: 41vw;
    bottom: 19vw;
    left: 7vw;
  }

  #introduce_section .introduce_btn.in_btn02 {
    left: 51vw;
  }
}