@charset "UTF-8";
/* ============================================
   特集ページ用CSS（main.cssの追記先まとめ用）

   ★このファイルおよび出力先の css/select-page.css は
   　Live Sass Compilerで自動生成されます。
   　直接編集せず、このscssフォルダ内のファイルを編集してください。

   ・各ページのスタイルは、必ずページ固有のクラス（例：.memorial2026）を
     親にしたセレクタで記述してください。
   ・ブレイクポイントは main.css と同じく
     768px / 992px / 1200px を使用してください。

   新しいページを追加する場合：
   1. _〇〇2026.scss を作成し、ページ専用スタイルを記述
   2. このファイルに @use '〇〇2026'; を1行追記
   ============================================ */
/* ----- 共通：PCのみ改行 / SPのみ改行 ----- */
.cmn-br-pc {
  display: none;
}

.cmn-br-sp {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .cmn-br-pc {
    display: inline;
  }
  .cmn-br-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #page-top {
    transform: translateY(-90px);
  }
}
/* ============================================
   お供え・仏花特集 2026 (memorial2026)
   ============================================ */
/* ----- フォント設定 -----
   Noto Sans JP / Noto Serif JP を優先指定。
   Webフォントとしては読み込まないため、
   端末にフォントが入っている人のみNotoが適用され、
   それ以外はシステムフォント（main.cssと同じ並び）が使われる。
   ----- */
.memorial2026 {
  --font-gothic:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Ｐゴシック", YuGothic,
    "Yu Gothic Medium", "Yu Gothic", sans-serif;
  --font-mincho:
    "Noto Serif JP", Caslon, Century, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif,
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", "HG明朝E";
  font-family: var(--font-gothic);
}

/* ----- KV ----- */
.memorial2026 .m26-kv {
  margin: 0;
}

.memorial2026 .m26-kv img {
  width: 100%;
  display: block;
}

/* ----- イントロ ----- */
.memorial2026 .m26-intro {
  padding: 40px 20px;
  text-align: center;
  background: #fff;
}

.memorial2026 .m26-intro__lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 16px;
  font-family: var(--font-mincho);
}

.memorial2026 .m26-intro__body {
  font-size: 14px;
  line-height: 1.8;
  color: #222222;
}

/* ----- デコ見出し（●──── タイトル ────●） ----- */
.memorial2026 .m26-deco-ttl {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .memorial2026 .m26-deco-ttl {
    gap: 15px;
  }
}
.memorial2026 .m26-deco-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin: 0 auto 32px;
  white-space: nowrap;
  font-family: var(--font-mincho);
  line-height: 1.4;
  text-align: center;
}

.memorial2026 .m26-deco-ttl::before,
.memorial2026 .m26-deco-ttl::after {
  content: "";
  flex: 1;
  height: 5px;
  min-width: 0;
  background-image: radial-gradient(circle 2.5px, #747474 2.5px, transparent 2.6px), linear-gradient(#747474, #747474);
  background-repeat: no-repeat;
  background-size: 5px 5px, 100% 1px;
  background-position: left center, left center;
}

.memorial2026 .m26-deco-ttl::after {
  background-position: right center, right center;
}

/* ----- テキストのみの見出し（-見出し-）----- */
.memorial2026 .m26-sub-ttl {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-mincho);
  text-align: center;
  margin: 0 0 32px;
}

/* ----- お供え花にオススメの理由（アイコンナビ＋選ばれる理由）----- */
.memorial2026 .bgColor {
  background-color: #ede9f3;
}

.memorial2026 .m26-reason {
  padding: 40px 10px;
}

.memorial2026 .m26-icon-nav__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 480px;
  margin: 0 auto 80px;
}

.memorial2026 .m26-icon-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #222222;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #d8d0e8;
  padding: 20px 5px;
  text-align: center;
  pointer-events: none;
}

.memorial2026 .m26-icon-nav__item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.memorial2026 .m26-icon-nav__item span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-family: var(--font-mincho);
}

/* ----- 横線 ----- */
.memorial2026 .m26-line img {
  width: 100%;
  display: block;
}

/* ----- POINT セクション ----- */
.memorial2026 .m26-point-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

.memorial2026 .m26-point-item:last-child {
  margin-bottom: 0;
}

.memorial2026 .m26-point-item__img img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.memorial2026 .m26-point-item__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 12px;
  font-family: var(--font-mincho);
  text-align: center;
}

.memorial2026 .m26-point-item__txt {
  font-size: 16px;
  line-height: 1.9;
  color: #222222;
}

/* ----- 各お供えにオススメの商品ナビ ----- */
.memorial2026 .m26-usage-nav-section {
  padding: 48px 20px;
  background: #fff;
}

