/* p-top
---------------------------------------------------------------------------- */
.p-top-mv img {
  width: 682px;
  height: 453px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-top-mv img {
    width: 53.28vw;
    height: 35.39vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv img {
    width: 100%;
    height: auto;
    position: initial;
  }
}
