@charset "UTF-8";

/* * {
  outline: 1px solid blue;
} */

body {
  margin: 0;
}

@media screen and (min-width: 780px) {
  body {
    margin: 0;
  }
}

:root {
  --second-font: "the-seasons", sans-serif;
}

/* 検証サイズ用

.fs-l-main {
  margin: 0;
  padding: 0;
}

.fs-l-main,
.fs-l-pageMain {
  width: 100%;
  max-width: 100%;
}
/* futureshop css 反映用 */

/* .device-click a,
.device-click button {
  transition: unset;
} */

/* .device-click a:hover,
.device-click button:hover {
  opacity: unset !important;
} */

/* ボタン回り 挙動の反映のリセット */

.grand_open_sale_2608 {
  /* --min-size: 0;
  --max-size: 10px;
  --fluid-size: 1.25vw;
  font-size: min(var(--fluid-size), var(--max-size)); */
  /* テストアップ、本アップ用でサイズが異なるため非表示 */

  position: relative;
  overflow: hidden;
  /* 全体設定  article class セールタイトル名 */

  --main-font:
    "ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic",
    Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-family: var(--main-font);
  --second-font: "the-seasons", sans-serif;
  --main-font-family:
    "the-seasons", "Yu Mincho", "游明朝", "游明朝体", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  --third-font-family: "Yu Mincho", "YuMincho", serif;
  /* フォント設定 游ゴシックの場合 カスタムプロパティー反映用*/
}

.sale_lp {
  font-family: var(--main-font);
  background-color: #fff !important;
  /* メイン カスタムプロパティー反映例 */
}
.second_font_template {
  font-family: var(--second-font);
  /* セカンド カスタムプロパティー反映例 */
}

.grand_open_sale_2608 .l-inner {
  margin: 0 auto;
  max-width: 800px;
  /* 全体を内包しているコンテナのサイズ 780px以降、800pxで固定するために使用 */
}

.grand_open_sale_2608 .countdown_area {
  --countdown-textColor: #ffffff;
  background-color: var(--countdown-bgColor);
  padding: 0;
}

.line_induction {
  background-color: white !important;
  margin-bottom: 5em;
}
.line_induction .l-inner {
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
}

.sale_lp .more_btn .txt {
  background-color: #7ca17a;
  text-decoration: none;
  color: #fff;
  font-size: calc(32 / 800 * 100vw);
  width: calc(480 / 800 * 100vw);
}

@media screen and (min-width: 800px) {
  .sale_lp .more_btn .txt {
    font-size: 32px;
    width: 480px;
  }
}

/* LINE登録 */

html:not(.js-enabled) .js-timed-content {
  display: block;
}

.js-enabled .js-timed-content {
  display: block;
}
/* カウントダウンエリア関連 */

.sale-btn a,
.sec01-btn a,
.sec02-btn a,
.sec03-btn a,
.sec03-more-btn a,
.sec04-btn a,
.sec05-btn a {
  color: #fff !important;
}

a.sale-btn,
a.sec01-btn,
a.sec02-btn,
a.sec03-btn,
a.sec03-more-btn,
a.sec04-btn,
a.sec05-btn {
  color: #fff !important;
  text-decoration: none;
}

@media (hover: hover) {
  .grand_open_sale_2608 .u-hover-btn {
    transition: opacity 0.5s ease;
    cursor: pointer;
  }
  .grand_open_sale_2608 .u-hover-btn:hover {
    opacity: 0.7 !important;
  }
}
/* ボタン回り */

.grand_open_sale_2608 {
  --menu-bgColor: #3a3937;
  --menu-lineColor: #dbd7ce;
  --menu-container: #1d1c1a;
}

/* モーダル関連 */
.grand_open_sale_2608 .banner {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 80em;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  user-select: none;
  z-index: 9999;
  filter: blur(4px);
  animation: coupon-elegant-appear 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes coupon-elegant-appear {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(15px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    filter: blur(0);
    pointer-events: auto;
  }
}

/* cdt関連 SP */

.sale_lp .countdown_area .cdt p {
  /* margin-bottom: calc(26 / 800 * 100vw) !important; */
}

.grand_open_sale_2608 .cdt {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 300;
  color: #665957;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc(64 / 800 * 100vw);
  padding-bottom: calc(52 / 800 * 100vw);
  text-align: center;
  background-color: #eae1de;
}
.grand_open_sale_2608 .cdt p {
  font-size: calc(36 / 800 * 100vw) !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.grand_open_sale_2608 .cdt .kazu,
.grand_open_sale_2608 .cdt .text {
  font-size: calc(48 / 800 * 100vw) !important;
}
.grand_open_sale_2608 .cdt .kazu + .text {
  margin-left: 0.1em;
}
.grand_open_sale_2608 .cdt .text + .kazu {
  margin-left: 0.2em;
}
/* cdt関連 SP */

.js-timer-content--item {
  display: block;
}
/* 初期は隠す。JSで条件に合う方だけ block にする */
/* タイマー設定切り替えアイテム */

/* sp */

.js-timed-content {
  padding-bottom: 0;
}

/* section 0  loading-animation sp */

/* 親要素（画面全体） */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  /* スマホのアドレスバー対策として 100dvh を使用（非対応環境用に 100vh も併記） */
  height: 100vh;
  height: 100dvh;
  z-index: 99999;
  overflow: hidden;
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center; /* 上下中央 */
  /* background-color: #fff; */
}

#loading-counter {
  /* 親要素がFlexboxなので、absoluteではなく相対配置で大丈夫です */
  position: relative;
  z-index: 100000; /* カーテン画像よりも上に表示させる */

  /* フォント＆見た目の指定 */
  font-family: var(--second-font), sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #423f3f;

  /* テキスト自体のレイアウト */
  text-align: center;
  line-height: 1;
  will-change: opacity;
  transform: translateZ(0);
}

/* カーテンの枠 */
/* .loading-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;

  初期状態（画面全体を表示）
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path, filter;
  will-change: transform;
  filter: drop-shadow(-20px -20px 25px rgba(0, 0, 0, 0.65));
} */

.loading-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;

  background: 
    /* ① 全体のやわらかな明暗（右下がやや暗く、中央上寄りが明るい） */
    radial-gradient(
      ellipse at 50% 30%,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(240, 235, 224, 0.4) 70%,
      rgba(228, 220, 206, 0.6) 100%
    ),
    /* ② カーテンの垂直ヒダ（ストライプ状の陰影） */
    repeating-linear-gradient(
        90deg,
        #f8f6f0 0px,
        #f8f6f0 18px,
        /* ハイライトの山 */ #ede8dc 25px,
        /* 緩やかな影 */ #e3dacd 32px,
        /* ヒダの最も深い影 */ #f3efe6 42px,
        /* 影から山への切り替わり */ #f8f6f0 50px /* ピッチの周期（約50px） */
      );

  /* 初期状態（全画面表示） */
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

  /* 描画の高速化指定 */
  will-change: clip-path;
  transform: translateZ(0);
  /* アニメーションのリペイント負荷を抑える指定 */
  will-change: clip-path;
  transform: translateZ(0);
}

.loading-curtain.is-open {
  animation: curtainUp 0.7s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* ★ 追加: 右下から上へ逃げるキーフレームアニメーション ★ */
@keyframes curtainUp {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% -30%, 0% -10%);
  }
}

/* カーテン画像自体の表示調整 */
/* .loading-curtain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

/* section 0  menu-nav-container sp */
#sale-campaign-section {
  width: calc(800 * (100vw / 800));
  margin: 0 auto;
  background-color: #eae1de;
  font-family: sans-serif;
  box-sizing: border-box;
  color: #333333;
}

/* #sale-campaign-section *,
  #sale-campaign-section *::before,
  #sale-campaign-section *::after {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
  } */

