@charset "UTF-8";
/* =====================
	企画ページ　テンプレートA
 ======================= */
.category-comment {
  margin-bottom: 64px;
}

.category-comment:empty {
  margin-bottom: 0;
}

.category-comment__wrapper {
  margin-top: 80px;
  font-size: 1.5rem;
  line-height: 2.0;
}

.category-comment__wrapper:first-child, .category-comment__wrapper:empty {
  margin-top: 0;
}

.category-comment__wrapper > * + * {
  margin-top: 20px;
}

.category-comment__wrapper img {
  width: 100%;
}

.category-comment__wrapper .wide {
  margin-right: -20px;
  margin-left: -20px;
}

.category-comment__wrapper .anchor {
  color: var(--c_blue);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-size: 1.5rem;
  line-height: normal;
}

.category-comment__wrapper .anchor:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/arrow02.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: var(--filter_text_g);
          filter: var(--filter_text_g);
}

.category-comment__notice {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 64px;
}

.category-comment__link {
  margin: 40px 0 80px;
}

.category-comment__link:first-child {
  margin-top: 0;
}

.category-comment__link:last-child {
  margin-bottom: 0;
}

.category-comment .col4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 15px;
}

/** -------------------- 任意商品表示パーツ -------------------- **/
.fs-c-productListCarousel {
  margin: 20px -20px 40px;
}

.fs-c-productListCarousel .slick-list {
  padding: 0 14px;
}

.fs-c-productListCarousel__ctrl {
  display: none !important;
}

.fs-c-productListCarousel__list__item {
  margin: 0 6px;
  min-width: auto;
  max-width: none;
  width: 132px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
  line-height: normal;
  margin-bottom: 0;
}

.fs-c-productListCarousel__list__item .fs-c-productMarks {
  display: none;
}

.fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed {
  display: none;
}

.fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling {
  line-height: 1.5;
}

.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  display: none;
}

/* スマホのみ
  ------------------------ */
/* タブレット・PC
  ------------------------ */
@media (min-width: 768px) {
  .category-comment {
    margin-bottom: 120px;
  }
  .category-comment__wrapper {
    margin-top: 120px;
    font-size: 1.6rem;
  }
  .category-comment__wrapper > * + * {
    margin-top: 24px;
  }
  .category-comment__wrapper .wide {
    margin-right: 0;
    margin-left: 0;
  }
  .category-comment__notice {
    margin-top: 80px;
  }
  .category-comment__link {
    margin: 40px 0 120px;
  }
  .category-comment .col4 {
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 12px;
  }
  /** -------------------- 任意商品表示パーツ -------------------- **/
  .fs-c-productListCarousel {
    margin: 64px 0 40px;
    position: relative;
  }
  .fs-c-productListCarousel .slick-list {
    padding: 0;
  }
  .fs-c-productListCarousel__ctrl {
    display: block !important;
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
    min-width: auto;
    width: 24px;
    height: 24px;
  }
  .fs-c-productListCarousel__ctrl .fs-c-button--carousel {
    font-size: 2.4rem;
  }
  .fs-c-productListCarousel__ctrl .fs-c-button--carousel:before {
    display: none;
  }
  .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow03.png) no-repeat center/10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: var(--filter_text);
            filter: var(--filter_text);
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .fs-c-productListCarousel__ctrl--prev {
    right: 64px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .fs-c-productListCarousel__ctrl--next:before {
    content: "";
    width: 1px;
    height: 15px;
    background: var(--c_border);
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .fs-c-productListCarousel__ctrl.slick-disabled {
    opacity: 1.0;
  }
  .fs-c-productListCarousel__ctrl.slick-disabled .fs-c-button--carousel:after {
    -webkit-filter: var(--filter_text_g);
            filter: var(--filter_text_g);
  }
  .fs-c-productListCarousel__ctrl.slick-disabled:hover {
    opacity: 1.0;
  }
  .fs-c-productListCarousel__ctrl.slick-disabled .fs-c-button--carousel:hover {
    opacity: 1.0;
  }
  .fs-c-productListCarousel__ctrl.slick-hidden {
    display: none !important;
  }
  .fs-c-productListCarousel__list {
    margin: 0 -16px;
  }
  .fs-c-productListCarousel__list__item {
    margin: 0 16px;
    width: 222px !important;
  }
  .fs-c-productListCarousel__list__item > * + * {
    margin-top: 10px;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main {
    font-size: 1.8rem;
  }
}

/* PCのみ
  ------------------------ */
