@charset "euc-jp";

.favorite-button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 5px 10px;
  appearance: none;
  vertical-align: center;
  font-size: 11px;
  background-color: #fff;
  border-radius: 12px;
  border: solid 1px #464e54;
  transition: background-color .2s;
}

.favorite-button_svg {
  width: 11px;
  padding-right: 3px;
  color :#464e54;
}

.favorite-button.fav-items .favorite-button_svg {
  color: #fff;
}

.favorite-button_svg svg {
  fill: currentColor;
}

.favorite-button.fav-items {
  background-color: #464e54;
  border-color: #464e54;
  color: #fff;
}

.favorite-button span {
  display: block;
  line-height: 1;
  margin-top: 1px;
}



/* 16px black */
.icon-b.icon-heart_empty {
  background-position: -48px -16px;
}

/* 24px black */
.icon-lg-b.icon-heart_empty {
  background-position: -72px -24px;
}

/* 16px black */
.icon-b.icon-heart {
  background-position: -32px -16px;
}

/* 24px black */
.icon-lg-b.icon-heart {
  background-position: -48px -24px;
}

.free_txt {
text-align: center;
font-size: 15px;
margin: 30px 0 100px 0;
}

.free_txt a {
  color: #464e54 !important;
}

.color_area {
}
.table_price{
  display: none;
}
#option_tbl td br {
display: none;
}

.benefits span {
border-style: solid;
border-width: 1px;
border-color: #ccc;
color:#4d4d4d; 
font-size: 100%;
font-weight: 600;
padding: 5px;
margin-right: 6px;
vertical-align: 0%;
}

h3.color_point:before {
content: '';
display: inline-block;
width: 1em;
height: 0.9em;
background-image: url(https://file003.shop-pro.jp/PA01434/636/img/point.png);
background-size: contain;
vertical-align: middle;
margin: 0 4px 5px 0;
}

.color_area ul {
  display: flex;
}
.color_area li {
  width: 50px;
  margin-right: 5px;
}
.details_right{
float: right;
width: 45%;
}
@media screen and (max-width: 768px) {
.details_right{
float: none;
width: 100%;
}
}

.details_right h2 {
margin: 0;
text-align: left;
 font-size:23px;
}

.details_left{
float: left;
}
@media screen and (max-width: 768px) {
.details_left{
float: none;
}
}

.details_left img{
max-height: 450px !important;
}
#container {
width: 900px;
margin: 20px auto 0 auto;
}
@media screen and (max-width: 768px) {
#container {
width: 100%;
/*margin: 20px auto 0 auto;*/
}
}

.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
    min-height: 450px;
  }
@media screen and (max-width: 768px) {
  .product-image-main {
    text-align: center;
    min-height: auto;
    margin-bottom: 2px;
  }
}
  .product-image-thumb ul {
	float:left;
}
@media screen and (max-width: 768px) {
  .product-image-thumb ul {
   display: flex;
   flex-wrap: wrap;
	float:none;
}
}
  .product-image-thumb ul li {
    margin: 10px 5px 20px 0;
    cursor: pointer;
    width: 67px;
    display: inline-block;
  }
@media screen and (max-width: 768px) {
  .product-image-thumb ul li {
    margin: 0;
    cursor: pointer;
    width: 33.33%;
    display: block;
  }
}
  .product-image-thumb li:last-child {
    margin-right: 0 !important;
  }
  .product-image-thumb img {
    /*display: inline;*/
    margin: 0 auto;
    box-sizing: border-box;
  }
.product-order {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
.product-order {
  margin: 0 0 40px 0;
}
}
.btn-lg {
  border-radius: 0 !important;
}

.product-option-table table {
  margin: 0 auto;
}

.product-option-table th,
.product-option-table td {
  text-align: center;
  width: 75px;
}

.product-option-table td input[type="radio"] {
  margin-bottom: 5px;
}

.product-option-select {
  position: relative;
  overflow: hidden;
}

.product-option-select .product-option-wrapper {
  position: relative;
  left: 50%;
  float: left;
}

.product-option-select .product-option-unit {
  width: 300px;
  position: relative;
  left: -50%;
  float: left;
}

.product-option-select .product-option-unit div {
  padding: 0 20px;
}

.product-option-select .option-select-name {
  display: block;
  margin: .5em 0;
}

.product-order-price {
  margin: 5px 0 15px 0;
  padding-left: 0;
  padding-bottom: 10px;
  color: #999;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.product-order-price2 {
  margin: 30px 0 10px 0;
  padding-left: 0 !important;  
  color: #797979;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product-order-price2 {
    margin: 30px 0 30px 0; !important
    padding-left: 0;  !important
    color: #797979;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}

.product-order-price li {
  display: block !important;
  line-height: 1.9;
}

.product-order-price2 li {
  display: block !important;
}

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

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

.product-order-input {
  margin: 0 auto;
  text-align: center;
  width: 222px;
  display: flex;
}

.product-order-num {

}

.disable_cartin {
  margin-left: 10px;
}

.product-order-num .btn {
  display: none;
  padding: 10px;
}

.product-unit {
  display: inline-block !important;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}

.product-order-num .input-prepend {
  display: block;
}

.product-order-num input {
  padding: 20px 10px;
  width: 56px;
  text-align: right;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .product-order-num input {
    padding: 20px;
    width: 26px;
    text-align: right;
    font-size: 16px;
    line-height: 1;
  }
}

.btn-addcart {
  line-height: 24px;
}

.btn-addcart .icon-lg-w {
  float: left;
  *float: none;
}

.btn-addcart span {
  font-size: 14px;
}

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

.product-order-exp {
  padding-top: 30px;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .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;
    }

.text-titles,
.password-field-wrap {
  margin: 40px 0 0;
  text-align: center;
}
  .text-titles .col,
  .password-field-wrap .col {
    float: none;
  }
.text-titles-list__name,
.password-field-list__name {
  text-align: left;
  display: block;
  margin: .5em 0;
}
.text-titles-list__detail-text,
.password_field {
  width: 100%;
  height: 45px;
  padding: 13px;
  box-sizing: border-box;
}

 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
@media screen and (max-width: 768px) {
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .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;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .product-image-thumb li {
    margin-bottom: 10px;
  }
  .product-order {
    width: 100%;
  }
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}