/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/* ==================================================
   基本設定
================================================== */

/* ==================================================
   画像の <picture> + WebP パターン（コピペ用）
   --------------------------------------------------
   ■ PC/SP 出し分け + WebP フォールバック:

   <picture>
     <source media="(min-width: 744px)" srcset="/src/img/xxx_pc.webp" type="image/webp" />
     <source media="(max-width: 743px)" srcset="/src/img/xxx_sp.webp" type="image/webp" />
     <source media="(min-width: 744px)" srcset="/src/img/xxx_pc.png" />
     <source media="(max-width: 743px)" srcset="/src/img/xxx_sp.png" />
     <img src="/src/img/xxx_pc.png" alt="説明" width="000" height="000" />
   </picture>

   ■ 共通画像 + WebP フォールバック:

   <picture>
     <source srcset="/src/img/xxx.webp" type="image/webp" />
     <img src="/src/img/xxx.png" alt="説明" width="000" height="000" />
   </picture>

   ※ img には必ず width / height を指定（CLS対策）
================================================== */

:root {
  /* カラー
     デザイン仕様
     ------------------------------------ */
  /* テキスト・アイコン */
  --c-text: #231815; /* 通常テキスト */
  --c-text-sub: #666; /* サブテキスト */
  --c-text-rev: #fff; /* テキスト反対色 */

  /* ブランドカラー */
  --c-galette: #cc6c6e; /* ガレット */
  --c-dorayaki: #56788b; /* どらやき */

  /* サブカラー */
  --c-azuki: #98405a; /* サブ あずき色 */
  --c-navy: #1f2c5c; /* サブ 紺色 */
  --c-brown: #5a473b; /* サブ 茶色 */

  /* 背景・ベタ・ボーダー */
  --c-bg: #dddddd; /* 通常背景 */
  --c-bg-sub: #f5f5f5; /* 補足部分など */
  --c-bg-galette: #cc6c6e; /* ガレット 20% */
  --c-bg-dorayaki: #56788b; /* どらやき 20% */

  /* 汎用 */
  --c-white: #fff;
  --c-black: #000;
  --c-link: #333; /* リンク色 */

  /* フォント */
  --font-base:
    "Noto Sans JP", "游ゴシック体", "YuGothic", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  --font-serif: "Noto Serif JP", "游ゴシック体", "YuGothic", "Noto Sans JP", sans-serif;

  /* タイポグラフィ（PC） 1rem = 16px
     デザイン仕様: Noto Sans JP
  ------------------------------------ */
  /* 見出し */
  --text-h1: 3rem; /* 48px → SP: 36px */
  --text-h1-lh: 1.5; /* LH150% */
  --text-h1-ls: 0.05em; /* LS5% */

  --text-h2: 2.25rem; /* 36px → SP: 30px */
  --text-h2-lh: 1.5; /* LH150% */
  --text-h2-ls: 0.05em; /* LS5% */

  --text-h3: 1.5625rem; /* 25px → SP: 20px */
  --text-h3-lh: 1.5; /* LH150% */
  --text-h3-ls: 0.05em; /* LS5% */

  --text-h4: 1.25rem; /* 20px → SP: 18px */
  --text-h4-lh: 1.5; /* LH150% */
  --text-h4-ls: 0.05em; /* LS5% */

  /* 本文 */
  --text-body: 0.9375rem; /* 15px（PC/SP共通） */
  --text-body-lh: 1.7; /* LH170% */
  --text-body-ls: 0; /* 字間なし */
  --text-body-fw: 300;

  /* 注釈 */
  --text-note: 0.75rem; /* 12px（PC/SP共通） */
  --text-note-lh: 1.5; /* LH150% */
  --text-note-ls: 0; /* 字間なし */

  /* マージン（余白）
     デザイン仕様: PC → SP
     ------------------------------------ */
  --space-4: 0.25rem; /*  4px →  4px */
  --space-8: 0.5rem; /*  8px →  8px */
  --space-16: 1rem; /* 16px → 12px */
  --space-24: 1.5rem; /* 24px → 20px */
  --space-32: 2rem; /* 32px → 24px */
  --space-40: 2.5rem; /* 40px → 32px */
  --space-56: 3.5rem; /* 56px → 40px */
  @media (min-width: 744px) and (max-width: 1280px) {
    --text-h2: 1.75rem; /* 通常 2.25rem */
    --text-h3: 1.25rem; /* 通常 1.5625rem */
    --text-h4: 1rem; /* 通常 1.125rem? */
  }
  /* SP用タイポグラフィ・マージン上書き */
  @media (max-width: 743px) {
    /* タイポグラフィ SP */
    --text-h1: 2.25rem; /* 36px */
    --text-h1-lh: 1.5;
    --text-h1-ls: 0.05em;

    --text-h2: 1.875rem; /* 30px */
    --text-h2-lh: 1.5;
    --text-h2-ls: 0.05em;

    --text-h3: 1.25rem; /* 20px */
    --text-h3-lh: 1.5;
    --text-h3-ls: 0.05em;

    --text-h4: 1.125rem; /* 18px */
    --text-h4-lh: 1.5;
    --text-h4-ls: 0.05em;

    --text-body: 0.9375rem; /* 15px */
    --text-body-lh: 1.7;

    --text-note: 0.75rem; /* 12px */
    --text-note-lh: 1.5;

    /* マージン SP */
    --space-16: 0.75rem; /* 12px */
    --space-24: 1.25rem; /* 20px */
    --space-32: 1.5rem; /* 24px */
    --space-40: 2rem; /* 32px */
    --space-56: 2.5rem; /* 40px */
  }
}

/* Chrome画像ぼやけ防止 */
@media  {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: var(--font-base);
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  color: var(--c-text);
  background-color: var(--c-bg);
  font-feature-settings: "pkna";
}

