/*=====================================================================
   クルレア オリジナルCSS
   目的：
   - main.cssは直接編集せず、このオリジナルCSSで上書きする
   - トップページ用セクション・ボタン・記事一覧を共通化
   =====================================================================*/

/*=====================================================================
   00. カラートークン
   =====================================================================*/

:root {
  --cl-primary: #7c6c5d;
  --cl-primary-dark: #5f5146;
  --cl-accent: #bda995;
  --cl-accent-light: #f2e8dc;
  --cl-text: #4b433c;
  --cl-sub: #8f857c;
  --cl-border: #e7e0d8;
  --cl-border-light: #f3f0ec;
  --cl-bg: #fbfaf8;
  --cl-bg-soft: #f7f3ee;
  --cl-white: #ffffff;
}

/*=====================================================================
   01. サイト全体の色・リンク・基本調整
   =====================================================================*/

body {
  background: var(--cl-bg);
  color: var(--cl-text);
}

a {
  transition: color .3s ease,
    opacity .3s ease,
    transform .3s ease;
}

a:hover,
a:focus {
  color: var(--cl-accent);
}

a:visited {
  color: var(--cl-text);
}

/*=====================================================================
   02. ヘッダー配色：main.cssを上書き
   =====================================================================*/

.hdrBottom,
.hdr--typeE .hdrBottom,
.hdr--typeE .hdrBottom .hdrInner,
.gNav,
.gNav--typeA,
.fs-l-header--min {
  background: var(--cl-primary) !important;
  border: none !important;
}

.hdrBottom a,
.hdr--typeE .hdrBottom a,
.gNav a,
.gNav--typeA a {
  color: var(--cl-white) !important;
}

.hdrBottom a:hover,
.hdr--typeE .hdrBottom a:hover,
.gNav a:hover,
.gNav--typeA a:hover {
  color: var(--cl-border) !important;
}

.megaMenu,
.gNav .megaMenu {
  background: var(--cl-white);
}

.megaMenu a,
.gNav .megaMenu a {
  color: var(--cl-text) !important;
}

.megaMenu a:hover,
.gNav .megaMenu a:hover {
  color: var(--cl-accent) !important;
}

#hdr .gNav li.hasChildren > a::after {
  border-top-color: currentColor !important;
  border-right-color: currentColor !important;
}

/*=====================================================================
   03. フューチャーショップ既存パーツの色上書き
   =====================================================================*/

.hash_tags .col-3 a {
  color: var(--cl-accent);
}

@media (min-width:992px) {
  .hdrInfo {
    width: 35% !important;
  }

  header.searchForm {
    margin: 0 !important;
  }

  .sec7 .hash_tags .col-sp-4 {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}

.button--typeA,
a.button--typeA,
.button,
a.button {
  color: var(--cl-primary) !important;
}

header.searchForm {
  margin: 0 !important;
}

.sec1 .bnr {
  width: 100%;
}

a:hover,
.button--typeC:hover span,
a.button--typeC:hover span,
.button--typeC:hover span,
a.button--typeC:hover span {
  color: var(--cl-primary) !important;
}

.fs-c-documentColumn__heading {
  color: var(--cl-accent) !important;
}

@media (max-width: 991px) {
  .sec6 {
    padding-bottom: 50px !important;
  }

  .fNav__logo {
    margin: 0 !important;
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .sec6.highlight {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

.itemList p {
  line-height: 1.2 !important;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  background: none !important;
}

.dotsB .slick-dots {
  justify-content: flex-end;
}

.dotsB .slick-dots li button:before {
  color: transparent;
  opacity: 1 !important;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  color: var(--cl-accent);
  opacity: 1;
}

@media (min-width:992px) {
  .fs-body-login .fs-l-main .fs-l-pageMain {
    max-width: 100% !important;
  }

  .fs-body-login .fs-c-loginForm {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 991px) {
  .hash_tags .col-3 a {
    color: var(--cl-accent);
  }

  .fNav__logo {
    margin: 0 !important;
    padding: 20px 0;
  }

  .button--typeA,
  a.button--typeA,
  .button,
  a.button {
    color: var(--cl-primary) !important;
  }

  header.searchForm {
    margin: 0 !important;
  }

  .sec7 .hash_tags .col-sp-4 {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}

.sec1 .bnr {
  width: 100%;
}

a:hover,
.button--typeC:hover span,
a.button--typeC:hover span,
.button--typeC:hover span,
a.button--typeC:hover span {
  color: #1b1b1b !important;
}

.sec4 .tabSwitch span {
  font-size: 12px;
}

.dotsB .slick-dots li {
  margin: 0 4px !important;
}

.fs-c-documentColumn__heading {
  color: var(--cl-accent) !important;
}

.sec6 {
  padding-bottom: 50px !important;
}

.itemList p {
  line-height: 1.2 !important;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  background: none !important;
}

.dotsB .slick-dots {
  justify-content: flex-end;
}

.dotsB .slick-dots li button:before {
  color: transparent;
  opacity: 1 !important;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  color: var(--cl-accent);
  opacity: 1;
}

/* カートに入れるボタンの色 */

.fs-c-button--addToCart--variation {
  background: var(--cl-primary) !important;
}

/* 商品詳細ページ商品情報のテーブル */

.item_detail th {
  width: 25%;
  padding: 5px;
  background-color: #efefef;
  font-weight: normal;
  border-bottom: 2px solid #fff;
}

.item_detail td {
  padding: 5px;
  padding-left: 15px;
  border: 1px solid #efefef;
}

/* 商品詳細ページカラーバリエーション紹介 */

.col_vari_table {
  margin-top: 5%;
  padding: 1% 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.col_vari_table th {
  padding: 2px;
}

.col_vari_table td {
  text-align: center;
  font-size: 0.6em;
}

@media (min-width:992px) {
  #ftr .snsNav {
    justify-content: center !important;
    margin-bottom: 30px;
  }

  #ftr .snsNav li {
    margin: 0 10px !important;
  }
}

.fs-l-footer {
  background: none !important;
  border: none !important;
}

#ftr {
  border-top: 1px solid #3C3C3C;
}

.fs-l-header--min {
  border: none !important;
}

/* 商品詳細ページの商品画像の表示サイズの調整 */

.fs-c-productCarouselMainImage .slick-list.draggable {
  aspect-ratio: 1 / 1;
  height: auto !important;
}

.fs-c-productCarouselMainImage .slick-track {
  height: 100% !important;
}

.fs-c-productCarouselMainImage .slick-slide {
  aspect-ratio: 1 / 1;
}

.fs-c-productCarouselMainImage__image > img {
  width: 100%;
}

/*=====================================================================
   04. クルレア トップページ デザイン
   =====================================================================*/

/*---------------------------------------------------------------------
   04-1. 共通セクション：タイトル・ボタン
   ---------------------------------------------------------------------*/

.cl_section {
  background: #fff;
}

.cl_sectionHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
}

.cl_sectionTitle {
  display: flex;
  align-items: baseline;
  gap: 32px;
}

.cl_sectionTitle h2 {
  font-family: "Italiana", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin: 0;
}

.cl_sectionTitle span {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .08em;
  border-left: 1px solid #ccc;
  padding-left: 32px;
  　color: var(--cl-accent);
}

/* 共通ボタン */

.cl_moreBtn {
  display: inline-block;
  min-width: 180px;
  padding-bottom: 14px;
  border-bottom: 1px solid #5f5146;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .08em;
  color: #5f5146;
}

.cl_moreBtn span {
  margin-left: 6px;
  font-size: 14px;
  color: #5f5146;
}

a {
  transition: color .3s ease,
    opacity .3s ease,
    transform .3s ease;
}

/*---------------------------------------------------------------------
   04-2. 細かな修正
   ---------------------------------------------------------------------*/

/* SPのFV上のメニューを非表示 */

@media (max-width: 991px) {
  .bottomNav {
    display: none !important;
  }
}

/* 992px〜1200pxでメインエリアが狭くなる問題を修正 */

@media (max-width: 1200px) and (min-width: 991px) {
  .fs-body-top .fs-l-main .fs-l-pageMain,
  .fs-l-main .fs-l-pageMain {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .fs-body-top .fs-l-main {
    width: 100% !important;
    max-width: none !important;
  }

  .fs-l-main aside#side,
  .fs-l-main .fs-l-sideArea {
    display: none !important;
  }
}

/*---------------------------------------------------------------------
   04-3. ファーストビュー
   ---------------------------------------------------------------------*/

.fv--single {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.fv__bg {
  display: block;
  width: 100%;
}

.fv__bg img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center right;
  display: block;
}

.fv__copy {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding-left: 7%;
  max-width: 540px;
}

/* 筆記体の英語アイキャッチ（装飾用） */

.fv__copy::before {
  content: "Premium Curtain Collection";
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: .3em;
  color: #8a7a65;
  margin-bottom: 18px;
  font-weight: bold;
}

.fv__catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: .18em;
  margin: 0;
  color: #2a231a;
}

/* キャッチとサブの間の細いライン */

.fv__catch::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #8a7a65;
  margin: 20px 0;
}

.fv__sub {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .12em;
  color: #5a4f42;
  line-height: 2.2;
  margin: 0 0 32px;
}

.fv__btn_sp {
  display: none;
}

.fv__btn {
  display: inline-block;
  background: #7c6c5d;
  color: #ffffff !important;
  border: 1px solid #7c6c5d;
  padding: 14px 40px;
  border-radius: 0;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .3em;
  transition: all .3s ease;
}

.fv__btn:hover {
  background: #ffffff;
  color: #7c6c5d !important;
  border-color: #7c6c5d;
}

.fv__btn::after {
  content: none;
}

/* FVとお知らせをくっつける */

.fv--single + section {
  margin-top: 0 !important;
}

.newsSlider {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .fv--single {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }

  .fv__bg {
    display: block;
    width: 100%;
  }

  .fv__bg img {
    display: block;
    width: 100%;
    height: 700px;
    aspect-ratio: 390 / 720;
    object-fit: cover;
    object-position: center bottom;
  }

  /* 文字エリア：SP固定 */

  .fv__copy {
    position: absolute;
    top: 42px;
    left: 24px;
    right: auto;
    width: 240px;
    max-width: none;
    padding: 0;
    margin: 0;
    transform: none;
    z-index: 2;
  }

  .fv__catch {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .13em;
    margin: 0;
    color: #2a231a;
  }

  .fv__sub {
    font-size: 11px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .08em;
    margin: 18px 0 0;
    color: #5a4f42;
  }

  .fv__btn {
    display: none;
  }

  .fv__btn_sp {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: auto;
    background: #7c6c5d;
    color: #fff !important;
    border: 1px solid #7c6c5d;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .16em;
    z-index: 3;
  }

  .fv__btn_sp:hover {
    color: #fff !important;
  }
}

/*---------------------------------------------------------------------
   04-4. お知らせ
   ---------------------------------------------------------------------*/

.newsSlider {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.newsSlider__inner {
  display: flex;
  align-items: center;
  min-height: 68px;
}

.newsSlider__title {
  width: 150px;
  padding: 0 30px;
  font-weight: 700;
  white-space: nowrap;
  border-right: 1px solid #e5e5e5;
  flex-shrink: 0;
}

.newsSlider__body {
  flex: 1;
  padding: 0 40px;
  min-width: 0;
  overflow: hidden;
}

.newsSlider__item {
  display: none;
  opacity: 0;
  transform: translateX(0);
}

.newsSlider__item.is-active {
  display: block;
  opacity: 1;
}

.newsSlider__item.slide-out {
  display: block;
  animation: newsSlideOut 0.5s ease forwards;
}

.newsSlider__item.slide-in {
  display: block;
  animation: newsSlideIn 0.5s ease forwards;
}

.newsSlider__item a {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #1b1b1b;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

.newsSlider__item time {
  color: #777;
  font-size: 13px;
  flex-shrink: 0;
}

.newsSlider__item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsSlider__pager {
  width: 150px;
  min-height: 68px;
  border-left: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}

.newsSlider__pager button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  color: #1b1b1b;
}

@keyframes newsSlideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-24px);
  }
}

