.u-section-1 .u-sheet-1 {
  min-height: 500px;
}

.u-section-1 .u-image-1 {
  width: 570px;
  height: 764px;
  box-shadow: -2px 2px 8px 0 rgba(128,128,128,1);
  object-position: 50% 100%;
  background-position: 50% 100%;
  animation-duration: 1000ms;
  margin: 60px auto;
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 460px;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 724px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 192px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 456px;
  }
}