@charset "utf-8";

.photocon {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  position: relative;
  color: #0A1022;
}

.header_logo {
  position: absolute;
  top: 23px;
  left: 32px;
  width: 111px;
}

.header_logo img {
  width: 100%;
}

.mv {
  background-color: #FB968E;
  padding-top: 182px;
}

.mv_inner {
  display: flex;
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
}

.mv_info {
  width: 41%;
  opacity: 0;
}

.mv_info img {
  width: 100%;
}

.mv_img {
  width: 59%;
  position: relative;
  opacity: 0;
}

.mv_img img {
  position: absolute;
}

.floating {
  animation: float 5s ease-in-out infinite;
}

.mv_img_01 {
  width: 55%;
  top: -19%;
  animation-delay: 0s;
}

.mv_img_02 {
  width: 88%;
  top: -22%;
  left: 5%;
  animation-delay: 0.5s;
}

.mv_img_03 {
  width: 44.7%;
  top: 8%;
  left: 55.5%;
  animation-delay: 1.0s;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.photocon_intro_wrapper {
  background-color: #FB968E;
  padding-top: 155px;
}

.photocon_text_flow {
    white-space:nowrap;
    width: 100%;
    height: 116px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.photocon_text_flow ul {
    display: flex;
    align-items: center;
    animation: photocon_text_flow 150s linear infinite;
}
.photocon_text_flow li {
    margin-right: 20px;
    font-size: 80px;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.1;
}

@keyframes photocon_text_flow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.photocon_intro {
  display: flex;
  justify-content: center;
  padding-top: 41px;
  /* padding-bottom: 14rem; */
  text-align: center;
  font-weight: bold;
}

.photocon_intro_inner {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}

.photocon_intro_inner .photocon_intro_text {
  font-size: 20px;
  font-weight: bold;
  color: #0A1022;
  margin-bottom: 10px;
}
.photocon_intro_inner .photocon_sub_intro_text {
  font-size: 16px;
}


.photocon_intro p {
  font-size: 14px;
  /* font-weight: bold; */
  text-align: center;
  display: inline-block;
  line-height: 1.8;
  color: #0A1022;
  margin-bottom: 8px;
}

.photocon_intro p span {
  padding: 3px 10px;
  margin: 0 3px 8px;
  font-size: 20px;
  background: #000;
  color: #ffff;
  font-weight: bold;
}

.photo {
  background-color: #EA7A77;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.photo_inner {
  position: relative;
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
}

.photo_title {
  margin-bottom: 30px;
}

.photo_title h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
}

.photo_title p {
  font-size: 16px;
  color: #FFF475;
  text-align: center;
  font-weight: bold;
}

.photocon_photo_lsit {

}

.photo_note {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 26px;
}

.entry {
  background-color: #FA968E;
  padding: 32px 30px 100px;
  position: relative;
  z-index: -1;
}

.entry_inner {
  position: relative;
  max-width: 886px;
  width: 100%;
  margin: 0 auto;
}

.entry_balloon {
  width: 100%;
  border: 2px solid #0B1023;
  border-radius: 20px;
  position: relative;
  z-index: 4;
}

.entry_balloon.period {
  margin-bottom: 65px;
}

.entry_tag {
  position: absolute;
  top: 0;
  left: 68px;
  background-color: #0A1022;
  color: #fff;
  font-size: 20px;
  padding: 4px 22px;
  font-weight: bold;
}

.entry_balloon::before {
  content: '';
  position: absolute;
  background-color: #0B1023;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  border-radius: 18px;
  z-index: -1;
}

.entry_balloon_inner {
  border: 5px solid #EA7A77;
  border-radius: 18px;
  background-color: #fff;
  padding: 0 100px;
}

.entry_balloon.period .entry_balloon_inner {
  height: 149px;
}

.entry_balloon.method .entry_balloon_inner {
  padding-top: 47px;
  padding-bottom: 80px;
}

.entry_period {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.entry_period_sp {
  display: contents;
}

.entry_period p {
  font-size: 24px;
  font-weight: bold;
}

.entry_period p span {
  font-size: 36px;
}

.period_arrow {
  width: 20px;
  position: relative;
  left: -5px;
  top: 4px;
  margin: 0 8px;
}

.step_list {
  margin-bottom: 21px;
}

.step_item {
  display: flex;
  background-color: #FFF4F4;
  border-radius: 10px;
  padding: 20px 30px;
}

.step_list .step_item:first-of-type {
  align-items: center;
  margin-bottom: 20px;
}

.step_logo img {
  width: 88px;
}

.step_detail {
  padding-left: 20px;
}

.step_detail p {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.step_detail p span {
  font-size: 20px;
  font-weight: bold;
  color: #EA7A77;
}

.step_detail p span a {
  color: #EA7A77;
}

.step_detail ul li {
  font-size: 18px;
  position: relative;
  padding-left: 18px;
  line-height: 30px;
  font-weight: bold;
}

.step_detail ul li::before {
    content: "①";
    left: 0;
    top: 0;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
}

.step_detail ul li:nth-of-type(2):before {
    content: "②";
}

.step_detail ul li span {
  color: #EA7A77;
}

.entry_note {
  max-width: 528px;
  margin: 0 auto 23px;
  width: 100%;
}


/* sanka saiyou */
.sannka-syou {
  padding: 24px 0 32px;
  width: 100%;
  text-align: center;
  background: #EA7A77;
  border-radius: 20px;
}
.sannka-syou h2 {
  background: #FFF475;
  border: 2px solid #0A1022;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 0 20px;
  border-radius: 24px;
  font-weight: 700;
}
.sannka-syou .sannka-syou_detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  font-weight: 700;
}

.sannka-syou .sannka-syou_detail span {
  color: #FFF475;
  margin-right: 24px;
}

.description .description_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 32px 0;
  font-size: 18px;
  font-weight: bold;
}
.description .description_text span {
  font-size: 12px;
  font-weight: normal;

}
.entry-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.entry_conclusion .entry_conclusion_img {
  margin: 48px 0;
}
.entry_conclusion .entry_conclusion_img img {
  width: 100%;
}

.entry_conclusion .caption {
  font-size: 12px;
  font-weight: normal;
  display: flex;
  margin-bottom: 32px;
  justify-content: flex-end;
}

.entry_conclusion .entry_conclusion_text-title {
  font-size: 16px;
  color: #EA7A77;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.entry_conclusion .entry_conclusion_text {
  font-size: 14px;
  line-height: 1.8;
}

.entry_conclusion .text {
  color: white;
  font-size: 2rem;
  text-align: center;
}

.entry_conclusion .reverse {
  transform: scaleX(-1);
    display: inline-block;
}

.entry_note li {
  font-size: 12px;
  position: relative;
  padding-left: 13px;
  margin-bottom: 6px;
}

.entry_note li:last-of-type {
  margin-bottom: 0;
}

.entry_note li::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
}