@keyframes newsSlideIn {
  from {
    opacity: 0;
    transform: translateX(24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .newsSlider__inner {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    min-height: 48px;
    padding: 0;
  }

  .newsSlider__title {
    width: auto;
    padding: 0 12px;
    border-right: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }

  .newsSlider__body {
    padding: 0 12px;
    min-width: 0;
    overflow: hidden;
  }

  .newsSlider__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
  }

  .newsSlider__item time {
    font-size: 10px;
    color: #333;
    flex-shrink: 0;
  }

  .newsSlider__item span {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .newsSlider__pager {
    display: none !important;
  }
}

/*============================================================
   カテゴリセクション
   ============================================================*/

.cl_category {
  background: #fff;
}

.cl_categoryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cl_categoryList li {
  margin: 0;
  padding: 0;
}

.cl_categoryLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 100px;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid var(--cl-border);
  color: var(--cl-primary);
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .08em;
  transition: transform .35s ease,
    opacity .35s ease,
    border-color .35s ease,
    background .35s ease,
    box-shadow .35s ease;
}

/* コラムと同じアニメーション */

.cl_categoryLink:hover {
  transform: translateY(-6px);
  border-color: var(--cl-border);
  background: #f8f7f4;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  color: var(--cl-primary) !important;
}

.cl_categoryLink img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex-shrink: 0;
}

.cl_categoryLink span {
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .cl_categoryList {
    gap: 16px;
  }

  .cl_categoryLink {
    min-height: 90px;
    padding: 18px 16px;
    font-size: 17px;
    gap: 16px;
  }

  .cl_categoryLink img {
    width: 46px;
    height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .cl_categoryList {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cl_categoryLink {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 120px;
    padding: 18px 10px;
    font-size: 15px;
    letter-spacing: .04em;
    text-align: center;
  }

  .cl_categoryLink img {
    width: 44px;
    height: 44px;
  }

  .cl_categoryLink span {
    white-space: normal;
    line-height: 1.5;
  }
}

/*============================================================
   機能で探す
   ============================================================*/

.cl_function {
  background: #fff;
}

.cl_functionList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cl_functionList li {
  margin: 0;
  padding: 0;
}

.cl_functionLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 70px;
  padding: 0px 14px;
  background: #fff;
  border: 1px solid var(--cl-border);
  color: var(--cl-primary);
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
  transition: transform .35s ease,
    opacity .35s ease,
    border-color .35s ease,
    background .35s ease,
    box-shadow .35s ease;
}

/* コラムと同じアニメーション */

.cl_functionLink:hover {
  transform: translateY(-6px);
  border-color: var(--cl-border);
  background: #f8f7f4;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  color: var(--cl-primary) !important;
}

.cl_functionLink img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex-shrink: 0;
}

