<style type="text/css">/* ==========================================================================
   1. 共通レイアウト（グリッド・基本設定）
   ========================================================================== */
.features-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}

.features-list .box {
  text-align: center;
}

.features-list .box a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.features-list .box img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-list .box a:hover img {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.features-list .category-name {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   3. ボタンデザイン（色のみ個別に設定）
   ========================================================================== */
.btn-drape, .btn-lace {
  display: inline-block;
  padding: 14px 36px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.3s ease;
  text-align: center;
}

/* ドレープ：ブラウン ? */
.btn-drape { background-color: #4a3b2a; }
.btn-drape:hover { background-color: #3b2f21; transform: translateY(-1px); }

/* レース：グレージュ ?? */
.btn-lace { background-color: #8f9e9b; }
.btn-lace:hover { background-color: #7d8c89; transform: translateY(-1px); }

.btn-drape:active, .btn-lace:active {
  transform: translateY(0);
  opacity: 0.9;
}

/* SEO用非表示 */
.site-title {
  position: absolute;
  left: -9999px;
}
</style>
<style>
/* スライダー全体のコンテナ */
.swiper01 {
    width: 100%;
    padding-bottom: 40px !important; /* ページネーション用 */
}

/* 各アイテムのカード形式 */
.image-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    height: auto;
    overflow: hidden;
    list-style: none;
}

.card-body {
    padding: 12px;
}

.product-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.caption {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* 6枚目の空のグリッドスタイル */
.empty-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-icon {
    font-size: 40px;
    color: #ddd;
    font-weight: 100;
}

.view-more-link {
    text-decoration: none;
    display: block;
}

.responsive-img {
    width: 100%;
    height: auto;
    display: block;
}
</style>

<style>
/* 1. スライダー03の矢印だけをピンポイントで消去 */
.slider03 .s03-prev, 
.slider03 .s03-next, 
.slider03 .swiper-button-prev, 
.slider03 .swiper-button-next {
    display: none !important;
}

/* 2. スライダー03の外枠だけの設定 */
.slider-outer-container {
    width: 100% !important;
    overflow: hidden !important;
    padding: 20px 0;
}

/* 3. スライダー03の横並び設定（頭に .slider03 を追加） */
.slider03 .swiper-wrapper {
    display: flex !important;
}

/* スライダー03の中のスライドだけを設定 */
.slider03 .swiper-slide {
    height: auto !important;
    text-align: center;
}

/* スライダー03の中の画像だけを設定 */
.slider03 .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 8px;
    margin-bottom: 8px;
}

/* スライダー03の中のカテゴリ名だけを設定 */
.slider03 .category-name {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
</style>

<style type="text/css">
/* ==========================================================================
   3. ボタンデザイン（色のみ個別に設定）
   ========================================================================== */
.btn-drape, .btn-lace {
  display: inline-block;
  padding: 14px 36px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.3s ease;
  text-align: center;
}

/* ドレープ：ブラウン ? */
.btn-drape { background-color: #4a3b2a; }
.btn-drape:hover { background-color: #3b2f21; transform: translateY(-1px); }

/* レース：グレージュ ?? */
.btn-lace { background-color: #8f9e9b; }
.btn-lace:hover { background-color: #7d8c89; transform: translateY(-1px); }

.btn-drape:active, .btn-lace:active {
  transform: translateY(0);
  opacity: 0.9;
}

/* SEO用非表示 */
.site-title {
  position: absolute;
  left: -9999px;
}

/* 1. スライダー03の矢印だけをピンポイントで消去 */
.slider03 .s03-prev, 
.slider03 .s03-next, 
.slider03 .swiper-button-prev, 
.slider03 .swiper-button-next {
    display: none !important;
}

/* 2. スライダー03の外枠だけの設定 */
.slider-outer-container {
    width: 100% !important;
    overflow: hidden !important;
    padding: 20px 0;
}

/* 3. スライダー03の横並び設定（頭に .slider03 を追加） */
.slider03 .swiper-wrapper {
    display: flex !important;
}

/* スライダー03の中のスライドだけを設定 */
.slider03 .swiper-slide {
    height: auto !important;
    text-align: center;
}

/* スライダー03の中の画像だけを設定 */
.slider03 .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 8px;
    margin-bottom: 8px;
}

/* スライダー03の中のカテゴリ名だけを設定 */
.slider03 .category-name {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
</style>
