.img01 {
  max-width: 100%;
  width: 100%;
}
.img01 img {
  width: 100%;
}

#first_buy {
  padding-bottom: 90px;
}
@media screen and (max-width: 520px) {
  #first_buy {
    padding-bottom: 60px;
  }
}
#first_buy .pinkArea {
  background-color: #f9e7db;
  padding: 45px 0;
  position: relative;
}
@media screen and (max-width: 520px) {
  #first_buy .pinkArea {
    padding: 30px 0 45px;
  }
}
#first_buy .img02 {
  max-width: 800px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 520px) {
  #first_buy .img02 {
    margin-bottom: 45px;
  }
}
#first_buy .img03 {
  max-width: 220px;
  margin: 0 auto;
}
#first_buy .img04 {
  padding-top: 60px;
  max-width: 200px;
  margin: 0 auto -95px;
}
@media screen and (max-width: 520px) {
  #first_buy .img04 {
    padding-top: 45px;
    max-width: 100px;
    margin: 0 auto -72px;
  }
}
#first_buy .img05 {
  width: 90%;
  max-width: 1000px;
  margin: 120px auto 90px;
  padding-left: 39px;
}
@media screen and (max-width: 520px) {
  #first_buy .img05 {
    padding-left: 0;
    max-width: 200px;
    margin: 70px auto 40px;
  }
}
@media screen and (max-width: 1024px) {
  #first_buy .img13 {
    max-width: 550px;
  }
}
@media screen and (max-width: 520px) {
  #first_buy .img13 {
    max-width: 160px;
  }
}
#first_buy .item01 {
  width: 30%;
  margin-bottom: -25vw;
}
@media screen and (max-width: 820px) {
  #first_buy .item01 {
    max-width: 200px;
  }
}
@media screen and (max-width: 520px) {
  #first_buy .item01 {
    width: 45%;
    margin-bottom: -45vw;
  }
}
#first_buy .item02 {
  width: 30%;
  margin: 0 0 0 auto;
  margin-top: -25vw;
}
@media screen and (max-width: 820px) {
  #first_buy .item02 {
    max-width: 200px;
    margin-top: -45vw;
  }
}
@media screen and (max-width: 520px) {
  #first_buy .item02 {
    width: 45%;
  }
}
#first_buy .processArea {
  position: relative;
}
#first_buy .processArea::before {
  position: absolute;
  content: "";
  background-color: #f9e7db;
  width: 7%;
  height: 95%;
  top: 5%;
  left: 3%;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #first_buy .processArea::before {
    height: 98%;
    width: 9%;
    top: 2%;
    left: 7.5%;
  }
}
#first_buy .processArea::after {
  position: absolute;
  content: "";
  background-color: #f9e7db;
  width: 7%;
  height: 30px;
  top: 100%;
  left: 3%;
  transform: translateY(-1px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #first_buy .processArea::after {
    width: 9%;
    height: 10px;
    left: 7.5%;
  }
}
#first_buy .img06 {
  padding-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #first_buy .img06 {
    padding-bottom: 45px;
  }
}
#first_buy .img07,
#first_buy .img08,
#first_buy .img09,
#first_buy .img10 {
  padding-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #first_buy .img07,
  #first_buy .img08,
  #first_buy .img09,
  #first_buy .img10 {
    padding-bottom: 45px;
  }
}
#first_buy .img11 {
  padding-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #first_buy .img11 {
    padding-bottom: 45px;
    margin-right: -5px;
  }
}
#first_buy .img12 {
  padding-bottom: 120px;
}

.wrapper1240 {
  max-width: 1240px;
}

.fadein {
  visibility: hidden;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 1s;
  visibility: visible !important;
  opacity: 0;
  filter: blur(10px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}