@charset "utf-8";

/* --------------------------------------------
  ラグビーページオリジナル部分（キックの画像）
-------------------------------------------- */

@media print, screen and (min-width: 768px) {
  #bg-image {
    height: 527px;
    background: url(/showroom/handicraft/amigurumi/rugby-ball/img/bg_002.jpg) no-repeat center center / cover;
  }
}

@media print, screen and (max-width: 767px) {
  #bg-image {
    height: calc(621 / 767 * 100vw);
    background: url(/showroom/handicraft/amigurumi/rugby-ball/img/bg_002_sp.jpg) no-repeat center center / cover;
  }
}