@charset "utf-8";

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

@media print, screen and (min-width: 768px) {
  #bg-image {
    height: 527px;
    background: url(/showroom/handicraft/amigurumi/yzf-r1m_muffler/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/yzf-r1m_muffler/img/bg_002_sp.jpg) no-repeat center center / cover;
  }
}

/* iPhone5/SE用 */
@media print, screen and (max-width: 340px){
  .btn-seeDetail span {
    font-size: 1.3rem;
  }
}

/* --------------------------------------------
  .warning
-------------------------------------------- */

@media print, screen and (min-width: 768px) {
  #rwd-content .warning {
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #rwd-content .warning-img {
    width: 65px;
    /* height: 60px; */
  }
  #rwd-content p.warning-text {
    width: calc(100% - 82px);
    text-align: left;
    line-height: 1.75;
    color: #bd0000;
  }
}

@media print, screen and (max-width: 767px) {
  #rwd-content .warning{
    margin-bottom: 48px;
  }
  #rwd-content .warning-img {
    display: block;
    margin: 20px auto;
    width: 65px;
  }
  #rwd-content p.warning-text {
    font-size: 1.6rem;
    line-height: 1.625;
    color: #bd0000;
  }
}