@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#sec-01 {
  padding-bottom: 0;
}
#sec-01 .top__chara__box {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #sec-01 .top__chara__box {
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  #sec-05 .top__chara__box {
    height: 12rem;
  }
}

.top__chara__box {
  position: relative;
}
.top__chara__box .top__chara {
  display: flex;
  position: absolute;
}
.top__chara__box .top__chara img {
  width: 100%;
  height: auto;
}
.top__chara__box .top__chara.chara__01 {
  width: 10%;
  bottom: -8rem;
  left: 63%;
}
@media only screen and (max-width: 767px) {
  .top__chara__box .top__chara.chara__01 {
    width: 5rem;
    bottom: 1rem;
    left: 18%;
  }
}
.top__chara__box .top__chara.chara__01.sec-01 {
  left: auto;
  right: calc(18rem + 4%);
  width: 7.5rem;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .top__chara__box .top__chara.chara__01.sec-01 {
    width: 6rem;
    left: auto;
    right: calc(3rem + 55%);
  }
}
.top__chara__box .top__chara.chara__01.sec-03 {
  display: none;
}
.top__chara__box .top__chara.chara__01.sec-05 {
  left: auto;
  right: calc(13rem + 2%);
}
@media only screen and (max-width: 767px) {
  .top__chara__box .top__chara.chara__01.sec-05 {
    left: auto;
    right: calc(13rem + 2%);
  }
}
.top__chara__box .top__chara.chara__01.sec-10 {
  display: none;
}
.top__chara__box .top__chara.chara__02 {
  width: 6%;
  bottom: -8rem;
  left: 78%;
}
@media only screen and (max-width: 767px) {
  .top__chara__box .top__chara.chara__02 {
    width: 3.5rem;
    bottom: 1rem;
    left: 43%;
    right: 53%;
  }
}
.top__chara__box .top__chara.chara__02.sec-01 {
  width: 7.5rem;
  bottom: 0;
  left: auto;
  right: calc(10.5rem + 2%);
}
@media only screen and (max-width: 767px) {
  .top__chara__box .top__chara.chara__02.sec-01 {
    width: 6rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.top__chara__box .top__chara.chara__02.sec-03 {
  display: none;
}
.top__chara__box .top__chara.chara__02.sec-05 {
  left: auto;
  right: calc(7.5rem + 2%);
}
@media only screen and (max-width: 767px) {
  .top__chara__box .top__chara.chara__02.sec-05 {
    left: auto;
    right: calc(7.5rem + 5%);
  }
}
.top__chara__box .top__chara.chara__02.sec-10 {
  display: none;
}
.top__chara__box .top__chara.chara__03 {
  width: 12%;
  bottom: -8rem;
  left: 88%;
}
@media only screen and (max-width: 767px) {
  .top__chara__box .top__chara.chara__03 {
    width: 7.5rem;
    bottom: 1rem;
    left: 60%;
  }
}
.top__chara__box .top__chara.chara__03.sec-01 {
  width: 7.5rem;
  bottom: 0;
  left: auto;
  right: 3rem;
}
@media only screen and (max-width: 767px) {
  .top__chara__box .top__chara.chara__03.sec-01 {
    width: 6rem;
    left: calc(3em + 50%);
  }
}
.top__chara__box .top__chara.chara__03.sec-03 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top__chara__box .top__chara.chara__03.sec-05 {
    left: auto;
    right: 3rem;
  }
}
.top__chara__box .top__chara.chara__03.sec-10 {
  display: none;
}

.bottom__chara__box {
  position: relative;
  width: 100%;
  overflow: visible;
}
.bottom__chara__box .bottom__chara {
  display: flex;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.bottom__chara__box .bottom__chara.chara__01 {
  width: 5%;
  left: 72%;
  bottom: 17rem;
}
@media only screen and (max-width: 767px) {
  .bottom__chara__box .bottom__chara.chara__01 {
    width: 4rem;
    bottom: 0;
    left: auto;
    right: calc(3.1rem + 51%);
  }
}
.bottom__chara__box .bottom__chara.chara__02 {
  width: 3%;
  left: 79%;
  bottom: 17rem;
}
@media only screen and (max-width: 767px) {
  .bottom__chara__box .bottom__chara.chara__02 {
    width: 3.1rem;
    bottom: 0;
    left: 47%;
    right: 53%;
  }
}
.bottom__chara__box .bottom__chara.chara__03 {
  width: 6%;
  left: 83.5%;
  bottom: 17rem;
}
@media only screen and (max-width: 767px) {
  .bottom__chara__box .bottom__chara.chara__03 {
    width: 5.5rem;
    bottom: 0;
    left: calc(3.1rem + 50%);
  }
}
.bottom__chara__box .bottom__chara img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=procedure.css.map */