@charset "UTF-8";
/* ------------ 商品詳細カスタム ------------ */
#addFavoriteTip {
  z-index: 200;
  background-color: #fff;
  padding: 20px;
  width: 300px;
  border-radius: 5px;
  top: calc(50vh - 60px) !important;
  left: calc(50vw - 150px) !important;
  opacity: 1;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
#addFavoriteTip a {
  background-color: #aa823a !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 150px;
  margin-top: 10px;
}

#product .inner .text .btns .detailFavorite {
  width: auto;
}

.detailReviewWrap .detailReview h2.ttl {
  display: block;
}

#product .inner .text ul.color li img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 768px) {
  #product .inner .text ul.color li img {
    height: 25.6vw;
  }
}

.formLeftText {
  margin-right: 0;
}