@charset "UTF-8";

#Contents div.main {
  width: 1100px;
  background: none;
  padding: 0;
  margin: 0 auto;
}

#Contents div.column {
  float: none;
  width: 100%;
}
#Contents div.column h2 {
  padding: 0;
}

/* フッターすぐ上のレコメンド */
.foot_recommend{
  padding: 60px 40px;
}
.foot_recommend_title{
  max-width:1100px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #333;
  margin:0 auto 20px;
}

.recommend-slide-wrapper {
  display: flex;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
.recommend_box {
  width: 19.5%;
  text-align:center;
  max-width: 200px;
}
.recommend_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recommend_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.recommend_img img {
  position: absolute;
  /*top: 50%;
  left: 50%;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*transform: translate(-50%,-50%);*/
  transition: 0.3s ease-in-out;
}
/*.recommend_box:hover .recommend_img img {
  width: 110%;
  height: 110%;
}*/
.recommend_tag {
  display: flex;
  width: 74%;
  padding: 6px 8px;
  margin: 0 auto 12px;
  font-size: 12px;
  color: #EF8D9F;
  font-weight: 500;
  border: 1px solid #EF8D9F;
  border-radius: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.recommend_tag p:not(:last-child) {
  margin-right: 5px;
}
.recommend_name {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.recommend_price span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.header_bunner a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #eee;
}
.header_bunner a:after {
  content: "→";
  font-weight: bold;
  background-color: #DC4404;
  color: #fff;
  border-radius: 50%;
}
.header_bunner a:hover {
  opacity: .7;
}
#js_clone_nav.header.clone_nav .members{
  margin-right:-80px;
}

/*=======プロダクトstyle=======*/
.product-inner {
  max-width: 1080px;
  padding: 40px 0;
  margin: 0 auto;
}
.product-name {
  width: 48%;
  margin-left: auto;
  font-size: 22px;
  font-weight: 600;
}
.product-mian {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.detail_image {
  width: 49%;
  padding: 0 50px;
  margin-top: -3em;
}
.product-cart_wrap {
  width: 48%;
  padding-top: 32px;
}
.favorite-btn {
  display: flex;
  justify-content: end;
}
.cart_wrap-name {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
#option_types label {
  display: none;
}
.cart_wrap-name {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 400;
}
#option_types .col-md-6 {
  position: relative;
  width: 100%;
  max-width: 120px;
  background: #FFF;
}
#option_types .col-md-6::before {
  content: "▼";
  position: absolute;
  display: block;
  top: 50%;
  right: 4px;
  color: #dadada;
  font-size: 10px;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
}
#option_types select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 8px 20px;
  font-size: 14px;
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-ms-expand {
  display: none;
}
.variant-teiki {
  margin: 20px 0 0;
}
.sales-price_wrap {
  display: flex;
  margin: 20px 0 30px;
  font-size: 25px;
  font-weight: 400;
  align-items: flex-end;
}
.sales-price_wrap small {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
.detail_image .favorite-btn {
  display: none;
}
.cart-area #cart-select-normal {
  position: relative;
  margin-right: 10px;
}

.thumbs_dots {
  width: 80%;
  margin: 10px auto 0;
}
.thumbs_list {
  display: flex;
}
.thumbs_list li {
  display: inline-block;
  width: calc(100% / 5);
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}
.thumbs_list li::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.thumbs_list li.slick-active {
  opacity: 1;
}
#sub-images-view .slick-arrow {
  position: absolute;
  display: flex;
  top: 50%;
  left: -50px;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
#sub-images-view .slick-arrow::before {
  content: "＜";
  padding: 0 1px 0 0;
  font-size: 11px;
  transform: scale(1, 1.6);
  font-weight: 200;
}
#sub-images-view .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}
#sub-images-view .slick-arrow.slick-next::before {
  content: "＞";
  padding: 0 0 0 1px;
}
.thumbs_dots li {
  display: block;
  margin: 0 4px;
  border: 1px solid #e1879f;
  border-radius: 6px;
  overflow: hidden;
}

.cart-area {
  display: flex;
  align-items: center;
}
.cart-area select {
  display: inline-block;
  width: 78px;
  height: 55px;
  padding: 12px;
  font-weight: 300;
  border: 1px solid #dadada;
  border-radius: 4px;
}
.cart-area #cart-select-normal {
  margin: 0;
}
#btn-add-async,
.cart-add-btn,
.teiki-cart {
  display: flex;
  width: 280px;
  height: 55px;
  padding: 9px 14px;
  margin-left: 14px;
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  background: #b6a072;
  border: none;
  align-items: center;
  justify-content: center;
}
#btn-add-async:hover,
.cart-add-btn:hover,
.teiki-cart:hover {
  opacity: 0.7;
}
.teiki-cart {
  background: #e1879f;
}
.sales-price_tag {
  display: flex;
  margin-left: 4px;
  flex-wrap: wrap;
}
.sales-price_tag span {
  display: block;
  padding: 6px 9px;
  margin-bottom: -3px;
  font-size: 14px;
  color: #d88399;
  border: 1px solid #d88399;
  border-radius: 12px;
}
.cart_teiki-info {
  max-width: 400px;
  padding: 14px;
  margin: 30px 0 10px;
  text-align: center;
  border: 0.2px solid;
}
.cart_teiki-info ul {
  display: flex;
  margin: 12px 0;
  font-weight: 500;
  justify-content: center;
}
.cart_teiki-info ul li {
  padding: 6px 8px;
  margin-right: 4px;
  font-size: 11px;
  font-weight: 300;
  color: #d88399;
  background: #ffe6e7;
  border-radius: 4px;
}
.cart_teiki-info ul li:last-child {
  margin-right: 0;
}
.cart_teiki-info ul li big {
  font-size: 16px;
  font-weight: 500;
}
.cart_teiki-info .note {
  font-size: 12px;
}
.teiki_explanation {
  max-width: 400px;
}
.teiki_explanation .teiki_t {
  display: block;
  padding: 4px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.teiki_explanation div {
  display: none;
  padding: 14px 0 24px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.product-cart_teiki {
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #aaa;
}
#text-out-of-stock {
  margin: 0;
  text-align: center;
  background: #555;
}
#text-out-of-stock:hover {
  opacity: 1;
}
#text-out-of-stock[style=""] + * {
  display: none;
}
#sub-images-view {
  transition: 0.2s;
}

.thumbs_list li button {
  display: none;
}

/*商品詳細スライド*/
.slider_box {
  display: flex;
}
.slider_box .slick-arrow {
  position: absolute;
  display: flex;
  top: 50%;
  left: -50px;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.slider_box .slick-arrow::before {
  content: "＜";
  padding: 0 1px 0 0;
  font-size: 11px;
  transform: scale(1, 1.6);
  font-weight: 200;
}
.slider_box .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}
.slider_box .slick-arrow.slick-next::before {
  content: "＞";
  padding: 0 0 0 1px;
}
.detail_image .slick-list {
  padding: 0;
}
.slide_inner_img img {
  width: 100%;
}

/*モーダルボタン無効化*/
.cartin_btn_tanpin[disabled],
.cartin_btn_teiki[disabled] {
  background: #eee;
  pointer-events: none;
}

/*追跡ボタン変更*/
.detail_sub .product_new-btn.cart-btn-c {
  height: auto;
  background: transparent;
}
.detail_sub .cb-modal-products table th {
  background: transparent;
}
.detail_sub .cb-modal-products table td .select-area select {
  padding: 0 8px;
  border-width: 1px;
}