@charset "euc-jp";
@import url("https://fonts.googleapis.com/css?family=Homemade+Apple");

/*-----------------
ABテスト
------------------*/
.review_orenge a {
  color: #fb9c39;
}

/*-----------------
着用イメージ & コメント
------------------*/
#wearImg {
  /*padding-top: 1em;*/
  width: 333px;
}
#wearImg_Tit {
  display: block;
  font-size: 1.2em;
  font-style: italic;
  color: #888888;
  margin-top: 2em;
}
#wearImg + p {
  padding-bottom: 1em;
  color: #696969;
}
@media only screen and (max-width: 480px) {
  #wearImg {
    width: 100%;
    min-width: 100%;
  }
}
.wearImgComment {
  margin-top: 4.2em;
  padding: .8em 1em;
  border: 1px solid #b5b5b5;
  letter-spacing: .1em;

  display: inline-block;
  position: relative;
  width: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-left: 10px;

}
.wearImgComment:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #959595;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -9px;
}
.wearImgComment:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -8px;
}
.commentBlock {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .wearImgComment {
    margin-top: 0px;
    margin-bottom: 4em;

    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: 0px;

  }
  .wearImgComment:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-bottom-color: #b4b4b4;
    position: absolute;
    left: 203px;
    top: -12px;
  }
  .wearImgComment:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 204px;
    top: -10px;
  }
  .commentBlock {
    display: none !important;
  }
}


/*-----------------
レビュー
------------------*/
#productTit {
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  font-weight: bolder;
  padding-top: .6em;
  /*padding-bottom: 0.6em;*/
}
#productSubTit {
  width: 100%;
  text-align: center;
  padding-top: 0.1em;
  padding-bottom: 0.6em;
}
#descriptionOfItemTit {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  padding-top: 1.5em;
  padding-bottom: 1em;
}
#descriptionOfItem {
  padding-bottom: 5em;
  letter-spacing: 0.1em;
}
#descriptionOfItem span {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 2em;
  font-style: italic;
  color: #5286ba;
}



/*-----------------
レビュー
------------------*/
.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;
}




/*-----------------
説明文内のリンクボタン
-----------------*/
.product-order-exp a {
  color: #0678ff;
  text-decoration: none;
}
.product-order-exp a:link {
  color: #0678ff;
  text-decoration: none;
}
.product-order-exp a:visited {
  color: #0678ff;
  text-decoration: none;
}
.product-order-exp a:hover {
  color: #50a0ff;
  text-decoration: none;
}
/*-----------------
着ちゃくイメージボタン
-----------------*/
a.wearImg::before {
  content: "【 ";
}
a.wearImg::after {
  content: " 】";
}
a.wearImg {
  color: #494949;
  /*border: 1px solid #494949;*/
  padding: .8em 3em .8em .3em;
  border-radius: 6px;
  text-decoration: underline !important;
}
a.wearImg:link {
  color: #494949;
  /*border: 1px solid #494949;*/
  padding: .8em 3em .8em .3em;
  border-radius: 6px;
  text-decoration: none;
}
a.wearImg:visited {
  color: #494949;
  /*border: 1px solid #494949;*/
  padding: .8em 3em .8em .3em;
  border-radius: 6px;
  text-decoration: none;
}
a.wearImg:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ff7575;
  /*background-color: #494949;*/
  /*border: 1px solid #939393;*/
  /*background-color: #d9ebfe;*/
  /*border: 1px solid #66abfb;*/
  padding: .8em 3em .8em .3em;
  /*border-radius: 6px;*/
  /*text-decoration: none;*/
}

/*-----------------
商品詳細テーブル
-----------------*/

.sizeTable {
  margin: 0 0 2em !important;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  display: block;
  box-shadow: -15px 0px 20px -22px rgba(161, 161, 161, 0.8) inset;
}
@media (min-width: 768px) {
  .sizeTable {
    box-shadow: none;
  }
}
.sizeTable td {
  color : #555 ;
  text-align : center ;
  width : 10%;
  border-bottom : 1px solid #bbb;
  border-right : 1px dashed #bbb;
  padding: 1px 10px;
}
.textTable {
  margin: 0 0 1em 0 !important;
}
.textTable td {
  border : 1px solid #bbb;
}
.textTable .leftTd {
  color : #555 ;
  background-color : #ece9de ;
  width : 25%;
  text-align : center ;
  padding : .2em 0;
  vertical-align: text-top;
}
.textTable .rightTd {
  color : #555 ;
  width : 75%;
  padding : .2em .4em;
}

/*--------------------------------------
購入ボタン
--------------------------------------*/
.btn-addcart {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-addcart.active,
.btn-addcart.disabled,
.btn-addcart[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ff934d;
  color: #FFF;
  border: 1px solid #ff934d;
  *background-color: #ff934d;
  padding-top:.55em ;
  padding-bottom:.55em ;
  padding-left: 2em;
  padding-right: 2em;
}
@media only screen and (max-width: 480px) {
  .btn-addcart {
    padding-top: 0.8em !important;
    padding-bottom: 0.8em !important;
    width: 70% !important;
  }
}

/*-----------------
サイン
------------------*/
#descriptionSign {
  /*display: none;*/
  padding-top: 1em;
  width: 100%;
  text-align: right;
}
#descriptionSign img{
  width: 300px;
  max-width: 100%;
}
/*#descriptionSign {
  font-family: 'Homemade Apple', cursive;
  text-align: right;
  color: #797979;
  width: 100%;
  padding-top: .5em;
}
#descriptionSign p {
  display: inline;
  font-style: italic;
}*/

/*----------------------------------------------------------*/


.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }

/* .product-order {
  margin: 30px 0;
} */
  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .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: 20px 0 40px 0;
  color: #999;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
  .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 0 0;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

.btn-addcart {
  line-height: 24px;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

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

.product-order-exp {
  padding: 0px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 3em;
}

.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;
}

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .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: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .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: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
}

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

/*--------------------------------------
未会員でも購入できますボタン
--------------------------------------*/
#notAmember a {
  color: #0d89fe;
}
.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;
}