#story-box2 {
  flex-direction: column;
}
#about-img-hanger {
  left: 0%;
}
#about-img {
  min-height: 400px;
}

#mv-title {
  top: 22%;
  left: 3%;
  font-size: clamp(13px, calc(9.794871794871796px + 1.0683760683760684vw), 18px);
}
#mv-img {
  object-position: left 33% top 0;
}

#about-img-hanger {
  top: 10%;
}

.sp-flex .child:nth-child(n + 1) {
  width: clamp(140px, calc(114.35897435897436px + 8.547008547008547vw), 180px);
}
/* #about-img-1 {
  bottom: 10%;
  left: 0;
}

#about-img-2 {

  bottom: 10%;
  right: 0;
}

#about-img-3 {
  bottom: -25%;
}

#about-img-4 {
  bottom: -25%;
  right: 0;
} */

#about-img {
  margin-top: 40px;

  .child {
    img {
      width: 100%;
    }
  }

  #about-img-hanger {
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
.sp-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