.cl_functionLink span {
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .cl_functionList {
    gap: 12px;
  }

  .cl_functionLink {
    min-height: 60px;
    padding: 0px 4px;
    font-size: 17px;
    gap: 16px;
  }

  .cl_functionLink img {
    width: 46px;
    height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .cl_functionList {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .cl_functionLink {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 60px;
    padding: 0px 5px;
    font-size: 15px;
    letter-spacing: .04em;
    text-align: center;
  }

  .cl_functionLink span {
    white-space: normal;
    line-height: 1.5;
  }
}

/*============================================================
   色から探す
   ============================================================*/

.cl_color {
  background: #fff;
}

.cl_colorList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cl_colorList li {
  margin: 0;
  padding: 0;
}

.cl_colorLink {
  display: block;
  text-decoration: none;
  color: var(--cl-primary);
  transition: transform .35s ease,
    opacity .35s ease;
}

.cl_colorLink:hover {
  transform: translateY(-6px);
  color: var(--cl-primary) !important;
}

.cl_colorImg {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
  transition: transform .35s ease,
    box-shadow .35s ease,
    opacity .35s ease;
}

.cl_colorLink:hover .cl_colorImg {
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
  opacity: .9;
}

.cl_colorName {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
  text-align: center;
  color: var(--cl-primary);
}

/* タブレット */

@media (max-width: 991px) {
  .cl_colorList {
    gap: 20px;
  }

  .cl_colorName {
    font-size: 15px;
  }
}

/* SP */

@media (max-width: 767px) {
  .cl_colorList {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .cl_colorImg {
    border-radius: 6px;
    margin-bottom: 8px;
  }

  .cl_colorName {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .03em;
  }
}

/*---------------------------------------------------------------------
   04-5. コラム
   ---------------------------------------------------------------------*/

.cl_articleList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px 44px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cl_articleImg {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  background: #e8f0e8;
  overflow: hidden;
  margin-bottom: 18px;
}

.cl_articleImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl_articleDate {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cl_articleTitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .04em;
  margin: 0;

  /* 2行制限 */

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* SP */

@media (max-width: 767px) {
  .cl_section {
    padding: 0px 15px 64px;
  }

  .cl_sectionHead {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .cl_sectionTitle {
    display: block;
  }

  .cl_sectionTitle h2 {
    font-size: 36px;
    margin-bottom: 0px;
  }

  .cl_sectionTitle span {
    display: none !important;
  }

  .cl_articleList {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 15px;
  }

  .cl_articleImg {
    aspect-ratio: 1.5 / 1;
    margin-bottom: 14px;
  }

  .cl_articleDate {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .cl_articleTitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cl_moreBtn--center {
    display: block;
    width: 180px;
    margin: 42px auto 0;
  }
}

/* コラムアニメーション */

.cl_articleLink {
  display: block;
  transition: transform .35s ease,
    opacity .35s ease;
}

.cl_articleLink:hover {
  transform: translateY(-6px);
}

.cl_moreBtn {
  position: relative;
  transition: all .3s ease;
}

.cl_moreBtn:hover {
  letter-spacing: .15em;
}

.cl_moreBtn {
  position: relative;
  border: none;
}

.cl_moreBtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}

.cl_moreBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #222;
  transition: width .4s ease;
  z-index: 1;
}

.cl_moreBtn:hover::before {
  width: 100%;
}

/* 768px〜991pxのタブレット幅崩れ対策 */

@media (min-width: 768px) and (max-width: 991px) {
  .cl_column .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cl_column .cl_sectionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
  }

  .cl_column .cl_sectionTitle {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .cl_column .cl_sectionTitle h2 {
    font-size: 48px;
    margin: 0;
  }

  .cl_column .cl_sectionTitle span {
    display: block;
    border-left: 1px solid #ccc;
    padding-left: 28px;
    font-size: 22px;
  }

  .cl_column .cl_articleList {
    grid-template-columns: repeat(4, 1fr);
    gap: 36px 28px;
  }

  .cl_column .cl_articleTitle {
    font-size: 15px;
    line-height: 1.65;
  }

  .cl_column .cl_articleDate {
    font-size: 14px;
  }

  /* タブレット幅では下のSPボタンを非表示 */

  .cl_column .spOnly {
    display: none !important;
  }

  /* タブレット幅ではPC側ボタンを表示 */

  .cl_column .cl_sectionHead .pcOnly {
    display: inline-block !important;
  }
}

/* 15-3. 人気カテゴリー／機能ボタン */

.cl_catList {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  list-style: none;
  padding: 0;
}

.cl_catList a {
  text-decoration: none;
  color: #333;
  display: block;
}

.cl_catList__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
}

.cl_catList__name {
  font-weight: 700;
  margin: 10px 0 2px;
}

.cl_catList__sub {
  font-size: 12px;
  color: #888;
  margin: 0;
}

.cl_catList__price {
  color: #b5395b;
  font-weight: 700;
  margin: 4px 0 0;
}

.cl_funcList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.cl_funcList a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px 18px;
  text-decoration: none;
  color: #333;
  min-width: 96px;
}

@media (max-width:768px) {
  .cl_catList {
    grid-template-columns: repeat(2,1fr);
  }
}

/*============================================================
   ヘッダー hover / dropdown 改善
   ============================================================*/

/* ヘッダー共通カラー */

#hdr {
  --cl-header-bg: #7c6c5d;
  --cl-header-text: #ffffff;
  --cl-header-hover: #d8d2ca;
  --cl-header-panel: #ffffff;
  --cl-header-panel-text: #7c6c5d;
  --cl-header-border: #e8e3dc;
  --cl-header-shadow: 0 12px 30px rgba(42, 35, 26, .16);
}

/*============================================================
   PCグローバルナビ
   ============================================================*/

#hdr .hdrBottom,
#hdr .hdrBottom .hdrInner {
  background: var(--cl-header-bg) !important;
}

#hdr .gNav > ul > li > a {
  color: var(--cl-header-text) !important;
  position: relative;
  transition: color .35s ease;
}

#hdr .gNav > ul > li:hover > a,
#hdr .gNav > ul > li > a.open {
  color: var(--cl-header-hover) !important;
}

/*============================================================
   カーテン矢印
   ============================================================*/

#hdr .gNav li.hasChildren > a::after {
  border-top-color: currentColor !important;
  border-right-color: currentColor !important;
  transition: transform .35s cubic-bezier(.22,.61,.36,1),
    border-color .35s ease,
    opacity .35s ease;
}

#hdr .gNav li.hasChildren:hover > a::after,
#hdr .gNav li.hasChildren > a.open::after {
  transform: rotate(-45deg) translateY(-50%);
}

/*============================================================
   ナビ下線
   ============================================================*/

#hdr .gNav > ul > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 0;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%);
  transition: width .35s ease;
}

#hdr .gNav > ul > li:hover > a::before,
#hdr .gNav > ul > li > a.open::before {
  width: 100%;
}

/*============================================================
   カーテン メガメニュー
   ============================================================*/

#hdr .gNav li.hasChildren {
  position: static;
}

/* 幅いっぱい */

#hdr .gNav .megaMenu {
  display: block !important;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  min-width: 100vw;
  padding: 28px 0;
  background: #fff;
  border-top: 1px solid #e8e3dc;
  border-bottom: 1px solid #e8e3dc;
  box-shadow: 0 12px 30px rgba(42,35,26,.12);
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
  pointer-events: none;
  z-index: 997;
  transition: transform .38s cubic-bezier(.22,.61,.36,1),
    opacity .28s ease,
    visibility .28s ease;
}

/* 開く */

#hdr .gNav .megaMenu.open,
#hdr .gNav li.hasChildren:hover > .megaMenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  pointer-events: auto;
}

/* 中身 */

#hdr .megaMenu__inner {
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 30px;
}

#hdr .megaMenu__inner li {
  margin-bottom: 0;
}

#hdr .megaMenu__button {
  display: block;
  padding: 14px 18px;
  background: #f8f7f4;
  color: #7c6c5d !important;
  border: 1px solid #eee9e2;
  transition: background .3s ease,
    color .3s ease,
    transform .3s ease;
}

#hdr .megaMenu__button:hover {
  background: #7c6c5d;
  color: #fff !important;
  transform: translateY(-2px);
}

/*============================================================
   アカウントメニュー
   ============================================================*/

#hdr .iconNav li.hasChildren {
  position: relative;
}

/* アイコン */

#hdr .iconNav li.hasChildren > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #7c6c5d;
  transition: opacity .3s ease,
    transform .3s ease;
}

#hdr .iconNav li.hasChildren:hover > a {
  opacity: .75;
  transform: translateY(-1px);
}

/* アイコンとメニューの間のhover保持エリア */

#hdr .iconNav li.hasChildren::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 190px;
  height: 22px;
  transform: translateX(-50%);
  background: transparent;
  z-index: 998;
}

/*アカウント矢印
  位置は変えず、上下の回転だけ変える*/

#hdr .iconNav li.hasChildren > a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(135deg);
  transform-origin: center;
  transition: transform .35s cubic-bezier(.22,.61,.36,1),
    border-color .35s ease,
    opacity .35s ease;
}

#hdr .iconNav li.hasChildren:hover > a::after,
#hdr .iconNav li.hasChildren > a.open::after {
  transform: rotate(-45deg);
}

/* ドロップダウン本体 */

