@charset "euc-jp";
.prd_opt_src {
  display: none !important;
}

.product_image {
  margin-bottom: 0;
}
.product_image_main {
  width: 100%;
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: 100%;
  }
.product_image_thumb {
  width: 100%;
}
.product_image_thumb ul {
  display: flex;
  flex-wrap: wrap;
}
.product_image_thumb li {
  width: calc(100%  / 4);
  cursor: pointer;
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
  margin-top: 20px;
}
.product_image_thumb li:nth-child(4n) {
  margin-right: 0px;  
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_exp_wrap {
    width: 40%;
}

.product_exp {
  line-height: 1.6;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 80px 60px 50px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  background: #fff;
}

.product_exp .ttl_h2 {
  margin: 0 0 30px;
  font-size: 21px;
  letter-spacing: 0.07em;
    line-height: 1.8;
}

.product_exp .product_exp_text {
  border-bottom: 1px solid #dedede;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.product_exp .product_exp_price {
  font-size: 23px;
  margin-bottom: 20px;
}

.product_exp .product_exp_price span {
  font-size: 14px;
  color: #c8c8c8;
}

.cartjs_product_num {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.cartjs_product_num_title {
  margin-right: 20px;
}

.cartjs_product_num input {
  padding: 20px;
  width: 60px;
}

.product_text_box {
  margin-top: 40px;
}

.product_text_box li {
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.productDetailWrap {
  padding-top: 30px !important
}

.backBtn_a{
  font-family: "cera-130";
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  letter-spacing: .05em;
  margin-top: 40px;
}

.backBtn_a span{
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 20px;
  position: relative;
  left: 0;
}

.backBtn_a img {
  width: 100%;
}

.rakuiro_midashi {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

.product_exp_text a {
  text-decoration: underline;
}

.product_exp_text .smartmovepage {
  text-decoration: none;
  border-radius: 40px;
  display: block;
  border: 1px solid #dedede;
  text-align: center;
  padding: 17px 10px;
  font-size: 14px;
  letter-spacing: .1em;
  margin-top: 30px;
  background: #f8f8f8;
}

.RecommendList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.RecommendList:after,
.RecommendList:before{
	content:"";
	display:block;
	width: 23%;
	height:0;
}
.RecommendList:before{
	order:1;
}

.RecommendList li {
  width: calc(100% / 4 - 30px);
  margin-bottom: 40px;
}

.RecommendList a {
  display: block;
  line-height: 1.5;
}

.RecommendList img {
  width: 100%;
}

.RecommendMidashi {
  display: block;
  margin: 20px 0 5px;
}

.RecommendSecTitle {
  margin-bottom: 70px;
}

.RecommendSecTitle .en {
  font-family: "cera-130";
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.RecommendSecTitle .jp {
  font-size: 15px;
}


.product_info_block {
  padding-top: 2em;
}
  .product_spec_block {
    float: left;
    width: 65%;
    margin-bottom: 3em;
  }
    .product_spec_block table {
      width: 100%;
    }
      .product_spec_table {
        border-top: 1px solid #888;
      }
      .product_spec_table th {
        padding: 1em .5em 1em 1em;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
      }
      .product_spec_table td {
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        border-bottom: 1px solid #888;
      }
        .product_spec_table th {  
          width: 33.333%;
        }
        .product_spec_table td {
          width: 66.666%;
        }
          .product_spec_table select {
            width: 90%;
          }
          .product_order_form input {
            float: left;
            margin-right: .3em;
            padding: .3em;
            width: 3em;
            text-align: right;
          }
          .product_order_form .text-titles-list__detail-text {
            width: 85%;
            text-align: left;
          }
          .product_unit {
            padding: .3em;
            float: left;
          }
          .product_init {
            display: none;
          }
          .product_option_table td div {
            margin-bottom: .5em;
          }
  .product_info_lst {
    float: right;
    width: 30%;
    margin-bottom: 2em;
  }
    .product_info_lst .icon {
      margin-bottom: .7em;
    }
    .product_info_lst a {
      color: #444;
      text-decoration: none;
    }
    .product_info_lst a:hover {
      text-decoration: underline;
    }
  .product_review {
    margin-bottom: 1.5em;
  }
    .product_review a {
      font-weight: bold;
    }
.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
  }

.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}
  .product_addcart_btn {
    width: 100%;
    padding: 1.5em 0;
    border: none;
    border-radius: 40px;
    background-color: #444;
    color: #fff;
    letter-spacing: 0.1em;
    cursor: pointer;
    -webkit-appearance:none;
  }
  .product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
  }
  .product_member_sale_msg {
    color: #df7676;
  }

.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;

}

.trackback_block {
  clear: both;
}
  .trackback_url {
    padding: .5em;
    width: 60%;
  }
.together_block {
  clear: both;
}

.container_section {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.container_section form {
    width: 100%;
}

.product_image_wrapper {
  width: calc(60% - 4%);
}

.reviewbtn {
  width: calc(50% - 10px);
  display: block;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 5px 0;
}

.reviewSec {
  margin-bottom: 80px;
  padding-top: 120px;
}

.reviewTitle {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  font-family: "cera-130";
}

.reviewlist {
  margin-bottom: 40px;
  line-height: 1.6;
}

.reviewlist_datas {
  display: flex;
  margin-bottom: 10px;
}
.review_poster {
  display: flex;
}

.review_ttl {
  font-weight: bold;
  font-size: 14px;
}

.review_poster li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

.reviewlist_content {
  margin-bottom: 20px;
}

.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
 
.reviewWrap {
  margin-top: 15px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.noreviewText {
  margin-top: 15px;
  line-height: 1.6;
}

.rightBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 130px;
  height: 130px;
}
  
.rightBtn input {
  width: 100%;
  height: 50%;
  padding: 1.5em 0;
  border: none;
  background-color: #444;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.rightBtn .reviewWrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 50%;
  width: 100%;
  margin-top: 0;
}

.rightBtn .reviewWrap .reviewbtn {
  width: 50%;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
 
.layout_container {
  	padding: 0 !important;
}




.share_btn li{display: inline-block;
  margin: 0 3px 0 0;
}
.share_btn li:before{  background-image: none;width: auto;
  height: auto;
}

