@charset "UTF-8";

/* =====================================================
   feature-common.css
   特集LP共通パーツ
===================================================== */
/* ===== base reset ===== */
#ft_c img {
  margin-bottom: 0;
}

/* ===== lead center ===== */
#ft_c .lead-center p {
  text-align: center;
}

#ft_c .lead-center img {
  display: block;
  margin: 0 auto;
}

#ft_c .lead-sub {
  font-weight: bold;
  font-size: 1.4em;
  color: #8c0c0c;
}

#ft_c h3.h3ttl {
  text-align: center;
}

@media (max-width: 768px) {
    #ft_c .h3ttl {
        font-size: 1.5em;
    }
}

/* =====================================================
   2カラム（特集共通）
===================================================== */
#ft_c .ft-article {
  margin: 4em 0;
}

#ft_c .ft-article-mds {
  margin-bottom: 1em;
}

#ft_c .ft-article-inner {
  display: flex;
  gap: 30px;
  align-items: center;
}

#ft_c .ft-article-text,
#ft_c .ft-article-img {
  width: 50%;
}

#ft_c .ft-article-text {
  line-height: 1.8;
}

#ft_c .ft-article-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width:768px) {
  #ft_c .ft-article-inner {
    flex-direction: column;
    gap: 0;
  }

  #ft_c .ft-article-text,
  #ft_c .ft-article-img {
    width: 100%;
  }
}

/* =====================================================
   3カード（カテゴリ導線）
===================================================== */
#ft_c .ft-category {
  margin: 5em 0;
  text-align: center;
}

#ft_c .ft-category-ttl {
  text-align: center;
}

#ft_c .ft-category-sub {
  margin: 0.8em auto 2.5em;
  max-width: 720px;
  line-height: 1.8;
  text-align: center;
}

/* カード横並び */
#ft_c .ft-category-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
}

#ft_c .ft-category-card {
  width: 33.333%;
  background: #f7f4ef;
  border-radius: 20px;
  padding: 20px 16px 22px;
  transition: 0.3s;
  text-align: center;
}

#ft_c .ft-category-img img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  margin-bottom: 1em;
}

#ft_c .ft-category-name {
  font-weight: 600;
  margin-bottom: 0.8em;
  text-align: center;
}

#ft_c .ft-category-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
}

/* SP */
@media (max-width:768px) {
  #ft_c .ft-category-cards {
    flex-direction: column;
  }

  #ft_c .ft-category-card {
    width: 100%;
  }
}

/* =====================================================
   商品2列（角丸囲み）
===================================================== */

#ft_c .rec-ttl {
  margin: 1.5em 0 0.6em;
  font-size: 1.35em;
}

#ft_c .rec-items {
  display: flex;
  gap: 20px;
}

#ft_c .rec-item {
  width: 50%;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
}

#ft_c .rec-thumb img {
  width: 100%;
  border-radius: 12px;
}

#ft_c .rec-name {
  margin: 0.8em 0 0.6em;
  font-weight: bold;
  text-align: center;
}

#ft_c .rec-price {
  text-align: center;
}

@media (max-width:768px) {
  #ft_c .rec-items {
    flex-direction: column;
  }

  #ft_c .rec-item {
    width: 100%;
  }
}

/* =====================================================
   新商品2列（角丸囲み）
===================================================== */

#ft_c .card2--ttl {
  margin: 1.5em 0 0.6em;
  font-size: 1.35em;
}

#ft_c .card2--items {
  display: flex;
  gap: 20px;
}

#ft_c .card2--item {
  width: 50%;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
}

#ft_c .card2--thumb img {
  width: 100%;
  border-radius: 12px;
}

#ft_c .card2--name {
  margin: 0.8em 0 0.6em;
  font-weight: bold;
  text-align: center;
}

#ft_c .card2--price {
  text-align: center;
}

@media (max-width:768px) {
  #ft_c .card2--items {
    flex-direction: column;
  }

  #ft_c .card2--item {
    width: 100%;
  }
}


/* =====================================================
   decorative button（花など差替え前提）
===================================================== */
#ft_c .decor-card {
  position: relative;
  display: inline-block;
  padding: 2.2em 3.2em;
  border-radius: 28px;
  background: #f6edda;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.6;
  color: #c96a7a;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.05),
    0 6px 14px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
  overflow: hidden;
}

#ft_c .decor-card::before,
#ft_c .decor-card::after {
  content: "";
  position: absolute;
  background: var(--decor-flower) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

#ft_c .decor-card::before {
  top: -20px;
  left: -15px;
  width: 90px;
  height: 90px;
}

#ft_c .decor-card::after {
  bottom: -18px;
  right: -12px;
  width: 70px;
  height: 70px;
}

/* =====================================================
   アコーディオン
===================================================== */
.accordion-005 {
  max-width: 700px;
}

.accordion-005:not([open]) {
  margin-bottom: 7px;
}

.accordion-005 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-left: 5px solid #ffa3c3;
  background-color: #f2f2f2;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.accordion-005 summary::-webkit-details-marker {
  display: none;
}

.accordion-005 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #c2c2c2;
  border-right: 3px solid #c2c2c2;
  content: '';
  transition: transform .3s;
}

.accordion-005[open] summary::after {
  transform: rotate(225deg);
}

.accordion-005 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 0em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
  transform: none;
  opacity: 1;
}

/* アコーディオン内の画像を常に中央寄せ */
#ft_c .accordion-005 .acc-inner {
  text-align: left;
}

#ft_c .accordion-005 .acc-inner img {
  display: block;
  margin: 0 auto 1em;
}