#hdr .iconNav li.hasChildren > ul {
  display: block !important;
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  min-width: 170px;
  padding: 10px 0;
  background: var(--cl-header-panel);
  border: 1px solid var(--cl-header-border);
  box-shadow: var(--cl-header-shadow);
  transform: translate(-50%, -8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
  transition: opacity .35s ease,
    visibility .35s ease,
    transform .35s cubic-bezier(.22,.61,.36,1);
}

/* 吹き出し三角 */

#hdr .iconNav li.hasChildren > ul::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid var(--cl-header-border);
  border-top: 1px solid var(--cl-header-border);
  transform: translateX(-50%) rotate(45deg);
}

/* 表示 */

#hdr .iconNav li.hasChildren:hover > ul,
#hdr .iconNav li.hasChildren > ul.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

/* 中のリンク */

#hdr .iconNav li.hasChildren > ul li {
  display: block;
  width: 100%;
}

#hdr .iconNav li.hasChildren > ul li a {
  display: block;
  padding: 13px 22px;
  color: var(--cl-header-panel-text) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  transition: background .3s ease,
    color .3s ease,
    letter-spacing .3s ease;
}

#hdr .iconNav li.hasChildren > ul li a:hover {
  background: #f8f7f4;
  color: #8a7a65 !important;
  letter-spacing: .08em;
}

#hdr .iconNav li.hasChildren > ul li + li {
  border-top: 1px solid #eee9e2;
}

/*=====================================================================
   99. ブランドカラー最終上書き
   main.cssや既存CSSより後に効かせたい色指定
   =====================================================================*/

.button--typeA,
a.button--typeA,
.button,
a.button {
  color: var(--cl-primary) !important;
}

.button--typeC:hover span,
a.button--typeC:hover span,
.button--typeC:hover span,
a.button--typeC:hover span {
  color: var(--cl-accent) !important;
}

.fs-c-button--primary,
.fs-c-button--addToCart--variation {
  background: var(--cl-primary) !important;
  border-color: var(--cl-primary) !important;
  color: var(--cl-white) !important;
}

.fs-c-button--primary:hover,
.fs-c-button--addToCart--variation:hover {
  background: var(--cl-white) !important;
  color: var(--cl-primary) !important;
}

.text--secondary,
.hash_tags .col-3 a,
.fs-c-documentColumn__heading,
.fs-c-slick .slick-dots li.slick-active button:before {
  color: var(--cl-accent) !important;
}

.cl_sectionTitle h2,
.cl_sectionTitle span,
.cl_articleTitle {
  color: var(--cl-primary);
}

.cl_sectionTitle span {
  border-left-color: var(--cl-border);
}

.cl_articleDate {
  color: var(--cl-accent);
}

.cl_moreBtn::after {
  background: var(--cl-border);
}

.cl_moreBtn::before {
  background: var(--cl-primary);
}

.newsSlider {
  background: var(--cl-white);
  border-top: 1px solid var(--cl-border-light);
  border-bottom: 1px solid var(--cl-border-light);
}

.cl_funcList a {
  border-color: var(--cl-border);
  background: var(--cl-white);
  color: var(--cl-primary);
}

.cl_funcList a:hover {
  background: var(--cl-primary);
  border-color: var(--cl-primary);
  color: var(--cl-white);
}

/*=====================================================================
   100. ヘッダー／ドロワー最終調整（2026-06-23）
   ※このブロックはオリジナルCSSの一番下に置いてください
   =====================================================================*/

/* PC：グローバルナビとメガメニュー */

@media (min-width: 992px) {
  #hdr .hdrBottom--onlyNav .hdrInner {
    position: relative;
  }

  #hdr .gNav > ul {
    align-items: stretch;
  }

  #hdr .gNav > ul > li {
    display: flex;
    align-items: stretch;
  }

  #hdr .gNav > ul > li > a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 24px;
  }

  #hdr .gNav > ul > li > a::before {
    bottom: 0;
  }

  #hdr .gNav .megaMenu {
    left: 50%;
    width: 100vw;
    min-width: 100vw;
    transform: translateX(-50%) scaleY(0);
  }

  #hdr .gNav .megaMenu.open,
  #hdr .gNav li.hasChildren:hover > .megaMenu {
    transform: translateX(-50%) scaleY(1);
  }

  #hdr .megaMenu--function .megaMenu__inner {
    row-gap: 14px;
  }
}

/* SP：ヘッダーの並び順。ロゴ左、会員・カート、その右にメニュー */

@media (max-width: 991px) {
  #hdr .hdrMiddle .hdrInner {
    display: grid;
    grid-template-columns: minmax(108px, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 60px;
    padding: 0 12px;
  }

  #hdr #hdrLogo {
    grid-column: 1;
    min-width: 0;
    margin: 0;
    position: static;
    transform: none;
    text-align: left;
  }

  #hdr #hdrLogo a,
  #hdr #hdrLogo picture,
  #hdr #hdrLogo img {
    display: block;
  }

  #hdr .hdrMiddle__right {
    grid-column: 2;
    margin: 0;
  }

  #hdr .hdrMiddle__menu {
    grid-column: 3;
    display: block !important;
    margin: 0;
  }

  #hdr .hdrMiddle__right .iconNav > ul,
  #hdr .hdrMiddle__menu .iconNav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin: 0;
  }

  #hdr .hdrMiddle__right .iconNav > ul > li,
  #hdr .hdrMiddle__menu .iconNav > ul > li {
    margin: 0;
  }

  #hdr .hdrMiddle__right .iconNav > ul > li > a,
  #hdr .hdrMiddle__menu .menuToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  #hdr .hdrMiddle__menu .menuToggle {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  #hdr .hdrMiddle__menu .menuToggle img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  /* SPではアカウントのプルダウンを開かず、ログイン画面へ直接移動させる場合に備え表示崩れを防ぐ */

  #hdr .hdrMiddle__right .iconNav li.hasChildren > ul,
  #hdr .hdrMiddle__right .iconNav li.hasChildren::before,
  #hdr .hdrMiddle__right .iconNav li.hasChildren > a::after {
    display: none !important;
  }

  /* 既存の下部ナビは重複するため非表示 */

  #hdr .bottomNav {
    display: none !important;
  }
}

/* SP：ドロワーを全画面化 */

@media (max-width: 991px) {
  #drawer {
    top: 0 !important;
    right: -100% !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: #fff;
    opacity: 1 !important;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    transition: right .35s cubic-bezier(.22,.61,.36,1),
      visibility .35s ease !important;
    z-index: 9999999;
  }

  #drawer.open {
    right: 0 !important;
    left: auto !important;
    visibility: visible;
    pointer-events: auto;
  }

  /* 全画面表示なので背面オーバーレイは非表示 */

  #overlay,
  #overlay.open {
    display: none !important;
  }

  .drawer__topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 64px;
    padding: 8px 14px;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--cl-border);
  }

  #drawer .drawer__closeTop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 76px;
    min-height: 44px;
    padding: 8px 10px;
    background: transparent !important;
    border: 0;
    color: var(--cl-text) !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
  }

  #drawer .drawer__closeTop i {
    font-size: 28px;
    line-height: 1;
  }

  #drawer .drawer__search {
    padding: 16px;
    background: #fff;
    border-bottom: 1px solid var(--cl-border);
  }

  #drawer .searchForm__inner {
    min-height: 46px;
    background: var(--cl-bg-soft);
    border: 1px solid var(--cl-border);
  }

  #drawer .searchForm input[type="text"] {
    min-height: 44px;
    padding-left: 14px;
    background: transparent;
  }

  #drawer .drawer__accountText {
    background: var(--cl-bg-soft);
  }

  #drawer .drawer__nav {
    margin: 0;
    padding: 0;
  }

  #drawer .drawer__nav > li > a {
    min-height: 52px;
    padding: 14px 20px;
    background: #fff;
    border-bottom: 1px solid var(--cl-border);
    color: var(--cl-text);
    font-size: 14px;
  }

  #drawer .drawer__nav > li.hasChildren--click > a {
    background: var(--cl-bg-soft) !important;
    color: var(--cl-primary);
    font-weight: 600;
  }

  #drawer .drawer__nav li ul li a {
    padding-left: 30px;
    background: #fff;
  }

  #drawer .drawer__nav li ul li ul li a {
    padding-left: 44px;
    background: #fcfbf9;
    font-size: 13px;
  }

  #drawer .drawer__snsNav {
    padding: 10px 0 24px;
  }

  #drawer .drawer__snsNav .snsNav {
    margin: 15px;
  }

  #drawer .drawer__snsNav .snsNav a {
    color: var(--cl-primary) !important;
  }
}

