@charset "EUC-JP";

/*---------- 商品詳細ページ ----------*/

.item .contents-wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.item .txt-area {
  font-size: 13px;
}
.item .txt-area h3 {
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 20px;
}
.item .txt-area h3 span {
  font-size: 13px;
  padding-left: 10px;
}
.item .txt-area p.brand {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 15px;
  color: #888572;
  margin-bottom: 0;
}
.item .txt-area p {
  font-size: 13px;
  line-height: 1.7;
  margin: 15px 0 0;
}

/* 商品画像切り替え */
.mainImage figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  display: block;
  margin: 0;
}
.mainImage img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  height:auto;
  max-width: initial;
  max-height: 100%;
}
.thumbnails{
  display: flex;
  justify-content: center;
  padding: 0;
  margin:1px auto 0 !important;
}
.thumbnails figure {
  position: relative;
  width: 20%;
  height: 0;
  padding-bottom: 14%;
  overflow: hidden;
  background-color: #ccc;
  margin: 0 1px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumbnails figure:hover {
  opacity: 0.8;
}
.thumbnails img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  height:auto;
  max-width: 100%;
  max-height:initial;
}

/* 商品画像スライダー */
.thumbnail { max-width: 100%; margin: 0 auto 5px; padding: 0;}
.thumbnail img,.thumbnail-nav img{ width: 100%;}
.thumbnail-thumb { max-width: 100%; margin: 0 auto;}
.thumbnail-thumb .slick-slide { margin-right: 5px; }
.thumbnail-thumb li { margin: 5px;}
.thumbnail-thumb .slick-current { opacity: 0.5;}
.thumbnail-thumb div div div { cursor: pointer;}

/* 商品カート周り */
.item #item-cart table {
  margin: 0;
}
.item #item-cart table th, .item #item-cart table td {
  padding: 13px 0;
  font-size: 13px;
}
.item #item-cart table th {
  width: 20%;
  text-align: left;
  white-space: nowrap;
  padding-right: 15px;
  font-weight: bold;
}
.item #item-cart .price span {
  font-size: 25px;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.5px;
}
.item #item-cart .price span em {
  font-size: 65%;
  font-style: normal;
}
.product-order {
  margin: 20px 0 0;
}
.item #item-cart .number span {
  font-weight: bold;
  padding-right: 10px;
}
.item #item-cart .number input {
  padding: 5px 10px;
  background: #efefef;
  font-size: 15px;
  text-align: center;
  width: 30%;
  height: 35px;
  border: none;
  border-radius: 3px;
}
.item #item-cart .number .btn {
  margin: 0;
  width: 35px;
  height: 35px;
}
.item #item-cart .number .btn.up:before {
  content: "\f106";
}
.item #item-cart .number .btn.down:before {
  content: "\f107";
}
.item #item-cart .btn-addcart {
  width: 100%;
  background: #cc5074;
  border: none;
  border-bottom: 5px solid #a12f50;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  margin: 20px 0;
}
.item #item-cart .btn-addcart:before , .item #item-cart .btn-out:before {
  font: normal normal normal 14px/1 FontAwesome;
    content: "\f07a";
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    vertical-align: text-bottom;
}
.item #item-cart .btn-addcart:hover {
  background: #a12f50 !important;
  border-bottom: 5px solid #7a233c;
}
.item #item-cart .btn-out {
  width: 100%;
  background: #eee;
  border: none;
  border-bottom: 5px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding: 15px;
  margin: 20px 0;
}
.item #item-cart .btn-out:hover {
  background: #eee !important;
  border-bottom: 5px solid #ccc;
}

.item #item-cart ul.about-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.item #item-cart ul.about-list li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  font-size: 10px;
  padding-right: 5px;
}
.item #item-cart ul.about-list li a {
  font-size: 12px;
}
.item #item-cart .share-btn {
  margin-top: 20px;
}
.item #item-cart .share-btn li {
  display: inline-block;
  margin: 0 5px 0 0;
}

/* 商品説明文 */
.item .item-exp {
  background: #faf9f8;
  padding: 30px;
  margin: 30px 0;
  line-height: 1.8;
}
.item .item-exp p {
  line-height: 1.8;
}
.item .item-exp p a , .item .item-exp .col-md-8 a{
  text-decoration: underline;
}
.item .item-exp h4 span {
  padding-left: 10px;
  letter-spacing: 0.5px;
}
.item .item-exp table {
  margin: 20px 0;
  border-top: 3px solid #eee;
  background: #fff;
  font-size: 13px;
}

/* 関連グループ */
.product-order-exp ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
}
.product-order-exp ul li {
  margin-right: 10px;
}
.product-order-exp ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 10px;
    padding-right: 5px;
}
.product-order-exp ul li a {
  font-size: 12px;
}

/* ランキング・最近チェックした商品 */
.item .item-list-wrap.row {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {

  /*---------- 商品詳細ページ ----------*/

  .item .txt-area p.brand {
    font-size: 14px;
    letter-spacing: 0;
    margin: 10px 0 0;
  }
  .item .txt-area h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .item #item-cart table {
    margin-top: 10px;
  }
  .item #item-cart .price span {
    font-size: 22px;
  }
  .item .txt-area h4 {
    font-size: 17px;
  }
  .item .item-exp {
    padding: 20px;
  }
  .item .item-exp .col-md-8 {
    margin-bottom: 20px;
  }
  .item .item-exp h4 span {
    font-size: 13px;
  }
  .item .item-exp p {
    margin: 10px 0 0;
  }
  .item .txt-area table th, .item .txt-area table td {
    font-size: 13px;
  }
  .item .product-order-exp {
    margin-top: 15px;
  }
  .product-order-exp ul {
    margin: 0 0 5px;
  }
  .item #item-cart ul.about-list li a {
    font-size: 11px;
  }

}