@charset "UTF-8";
.modaal-overlay {
  z-index: 10000;
}

.modaal-wrapper {
  z-index: 10001;
}

.ctm_wrapping-appeal {
  margin: 20px 0;
}

.giftwrapping_container .image {
  margin-bottom: 20px;
}

.ctm_novelty_bnr {
  margin: 20px 0;
}

/* ----------------------------------------------
　## 24-09 商品詳細　スタッフスタート
----------------------------------------------*/
.fs-body-product .fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item:nth-child(n+11) {
  display: inherit;
}

.fs-c-coordinationCatalog__list__item {
  margin: 0 5px;
}

@media screen and (min-width: 769px) {
  .fs-c-coordinationCatalog__list__item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-coordinationCatalog__list .slick-list {
    padding: 0 10% 0 0 !important;
  }
}

.fs-c-coordinationCatalog__list .slick-prev:after {
  transform: translateX(5px) rotate(-135deg);
}

.fs-c-coordinationCatalog__list .slick-arrow:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
}

.fs-c-coordinationCatalog__list .slick-next:after {
  transform: translateX(-4px) rotate(45deg);
}

.fs-c-coordinationCatalog__list .slick-next {
  left: auto;
  right: 10px;
}

.fs-c-coordinationCatalog__list .slick-arrow {
  display: none;
  position: absolute;
  width: 32px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.1333333333);
  cursor: pointer;
  top: 50%;
  z-index: 10;
  margin-top: -24px;
}

.fs-c-coordinationCatalog__list .slick-arrow:before {
  display: none;
}

.fs-c-coordinationCatalog__list .slick-prev {
  right: auto;
  left: 10px;
}

/* ----------------------------------------------
　## 24-09 AWOO　タグ表示
----------------------------------------------*/
.awooArea {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .awooArea {
    margin-bottom: 50px;
  }
}

.awooArea .awoo-tag-wrapper {
  height: 100px;
  overflow: hidden;
}

.awooArea input[type=checkbox]#awoo_trigger:checked ~ #awoo-keyword-popular-tags .awoo-tag-wrapper,
.awooArea input[type=checkbox]#awoo_trigger:checked ~ .awoo-product-tags .awoo-tag-wrapper,
.awooArea input[type=checkbox]#awoo_trigger:checked ~ .awoo-product-tags .awoo-tag-wrapper {
  height: 100%;
}

.awooArea input[type=checkbox]#awoo_trigger:checked ~ .awoo_more {
  display: none;
}

.awooArea .awoo-product-tags {
  margin-bottom: 0;
}

/*awoo more*/
input[type=checkbox]#awoo_trigger {
  display: none;
}

.awoo_more {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 1rem;
  position: relative;
  z-index: 0;
  background: #fff;
}

.awoo_more:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -10px;
  left: 0;
  filter: blur(5px);
  z-index: -1;
  pointer-events: none;
}

.awoo_more:after {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.fs-p-productDescription #unisize_tag {
  margin-top: 20px;
}

/* ----------------------------------------------
　## 25-04 PC　独自コメント3位置変更
----------------------------------------------*/
.fs-l-productLayout__item--1 .pc_content_comment3 {
  margin-top: 80px;
}

/* ----------------------------------------------
　## 25-05 クーポン対象外商品表示テキスト
----------------------------------------------*/
.ctm_Not_eligible_for_coupons {
  margin: 20px 0;
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 10px;
}

.ctm_Not_eligible_for_coupons_tx {
  font-weight: bold;
}/*# sourceMappingURL=ctm_product.css.map */