/* アコーディオン内のリスト位置を本文と揃える */
#ft_c .accordion-005 ul {
  margin: 0.5em 0 0.5em 3em;
  padding-left: 1.2em;
  /* ← ここが肝 */
}

#ft_c .accordion-005 li {
  margin-bottom: 0.4em;
  line-height: 1.6;
}

/* =====================================
   背景付き透過ボックス（共通）
===================================== */
#ft_c .ft-bgbox {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2em 1em;
}

#ft_c .ft-bgbox__inner {
  max-width: 720px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  padding: 2em 1.5em;
  text-align: center;
}

#ft_c .ft-bgbox-lead {
  font-size: 1.1em;
  font-weight: 600;
  opacity: .9;
  text-align: center;
}

#ft_c .ft-bgbox-sub {
  font-size: 1.2em !important;
  color: #b5435f;
  margin: 0.6em 0;
  font-weight: bold;
  text-align: center;
}

#ft_c .ft-bgbox-title {
  margin: 0 0 12px;
  line-height: 1.35;
  text-align: center;
}

#ft_c .ft-bgbox-text {
  line-height: 1.8;
  margin-bottom: 0;
  text-align: center;
}

/* =========================================
   feature grid（3カラム）
========================================= */
#ft_c .ft-feature-grid {
  margin: 4em 0;
  text-align: center;
}

#ft_c .ft-feature-items {
  display: flex;
  gap: 30px;
}

#ft_c .ft-feature-item {
  flex: 1;
  text-align: left;
}

#ft_c .ft-feature-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0.8em;
}

#ft_c .ft-feature-num {
  width: 1.5em;
  height: 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #e6002a;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  flex-shrink: 0;
}

#ft_c .ft-feature-name {
  margin: 0;
  line-height: 1.4;
  font-weight: bold;
}

#ft_c .ft-feature-img img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0.8em;
}

#ft_c .ft-feature-text {
  line-height: 1.7;
  font-size: 0.95em;
}

@media (max-width:768px) {
  #ft_c .ft-feature-items {
    flex-direction: column;
  }
}

/* =========================
   アイコン付き見出し
========================= */

#ft_c .ft-heading {
  margin: 2em 0 1.2em;
}

/* 左マーク */
#ft_c .ft-heading--mark::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 左右アイコン */
#ft_c .ft-heading--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

#ft_c .ft-heading__icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

#ft_c .ft-heading__text {
  line-height: 1.5;
}

@media (max-width:768px) {
  #ft_c .ft-heading__icon {
    width: 36px;
    height: 36px;
  }
}

/* =====================================================
   角丸囲み
===================================================== */
#ft_c .kakomi {
  display: inline-block;
  background: #fff;
  color: #333;
  font-size: 1em;
  font-weight: bold;
  padding: 0.3em 2em;
  text-decoration: none;
  border-radius: 12px;
  margin: 0.2em auto;
}

#ft_c .kakomi-mini {
  display: inline-block;
  background: #ccc;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 0.2em 0.8em;
  text-decoration: none;
  border-radius: 12px;
}

/* =====================================================
   h4リード文
===================================================== */
#ft_c .ft-lead-h4 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1em;
}

/* =====================================================
   itemArrange 2列・交互レイアウト（特集共通）
   使い方：
   <div class="row itemArrange itemArrange--typeA ft-ia2">
===================================================== */

#ft_c .ft-ia2 .col-pc-4 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  /* 左右ブロックの間だけ少し広げる */
  #ft_c .ft-ia2 {
    margin-left: -20px;
    margin-right: -20px;
  }

  #ft_c .ft-ia2 .col-pc-4 {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  #ft_c .ft-ia2 .itemArrange__img {
    position: relative;
    z-index: 1;
  }

  #ft_c .ft-ia2 .itemArrange__text {
    position: relative;
    z-index: 2;
    padding: 0;
    background: none;
  }

  /* 左ブロック：上左下0、右だけ2em */
  #ft_c .ft-ia2 .col-pc-4:nth-child(odd) .itemArrange__text {
    width: auto;
    margin: -26px 0 0 0;
    padding-right: 2em;
  }

  /* 右ブロック：上右下0、左だけ2em */
  #ft_c .ft-ia2 .col-pc-4:nth-child(even) .itemArrange__text {
    width: auto;
    margin: 0 0 -26px 2em;
    padding-right: 2em;
  }

  /* 商品名下の短い線 */
  #ft_c .ft-ia2 .ft-ia2-title {
    position: relative;
    padding-bottom: 0.25em;
  }

  #ft_c .ft-ia2 .ft-ia2-title::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background: #d6bda5;
    margin-top: 0.45em;
  }
}

@media (max-width: 768px) {
  #ft_c .ft-ia2 {
    margin-left: 0;
    margin-right: 0;
  }

  #ft_c .ft-ia2 .col-pc-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #ft_c .ft-ia2 .itemArrange__text {
    padding: 0;
    margin: 0;
    background: none;
  }

  /* SPでは棒線系を停止 */
  #ft_c .ft-ia2 .col-pc-4::before,
  #ft_c .ft-ia2 .col-pc-4::after,
  #ft_c .ft-ia2 .itemArrange__wrap::before,
  #ft_c .ft-ia2 .itemArrange__wrap::after,
  #ft_c .ft-ia2 .itemArrange__img::before,
  #ft_c .ft-ia2 .itemArrange__img::after,
  #ft_c .ft-ia2 .itemArrange__text::before,
  #ft_c .ft-ia2 .itemArrange__text::after {
    content: none !important;
    display: none !important;
  }
}
