/*==========================================================
PRODUCT
==========================================================*/
/* product */
.product__section h2 {
  border-bottom: none;
  font-size: 28px;
  color: #333;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: .5em;
}
.product__name.visible-phone {
  border-bottom: 1px solid #000;
  padding-bottom: .5em;
  margin-bottom: 10px;
  font-size: 23px;
  display: none;
}
.product__model {
  color: #efefef;
}
.product__image {
  padding: 0 4.15%;
}
.product__image-main {
  text-align: center;
  background: #efefef;
  margin-bottom: 20px;
}
.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 5px;
}
.image__thumb {
  border: 2px solid #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image__thumb:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.image__thumb--active {
  border: 2px solid #960014;
}
.product__info {
  margin-top: 20px;
}
.product__guide {
  padding: 0 0 60px;
}
.product__prices {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #960014;
}
.product__prices.col-lg-4 {
  width:40.3333333%;
}
.product__price-part {
  font-size: 20px;
}
.product__price-establish {
  color: #efefef;
}
.product__discount {
  color: #ff0000;
}
.product__stock-str {
  padding-top: 30px;
  font-size: 20px;
}
.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}
.product__order {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.product__order .order {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.product__order .order:before, .product__order .order:after {
  content: none;
}
.product__order .order .col {
  float: none;
  margin: 0;
}
.product__explain--simple {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 2.0;
  font-size: 1.14em;
  /*letter-spacing: 0.05em;*/
  font-feature-settings: "none";
}
.product__explain--simple strong{
  font-weight: 600;
  color: #1a1a43;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.126em;
}
.product__explain {
  line-height: 2.0;
  letter-spacing: 0.05em;
}
.product__explain a{
  color: #960014;
  text-decoration: underline;
}
.product__explain a:hover {
  color: #005580;
}
.product__table {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 50px;
}
.product__table th, .product__table td {
  padding: 5px 20px;
  border-top: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
.product__table th {
  background: #efefef;
  width: 35%;
  font-weight: normal;
}
.product_links {
  margin-top: 50px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
  position: relative;
}

.option-list__select, .text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #666;
}

.init-list__name {
  display: none;
}

.init-list__detail {
  border: 1px solid #000;
}

.init-list__detail-num {
  width: 100%;
  height: auto;
  line-height: 50px;
  display: inline-block;
  border: 0 none;
  font-size: 16px;
  padding: 0 25px 0 15px;
}

.init-list__detail-updw {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
}
.order-btn-list.col-lg-6 {
  width:43%;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin-bottom: 40px;
}
.option-table table {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.option-table table th, .option-table table td {
  padding: 5px 20px;
  border-top: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
.option-table table th {
  font-weight: normal;
  background: #efefef;
  width: 35%;
}
.option-table table td.cell_2 div {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
.option-table table td.cell_2 div input {
  margin-top: 0;
}
.option-table table td.cell_2 label {
  display: inline-block !important;
  vertical-align: middle;
  margin-bottom: 0;
}
.option-table table td.select {
  background: #f8f2f3;
}
.option-table .stock_head {
  display: none;
}

.related-list {
  text-align: right;
}

.related-list__unit {
  margin-bottom: 5px;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th, .option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

@media (max-width: 768px) {
  .product__name.visible-phone {
    display: none !important;
  }
  .product__name.hidden-phone {
    display: inherit !important;
  }
}
@media (max-width: 480px) {
  .product__prices.col-xs-12{
      width:100%;
  }
  .order-btn-list.col-xs-8{
     width:66.6666667%;
  }
  .product__name.hidden-phone {
    display: hidden !important;
  }
  .product__name.visible-phone {
    display: inherit !important;
  }
  .product__image {
    margin-bottom: 0px;
    padding:0;
  }
  .product__image-main {
    margin-bottom: 10px;
  }
  .product__order {
    padding: 20px 0;
  }
  .product__order .order {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product__order .order .product__prices.col {
    padding: 20px 0;
  }
  .product__explain--simple {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.57;
    font-size: 1em;
  }
  .product__order + .product__explain {
    padding-top: 20px;
  }
  .product__explain {
    line-height: 1.57;
  }
  .product__table {
    margin-bottom: 25px;
  }
  .product__table th, .product__table td {
    padding: 5px 10px;
  }
  .product__table th {
    width: 30%;
  }
  .product_links {
    margin-top: 25px;
  }

  .option-table {
    margin-bottom: 0;
  }
  .option-table table th, .option-table table td {
    padding: 5px 10px;
  }
  .option-table table th {
    width: 30%;
  }
}