#sale-campaign-section img {
  position: relative;
  display: block;
  height: auto;
}

.sale-img-title {
  width: calc(735 * (100vw / 800));
  margin-top: calc(-30 * (100vw / 800));
  margin-left: calc(-10 * (100vw / 800));
}

.sale-campaign-container {
  width: 100%;
  padding-top: calc(30 * (100vw / 800));
  padding-bottom: calc(116 * (100vw / 800));
}

/* --------------------------------------------------------------------------
   メインコンテンツエリア（背景画像：menu/3days_bg.png 720px）
   -------------------------------------------------------------------------- */
.sale-campaign-hero {
  display: none;
  width: calc(720 * (100vw / 800));
  margin: 0 auto;
  background-image: url("https://tu-hacci.co.jp/img/salepage/260804_grand_open_sale/menu/3days_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: calc(20 * (100vw / 800));
  padding-bottom: calc(118 * (100vw / 800));
  text-align: center;
}

.sale-campaign-hero.is-active {
  display: block;
}

/* タイトル画像 (735px) */
.sale-title-wrap {
  width: calc(735 * (100vw / 800));
  margin: 0 auto calc(20 * (100vw / 800));
}

/* .sale-img-title {
    margin: 0 auto;
  } */

.sale-img-title img {
  width: calc(735 * (100vw / 800));
}

/* クーポン画像 (854px - 親枠720pxより食み出すデザイン調整) */
.sale-coupon-wrap {
  width: calc(854 * (100vw / 800));
  margin: calc(15 * (100vw / 800)) 0 calc(20 * (100vw / 800))
    calc(40 * (100vw / 800)); /* 720px枠から左右に均等にみ出すよう配置 */
}

.sale-img-coupon {
  opacity: 0;
  width: calc(791 * (100vw / 800));
  margin-left: calc(-75 * (100vw / 800));
}

/* ボタン */
.sale-btn-wrap {
  margin-bottom: calc(39 * (100vw / 800));
}

.sale-btn {
  display: inline-block;
  width: calc(300 * (100vw / 800));
  height: calc(48 * (100vw / 800));
  line-height: calc(48 * (100vw / 800));
  background-color: #423f3f;
  color: #ffffff;
  font-size: calc(24 * (100vw / 800));
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.08em;
  /* ※指定以外の角丸・ドロップシャドウは使用していません */
}

.sale-btn:hover {
  opacity: 0.9;
}

/* 注意書きテキスト */

.sale-notes-wrap {
  width: calc(460 * (100vw / 800));
  margin: 0 auto;
}

.sale-notes {
  width: calc(480 * (100vw / 800));
  font-size: calc(18 * (100vw / 800));
  line-height: 1.6;
  color: #333333;
  text-align: left;
  margin: 0 auto;
}

.sale-menu-section {
  margin-top: calc(40 * (100vw / 800));
}

/* Menu画像 */
.sale-menu-header {
  width: 100%;
  margin-bottom: calc(59 * (100vw / 800));
}

.sale-img-menu {
  width: 100%;
  margin: 0 auto;
}

.sale-anchor-scroll {
  width: calc(240 * (100vw / 800));
}

/* 横スクロール対応アンカーエリア */
.sale-anchor-nav {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSでの滑らかなスクロール */
  padding-bottom: calc(10 * (100vw / 800)); /* スクロールバー用余白 */
}

/* スクロールバーの非表示（必要に応じて調整可能） */
.sale-anchor-nav::-webkit-scrollbar {
  height: calc(6 * (100vw / 800));
}
.sale-anchor-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}

.sale-anchor-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(15 * (100vw / 800));
  padding: 0 calc(20 * (100vw / 800));
  width: max-content; /* 要素数に合わせて横幅を自動拡張 */
}

.sale-anchor-item {
  flex: 0 0 auto;
  display: block;
  text-decoration: none;
}

.sale-anchor-item img {
  width: calc(
    210 * (100vw / 800)
  ); /* バナーの表示サイズ（デザインカンプ比率） */
  height: auto;
}

.sale-anchor-item:hover {
  opacity: 0.85;
}

/* section 0  menu-nav-container sp */

/* section 0  menu-nav-container pc */

@media screen and (min-width: 780px) {
  .sale_lp .countdown_area .cdt p {
    /* margin-bottom: 26px !important; */
  }

  .grand_open_sale_2608 .cdt {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 52px;
    background-color: #eae1de;
  }
  .grand_open_sale_2608 .cdt p {
    font-size: 36px !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .grand_open_sale_2608 .cdt .kazu,
  .grand_open_sale_2608 .cdt .text {
    font-size: 48px !important;
  }
  .grand_open_sale_2608 .cdt .kazu + .text {
    margin-left: 0.1em;
  }
  .grand_open_sale_2608 .cdt .text + .kazu {
    margin-left: 0.2em;
  }
  /* cdt関連 PC */

  #sale-campaign-section {
    width: 800px;
    margin: 0 auto;
    background-color: #eae1de;
    font-family: sans-serif;
    box-sizing: border-box;
    color: #333333;
  }

  /* #sale-campaign-section *,
  #sale-campaign-section *::before,
  #sale-campaign-section *::after {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
  } */

  #sale-campaign-section img {
    position: relative;
    display: block;
    height: auto;
  }

  .sale-img-title {
    width: 735px;
    margin-top: -30px;
    margin-left: -10px;
  }

  .sale-campaign-container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 116px;
  }

  /* --------------------------------------------------------------------------
   メインコンテンツエリア（背景画像：menu/3days_bg.png 720px）
   -------------------------------------------------------------------------- */
  .sale-campaign-hero {
    display: none;
    width: 720px;
    margin: 0 auto;
    background-image: url("https://tu-hacci.co.jp/img/salepage/260804_grand_open_sale/menu/3days_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 20px;
    padding-bottom: 118px;
    text-align: center;
  }

  .sale-campaign-hero.is-active {
    display: block;
  }

  /* タイトル画像 (735px) */
  .sale-title-wrap {
    width: 735px;
    margin: 0 auto 20px;
  }

  /* .sale-img-title {
    margin: 0 auto;
  } */

  .sale-img-title img {
    width: 735px;
  }

  /* クーポン画像 (854px - 親枠720pxより食み出すデザイン調整) */
  .sale-coupon-wrap {
    width: 854px;
    margin: 15px 0 20px 40px; /* 720px枠から左右に均等にみ出すよう配置 */
  }

  .sale-img-coupon {
    opacity: 0;
    width: 791px;
    margin-left: -75px;
  }

  /* ボタン */
  .sale-btn-wrap {
    margin-bottom: 39px;
  }

  .sale-btn {
    display: inline-block;
    width: 300px;
    height: 48px;
    line-height: 48px;
    background-color: #423f3f;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.08em;
    /* ※指定以外の角丸・ドロップシャドウは使用していません */
  }

  .sale-btn:hover {
    opacity: 0.9;
  }

  /* 注意書きテキスト */

  .sale-notes-wrap {
    width: 460px;
    margin: 0 auto;
  }

  .sale-notes {
    width: 480px;
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    text-align: left;
    margin: 0 auto;
  }

  .sale-menu-section {
    margin-top: 40px;
  }

  /* Menu画像 */
  .sale-menu-header {
    width: 100%;
    margin-bottom: 59px;
  }

  .sale-img-menu {
    width: 100%;
    margin: 0 auto;
  }

  .sale-anchor-scroll {
    width: 240px;
  }

  /* 横スクロール対応アンカーエリア */
  .sale-anchor-nav {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでの滑らかなスクロール */
    padding-bottom: 10px; /* スクロールバー用余白 */
  }

  /* スクロールバーの非表示（必要に応じて調整可能） */
  .sale-anchor-nav::-webkit-scrollbar {
    height: 6px;
  }
  .sale-anchor-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.15);
  }

  .sale-anchor-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 0 20px;
    width: max-content; /* 要素数に合わせて横幅を自動拡張 */
  }

  .sale-anchor-item {
    flex: 0 0 auto;
    display: block;
    text-decoration: none;
  }

  .sale-anchor-item img {
    width: 210px; /* バナーの表示サイズ（デザインカンプ比率） */
    height: auto;
  }

  .sale-anchor-item:hover {
    opacity: 0.85;
  }
}