main {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

a,
a:visited {
  color: var(--c-link);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

address {
  font-style: normal;
}

svg {
  margin-right: 4px;
  margin-bottom: 4px;
}

svg line,
svg path {
  transition-duration: 0.3s;
}

::-moz-placeholder {
  font-size: 0.8em;
  color: #ccc;
}

::placeholder {
  font-size: 0.8em;
  color: #ccc;
}

/* ==================================================
   見出しのタイポグラフィ
================================================== */
h1 {
  font-size: var(--text-h1);
  line-height: var(--text-h1-lh);
  letter-spacing: var(--text-h1-ls);
  font-weight: bold;

  @media (max-width: 743px) {
    font-size: 2.25rem; /* 36px */
  }
}

h2 {
  font-size: var(--text-h2);
  line-height: var(--text-h2-lh);
  letter-spacing: var(--text-h2-ls);
  font-weight: bold;

  @media (max-width: 743px) {
    font-size: 1.875rem; /* 30px */
  }
}

h3 {
  font-size: var(--text-h3);
  line-height: var(--text-h3-lh);
  letter-spacing: var(--text-h3-ls);
  font-weight: bold;

  @media (max-width: 743px) {
    font-size: 1.25rem; /* 20px */
  }
}

h4 {
  font-size: var(--text-h4);
  line-height: var(--text-h4-lh);
  letter-spacing: var(--text-h4-ls);
  font-weight: bold;

  @media (max-width: 743px) {
    font-size: 1.125rem; /* 18px */
  }
}

/* 注釈テキスト */
small,
.text-note {
  font-size: var(--text-note);
  line-height: var(--text-note-lh);
  letter-spacing: var(--text-note-ls);
}
/* ==================================================
   画面幅に応じた表示・非表示用スタイル
================================================== */
/* PCとSPの表示切り替え設定
--------------------------------------------------------- */
/* PC */
@media print, screen and (min-width: 744px) {
  .-u-SpNonePcBlock {
    display: inline-block !important;
  }
  .-u-SpNonePcinline {
    display: inline !important;
  }
  .-u-PcNoneSpBlock {
    display: none !important;
  }
  .-u-PcNoneSpinline {
    display: none !important;
  }
}

/* SP */
@media screen and (max-width: 743px) {
  .-u-SpNonePcBlock {
    display: none !important;
  }
  .-u-SpNonePcinline {
    display: none !important;
  }
  .-u-PcNoneSpBlock {
    display: block !important;
  }
  .-u-PcNoneSpinline {
    display: inline !important;
  }
}

/* ==================================================
   レスポンシブ改行・インラインブロック
   参考: <br class="d-md-none"> → SPのみ改行
================================================== */
/* PCで非表示（SPのみ表示） */
.-u-none-md {
  @media (min-width: 744px) {
    display: none !important;
  }
}

/* SPで非表示（PCのみ表示） */
.-u-none-sp {
  @media (max-width: 743px) {
    display: none !important;
  }
}

/* 折り返し防止用インラインブロック */
.u-inline-block {
  display: inline-block;
}

/* ==================================================
   u-hover-style
   ホバーアクションのスタイル
================================================== */
.u-hover-transparent {
  transition: opacity 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .u-hover-transparent:hover {
    opacity: 0.6;
  }
}
/* ==================================================
   ヘッダー設定
================================================== */
@media print, screen and (min-width: 744px) {
}

@media screen and (max-width: 743px) {
}
/* ==================================================
   ヘッダーメニュー設定
================================================== */

/* メニュー開閉ボタン・ハンバーガーボタン
--------------------------------------------------------- */
@media print, screen and (min-width: 744px) {
}

@media screen and (max-width: 743px) {
}
/* ==================================================
   基本共通設定 センタリングなど
================================================== */

/* 設定 PC
--------------------------------------------------------- */
@media print, screen and (min-width: 744px) {
}

/* 設定 SP
--------------------------------------------------------- */
@media screen and (max-width: 743px) {
}

/* ==================================================
   記事がない場合設定
================================================== */

/* 設定 PC
--------------------------------------------------------- */
@media print, screen and (min-width: 744px) {
}

/* 設定 SP
--------------------------------------------------------- */
@media screen and (max-width: 743px) {
}
/* ==================================================
   タイトル設定
================================================== */

/* 設定 PC
--------------------------------------------------------- */
@media print, screen and (min-width: 744px) {
}

/* 設定 SP
--------------------------------------------------------- */
@media screen and (max-width: 743px) {
}

/* ==================================================
   ボタン設定
================================================== */

/* 設定 PC
--------------------------------------------------------- */
@media print, screen and (min-width: 744px) {
}

/* 設定 SP
--------------------------------------------------------- */
@media screen and (max-width: 743px) {
}
/* ==================================================
   フッターTOP隠れないように設定
================================================== */
.l-base__footer {
  z-index: 3 !important;
}
/* ==================================================
   SNSリンク（p-snsLinks）
   隠れないように追記
================================================== */
.p-snsLinks {
  z-index: 4 !important;
}
/* ==================================================
   ボタンやアローの装飾設定
================================================== */
@media print, screen and (min-width: 744px) {
}

@media screen and (max-width: 743px) {
}
/* ==================================================
   外部ライブラリ用設定
================================================== */

@media print, screen and (min-width: 744px) {
}

@media screen and (max-width: 743px) {
}
/* ==================================================
   トップページ（共通・セクション横断のスタイル）
================================================== */
/* ---- 店舗・ブランド紹介 ---- */
.lpStoreAboutWrap {
  position: relative;
  z-index: 3 !important;
  margin-top: -15px;
  border-radius: 0 0 0 0;
  background-color: var(--c-bg); /* 背景色を明示 */
  background-image: url("../assets/bg-DGJ0Paks.png");
  background-image: -webkit-image-set(url("../assets/bg-BcVeJLO9.webp") type("image/webp"), url("../assets/bg-DGJ0Paks.png") type("image/png"));
  background-image: image-set(url("../assets/bg-BcVeJLO9.webp") type("image/webp"), url("../assets/bg-DGJ0Paks.png") type("image/png"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; /* 角丸を適用するため */
}
/* ==================================================
   lpFv — ファーストビュー
================================================== */
.lpFv {
  position: relative;
  width: 100%;
  height: min(100svh, 1000px); /* 最大高さを1000pxに制限 */
  overflow: hidden;
  background-image: url("../assets/bg_galette-CnDGDtZW.png");
  background-image: -webkit-image-set(url("../assets/bg_galette-w35swSE4.webp") type("image/webp"), url("../assets/bg_galette-CnDGDtZW.png") type("image/png"));
  background-image: image-set(url("../assets/bg_galette-w35swSE4.webp") type("image/webp"), url("../assets/bg_galette-CnDGDtZW.png") type("image/png"));
  background-size: cover;
  background-position: center;
  @media (max-width: 849px) {
    height: min(100svh, 700px);
    background-image: url("../assets/bg_dorayaki-D2Tea8R9.png"); /* SPではどらやきをベースに */
    background-image: -webkit-image-set(url("../assets/bg_dorayaki-DpVVfXaE.webp") type("image/webp"), url("../assets/bg_dorayaki-D2Tea8R9.png") type("image/png"));
    background-image: image-set(url("../assets/bg_dorayaki-DpVVfXaE.webp") type("image/webp"), url("../assets/bg_dorayaki-D2Tea8R9.png") type("image/png"));
  }
}

/* アニメーション用の斜め背景レイヤー */
.lpFv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lpFv__bgRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/bg_dorayaki-D2Tea8R9.png");
  background-image: -webkit-image-set(url("../assets/bg_dorayaki-DpVVfXaE.webp") type("image/webp"), url("../assets/bg_dorayaki-D2Tea8R9.png") type("image/png"));
  background-image: image-set(url("../assets/bg_dorayaki-DpVVfXaE.webp") type("image/webp"), url("../assets/bg_dorayaki-D2Tea8R9.png") type("image/png"));
  background-size: cover;
  background-position: center;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); /* 初期状態：非表示 */
  transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  @media (max-width: 849px) {
    background-image: url("../assets/bg_galette-CnDGDtZW.png"); /* SPではガレットが右から来る */
    background-image: -webkit-image-set(url("../assets/bg_galette-w35swSE4.webp") type("image/webp"), url("../assets/bg_galette-CnDGDtZW.png") type("image/png"));
    background-image: image-set(url("../assets/bg_galette-w35swSE4.webp") type("image/webp"), url("../assets/bg_galette-CnDGDtZW.png") type("image/png"));
    clip-path: polygon(100% 0, -41% 0, 128% 90%, 100% 100%);
  }
}

.lpFv.is-animated .lpFv__bgRight {
  clip-path: polygon(100% 0, 70% 0, 22% 100%, 100% 100%); /* アニメーション後：右上から左下の斜め分割 */
  @media (max-width: 849px) {
    clip-path: polygon(100% 0, -41% 0, 128% 90%, 100% 100%);
  }
}

.lpFv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  height: min(100svh, 1000px); /* 最大高さを1000pxに制限 */
  margin: 0 auto;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  @media (max-width: 849px) {
    padding: 4vw;
    height: min(100svh, 700px);
  }
}

/* ---- ロゴとバッジ ---- */
.lpFv__brandLogo {
  position: absolute;
  top: 0px;
  left: 40px;
  z-index: 10;
  @media (max-width: 849px) {
    top: 20px;
    left: 20px;
  }
}
.lpFv__brandLogoImg {
  display: block;
  width: 140px;
  height: auto;
  @media (max-width: 849px) {
    width: 80px;
  }
}

.lpFv__badge {
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 10;
  @media (max-width: 849px) {
    top: 20px;
    right: 20px;
  }
}
.lpFv__badgeImg {
  display: block;
  width: 200px;
  height: auto;
  @media (max-width: 849px) {
    width: 90px;
  }
}

/* ---- 散りばめ装飾 ---- */
.lpFv__decors {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  /* 初期状態はHTML側の <style> で opacity: 0; visibility: hidden; になっています */
}

.lpFv.is-animated .lpFv__decors {
  opacity: 1;
  visibility: visible;
}

/* どらやき側の個別の初期切り抜き */
.lpFv__decors--galette {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.lpFv.is-animated .lpFv__decors--galette {
  clip-path: polygon(0 0, 70% 0, 22% 100%, 0 100%);
  @media (max-width: 849px) {
    clip-path: polygon(100% 0, -41% 0, 147% 100%, 100% 100%);
  }
}

.lpFv__decors--dorayaki {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.lpFv.is-animated .lpFv__decors--dorayaki {
  clip-path: polygon(100% 0, 70% 0, 22% 100%, 100% 100%);
  @media (max-width: 849px) {
    clip-path: polygon(0 0, -41% 0, 147% 100%, 0 100%);
  }
}

.lpFv__decoItem {
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(0.5);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  @media (max-width: 849px) {
    width: 22vw;
  }
}

.lpFv.is-animated .lpFv__decoItem {
  opacity: 1;
  transform: scale(1);
}

/* 影レイヤー専用：背景と乗算 */
.lpFv__decors--shadow {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}

/* 本体レイヤー専用：通常表示 */
.lpFv__decors--main {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* 個別配置：vwを使用してレスポンシブを自動化 */
/* 左側：ガレット系 */
.lpFv__decoGal01 {
  z-index: 1;
  top: 39.4vw;
  left: 22vw;
  width: 15vw;
  @media (max-width: 849px) {
    top: 0vw;
    left: -9vw;
    width: 31vw;
  }
}
.lpFv__decoGal02 {
  z-index: 6;
  top: 4vw;
  left: 8vw;
  width: 15vw;
  @media (max-width: 849px) {
    top: 10.4vw;
    left: 17vw;
    width: 31vw;
  }
}
.lpFv__decoGal03 {
  z-index: 5;
  top: 11.5vw;
  left: 25vw;
  width: 16vw;
  @media (max-width: 849px) {
    top: 23.5vw;
    left: 54vw;
    width: 31vw;
  }
}
.lpFv__decoGal04 {
  top: -3.4vw;
  left: 23.5vw;
  width: 15vw;
  @media (max-width: 849px) {
    top: -5vw;
    left: 46vw;
    width: 31vw;
  }
}
.lpFv__decoGal05 {
  z-index: 4;
  top: 18vw;
  left: 13.4vw;
  width: 15vw;
  @media (max-width: 849px) {
    top: -3.4vw;
    left: 80vw;
    width: 31vw;
  }
}
.lpFv__decoGal06 {
  top: 22.8vw;
  left: 29.6vw;
  width: 15vw;
  z-index: 3;
  @media (max-width: 849px) {
    top: 53vw;
    left: 68vw;
    width: 31vw;
  }
}
.lpFv__decoGal07 {
  z-index: 2;
  top: 29.6vw;
  left: 7.4vw;
  width: 15vw;
  @media (max-width: 849px) {
    top: 74vw;
    left: 47vw;
    width: 31vw;
  }
}
.lpFv__decoGal08 {
  top: 89.4vw;
  left: 02vw;
  width: 15vw;
  @media (max-width: 849px) {
    top: 120vw;
    left: 81vw;
    width: 31vw;
  }
}
.lpFv__decoGal09 {
  top: 52vw;
  left: 9vw;
  width: 15vw;
}
.lpFv__decoGal10 {
  top: -4vw;
  left: 44vw;
  width: 15vw;
  @media (max-width: 849px) {
    top: 86vw;
    left: 80vw;
    width: 31vw;
  }
}
.lpFv__decoGal11 {
  top: 49.4vw;
  left: 30.5vw;
  width: 15vw;
}
.lpFv__decoGal12 {
  top: 71vw;
  left: 5vw;
  width: 15vw;
}
.lpFv__decoGal13 {
  top: 75.8vw;
  left: 30.6vw;
  width: 15vw;
}
.lpFv__decoGal14 {
  top: 78vw;
  left: 19vw;
  width: 15vw;
}
.lpFv__decoGal15 {
  z-index: 3;
  top: 20vw;
  left: -2vw;
  width: 15vw;
}
.lpFv__decoGal16 {
  top: 8vw;
  left: 40vw;
  width: 15vw;
}
.lpFv__decoGal17 {
  top: 40vw;
  left: 0vw;
  width: 15vw;
}

/* 右側：どらやき系 */
.lpFv__decoDora01 {
  top: -1vw;
  right: 25vw;
  width: 20vw;
  @media (max-width: 849px) {
    top: 66vw;
    left: -5vw;
    width: 39vw;
  }
}
.lpFv__decoDora02 {
  top: 29vw;
  right: 18.5vw;
  width: 20vw;
  @media (max-width: 849px) {
    top: 39vw;
    left: -11vw;
    width: 40vw;
  }
}
.lpFv__decoDora03 {
  top: 1vw;
  right: 4.5vw;
  width: 20vw;
  @media (max-width: 849px) {
    top: 103vw;
    left: -10vw;
    width: 39vw;
  }
}
.lpFv__decoDora04 {
  top: 38.7vw;
  right: 52vw;
  width: 20vw;
  @media (max-width: 849px) {
    top: 128vw;
    left: 33vw;
    width: 40vw;
  }
}
.lpFv__decoDora05 {
  top: 22vw;
  right: 3.9vw;
  width: 20vw;
  @media (max-width: 849px) {
    top: 140vw;
    left: -12vw;
    width: 39vw;
  }
}
.lpFv__decoDora06 {
  top: 14vw;
  right: 23.6vw;
  width: 20vw;
  @media (max-width: 849px) {
    top: 114vw;
    left: 72vw;
    width: 39vw;
  }
}
.lpFv__decoDora07 {
  top: 40vw;
  right: 31.8vw;
  width: 20vw;
  @media (max-width: 849px) {
    top: 159vw;
    left: 79vw;
    width: 39vw;
  }
}
.lpFv__decoDora08 {
  top: 43.6vw;
  right: 9.3vw;
  width: 20vw;
  @media (max-width: 849px) {
    top: 159vw;
    left: 25vw;
    width: 39vw;
  }
}
.lpFv__decoDora09 {
  z-index: 4;
  top: 59.6vw;
  right: 25.7vw;
  width: 20vw;
}
.lpFv__decoDora10 {
  z-index: 3;
  top: 62.6vw;
  right: 1.7vw;
  width: 20vw;
}
.lpFv__decoDora11 {
  top: 75.6vw;
  right: 11.7vw;
  width: 20vw;
}
.lpFv__decoDora12 {
  z-index: 5;
  top: 69vw;
  right: 48vw;
  width: 20vw;
}
.lpFv__decoDora13 {
  top: 80.6vw;
  right: 33.7vw;
  width: 20vw;
}
.lpFv__decoDora14 {
  top: 90.6vw;
  right: 50vw;
  width: 20vw;
}
.lpFv__decoDora15 {
  top: 90.6vw;
  right: 1.7vw;
  width: 20vw;
}
.lpFv__decoDora16 {
  top: 98.6vw;
  right: 21.7vw;
  width: 20vw;
}

/* SPで非表示にするアイテムを一括指定 */
@media (max-width: 849px) {
  .lpFv__decoGal09,
  .lpFv__decoGal11,
  .lpFv__decoGal12,
  .lpFv__decoGal13,
  .lpFv__decoGal14,
  .lpFv__decoGal15,
  .lpFv__decoGal16,
  .lpFv__decoGal17,
  .lpFv__decoDora09,
  .lpFv__decoDora10,
  .lpFv__decoDora11,
  .lpFv__decoDora12,
  .lpFv__decoDora13,
  .lpFv__decoDora14,
  .lpFv__decoDora15,
  .lpFv__decoDora16 {
    display: none;
  }
}

/* ---- 中央コンテンツ ---- */
.lpFv__center {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lpFv__hokkaido {
  margin-bottom: var(--space-8);
}

.lpFv__hokkaidoImg {
  display: block;
  width: 160px;
  height: auto;

  @media (max-width: 849px) {
    width: 110px;
  }
}

.lpFv__sweetPotato {
  margin-bottom: var(--space-8);
}

.lpFv__sweetPotatoImg {
  display: block;
  width: 140px;
  height: auto;

  @media (max-width: 849px) {
    width: 100px;
  }
}

.lpFv__title {
  margin-top: 60px;
  margin-bottom: 60px;

  @media (max-width: 849px) {
    margin-top: 21vw;
  }
}

.lpFv__titleImg {
  display: block;
  width: 329px;
  height: auto;
  @media (min-width: 850px) and (max-height: 600px) {
    width: 200px;
  }

  @media (max-width: 849px) {
    width: 255px;
  }
}

/* ---- 商品ナビ ---- */
.lpFv__nav {
  margin-top: 0;
  position: relative;
  z-index: 5;
  left: -12px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;

  @media (max-width: 849px) {
    left: 0;
    padding: 0 24px;
    gap: 17px;
  }
}

.lpFv__navThumb {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.lpFv__navThumb--gallet {
  left: 24px;
  width: 37px;
  height: auto;
  @media (max-width: 849px) {
    width: 26px;
    left: 14px;
    bottom: 4px;
  }
}
.lpFv__navThumb--dorayaki {
  width: 80px;
  height: auto;
  @media (max-width: 849px) {
    width: 50px;
    bottom: 7px;
    left: 7px;
  }
}
.lpFv__navThumbImg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none; /* 親のサイズに合わせるため */
}
.lpFv__navLink {
  border-radius: 5px;
  display: flex;
  font-family: var(--font-serif);
  font-size: var(--text-h4);
  align-items: center;
  gap: var(--space-8);
  text-decoration: none;
  color: var(--c-white);
  font-weight: 500;
  letter-spacing: 0;
  transition: opacity 0.3s;
  background-color: var(--c-white);
  position: relative;
  padding: 10px 20px 10px 90px;
  width: 220px;
  &:hover {
    opacity: 0.7;
  }
  @media (max-width: 849px) {
    padding: 8px 20px 8px 56px;
    width: 156px;
  }
}
.lpFv__navLink:nth-child(1) {
  background-color: var(--c-white);
  color: var(--c-bg-galette);
}
.lpFv__navLink:nth-child(2) {
  background-color: var(--c-white);
  color: var(--c-bg-dorayaki);
  @media (max-width: 849px) {
    padding: 8px 20px 8px 62px;
  }
}

.lpFv__navText {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.25em;
  white-space: nowrap;
}

.lpFv__navArrow {
  display: inline-block;
  font-size: 0.8em;
}
/* ==================================================
   lpIntro — コンセプト・あんこ紹介
================================================== */
.lpIntro {
  margin-bottom: -2%;
  background-color: var(--c-bg);
  padding: 11.3% 0 19.8% 0;
  background-image: url("../assets/bg-DGJ0Paks.png");
  background-image: -webkit-image-set(url("../assets/bg-BcVeJLO9.webp") type("image/webp"), url("../assets/bg-DGJ0Paks.png") type("image/png"));
  background-image: image-set(url("../assets/bg-BcVeJLO9.webp") type("image/webp"), url("../assets/bg-DGJ0Paks.png") type("image/png"));
  background-size: cover;

  @media (max-width: 743px) {
    padding: 77px 0 160px;
  }
}

.lpIntro__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;

  @media (max-width: 743px) {
    padding: 0 24px;
  }
}

/* ---- リード ---- */
.lpIntroLead {
  margin-bottom: 13%;
  display: grid;
  grid-template-columns: 37% auto;
  gap: 140px;

  @media (max-width: 743px) {
    grid-template-columns: 1fr;
    gap: var(--space-24);
    margin-bottom: 73px;

    > :nth-child(1) {
      order: 2;
    }
    > :nth-child(2) {
      order: 1;
    }
  }
}

.lpIntro__heading {
  font-family: var(--font-serif);
  font-size: var(--text-h2);
  line-height: var(--text-h2-lh);
  letter-spacing: 0.115em;
  font-weight: 500;
  margin-top: 1.45em;
  margin-bottom: var(--space-32);

  @media (max-width: 743px) {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

.lpIntro__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lpIntro__text {
  margin: 10px 0 23px;
  font-size: var(--text-h4);
  line-height: var(--text-h4-lh);
  letter-spacing: var(--text-h4-ls);
  font-weight: 300;

  @media (max-width: 743px) {
    font-size: var(--text-body);
    font-weight: var(--text-body-fw);
    margin: 4px 0 12px;
    line-height: 1.75;
  }
}

.lpIntroLeadImgMain {
  display: block;
  width: 367px;
  height: 500px;
  overflow: hidden; /* マスクアニメーション用 */

  @media (max-width: 743px) {
    margin-top: 10px;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
  }
}
.lpIntroLeadImgMainImg {
  @media (max-width: 743px) {
    width: 100%;
    height: auto;
  }
}
/* ---- あんこ紹介 ---- */
.lpIntroAnkoWrapper {
  position: relative;
  max-width: 830px;
  margin: 0 auto;

  @media (max-width: 743px) {
    max-width: 100%;
  }
}

.lpIntroAnko {
  display: grid;
  grid-template-columns: 1fr 44%;
  gap: var(--space-40);

  @media (max-width: 743px) {
    grid-template-columns: 1fr;
    gap: var(--space-24);
    /* 逆順に */
    display: flex;
    flex-direction: column-reverse;
  }
}

.lpIntroAnkoImages {
  @media (max-width: 743px) {
    width: 100%;
    order: -1;
  }
}

.lpIntroAnkoImgMain {
  border-radius: 8px;
  overflow: hidden;
}

.lpIntroAnkoImgMainImg {
  border-radius: 4px;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
    @media (max-width: 743px) {
      max-width: 500px;
    }
}

.lpIntroAnkoContent {
  padding-top: 15px;

  @media (max-width: 743px) {
    padding-top: 0;
  }
}

.lpIntroAnkoHeading {
  font-family: var(--font-serif);
  font-size: var(--text-h3);
  line-height: var(--text-h3-lh);
  letter-spacing: 0.115em;
  font-weight: 500;
  margin-bottom: 1em;

  @media (max-width: 743px) {
    font-size: 1.25rem;
  }
}

.lpIntroAnkoText {
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  padding-right: 8em;
  margin-bottom: 0.6em;

  @media (max-width: 743px) {
    padding-right: 0;
    letter-spacing: var(--text-h4-ls);
  }
}

.lpIntroAnkoImgSub {
  position: absolute;
  bottom: -82px;
  left: -140px;
  z-index: 10;

  @media (max-width: 743px) {
    bottom: -83px;
    left: -9px;
    width: 115px;
  }
}

.lpIntroAnkoImgSubSrc {
  display: block;
  width: 172px;
  height: auto;
}
/* ==================================================
   lpGalette — ガレットセクション
 ================================================== */
.lpGalette {
  will-change: transform;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  color: var(--c-white);
  background-image: url("../assets/bg_galette-CnDGDtZW.png");
  background-image: -webkit-image-set(url("../assets/bg_galette-w35swSE4.webp") type("image/webp"), url("../assets/bg_galette-CnDGDtZW.png") type("image/png"));
  background-image: image-set(url("../assets/bg_galette-w35swSE4.webp") type("image/webp"), url("../assets/bg_galette-CnDGDtZW.png") type("image/png"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  @media (max-width: 743px) {
    min-height: 100svh;
    display: flex;
    align-items: center;
  }
}

.lpGalette__inner,
.lpDorayaki__inner {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-40);
  margin: 0 auto;
  padding: 0 0 40px;

  @media (max-width: 743px) {
    padding: 0 0;
  }
}
#lpGalette .lpGalette__inner {
  padding: 0 0 50px;
  grid-template-columns: 1fr 1fr;
  gap: 0;

  @media (max-width: 743px) {
    grid-template-columns: 1fr;
  }
}
.lpDorayaki__inner {
  direction: ltr;
}

/* ---- 装飾テキスト（ほろほろ：左） ---- */
.lpGalette__decoText {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: 1;
  pointer-events: none;

  @media (max-width: 743px) {
    left: -10%;
  }
}

.lpGalette__decoTextImg {
  display: block;
  width: 200px;
  height: auto;

  @media (max-width: 743px) {
    width: 120px;
  }
}

/* ---- コンテンツ（右） ---- */
.lgGalette__content {
  padding: 14% 28% 30px 16px;
  display: flex;
  flex-direction: column;
  align-items: center; /* anchor-center から標準の center に修正 */
  grid-column: 2;
  @media (min-width: 744px) and (max-width: 1100px) {
    padding: 10% 0 30px 10%;
  }
  @media (max-width: 743px) {
    grid-column: 1;
    padding: 57px 24px 0;
    align-items: center;
  }
}
.lpGalette__decoTextRight {
  position: absolute;
  top: 40%;
  right: -5%;
  z-index: 1;
  pointer-events: none;

  @media (max-width: 743px) {
    right: -10%;
  }
}

.lpGalette__decoTextRightImg {
  display: block;
  width: 200px;
  height: auto;

  @media (max-width: 743px) {
    width: 120px;
  }
}

/* ---- 見出し ---- */
.lpGalette__head {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: var(--space-24);
  margin-left: -20px;
  @media (max-width: 743px) {
    margin-left: 0;
  }
}

.lpGalette__heading {
  margin-bottom: 16px;
}

.lpGalette__headingImg {
  display: inline-block;
  width: 100%;
  height: auto;

  @media (max-width: 743px) {
    width: 100%;
  }
}

.lpGalette__sub {
  font-family: var(--font-serif);
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
  letter-spacing: 0.1em;
  color: var(--c-text);

  @media (max-width: 743px) {
    font-size: var(--text-note);
  }
}

.lpGalette__sub img {
  @media (max-width: 743px) {
    width: 82%;
    height: auto;
  }
}

/* ---- 説明テキスト ---- */
.lpGalette__txt {
  position: relative;
  z-index: 2;
  text-align: left;
  font-size: var(--text-h4);
  line-height: 1.7;
  letter-spacing: var(--text-h4-ls);
  margin-bottom: 2%;
  max-width: 680px;

  @media (max-width: 743px) {
    font-size: var(--text-body);
    font-weight: var(--text-body-fw);
    margin-bottom: 0;
  }
}

/* ---- 盛り付け画像 ほろほろ ---- */
.lpGalette__images {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  gap: var(--space-24);
  margin-bottom: var(--space-40);

  @media (max-width: 743px) {
    grid-row: auto;
    flex-direction: column;
    gap: var(--space-16);
    margin-bottom: 0;
  }
}

.lpGalette__imgMain {
  flex: 3;
  overflow: hidden;
  @media (max-width: 743px) {
    margin-top: 30px;
    margin-left: 0;
  }
}

.lpGalette__imgMainSrc {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- 商品情報 白枠 ---- */
.lpGalette__product {
  margin-top: 38px;
  color: var(--c-text);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-16);
  background-color: rgba(221, 228, 232, 0.8);
  border-radius: 7px;
  padding: var(--space-24) 1em var(--space-24) 2em;
  width: 100%;
  min-width: 350px;
  max-width: 407px;
  flex-direction: row-reverse;
  @media (min-width: 1400px) {
    margin-top: 45px;
  }

  @media (max-width: 743px) {
    margin-top: 24px;
    flex-direction: row-reverse;
    gap: var(--space-16);
    padding: var(--space-24) 1em var(--space-24) 1.6em;
    margin-left: 0;
    transform: none; /* SPでは位置調整を解除 */
    max-width: 340px;
    min-width: auto;
  }
}

.lpGalette__productImg {
  position: relative;
  flex-shrink: 1;
  width: 100px;
  min-width: 60px;
  margin-left: auto;
  height: 100%;
  @media (max-width: 743px) {
    width: 80px;
  }
}

.lpGalette__productImgSrc {
  position: absolute;
  display: block;
  width: 79px;
  height: auto;
  margin-left: auto;
  bottom: -9px;
  right: 44px;
  @media (max-width: 743px) {
    width: 55px;
    bottom: -15px;
    right: 32px;
  }
}

.lpGalette__productName {
  font-family: var(--font-base);
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  margin-bottom: var(--space-4);
  font-weight: 400;
}

.lpGalette__productName span {
  display: block;
  font-size: var(--text-h4);
  line-height: var(--text-h4-lh);
  letter-spacing: var(--text-h4-ls);

  @media (max-width: 743px) {
  }
}

.lpGalette__productPrice {
  display: flex;
  align-items: baseline;
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
}

.lpGalette__productPriceNum {
  margin-top: 0.4em;
  font-size: var(--text-h4);
  font-weight: 500;
  letter-spacing: var(--text-h4-ls);
}

.lpGalette__productPriceTax {
  font-size: var(--text-note);
}
/* ==================================================
   lpDorayaki — どらやきセクション
================================================== */
.lpDorayaki {
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 2;
  margin-top: -15px;
  padding: 0 0 70px;
  color: var(--c-white);
  background-color: var(--c-bg-dorayaki);
  background-image: url("../assets/bg_dorayaki-D2Tea8R9.png");
  background-image: -webkit-image-set(url("../assets/bg_dorayaki-DpVVfXaE.webp") type("image/webp"), url("../assets/bg_dorayaki-D2Tea8R9.png") type("image/png"));
  background-image: image-set(url("../assets/bg_dorayaki-DpVVfXaE.webp") type("image/webp"), url("../assets/bg_dorayaki-D2Tea8R9.png") type("image/png"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;

  @media (max-width: 743px) {
    margin-top: 0;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 0;
  }
}

.lpDorayaki__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;

  @media (max-width: 743px) {
    grid-template-columns: 1fr;
    padding: 39px 0 0;
    gap: 20px;
  }
}

/* ---- 装飾テキスト（もちもち：右） ---- */
.lpDorayaki__decoText {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: 1;
  pointer-events: none;

  @media (max-width: 743px) {
    left: -10%;
  }
}

.lpDorayaki__decoTextImg {
  display: block;
  width: 200px;
  height: auto;

  @media (max-width: 743px) {
    width: 120px;
  }
}

/* ---- コンテンツ（左） ---- */
.lpDorayaki__content {
  padding: 14% 0 30px 29%;
  display: flex;
  flex-direction: column;
  align-items: center; /* anchor-center から標準の center に修正 */
  @media (min-width: 744px) and (max-width: 1100px) {
    padding: 10% 0 30px 10%;
  }
  
  @media (max-width: 743px) {
    padding: var(--space-24) 24px 0;
    align-items: center;
  }
}
.lpDorayaki__decoTextRight {
  position: absolute;
  top: 40%;
  right: -5%;
  z-index: 1;
  pointer-events: none;

  @media (max-width: 743px) {
    right: -10%;
  }
}

.lpDorayaki__decoTextRightImg {
  display: block;
  width: 200px;
  height: auto;

  @media (max-width: 743px) {
    width: 120px;
  }
}

/* ---- 見出し ---- */
.lpDorayaki__head {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: var(--space-24);
}

.lpDorayaki__heading {
  margin-bottom: var(--space-24);
}

.lpDorayaki__headingImg {
  display: inline-block;
  width: 100%;
  height: auto;

  @media (max-width: 743px) {
  }
}

.lpDorayaki__sub {
  font-family: var(--font-serif);
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
  letter-spacing: 0.1em;
  color: var(--c-text);

  @media (max-width: 743px) {
    font-size: var(--text-note);
  }
}

.lpDorayaki__sub img {
  height: auto;
  @media (max-width: 743px) {
    width: 100%;
  }
}

/* ---- 説明テキスト ---- */
.lpDorayaki__txt {
  position: relative;
  z-index: 2;
  text-align: left;
  font-size: var(--text-h4);
  line-height: 1.7;
  letter-spacing: var(--text-h4-ls);
  margin-bottom: 2%;
  max-width: 680px;

  @media (max-width: 743px) {
    font-size: var(--text-body);
    font-weight: var(--text-body-fw);
    text-align: center;
    margin-bottom: 0;
  }
}

/* ---- 商品画像 ---- */
.lpDorayaki__images {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: var(--space-24);
  margin-bottom: var(--space-40);

  @media (max-width: 743px) {
    flex-direction: column;
    gap: var(--space-16);
    margin-bottom: 0;
  }
}

.lpDorayaki__imgMain {
}

.lpDorayaki__imgMainSrc {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- 商品情報 ---- */
.lpDorayaki__product {
  margin-top: 41px;
  transform: translateX(3px); /* margin-left の代わりに transform を使用 */
  color: var(--c-text);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-16);
  background-color: rgba(221, 228, 232, 0.8);
  border-radius: 7px;
  padding: 23px 20px 22px 2em;
  width: 100%;
  min-width: 350px;
  max-width: 407px;
  flex-direction: row-reverse;

  @media (max-width: 743px) {
    margin-top: 24px;
    min-width: auto;
    transform: none; /* SPでは位置調整を解除 */
    flex-direction: row-reverse;
    gap: var(--space-16);
    padding: 23px 20px 22px 1.7em;
    margin-left: 0;
    max-width: 340px;
  }
}

.lpDorayaki__productImg {
  flex-shrink: 1;
  width: 150px;
  min-width: 60px;
  margin-left: auto;
  margin-right: 1em;

}

@media (min-width: 744px) and (max-width: 850px) {
  .lpDorayaki__productImg {
      width: 110px;
        margin-right: .3em;
  }
}
@media (max-width: 743px) {
      .lpDorayaki__productImg {
        width: 104px;
      }
}

.lpDorayaki__productImgSrc {
  display: block;
  width: 100%;
  height: auto;
}

.lpDorayaki__productName {
  font-family: var(--font-base);
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  font-weight: 400;
  margin-bottom: var(--space-16);

  @media (max-width: 743px) {
  }
}

.lpDorayaki__productName span {
  display: block;
  font-size: var(--text-h4);
  line-height: var(--text-h4-lh);
  letter-spacing: 0;

  @media (max-width: 743px) {
  }
}

.lpDorayaki__productPrice {
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
}

.lpDorayaki__productPriceNum {
  font-size: var(--text-h4);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.lpDorayaki__productPriceTax {
  font-size: var(--text-note);
}
/* ==================================================
   lpStore — 取り扱い店舗
================================================== */
.lpStore {
  padding: 118px 20px;

  @media (max-width: 743px) {
    padding: 85px 0 54px;
  }
}

.lpStore__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;

  @media (max-width: 743px) {
    padding: 0 24px;
  }
}

/* ---- 見出し ---- */
.lpStore__head {
  text-align: center;
  margin-bottom: var(--space-40);

  @media (max-width: 743px) {
    margin-bottom: 2.3em;
  }
}

.lpStore__heading {
  font-family: var(--font-serif);
  font-size: var(--text-h1);
  line-height: var(--text-h1-lh);
  letter-spacing: 0;
  font-weight: 500;

  @media (max-width: 743px) {
    margin-bottom: 0.2em;
  }
}
.lpStore__headSub {
  margin-top: -3px;
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
  letter-spacing: 0.1em;
  color: var(--c-text-sub);

  @media (max-width: 743px) {
  }
}

/* ---- 案内テキスト ---- */
.lpStore__note {
  text-align: center;
  font-size: var(--text-h4);
  line-height: var(--text-h4-lh);
  letter-spacing: var(--text-h4-ls);
  margin-bottom: var(--space-32);

  @media (max-width: 743px) {
    margin-bottom: 1.4em;
  }
}

/* ---- 店舗リスト ---- */
.lpStore__list {
  list-style: none !important;
  display: flex;
  gap: var(--space-16);

  @media (max-width: 743px) {
    flex-direction: column;
  }
}

.lpStore__item {
  flex: 1;
  padding-left: 0 !important;
  opacity: 1; /* JSでアニメーションさせるため、初期値はJS側の gsap.from に任せる */
}
.lpStore__item::before {
  display: none !important;
}
.lpStore__itemInner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--c-white);
  border-radius: 8px;
  padding: var(--space-24);
  min-height: 196px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

  &:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }

  @media (max-width: 743px) {
    padding: var(--space-32) var(--space-32) 24px;
    min-height: auto;
  }
}

/* ---- バッジ ---- */
.lpStore__itemBadge {
  display: inline-block;
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--c-galette);
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 10px;
  background-color: rgba(204, 108, 110, 0.12);

  @media (max-width: 743px) {
    margin: 0;
    padding: 4px 10px;
  }
}

.lpStore__itemBadge--dorayaki {
  color: var(--c-dorayaki);
  background-color: rgba(86, 120, 139, 0.12);
}

/* ---- 店舗名 ---- */
.lpStore__itemName {
  font-family: var(--font-serif);
  font-size: var(--text-h4);
  line-height: var(--text-h4-lh);
  font-weight: 500;
  margin-bottom: auto;
  padding-bottom: var(--space-16);

  @media (max-width: 743px) {
    padding-top: 0.7em;
    padding-bottom: 0.5em;
  }
}

/* ---- リンクテキスト ---- */
.lpStore__itemLinkText {
  padding-right: 1.5em;
  padding-bottom: 0.2em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKSSURBVHgB7ZhBTttAFIb/Zzv79ASYXVWlam6AOUGyrNpIhRMUTgA5QekJyKJ0HU4AnKCWonZbc4Kyx+PX98aGRpSgwIwTkOaT4hk7VjT/vHn/vAkQCAQCgUAgEAg8EwhrIH39PkUcD5loS0aQUZxsFvnkCh5IsALS/k4XxgwrNn2ieMDM6e2XLJ+y7Mv1HB5oRZAVIIOsUA0J0Tsuy0yfS18EsHaurBCgq5cKGOK5CUrffOiDKJNlNGBjZ7xrBSgigBi5iDmVd3KYKuUoOm6EdYl4IG/twQPOOSTRSEXADx3YnR/OZe4vgGiKJMnnc2Tj7cffYEqpqnZF2Beo+CR55SOPvJjCRm/0R2ZeomAkAnEuCT9dNLi0NzqQ1XYI4uJydrIp92dyn6m44tf3CRzxsuRkdpdyqSaae7BpRPv2Yb0MM6jjARM4EsEDyy6VylwfNjkzKWbfpvZhp2Nbyb0hPOBF0DJodIjpk72JO+Ob5zIZhTQ6IV1rLI6sTBCb6zPbAuNGxC1EOG06GRxZiSCZ+R11NTWCKEmO/n+DzvWqlg9HWhekmyzHdKB9Mjy+N9/EFZveC1hyZfn5JjqLbLkRKfuW5FFvlMGBVgVZm9Y9R6C4s/3Qu7IhXmgrZVAGB1oVZG0amuti03eM4B7sshNhW3CgNUG6dKxNa702Z9MLkfKo6WW2uH0irQli4mPbMr4uER2bR8S8LxHahgOtHPDUputquq7XsEK8R8gawZxNY8V4F1QZU9u0HNh8VM+Pxaugul5je1CTCnwXa8CroEfadCt4E6RGUNs0F0vZdEt4+0/BGoEe3Cqx6dl6oqN4iZBsov/qtZ8nR1gjfiJEuJQYFeuw6dZwKVcCgUAgEAgEAgHlL/d5Cie+F/zOAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right -0.5em center;
  background-size: 30px auto;
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
  color: var(--c-link);
  margin-left: auto;
  border-bottom: 1px solid var(--c-link);

  @media (max-width: 743px) {
    background-size: 24px auto;
  }
}
/* ==================================================
   lpAbout — ブランド・キャラクター紹介
================================================== */
.lpAbout {
  padding: var(--space-40) 0 158px;

  @media (max-width: 743px) {
    padding: var(--space-32) 24px 100px 24px;
  }
}

.lpAbout__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 var(--space-24);

  @media (max-width: 743px) {
    padding: 0;
  }
}

/* ---- ブランド紹介 ---- */
.lpAboutBrand {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-56);
  align-items: center;
  margin-bottom: 85px;
  max-width: 636px;

  @media (max-width: 743px) {
    grid-template-columns: 1fr;
    gap: 53px;
    margin-bottom: 55px;
  }
}

.lpAboutBrand__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lpAboutBrand__logoImg {
  width: 100%;
  max-width: 270px;
  height: auto;

  @media (max-width: 743px) {
    max-width: 200px;
  }
}

.lpAboutBrand__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);

  @media (max-width: 743px) {
    gap: var(--space-8);
  }
}

