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

/* ----------------------------------------------
　## 25-09 クーポン対象外商品表示テキスト
----------------------------------------------*/
.ctm_staff_coordinationCatalog {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .ctm_staff_coordinationCatalogy {
    margin: 0 0 50px;
  }
}
.ctm_staff_coordinationCatalog__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ctm_staff_coordinationCatalog__header {
    margin-bottom: 20px;
  }
}

.ctm_staff_coordinationCatalog__title {
  border-bottom: 2px solid #7c8790;
  font-size: 1.8rem;
  color: #333;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .ctm_staff_coordinationCatalog__title {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=ctm_product.css.map */