.entry_border {
  width: 100%;
}

/* .entry_conclusion {
  padding-top: 34px;
} */

.entry_conclusion h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.entry_conclusion span {
  font-size: 20px;
  font-weight: bold;
}

.entry_conclusion h4 {
  font-size: 16px;
  font-weight: bold;
  background: #FFF4F4;
  border-radius: 10px;
  color: #EA7A77;
  padding: 8px 24px;
}

.entry_conclusion ul {
  max-width: 646px;
  width: 100%;
  margin: 0 auto;
}

.entry_conclusion ul li {
  font-size: 12px;
  position: relative;
  padding-left: 13px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
}

.entry_conclusion ul li::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
}

.apply_wrapper {
  background-color: #fff;
  padding-top: 100px;
  padding-right: 30px;
  padding-left: 30px;
}

.entry_balloon.apply {
  max-width: 856px;
  margin: 0 auto 118px;
}

.entry_balloon.apply .entry_balloon_inner {
  padding: 0;
  background-color: #EA7A77;
}

.apply_title {
  background-color: #EA7A77;
  width: 100%;
  position: relative;
  padding: 27px 0;
}

.apply_title:hover {
  cursor: pointer;
}

.apply_title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.apply_btn_icon {
  position: absolute;
  width: 48px;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.apply_list {
  background-color: #fff;
  padding: 47px 48px 24px;
  display: none;
  border-radius: 12px;
  position: relative;
  z-index: 3;
  /* top: -4px; */
}

.apply.open .apply_list {
  display: block;
}

.apply_item {
  margin-bottom: 52px;
}

.apply_list .apply_item:last-of-type {
  margin-bottom: 0;
}

.apply_item h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 19px;
  /* padding: 4px 2px; */
}

