.banner-wrap img {
  height: unset;
  object-fit: contain;
}

.kit-wrap {
  padding: 60px 0;
}
.kit-wrap .rw {
  display: flex;
}
.kit-wrap .rw img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.kit-wrap .kit {
  display: flex;
}
.kit-wrap .video {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.kit-wrap .video:hover .mask {
  background: rgba(0, 0, 0, .3);
}
.kit-wrap .video:hover .mask img {
  transform: scale(1.1);
}
.kit-wrap .video .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  transition: background .3s ease;
  cursor: pointer;
}
.kit-wrap .video .mask img {
  transition: transform .3s ease;
}
.kit-wrap .kit-image {
  margin-left: 1.0417vw;
}

.kit-wrap .rw .desc {
  margin-left: 20px;
  flex: 1;
}
.kit-wrap .rw .desc .rich-text {
  margin-top: 30px;
}
.kit-wrap .rw .desc h3 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin: unset;
  padding: 40px 0 20px;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.kit-wrap .rw .desc p {
  font-size: 18px;
  color: #333333;
  margin: unset;
}
.kit-wrap .rw .desc p + p {
  margin-top: 15px;
}

@media screen and (max-width: 1720px) {
  .kit-wrap .rw {
    display: block;
  }
  .kit-wrap .rw .kit {
    justify-content: center;
  }
  .kit-wrap .rw .kit .video {
    flex: 1;
  }
  .kit-wrap .rw .kit .kit-image {
    flex: 1.3;
  }
  .kit-wrap .rw .desc {
    margin-left: unset;
  }
}


@media screen and (max-width: 640px) {
  .kit-wrap {
    padding: 30px 0;
  }
  .kit-wrap .rw .desc h3 {
    white-space: pre-wrap;
    font-size: 16px;
    padding: 30px 0 20px;
  }
  .kit-wrap .rw .desc .rich-text {
    margin-top: 20px;
  }
  .kit-wrap .rw .desc p {
    font-size: 14px;
    color: #333;
  }
}
