@charset "euc-jp";
/*==========================================================
PRODUCT
==========================================================*/
.product .mainimg {
  border-bottom-width: 1px;
}

#product {
  max-width: 1080px;
  border-top: solid 1px #000;
  padding: 50px 0 0;
}
#product form {
  margin-bottom: 0;
}

/************************************
 商品画像
************************************/
.product-image {
  padding: 0;
  text-align: center;
}

.product-image-main {
  display: block;
  margin: 0;
  padding: 0;
}

.product-image-thumb {
  margin: 8% -1% 2%;
}
.product-image-thumb li{
  cursor:pointer;
  -moz-transition: ease-in 0.25s;
  -o-transition: ease-in 0.25s;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
.product-image-thumb li:hover{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/************************************
 商品購入
************************************/
.content-wrap {
  padding: 0 0 0 4.166%;
}

@media (max-width: 768px) {
  .content-wrap {
    padding-left: 0;
  }
}
.product-information {
  background: #fff;
  padding: 5.4%;
}

.product-name {
  margin: 0.8em 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.57em;
}
.product-simple-exp {
  margin-bottom: 1em;
  font-size: 1.142em;
  line-height: 2;
}

.product_table {
  color: #000;
  font-family: 'Open Sans', 'Noto Sans JP', '游ゴシック', 'Yu Gothic', YuGothic, メイリオ, Meiryo, sans-serif;
}
.product_table .price {
  font-size: 1.857em;
  font-weight: bold;
}
.product_table .input-prepend.input-append input {
  color: #000;
}

.product_order {
  margin: 5.4% 0;
}

.product-option-table table {
  margin: 0 auto;
}
.product-option-table th {
  text-align: center;
}
.product-option-table td {
  text-align: center;
}
.product-option-table td input[type="radio"] {
  margin-bottom: 5px;
}

.product-order-price {
  margin: 7.2% 0;
  color: #999;
  text-align: center;
  font-size: 1.71em;
  line-height: 1.66;
}
.product-order-price li {
  margin: 0 10px;
}

.product-order-regular {
  color: #abaaaa;
  text-decoration: line-through;
}

.product-order-discount {
  color: #b81717;
}

.product-order-input {
  margin: 40px 0;
  text-align: center;
}

.product-unit {
  display: inline-block;
  padding-left: 20px;
  font-size: 1.71em;
  line-height: 1.66;
}

.input-prepend {
  display: inline-block;
  margin: 0;
}
.input-prepend .btn {
  padding: 10px;
}

.product-order-select {
  font-size: 1.71em;
  height: 40px;
  line-height: 40px;
}

input.product-init-num {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}
input.text-titles-list__detail-text {
  width: 70%;
  text-align: left;
}

.btn-addcart ,
.btn-quick {
  background: #000;
  color: #fff;
}
.btn-addcart i.icon-cart ,
.btn-quick i.icon-cart {
  margin-right: 1em;
}
[type="submit"].btn-block, [type="reset"].btn-block, [type="button"].btn-block{
  width:auto;
  min-width:200px;
}
.btn.disabled:hover, .btn[disabled]:hover{
    background: #e6e6e6;
    color: #333;
  opacity:0.65;
}

.stock_error, .product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

/************************************
 商品詳細説明
************************************/
.product-order-exp h4 {
  font-size: 1.28em;
  font-weight: 500;
}
.product-order-exp h5 {
  font-size: 1.14em;
  font-weight: 500;
}
.product-order-exp {
  margin-top: 7.27%;
}
.product-order-exp h3 {
  font-size: 1.714em;
  font-weight: 600;
  /*margin-bottom: 1%;
  margin-top: 1.5%;*/
}
.product-order-exp p {
  font-size: 1.142em;
  line-height: 2;
}
.product-order-exp p strong {
  border-bottom: solid 2px #ba0909;
}
.limit {
  color: #ca1028;
  font-size: 1.14em;
}
.product-order-exp table {
  min-width: 50%;
  margin: 5% 0;
}
.product-order-exp table th, .product-order-exp table td {
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.05em;
  padding: .7em 1em;
}
.product-order-exp table tr:nth-child(odd) th, .product-order-exp table tr:nth-child(odd) td {
  background-color: #f0f0f0;
}
.product-order-exp table th {
  font-weight: normal;
}

.f-note_box {
  background: #f0f0f0;
  padding: 5.4%;
  margin: 5.4% 0;
}
.f-note_box:last-child {
  margin-bottom: 0;
}
.f-note_box dt {
  font-size: 1.428em;
  font-weight: bold;
  padding: 0;
  margin: 0 0 1em;
}
.f-note_box dd {
  font-size: 1.142em;
  line-height: 1.57;
  padding: 0;
  margin: 0;
}

@media (max-width: 480px) {
  .product-order-exp .f-ttl {
    letter-spacing: 0;
    font-size: 1.571em;
  }
  .product-order-exp table {
    font-size: 0.857em;
  }

  .f-note_box dt {
    font-size: 1.285em;;
  }
  .f-note_box dd {
    font-size: 0.857em;
  }
}
.product-order-spec {
  margin: 0 0 50px;
  border: 2px solid #ccc;
  background: #fff;
}
.product-order-spec th {
  width: 30%;
  font-weight: normal;
  border-top: 1px solid #ccc;
  padding: 20px;
}
.product-order-spec td {
  border-top: 1px solid #ccc;
  width: 70%;
  padding: 20px;
}

.product-info-lst {
  text-align: center;
}
.product-info-lst li {
  display: inline;
  margin: 1em;
}
.product-info-lst .social-share {
  display: block;
}

.social-share a {
  margin: 1em;
}

.input-append {
  margin: 0;
}

#option_tbl {
  width: 100%;
}

@media (max-width: 768px) {
  .product-option-select .product-option-unit {
    margin-bottom: 1em;
  }

  .btn-addcart, .btn-quick {
    display: block;
    margin-bottom: 20px;
  }

  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
  }

  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }

  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }

  .social-share a {
    display: inline;
  }
}
@media (max-width: 480px) {
  .product-information {
    padding: 0;
    background: transparent;
  }

  .product-order {
    width: 100%;
  }
}
.ie_wrapper .product-order-num .btn {
  display: none;
}

/************************************
 商品関連リンク
************************************/
.product_links .btn_wrap {
  margin-top: 0;
  margin-bottom: 5.4%;
  text-align: left;
}

.btn_prd_contact {
  background-color: #f0f0f0;
  border: 0 none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.857em;
  line-height: 2.0;
  letter-spacing: 0.1em;
  padding: 8px 27px;
  min-width: inherit;
  color: #000;
}
.btn_prd_contact:before {
  content: none;
}

.sns_links {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .product_links .btn_wrap {
    text-align: center;
  }

  .link_list {
    font-size: 0.857em;
  }

  .sns_links {
    text-align: center;
  }
}