.apply_item h3 span {
  background-color: #FFF475;
  border: 2px solid #0A1022;
  border-radius: 20px;
  padding: 4px 28px;
}

.apply_item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 14px;
}

.apply_item_text.apply_item_text_date {
  font-size: 16px;
}

.apply_item_note li {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  line-height: 24px;
  padding-left: 13px;
}

.apply_item_note li::before {
    content: "※";
    left: 0;
    top: 0;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
}

.apply_method_list {
  padding-left: 16px;
  margin-bottom: 12px;
}

.apply_method_list li {
  list-style: disc;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.apply_method_list li a {
  color: #0A1022;
}

.apply_item_note {
  margin-bottom: 12px;
}

.page_top {
  position: fixed;
  bottom: 50px;
  z-index: 10;
  right: 50px;
}

.page_top:hover {
  cursor: pointer;
}

.page_top img {
  width: 60px;
}

.logo_wrapper {
  padding: 30px 0;
}

.logo {
  width: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.photocon_footer {
  background-color: #FB968E;
}

.photocon_footer p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 13px 0;
}

.bg_img {
  position: absolute;
}

.bg_img_01 {
  width: 93.58px;
  top: 65px;
  left: -176px;
  animation-delay: 0s;
}

.bg_img_02 {
  width: 126.58px;
  top: 125px;
  right: -220px;
  animation-delay: 1s;
}

.bg_img_03 {
  width: 80px;
  /* right: 3px; */
  left: 71px;
  top: -72px;
  animation-delay: 0.5s;
}

.bg_img_04 {
  width: 205px;
  right: -73px;
  top: -188px;
  z-index: 3;
}

.bg_img_05 {
  width: 162px;
  z-index: 5;
  bottom: -81px;
  left: -60px;
}

.bg_img_05_01 {
  width: 54px;
  z-index: 5;
  bottom: -1px;
  left: -60px;
}

.bg_img_05_02 {
  width: 88.58px;
  z-index: 5;
  bottom: -81px;
  left: 13px;
  animation-delay: 1.5s;
}

.sc-fadeIn {
  opacity: 0;
  transition: 1s;
  transform: translate3d(0, 30px, 0);
}

.sc-fadeIn.sc-active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
  .pc {
      display: none;
  }

  .sp {
      display: block;
  }

  .header_logo {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 19.86vw;
  }

  .header_logo img {
    width: 100%;
  }

  .mv {
    background-color: #FB968E;
    padding-top: 11.73vw;
  }

  .mv_inner {
    display: flex;
    max-width: 1126px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  .mv_info {
    width: 92vw;
    margin: -6.93vw auto 0px;
    opacity: 0;
    order: 2;
    /* position: relative; */
    /* top: 0px; */
    /* margin-top: -47px; */
  }

  .mv_info img {
    width: 100%;
    /* display: block; */
    /* margin: 0 auto; */
  }

  .mv_img {
    width: 100%;
    height: 91.2vw;
    opacity: 0;
    order: 1;
  }

  .mv_img img {
    position: absolute;
  }

  .mv_img_01 {
    width: 55.2vw;
    top: 1.6vw;
    animation-delay: 0s;
  }

  .mv_img_02 {
    width: 91.2vw;
    top: -22%;
    top: 0px;
    left: 4vw;
    animation-delay: 0.5s;
  }

  .mv_img_03 {
    width: 44.533vw;
    top: 18.133vw;
    left: auto;
    right: 0;
    animation-delay: 1.0s;
  }

  .photocon_intro_wrapper {
    background-color: #FB968E;
    padding-top: 10px;
  }

  .photocon_text_flow {
      white-space:nowrap;
      width: 100%;
      height: 58px;
      display: flex;
      align-items: center;
      overflow: hidden;
  }
  .photocon_text_flow ul {
      display: flex;
      align-items: center;
      animation: photocon_text_flow 150s linear infinite;
  }
  .photocon_text_flow li {
      margin-right: 20px;
      font-size: 40px;
      font-weight: bold;
      color: #FFFFFF;
      opacity: 0.1;
  }

  @keyframes photocon_text_flow {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(-100%);
      }
  }

  .photocon_intro {
    display: flex;
    justify-content: center;
    /* padding-top: 52px; */
    /* padding-bottom: 10rem; */
    padding-left: 15px;
    padding-right: 15px;
  }

  .photocon_intro_inner {
    position: relative;
  }

  .photocon_intro p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 27px;
  }

  .photocon_intro p span {
    padding: 2px 7px;
    margin: 0 5px;
    font-size: 16px;
  }
  .photocon_intro_inner {
    font-size: 12px;
    line-height: 1.8;
  }
  .photocon_intro_inner .photocon_intro_text {
    font-size: 14px;
  }


  .photo {
    background-color: #EA7A77;
    padding-top: 30px;
    padding-bottom: 57px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .photo_inner {
    position: relative;
    max-width: 1126px;
    width: 100%;
    margin: 0 auto;
  }

  .photo_title {
    margin-bottom: 30px;
  }

  .photo_title h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2px;
    color: #fff;
  }

  .photo_title p {
    font-size: 12px;
    color: #FFF475;
    text-align: center;
    font-weight: bold;
  }

  .photocon_photo_lsit {

  }

  .photo_note {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    line-height: 24px;
    margin-top: 21px;
  }

  .test {
    width: 100%;
  }

  .entry {
    background-color: #FA968E;
    padding: 70px 0 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .entry_inner {
    position: relative;
    max-width: 886px;
    width: 100%;
    margin: 0 auto;
  }

  .entry_balloon {
    width: 100%;
    border: 2px solid #0B1023;
    border-radius: 20px;
    position: relative;
    z-index: 4;
  }

  .entry_balloon.period {
    margin-bottom: 39px;
  }

  .entry_tag {
    position: absolute;
    top: 0;
    left: 29px;
    background-color: #0A1022;
    color: #fff;
    font-size: 16px;
    padding: 4px 16px;
    font-weight: bold;
  }

  .entry_balloon::before {
    content: '';
    position: absolute;
    background-color: #0B1023;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    border-radius: 18px;
    z-index: -1;
  }

  .entry_balloon_inner {
    border: 7px solid #EA7A77;
    border-radius: 18px;
    background-color: #fff;
    padding: 0 10px;
  }

  .entry_balloon.period .entry_balloon_inner {
    height: 139px;
  }

  .entry_balloon.method .entry_balloon_inner {
    padding-top: 33px;
    padding-bottom: 37px;
  }

  .entry_period {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    /* flex-wrap: wrap; */
  }

  .entry_period_text_2 {
    position: relative;
    left: -7px;
  }

  .entry_period_sp {
    display: flex;
  }

  .entry_period p {
    font-size: 18px;
    font-weight: bold;
    /* line-height: 0; */
  }

  .entry_period p:last-of-type {
    /* width: 100%; */
    /* text-align: center; */
    /* position: relative; */
    /* left: -3px; */
  }

  .entry_period p span {
    font-size: 26px;
  }

  .period_arrow {
    width: 14px;
    position: relative;
    left: -5px;
    top: 4px;
    margin: 0 8px;
  }

  .step_list {
    margin-bottom: 17px;
  }

  .step_item {
    display: flex;
    background-color: #FFF4F4;
    border-radius: 10px;
    align-items: center;
    padding: 11px 0px 18px;
    flex-direction: column;
  }

  .step_list .step_item:first-of-type {
    align-items: center;
    margin-bottom: 20px;
  }

  .step_logo img {
    width: 55px;
    margin-bottom: 7px;
  }

  .step_detail {
    padding-left: 0px;
    padding: 0px 23px;
  }

  .step_detail p {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
  }

  .step_detail p span {
    font-size: 14px;
    font-weight: bold;
    color: #EA7A77;
  }

  .step_detail p span a {
    color: #EA7A77;
  }

  .step_detail ul {
    margin-top: 10px;
  }

  .step_detail ul li {
    font-size: 14px;
    position: relative;
    padding-left: 18px;
    line-height: 22px;
    font-weight: bold;
  }

  .step_detail ul li::before {
      content: "①";
      left: 0;
      top: 0;
      position: absolute;
      font-size: 14px;
      font-weight: bold;
  }

  .step_detail ul li:nth-of-type(2):before {
      content: "②";
  }

  .step_detail ul li span {
    color: #EA7A77;
  }

  .entry_note {
    max-width: 528px;
    margin: 0 auto 11px;
    width: 100%;
  }

  .entry_note li {
    font-size: 11px;
    position: relative;
    padding-left: 13px;
    line-height: 22px;
    margin-bottom: 0px;
    letter-spacing: 0px;
  }

  .entry_note li:last-of-type {
    margin-bottom: 0;
  }

  .entry_note li::before {
    content: "※";
    left: 0;
    top: 0;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
  }

  .entry_border {
    width: 100%;
  }

  .entry_conclusion {
    padding-top: 20px;
  }

  .entry_conclusion h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .entry_conclusion span{
      font-size: 14px;
    }

  .entry_conclusion ul {
    max-width: 646px;
    width: 100%;
    margin: 0 auto;
  }

  .entry_conclusion ul li {
    font-size: 11px;
    position: relative;
    padding-left: 13px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .entry_conclusion ul li::before {
    content: "※";
    left: 0;
    top: 0;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
  }

  .apply_wrapper {
    background-color: #fff;
    padding-top: 41px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .entry_balloon.apply {
    max-width: 856px;
    margin: 0 auto 78px;
  }

  .entry_balloon.apply .entry_balloon_inner {
    padding: 0;
    background-color: #EA7A77;
  }

  .apply_title {
    background-color: #EA7A77;
    width: 100%;
    position: relative;
    padding: 11px 0;
  }

  .apply_title:hover {
    cursor: pointer;
  }

  .apply_title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .apply_btn_icon {
    position: absolute;
    width: 36px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .apply_list {
    background-color: #fff;
    padding: 26px 10px 5px;
    display: none;
    border-radius: 12px;
    position: relative;
    z-index: 3;
    margin-top: 8px;
    /* top: -4px; */
  }

  .apply.open .apply_list {
    display: block;
  }

  .apply_item {
    margin-bottom: 34px;
  }

  .apply_list .apply_item:last-of-type {
    margin-bottom: 0;
  }

  .apply_item h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    /* padding: 4px 2px; */
  }

  .apply_item h3 span {
    background-color: #FFF475;
    border: 2px solid #0A1022;
    border-radius: 20px;
    padding: 5px 19px;
  }

  .apply_item_text {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 14px;
    letter-spacing: 0px;
  }

  .apply_item_text.apply_item_text_date {
    font-size: 12px;
  }

  .apply_item_note li {
    font-size: 11px;
    font-weight: 500;
    position: relative;
    line-height: 22px;
    padding-left: 13px;
  }

  .apply_item_note li::before {
      content: "※";
      left: 0;
      top: 0;
      position: absolute;
      font-size: 12px;
      font-weight: bold;
  }

  .apply_method_list {
    padding-left: 16px;
    margin-bottom: 12px;
  }

  .apply_method_list li {
    list-style: disc;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
  }

  .apply_item_note {
    margin-bottom: 12px;
  }

  .page_top {
    position: fixed;
    bottom: 61px;
    z-index: 10;
    right: 16px;
  }

  .page_top:hover {
    cursor: pointer;
  }

  .page_top img {
    width: 60px;
  }

  .logo {
    width: 142px;
    display: block;
  }

  .photocon_footer {
    background-color: #FB968E;
  }

  .photocon_footer p {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 13px 0;
  }

  .bg_img {
    position: absolute;
  }

  .bg_img_01 {
    width: 23px;
    top: auto;
    bottom: -5rem;
    left: -5px;
    animation-delay: 0s;
  }

  .bg_img_02 {
    width: 22px;
    top: -40px;
    right: -7px;
    animation-delay: 1s;
  }

  .bg_img_03 {
    width: 54px;
    left: 26px;
    top: -43px;
    animation-delay: 0.5s;
  }

  .bg_img_04 {
    width: 140px;
    right: 0;
    top: -131px;
    z-index: 3;
  }

  .bg_img_05 {
    width: 101px;
    z-index: 5;
    bottom: -83px;
    left: 5px;
  }

  .bg_img_05_01 {
    width: 37.2px;
    z-index: 5;
    bottom: -68px;
    left: 5px;
  }

  .bg_img_05_02 {
    width: 60.9px;
    z-index: 5;
    bottom: -83px;
    left: 45px;
  }

  .sc-fadeIn {
    opacity: 0;
    transition: 1s;
    transform: translate3d(0, 30px, 0);
  }

  .sc-fadeIn.sc-active {
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
}