/* section 0  menu-nav-container pc */

/* section 1 special_event sp */
.sec01-container {
  width: calc(800 * (100vw / 800));
  margin: 0 auto;
  position: relative;
  background-image: url("https://tu-hacci.co.jp/img/salepage/260804_grand_open_sale/section01/special_event_bg.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  box-sizing: border-box;
  font-family: var(--third-font-family);
  color: #333333;
}

.sec01-container *,
.sec01-container *::before,
.sec01-container *::after {
  box-sizing: border-box;
}

/* --- ① / ⑦ テキスト無限流し（左から右へ） --- */
.sec01-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: calc(10 * (100vw / 800)) 0;
  background-color: #ffffff; /* ★ 背景色 #ffffff */
  border-top: 1px solid #e8e3e2; /* ★ 上線 */
  border-bottom: 1px solid #e8e3e2; /* ★ 下線 */
  box-shadow:
    inset 0 1px 0 0 #cccccc,
    inset 0 -1px 0 0 #cccccc;
}

.sec01-marquee-track {
  display: flex;
  width: max-content;
  animation: sec01-scroll-left-to-right 30s linear infinite;
}

.sec01-marquee-img {
  height: calc(24 * (100vw / 800)); /* 必要に応じて調整 */
  display: block;
  margin: calc(16 * (100vw / 800)) calc(24 * (100vw / 800))
    calc(13 * (100vw / 800)) 0;
}

.sec01-marquee__end {
  height: calc(80 * (100vw / 800));
}

@keyframes sec01-scroll-left-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* --- ② ヘッダー＆リード文 --- */
.sec01-header {
  text-align: center;
  padding: calc(30 * (100vw / 800)) 0 calc(20 * (100vw / 800));
}

.sec01-heart {
  opacity: 0;
  transform: translateY(calc(30 * (100vw / 800)));
}

.sec01-heart-img {
  width: calc(130 * (100vw / 800));
  height: auto;
  margin: calc(43 * (100vw / 800)) auto calc(43 * (100vw / 800));
  display: block;
}

.sec01-lead-text {
  font-family: var(--main-font-family);
  font-size: calc(36 * (100vw / 800));
  line-height: 1.8;
  font-weight: 400;
  color: #6d5f44;
  margin: 0;
  letter-spacing: 0.05em;
}

.sec01-gallery-wrapper {
  width: calc(800 * (100vw / 800));
  margin: 0 auto calc(-250 * (100vw / 800)); /* 位置の調整 */
  overflow: hidden; /* 800pxからはみ出た部分を隠す */
  position: relative;
}

/* --- ③ 4枚画像ギャラリー --- */
.sec01-gallery {
  display: grid;
  /* 2列のグリッドフレームを作成 */
  grid-template-columns: repeat(2, 1fr);
  grid-gap: calc(20 * (100vw / 800)) calc(30 * (100vw / 800)); /* 上下左右の間隔 */
  width: calc(900 * (100vw / 800));
  margin: 0 auto 0;
  position: relative;
  padding: calc(20 * (100vw / 800)) 0;
  overflow: hidden;
}

.sec01-gallery-item {
  position: relative;
  opacity: 0;
  transform: translateY(calc(30 * (100vw / 800)));
}

.sec01-gallery-item img {
  height: auto;
  display: block;
}

/* ★ 各画像の配置と重なり（z-index）の個別指定 */

/* 下層（奥）：01 と 02 */
.sec01-gallery-item:nth-child(1) {
  /* 01: 1段目 左 */
  z-index: 1;
  left: calc(-80 * (100vw / 800));
  /* margin-left: calc(-115 * (100vw / 800)); */
}

.sec01-gallery-item:nth-child(2) {
  /* 02: 1段目 右 */
  z-index: 2;
  left: calc(-100 * (100vw / 800));
  /* margin-left: calc(-160 * (100vw / 800));
  left: calc(-60 * (100vw / 800)); */
}

/* 上層（手前）：03 と 04 */
.sec01-gallery-item:nth-child(3) {
  /* 03: 2段目 左（上レイヤー） */
  z-index: 5;
  top: calc(-300 * (100vw / 800));
  left: calc(100 * (100vw / 800));
  /* margin-top: calc(-290 * (100vw / 800));
  margin-right: calc(50 * (100vw / 800));
  left: calc(50 * (100vw / 800)); */
}

.sec01-gallery-item:nth-child(4) {
  /* 04: 2段目 右（一番手前のレイヤー） */
  z-index: 4;
  top: calc(-350 * (100vw / 800));
  left: calc(-30 * (100vw / 800));
  /* margin-top: calc(-340 * (100vw / 800));
  right: calc(110 * (100vw / 800)); */
}

.gallery-item_01 img,
.gallery-item_02 img,
.gallery-item_03 img,
.gallery-item_04 img {
  width: calc(460 * (100vw / 800));
}

/* --- ④ 感謝バナー --- */
.sec01-thanks-banner {
  text-align: center;
  margin-bottom: calc(106 * (100vw / 800));
}

.sec01-thanks-banner img {
  width: calc(711 * (100vw / 800));
  height: auto;
  display: block;
  margin: 0 auto;
}

/* --- ⑤ / ⑥ コンテンツカード（2つの同じレイアウト） --- */
.sec01-card-outer-720 {
  width: calc(720 * (100vw / 800));
  background-color: #b5a892;
  margin: 0 auto calc(58 * (100vw / 800));
  padding: calc(10 * (100vw / 800)) 0 calc(6.5 * (100vw / 800)); /* 外枠と内枠の上下余白 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec01-card-inner-700 {
  width: calc(700 * (100vw / 800));
  background-color: #ffffff;
  border-radius: calc(60 * (100vw / 800));
  padding: calc(40 * (100vw / 800)) calc(30 * (100vw / 800));
  text-align: center;
}

.sec01-card-outer {
  position: relative;
  opacity: 0;
  transform: translateY(calc(30 * (100vw / 800)));
}

/* カード内ヘッダー */
.sec01-event-badge {
  width: calc(245 * (100vw / 800));
  height: auto;
  margin: 0 auto calc(10 * (100vw / 800));
  display: block;
}

.sec01-event-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 * (100vw / 800));
  margin-bottom: calc(5 * (100vw / 800));
}

.sec01-emblem {
  width: calc(28 * (100vw / 800));
  height: auto;
}

.sec01-event-subtext {
  font-size: calc(48 * (100vw / 800));
  color: #684c48;
}

.sec01-event-subtext-plain {
  font-family: var(--main-font);
  font-size: calc(48 * (100vw / 800));
  margin: calc(5 * (100vw / 800)) 0;
  font-weight: 500;
  color: #684c48;
}

.sec01-event-main-title {
  font-family: var(--main-font-family);
  font-size: calc(80 * (100vw / 800));
  font-weight: 400;
  margin: calc(5 * (100vw / 800)) 0 calc(20 * (100vw / 800));
  letter-spacing: 0.05em;
  color: #684c48;
}

.main-title_02 {
  font-family: var(--main-font-family);
  font-size: calc(60 * (100vw / 800));
  font-weight: 400;
}

/* 商品画像 ＆ アイコン位置調整 */
.sec01-product-image-wrap {
  position: relative;
  width: calc(600 * (100vw / 800));
  margin: 0 auto calc(20 * (100vw / 800));
}

