@charset "utf-8";

/* bg image */
#stockcar::after {
  background-image: url(/sp/images/bg/bg-stockcar.jpg);
}

/* stockcar */
.stockcar .head {
  font-size: 5.06vw;
  color: #7b0002;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}
.stockcar .text {
  margin: 5.33vw 0 0;
  font-size: 3.73vw;
  line-height: 1.6;
}
.stockcar .space {
  margin-top: 1.6em;
}

/* stocklist */
.contents_name {
  position: absolute;
  top: -6.6vw;
  left: 0;
  right: 0;
  width: 80vw;
  padding: 2vw 0 2.27vw;
  margin: 0 auto;
  font-size: 4.66vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #a40035;
  border-radius: 8px 8px 0 0 / 8px 8px 0 0;
}
.listtitle {
  width: 86.6vw;
  margin: 10.66vw auto 0;
  padding: 8.66vw 0 7.33vw;
  border-top: 1px solid #000;
}
.listtitle .head {
  font-size: 5.06vw;
  font-weight: bold;
  color: #a40000;
  text-align: center;
}
.listtitle .text {
  font-size: 4vw;
  text-align: center;
}
.stocklist {
  width: 92vw;
  margin: 0 auto;
  padding-bottom: 16vw;
}
.stocklist li {
  width: 100%;
  padding: 2.2vw 2.66vw;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#bababa));
  background: linear-gradient(#e6e6e6, #bababa);
}
.stocklist a {
  display: block;
  color: #000;
}
.stocklist .image {
  display: table-cell;
  width: 34vw;
  font-size: 0;
  vertical-align: middle;
}
.stocklist .data {
  display: table-cell;
  padding-left: 3.33vw;
  vertical-align: middle;
}
.stocklist .carname {
  display: table-cell;
  height: 2.7em;
  font-size: 3.33vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  vertical-align: middle;
}
.stocklist dl {
  margin-top: 1vw;
  line-height: 0.75em;
}
.stocklist dt {
  display: inline-block;
  font-size: 2.4vw;
  font-weight: bold;
}
.stocklist dt.price {
  display: inline-block;
  font-size: 2.4vw;
  font-weight: bold;
}
.stocklist dd {
  display: inline-block;
  font-size: 2.93vw;
  font-weight: bold;
}
.stocklist dd.price {
  display: inline-block;
  margin-left: .2em;
  font-size: 3.73vw;
  font-weight: bold;
  color: #a40000;
}

/* stockcar detail */
#stockcar_detail::after {
  background-image: url(/sp/images/bg/bg-detail.jpg);
}
#parts_detail::after {
  display: inline-block;
  background-image: url(/images/bg/bg-parts-detail.jpg);
  width: 150%;
  left: 65%;
  transform: translateX(-50%);
}

/* detailimage */
.detailimage {
  font-size: 0;
}
.detailimage .head {
  text-align: justify;
  word-break: break-all;
  background: #292929;
}
.detailimage .slick-prev {
  position: absolute;
  top: 38vw;
  left: 4.26vw;
  z-index: 999;
}
.detailimage .slick-next {
  position: absolute;
  top: 38vw;
  right: 4.26vw;
  z-index: 999;
}
.slick-slide {
  width: 100vw;
}

.detailimage .name {
  display: inline-block;
  padding: 4vw 6.66vw;
  font-size: 5.06vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.asnavi .thumbnail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  font-size: 0;
}
.asnavi .thumbnail li {
  width: 16%;
  margin: 0.8% 0.8% 0 0;
}
.asnavi .thumbnail li:nth-child(6n) {
  margin: 0.8% 0 0 0;
}

/* comment */
.comment {
  width: 86.6vw;
  margin: 0 auto;
}
.comment .head {
  margin: 6vw 0;
  font-size: 4.66vw;
  font-weight: bold;
  line-height: 1.28;
  color: #9d0013;
}