.lpAboutBrand__heading {
  font-family: var(--font-serif);
  font-size: var(--text-h3);
  line-height: var(--text-h3-lh);
  letter-spacing: var(--text-h3-ls);
  font-weight: 500;
  color: var(--c-text);

  @media (max-width: 743px) {
    font-size: 1.25rem;
    text-align: center;
  }
}

.lpAboutBrand__text {
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  color: var(--c-text);

  @media (max-width: 743px) {
    text-align: center;
  }
}

/* ---- キャラクター紹介 ---- */
.lpAboutChara {
  margin: 0 auto;
  max-width: 662px;
  padding-bottom: var(--space-40);
  /* 下ボーダーも点線でドット感覚を調整 */
  border-bottom: 2px dotted var(--c-text-sub);
  -o-border-image: repeating-linear-gradient(to right, var(--c-text-sub) 0 3px, transparent 3px 9px) 100% 1;
     border-image: repeating-linear-gradient(to right, var(--c-text-sub) 0 3px, transparent 3px 9px) 100% 1;
  -moz-border-bottom-colors: var(--c-text-sub) transparent transparent transparent transparent transparent transparent
    transparent;

  @media (max-width: 743px) {
    padding-bottom: var(--space-24);
  }
}

.lpAboutChara__heading {
  display: flex;
  align-items: center;
  gap: var(--space-16);
  font-family: var(--font-serif);
  font-size: var(--text-h3);
  line-height: var(--text-h3-lh);
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 0px;
  white-space: nowrap;
  margin-left: -0.5em;
  @media (max-width: 743px) {
    margin-bottom: 27px;
  }
}