.sec01-product-img {
  width: 100%;
  height: auto;
  display: block;
}

.sec01-price-badge {
  position: absolute;
  left: calc(-60 * (100vw / 800));
  bottom: calc(-60 * (100vw / 800));
  width: calc(220 * (100vw / 800));
  height: auto;
  z-index: 2;
}

/* テキスト＆価格指定 */
.sec01-product-title {
  font-family: var(--main-font);
  font-size: calc(28 * (100vw / 800));
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.sec01-price-regular {
  font-family: var(--main-font);
  font-size: calc(28 * (100vw / 800));
  margin: 0;
}

.sec01-strike {
  text-decoration: line-through;
}

/* .sec01-price-special {
  display: flex;
  justify-content: center;
  gap: (20 * (100vw / 800));
  font-size: calc(48 * (100vw / 800));
  color: #b43446;
  line-height: 1.3;
  margin-bottom: calc(20 * (100vw / 800));
}

.sec01-price-num {
  font-family: var(--main-font-family);
  font-size: calc(100 * (100vw / 800));
  font-weight: 400;
}

.sec01-price-num span {
  font-size: calc(66 * (100vw / 800));
  margin-right: calc(8 * (100vw / 800));
}

.sec01-price-special:first-line {
  font-family: var(--main-font);
  font-size: calc(26 * (100vw / 800));
  line-height: 1.2;
} */

.sec01-price-special {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20 * (100vw / 800));
  color: #b43446;
  margin-bottom: calc(20 * (100vw / 800));
}

/* 左側のテキストグループ */
.sec01-price-label {
  display: inline-block;
  white-space: nowrap;
  font-size: calc(48 * (100vw / 800)); /* 「特別価格」のサイズ */
  line-height: 1.1;
  text-align: center;
}

/* ★ 「今だけ」専用のフォント・サイズ指定 ★ */
.sec01-imadake {
  display: inline-block;
  font-family: var(--main-font); /* 💡 適用したいフォント名に変更してください */
  font-size: calc(26 * (100vw / 800));
  font-weight: 500;
  line-height: 1.2;
}

/* 右側の数字グループ */
.sec01-price-num {
  font-family: var(--main-font-family);
  font-size: calc(100 * (100vw / 800));
  font-weight: 400;
  line-height: 1;
}

.sec01-price-num span {
  font-size: calc(66 * (100vw / 800));
  margin-right: calc(8 * (100vw / 800));
}

/* ボタン要素 */
.sec01-btn-group {
  font-family: var(--main-font);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 * (100vw / 800));
}

.sec01-btn {
  display: inline-block;
  width: calc(280 * (100vw / 800));
  height: calc(48 * (100vw / 800));
  line-height: calc(48 * (100vw / 800));
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  font-size: calc(24 * (100vw / 800));
  letter-spacing: 0.05em;
  text-align: center;
}
/* section 1 special_event sp */

/* section 1 special_event pc */