/*=====================================================================
   追加修正：SP共通余白・ヘッダー検索・アカウント・フッター
   更新日：2026-06-23
   =====================================================================*/

/*---------------------------------------------------------------------
   SP：ヘッダー直下の検索窓
   ---------------------------------------------------------------------*/

.hdrSearchSp {
  display: none;
}

@media (max-width: 991px) {
  #hdr .hdrSearchSp {
    display: block !important;
    width: 100%;
    padding: 10px 12px 12px;
    background: #fff;
    border-bottom: 1px solid var(--cl-border);
  }

  #hdr .hdrSearchSp .searchForm {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #hdr .hdrSearchSp .searchForm__inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    overflow: hidden;
    border: 1px solid var(--cl-border);
    border-radius: 4px;
  }

  #hdr .hdrSearchSp input[type="text"] {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 44px;
    padding: 0 12px;
    background: transparent;
    border: 0;
    font-size: 14px;
  }

  #hdr .hdrSearchSp .searchForm__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 44px;
    padding: 0;
    background: var(--cl-primary);
    border: 0;
  }

  #hdr .hdrSearchSp .searchForm__submit img {
    width: 20px;
    height: auto;
    filter: brightness(0) invert(1);
  }

  /* SPではヘッダー上のアカウントアイコンを非表示 */

  #hdr .hdrMiddle__right .iconNav > ul > li.hasChildren.wpHide {
    display: none !important;
  }
}

/*---------------------------------------------------------------------
   SP：会員登録など標準ページの左右余白を縮小
   ---------------------------------------------------------------------*/

@media (max-width: 767px) {
  body:not(.fs-body-top) .fs-l-main,
  body:not(.fs-body-top) .fs-l-pageMain,
  body:not(.fs-body-top) #container,
  body:not(.fs-body-top) #main {
    width: 100% !important;
    max-width: 100% !important;
  }

  body:not(.fs-body-top) .fs-l-pageMain,
  body:not(.fs-body-top) #container:not(.topPage) {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body:not(.fs-body-top) .fs-c-breadcrumb,
  body:not(.fs-body-top) .fs-c-heading,
  body:not(.fs-body-top) .fs-c-documentColumn,
  body:not(.fs-body-top) .fs-c-inputInformation,
  body:not(.fs-body-top) .fs-c-registerForm,
  body:not(.fs-body-top) .fs-c-form {
    max-width: 100% !important;
  }

  body:not(.fs-body-top) input[type="text"],
  body:not(.fs-body-top) input[type="email"],
  body:not(.fs-body-top) input[type="password"],
  body:not(.fs-body-top) input[type="tel"],
  body:not(.fs-body-top) select,
  body:not(.fs-body-top) textarea {
    max-width: 100%;
  }
}

/*---------------------------------------------------------------------
   フッター共通
   ---------------------------------------------------------------------*/

#ftr {
  margin-top: 80px;
  border-top: 1px solid var(--cl-border) !important;
  background: #fff;
}

#ftr .fNav--typeB {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 70px;
  align-items: start;
  padding-top: 55px;
  padding-bottom: 45px;
}

#ftr .fNav__brand {
  min-width: 0;
}

#ftr .fNav__logo {
  margin: 0 0 18px;
  padding: 0;
  text-align: left;
}

#ftr .fNav__logo img {
  display: block;
  width: auto;
  max-width: 180px;
  height: auto;
}

#ftr .fNav__message {
  margin: 0 0 22px;
  color: var(--cl-sub);
  font-size: 13px;
  line-height: 1.9;
}

#ftr .fNav__brand .snsNav {
  display: flex;
  justify-content: flex-start !important;
  gap: 18px;
  margin: 0 !important;
}

#ftr .fNav__brand .snsNav li {
  margin: 0 !important;
}

#ftr .fNav__brand .snsNav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--cl-primary) !important;
  border: 1px solid var(--cl-border);
  border-radius: 50%;
  font-size: 19px;
}

#ftr .fNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 28px;
  margin: 0;
  padding: 0;
}

#ftr .fNav__list > li {
  margin: 0;
}

#ftr .fNav__list > li > a {
  display: block;
  padding: 8px 0;
  color: var(--cl-text) !important;
  font-size: 13px;
  line-height: 1.5;
}

#ftr .fNav__list > li > a:hover {
  color: var(--cl-accent) !important;
}

#ftr .ftrPayment {
  padding: 25px 20px;
  text-align: center;
  background: var(--cl-bg-soft);
  border-top: 1px solid var(--cl-border);
}

#ftr .ftrPayment__title {
  margin: 0 0 12px;
  color: var(--cl-sub);
  font-size: 12px;
  letter-spacing: .08em;
}

#ftr .ftrPayment img {
  display: block;
  width: auto;
  max-width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
}

#ftr .copyright {
  padding: 18px 16px;
  background: var(--cl-primary-dark);
  color: #fff;
  text-align: center;
}

#ftr .copyright small {
  font-size: 11px;
  letter-spacing: .06em;
}

/*---------------------------------------------------------------------
   SP：フッターをアコーディオン中心に整理
   ---------------------------------------------------------------------*/

@media (max-width: 991px) {
  #ftr {
    margin-top: 55px;
  }

  #ftr .fNav--typeB {
    display: block;
    padding: 34px 12px 26px;
  }

  #ftr .fNav__brand {
    padding: 0 4px 28px;
    text-align: center;
  }

  #ftr .fNav__logo {
    margin-bottom: 14px;
    text-align: center;
  }

  #ftr .fNav__logo img {
    max-width: 145px;
    margin: 0 auto;
  }

  #ftr .fNav__message {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.8;
  }

  #ftr .fNav__brand .snsNav {
    justify-content: center !important;
    padding: 25px 0 15px !important;
  }

  #ftr .fNav__menu {
    border-top: 1px solid var(--cl-border);
  }

  #ftr .fNav__list {
    display: block;
  }

  #ftr .fNav__list > li {
    width: 100%;
    border-bottom: 1px solid var(--cl-border);
  }

  #ftr .fNav__list > li > a {
    position: relative;
    min-height: 50px;
    padding: 15px 42px 15px 14px;
    background: #fff !important;
    color: var(--cl-text) !important;
    font-size: 13px;
    font-weight: 500;
  }

  #ftr .fNav__list > li.hasChildren--click > a {
    background: var(--cl-bg-soft) !important;
    color: var(--cl-primary) !important;
    font-weight: 600;
  }

  #ftr .fNav__list li ul {
    margin: 0;
    padding: 0;
  }

  #ftr .fNav__list li ul li a {
    display: block;
    min-height: 46px;
    padding: 13px 42px 13px 24px;
    background: #fff;
    border-top: 1px solid var(--cl-border-light);
    color: var(--cl-text) !important;
    font-size: 13px;
  }

  #ftr .fNav__list li ul li ul li a {
    padding-left: 38px;
    background: #fcfbf9;
    font-size: 12px;
  }

  #ftr .ftrPayment {
    padding: 22px 12px;
  }

  #ftr .ftrPayment img {
    max-width: 100%;
  }

  #toTop {
    right: 14px;
    bottom: 14px;
  }
}

/*=========================================================
   商品一覧ページ / 商品詳細ページ 画像寄せ調整
   =========================================================*/

/*-------------------------
   共通
--------------------------*/

:root {
  --cl-page-width: 1200px;
  --cl-main: #9a8473;
  --cl-main-dark: #7d6858;
  --cl-sub: #c7b19b;
  --cl-text: #3f3a36;
  --cl-text-light: #7f766f;
  --cl-border: #e6e0d9;
  --cl-bg-soft: #f7f4f1;
  --cl-bg-gray: #f2f2f2;
  --cl-white: #ffffff;
}