/* 見出し右の点線 */
.lpAboutChara__heading::after {
  content: "";
  flex: 1;
  border-bottom: 2px dotted var(--c-text-sub);
  -o-border-image: repeating-linear-gradient(to right, var(--c-text-sub) 0 3px, transparent 3px 9px) 100% 1;
     border-image: repeating-linear-gradient(to right, var(--c-text-sub) 0 3px, transparent 3px 9px) 100% 1;
  -moz-border-bottom-colors: var(--c-text-sub) transparent transparent transparent transparent transparent transparent
    transparent;
}

.lpAboutChara__content {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: var(--space-40);
  align-items: center;

  @media (max-width: 743px) {
    grid-template-columns: 1fr;
    gap: var(--space-24);
  }
}

.lpAboutChara__text {
  padding-top: 1.6em;
  padding-left: 1.8em;
  font-size: var(--text-body);
  font-weight: var(--text-body-fw);
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  color: var(--c-text);

  @media (max-width: 743px) {
    padding: 0;
  }
}

.lpAboutChara__img {
  position: relative;
  flex-shrink: 0;
  width: 100%;

  @media (max-width: 743px) {
    width: 200px;
    margin: 0 auto 10px;
  }
}

.lpAboutChara__imgSrc {
  display: block;
  width: 100%;
  height: auto;
}
