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

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

.home .box_mv .kinga {
  position: absolute;
  left: 0;
  right: 0;
  top: -220px;
  bottom: 0;
  margin: auto;
  width: 750px;
}
@media screen and (max-width: 768px) {
  .home .box_mv .kinga {
    top: -120px;
    width: 85%;
  }
}

.home .box_mv .catch {
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  bottom: 0;
  margin: auto;
  width: 360px;
}
@media screen and (max-width: 768px) {
  .home .box_mv .catch {
    top: 180px;
    width: 40%;
  }
}