@media screen and (min-width: 780px) {
  /* --- コンテナ全体（800px固定・背景画像指定） --- */
  .sec01-container {
    width: 800px;
    margin: 0 auto;
    position: relative;
    background-image: url("https://tu-hacci.co.jp/img/salepage/260804_grand_open_sale/section01/special_event_bg.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    box-sizing: border-box;
    font-family:
      "Yu Mincho", "游明朝", serif; /* デザインテイストに合わせた明朝ベース */
    color: #333333;
  }

  .sec01-container *,
  .sec01-container *::before,
  .sec01-container *::after {
    box-sizing: border-box;
  }

  /* --- ① / ⑦ テキスト無限流し（左から右へ） --- */
  .sec01-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    background-color: #ffffff; /* ★ 背景色 #ffffff */
    border-top: 1px solid #e8e3e2; /* ★ 上線 */
    border-bottom: 1px solid #e8e3e2; /* ★ 下線 */
    box-shadow:
      inset 0 1px 0 0 #cccccc,
      inset 0 -1px 0 0 #cccccc;
  }

  .sec01-marquee-track {
    display: flex;
    width: max-content;
    animation: sec01-scroll-left-to-right 30s linear infinite;
  }

  .sec01-marquee-img {
    height: 24px; /* 必要に応じて調整 */
    display: block;
    margin: 16px 24px 13px 0;
  }

  .sec01-marquee__end {
    height: 80px;
  }

  @keyframes sec01-scroll-left-to-right {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0%);
    }
  }

  /* --- ② ヘッダー＆リード文 --- */
  .sec01-header {
    text-align: center;
    padding: 30px 0 20px;
  }

  .sec01-heart {
    opacity: 0;
    transform: translateY(30px);
  }

  .sec01-heart-img {
    width: 130px;
    height: auto;
    margin: 43px auto 43px;
    display: block;
  }

  .sec01-lead-text {
    font-family: var(--main-font-family);
    font-size: 36px;
    line-height: 1.8;
    font-weight: 400;
    color: #6d5f44;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .sec01-gallery-wrapper {
    width: 800px;
    margin: 0 auto -250px; /* 位置の調整 */
    overflow: hidden; /* 800pxからはみ出た部分を隠す */
    position: relative;
  }

  /* --- ③ 4枚画像ギャラリー --- */
  .sec01-gallery {
    display: grid;
    /* 2列のグリッドフレームを作成 */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px; /* 上下左右の間隔 */
    width: 900px;
    margin: 0 auto 0;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
  }

  .sec01-gallery-item {
    position: relative;
    opacity: 0;
    transform: translateY(30px);
  }

  .sec01-gallery-item img {
    height: auto;
    display: block;
  }

  /* ★ 各画像の配置と重なり（z-index）の個別指定 */

  /* 下層（奥）：01 と 02 */
  .sec01-gallery-item:nth-child(1) {
    /* 01: 1段目 左 */
    z-index: 1;
    left: -80px;
    /* margin-left: -115px; */
  }

  .sec01-gallery-item:nth-child(2) {
    /* 02: 1段目 右 */
    z-index: 2;
    left: -100px;
    /* 少し左に寄せて重なりを作る場合（要調整） */
    /* margin-left: -160px; 
    left: -60px; */
  }

  /* 上層（手前）：03 と 04 */
  .sec01-gallery-item:nth-child(3) {
    /* 03: 2段目 左（上レイヤー） */
    z-index: 5;
    top: -300px;
    left: 100px;
    /* 上の段（01,02）に被せるためのマージン調整 */
    /* margin-top: -290px; 
    margin-right: 50px;
    left: 50px; */
  }

  .sec01-gallery-item:nth-child(4) {
    /* 04: 2段目 右（一番手前のレイヤー） */
    z-index: 4;
    top: -350px;
    left: -30px;
  }

  .gallery-item_01 img,
  .gallery-item_02 img,
  .gallery-item_03 img,
  .gallery-item_04 img {
    width: 460px;
  }

  /* --- ④ 感謝バナー --- */
  .sec01-thanks-banner {
    text-align: center;
    margin-bottom: 106px;
  }

  .sec01-thanks-banner img {
    width: 711px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* --- ⑤ / ⑥ コンテンツカード（2つの同じレイアウト） --- */
  .sec01-card-outer-720 {
    width: 720px;
    background-color: #b5a892;
    margin: 0 auto 58px;
    padding: 10px 0 6.5px; /* 外枠と内枠の上下余白 */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec01-card-inner-700 {
    width: 700px;
    background-color: #ffffff;
    border-radius: 60px;
    padding: 40px 30px;
    text-align: center;
  }

  .sec01-card-outer {
    position: relative;
    opacity: 0;
    transform: translateY(30px);
  }

  /* カード内ヘッダー */
  .sec01-event-badge {
    width: 245px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
  }

  .sec01-event-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 5px;
  }

  .sec01-emblem {
    width: 28px;
    height: auto;
  }

  .sec01-event-subtext {
    font-size: 48px;
    color: #684c48;
  }

  .sec01-event-subtext-plain {
    font-family: var(--main-font);
    font-size: 48px;
    margin: 5px 0;
    font-weight: 500;
    color: #684c48;
  }

  .sec01-event-main-title {
    font-family: var(--main-font-family);
    font-size: 80px;
    font-weight: 400;
    margin: 5px 0 20px;
    letter-spacing: 0.05em;
    color: #684c48;
  }

  .main-title_02 {
    font-family: var(--main-font-family);
    font-size: 60px;
    font-weight: 400;
  }

  /* 商品画像 ＆ アイコン位置調整 */
  .sec01-product-image-wrap {
    position: relative;
    width: 600px;
    margin: 0 auto 20px;
  }

  .sec01-product-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sec01-price-badge {
    position: absolute;
    left: -60px;
    bottom: -60px;
    width: 220px;
    height: auto;
    z-index: 2;
  }

  /* テキスト＆価格指定 */
  .sec01-product-title {
    font-family: var(--main-font);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
  }

  .sec01-price-regular {
    font-family: var(--main-font);
    font-size: 28px;
    margin: 0;
  }

  .sec01-strike {
    text-decoration: line-through;
  }

  /* .sec01-price-special {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 48px;
    color: #b43446;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .sec01-price-num {
    font-family: var(--main-font-family);
    font-size: 100px;
    font-weight: 400;
  }

  .sec01-price-num span {
    font-size: 66px;
    margin-right: 8px;
  }

  .sec01-price-special:first-line {
    font-family: var(--main-font);
    font-size: 26px;
    line-height: 1.2;
  } */

  .sec01-price-special {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #b43446;
    margin-bottom: 20px;
  }

  /* 左側のテキストグループ */
  .sec01-price-label {
    display: inline-block;
    white-space: nowrap;
    font-size: 48px; /* 「特別価格」のサイズ */
    line-height: 1.1;
    text-align: center;
  }

  /* ★ 「今だけ」専用のフォント・サイズ指定 ★ */
  .sec01-imadake {
    display: inline-block;
    font-family: var(
      --main-font
    ); /* 💡 適用したいフォント名に変更してください */
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
  }

  /* 右側の数字グループ */
  .sec01-price-num {
    font-family: var(--main-font-family);
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
  }

  .sec01-price-num span {
    font-size: 66px;
    margin-right: 8px;
  }

  /* ボタン要素 */
  .sec01-btn-group {
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .sec01-btn {
    display: inline-block;
    width: 280px;
    height: 48px;
    line-height: 48px;
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
/* section 1 special_event pc */

/* section 2 new_open sp */
/* --- コンテナ全体（800px固定・背景色 #f0e3db） --- */
.sec02-container {
  width: calc(800 * (100vw / 800));
  margin: 0 auto;
  padding: calc(160 * (100vw / 800)) 0;
  background-color: #f0e3db;
  position: relative;
  box-sizing: border-box;
  font-family: "Yu Mincho", "游明朝", serif;
  color: #746866; /* カンプに合わせたベーステキストカラー */
}

.sec02-container *,
.sec02-container *::before,
.sec02-container *::after {
  box-sizing: border-box;
}

/* --- 下層カード外枠（720px・上左右角丸360px・背景色 #dfd2cb・光彩指定） --- */
.sec02-card-wrap {
  width: calc(720 * (100vw / 800));
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
  border-radius: calc(360 * (100vw / 800)) calc(360 * (100vw / 800)) 0 0;

  /* ★ 光彩指定: 通常 48% (opacity:0.48) #dfd2cb サイズ29px 範囲19% (約5pxスプレッド) ★ */
  box-shadow: 0 0 calc(29 * (100vw / 800)) calc(5 * (100vw / 800))
    rgba(223, 210, 203, 0.48);
}

/* --- 左上：先出し情報アイコン配置 --- */
.sec02-badge {
  position: absolute;
  top: calc(-20 * (100vw / 800));
  left: calc(-10 * (100vw / 800));
  z-index: 10;
  width: calc(200 * (100vw / 800));
}

.sec02-badge-img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- 内側コンテンツカード --- */
.sec02-card-inner {
  width: 100%;
  padding: calc(80 * (100vw / 800)) calc(40 * (100vw / 800))
    calc(65 * (100vw / 800));
  text-align: center;
}

/* New Open タイトル画像 */
.sec02-title-wrap {
  margin-bottom: calc(32 * (100vw / 800));
}

.sec02-title-img {
  width: calc(444 * (100vw / 800));
  height: auto;
  display: block;
  margin: 0 auto;
}

/* オープン日 */
.sec02-date {
  font-family: var(--second-font);
  font-size: calc(32 * (100vw / 800));
  letter-spacing: 0.08em;
  margin: 0 0 calc(5 * (100vw / 800));
  color: #746866;
}

/* 店舗名エリア */
.sec02-shop-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(15 * (100vw / 800));
  margin: 0 0 calc(5 * (100vw / 800));
  font-weight: normal;
}

.sec02-logo {
  width: calc(229 * (100vw / 800));
  display: block;
}

.sec02-shop-branch {
  font-size: calc(60 * (100vw / 800));
  letter-spacing: 0.05em;
}

/* 住所エリア */
.sec02-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(11 * (100vw / 800));
  font-size: calc(24 * (100vw / 800));
  margin: 0 0 calc(30 * (100vw / 800));
  color: #333333;
}

.sec02-pin-img {
  width: calc(25 * (100vw / 800));
  height: auto;
  display: block;
}

/* 店舗画像 */
.sec02-main-img-wrap {
  width: 100%;
  margin-bottom: calc(25 * (100vw / 800));
  opacity: 0;
}

.sec02-main-img {
  width: 100%;
  height: auto;
  display: block;
}

/* セレモニーテキスト */
.sec02-ceremony-text {
  font-size: calc(28 * (100vw / 800));
  margin: 0 0 calc(54 * (100vw / 800));
  color: #333333;
}

/* ボタンエリア */
.sec02-btn-wrap {
  text-align: center;
}

.sec02-btn {
  display: inline-block;
  width: calc(280 * (100vw / 800));
  height: calc(52 * (100vw / 800));
  line-height: calc(52 * (100vw / 800));
  background-color: #b5867c; /* カンプ画像のボタン色に合わせて調整 */
  color: #ffffff;
  text-decoration: none;
  font-size: calc(28 * (100vw / 800));
  border-radius: calc(
    26 * (100vw / 800)
  ); /* カンプ通りの角丸カプセル型ボタン */
  letter-spacing: 0.08em;
  text-align: center;
}
/* section 2 new_open sp */

/* section 2 new_open pc */

@media screen and (min-width: 780px) {
  /* --- コンテナ全体（800px固定・背景色 #f0e3db） --- */
  .sec02-container {
    width: 800px;
    margin: 0 auto;
    padding: 160px 0;
    background-color: #f0e3db;
    position: relative;
    box-sizing: border-box;
    font-family: "Yu Mincho", "游明朝", serif;
    color: #746866; /* カンプに合わせたベーステキストカラー */
  }

  .sec02-container *,
  .sec02-container *::before,
  .sec02-container *::after {
    box-sizing: border-box;
  }

  /* --- 下層カード外枠（720px・上左右角丸360px・背景色 #dfd2cb・光彩指定） --- */
  .sec02-card-wrap {
    width: 720px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    border-radius: 360px 360px 0 0;

    /* ★ 光彩指定: 通常 48% (opacity:0.48) #dfd2cb サイズ29px 範囲19% (約5pxスプレッド) ★ */
    box-shadow: 0 0 29px 5px rgba(223, 210, 203, 0.48);
  }

  /* --- 左上：先出し情報アイコン配置 --- */
  .sec02-badge {
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 10;
    width: 200px;
  }

  .sec02-badge-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* --- 内側コンテンツカード --- */
  .sec02-card-inner {
    width: 100%;
    padding: 80px 40px 65px;
    text-align: center;
  }

  /* New Open タイトル画像 */
  .sec02-title-wrap {
    margin-bottom: 32px;
  }

  .sec02-title-img {
    width: 444px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* オープン日 */
  .sec02-date {
    font-family: var(--second-font);
    font-size: 32px;
    letter-spacing: 0.08em;
    margin: 0 0 5px;
    color: #746866;
  }

  /* 店舗名エリア */
  .sec02-shop-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 0 5px;
    font-weight: normal;
  }

  .sec02-logo {
    width: 229px;
    display: block;
  }

  .sec02-shop-branch {
    font-size: 60px;
    letter-spacing: 0.05em;
  }

  /* 住所エリア */
  .sec02-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-size: 24px;
    margin: 0 0 30px;
    color: #333333;
  }

  .sec02-pin-img {
    width: 25px;
    height: auto;
    display: block;
  }

  /* 店舗画像 */
  .sec02-main-img-wrap {
    width: 100%;
    margin-bottom: 25px;
    opacity: 0;
  }

  .sec02-main-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* セレモニーテキスト */
  .sec02-ceremony-text {
    font-size: 28px;
    margin: 0 0 54px;
    color: #333333;
  }

  /* ボタンエリア */
  .sec02-btn-wrap {
    text-align: center;
  }

  .sec02-btn {
    display: inline-block;
    width: 280px;
    height: 52px;
    line-height: 52px;
    background-color: #b5867c; /* カンプ画像のボタン色に合わせて調整 */
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
    border-radius: 26px; /* カンプ通りの角丸カプセル型ボタン */
    letter-spacing: 0.08em;
    text-align: center;
  }
}