.fs-c-breadcrumb {
  max-width: var(--cl-page-width);
  margin: 18px auto 24px;
  padding: 0;
  color: var(--cl-text-light);
  font-size: 12px;
  line-height: 1.7;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  margin: 0 8px;
  color: #b8ada3;
}

@media (max-width: 1200px) {
  .fs-c-breadcrumb {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .fs-c-breadcrumb {
    padding: 0 12px;
    margin: 12px auto 16px;
    font-size: 11px;
  }
}

/*=========================================================
   商品一覧ページ
   =========================================================*/

.fs-c-subgroupList {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0 0 36px !important;
}

.fs-c-subgroupList__item {
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fs-c-subgroupList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 18px;
  border: none !important;
  border-radius: 999px;
  background: #c6b09a !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: center;
  box-shadow: none;
  transition: opacity .25s ease, transform .25s ease;
}

.fs-c-subgroupList__link:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.fs-c-subgroupList__link::after {
  content: none;
}

.fs-c-sortItems {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin-bottom: 34px;
  border: none !important;
}

.fs-c-sortItems__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 46px;
  padding: 10px 18px;
  border: none !important;
  background: var(--cl-main) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.fs-c-sortItems__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  border: none !important;
}

.fs-c-sortItems__list__item {
  margin: 0 !important;
  border: 1px solid #bfb3a8;
  background: #fff;
}

.fs-c-sortItems__list__item a,
.fs-c-sortItems__list__item button,
.fs-c-sortItems__list__item label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 46px;
  padding: 10px 16px;
  color: var(--cl-text) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}

.fs-c-sortItems__list__item.is-active,
.fs-c-sortItems__list__item.is-active a,
.fs-c-sortItems__list__item.is-active button,
.fs-c-sortItems__list__item.is-active label {
  background: #c6b09a !important;
  color: #fff !important;
  border-color: #c6b09a !important;
}

.fs-c-productList__list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px 26px;
  margin: 0 !important;
}

.fs-c-productList__list__item {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.fs-c-productList__list__item a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  background: #efefef;
}

.fs-c-productList__list .fs-c-productListItem__productName {
  margin: 14px 0 10px !important;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  color: var(--cl-text);
}

.fs-c-productList__list .fs-c-productName__name,
.fs-c-productList__list span.fs-c-productName__name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.75;
}

.fs-c-productMarks,
.fs-c-productNumber + .fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px !important;
}

.fs-c-productList__list .fs-c-productListItem__prices.fs-c-productPrices {
  margin-top: 0;
  line-height: 1.5;
}

.fs-c-productPrice--listed {
  margin: 0 0 2px !important;
  font-size: 10px !important;
  color: var(--cl-text-light);
}

.fs-c-productPrice__main__label {
  font-size: 10px;
  color: var(--cl-text-light);
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--cl-text) !important;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 10px;
  color: var(--cl-text-light);
  margin-left: 3px;
}

.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
  background: #f2f2f2;
  border: none;
  padding: 8px 10px;
  font-size: 12px;
}

.fs-c-pagination,
.fs-c-pager,
.fs-c-pageItems,
.fs-c-pageItems__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.fs-c-pagination li,
.fs-c-pager li,
.fs-c-pageItems li,
.fs-c-pageItems__list li {
  list-style: none;
}

.fs-c-pagination a,
.fs-c-pagination span,
.fs-c-pager a,
.fs-c-pager span,
.fs-c-pageItems a,
.fs-c-pageItems span,
.fs-c-pageItems__link,
.fs-c-pageItems__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--cl-text) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.fs-c-pagination .is-current,
.fs-c-pagination .current,
.fs-c-pager .is-current,
.fs-c-pager .current,
.fs-c-pageItems .is-current,
.fs-c-pageItems .current,
.fs-c-pageItems__item.is-current,
.fs-c-pageItems__link.is-current {
  background: #c6b09a;
  color: #fff !important;
}

@media (max-width: 991px) {
  .fs-c-subgroupList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px !important;
  }

  .fs-c-subgroupList__link {
    min-height: 44px;
    font-size: 13px;
    padding: 8px 12px;
  }

  .fs-c-productList__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .fs-c-sortItems {
    gap: 10px;
    margin-bottom: 24px;
  }

  .fs-c-sortItems__label {
    min-width: 78px;
    min-height: 40px;
    font-size: 12px;
  }

  .fs-c-sortItems__list__item a,
  .fs-c-sortItems__list__item button,
  .fs-c-sortItems__list__item label {
    min-width: 92px;
    min-height: 40px;
    font-size: 12px;
    padding: 8px 10px;
  }

  .fs-c-productList__list .fs-c-productListItem__productName {
    margin: 10px 0 8px !important;
    font-size: 12px;
    line-height: 1.65;
  }

  .fs-c-productMark {
    font-size: 9px;
    min-height: 18px;
    padding: 2px 6px;
  }

  .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 16px !important;
  }

  .fs-c-pagination,
  .fs-c-pager,
  .fs-c-pageItems,
  .fs-c-pageItems__list {
    justify-content: center;
    margin-top: 28px;
  }
}

/*=========================================================
   商品詳細ページ
   =========================================================*/

@media screen and (min-width: 992px) {
  .fs-body-product .fs-l-product2 .fs-l-productLayout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
    gap: 38px;
    width: 100% !important;
    margin: 0 !important;
  }

  .fs-body-product .fs-l-productLayout__item--1,
  .fs-body-product .fs-l-productLayout__item--2 {
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
  }

  .fs-body-product .fs-l-productLayout__item--2 {
    align-self: start;
    position: sticky;
    top: 110px;
    padding: 26px 24px;
    border-radius: 4px;
  }
}

@media (max-width: 991px) {
  .fs-body-product .fs-l-productLayout__item--2 {
    padding: 18px 14px;
    border-radius: 4px;
    margin-top: 24px;
  }
}

.fs-c-productMainImage,
.fs-c-productCarouselMainImage .slick-list.draggable {
  background: #f3f3f3;
}

.fs-c-productMainImage img,
.fs-c-productCarouselMainImage__image > img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #efefef;
}

.fs-c-productThumbnail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 0;
}

.fs-c-productThumbnail > * {
  margin: 0 !important;
}

.fs-c-productThumbnail img,
.fs-c-productCarouselThumbnail__image > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  background: #efefef;
  border: 1px solid #ece7e1;
}

.fs-c-productNumber {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #ddd4cb;
  font-size: 12px;
  line-height: 1.4;
}

.fs-l-product2 .fs-c-productNameHeading.fs-c-heading {
  margin: 12px 0 16px !important;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  color: var(--cl-text);
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
  margin: 0 !important;
}

.fs-c-productMarks {
  margin: 0 0 12px !important;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
  margin: 16px 0 18px;
}

.fs-c-productPrices .fs-c-productPrice--listed {
  font-size: 11px !important;
  color: var(--cl-text-light);
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: var(--cl-text) !important;
}

.fs-c-productPrices--productDetail .fs-c-productPrice {
  line-height: 1.5;
}

.fs-c-inquiryAboutProduct,
.fs-c-returnedSpecialContract,
.fs-c-productReview__addReview,
.fs-c-productPointDisplay {
  font-size: 13px;
  line-height: 1.8;
}

.fs-c-variationAndActions {
  margin: 22px 0 0 !important;
}

.fs-c-variationList__item {
  margin-bottom: 16px !important;
}

.fs-c-variationLabel {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--cl-text);
  line-height: 1.6;
}

.fs-c-variationLabel .fs-c-requiredMark,
.fs-c-variationLabel .fs-c-requiredLabel,
.fs-c-inputInformation__field__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 2px 6px;
  background: #eef5fa;
  border: 1px solid #bdd0df;
  color: #6c8598;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
}

.fs-body-product select,
.fs-body-product input[type="text"],
.fs-body-product input[type="number"],
.fs-body-product input[type="tel"],
.fs-body-product textarea,
.fs-c-quantity__select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #d8d2cb;
  background: #fff;
  color: var(--cl-text);
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
  box-shadow: none;
}

.fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 40px 128px;
}

.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
  padding: 0;
}

