.product__main-image img {
  display: block;
  margin: 0 auto;
    background-color: #eee;
  object-fit: contain;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.product__name {
  text-align: center;
  font-family:'Times New Roman','Lato', serif;
}

.product__title {
  text-align: center;
  font-size: 1.3em;
  color: #3a3a3a;
  font-weight: 600;
  letter-spacing: .1em;
  margin: 1.2em 0;
   font-family:'Lato', serif;
}

.product__price {
  font-size: 1.5em;
  letter-spacing: .05em;
  text-align: center;
  font-family:'Times New Roman','Lato', serif;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  font-size: 1.2em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 1.5px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 2em 0;
}

.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: 0.8em;
}

.btn--addcart {
  padding: .7em 0;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}

.product__info {
  background: #f5f5f5;
  padding: 2em 0;
  margin: 3em 0;
}

.product__info__list {
  margin: 0em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .8em;
  line-height: 1.6;
  margin: .2em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}
.sns__info__list__unit {
    list-style-type: none;
  font-size: .8em;
  line-height: 1.6;
  margin: 0;
  margin-right: 2px;
  float:left;
 
}
.product__stock{
  font-size: 1em;
    text-align: center;
}
.product__order {
      text-align: center;
}
.attention{
   margin-left:1em;
  width:95%;
 font-size: 95%;
}
.attention dd{
margin-bottom:0.6em;
}
.attention p{
  font-size: 80%;
}
@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
  }

  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