.memorial2026 .m26-usage-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 480px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.memorial2026 .m26-usage-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #ac7f27;
  border-radius: 999px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: background 150ms ease, color 150ms ease;
  min-height: 50px;
}

.memorial2026 .m26-usage-nav a.m26-usage-nav__btn:hover {
  background: #ac7f27;
  color: #fff !important;
  text-decoration: none !important;
}

/* ----- 用途別セクション ----- */
.memorial2026 .m26-usage__img img {
  width: 100%;
  display: block;
}

.memorial2026 .m26-usage__products {
  background: #f4f4f4;
  padding: 32px 16px;
}

.memorial2026 .m26-usage__products-lead {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  color: #222222;
  margin-bottom: 24px;
}

/* ----- 商品グリッド ----- */
.memorial2026 .m26-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.memorial2026 .m26-product-item a {
  display: block;
  text-decoration: none;
  color: #222222;
}

.memorial2026 .m26-product-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.memorial2026 .m26-product-item__name {
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.5;
}

.memorial2026 .m26-product-item__price {
  font-size: 12px;
  color: #555;
  margin-top: 2px;
}

/* ----- 用途別セクション（新レイアウト）----- */
/* ヘッドセクション */
.memorial2026 .m26-usage__head {
  position: relative;
}

.memorial2026 .m26-usage__head picture img {
  width: 100%;
  display: block;
}

.memorial2026 .m26-usage__head-body {
  padding: 32px 10px;
  background: #fff;
}

.memorial2026 .m26-usage__head-txt {
  font-size: 14px;
  line-height: 1.9;
  color: #222222;
}

.memorial2026 .m26-usage__head-ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px;
}

.memorial2026 .m26-usage__head-ttl::before,
.memorial2026 .m26-usage__head-ttl::after {
  content: "-";
  margin: 0 0.3em;
}

/* おすすめ商品 */
.memorial2026 .m26-usage__feature {
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
}

.memorial2026 .m26-usage__feature-img img {
  width: 100%;
  display: block;
}

.memorial2026 .m26-usage__feature-body {
  padding: 32px 20px;
}

.memorial2026 .m26-usage__feature-catch {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #6a3c93;
  margin-bottom: 16px;
}

.memorial2026 .m26-usage__feature-txt {
  font-size: 16px;
  line-height: 1.9;
  color: #222222;
  margin-bottom: 20px;
}

.memorial2026 .m26-usage__feature-name {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 4px;
}

.memorial2026 .m26-usage__feature-price {
  font-size: 14px;
  color: #222222;
  margin-bottom: 20px;
}

/* その他のオススメ商品 */
.memorial2026 .m26-usage__other {
  padding: 40px 0px;
  background: #f4f4f4;
}

/* ----- ボタン ----- */
.memorial2026 .m26-btn-wrap {
  text-align: center;
  margin-top: 8px;
}

/* scene-promotion26 .btn_detail と同じデザインのボタン */
.memorial2026 .btn_detail {
  display: inline-block;
  border: 1px solid #ac7f27;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 34.5px;
  text-decoration: none;
  color: #222222 !important;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.memorial2026 .btn_detail:hover {
  background-color: #ac7f27;
  color: #fff !important;
  text-decoration: none !important;
}

/* ----- ラッピングセクション ----- */
.memorial2026 .m26-wrapping {
  padding: 80px 50px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .memorial2026 .m26-wrapping {
    padding: 80px 0 0;
  }
}

.memorial2026 .m26-wrapping img {
  width: 100%;
  display: block;
  margin-top: 24px;
}

.memorial2026 .m26-wrapping__body {
  padding: 40px 40px 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .memorial2026 .m26-wrapping__body {
    padding: 40px 10px 80px;
  }
}

.memorial2026 .m26-wrapping__txt {
  font-size: 16px;
  line-height: 1.9;
  color: #222222;
  margin-bottom: 24px;
}

/* ----- お客様の声 ----- */
.memorial2026 .m26-voice {
  padding: 56px 10px;
  background: #ede9f3;
}

.memorial2026 .m26-voice-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 720px;
  margin: 0 auto;
}

.memorial2026 .m26-voice-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: left;
  background: #fff;
  padding: 30px;
}

.memorial2026 .m26-voice-item__img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.memorial2026 .m26-voice-item__content {
  flex: 1;
}

.memorial2026 .m26-voice-item__ttl {
  font-size: 20px;
  font-weight: 600;
  color: #6a3c93;
  line-height: 1.6;
  margin-bottom: 8px;
}

.memorial2026 .m26-voice-item__txt {
  font-size: 16px;
  line-height: 1.9;
  color: #222222;
}