.fs-c-productQuantityAndWishlist {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.fs-c-productQuantityAndWishlist .fs-c-buttonContainer {
  padding: 0;
}

button.fs-c-button--addToCart--detail.fs-c-button--primary,
button.fs-c-button--addToCart--variation.fs-c-button--primary {
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  border: none !important;
  border-radius: 999px;
  background: var(--cl-main) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .04em;
}

button.fs-c-button--addToWishList--detail.fs-c-button--particular {
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid #d7d0c7;
  background: #fff;
  color: var(--cl-text);
  font-size: 14px;
  font-weight: 700;
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain,
a.fs-c-button--addReview--detail.fs-c-button--plain {
  border-radius: 999px;
  border: 1px solid #ddd2c8;
  background: #fff;
  color: var(--cl-text);
  font-size: 13px;
  font-weight: 700;
}

.fs-body-product .fs-c-productDescription,
.fs-body-product .fs-c-productDescription__content,
.fs-body-product .fs-c-productNotice,
.fs-body-product .fs-c-productDescription__content table {
  line-height: 1.8;
}

.fs-body-product .fs-c-productDescription__content img {
  max-width: 100%;
  height: auto;
}

.fs-body-product .fs-c-productList,
.fs-body-product .fs-recommend,
.fs-body-product .fs-c-coordinatedProducts,
.fs-body-product .fs-c-relatedProducts {
  margin-top: 70px;
}

.fs-body-product .fs-c-heading,
.fs-body-product .fs-c-relatedProducts .fs-c-heading,
.fs-body-product .fs-c-coordinatedProducts .fs-c-heading {
  color: var(--cl-text);
}

.fs-c-productListItem__control > *:last-child {
    margin: auto !important;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    color: #da4453 !important;
}

.iconNav__cart .cartAmount {
    background: #da4453 !important;
}

#toTop.toTop--primary a, .toDetailSearch.toTop--primary a{
    background: #7c6c5d !important;
}

@media (max-width: 767px) {
  .fs-l-product2 .fs-c-productNameHeading.fs-c-heading {
    font-size: 16px;
    line-height: 1.7;
  }

  .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 26px !important;
  }

  .fs-c-productThumbnail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .fs-c-productQuantityAndWishlist {
    grid-template-columns: 1fr;
  }

  button.fs-c-button--addToCart--detail.fs-c-button--primary,
  button.fs-c-button--addToCart--variation.fs-c-button--primary,
  button.fs-c-button--addToWishList--detail.fs-c-button--particular {
    min-height: 48px;
    font-size: 14px;
  }
}

/*=========================================================
   商品詳細ページ 追加バナー（HTML追加用）
   =========================================================*/

.cl_pd_links {
  display: grid;
  gap: 10px;
  margin: 18px 0 20px;
}

.cl_pd_links__item {
  display: grid;
  grid-template-columns: 120px 1fr 18px;
  gap: 14px;
  align-items: center;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e5dfd8;
  text-decoration: none;
  color: var(--cl-text) !important;
  transition: background .25s ease, transform .25s ease;
}

.cl_pd_links__item:hover {
  background: #faf7f4;
  transform: translateY(-1px);
}

.cl_pd_links__thumb img {
  width: 100%;
  height: 68px;
  object-fit: cover;
  display: block;
}

.cl_pd_links__text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.cl_pd_links__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4a443e;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.cl_pd_feature {
  margin: 70px 0 0;
  padding: 34px 22px;
  background: linear-gradient(180deg, #fbfbfb 0%, #f6f3ef 100%);
}

.cl_pd_feature__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.cl_pd_feature__item {
  text-align: center;
  color: var(--cl-text);
}

.cl_pd_feature__icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}

.cl_pd_feature__title {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.cl_pd_feature__text {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  color: var(--cl-text-light);
}

@media (max-width: 767px) {
  .cl_pd_links__item {
    grid-template-columns: 88px 1fr 16px;
    gap: 10px;
    padding: 8px;
  }

  .cl_pd_links__thumb img {
    height: 56px;
  }

  .cl_pd_links__text {
    font-size: 12px;
  }

  .cl_pd_feature {
    margin-top: 48px;
    padding: 28px 14px;
  }

  .cl_pd_feature__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .cl_pd_feature__title {
    font-size: 13px;
  }

  .cl_pd_feature__text {
    font-size: 11px;
    line-height: 1.7;
  }
}

/*=====================================================================
   13. 実際のFutureShop出力HTMLに合わせた商品一覧ページ最終調整
   対象: body.fs-body-category / #fs_ProductCategory
   =====================================================================*/

/* 商品一覧ページのコンテンツ幅 */

body.fs-body-category .fs-l-main {
  width: 100%;
}

body.fs-body-category .fs-l-pageMain {
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* 商品グループ上下に自動表示される件数表示は非表示 */

body.fs-body-category .fs-c-subgroup > .fs-c-listControl {
  display: none !important;
}

/* カテゴリーボタン */

body.fs-body-category .fs-c-subgroup {
  margin: 0 0 56px;
}

body.fs-body-category .fs-c-subgroupList {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0 !important;
  padding: 0;
}

body.fs-body-category .fs-c-subgroupList__item {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.fs-body-category .fs-c-subgroupList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 10px 18px;
  border: 0 !important;
  border-radius: 999px;
  background: #c6b09a !important;
  color: #fff !important;
  box-shadow: none !important;
  text-decoration: none;
  transition: opacity .25s ease, transform .25s ease;
}

body.fs-body-category .fs-c-subgroupList__link:hover {
  opacity: .88;
  transform: translateY(-1px);
}

body.fs-body-category .fs-c-subgroupList__label {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  text-align: center;
}

/* 並び替えとページャーを横並び */

body.fs-body-category .fs-c-productList__controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 28px;
}

body.fs-body-category .fs-c-sortItems {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  border: 0;
}

body.fs-body-category .fs-c-sortItems__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 44px;
  margin: 0;
  padding: 10px 16px;
  border: 0 !important;
  background: #988574 !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

body.fs-body-category .fs-c-sortItems__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body.fs-body-category .fs-c-sortItems__list__item {
  margin: 0 !important;
  padding: 0;
  border: 1px solid #b8aca1;
  background: #fff;
}

body.fs-body-category .fs-c-sortItems__list__item__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px !important;
  min-height: 42px !important;
  padding: 9px 14px !important;
  color: #4b433c !important;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

body.fs-body-category .fs-c-sortItems__list__item.is-active,
body.fs-body-category .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  border-color: #c6b09a;
  background: #c6b09a !important;
  color: #fff !important;
}

/* 並び替え横の件数だけ非表示 */

body.fs-body-category .fs-c-productList__controller .fs-c-listControl__status {
  display: none !important;
}

body.fs-body-category .fs-c-productList__controller .fs-c-listControl {
  margin-left: auto;
}

/* ページャー */

body.fs-body-category .fs-c-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
}

body.fs-body-category .fs-c-pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  margin: 0 !important;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #4b433c !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

body.fs-body-category .fs-c-pagination__item.is-active {
  background: #c6b09a !important;
  color: #fff !important;
}

body.fs-body-category .fs-c-pagination__item--next::before {
  content: ">";
  font-size: 16px;
  line-height: 1;
}

/* 商品一覧をPC4列 */

body.fs-body-category .fs-c-productList__list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px 28px;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

body.fs-body-category .fs-c-productList__list__item {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
}

