/** Shopify CDN: Minification failed

Line 1493:10 Expected ";"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');:root {
  --Number: 0rem;
  --Size-Common-120-: 7.5rem;
  --Size-Common-16-: 1rem;
  --Size-Common-160-: 10rem;
  --Size-Common-20-: 1.25rem;
  --Size-Common-24-: 1.5rem;
  --Size-Common-240-: 15rem;
  --Size-Common-32-: 2rem;
  --Size-Common-4-: 0.25rem;
  --Size-Common-40-: 2.5rem;
  --Size-Common-48-: 3rem;
  --Size-Common-64-: 4rem;
  --Size-Common-72-: 4.5rem;
  --Size-Common-8-: 0.5rem;
  --Size-Common-80-: 5rem;
  --Size-Common-92-: 5.75rem;
  --Size-Common-SP-25: 0rem;
  --Size-Grid-Frame: 90rem;
  --Size-Grid-Grid-11: 73.25rem;
  --Size-Grid-Grid-12: 80rem;
  --Size-Grid-Grid-4: 26rem;
  --Size-Grid-Grid-5: 32.75rem;
  --Size-Grid-Grid-6: 39.5rem;
  --Size-Grid-Grid-8: 53rem;
  --Size-Image-Magazine-2clm: 32.75rem;
  --Size-Image-Product-2clm: 32.75rem;
  --Size-Image-Product-3clm: 26rem;
  --Size-Text-Common-H2: 1.5rem;
  --Size-Text-Common-Text-L: 1.25rem;
  --Size-Text-Common-Text-LL: 1.75rem;
  --Size-Text-Common-Text-M: 1rem;
  --Size-Text-Common-Text-S: 0.875rem;
  --Size-Text-Common-Text-SS: 0.75rem;
  --Size-Text-Mag-Mag-H1: 2.5rem;
  --Size-Text-Mag-Mag-H2: 1.75rem;
  --Size-Text-Mag-Mag-Text: 1.125rem;
  --Size-Text-Other-Text-Product-Name: 2rem;
  --Typo-JP-ex-small: 0.75rem;

  /* == Original == */
  /* ヘッダー高さは iPhone ノッチ/ステータスバー分（safe-area-inset-top）を含む */
  --global-header-height: calc(6.25rem + env(safe-area-inset-top, 0px));
  --global-header-height-home: calc(5.25rem + env(safe-area-inset-top, 0px));
  --z-index-global-header: 100;
  --content-padding-inline: 5rem;
}@media (min-width: 769px) {
  :root {
    --content-max-width: var(--Size-Grid-Frame);
  }
}@media (max-width: 768px){
  :root {
    --Size-Common-120-: 5.625rem;
    --Size-Common-16-: 0.75rem;
    --Size-Common-160-: 7.5rem;
    --Size-Common-20-: 0.9375rem;
    --Size-Common-24-: 1.125rem;
    --Size-Common-240-: 11.25rem;
    --Size-Common-32-: 1.5rem;
    --Size-Common-4-: 0.1875rem;
    --Size-Common-40-: 1.875rem;
    --Size-Common-48-: 2.25rem;
    --Size-Common-64-: 3rem;
    --Size-Common-72-: 3.375rem;
    --Size-Common-8-: 0.375rem;
    --Size-Common-80-: 3.75rem;
    --Size-Common-92-: 4.3125rem;
    --Size-Common-SP-25: 1.5625rem;
    --Size-Grid-Frame: 23.4375rem;
    --Size-Grid-Grid-11: 21.875rem;
    --Size-Grid-Grid-12: 20.3125rem;
    --Size-Grid-Grid-4: 20.3125rem;
    --Size-Grid-Grid-5: 20.3125rem;
    --Size-Grid-Grid-6: 20.3125rem;
    --Size-Grid-Grid-8: 20.3125rem;
    --Size-Image-Magazine-2clm: 21.875rem;
    --Size-Image-Product-2clm: 20.3125rem;
    --Size-Image-Product-3clm: 9.6875rem;
    --Size-Text-Common-H2: 1.25rem;
    --Size-Text-Common-Text-L: 1.125rem;
    --Size-Text-Common-Text-LL: 1.3125rem;
    --Size-Text-Common-Text-M: 0.9375rem;
    --Size-Text-Common-Text-S: 0.8125rem;
    --Size-Text-Common-Text-SS: 0.6875rem;
    --Size-Text-Mag-Mag-H1: 1.5rem;
    --Size-Text-Mag-Mag-H2: 1.3125rem;
    --Size-Text-Mag-Mag-Text: 1rem;
    --Size-Text-Other-Text-Product-Name: 1.5rem;

    --global-header-height: calc(4rem + env(safe-area-inset-top, 0px));
    --global-header-height-home: calc(4rem + env(safe-area-inset-top, 0px));
    --content-padding-inline: 1.5625rem;
  }
}/* 狭幅ヘッダー（Figma 476-4975 / 476-5103）: 641〜840px は2段ナビ・高さ83px */@media (min-width: 641px) and (max-width: 840px){
  :root {
    --global-header-height: calc(5.1875rem + env(safe-area-inset-top, 0px));
    --global-header-height-home: calc(5.1875rem + env(safe-area-inset-top, 0px));
  }
}:root {
	--Color-Black: rgb(0 0 0);
	--Color-Gray: rgb(215 215 215);
	--Color-White: rgb(255 255 255);
	--Color-Body: #CACACA;
	--Color-Yellow: #FFD900;
}:root {
  --Font-Font: fot-cezanne-pron, 'FOT-Cezanne ProN', sans-serif;
}:root{
  /*
   * text-box-trim未対応ブラウザ(Firefox)向けのトリム量（capボックス中央前提の近似・負値）。
   * 自動適用はしない。leading-trimを効かせたい箇所で任意に以下のように書く:
   *
   *   @supports not (text-box-trim: trim-both){
   *     .foo{ margin-block: var(--leading-trim); }                          ← マージン指定の無い要素
   *     .bar{ margin-block-start: calc(rem(40px) + var(--leading-trim)); }  ← 明示マージンと合成
   *   }
   */
  --leading-trim: calc((1cap - 1lh) / 2);
}:root {
  --easing-cubic-out: cubic-bezier(0.23, 1, 0.32, 1);
  --easing-cubic-in: cubic-bezier(0.42, 0, 1, 1);
  --easing-cubic-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-cubic-out-in: cubic-bezier(0.23, 1, 0.32, 1);
  --easing-quad-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easing-quad-in: cubic-bezier(0.16, 1, 0.3, 1);
  --easing-quad-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-quad-out-in: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easing-quart-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easing-quart-in: cubic-bezier(0.16, 1, 0.3, 1);
  --easing-quart-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-quart-out-in: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easing-quint-out: cubic-bezier(0.23, 1, 0.32, 1);
  --easing-quint-in: cubic-bezier(0.64, 0, 0.78, 0);
  --easing-quint-in-out: cubic-bezier(0.86, 0, 0.07, 1);
  --easing-quint-out-in: cubic-bezier(0.77, 0, 0.17, 1);
  --easing-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --easing-expo-in: cubic-bezier(0.95, 0.05, 0.79, 0.03);
  --easing-expo-in-out: cubic-bezier(1, 0, 0, 1);
  --easing-expo-out-in: cubic-bezier(0, 0, 0, 1);
  --easing-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easing-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easing-circ-in-out: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easing-circ-out-in: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easing-bounce-out: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easing-bounce-in: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easing-bounce-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-bounce-out-in: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easing-back-out: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easing-back-in: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easing-back-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-back-out-in: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}:root {
  --z-index-global-logo: 80;
  --z-index-global-nav-toggle: 100;
  --z-index-global-cart-toggle: 100;
  --z-index-global-menu: 120;
  /* ヘッダーはSPメニューより上（メニュー展開中もロゴ・×・カートを見せる）、
     カートモーダルより下（モーダルは自前のロゴ・×を持つため覆わせる） */
  --z-index-global-header: 150;
  --z-index-global-nav-modal: 200;
  --z-index-global-cart-modal: 200;
  --z-index-product-quick-cart: 110;
  --z-index-curtain: 200;
}:root {
  /* 色の定義をシンプルに */
  --focus-white: #ffffff;
  --focus-yellow: #FFD43D;
  --focus-black: #000000;
  
  /* 必要に応じて太さを調整可能に */
  --ring-yellow-width: 2px;
  --ring-white-width: 4px;
  --ring-black-width: 6px;
}:root {
  --transition-hover-image-scale: 1.05;
  --transition-hover-image-scale-duration: 0.3s;
  --transition-hover-image-scale-easing: var(--easing-quart-out);
  --transition-hover-image-scale-base: var(--transition-hover-image-scale-duration) var(--transition-hover-image-scale-easing);
}@keyframes spinner-dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}@keyframes spinner-rotator{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}/* @keyframes arrow-right-hover{
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.5em);
  }
  100% {
    transform: translateX(0);
  }
} *//* Foundation *//*! kiso.css v1.2.4 | MIT License | https://github.com/tak-dcxi/kiso.css *//* ======================================================
//  MARK: Universal
// ====================================================== */*,
::before,
::after {
  /*
  * Includes `padding` and `border` in the element's specified dimensions.
  * It is highly recommended to set `box-sizing: border-box;` by default, as it makes styling much easier, especially when specifying `width: 100%;`.
  */
  box-sizing: border-box;
}/* ======================================================
//  MARK: Document and Body Elements
// ====================================================== */:where(:root) {
  /* In Safari, if `font-family` is not specified, a serif font is applied by default, so `sans-serif` is set as the default here. */
  font-family: sans-serif;

  /*
  * For accessibility, it is recommended to set the `line-height` to at least 1.5 times the text size within paragraphs.
  * @see https://waic.jp/translations/WCAG21/#visual-presentation
  */
  line-height: 1.5;

  /* Remove space when punctuation marks are adjacent, and also remove leading spaces in a line. */
  text-spacing-trim: trim-start;

  /* Improves readability by inserting a small space between Japanese and alphanumeric characters. */
  text-autospace: normal;

  /* Prevents misreading by applying strict line-breaking rules. */
  line-break: strict;

  /* Wraps English words mid-word. Specifying `anywhere` also prevents content from overflowing in layouts like `flex` or `grid`. */
  overflow-wrap: anywhere;

  /*
  * Mobile browsers have an algorithm that automatically adjusts font sizes to prevent text from becoming too small.
  * This controls the auto-adjustment feature to prevent unwanted resizing.
  */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;

  /*
  * Prevents layout shift caused by the appearance or disappearance of the scrollbar.
  * Starting with Chrome 145, specifying `scrollbar-gutter: stable` will cause vw to be calculated without considering the scrollbar, which will also prevent horizontal scrolling.
  */
  scrollbar-gutter: stable;

  /* Suppresses the tap highlight on iOS. */
  -webkit-tap-highlight-color: transparent;
}:where(body) {
  /*
  * When creating a sticky footer, a minimum height is often required.
  * Setting the `min-block-size` to the dynamic viewport height ensures enough space for the footer.
  */
  min-block-size: 100dvb;

  /* The `margin` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  margin: unset;
}/* ======================================================
// MARK: Sections
// ------------------------------------------------------ */:where(:is(h1, h2, h3, h4, h5, h6):lang(en)) {
  /* Prevents the last line of text from ending with a single word, which can look awkward (known as an orphan). */
  text-wrap: pretty;
}:where(h1) {
  /*
  * Adjusts user agent (UA) styles for `h1` elements within sectioning content.
  * This addresses DevTools warnings that appear when `h1` elements nested within sectioning content lack `font-size` and `margin` properties.
  * @see https://html.spec.whatwg.org/#sections-and-headings
  */
  margin-block: 0.67em;
  font-size: 2em;
}:where(h2, h3, h4, h5, h6) {
  /* The `margin-block` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
}:where(search) {
  /*
  * The `<search>` element is supported from Safari 17.
  * This prevents it from being displayed as an inline element in unsupported environments.
  */
  display: block flow;
}/* ======================================================
//  MARK: Grouping content
// ====================================================== */:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  /* The `margin-block` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
}:where(blockquote, figure) {
  /* The `margin-inline` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-inline: unset;
}:where(p:lang(en)) {
  /*
  * In English, a single word on the last line is called a "widow" or "orphan" and is considered something to avoid as it makes the text harder to read.
  * Therefore, when lang="en", this prevents the last line from ending with a single word.
  */
  text-wrap: pretty;
}:where(address:lang(ja)) {
  /* Italic style is not common in Japanese, so the `font-style` is reset. */
  font-style: unset;
}:where(ul, ol, menu) {
  /* The `padding-inline-start` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  padding-inline-start: unset;

  /*
  * In Safari, using `list-style: none` prevents screen readers from announcing lists.
  * `list-style-type: ""` is used to hide markers without affecting accessibility.
  * @see https://matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics
  */
  list-style-type: "";
}:where(dt) {
  /* It is common to display `<dt>` elements in bold, so `font-weight: bolder;` is set by default. */
  font-weight: bolder;
}:where(dd) {
  /* The `margin-inline-start` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-inline-start: unset;
}:where(pre) {
  /*
  * Since `text-spacing-trim` can affect spacing in `<pre>` elements even with its initial value, the final rendering may depend on the user's font settings.
  * To ensure consistent alignment, `space-all` is explicitly specified and inheritance is prevented.
  */
  text-spacing-trim: space-all;

  /* Set to `no-autospace` as it can cause misalignment with monospaced fonts. */
  text-autospace: no-autospace;
}@media print {
  :where(pre) {
    /* Prevent text wrapping in print media. */
    text-wrap-mode: unset;
  }
}/* ======================================================
//  MARK: Text-level semantics
// ====================================================== */:where(em:lang(ja)) {
  /* In Japanese, emphasis is commonly represented by bold text, so `font-weight: bolder;` is set by default. */
  font-weight: bolder;
}:where(:is(i, cite, em, dfn):lang(ja)) {
  /* Italic style is not common in Japanese, so the `font-style` is reset. */
  font-style: unset;
}:where(u, s, del, ins) {
  /* Set the underline inset to `auto` and separate only the horizontal lines when underlines are consecutive. */
  text-decoration-inset: auto;
}:where(code, kbd, samp) {
  /*
  * Set a monospace font family referencing Tailwind.
  * @see https://tailwindcss.com/docs/font-family
  */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;

  /* Font feature settings can have adverse effects on monospaced fonts, so their values are explicitly set to `initial` to prevent inheritance. */
  font-feature-settings: initial;
  font-variation-settings: initial;

  /* Resets the `font-size` specified in the UA stylesheet to allow inheritance. */
  font-size: unset;

  /*
  * Disables font ligatures for programming fonts (like Fira Code)
  * to prevent character combinations like `=>` from being rendered as a single symbol (e.g., `⇒`).
  */
  font-variant-ligatures: none;
}:where(abbr[title]) {
  /*
  * The `<abbr>` element with the `title` attribute isn't helpful regarding accessibility because support is inconsistent, and it's only accessible to some users.
  * This rule shows a dotted underline on abbreviations in all browsers (there's a bug in Safari) and changes the cursor.
  * @see https://adrianroselli.com/2024/01/using-abbr-element-with-title-attribute.html
  */
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-inset: auto;
  cursor: help;
}:where(time) {
  /* Set to `no-autospace` because date notations in typography do not include spaces. */
  text-autospace: no-autospace;
}@media (forced-colors: active) {
  :where(mark) {
    /*
    * In forced-colors mode, the color of the mark element may not change, which can be problematic. Use system colors in forced-colors mode.
    * @see https://adrianroselli.com/2017/12/tweaking-text-level-styles.html#MarkWHCM
    */
    background-color: Highlight;
    color: HighlightText;
  }
}@media print {
  :where(mark) {
    /*
    * Not all printers support color, and users might print in grayscale.
    * It's worth adding a non-disruptive style that scales with the text, as an alternative to relying only on background color.
    * @see https://adrianroselli.com/2017/12/tweaking-text-level-styles.html#MarkPrint
    */
    border-width: 1px;
    border-style: dotted;
  }
}/* ======================================================
//  MARK: Links
// ====================================================== */:where(a) {
  /*
  * The default `color` from the UA stylesheet is rarely used as is, so it's reset to allow inheritance.
  * In Firefox on iOS, the user agent stylesheet’s text color is applied even when the text is not a link.
  * @see https://github.com/darkreader/darkreader/issues/9836
  */
  color: unset;
}:where(a:any-link) {
  /*
  * While link underlines can be useful, they are often obstructive.
  * They are disabled by default.
  * If needed, restore them using `text-decoration-line: revert;`.
  */
  text-decoration-line: unset;

  /* Set the underline thickness to the font's default thickness. */
  text-decoration-thickness: from-font;

  /* Set the underline inset to `auto` and separate only the horizontal lines when underlines are consecutive. */
  text-decoration-inset: auto;
}/* ======================================================
//  MARK: Embedded content
// ====================================================== */:where(img, svg, picture, video, audio, canvas, model, iframe, embed, object) {
  /* Prevents overflow by setting the maximum width to `100%`. */
  max-inline-size: 100%;

  /* Prevents extra space from appearing at the bottom of the element. */
  vertical-align: bottom;
}:where(img, svg, picture, video, canvas, model, iframe, embed, object) {
  /*
  * Automatically adjust block size based on content.
  * Exclude the <audio> element as it disappears when block-size is auto.
  * @see https://github.com/tak-dcxi/kiso.css/issues/5
  */
  block-size: auto;
}:where(iframe) {
  /* The `border` specified in the UA stylesheet is often unnecessary, so it is reset. */
  border: unset;
}/* ======================================================
//  MARK: Tabular data
// ====================================================== */:where(table) {
  /* Collapse borders for a more refined table design. */
  border-collapse: collapse;
}:where(caption, th) {
  /* The `text-align` specified in the UA stylesheet is often unnecessary, so it is reset. */
  text-align: unset;
}:where(caption:lang(en)) {
  /* Prevents the last line of text from ending with a single word, which can look awkward (known as an orphan). */
  text-wrap: pretty;
}/* ======================================================
//  MARK: Forms
// ====================================================== */:where(button, input, select, textarea),
::file-selector-button {
  /*
  * These elements are often styled with a border, so a `1px` border is applied by default for consistency.
  * This ensures readability even for unstyled elements.
  * When resetting, it's recommended to use `border-color: transparent` instead of `border: none` to account for forced color modes.
  */
  border-width: 1px;
  border-style: solid;

  /* These styles specified in the UA stylesheet are often unnecessary, so they are reset to allow for inheritance. */
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}:where(input:is([type="radio" i], [type="checkbox" i])) {
  /* The `margin` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  margin: unset;
}:where(input[type="file" i]) {
  /* The `border` is often unnecessary, so it is reset here. */
  border: unset;
}:where(input[type="search" i]) {
  /* Remove the rounded corners of search inputs on macOS and normalize the background color. */
  -webkit-appearance: textfield;
}@supports (-webkit-touch-callout: none) {
  :where(input[type="search" i]) {
    /* normalize the background color on iOS. */
    background-color: Canvas;
  }
}:where(
    input:is(
        [type="tel" i],
        [type="url" i],
        [type="email" i],
        [type="number" i]
      ):not(:placeholder-shown)
  ) {
  /*
  * Certain input types need to maintain left alignment even in right-to-left (RTL) languages.
  * However, this only applies when the value is not empty, as the placeholder should be right-aligned.
  * @see https://rtlstyling.com/posts/rtl-styling#form-inputs
  */
  direction: ltr;
}:where(textarea) {
  /* The `margin-block` specified in Firefox's UA stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;

  /* Allows vertical resizing for `<textarea>` elements. */
  resize: block;
}:where(
    input:not([type="button" i], [type="submit" i], [type="reset" i]),
    textarea,
    [contenteditable]
  ) {
  /* Set to `no-autospace` because `text-autospace` can insert spaces during input, potentially causing erratic behavior. */
  text-autospace: no-autospace;
}:where(
    button,
    input:is([type="button" i], [type="submit" i], [type="reset" i])
  ),