/* ----- 人気の商品ランキング ----- */
.memorial2026 .m26-ranking {
  padding: 80px 20px;
  background: #fff;
}

.memorial2026 .m26-ranking-arrow-wrap {
  position: relative;
  margin-top: 32px;
}

.memorial2026 .m26-ranking-item {
  text-align: center;
}

.memorial2026 .m26-ranking-badge {
  position: relative;
  height: 30px;
  max-width: 197px;
}
@media screen and (max-width: 768px) {
  .memorial2026 .m26-ranking-badge {
    height: 24px;
    max-width: 154px;
  }
}
.memorial2026 .m26-ranking-badge {
  background: url(/select-page_images/bukka2026/bukka_ribbon.png) center/100% 100% no-repeat;
  margin: 0 auto 15px;
}

.memorial2026 .m26-ranking-badge__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .memorial2026 .m26-ranking-badge__txt {
    font-size: 18px;
    top: 45%;
  }
}
.memorial2026 .m26-ranking-badge__txt {
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-family: var(--font-gothic);
}

.memorial2026 .m26-ranking-item img {
  width: 100%;
  display: block;
  border-radius: 0;
}

.memorial2026 .m26-ranking-item__name {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-top: 10px;
  line-height: 1.5;
}

.memorial2026 .m26-ranking-item__price {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 2px;
}

.memorial2026 .m26-ranking-prev,
.memorial2026 .m26-ranking-next {
  background: none;
  color: #222;
  top: 45%;
}

.memorial2026 .m26-ranking-prev::after,
.memorial2026 .m26-ranking-next::after {
  font-size: 22px;
}

.memorial2026 .m26-ranking-prev {
  left: 0;
}

.memorial2026 .m26-ranking-next {
  right: 0;
}

/* ----- 価格から選ぶ ----- */
.memorial2026 .m26-price {
  background: #ede9f3;
  padding: 50px 40px 20px;
}

.memorial2026 .m26-price-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px;
  margin: 60px auto 0;
  list-style: none;
  padding: 0;
}

.memorial2026 .m26-price-list__btn {
  display: block;
  padding: 14px 24px;
  border: 1px solid #ac7f27;
  border-radius: 999px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  transition: background 150ms ease, color 150ms ease;
}
@media screen and (max-width: 768px) {
  .memorial2026 .m26-price-list__btn {
    max-width: 236px;
    margin-right: auto;
    margin-left: auto;
  }
}

.memorial2026 .m26-price-list a.m26-price-list__btn:hover {
  background: #ac7f27;
  color: #fff !important;
  text-decoration: none !important;
}

/* ----- 花から選ぶ ----- */
.memorial2026 .m26-flowers {
  background: #ede9f3;
  padding: 48px 40px;
}

.memorial2026 .m26-flowers__txt {
  font-size: 16px;
  line-height: 1.9;
  color: #222222;
  text-align: center;
  max-width: 570px;
  margin: 0 auto 32px;
}

.memorial2026 .m26-flowers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  text-align: center;
  line-height: 1.33;
}

.memorial2026 .m26-flowers-item a {
  display: block;
  text-decoration: none;
  color: #222222;
  text-align: center;
}

.memorial2026 .m26-flowers-item img {
  width: 100%;
  display: block;
}

.memorial2026 .m26-flowers-item span {
  display: block;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  line-height: 1.33;
}

/* ----- お問い合わせ ----- */
.memorial2026 .m26-contact {
  padding: 56px 20px;
  background: #fff;
  text-align: center;
}

/* ============================================
   RESPONSIVE 768px
   ============================================ */
