.product__header {
  border-bottom: 1px solid #D6C3C3;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
.product__header .category {
  font-size: .75rem;
  margin-bottom: .75rem;
}
.product__header .flg {
  margin-bottom: 4px;
}
.product__header .ttl {
  line-height: 1.25;
  margin-bottom: 1rem;
}
.product__header .priceBox {
  font-size: .813rem;
  color: #919191;
  margin-bottom: 0;
}
.product__header .priceBox s {
  display: inline-block;
  margin-bottom: 2px;
}
.product__header .priceBox .discount {
  display: block;
  font-size: .938rem;
}
.product__header .priceBox .price {
  font-size: .938rem;
}

.product__detail a {
    text-decoration: underline;
}
.product__detail a:hover {
    text-decoration: none;
}

.product__detail .block {
   margin: 30px 0;
}

.fitment-link,
.sizing-link {
   margin: 15px 0 0;
}
.fitment-link a,
.sizing-link a {
  color: #5F5C5C;
}

.product__select-table {
  width: 100%;
}
.product__select-table th {
  width: 70px;
  padding-top: 20px;
}
.product__select-table  td {
  padding-top: 20px;
}
.product__select-table select {
  width: 100%;
  border: 1px solid #D0D0D0;
}
.adjust_content {
  display: flex;
}
.adjust_content input[type="text"] {
  width: 80px;
  text-align: center;
  border: 1px solid #D0D0D0;
}
.adjust-btn {
  width: 25px;
  height: 40px;
  padding: 0;
  border: 1px solid #D0D0D0;
}
.adjust-btn.adjust-btn_minus {
  border-right: none;
}
.adjust-btn.adjust-btn_plus {
  border-left: none;
}

button.add-cart {
  padding: 1rem;
  width: 100%;
}

.stock_error {
  font-weight: bold;
  color: #B20000;
}

.description {
  margin: 20px 0 45px;
  line-height: 2;
}
.product__detail .description table td {
    color: #777777;
}


#movie .section__header .label {
  display: block;
  margin-bottom: 15px;
  letter-spacing: .1em;
}
#movie .section__header .social-link {
  display: block;
}
#movie .section__header .social-link a {
  color: #5F5C5C;
  text-decoration: underline;
  margin-top: 15px;
}
#movie .section__header .social-link a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #movie video {
    margin-bottom: 30px;
  }
}

#fitment {
  margin-bottom: 80px;
}
#fitment .sizing-list .list {
  padding: 10px 15px 30px;
}
#fitment .sizing-list .list .imgBox {
  margin-bottom: 20px;
}
#fitment .sizing-list .list .ttl {
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#fitment .sizing-list .list p {
  margin-bottom: 0;
}

#history {
  border-top: 1px solid #707070;
}

@media only screen and (max-width: 767px) {
  .product__header {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product__select-table th {
    width: 100px;
  }
  .product__select-table select {
    width: 200px;
  }
  .description {
    margin: 45px 0;
  }
  #fitment {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  #fitment {
    margin-bottom: 120px;
  }
  #fitment .sizing-list {
    margin-right: -20px;
    margin-left: -20px
  }
  #fitment .sizing-list .list {
    padding: 10px 20px 30px;
  }
}