/* section 2 new_open pc */

/* section 3 special price sp */
/* --- コンテナ全体（800px固定・背景色 #f8eff0） --- */
.sec03-container {
  width: calc(800 * (100vw / 800));
  margin: 0 auto;
  padding: 0 0 calc(60 * (100vw / 800));
  background-color: #f8eff0;
  box-sizing: border-box;
  font-family: "Yu Mincho", "游明朝", serif;
  color: #594a42;
}

.sec03-container *,
.sec03-container *::before,
.sec03-container *::after {
  box-sizing: border-box;
}

/* --- ヘッダー --- */
.sec03-obi-wrap {
  width: 100%;
  margin-bottom: calc(38 * (100vw / 800));
}

.sec03-obi-img {
  width: 100%;
  height: auto;
  display: block;
}

.sec03-title-wrap {
  text-align: center;
  margin-bottom: calc(120 * (100vw / 800));
}

.sec03-crown-img {
  width: calc(46 * (100vw / 800));
  height: auto;
  margin: 0 auto calc(8 * (100vw / 800));
  display: block;
}

.sec03-title-text {
  font-family: var(--main-font-family);
  font-size: calc(48 * (100vw / 800));
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0;
  color: #a37574;
}

/* --- 2カラムグリッド配置 --- */
.sec03-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(740 * (100vw / 800));
  margin: 0 auto;
}

/* --- 下レイヤー：カード枠 --- */
.sec03-card {
  width: calc(360 * (100vw / 800));
  background-color: #ffffff;
  border-radius: calc(20 * (100vw / 800));

  /* ドロップシャドウ：通常 50% #8c8c8c 角度140度 距離6px スプレッド8px サイズ10px */
  box-shadow: calc(-5 * (100vw / 800)) calc(4 * (100vw / 800))
    calc(10 * (100vw / 800)) calc(8 * (100vw / 800)) rgba(140, 140, 140, 0.5);

  position: relative;
  padding: calc(30 * (100vw / 800)) calc(13 * (100vw / 800))
    calc(30 * (100vw / 800));
  text-align: center;
}

/* 上半分のカード（①, ②）の余白 */
.sec03-card-row1 {
  margin-bottom: calc(140 * (100vw / 800));
}

/* 下半分のカード（③, ④）の余白 */
.sec03-card-row2 {
  margin-bottom: calc(85 * (100vw / 800));
}

/* --- リボン位置・個別サイズ調整エリア --- */
.sec03-ribbon-wrap {
  position: absolute;
  top: calc(-45 * (100vw / 800));
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.sec03-ribbon-img {
  display: block;
  height: auto;
}

/* 個別サイズ調整用のクラス */
.sec03-ribbon-01 .sec03-ribbon-img {
  width: calc(232 * (100vw / 800));
}
.sec03-ribbon-02 .sec03-ribbon-img {
  width: calc(260 * (100vw / 800));
}
.sec03-ribbon-03 .sec03-ribbon-img {
  width: calc(268 * (100vw / 800));
}
.sec03-ribbon-04 .sec03-ribbon-img {
  width: calc(232 * (100vw / 800));
}

/* キャッチコピー */
.sec03-catch {
  font-size: calc(35 * (100vw / 800));
  font-weight: 500;
  line-height: 1.4;
  margin: calc(25 * (100vw / 800)) 0 calc(15 * (100vw / 800));
  letter-spacing: -0.1em;
  color: #b8838d;
}

/* スライダー枠 */
.sec03-slider {
  width: 100%;
  height: calc(380 * (100vw / 800));
  position: relative;
  overflow: hidden;
  margin-bottom: calc(20 * (100vw / 800));
}

.sec03-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.sec03-slide-img.active {
  opacity: 1;
}

/* 商品情報 */
.sec03-item-title {
  font-family: var(--main-font);
  font-size: calc(21 * (100vw / 800));
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 calc(10 * (100vw / 800));
  color: #333333;
  white-space: nowrap;
}

.sec03-price-old {
  font-family: var(--main-font);
  font-size: calc(21 * (100vw / 800));
  font-weight: 500;
  color: #333333;
  margin: 0 0 calc(5 * (100vw / 800));
}

.sec03-strike {
  text-decoration: line-through;
}

/* 新価格＆OFFアイコン */
.sec03-price-new-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 * (100vw / 800));
  margin-bottom: calc(20 * (100vw / 800));
}

.sec03-off-icon {
  width: calc(80 * (100vw / 800));
  height: auto;
}

.sec03-price-new {
  font-family: var(--main-font-family);
  font-size: calc(60 * (100vw / 800));
  color: #b43446;
  margin: 0;
  font-weight: 400;
}

.sec03-price-new span {
  font-size: calc(36 * (100vw / 800));
  margin-right: 2px;
  font-weight: 400;
}

/* ボタン群 */
.sec03-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 * (100vw / 800));
}

.sec03-btn {
  display: block;
  width: calc(300 * (100vw / 800));
  height: calc(40 * (100vw / 800));
  line-height: calc(40 * (100vw / 800));
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--main-font);
  font-size: calc(24 * (100vw / 800));
  letter-spacing: 0.05em;
}

/* 人気商品をもっと見る ボタン */
.sec03-more-btn-wrap {
  text-align: center;
}

.sec03-more-btn {
  display: inline-block;
  width: calc(380 * (100vw / 800));
  height: calc(70 * (100vw / 800));
  line-height: calc(68 * (100vw / 800));
  background-color: #ab7477;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--main-font);
  font-size: calc(26 * (100vw / 800));
  font-weight: 500;
  border-radius: calc(35 * (100vw / 800));
  letter-spacing: 0.08em;
  position: relative;
}

.sec03-arrow {
  position: absolute;
  right: calc(25 * (100vw / 800));
  font-size: calc(16 * (100vw / 800));
}
/* section 3 special price sp */