body.fs-body-category .fs-c-productList__list__item > form {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

/* 商品画像を正方形 */

body.fs-body-category .fs-c-productListItem__imageContainer,
body.fs-body-category .fs-c-productListItem__image,
body.fs-body-category .fs-c-productListItem__image > a {
  display: block;
  width: 100%;
}

body.fs-body-category .fs-c-productListItem__imageContainer {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #ededed;
}

body.fs-body-category .fs-c-productListItem__image__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

@media (hover: hover) {
  body.fs-body-category .fs-c-productListItem__imageContainer:hover .fs-c-productListItem__image__image {
    transform: scale(1.025);
    opacity: .94;
  }
}

/* 他の画像を見るボタンを消す */

body.fs-body-category .fs-c-productListItem__viewMoreImageButton {
  display: none !important;
}

/* 商品名 */

body.fs-body-category .fs-c-productListItem__productName {
  margin: 12px 0 8px !important;
  padding: 0;
  font-weight: 400;
}

body.fs-body-category .fs-c-productListItem__productName a {
  display: block;
  color: #3f3934 !important;
  text-decoration: none;
}

body.fs-body-category .fs-c-productName__copy {
  display: block;
  overflow: hidden;
  margin: 0 0 2px;
  color: #5f5750;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.fs-body-category .fs-c-productName__name {
  display: -webkit-box;
  overflow: hidden;
  color: #2f2b28;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 商品マークはulではなく内側spanを装飾 */

body.fs-body-category .fs-c-productMarks {
  margin: 0 0 8px !important;
}

body.fs-body-category ul.fs-c-productMark {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  background: transparent !important;
  list-style: none;
}

body.fs-body-category .fs-c-productMark__item {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

body.fs-body-category .fs-c-productMark__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 19px;
  padding: 2px 7px;
  border: 0;
  border-radius: 0;
  background: #c7ad92 !important;
  color: #fff !important;
}

.fs-c-productMark__mark--3 {
  background: #c9b29b !important;
}

body.fs-body-category .fs-c-productMark__label {
  color: inherit !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

/* 価格 */

body.fs-body-category .fs-c-productListItem__prices {
  margin: auto 0 0;
  padding-top: 2px;
}

body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0;
  line-height: 1.4;
}

body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}

body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main__label {
  color: #6f675f;
  font-size: 9px;
  font-weight: 400;
}

body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main__price {
  color: #5c5148 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: .01em;
}

body.fs-body-category .fs-c-productListItem__prices .fs-c-price__currencyMark {
  margin-right: 1px;
  font-size: .8em;
}

body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__addon {
  color: #766f69;
  font-size: 9px;
}

/* 詳細ボタンは非表示、お気に入りだけ右下に表示 */

body.fs-body-category .fs-c-productListItem__control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 28px;
  margin-top: 4px;
  padding: 0;
}

body.fs-body-category .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none !important;
}

body.fs-body-category .fs-c-productListItem__control .fs-c-button--addToWishList--icon {
  position: relative;
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0;
}

body.fs-body-category .fs-c-productListItem__control .fs-c-button--addToWishList--icon::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #796f67;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

body.fs-body-category .fs-c-productListItem__control .fs-c-button--addToWishList--icon .fs-c-button__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

/* 商品一覧下部のページャー */

body.fs-body-category .fs-c-productList__list + .fs-c-productList__controller,
body.fs-body-category .fs-c-productList > .fs-c-productList__controller:last-child {
  margin-top: 56px;
  margin-bottom: 20px;
}

/* タブレット */

@media (max-width: 991px) {
  body.fs-body-category .fs-l-pageMain {
    width: min(100% - 28px, 1200px);
  }

  body.fs-body-category .fs-c-subgroupList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.fs-body-category .fs-c-productList__controller {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  body.fs-body-category .fs-c-productList__controller .fs-c-listControl {
    width: 100%;
    margin-left: 0;
  }

  body.fs-body-category .fs-c-pagination {
    justify-content: center;
  }

  body.fs-body-category .fs-c-productList__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 18px;
  }
}

/* スマートフォン */

@media (max-width: 767px) {
  body.fs-body-category .fs-l-pageMain {
    width: calc(100% - 24px);
    margin: 0 auto;
  }

  body.fs-body-category .fs-c-subgroup {
    margin-bottom: 32px;
  }

  body.fs-body-category .fs-c-subgroupList__link {
    min-height: 42px;
    padding: 8px 10px;
  }

  body.fs-body-category .fs-c-subgroupList__label {
    font-size: 12px;
  }

  body.fs-body-category .fs-c-sortItems {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.fs-body-category .fs-c-sortItems__label {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 40px;
  }

  body.fs-body-category .fs-c-sortItems__list {
    display: contents;
  }

  body.fs-body-category .fs-c-sortItems__list__item,
  body.fs-body-category .fs-c-sortItems__list__item__label {
    width: 100%;
    min-width: 0;
  }

  body.fs-body-category .fs-c-sortItems__list__item__label {
    min-height: 40px;
    padding: 8px 6px;
    font-size: 11px;
  }

  body.fs-body-category .fs-c-productList__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
  }

  body.fs-body-category .fs-c-productName__copy {
    font-size: 9px;
  }

  body.fs-body-category .fs-c-productName__name {
    min-height: 39px;
    font-size: 12px;
    line-height: 1.6 !important;
  }

  body.fs-body-category .fs-c-productMark__mark {
    min-height: 17px;
    padding: 2px 5px;
  }

  body.fs-body-category .fs-c-productMark__label {
    font-size: 8px;
  }

  body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main {
    display: flex;
    flex-wrap: wrap;
    gap: 1px 4px;
  }

  body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main__label {
    width: 100%;
    font-size: 8px;
  }

  body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main__price {
    font-size: 15px !important;
  }
}

/*=====================================================================
   14. 商品一覧：価格（税込込み）とお気に入りハートを横並び
   実際のFutureShop出力HTMLに合わせた最終上書き
   =====================================================================*/

body.fs-body-category .fs-c-productList__list__item form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  grid-template-areas: "image image"
    "name name"
    "marks marks"
    "price wishlist";
  column-gap: 8px;
  align-items: end;
  height: 100%;
}

body.fs-body-category .fs-c-productListItem__imageContainer {
  grid-area: image;
}

body.fs-body-category .fs-c-productListItem__productName {
  grid-area: name;
}

body.fs-body-category .fs-c-productMarks {
  grid-area: marks;
}

body.fs-body-category .fs-c-productListItem__prices {
  grid-area: price;
  align-self: center;
  min-width: 0;
  margin: 0;
  padding-top: 2px;
}

/* 「当店特別価格」「¥4,000」「税込」をひとまとまりにする */

body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 4px;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
}

body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 5px;
  min-width: 0;
  white-space: nowrap;
}

body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main__label,
body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main__price,
body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__addon {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* お気に入りエリアを価格の右横へ */

body.fs-body-category .fs-c-productListItem__control {
  grid-area: wishlist;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
  min-height: 32px;
  margin: 0;
  padding: 0;
}

body.fs-body-category .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none !important;
}

body.fs-body-category .fs-c-productListItem__control .fs-c-button--addToWishList--icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0;
}

/* SPも価格と税込は分割しない */

@media (max-width: 767px) {
  body.fs-body-category .fs-c-productList__list__item form {
    grid-template-columns: minmax(0, 1fr) 28px;
    column-gap: 4px;
  }

  body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice {
    gap: 2px;
  }

  body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 3px;
  }

  body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main__label {
    width: auto;
    font-size: 7px;
  }

  body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__main__price {
    font-size: 14px !important;
  }

  body.fs-body-category .fs-c-productListItem__prices .fs-c-productPrice__addon {
    font-size: 7px;
  }

  body.fs-body-category .fs-c-productListItem__control,
  body.fs-body-category .fs-c-productListItem__control .fs-c-button--addToWishList--icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  body.fs-body-category .fs-c-productListItem__control .fs-c-button--addToWishList--icon::before {
    font-size: 23px;
  }
}

/*============================================================
   会員登録：必須・ラジオボタン・チェックボックスの色調整
   ============================================================*/

.fs-c-requiredMark {
  border: solid #7c6c5d 1px !important;
}

.fs-c-requiredMark::before {
  color: #7c6c5d !important;
}

.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark::before {
  background: #7c6c5d !important;
}

.fs-c-checkbox__checkbox:checked+label>.fs-c-checkbox__checkMark::before {
  background: #7c6c5d !important;
}

/* 通常のチェックマーク */

#fs_form .fs-c-checkbox__checkbox:checked
+ .fs-c-checkbox__label
.fs-c-checkbox__checkMark::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: solid var(--cl-white);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -55%) rotate(45deg);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
その他
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.fs-c-wishlistProduct__header {
  display: block !important;
  margin-top: 50px !important;
  padding-bottom: 30px !important;
  text-align: center !important;
}
