@charset "UTF-8";
/******************************
** 商品詳細
*******************************/

/* page top */
#pagetop {
  display: none !important;
}

/*スライダー*/
#detailImgArea {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #detailImgArea {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#detailImgArea .container {
  padding-left: 0;
  padding-right: 0;
}

.cbv-area02 {
  width: 100%;
}



/*カートボタン回り*/
#detailCartBox dl.quantitySelect > dt,
#detailCartBox dl.colorSelect > dt {
  font-weight: bold;
}

#detailCartBox .cartInBtnArea.basic {
  color: #635d59;
}

.exeBtn.c01 > a, .exeBtn.c01 > button, .exeBtn.c01 > input {
  background: #635d59;
}

#detailCartBox .cartInBtnArea.cycle {
  color: #b99576;
}

#detailCartBox .cartInBtnArea.cycle .cycleNote {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #detailCartBox .cartInBtnArea.cycle .cycleNote {
    font-size: 11px;
    width: 100%;
    max-width: 310px;
    min-width: 132px;
    margin: 5px auto 0;
  }
}

.exeBtn.c02 > a, .exeBtn.c02 > button, .exeBtn.c02 > input {
  background: #b99576;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .exeBtn.c02 > a, .exeBtn.c02 > button, .exeBtn.c02 > input {
    max-width: 310px;
  }
}






/*お気に入りポップアップ*/
#addCartTip {
  display: none !important;
}


/*強化部分*/
.detailDescription3 {
  width: 100%;
}



@media screen and (max-width: 767px) {
  #reviewStarBox {
    margin-bottom: 12px;
  }
}

#prodcutDetail ul.icons {
  padding-top: 16px;
  margin-top: 0;
}




.product-detail .detail-main__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .product-detail .detail-main__label {
    font-size: 14px;
  }
}

.product-detail .detail-main__label li {
  border: #e5e5e5 solid 1px;
  border-radius: 20px;
  padding: 5px 15px;
  margin: 0 5px 8px 0;
}




.cat2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  margin: 0;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .cat2 {
    font-size: 14px;
  }
}

.cat2 li {
  border: #e5e5e5 solid 1px;
  border-radius: 20px;
  padding: 5px 15px;
  margin: 0 5px 8px 0;
  background: transparent;
  color: inherit;
}

.rmd-list .rmd-list__list {
  position: relative;
}

#comments-2 {
  padding-top: 4.1667%;
}

.id-comp__list img {
  vertical-align: baseline;
}

.id-comp-all__more {
  position: absolute !important;
}

.id-comp-all__head:before {
  background-image: url(../../../../product/default/detail/sp-comp.png);
}

@media screen and (min-width: 768px) {
  .id-comp-all__head:before {
    background-image: none;
  }
}
