@charset "UTF-8";
@media (max-width: 768px){
  body::before {
    background:url("/assets/img/pages/models/bg/bunny_bg_01.png") repeat center top !important;
    background-size: cover !important;
    display: block;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    content: "";
    z-index: -1;
    opacity: 1.0 !important;
  }
  .item-img {
    height: 58.5vw !important;
  }
}