@charset "UTF-8";
/* ｃｓｓ */
html body .page_wrap {
  padding-bottom: 300px;
}
html body .page_wrap .hero_images {
  display: none !important;
}
html body .page_wrap .content {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  margin-top: 0;
}
html body .page_wrap .content section.main_post .main_post_wrap {
  background-color: #fff !important;
  padding-top: 320px;
}
html body .page_wrap .content .post_body #webike-moto .row .card .card-img img {
  height: auto !important;
}
html body .page_wrap .content .post_body #webike-moto .row .card .card-body table {
  width: 100%;
}
html body .page_wrap .content .post_body #webike-moto .row .card .card-body .card-bike-name span.modelGradeAdd {
  font-size: 20px !important;
  margin-left: 10px;
}
html body .page_wrap .content .post_body #webike-moto .row .card .card-body .bike-stock-note .warehouse {
  color: #444 !important;
  border: none !important;
}
html body .page_wrap .content .post_body #webike-moto .row .card .card-body .moto-model-info {
  margin-bottom: 20px;
}
html body .page_wrap .content .post_body #webike-moto .row .card .card-body .card-text .bike-price {
  font-size: 2rem !important;
  font-weight: 100 !important;
}
html body .page_wrap .content .post_body #webike-moto .row .card .card-body .card-text .total {
  font-size: 3rem !important;
}
html body .page_wrap .content .post_body #webike-moto .row .card a.btn-phone-qa {
  border-radius: 10px;
  background-color: #0299c7 !important;
}
html body .page_wrap .content .post_body #webike-moto .row .card a.btn-phone-qa:hover {
  background-color: #0740bd !important;
}
html body .page_wrap .content .post_body #webike-moto .row .card a.btn-qa {
  border-radius: 10px;
  background-color: #a00 !important;
  margin-bottom: 30px;
}
html body .page_wrap .content .post_body #webike-moto .row .card a.btn-qa:hover {
  background-color: #f00 !important;
}
html body .page_wrap .content .post_body #webike-moto .row .sold_card .sold-out img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#webike-moto.webike-moto-bike-list .card-img.sold-out::after {
  display: block;
  position: absolute;
  top: 45% !important;
  left: 30% !important;
  color: #fff !important;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  content: "SOLD OUT";
  transform: translate(-50%, -50%);
  transform: rotate(-0.05turn) !important;
  border: 4px solid #fff !important;
  background-color: transparent !important;
  padding: 0 0.5em;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: rotate(-0.05turn) !important;
}

#webike-moto a.btn-wp.btn-qa.sold-out {
  display: none !important;
}

#webike-moto .bike-stock-note.bike-list .warehouse {
  display: none !important;
}

@media screen and (max-width: 767px) {
  html body .page_wrap .content .single_ttl {
    text-align: center;
  }
  html body .page_wrap .content .post_body #webike-moto .row .card .card-img img {
    height: auto !important;
  }
}