/* section 3 special price pc */

@media screen and (min-width: 780px) {
  /* --- コンテナ全体（800px固定・背景色 #f8eff0） --- */
  .sec03-container {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 60px;
    background-color: #f8eff0;
    box-sizing: border-box;
    font-family: "Yu Mincho", "游明朝", serif;
    color: #594a42;
  }

  .sec03-container *,
  .sec03-container *::before,
  .sec03-container *::after {
    box-sizing: border-box;
  }

  /* --- ヘッダー --- */
  .sec03-obi-wrap {
    width: 100%;
    margin-bottom: 38px;
  }

  .sec03-obi-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sec03-title-wrap {
    text-align: center;
    margin-bottom: 120px;
  }

  .sec03-crown-img {
    width: 46px;
    height: auto;
    margin: 0 auto 8px;
    display: block;
  }

  .sec03-title-text {
    font-family: var(--main-font-family);
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
    color: #a37574;
  }

  /* --- 2カラムグリッド配置 --- */
  .sec03-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 740px;
    margin: 0 auto;
  }

  /* --- 下レイヤー：カード枠 --- */
  .sec03-card {
    width: 360px;
    background-color: #ffffff;
    border-radius: 20px;

    /* ドロップシャドウ：通常 50% #8c8c8c 角度140度 距離6px スプレッド8px サイズ10px */
    box-shadow: -5px 4px 10px 8px rgba(140, 140, 140, 0.5);

    position: relative;
    padding: 30px 13px 30px;
    text-align: center;
  }

  /* 上半分のカード（①, ②）の余白 */
  .sec03-card-row1 {
    margin-bottom: 140px;
  }

  /* 下半分のカード（③, ④）の余白 */
  .sec03-card-row2 {
    margin-bottom: 85px;
  }

  /* --- リボン位置・個別サイズ調整エリア --- */
  .sec03-ribbon-wrap {
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .sec03-ribbon-img {
    display: block;
    height: auto;
  }

  /* 個別サイズ調整用のクラス */
  .sec03-ribbon-01 .sec03-ribbon-img {
    width: 222px;
  }
  .sec03-ribbon-02 .sec03-ribbon-img {
    width: 250px;
  }
  .sec03-ribbon-03 .sec03-ribbon-img {
    width: 258px;
  }
  .sec03-ribbon-04 .sec03-ribbon-img {
    width: 222px;
  }

  /* キャッチコピー */
  .sec03-catch {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    margin: 25px 0 15px;
    letter-spacing: -0.1em;
    color: #b8838d;
  }

  /* スライダー枠 */
  .sec03-slider {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .sec03-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .sec03-slide-img.active {
    opacity: 1;
  }

  /* 商品情報 */
  .sec03-item-title {
    font-family: var(--main-font);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #333333;
    white-space: nowrap;
  }

  .sec03-price-old {
    font-family: var(--main-font);
    font-size: 21px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 5px;
  }

  .sec03-strike {
    text-decoration: line-through;
  }

  /* 新価格＆OFFアイコン */
  .sec03-price-new-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .sec03-off-icon {
    width: 80px;
    height: auto;
  }

  .sec03-price-new {
    font-family: var(--main-font-family);
    font-size: 60px;
    color: #b43446;
    margin: 0;
    font-weight: 400;
  }

  .sec03-price-new span {
    font-size: 36px;
    margin-right: 2px;
    font-weight: 400;
  }

  /* ボタン群 */
  .sec03-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .sec03-btn {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
    font-family: var(--main-font);
    font-size: 24px;
    letter-spacing: 0.05em;
  }

  /* 人気商品をもっと見る ボタン */
  .sec03-more-btn-wrap {
    text-align: center;
  }

  .sec03-more-btn {
    display: inline-block;
    width: 380px;
    height: 70px;
    line-height: 68px;
    background-color: #ab7477;
    color: #ffffff;
    text-decoration: none;
    font-family: var(--main-font);
    font-size: 26px;
    font-weight: 500;
    border-radius: 35px;
    letter-spacing: 0.08em;
    position: relative;
  }

  .sec03-arrow {
    position: absolute;
    right: 25px;
    font-size: 16px;
  }
}
/* section 3 special price pc */

/* section 4 coupon sp */
.sec04-container {
  width: calc(800 * (100vw / 800));
  margin: 0 auto;
  padding: 0 0 calc(70 * (100vw / 800));
  background-color: #f7f8ef;
  box-sizing: border-box;
  font-family: "Yu Mincho", "游明朝", serif;
  color: #594a42;
}

.sec04-container *,
.sec04-container *::before,
.sec04-container *::after {
  box-sizing: border-box;
}

/* --- ヘッダー帯 --- */
.sec04-obi-wrap {
  width: 100%;
  margin-bottom: calc(50 * (100vw / 800));
}

.sec04-obi-img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- メインコンテンツ（左右レイアウト） --- */
.sec04-content {
  width: calc(700 * (100vw / 800));
  margin: 0 auto calc(50 * (100vw / 800));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(40 * (100vw / 800));
}

/* 左：画像エリア */
.sec04-left {
  width: calc(320 * (100vw / 800));
}

.sec04-ticket-link {
  display: block;
  text-decoration: none;
}

.sec04-ticket-img {
  width: calc(340 * (100vw / 800));
  height: auto;
  display: block;
}

/* 右：テキスト・ボタンエリア */
.sec04-right {
  font-family: var(--main-font);
  width: calc(340 * (100vw / 800));
  text-align: center;
  color: #5e5252;
}

.sec04-subtitle {
  font-size: calc(36 * (100vw / 800));
  font-weight: 500;
  margin: 0;
}

.sec04-title {
  font-size: calc(36 * (100vw / 800));
  font-weight: 500;
  margin: 0;
}

/* 価格表示 */
.sec04-price {
  font-family: var(--main-font-family);
  font-size: calc(80 * (100vw / 800));
  color: #b43446;
  margin: 0 0 calc(15 * (100vw / 800));
  line-height: 1;
}

.sec04-price span {
  font-size: calc(48 * (100vw / 800));
  margin-right: calc(2 * (100vw / 800));
}

/* カートに入れるボタン */
.sec04-btn-wrap {
  margin-bottom: calc(25 * (100vw / 800));
}

.sec04-btn {
  display: inline-block;
  width: calc(270 * (100vw / 800));
  height: calc(60 * (100vw / 800));
  line-height: calc(60 * (100vw / 800));
  background-color: #a3807d;
  color: #ffffff;
  text-decoration: none;
  font-size: calc(30 * (100vw / 800));
  border-radius: calc(30 * (100vw / 800)); /* カンプのボタンの角丸 */
  letter-spacing: 0.08em;
  text-align: center;
}

/* 同梱テキスト */
.sec04-note {
  font-size: calc(20 * (100vw / 800));
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
}

/* --- 注意事項（左揃えでコンテナの中央配置） --- */
.sec04-notice-wrap {
  text-align: center;
  width: 100%;
}

.sec04-notice-inner {
  display: inline-block;
  text-align: left;
}

.sec04-notice-inner p {
  font-family: var(--main-font);
  font-size: calc(20 * (100vw / 800));
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 calc(4 * (100vw / 800));
  color: #594a42;
}

.sec04-notice-inner p:last-child {
  margin-bottom: 0;
}
/* section 4  coupon sp */

/* section 4 coupon pc */

@media screen and (min-width: 780px) {
  /* --- コンテナ全体（800px固定・背景色 #f7f8ef） --- */
  .sec04-container {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 70px;
    background-color: #f7f8ef;
    box-sizing: border-box;
    font-family: "Yu Mincho", "游明朝", serif;
    color: #594a42;
  }

  .sec04-container *,
  .sec04-container *::before,
  .sec04-container *::after {
    box-sizing: border-box;
  }

  /* --- ヘッダー帯 --- */
  .sec04-obi-wrap {
    width: 100%;
    margin-bottom: 50px;
  }

  .sec04-obi-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* --- メインコンテンツ（左右レイアウト） --- */
  .sec04-content {
    width: 700px;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  /* 左：画像エリア */
  .sec04-left {
    width: 320px;
  }

  .sec04-ticket-link {
    display: block;
    text-decoration: none;
  }

  .sec04-ticket-img {
    width: 340px;
    height: auto;
    display: block;
  }

  /* 右：テキスト・ボタンエリア */
  .sec04-right {
    font-family: var(--main-font);
    width: 340px;
    text-align: center;
    color: #5e5252;
  }

  .sec04-subtitle {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
  }

  .sec04-title {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
  }

  /* 価格表示 */
  .sec04-price {
    font-family: var(--main-font-family);
    font-size: 80px;
    color: #b43446;
    margin: 0 0 15px;
    line-height: 1;
  }

  .sec04-price span {
    font-size: 48px;
    margin-right: 2px;
  }

  /* カートに入れるボタン */
  .sec04-btn-wrap {
    margin-bottom: 25px;
  }

  .sec04-btn {
    display: inline-block;
    width: 270px;
    height: 60px;
    line-height: 60px;
    background-color: #a3807d;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    border-radius: 30px; /* カンプのボタンの角丸 */
    letter-spacing: 0.08em;
    text-align: center;
  }

  /* 同梱テキスト */
  .sec04-note {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 0;
  }

  /* --- 注意事項（左揃えでコンテナの中央配置） --- */
  .sec04-notice-wrap {
    text-align: center;
    width: 100%;
  }

  .sec04-notice-inner {
    display: inline-block;
    text-align: left;
  }

  .sec04-notice-inner p {
    font-family: var(--main-font);
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin: 0 0 4px;
    color: #594a42;
  }

  .sec04-notice-inner p:last-child {
    margin-bottom: 0;
  }
}
/* section 4 coupon pc */

/* section 5 sp */
/* --- コンテナ全体（800px固定・背景色 #f8f9f3） --- */
.sec05-container {
  width: calc(800 * (100vw / 800));
  margin: 0 auto;
  padding: 0 0 calc(60 * (100vw / 800));
  background-color: #f8f9f3;
  box-sizing: border-box;
  font-family: "Yu Mincho", "游明朝", serif;
  color: #333333;
}

.sec05-container *,
.sec05-container *::before,
.sec05-container *::after {
  box-sizing: border-box;
}

/* --- ヘッダー帯 --- */
.sec05-obi-wrap {
  width: 100%;
  margin-bottom: calc(78 * (100vw / 800));
}

.sec05-obi-img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- 商品リスト --- */
.sec05-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(80 * (100vw / 800));
}

.sec05-item {
  width: calc(600 * (100vw / 800));
  text-align: center;
}

/* 画像（幅600px指定） */
.sec05-img-wrap {
  width: calc(600 * (100vw / 800));
  margin: 0 auto calc(15 * (100vw / 800));
}

.sec05-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 商品タイトル */
.sec05-item-title {
  font-family: var(--main-font);
  font-size: calc(23 * (100vw / 800));
  line-height: 1.4;
  margin: 0 0 calc(15 * (100vw / 800));
}

/* 通常価格（横線） */
.sec05-price-old {
  font-family: var(--main-font);
  font-size: calc(23 * (100vw / 800));
  color: #333333;
  margin: 0 0 calc(8 * (100vw / 800));
}

.sec05-strike {
  text-decoration: line-through;
}

/* 割引後価格＆アイコン */
.sec05-price-new-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 * (100vw / 800));
  margin-bottom: calc(24 * (100vw / 800));
}

