@charset "UTF-8";

#mv:after {
    content: '';
    background: url(/common/upload_data/kimonorental-kirarajp/image/20241205144252.png);
    background-repeat: no-repeat;
    background-size: 450px;
    background-position-x: 50px;
    background-position-y: center;
  }
  
  @media screen and (max-width: 768px) {
  #mv:after {
    background-size: 250px;
    background-position-x: center;
    background-position-y: 0;
    position: relative;
    top: -200px;
  }
  }