@media only screen and (min-width: 768px) {
  .memorial2026 .m26-deco-ttl {
    padding: 0 50px;
  }
  .memorial2026 .m26-reason .m26-deco-ttl,
  .memorial2026 .m26-voice .m26-deco-ttl,
  .memorial2026 .m26-ranking .m26-deco-ttl {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .memorial2026 .m26-price .m26-deco-ttl,
  .memorial2026 .m26-flowers .m26-deco-ttl {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
  }
  .memorial2026 .m26-wrapping .m26-deco-ttl {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
  }
  .memorial2026 .m26-intro {
    padding: 56px 40px;
  }
  .memorial2026 .m26-intro__lead {
    font-size: 24px;
  }
  .memorial2026 .m26-intro__body {
    font-size: 15px;
  }
  .memorial2026 .m26-icon-nav__inner {
    flex-direction: row;
    gap: 24px;
    max-width: 860px;
  }
  .memorial2026 .m26-icon-nav__item {
    flex: 1;
    padding: 20px;
  }
  .memorial2026 .m26-icon-nav__item img {
    width: 80px;
    height: 80px;
  }
  .memorial2026 .m26-point-item {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
  .memorial2026 .m26-point-item:nth-child(odd) {
    flex-direction: row;
  }
  .memorial2026 .m26-point-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .memorial2026 .m26-point-item__img {
    flex-basis: calc((100% - 48px) / 2);
    max-width: calc((100% - 48px) / 2);
    flex-shrink: 0;
  }
  .memorial2026 .m26-point-item__body {
    flex-basis: calc((100% - 48px) / 2);
    max-width: calc((100% - 48px) / 2);
  }
  /* ヘッドセクション: PC では画像のみ（テキスト非表示） */
  .memorial2026 .m26-usage__head-body {
    display: none;
  }
  /* おすすめ商品: テキスト左・画像右 */
  .memorial2026 .m26-usage__feature {
    flex-direction: row-reverse;
    align-items: center;
    gap: 48px;
    padding: 56px 50px;
  }
  .memorial2026 .m26-usage__feature-img {
    flex-basis: calc((100% - 48px) / 2);
    max-width: calc((100% - 48px) / 2);
    flex-shrink: 0;
  }
  .memorial2026 .m26-usage__feature-body {
    flex-basis: calc((100% - 48px) / 2);
    max-width: calc((100% - 48px) / 2);
    padding: 0;
  }
  .memorial2026 .m26-usage__other {
    padding: 56px 50px;
  }
  .memorial2026 .m26-usage-nav {
    flex-direction: row;
    max-width: 860px;
    gap: 20px;
  }
  .memorial2026 .m26-usage-nav li {
    flex: 1;
  }
  .memorial2026 .m26-usage-nav__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 56px;
  }
  .memorial2026 .m26-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .memorial2026 .m26-voice-item {
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
  }
  .memorial2026 .m26-ranking-arrow-wrap {
    padding: 0 30px;
  }
  .memorial2026 .m26-ranking-prev,
  .memorial2026 .m26-ranking-next {
    top: 50%;
  }
  .memorial2026 .m26-flowers-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 50px;
    max-width: 800px;
    margin: 0 auto;
  }
  .memorial2026 .m26-flowers-item img {
    max-width: 159px;
    margin: 0 auto;
  }
  .memorial2026 .m26-price-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 20px;
    max-width: 860px;
  }
}
/* ============================================
   RESPONSIVE 992px
   ============================================ */
@media only screen and (min-width: 992px) {
  .memorial2026 .m26-reason {
    padding: 64px 50px;
  }
  .memorial2026 .m26-reason .m26-deco-ttl {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
  }
  .memorial2026 .m26-point-item {
    gap: 64px;
  }
  .memorial2026 .m26-point-item__img {
    flex-basis: calc((100% - 64px) / 2);
    max-width: calc((100% - 64px) / 2);
  }
  .memorial2026 .m26-point-item__body {
    flex-basis: calc((100% - 64px) / 2);
    max-width: calc((100% - 64px) / 2);
  }
  .memorial2026 .m26-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .memorial2026 .m26-usage__products {
    padding: 40px 32px;
  }
  .memorial2026 .m26-wrapping img {
    margin-top: 0;
  }
  .memorial2026 .m26-wrapping__body {
    max-width: 800px;
    margin: 0 auto;
  }
  .memorial2026 .m26-usage-nav-section {
    padding: 56px 0;
  }
}
/* ============================================
   RESPONSIVE 1200px
   ============================================ */
@media only screen and (min-width: 1200px) {
  .memorial2026 .m26-intro {
    padding: 64px 80px;
  }
  .memorial2026 .m26-product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
/* ============================================
   RESPONSIVE 767px以下（スマホ専用）
   ============================================ */
@media only screen and (max-width: 767px) {
  .memorial2026 .m26-deco-ttl {
    font-size: 20px;
    padding: 0 20px;
  }
  .memorial2026 .m26-reason .m26-deco-ttl,
  .memorial2026 .m26-voice .m26-deco-ttl {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .memorial2026 .m26-ranking .m26-deco-ttl {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .memorial2026 .m26-price .m26-deco-ttl,
  .memorial2026 .m26-flowers .m26-deco-ttl {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .memorial2026 .m26-sub-ttl {
    font-size: 20px;
  }
  .memorial2026 .m26-ranking {
    padding: 80px 10px;
  }
  .memorial2026 .m26-price,
  .memorial2026 .m26-flowers {
    padding-left: 10px;
    padding-right: 10px;
  }
  .memorial2026 .m26-icon-nav__item {
    width: 240px;
    align-self: center;
  }
}