.sec05-off-icon {
  width: calc(100 * (100vw / 800));
  height: auto;
  display: block;
}

.sec05-price-new {
  font-family: var(--main-font-family);
  font-size: calc(100 * (100vw / 800));
  color: #b43446;
  margin: 0;
  font-weight: normal;
  line-height: 1;
}

.sec05-price-new span {
  font-size: calc(66 * (100vw / 800));
  margin-right: calc(2 * (100vw / 800));
}

/* ボタン（幅300px指定） */
.sec05-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 * (100vw / 800));
}

.sec05-btn {
  display: block;
  width: calc(300 * (100vw / 800));
  height: calc(40 * (100vw / 800));
  line-height: calc(40 * (100vw / 800));
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--main-font);
  font-size: calc(24 * (100vw / 800));
  letter-spacing: 0.08em;
  text-align: center;
}
/* section 5 sp */

/* section 5 pc */

@media screen and (min-width: 780px) {
  /* --- コンテナ全体（800px固定・背景色 #f8f9f3） --- */
  .sec05-container {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 60px;
    background-color: #f8f9f3;
    box-sizing: border-box;
    font-family: "Yu Mincho", "游明朝", serif;
    color: #333333;
  }

  .sec05-container *,
  .sec05-container *::before,
  .sec05-container *::after {
    box-sizing: border-box;
  }

  /* --- ヘッダー帯 --- */
  .sec05-obi-wrap {
    width: 100%;
    margin-bottom: 78px;
  }

  .sec05-obi-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* --- 商品リスト --- */
  .sec05-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .sec05-item {
    width: 600px;
    text-align: center;
  }

  /* 画像（幅600px指定） */
  .sec05-img-wrap {
    width: 600px;
    margin: 0 auto 15px;
  }

  .sec05-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 商品タイトル */
  .sec05-item-title {
    font-family: var(--main-font);
    font-size: 23px;
    line-height: 1.4;
    margin: 0 0 15px;
  }

  /* 通常価格（横線） */
  .sec05-price-old {
    font-family: var(--main-font);
    font-size: 23px;
    color: #333333;
    margin: 0 0 8px;
  }

  .sec05-strike {
    text-decoration: line-through;
  }

  /* 割引後価格＆アイコン */
  .sec05-price-new-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
  }

  .sec05-off-icon {
    width: 100px;
    height: auto;
    display: block;
  }

  .sec05-price-new {
    font-family: var(--main-font-family);
    font-size: 100px;
    color: #b43446;
    margin: 0;
    font-weight: normal;
    line-height: 1;
  }

  .sec05-price-new span {
    font-size: 66px;
    margin-right: 2px;
  }

  /* ボタン（幅300px指定） */
  .sec05-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .sec05-btn {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
    font-family: var(--main-font);
    font-size: 24px;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
/* section 5  pc */

/* modal banner */

.grand_open_sale_2608 .banner {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  user-select: none;
  z-index: 9999;
  filter: blur(4px);
  animation: coupon-elegant-appear 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes coupon-elegant-appear {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(15px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    filter: blur(0);
    pointer-events: auto;
  }
}

.grand_open_sale_2608 .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.grand_open_sale_2608 .modal-content {
  background: #fff;
  width: 60em;
  border-radius: 4em;
  overflow: hidden;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.grand_open_sale_2608 .modal-title {
  font-size: 3.6em;
  font-weight: bold;
  padding: 2.2em 0.5em 0.8em;
  margin: 0;
  line-height: 1.2;
  color: #000;
}
.grand_open_sale_2608 .modal-body {
  padding: 0.5em 4em 3em;
  font-size: 2.6em;
  line-height: 1.5;
  color: #333;
  word-break: break-all;
}
.grand_open_sale_2608 .modal-close-btn {
  display: block;
  width: 100%;
  padding: 1.6em 0;
  border: none;
  border-top: 2px solid #eee;
  background: #fdfdfd;
  font-size: 3em;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}
.grand_open_sale_2608 .modal-close-btn:active {
  background: #f2f2f2;
}

/* modal banner */