/* detaildata */
.detaildata {
  width: 92vw;
  margin: 0 auto;
}
.detaildata .datalist li {
  margin-bottom: 0.66vw;
}
.detaildata .price {
  margin-bottom: 1.73vw;
}
.detaildata .sp_popup {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}
.detaildata .datalist dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0;
}
.detaildata .datalist dt {
  width: 27.46vw;
  padding: 1.33vw 0;
  font-size: 3.53vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #7f0101;
}
.detaildata .price dt {
  padding: 5.33vw 0;
}
.detaildata .datalist dd {
  display: inline-block;
  width: 62.66vw;
  padding: 1.33vw 0;
  font-size: 3.53vw;
  font-weight: bold;
  text-align: center;
  background: #eee;
}
.detaildata .price dd {
  padding: 4.12vw 0;
  font-size: 5.33vw;
  font-weight: bold;
  color: #a40000;
}
.detaildata .price_popup {
  display: none;
  padding: 40px 24px;
  background: #fff;
}
.detaildata .price_popup dl:not(:first-child) {
  margin-top: 40px;
}
.detaildata .price_popup dt {
  color: #9d0013;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.detaildata .price_popup dd {
  margin-top: 8px;
}
.detaildata .price_popup ul {
  margin-top: 8px;
}
.detaildata .price_popup li {
  font-size: 12px;
  line-height: 1.6;
}
.detaildata .price_popup .text {
  font-size: 12px;
  line-height: 1.6;
}
.detaildata .price_popup .formula {
  margin-top: 16px;
  font-size: 15px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  border: 1px solid #cacaca;
}
.detaildata .price_popup .notes {
  font-size: 11px;
  line-height: 2;
}
.detaildata .price_popup .attention {
  margin-top: 20px;
  color: #9d0013;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.detaildata .price_popup .annotation {
  margin-top: 32px;
  color: #9d0013;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

#parts_detail .detaildata {
  margin-top: 20px;
}
.pr_comment {
  width: 86.66vw;
  margin: 7.33vw auto 6vw;
}
.pr_comment dt {
  padding: 1.6vw 0;
  font-size: 3.73vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #535353;
}
.pr_comment dd {
  padding-top: 4vw;
  font-size: 3.73vw;
  line-height: 1.6;
}

/* detailoption */
.detailoption {
  width: 92vw;
  margin: 0 auto;
}
.detailoption li {
  margin-bottom: 0.66vw;
}
.detailoption dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0;
}
.detailoption dt {
  width: 39.46vw;
  padding: 1.33vw 0;
  font-size: 3.53vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #626262;
}
.detailoption dd {
  display: inline-block;
  width: 50.13vw;
  padding: 1.33vw 0;
  font-size: 3.53vw;
  font-weight: bold;
  text-align: center;
  background: #eee;
}
.equip_comment {
  width: 86.66vw;
  margin: 7.33vw auto 6vw;
}
.equip_comment dt {
  padding: 1.6vw 0;
  font-size: 3.73vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #535353;
}
.equip_comment dd {
  padding-top: 4vw;
  font-size: 3.33vw;
  line-height: 1.44;
}

/* contact */
.contact .head {
  font-size: 5.06vw;
  color: #7b0002;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}
.contact .text {
  margin: 5.33vw 0 10vw;
  font-size: 12px;
  line-height: 1.7;
}
.contact_mail {
  width: 86.6vw;
  margin: 0 auto;
  background: #434343;
}
.contact_mail a {
  display: block;
  padding: 4vw 0;
  font-size: 3.73vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* form */
.form .err {
  min-height: 0;
  margin-top: 40px;
  font-size: 14px;
  color: #f00;
  border-radius: 4px;
}
.form form {
  width: 82.66vw;
  margin: 0 auto;
}
.form table {
  width: 100%;
  font-weight: bold;
}
.form tr {
  display: block;
  margin: 5.33vw 0;
  text-align: left;
}
.form th {
  display: block;
  margin-bottom: 1vw;
  font-size: 3.33vw;
}
.form td {
  display: block;
  font-size: 3.33vw;
}
.form .required {
  font-size: 3.33vw;
  color: #f00;
}
input[name="name"],
input[name="your-name"],
input[name="kana"],
input[name="tel"],
input[name="email"],
input[name="address"] {
  width: 100%;
}
textarea[name="comment"] {
  width: 100%;
}
input[name="insert"],
input.insert {
  width: 100%;
  padding: 4vw 0;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  background: #9d0013;
}
.submit {
  margin: 0 -1.97vw;
}

/* form reset */
input[type="text"] {
  height: 30px;
  padding: 0;
  outline: none;
  background: none;
  border: 1px solid #aaa;
  box-shadow: 1px 1px 2px 0 #ccc inset;
  box-sizing: border-box;
  border-radius: 2px;
}
input[type="radio"] {
  margin: 0;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  outline: none;
  background: transparent;
  border: 1px solid #aaa;
  box-shadow: 1px 1px 2px 0 #ccc inset;
  box-sizing: border-box;
  border-radius: 2px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

/* complete */
.complete {
  padding: 50px 0;
  text-align: center;
}
.complete .bodytext {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.complete a {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}
