#mv-img {
  height: calc(100vh - 198px);
}

#mv-title {
  top: 22%;
  left: 3%;
  font-size: clamp(18px, calc(-6.799076212471132px + 3.233256351039261vw), 32px);
}

#story-box2 {
  height: calc(100vh - 53px);
  display: flex;
  align-items: flex-start;
}
#story-img {
  flex-basis: 50%;
}

#about {
  height: calc(100vh - 53px);
}

#about-img {
  margin-top: 40px;
  min-height: calc(100vh - 79.5px + 33px + 80px);
  position: relative;
  .child {
    position: absolute;

    img {
      width: 100%;
    }
  }

  #about-img-hanger {
    max-width: 1000px;
    position: absolute;
    top: 0%;
    left: 10%;
    z-index: -1;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .sp-flex .child:nth-child(n + 1) {
    width: clamp(170px, calc(-61.948955916473324px + 30.162412993039446vw), 300px);
    height: auto;
  }

  #about-img-1 {
    top: 0%;
    left: 15%;
  }

  #about-img-2 {
    left: 0;
    transform: translatey(90%);
  }

  #about-img-3 {
    top: 0;
    right: 10%;
  }

  #about-img-4 {
    right: 0;
    transform: translatey(75%);
  }
}