::file-selector-button {
  /* The `background-color` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  background-color: unset;
}:where(
    button,
    input:is([type="button" i], [type="submit" i], [type="reset" i]),
    [role="tab" i],
    [role="button" i],
    [role="option" i]
  ),
::file-selector-button {
  /*
  * On iOS, double-tapping a button can cause zooming, which harms usability.
  * `touch-action: manipulation` is specified to disable zooming on double-tap.
  * Third-party plugins such as Swiper sometimes use div elements with these roles as buttons, since double-tapping a div can still trigger zooming, it's advisable to specify this property.
  */
  touch-action: manipulation;
}:where(
    button:enabled,
    label[for],
    select:enabled,
    input:is(
        [type="button" i],
        [type="submit" i],
        [type="reset" i],
        [type="radio" i],
        [type="checkbox" i]
      ):enabled,
    [role="tab" i],
    [role="button" i],
    [role="option" i]
  ),
:where(:enabled)::file-selector-button {
  /* Indicate clickable elements with a pointer cursor. */
  cursor: pointer;
}:where(fieldset) {
  /*
  * Prevent fieldset from causing overflow.
  * Reset the default `min-inline-size: min-content` to prevent children from stretching fieldset.
  * @see https://github.com/twbs/bootstrap/issues/12359
  */
  min-inline-size: 0;

  /* The following default styles are often unnecessary, so they are reset. */
  margin-inline: unset;
  padding: unset;
  border: unset;
}:where(legend) {
  /* The default `padding-inline` is often unnecessary, so it is reset. */
  padding-inline: unset;
}:where(progress) {
  /* Resets the vertical alignment of the `<progress>` element to its initial value. */
  vertical-align: unset;
}::placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}/* ======================================================
//  MARK: Interactive elements
// ====================================================== */:where(summary) {
  /* The default triangle marker is often unnecessary, so it is disabled. */
  list-style-type: "";

  /* Changing the cursor to a pointer clarifies the clickability of the element. */
  cursor: pointer;
}:where(summary)::-webkit-details-marker {
  /* In Safari versions earlier than 18.4 (released in April 2025), a triangle icon is displayed using the -webkit-details-marker CSS pseudo-element, so it should be removed. */
  display: none;
}:where(dialog, [popover]) {
  /*
  * When these fixed-position elements are scrolled, preventing scroll chaining on the underlying page and bounce effects on mobile improves usability.
  * Disabling block-direction scroll chaining is recommended.
  */
  overscroll-behavior-block: contain;

  /* The following default styles are often unnecessary, so they are reset. */
  padding: unset;
  border: unset;
}:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  /*
  * These elements can be easily displayed by explicitly setting their `display` property.
  * To prevent them from appearing when not in an open state, they are forcibly hidden.
  */
  display: none !important;
}:where(dialog) {
  /*
  * The max width and height of a `<dialog>` element are typically determined by the design.
  * These UA stylesheet properties are reset as they can be obstructive, especially when trying to make the dialog full-screen.
  */
  max-inline-size: unset;
  max-block-size: unset;
}:where(dialog)::backdrop {
  /* Normalize the background color of the `::backdrop` element. */
  background-color: oklch(0% 0 0deg / 30%);
}:where([popover]) {
  /*
  * While the UA stylesheet's `margin` for `<dialog>` elements is useful for centering with `inset: 0`,
  * but `margin` for `popover` elements is often obstructive as they frequently use Anchor Positioning.
  */
  margin: unset;
}/* ======================================================
//  MARK: Focus Styles
// ====================================================== */:where(:focus-visible) {
  /* Add space between the content and the focus outline. */
  outline-offset: 3px;
}[tabindex="-1"]:focus {
  /* Prevent programmatically focused elements from displaying an outline unless they are naturally focusable. */
  outline: none !important;
}/* ======================================================
//  MARK: Misc
// ====================================================== */:where(:disabled, [aria-disabled="true" i]) {
  /* Display the default cursor on disabled elements to reflect their non-interactive state. */
  cursor: default;
}[hidden]:not([hidden="until-found" i]) {
  /* Ensure that elements intended to be hidden are not displayed, improving clarity and layout control. */
  display: none !important;
}html,
body{
  margin: 0;
  width: 100%;
  height: 100%;
}body {
  background-color: var(--Color-Body);
  color: var(--Color-Black);
  font-family: var(--Font-Font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* fot-cezanne-pron はウェイト500のみ提供。合成太字（faux bold）を禁止し Win/FF での太り方を緩和 */
  font-synthesis: none;
  font-feature-settings: 'palt' on;
  overflow-x: clip;
}body::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--Color-Body);
  z-index: var(--z-index-curtain);
}body.is-loaded::after {
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.6s var(--easing-quart-out);
}*:focus-visible {
  outline: none;
}/* フォーカススタイル */a:not(.nf):focus-visible,
button:not(.nf):focus-visible,
input:not(.nf):focus-visible,
textarea:not(.nf):focus-visible,
select:not(.nf):focus-visible,
[tabindex]:not([tabindex="-1"]):not(.nf):focus-visible {
  /* カスタムプロパティで各層の太さを計算 */
  --white-ring-end: var(--ring-white-width);
  --yellow-ring-end: var(--ring-yellow-width);
  --black-ring-end: var(--ring-black-width);
  
  box-shadow: 
    0 0 0 var(--yellow-ring-end) var(--focus-yellow),
    0 0 0 var(--white-ring-end) var(--focus-white),
    0 0 0 var(--black-ring-end) var(--focus-black);
  outline: none;
  
  outline: none;
}/* マウス操作時のフォーカス表示を抑制 */.mouse-user *:focus,
.no-focus-visible:focus {
  outline: none !important;
  box-shadow: none !important;
}/* キーボードユーザーのフォーカス表示を保証 */.keyboard-user *:focus-visible {
  /* カスタムプロパティで各層の太さを計算 */
  --white-ring-end: var(--ring-white-width);
  --yellow-ring-end: var(--ring-yellow-width);
  --black-ring-end: var(--ring-black-width);
  
  box-shadow: 
    0 0 0 var(--yellow-ring-end) var(--focus-yellow),
    0 0 0 var(--white-ring-end) var(--focus-white),
    0 0 0 var(--black-ring-end) var(--focus-black);
  outline: none;
  
  outline: none;
}.splide__spinner{
  border-color: var(--color-primary) !important;
  border-left-color: transparent !important;
}/* Shopify Payment Button の高さを制御するCSS変数 */@media (min-width: 769px){:root {
    --shopify-accelerated-checkout-button-block-size: 3rem;
}
  }@media (max-width: 768px){:root {
    --shopify-accelerated-checkout-button-block-size: 3rem;
}
  }:root {

  --shopify-accelerated-checkout-button-border-radius: 0 !important;
}@media (min-width: 769px){.shopify-payment-button {  
    --shopify-accelerated-checkout-button-block-size: 3rem;
}
  }@media (max-width: 768px){.shopify-payment-button {
    --shopify-accelerated-checkout-button-block-size: 3rem;
}
  }.shopify-payment-button__more-options{
  width: fit-content !important;
  /* Figma(186:1702)の20pxは行ボックス基準。実装はcapトリム済みで箱が縮むため+6pxする */
  margin-block-start: 1.625rem;
  color: var(--Black, #000);
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'halt' on;
  font-family: var(--Font-Font, "FOT-Cezanne ProN");
  font-size: var(--Typo-JP-ex-small, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}.shopify-payment-button__more-options:hover{
  background-size: 0% 1px !important;
  background-position: bottom right !important;
}.shopify-challenge__container{
  padding-block-start: var(--global-logo-height);
  padding-block-end: 10.625rem;
  padding-inline: var(--side-padding);
  box-sizing: content-box;
}@media (max-width: 768px){.shopify-challenge__container{
    padding-block-start: 10rem;
}
  }.shopify-challenge__button{
  display: inline-block;
  width: 100%;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-family-w6);
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  transition: background-color var(--transition-hover-base);
}@media (min-width: 769px){.shopify-challenge__button{
    padding-inline: 1.25rem;
    padding-block: 0.875rem;
    font-size: 1rem;
}
  }@media (max-width: 768px){.shopify-challenge__button{
    padding-inline: 1.25rem;
    padding-block: 0.75rem;
    font-size: 1rem;
}
  }@media (min-width: 769px){.h-captcha{
    margin-block: 1.875rem !important;
}
  }@media (max-width: 768px){.h-captcha{
    margin-block: 1.875rem !important;
}
  }/* Layouts */.l-layout{
  min-height: 100vh;
  overflow-x: clip;
}.l-layout__main{
  position: sticky;
}/* Components */.c-global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  border-block-end: 1px solid transparent;
  z-index: var(--z-index-global-header);
  /* iPhone ノッチ帯まで背景を敷く（高さ変数側に safe-area 分を加算済み） */
  padding-block-start: env(safe-area-inset-top, 0px);
  transition: all 0.3s var(--easing-quart-out);
}@media (min-width: 769px){.c-global-header {
    padding-inline: 2.5rem;
}
  }@media (max-width: 768px){.c-global-header {
    padding-inline: var(--content-padding-inline);
}
  }/* 狭幅ヘッダー（Figma 476-4975）: 641〜768px はフルナビ + padding 20px */@media (min-width: 641px) and (max-width: 768px){.c-global-header {
    padding-inline: 1.25rem;
}
  }.c-global-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 2.5rem;
}.c-global-header__logo {
  display: flex;
  align-items: center;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.15s var(--easing-quart-out),
    visibility 0.15s var(--easing-quart-out);
  will-change: opacity, visibility;
}.c-global-header__logo-link {
  display: block;
}.c-global-header__nav {
  height: 100%;
  margin-inline-start: auto;
  /* ハンバーガー切替は 640px 以下（641px以上はフルナビ2段。Figma 476-4975） */
}@media (max-width: 640px){.c-global-header__nav {
    display: none;
}
  }@media (min-width: 641px){.c-global-header__sp-nav{
    display: none;
}
  }@media (max-width: 640px){.c-global-header__sp-nav{
    height: 100%;
    margin-inline-start: auto;
}
  }.c-global-header:not(.is-fixed) {
  height: var(--global-header-height-home);
  color: var(--Color-White);
  /* iOS Safe Area - ステータスバー領域の背景を塗りつぶす */
  background: linear-gradient(
    to bottom,
    var(--Color-Body) 0,
    var(--Color-Body) env(safe-area-inset-top),
    transparent env(safe-area-inset-top)
  );
}.c-global-header.is-fixed {
  height: var(--global-header-height);
  border-block-end: 1px solid var(--Color-Black, #000);
  background-color: var(--Color-Body);
}.c-global-header.is-fixed .c-global-header__logo {
  visibility: visible;
  opacity: 1;
}.c-global-nav {
  height: 100%;
}.c-global-nav__inner {
  height: 100%;
  display: flex;
}@media (min-width: 841px){.c-global-nav__inner {
    align-items: center;
    gap: 2.5rem;
}
  }@media (max-width: 840px){.c-global-nav__inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
    gap: 1.25rem;
}
  }.c-global-nav__list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-family: var(--Font-Font, "FOT-Cezanne ProN");
  font-size: var(--Size-Text-Common-Text-S, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  /* 2段ナビ帯域（Figma 476-4975）: テキスト12px / gap 16px */
}@media (max-width: 840px){.c-global-nav__list {
    gap: 1rem;
    font-size: var(--Typo-JP-ex-small, 12px);
}
  }.c-global-nav__item{
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
}.c-global-nav__link {
  position: relative;
  display: inline-block;
}.c-global-nav__link::after {
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}.c-global-nav__link.is-current::after,
.c-global-nav__link:hover::after {
  transition: width 0.3s var(--easing-quad-out);
  width: 100%;
}.c-global-nav__icons {
  display: flex;
  align-items: center;
  /* height: 100%; */
  gap: 1.25rem;
}.c-global-nav__icon-link,
.c-global-nav__icon-button {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin: 0;
  border: none;

  /* 2段ナビ帯域（Figma 476-4975）: アイコン14px */
}@media (max-width: 840px){.c-global-nav__icon-link,
.c-global-nav__icon-button {
    width: 0.875rem;
    height: 0.875rem;
}
  }.c-global-nav__icon-button .c-global-cart-icon{
  display: block;
  width: 100%;
  height: 100%;
}.c-global-nav__icon-link svg,
.c-global-nav__icon-button svg{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  fill: currentColor;
}.c-global-nav--home .c-global-nav__list {
  /* color: var(--Color-White, #FFF); */
}.c-global-nav-sp{
  height: 100%;
}.c-global-nav-sp__list{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1.25rem;
}.c-global-nav-sp__item{
  list-style: none;
}.c-global-nav-sp__icon-button{
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin: 0;
  border: none;
}.c-global-nav-sp__icon{
  display: block;
  width: 100%;
  height: 100%;
}.c-global-nav-sp__icon svg{
  display: block;
  width: 100%;
  height: 100%;
}/* SPグローバルメニュー（Figma 953:2907）
   罫線(ヘッダー下端)→ナビ40px / メニュー項目21px・gap40 / ブロック間50 / ポリシー13px・gap32 */.c-global-menu{
  position: fixed;
  inset: 0;
  background-color: var(--Color-Body);
  z-index: var(--z-index-global-menu);
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s var(--easing-quart-out),
    visibility 0.3s var(--easing-quart-out);
}@media (min-width: 769px){.c-global-menu{
    display: none;
}
  }.c-global-menu.is-open{
  visibility: visible;
  opacity: 1;
}.c-global-menu__inner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.125rem;
  height: 100%;
  padding-block-start: calc(var(--global-header-height) + 2.5rem);
  padding-block-end: var(--content-padding-inline);
  padding-inline: var(--content-padding-inline);
  overflow-y: auto;
  overscroll-behavior: contain;
}.c-global-menu__list{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}.c-global-menu__item{
  list-style: none;
  text-align: right;
}.c-global-menu__link{
  /* inline-blockのままだとliの行ボックスがcapトリムを打ち消して縦位置がずれる */
  display: block;
  color: var(--Color-Black, #000);
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
  font-size: var(--Size-Text-Common-Text-LL, 21px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}/* Figma: 現在地は取り消し線 */.c-global-menu__link.is-current{
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-underline-offset: from-font;
}.c-global-menu__sns{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}.c-global-menu__sns-item{
  list-style: none;
}.c-global-menu__sns-link{
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--Color-Black, #000);
}/* アイコン20pxのまま当たり判定を32pxに広げる（レイアウトに影響させない） */.c-global-menu__sns-link::before{
  position: absolute;
  inset: -0.375rem;
  content: '';
}.c-global-menu__sns-link svg{
  display: block;
  width: 100%;
  height: 100%;
}.c-global-menu__policy{
  display: flex;
  flex-direction: column;
  gap: var(--Size-Common-32-, 24px);
}.c-global-menu__policy-item{
  list-style: none;
}.c-global-menu__policy-link{
  display: block;
  color: var(--Color-Black, #000);
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
  font-size: var(--Size-Text-Common-Text-S, 13px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}/* メニューを開いている間はヘッダーの背景・罫線・ロゴを出す（ホームの透過ヘッダー対策） */.c-global-header.is-menu-open{
  background: var(--Color-Body);
  border-block-end-color: var(--Color-Black, #000);
  color: var(--Color-Black, #000);
}.c-global-header.is-menu-open .c-global-header__logo{
  visibility: visible;
  opacity: 1;
}/* ハンバーガー↔閉じるアイコンの出し分け */.c-global-nav-sp__icon-button .c-global-nav-sp__icon--close,
.c-global-nav-sp__icon-button[aria-expanded='true'] .c-global-nav-sp__icon--open{
  display: none;
}.c-global-nav-sp__icon-button[aria-expanded='true'] .c-global-nav-sp__icon--close{
  display: block;
}.c-global-cart-icon{
  position: relative;
  display: inline-block;
}.c-global-cart-icon svg{
  position: relative;
  z-index: 1;
}.c-global-cart-icon__count{
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  background-color: var(--Color-Yellow);
  border-radius: 50%;
  color: #000;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
}@media (min-width: 769px){.c-global-footer{
    padding: var(--Size-Common-64-, 64px) var(--Size-Common-80-, 80px);
}
  }@media (max-width: 768px){.c-global-footer{
    padding-block: var(--Size-Common-64-, 64px);
    padding-inline: var(--content-padding-inline);
}
  }.c-global-footer.has-border{
  border-top: 1px solid var(--Color-Black, #000);
}.c-global-footer__inner{
  display: flex;
  flex-wrap: wrap;
}@media (min-width: 769px){.c-global-footer__inner{
    justify-content: space-between;
    align-items: center;
    gap: var(--Size-Common-20-, 20px);
}
  }@media (max-width: 768px){.c-global-footer__inner{
    flex-direction: column;
    gap: var(--Size-Common-32-, 24px);
}
  }.c-global-footer--minimal .c-global-footer__inner{
  justify-content: center;
  align-items: center;
}.c-global-footer--minimal .c-global-footer__copyright{
  margin-inline-start: 0;
}.c-global-footer__nav-list{
  display: flex;
}@media (min-width: 769px){.c-global-footer__nav-list{
    gap: var(--Size-Common-20-, 20px);
    align-items: center;
}
  }@media (max-width: 768px){.c-global-footer__nav-list{
    flex-direction: column;
    gap: var(--Size-Common-32-, 24px);
}
  }.c-global-footer__nav-item{
  list-style: none;
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
  font-size: var(--Size-Text-Common-Text-S, 14px);
}@media (max-width: 768px){.c-global-footer__nav-item{
    font-size: var(--Size-Text-Common-Text-S, 13px);
}
  }.c-global-footer__nav-link{
  color: var(--Color-Black, #000);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s var(--easing-quart-out);
}.c-global-footer__nav-link:hover{
  background-position: 0 100%;
  background-size: 100% 1px;
}.c-global-footer__copyright{
  color: var(--Color-Black, #000);
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
  font-size: var(--Size-Text-Common-Text-S, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}@media (max-width: 768px){.c-global-footer__copyright{
    margin-inline-start: auto;
    font-size: var(--Size-Text-Common-Text-S, 13px);
}
  }.c-cart-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: var(--z-index-global-cart-modal);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s var(--easing-quart-out), visibility 0.3s var(--easing-quart-out);
  will-change: opacity, visibility;
}.c-cart-modal__main {
  max-width: 67.5rem;
  width: 100%;
  height: 100%;
  background-color: var(--Color-White);
  transform: translateX(100%);
  transition: transform 0.3s var(--easing-quart-out);
  will-change: transform;
}.c-cart-modal__main-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}.c-cart-modal__main-container {
  display: flex;
  align-items: center;
  flex: 1 1 0%;
  width: 100%;
  min-height: 0;
  overflow-y: auto;
}.c-cart-modal__main-inner{
  display: flex;
  flex-direction: column;
  margin-block: auto;
}@media (min-width: 769px){.c-cart-modal__main-inner{
    width: calc(620 / 1080 * 100%);
    padding-block: 5.625rem;
    margin-inline: auto;
}
  }@media (max-width: 768px){.c-cart-modal__main-inner{
    width: 100%;
    padding-block-start: 6.875rem;
    padding-block-end: var(--content-padding-inline);
    padding-inline: var(--content-padding-inline);
}
  }/* SPのみモーダル内左上にロゴ（Figma 252:1670 / 257:1853） */.c-cart-modal__logo{
  position: absolute;
  top: calc(0.9375rem + env(safe-area-inset-top, 0px));
  left: var(--content-padding-inline);
}@media (min-width: 769px){.c-cart-modal__logo{
    display: none;
}
  }.c-cart-modal__logo img{
  display: block;
}.c-cart-modal__close-button{
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  display: block;
  padding: 0.625rem;
  background: none;
  border: none;
  cursor: pointer;
}@media (max-width: 768px){.c-cart-modal__close-button{
    top: 0;
    right: 0;
    padding: 1.125rem;
}
  }.c-cart-modal__close-button svg{
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  color: var(--gray-ex-text, #757575);
}@media (max-width: 768px){.c-cart-modal__close-button svg{
    width: 1.375rem;
    height: 1.375rem;
}
  }.c-cart-modal.is-active {
  visibility: visible;
  opacity: 1;
}.c-cart-modal.is-active .c-cart-modal__main {
  transform: translateX(0);
}.c-cart-section{
  position: relative;
  display: flex;
  flex-direction: column;
}.c-cart-section__title{
  color: var(--Black, #000);
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}@media (max-width: 768px){.c-cart-section__title{
    font-size: var(--Size-Text-Common-H2, 20px);
}
  }.c-cart-section__content{
  display: flex;
  flex-direction: column;
}@media (min-width: 769px){.c-cart-section__content{
    margin-block-start: 2.5rem;
}
  }@media (max-width: 768px){.c-cart-section__content{
    margin-block-start: var(--Size-Common-40-, 30px);
}
  }.c-cart-section__total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}@media (min-width: 769px){.c-cart-section__total{
    padding-block-start: 2rem;
}
  }@media (max-width: 768px){.c-cart-section__total{
    padding-block-start: var(--Size-Common-32-, 24px);
}
  }.c-cart-section__total-value,
.c-cart-section__total-label{
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
}@media (min-width: 769px){.c-cart-section__submit{
    margin-block-start: 2rem;
}
  }@media (max-width: 768px){.c-cart-section__submit{
    margin-block-start: var(--Size-Common-40-, 30px);
}
  }/* 空カート（Figma 186:1892 / 257:1853）: 小計・購入ボタンを隠しログイン導線を出す */@media (min-width: 769px){.c-cart-section__login{
    margin-block-start: 2rem;
}
  }@media (max-width: 768px){.c-cart-section__login{
    margin-block-start: var(--Size-Common-32-, 24px);
}
  }.c-cart-section.is-empty .c-cart-section__total,
.c-cart-section.is-empty .c-cart-section__submit{
  display: none;
}.c-cart-section:not(.is-empty) .c-cart-section__login{
  display: none;
}.c-cart-section__spinner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}.c-cart-section.is-loading .c-cart-section__spinner{
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}.c-cart-items{
  display: flex;
  flex-direction: column;
}.c-cart-items__item{
  list-style: none;
  border-block-end: 1px solid var(--Color-Black, #000);
}@media (min-width: 769px){.c-cart-items__item{
    padding-block-end: 2.5rem;
}
  }@media (max-width: 768px){.c-cart-items__item{
    padding-block-end: var(--Size-Common-32-, 24px);
}
  }@media (min-width: 769px){.c-cart-items__item + .c-cart-items__item{
    margin-block-start: 2.5rem;
}
  }@media (max-width: 768px){.c-cart-items__item + .c-cart-items__item{
    margin-block-start: var(--Size-Common-32-, 24px);
}
  }.c-cart-item{
  display: flex;
}@media (min-width: 769px){.c-cart-item{
    align-items: center;
    gap: 1.875rem;
}
  }@media (max-width: 768px){.c-cart-item{
    flex-direction: column;
    gap: var(--Size-Common-40-, 30px);
}
  }.c-cart-item__image{
  aspect-ratio: 1 / 1;
  overflow: hidden;
}@media (min-width: 769px){.c-cart-item__image{
    width: calc(200 / 620 * 100%);
}
  }@media (max-width: 768px){.c-cart-item__image{
    width: 100%;
    max-width: 12.5rem;
}
  }.c-cart-item__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}.c-cart-item__info{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1 0%;
}.c-cart-item__name{
  color: var(--Black, #000);
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
  font-size: var(--Size-Text-Common-Text-M, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}.c-cart-item__price{
  display: flex;
  align-items: baseline;
  gap: 0.5625rem;
}/* flexコンテナには leading-trim が効かないため、子（flexアイテム）側でトリムする */.c-cart-item__price > *{
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
}@supports not (text-box-trim: trim-both){
  .c-cart-item__price > *{
    margin-block: var(--leading-trim);
  }
}.c-cart-item__price-value{
  color: var(--Black, #000);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}@media (min-width: 769px){.c-cart-item__price-value{
    font-size: 0.75rem;
}
  }@media (max-width: 768px){.c-cart-item__price-value{
    font-size: var(--Size-Text-Common-Text-S, 13px);
}
  }.c-cart-item__price-quantity{
  color: var(--gray-ex-text, #757575);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}@media (min-width: 769px){.c-cart-item__price-quantity{
    font-size: 0.75rem;
}
  }@media (max-width: 768px){.c-cart-item__price-quantity{
    font-size: var(--Size-Text-Common-Text-S, 13px);
}
  }.c-cart-item__actions{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}@media (max-width: 768px){.c-cart-item__actions{
    justify-content: flex-end;
}
  }/* 見た目はアイコン実寸のまま、当たり判定は24×24を確保（WCAG 2.5.8）。
   kiso.cssのbutton既定1px枠はforced-colors配慮でtransparentにして消す。
   buttonのUAパディング(1px 6px)を消さないとアイコンが横に潰れる */.c-cart-item__add-button,
.c-cart-item__minus-button,
.c-cart-item__delete-button{
  padding: 0;
  border-color: transparent;
}.c-cart-item__add-button,
.c-cart-item__minus-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.375rem;
  cursor: pointer;
}.c-cart-item__add-button svg,
.c-cart-item__minus-button svg{
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
}.c-cart-item__delete-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.3125rem;
  cursor: pointer;
}.c-cart-item__delete-button svg{
  width: 0.875rem;
  height: 0.875rem;
}.c-breadcrumb{
  max-width: var(--content-max-width);
  font-size: var(--Size-Text-Common-Text-SS, 12px);
  font-weight: 500;
  line-height: normal;
}@media (min-width: 769px){.c-breadcrumb{
    padding: var(--Size-Common-40-, 40px) 5rem;
}
  }@media (max-width: 768px){.c-breadcrumb{
    padding: var(--Size-Common-40-, 40px) var(--content-padding-inline);
}
  }.c-breadcrumb__list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* 段落ち時の行間は leading-trim で箱が詰まるため、
     テキスト自身の折返し行間（見た目12px）に揃うよう row-gap を広げる */
  column-gap: 0.5rem;
  row-gap: 1rem;
}.c-breadcrumb__item{
  display: inline-flex;
  align-items: center;
  list-style: none;
  gap: 0.5rem;
}.c-breadcrumb__item:not(:last-child)::after{
  content: '/';
  display: inline-block;
  color: #888;
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
}.c-breadcrumb__item--current{
  /* @media (--sp){
    width: 100%;
  } */
}.c-breadcrumb__current{
  color: #888;
  @include 
}.c-breadcrumb__link,
.c-breadcrumb__current{
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
}.c-breadcrumb__link{
  text-decoration: underline;
}.c-arrow-link{
  position: relative;
  display: block;
  width: fit-content;
  padding-block-end: var(--Size-Common-16-, 16px);
  /* border-block-end: 1px solid currentColor; */
}.c-arrow-link::before,
.c-arrow-link::after{
  display: block;
  height: 1px;
  background-color: currentColor;
  content: '';
  position: absolute;
  bottom: 0;
  
  content: '';
}.c-arrow-link::before{
  width: 100%;
  right: 0;
}.c-arrow-link::after{
  width: 0;
  left: 0;
}.c-arrow-link__inner{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  font-size: var(--Size-Text-Common-Text-S, 14px);
}.c-arrow-link__text{
  display: inline-block;
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
}.c-arrow-link__icon{
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}.c-arrow-link__icon svg{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}.c-arrow-link--space-between .c-arrow-link__inner{
  justify-content: space-between;
  width: 100%;
}.c-arrow-link:hover::before{
  width: 0;
  transition: width 0.3s var(--easing-quart-out);
}.c-arrow-link:hover::after{
  width: 100%;
  transition: width 0.3s var(--easing-quart-out) 0.1s;
}.c-page-section{
  position: relative;
  padding-inline: var(--content-padding-inline);
  color: var(--Color-Black, #000);
}.c-page-section__inner{
  position: relative;
  max-width: var(--content-max-width);
  margin-inline: auto;
  z-index: 1;
}@media (min-width: 769px){.c-page-section__body{
    margin-block-start: 7.5rem;
}
  }@media (max-width: 768px){.c-page-section__body{
    margin-block-start: var(--Size-Common-120-, 90px);
}
  }@media (max-width: 768px){.c-page-section__body--sp-space-small{
    margin-block-start: var(--Size-Common-80-, 60px);
}
  }@media (min-width: 769px){.c-page-section__philosophy-body{
    margin-block-start: 10rem;
}
  }@media (max-width: 768px){.c-page-section__philosophy-body{
    margin-block-start: 4.375rem;
}
  }@media (min-width: 769px){.c-page-section__contact-content,
.c-page-section__faq-content,
.c-page-section__policy-content{
    padding-inline-start: 6.75rem;
}
  }@media (min-width: 769px){.c-page-section__u-content{
    padding-inline-start: 13.5rem;
}
  }/* タブレット帯は左インデントを詰めて2カラムを広く */@media (min-width: 769px) and (max-width: 1024px){.c-page-section__u-content{
    padding-inline-start: 0;
}
  }@media (min-width: 769px){.c-page-title{
    padding-block-start: var(--Size-Common-80-, 80px);
}
  }@media (max-width: 768px){.c-page-title{
    /* デザイン上なぜかパンくずを貫いているため・・ */
    padding-block-start: calc(var(--Size-Common-120-, 90px) - 0.875rem);
}
  }.c-page-title__text{
  color: var(--Color-Black, #000);
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}@media (max-width: 768px){.c-page-title__text{
    font-size: var(--Size-Text-Common-H2, 20px);
}
  }.c-banner-product{
  position: relative;
  margin-block-start: var(--Size-Common-160-, 120px);
  color: var(--Color-White, #FFF);
}.c-banner-product__link{
  position: relative;
  display: block;
  width: 100%;
}@media (max-width: 768px){.c-banner-product__link{
    height: 100%;
    padding: var(--Size-Common-240-, 180px) 80px;
}
  }.c-banner-product__image{
  width: 100%;
  height: auto;
}@media (max-width: 768px){.c-banner-product__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  }@media (max-width: 768px){.c-banner-product__image img,
.c-banner-product__image picture{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  }/* Figma cv-products(194:516): テキストはText-M・gap 8px（他のarrow-linkはText-S/gap4のまま） */.c-banner-product .c-arrow-link__inner{
  gap: var(--Size-Common-8-, 8px);
  font-size: var(--Size-Text-Common-Text-M, 16px);
}.c-banner-product__title{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}@media (min-width: 769px){.c-banner-product__title{
    position: absolute;
    top: 0;
    left: 0;
    padding-inline: var(--content-padding-inline);
}
  }@media (max-width: 768px){.c-banner-product__title{
    position: relative;
    justify-content: center;
    z-index: 2;
}
  }.c-button{
  display: flex;
  height: 3rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border: 1px solid var(--Black, #000);
  background: var(--Black, #000);
  color: var(--White, #FFF);
  text-decoration: none;
  will-change: background-color, color, border-color;
}.c-button__text{
  text-box: trim-both cap alphabetic;
  text-box-trim: trim-both;
  leading-trim: both;
  text-edge: cap;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}.c-button--full{
  width: 100%;
}.c-button--large{
  height: 4rem;
}.c-button--large .c-button__text{
  font-size: 1rem;
}.c-button:hover{
  transition: background-color 0.3s var(--easing-quart-out), color 0.3s var(--easing-quart-out), border-color 0.3s var(--easing-quart-out);
  background-color: var(--White, #FFF);
  color: var(--Black, #000);
  border-color: var(--Black, #000);
}.c-spinner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
}.c-spinner-wrap svg{
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: spinner-rotator 1.4s linear infinite;
}.c-spinner-wrap .path{
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: spinner-dash 1.4s ease-in-out infinite;
}.c-link{
  text-decoration-line: underline;
}/* Pages *//* カートページ。見た目はカートモーダル(c-cart-section)をそのまま流用し、
   モーダルの内側コンテナ(c-cart-modal__main-inner)と同じ幅・余白をページ側で与える */.p-cart__body{
  padding-inline: var(--content-padding-inline);
}.p-cart__inner{
  margin-inline: auto;
}@media (min-width: 769px){.p-cart__inner{
    width: calc(620 / 1080 * 100%);
    max-width: 38.75rem;
    padding-block: 5.625rem;
}
  }@media (max-width: 768px){.p-cart__inner{
    width: 100%;
    padding-block: 3.75rem;
}
  }/* 数量変更・削除はJS無しで動くようPOSTフォームにする。レイアウトには影響させない */.c-cart-item__action-form{
  display: contents;
}/* Themes */.t-lower{
  padding-block-start: var(--global-header-height);
}@media (min-width: 769px){.t-lower__philosophy{
    margin-block-start: 13.75rem;
}
  }@media (max-width: 768px){.t-lower__philosophy{
    margin-block-start: var(--Size-Common-160-, 120px);
}
  }/* Utilities */@media (max-width: 768px) {.u-pc-only {
    display: none !important;
}
  }@media (min-width: 769px) {.u-sp-only {
    display: none !important;
}
  }.u-visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}@media (min-width: 769px) {
  :root {
    --content-max-width: var(--Size-Grid-Frame);
  }
}@media (max-width: 768px){
  :root {
    --Size-Common-120-: 5.625rem;
    --Size-Common-16-: 0.75rem;
    --Size-Common-160-: 7.5rem;
    --Size-Common-20-: 0.9375rem;
    --Size-Common-24-: 1.125rem;
    --Size-Common-240-: 11.25rem;
    --Size-Common-32-: 1.5rem;
    --Size-Common-4-: 0.1875rem;
    --Size-Common-40-: 1.875rem;
    --Size-Common-48-: 2.25rem;
    --Size-Common-64-: 3rem;
    --Size-Common-72-: 3.375rem;
    --Size-Common-8-: 0.375rem;
    --Size-Common-80-: 3.75rem;
    --Size-Common-92-: 4.3125rem;
    --Size-Common-SP-25: 1.5625rem;
    --Size-Grid-Frame: 23.4375rem;
    --Size-Grid-Grid-11: 21.875rem;
    --Size-Grid-Grid-12: 20.3125rem;
    --Size-Grid-Grid-4: 20.3125rem;
    --Size-Grid-Grid-5: 20.3125rem;
    --Size-Grid-Grid-6: 20.3125rem;
    --Size-Grid-Grid-8: 20.3125rem;
    --Size-Image-Magazine-2clm: 21.875rem;
    --Size-Image-Product-2clm: 20.3125rem;
    --Size-Image-Product-3clm: 9.6875rem;
    --Size-Text-Common-H2: 1.25rem;
    --Size-Text-Common-Text-L: 1.125rem;
    --Size-Text-Common-Text-LL: 1.3125rem;
    --Size-Text-Common-Text-M: 0.9375rem;
    --Size-Text-Common-Text-S: 0.8125rem;
    --Size-Text-Common-Text-SS: 0.6875rem;
    --Size-Text-Mag-Mag-H1: 1.5rem;
    --Size-Text-Mag-Mag-H2: 1.3125rem;
    --Size-Text-Mag-Mag-Text: 1rem;
    --Size-Text-Other-Text-Product-Name: 1.5rem;

    --global-header-height: calc(4rem + env(safe-area-inset-top, 0px));
    --global-header-height-home: calc(4rem + env(safe-area-inset-top, 0px));
    --content-padding-inline: 1.5625rem;
  }
}@media (min-width: 641px) and (max-width: 840px){
  :root {
    --global-header-height: calc(5.1875rem + env(safe-area-inset-top, 0px));
    --global-header-height-home: calc(5.1875rem + env(safe-area-inset-top, 0px));
  }
}