@charset "UTF-8";

/*------MVイラスト画像変更_260501------*/
#lv_outer:before {
  background: url(/common/upload_data/smile-station-warakucom2/image/20260501162220.png) no-repeat;
  background-size: contain;
  height: 150px;
  width: 203px;
}
@media screen and (max-width: 768px) {
  #lv_outer:before {
      width: 162px;
      height: 120px;
  }
}
@media screen and (max-width: 550px) {
  #lv_outer:before {
      width: 135px;
      height: 100px;
  }
}