@charset "UTF-8";
:root {
  --color-background-color-01: #ffffff;
  --color-neutral-black: #231815;
  --color-neutral-grey: #767578;
  --color-neutral-grey300: #d8d8db;
  --color-primary-red: #cc0b18;
  --color-primary-green: #0f7c37;
  --color-primary-gold: #d5b345;
  --color-text-color01: #231815;
  --color-text-color02: #767578;
  --color-text-color03: #cc0b18;
  --color-text-color04: #ffffff;
  --color-text-color05: #0f7c37;
  --color-border-color01: #231815;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@layer reset, base, layout, component, page, utility;
@layer reset {
  /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  *,
  ::before,
  ::after {
    -webkit-box-sizing: border-box;
            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 {
    -webkit-box-sizing: content-box;
            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;
  }
}
@layer base {
  :where(:root) {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    scrollbar-gutter: stable;
    overflow-x: clip;
    -webkit-tap-highlight-color: transparent;
  }
  :where(a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea) {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
  @media (any-hover: hover) {
    :where(a[href^="tel:"]) {
      pointer-events: none;
    }
  }
  :where(dialog) {
    width: unset;
    max-width: unset;
    height: unset;
    max-height: unset;
    padding: unset;
    color: unset;
    background-color: unset;
    border: unset;
    overflow: unset;
  }
  :root:has(dialog[open]) {
    overflow: hidden;
  }
  ::-ms-backdrop {
    background-color: unset;
  }
  ::backdrop {
    background-color: unset;
  }
  :where(input:not([type=checkbox], [type=radio], [type=button], [type=reset], [type=submit]), textarea) {
    border: 1px solid var(--color-neutral-black);
  }
  :where(body) {
    min-block-size: 100svh;
  }
  html {
    color: var(--color-neutral-black);
    font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Yu Gothic Medium", "YuGothic", "游ゴシック", "Meiryo", sans-serif;
    scroll-behavior: smooth;
  }
  dt {
    font-weight: inherit;
  }
  th {
    font-weight: inherit;
  }
  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline-width: 1px;
    outline-offset: 1px;
    outline-color: var(--color-neutral-black);
  }
  img {
    max-width: 100%;
    height: auto;
  }
  textarea {
    field-sizing: content;
  }
}
@layer layout {
  .l-block-skip {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 9999;
    padding: 8px 16px;
    background: #fff;
    color: #000;
  }
  .l-block-skip:focus {
    top: 0;
  }
  .l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 32px;
    z-index: 100;
  }
  @media (max-width: 1023px) {
    .l-header {
      padding: 15px;
    }
  }
  .l-header__link {
    width: 140px;
    display: inline-block;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    will-change: opacity;
  }
  @media (hover: hover) {
    .l-header__link:where(:-moz-any-link, :enabled, summary):hover {
      opacity: 0.7;
    }
    .l-header__link:where(:any-link, :enabled, summary):hover {
      opacity: 0.7;
    }
  }
  @media (max-width: 1023px) {
    .l-header__link {
      width: 101px;
    }
  }
  .l-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    padding: 80px 0 155px;
    width: 100%;
    aspect-ratio: 3840/532;
    background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_footer01.webp") no-repeat bottom center/contain, var(--color-primary-green);
  }
  @media (max-width: 1023px) {
    .l-footer {
      padding: 64px 0 102px;
    }
  }
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
  @media (max-width: 1023px) {
    .l-footer__inner {
      gap: 24px;
    }
  }
  .l-footer__logo {
    width: 160px;
    height: auto;
  }
  @media (max-width: 1023px) {
    .l-footer__logo {
      width: 130px;
    }
  }
  .l-footer__copy {
    color: var(--color-text-color04);
    font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Yu Gothic Medium", "YuGothic", "游ゴシック", "Meiryo", sans-serif;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1.7;
    text-align: center;
  }
}
@layer component {
  .c-btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 360px;
    min-width: 220px;
    padding: 18px 0;
    position: relative;
    border: 1px solid transparent;
    text-decoration: none;
  }
  .c-btn01[data-color=green] {
    background-color: var(--color-primary-green);
    border-color: var(--color-primary-green);
  }
  .c-btn01[data-color=green] .c-btn01__icon {
    background-image: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/icon_arrow02.svg");
  }
  .c-btn01[data-color=red] {
    background-color: var(--color-primary-red);
    border-color: var(--color-primary-red);
  }
  .c-btn01[data-color=red] .c-btn01__icon {
    background-image: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/icon_arrow01.svg");
  }
  .c-btn01__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 0;
    color: var(--color-text-color04);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: letter-spacing 0.3s ease;
    transition: letter-spacing 0.3s ease;
    will-change: letter-spacing;
  }
  @media (max-width: 1023px) {
    .c-btn01__text {
      font-size: 1rem;
      letter-spacing: 0.8px;
    }
  }
  .c-btn01__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    will-change: right;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  @media (max-width: 1023px) {
    .c-btn01__icon {
      right: 12px;
    }
  }
  @media (hover: hover) {
    .c-btn01:where(:-moz-any-link, :enabled, summary):hover .c-btn01__text {
      letter-spacing: 4px;
    }
    .c-btn01:where(:any-link, :enabled, summary):hover .c-btn01__text {
      letter-spacing: 4px;
    }
    .c-btn01:where(:-moz-any-link, :enabled, summary):hover .c-btn01__icon {
      right: 11px;
    }
    .c-btn01:where(:any-link, :enabled, summary):hover .c-btn01__icon {
      right: 11px;
    }
  }
  .c-btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 360px;
    min-width: 220px;
    padding: 18px 16px 18px 24px;
    position: relative;
    background-color: var(--color-primary-red);
    border: 1px solid var(--color-primary-red);
    text-decoration: none;
  }
  .c-btn02__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 0;
    color: var(--color-text-color04);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: letter-spacing 0.3s ease;
    transition: letter-spacing 0.3s ease;
    will-change: letter-spacing;
  }
  @media (max-width: 1023px) {
    .c-btn02__text {
      font-size: 1rem;
      letter-spacing: 0.8px;
    }
  }
  .c-btn02__icon {
    position: absolute;
    top: 50%;
    left: 23px;
    width: 24px;
    height: 22px;
    background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/icon_cart01.svg") no-repeat center/contain;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    will-change: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  @media (hover: hover) {
    .c-btn02:where(:-moz-any-link, :enabled, summary):hover .c-btn02__text {
      letter-spacing: 4px;
    }
    .c-btn02:where(:any-link, :enabled, summary):hover .c-btn02__text {
      letter-spacing: 4px;
    }
    .c-btn02:where(:-moz-any-link, :enabled, summary):hover .c-btn02__icon {
      left: 19px;
    }
    .c-btn02:where(:any-link, :enabled, summary):hover .c-btn02__icon {
      left: 19px;
    }
  }
  .c-btn03 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background-color: var(--color-primary-green);
    border: 1px solid var(--color-background-color-01);
    text-decoration: none;
    -webkit-transition: background-color 0.7s, color 0.7s;
    transition: background-color 0.7s, color 0.7s;
    will-change: background-color, color;
  }
  .c-btn03__text {
    color: var(--color-text-color04);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.7;
    white-space: nowrap;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    will-change: color;
  }
  .c-btn03__icon {
    width: 16px;
    height: 16px;
    background-color: var(--color-text-color04);
    mask: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/icon_external01.svg") no-repeat center/contain;
    -webkit-mask: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/icon_external01.svg") no-repeat center/contain;
    -webkit-transition: background-color 0.7s;
    transition: background-color 0.7s;
    will-change: background-color;
  }
  @media (hover: hover) {
    .c-btn03:where(:-moz-any-link, :enabled, summary):hover {
      background-color: var(--color-background-color-01);
    }
    .c-btn03:where(:any-link, :enabled, summary):hover {
      background-color: var(--color-background-color-01);
    }
    .c-btn03:where(:-moz-any-link, :enabled, summary):hover .c-btn03__text {
      color: var(--color-text-color05);
    }
    .c-btn03:where(:any-link, :enabled, summary):hover .c-btn03__text {
      color: var(--color-text-color05);
    }
    .c-btn03:where(:-moz-any-link, :enabled, summary):hover .c-btn03__icon {
      background-color: var(--color-text-color05);
    }
    .c-btn03:where(:any-link, :enabled, summary):hover .c-btn03__icon {
      background-color: var(--color-text-color05);
    }
  }
  .c-card01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    width: 100%;
  }
  .c-card01__thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 336/300;
    overflow: hidden;
    padding: 10px;
  }
  .c-card01__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .c-card01__name {
    color: var(--color-text-color01);
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: center;
    white-space: nowrap;
  }
  .c-card01__text {
    width: 100%;
    min-height: 96px;
    color: var(--color-text-color01);
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.8px;
  }
  .c-card01__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: 8px;
  }
  .c-card02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1/1;
    text-align: center;
    background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_card02_ring01.svg") no-repeat center/contain;
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .c-card02 {
      gap: clamp(0.875rem, 1.955vw, 1.25rem);
    }
  }
  .c-card02::before {
    content: "";
    position: absolute;
    inset: 10px;
    background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_card02_ring02.svg") no-repeat center/contain;
  }
  .c-card02__label {
    position: relative;
    color: var(--color-text-color05);
    font-family: "Yellowtail", cursive;
    font-size: 1.25rem;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .c-card02__label {
      font-size: clamp(1rem, 1.955vw, 1.25rem);
    }
  }
  .c-card02__labelNumber {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .c-card02__labelNumber {
      font-size: clamp(1.125rem, 2.346vw, 1.5rem);
    }
  }
  .c-card02__title {
    position: relative;
    margin-top: -10px;
    background-image: linear-gradient(180.4deg, #0f7c37 25.19%, #0f7c37 45.25%, #32aa1a 57.54%, #0f7c37 68.86%, #0f7c37 92.46%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: 2.375rem;
    line-height: 1;
    letter-spacing: 3.04px;
    white-space: nowrap;
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .c-card02__title {
      font-size: clamp(1.5rem, 3.7145vw, 2.375rem);
    }
  }
  .c-card02__text {
    position: relative;
    color: var(--color-text-color01);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.9px;
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .c-card02__text {
      font-size: clamp(0.6875rem, 1.7595vw, 1.125rem);
    }
  }
  .c-heading01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--color-primary-red);
    color: var(--color-text-color01);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 1.8px;
    white-space: nowrap;
  }
  .c-heading02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 6px 0;
    background-color: var(--color-primary-green);
    color: var(--color-text-color04);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 1.4px;
    text-align: center;
  }
  @media (max-width: 1023px) {
    .c-heading02 {
      font-size: 1.375rem;
    }
  }
  .c-heading03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    text-align: center;
    white-space: nowrap;
  }
  .c-heading03__title {
    color: var(--color-text-color01);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
  }
  @media (max-width: 1023px) {
    .c-heading03__title {
      font-size: 1.75rem;
      letter-spacing: 1.4px;
    }
  }
  .c-heading03__subtitle {
    color: var(--color-primary-green);
    font-family: "Yellowtail", cursive;
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 2px;
  }
  @media (max-width: 1023px) {
    .c-heading03__subtitle {
      font-size: 1.1875rem;
      letter-spacing: 1.9px;
    }
  }
  .c-heading04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 37px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    text-align: center;
  }
  @media (max-width: 1023px) {
    .c-heading04 {
      gap: 8px;
      margin-bottom: 32px;
    }
  }
  .c-heading04__title {
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1;
    white-space: nowrap;
    background-image: linear-gradient(-35.25deg, #804719 0.14%, #cda722 9.43%, #d8b03b 23.79%, #fae677 45.63%, #f8f8c8 48.17%, #fae677 51.65%, #d8b03b 71.63%, #cda722 90.13%, #804719 95.55%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  @media (max-width: 1023px) {
    .c-heading04__title {
      font-size: max(1.5625rem, 4.6931573806vw);
    }
  }
  .c-heading04__number {
    display: inline-block;
    margin: -60px 0;
    font-family: "Allison", cursive;
    font-weight: 400;
    font-size: 10.5rem;
    line-height: 1;
    vertical-align: baseline;
    background-image: linear-gradient(-35.25deg, #804719 0.14%, #cda722 9.43%, #d8b03b 23.79%, #fae677 45.63%, #f8f8c8 48.17%, #fae677 51.65%, #d8b03b 71.63%, #cda722 90.13%, #804719 95.55%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  @media (max-width: 1023px) {
    .c-heading04__number {
      font-size: 7.42925rem;
    }
  }
  @media (max-width: 599px) {
    .c-heading04__number {
      margin: -31px 0;
      font-size: 5.5rem;
    }
  }
  .c-heading04__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
  }
  @media (max-width: 1023px) {
    .c-heading04__label {
      gap: 14.6px;
    }
  }
  .c-heading04__labelLine {
    width: 78px;
    height: 30px;
  }
  @media (max-width: 1023px) {
    .c-heading04__labelLine {
      width: 40.65px;
      height: 15.64px;
    }
  }
  .c-heading04__labelText {
    color: #e8ca58;
    font-size: 1.375rem;
    line-height: 1.7;
    letter-spacing: 4.4px;
    white-space: nowrap;
  }
  @media (max-width: 1023px) {
    .c-heading04__labelText {
      font-size: 1rem;
      letter-spacing: 3.2px;
    }
  }
  .c-heading05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    width: 100%;
  }
  @media (max-width: 1023px) {
    .c-heading05 {
      gap: 24px;
    }
  }
  .c-heading05__divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 0;
  }
  .c-heading05__divider::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 13px;
    background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/icon_diamond01.svg") no-repeat center/contain;
  }
  .c-heading05__divider::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 0;
    height: 2px;
    background: linear-gradient(16.75deg, #b69318 2.93%, #b69419 3.9%, #ceb342 13.56%, #e0cb62 23.22%, #eddc79 31.91%, #f5e787 40.61%, #f8eb8c 48.34%, #f2e483 56.06%, #e5d16a 68.62%, #ceb343 83.11%, #b69318 97.6%);
  }
  .c-heading05__divider--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-heading05__divider--right::before {
    background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/icon_diamond02.svg") no-repeat center/contain;
  }
  .c-heading05__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-heading05__labelEn {
    color: var(--color-text-color05);
    font-family: "Yellowtail", cursive;
    font-size: 1.25rem;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  @media (max-width: 1023px) {
    .c-heading05__labelEn {
      font-size: max(1.25rem, 2.6vw);
    }
  }
  .c-heading05__labelEnNumber {
    font-size: 1.5rem;
  }
  @media (max-width: 1023px) {
    .c-heading05__labelEnNumber {
      font-size: max(1.5rem, 3.1vw);
    }
  }
  .c-heading05__title {
    color: var(--color-text-color01);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
    white-space: nowrap;
  }
  @media (max-width: 1023px) {
    .c-heading05__title {
      font-size: max(1.875rem, 4.7vw);
    }
  }
  .c-list01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    color: var(--color-text-color01);
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: 2px;
  }
  .c-list01__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 0;
  }
  .c-list01__amount {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: right;
    white-space: nowrap;
  }
  .c-list02 {
    list-style: none;
    counter-reset: list02-step;
  }
  .c-list02__item {
    counter-increment: list02-step;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    padding: 12px 0;
  }
  .c-list02__item::before {
    content: counter(list02-step);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 28px;
    height: 28px;
    background-color: var(--color-primary-red);
    color: var(--color-text-color04);
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1.6px;
  }
  .c-list02__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 0;
    color: var(--color-text-color01);
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: 2px;
  }
  .c-text02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 14px;
  }
  .c-text02__divider {
    width: 1px;
    background-color: var(--color-text-color01);
  }
  .c-text02__line {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    -webkit-font-feature-settings: "vert" 1;
            font-feature-settings: "vert" 1;
    color: var(--color-text-color01);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 5px;
    white-space: nowrap;
  }
  @media (max-width: 1023px) {
    .c-text02__line {
      font-size: max(1.375rem, 2.9vw);
      letter-spacing: 1.1px;
    }
  }
  .c-text02__accent {
    color: var(--color-primary-green);
  }
}
@layer page {
  @media (min-width: 1024px) {
    .p-ketchup-lineup__section {
      padding: 100px 0;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-lineup__section {
      padding: 80px 32px 132px;
    }
  }
  .p-ketchup-lineup__inner {
    margin: 0 auto;
  }
  @media (min-width: 1024px) {
    .p-ketchup-lineup__inner {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      max-width: 1200px;
      padding: 0 clamp(1rem, 2.78vw, 2.5rem);
    }
  }
  .p-ketchup-lineup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1.5rem, 5vw, 3.75rem);
    width: 100%;
  }
  @media (max-width: 1023px) {
    .p-ketchup-lineup__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 80px;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-ketchup-lineup__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 48px;
    }
  }
  .p-ketchup-lineup__item {
    width: 100%;
    min-width: 0;
  }
  @media (min-width: 1024px) {
    .p-ketchup-lineup__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      max-width: 360px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-lineup__item {
      width: 310px;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-ketchup-lineup__item {
      width: calc(50% - 24px);
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-lineup__title {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-lineup__title {
      margin-bottom: 48px;
    }
  }
  .p-ketchup-point03__body, .p-ketchup-point02__body, .p-ketchup-point01__body {
    display: grid;
    gap: 28px;
    width: 100%;
  }
  .p-ketchup-point03__content, .p-ketchup-point02__content, .p-ketchup-point01__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 880px;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point03__content, .p-ketchup-point02__content, .p-ketchup-point01__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: clamp(2.5rem, 5.56vw, 5rem);
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point03__content, .p-ketchup-point02__content, .p-ketchup-point01__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      gap: 28px;
      max-width: 510px;
      margin: 0 auto;
    }
  }
  .p-ketchup-point03__group, .p-ketchup-point02__group, .p-ketchup-point01__group {
    display: grid;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point03__group, .p-ketchup-point02__group, .p-ketchup-point01__group {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      min-width: 0;
      gap: 24px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point03__group, .p-ketchup-point02__group, .p-ketchup-point01__group {
      gap: 28px;
    }
  }
  .p-ketchup-point03__subtitle, .p-ketchup-point02__subtitle, .p-ketchup-point01__subtitle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point03__subtitle, .p-ketchup-point02__subtitle, .p-ketchup-point01__subtitle {
      margin-right: 40px;
    }
  }
  .p-ketchup-point03__description, .p-ketchup-point02__description, .p-ketchup-point01__description {
    width: 100%;
    color: var(--color-text-color01);
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.8px;
  }
  .p-ketchup-point__section {
    position: relative;
    padding: 140px 0 97px;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point__section {
      margin-top: -160px;
      background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_point02_pc.webp") center bottom/100% auto no-repeat, url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_point01_pc.webp") center top/100% 100% no-repeat;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point__section {
      margin-top: -235px;
      padding-inline: 0;
      padding-block: max(70px, 11.7302052785vw) 64px;
      background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_point02_sp.webp") center bottom/100% auto no-repeat, url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_point01_sp.webp") center top/cover no-repeat;
    }
  }
  @media (max-width: 599px) {
    .p-ketchup-point__section {
      margin-top: -120px;
      margin-top: clamp(-80px, -80px + (599px - 100vw) * 0.0892857143, -60px);
    }
  }
  .p-ketchup-point__wrap {
    margin: 0 auto;
    position: relative;
    max-width: 1060px;
    padding: 30px 30px;
    border-style: solid;
    border-width: 5px;
    border-image-source: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_point03_pc.svg");
    border-image-slice: 50;
    border-image-width: 40px;
    border-image-repeat: stretch;
  }
  @media (max-width: 599px) {
    .p-ketchup-point__wrap {
      padding: 28px 16px;
      border-image-source: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_point03_sp.svg");
    }
  }
  .p-ketchup-point__background {
    background-color: var(--color-background-color-01);
  }
  @media (min-width: 1024px) {
    .p-ketchup-point__background {
      padding: 45px 50px 68px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point__background {
      padding: 34px 42px;
    }
  }
  @media (max-width: 599px) {
    .p-ketchup-point__background {
      padding: 0;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-point__inner {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      max-width: 1060px;
      margin: 0 auto;
      padding: 0 clamp(24px, 4.17vw, 60px);
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point__inner {
      padding: 0 15px;
    }
  }
  .p-ketchup-point__list {
    display: grid;
    gap: 56px;
  }
  .p-ketchup-point01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    width: 100%;
  }
  @media (max-width: 1023px) {
    .p-ketchup-point01 {
      gap: 28px;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-point01__body {
      position: relative;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-point01__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse;
      gap: clamp(1.5625rem, 5.56vw - 15px, 3rem);
    }
  }
  .p-ketchup-point01__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 580/324;
    overflow: hidden;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point01__photo {
      max-width: 580px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point01__photo {
      aspect-ratio: 310/173;
    }
  }
  .p-ketchup-point01__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-ketchup-point01__photoCaption {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: var(--color-background-color-01);
    font-size: 0.625rem;
  }
  .p-ketchup-point01__accent {
    margin-inline: auto;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point01__accent {
      position: absolute;
      right: -24px;
      bottom: 0;
      width: 290px;
      max-width: none;
      margin-inline: 0;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point01__accent {
      width: 60%;
    }
  }
  @media (max-width: 599px) {
    .p-ketchup-point01__accent {
      max-width: 274px;
      width: 100%;
    }
  }
  .p-ketchup-point01__accent img {
    width: 100%;
    height: auto;
  }
  .p-ketchup-point02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    width: 100%;
  }
  @media (max-width: 1023px) {
    .p-ketchup-point02 {
      gap: 28px;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-point02__body {
      position: relative;
    }
  }
  .p-ketchup-point02__photos {
    position: relative;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point02__photos {
      max-width: 592px;
      aspect-ratio: 592/300;
      justify-self: end;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point02__photos {
      position: static;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 24px;
      padding: 15px;
    }
  }
  .p-ketchup-point02__photo {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 320/220;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point02__photo {
      width: 54.054%;
      max-width: 320px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point02__photo {
      position: relative;
      width: 100%;
    }
  }
  .p-ketchup-point02__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point02__photo--overlap {
      top: 26.667%;
      left: 43.243%;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point02__photo--overlap {
      top: auto;
      left: auto;
    }
  }
  .p-ketchup-point02__sticker {
    position: absolute;
    top: 56.36%;
    left: -6.25%;
    width: 37.5%;
    height: 54.55%;
    background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/icon_sticker01.svg") no-repeat center/contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: var(--color-text-color01);
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: clamp(0.875rem, 1.39vw, 1.25rem);
    line-height: 1.45;
  }
  @media (max-width: 1023px) {
    .p-ketchup-point02__sticker {
      top: -6%;
      left: -6%;
      width: 34%;
      height: auto;
      aspect-ratio: 1/1;
      font-size: clamp(0.875rem, 4vw, 1.25rem);
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-ketchup-point02__sticker {
      font-size: 1.5rem;
    }
  }
  .p-ketchup-point02__sticker--right {
    top: -9.09%;
    left: auto;
    right: -6.25%;
    background-image: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/icon_sticker02.svg");
    font-size: clamp(0.8125rem, 1.25vw, 1.125rem);
  }
  @media (max-width: 1023px) {
    .p-ketchup-point02__sticker--right {
      top: 58.18%;
      left: 71.43%;
      right: auto;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-ketchup-point02__sticker--right {
      font-size: 1.25rem;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-point02__subtitle {
      margin-left: 24px;
      margin-right: 0;
    }
  }
  .p-ketchup-point02__accent {
    margin-inline: auto;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point02__accent {
      position: absolute;
      left: -32px;
      top: 324px;
      width: 297px;
      max-width: none;
      margin-inline: 0;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-point02__accent {
      width: 60%;
    }
  }
  @media (max-width: 599px) {
    .p-ketchup-point02__accent {
      width: 100%;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-point02__description {
      max-width: 596px;
    }
  }
  .p-ketchup-point02 .c-btn01 {
    max-width: 400px;
  }
  .p-ketchup-point03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    gap: 40px;
    width: 100%;
  }
  @media (max-width: 1023px) {
    .p-ketchup-point03 {
      gap: 28px;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-point03__body {
      position: relative;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-point03__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-point03__group {
      gap: 30px;
    }
  }
  .p-ketchup-point03__photo {
    max-width: 580px;
  }
  .p-ketchup-point03__accent {
    position: absolute;
    right: -71px;
    bottom: 1.08%;
    width: 44.09%;
    pointer-events: none;
  }
  @media (max-width: 1023px) {
    .p-ketchup-point03__accent {
      position: relative;
      width: 60%;
      left: auto;
      top: auto;
    }
  }
  @media (max-width: 599px) {
    .p-ketchup-point03__accent {
      width: 100%;
      left: 0;
    }
  }
  .p-ketchup-point03__description {
    margin-bottom: 8px;
  }
  @media (min-width: 1024px) {
    .p-ketchup-point03__description {
      max-width: 540px;
    }
  }
  .p-ketchup-point03__note {
    width: 100%;
    color: var(--color-text-color01);
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.7;
    letter-spacing: 0.65px;
  }
  .p-ketchup-point-summary {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin-inline: auto;
  }
  @media (min-width: 600px) {
    .p-ketchup-point-summary {
      aspect-ratio: 1040/554;
      margin-bottom: 54px;
    }
  }
  @media (max-width: 599px) {
    .p-ketchup-point-summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 32px;
      height: auto;
      max-width: none;
      margin-bottom: 32px;
    }
  }
  @media (max-width: 599px) {
    .p-ketchup-point-summary > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 24.5px;
    }
  }
  .p-ketchup-point-summary__item {
    position: absolute;
    width: 28.85%;
  }
  @media (max-width: 599px) {
    .p-ketchup-point-summary__item {
      position: static;
      width: 280px;
    }
  }
  .p-ketchup-point-summary__item--1 {
    left: 2.88%;
    top: 21.3%;
  }
  .p-ketchup-point-summary__item--2 {
    left: 35.58%;
    top: 0;
  }
  .p-ketchup-point-summary__item--3 {
    left: 68.27%;
    top: 21.3%;
  }
  .p-ketchup-point-summary__photo {
    position: absolute;
    -webkit-filter: drop-shadow(0 15px 17px rgba(0, 0, 0, 0.1)) drop-shadow(0 62px 31px rgba(0, 0, 0, 0.09)) drop-shadow(0 139px 41.5px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0 15px 17px rgba(0, 0, 0, 0.1)) drop-shadow(0 62px 31px rgba(0, 0, 0, 0.09)) drop-shadow(0 139px 41.5px rgba(0, 0, 0, 0.05));
  }
  @media (min-width: 600px) {
    .p-ketchup-point-summary__photo {
      left: 20.19%;
      top: 43.5%;
      width: 53.85%;
    }
  }
  @media (max-width: 599px) {
    .p-ketchup-point-summary__photo {
      max-width: 350px;
      position: relative;
    }
  }
  .p-ketchup-point-summary__photo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p-ketchup-recipe__section {
    position: relative;
    background: #fcf5e5;
    scroll-margin-top: 100px;
  }
  @media (min-width: 1024px) {
    .p-ketchup-recipe__section {
      margin-top: 96px;
      padding-bottom: 97px;
    }
  }
  .p-ketchup-recipe__inner {
    position: relative;
    z-index: 1;
    display: flow-root;
    margin: 0 auto;
  }
  @media (min-width: 1024px) {
    .p-ketchup-recipe__inner {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      max-width: 1040px;
      padding: 0 clamp(1.5rem, 6.94vw, 6.25rem);
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe__inner {
      padding: 0 20px 64px;
    }
  }
  .p-ketchup-recipe__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe__title {
      gap: 10px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe__title .c-heading03__title {
      font-size: 1.875rem;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe__title img {
      width: 80px;
      height: 80px;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-recipe__title {
      width: 420px;
      height: 356px;
      margin: 0 auto;
      padding-top: 56px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe__title {
      width: 313px;
      height: 265px;
      margin: 0 auto;
      padding-top: 40px;
    }
  }
  .p-ketchup-recipe__title::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  @media (min-width: 1024px) {
    .p-ketchup-recipe__title::before {
      background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_recipe01_pc.svg") no-repeat center/100% 100%;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe__title::before {
      background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_recipe01_sp.svg") no-repeat center/100% 100%;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-recipe__title-wrap {
      margin-top: -96px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe__title-wrap {
      margin-top: -40px;
    }
  }
  @media (min-width: 1024px) {
    .p-ketchup-recipe-card {
      margin-top: -50px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe-card {
      margin-top: -20px;
    }
  }
  .p-ketchup-recipe-card__item {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  @media (min-width: 1024px) {
    .p-ketchup-recipe-card__item + .p-ketchup-recipe-card__item {
      margin-top: 64px;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe-card__item + .p-ketchup-recipe-card__item {
      margin-top: 32px;
    }
  }
  .p-ketchup-recipe-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    padding: 48px 64px;
    background-color: var(--color-background-color-01);
  }
  @media (min-width: 1024px) {
    .p-ketchup-recipe-card__inner {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      max-width: 912px;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-ketchup-recipe-card__inner {
      gap: 24px;
      padding: 40px;
    }
  }
  @media (max-width: 599px) {
    .p-ketchup-recipe-card__inner {
      gap: 24px;
      padding: 24px 20px;
    }
  }
  .p-ketchup-recipe-card__photo {
    max-width: 480px;
    aspect-ratio: 600/400;
  }
  .p-ketchup-recipe-card__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .p-ketchup-recipe-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 56px;
    width: 100%;
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe-card__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 32px;
    }
  }
  .p-ketchup-recipe-card__content-materials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-flex: 360;
        -ms-flex: 360 1 0px;
            flex: 360 1 0;
    min-width: 0;
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe-card__content-materials {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%;
    }
  }
  .p-ketchup-recipe-card__content-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-flex: 496;
        -ms-flex: 496 1 0px;
            flex: 496 1 0;
    min-width: 0;
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe-card__content-method {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%;
    }
  }
  .p-ketchup-recipe__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  @media (min-width: 1024px) {
    .p-ketchup-recipe__btn {
      margin: 56px auto 0;
    }
  }
  @media (max-width: 1023px) {
    .p-ketchup-recipe__btn {
      margin: 32px auto 0;
    }
  }
  .p-ketchup-recipe__btn .c-btn01 {
    max-width: 400px;
  }
  .p-top__mv {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @media (min-width: 1024px) {
    .p-top__mv {
      background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_mv01_pc.webp") no-repeat center top;
      height: max(910px, 23.698vw);
      background-size: max(3840px, 100%) auto;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-top__mv {
      background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_mv01_tab.webp") no-repeat center top;
      aspect-ratio: 834/1163;
      height: auto;
      background-size: cover;
    }
  }
  @media (max-width: 599px) {
    .p-top__mv {
      background: url("/products/ajiwaiyasai_maroyaka_ketchup/assets/img/bg_mv01_sp.webp") no-repeat center top;
      aspect-ratio: 390/950;
      height: auto;
      background-size: cover;
    }
  }
  .p-top h1 {
    margin: 0;
  }
  @media (min-width: 1024px) {
    .p-top__inner {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-top: 60px;
      width: 1440px;
      max-width: none;
      height: 100%;
    }
  }
  @media (min-width: 1024px) and (max-width: 1289px) {
    .p-top__inner {
      margin-top: 4.6511627907vw;
      -webkit-transform: translateX(-50%) scale(calc(0.0775193798vw / 1px));
              transform: translateX(-50%) scale(calc(0.0775193798vw / 1px));
    }
  }
  @media (max-width: 599px) {
    .p-top__inner {
      margin-top: 55px;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-top__inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
  }
  @media (min-width: 1024px) {
    .p-top__dish {
      position: absolute;
      left: 630px;
      top: 226px;
      width: 1050px;
      height: 600px;
      border-radius: 50%;
      overflow: hidden;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-top__dish {
      display: block;
      position: absolute;
      left: -20.47%;
      top: 45.5%;
      width: 100.7%;
      height: 34.47%;
      border-radius: 50%;
      overflow: hidden;
    }
  }
  @media (max-width: 599px) {
    .p-top__dish {
      display: none;
    }
  }
  .p-top__dish img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media (min-width: 1024px) {
    .p-top__title {
      position: absolute;
      left: 90px;
      top: 70px;
      width: 450px;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-top__title {
      position: absolute;
      left: 8.55%;
      top: 6.5%;
      width: 43.57%;
    }
  }
  @media (max-width: 599px) {
    .p-top__title {
      position: relative;
      left: 0;
      right: 0;
      margin: 50px auto 0;
      width: 82%;
    }
  }
  .p-top__title-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 450/503;
  }
  .p-top__photo {
    position: absolute;
  }
  @media (min-width: 1024px) {
    .p-top__photo {
      left: 390px;
      top: 0px;
      width: 490px;
      height: auto;
      aspect-ratio: 968/1882;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-top__photo {
      left: 41.8%;
      top: 27.07%;
      width: 51.8%;
      height: auto;
      aspect-ratio: 968/1882;
    }
  }
  @media (max-width: 599px) {
    .p-top__photo {
      left: 0;
      top: 42%;
      width: 100%;
      height: auto;
      aspect-ratio: 780/1103;
      display: block;
      margin: 0;
    }
  }
  .p-top__catch {
    position: absolute;
  }
  @media (min-width: 1024px) {
    .p-top__catch {
      left: 965px;
      top: 65px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 4px;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-top__catch {
      left: 56.79%;
      top: 7.57%;
      right: auto;
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 4px;
    }
  }
  @media (max-width: 599px) {
    .p-top__catch {
      left: 0;
      right: 0;
      top: 76.684%;
      width: 100%;
      color: var(--color-text-color01);
      font-family: "Zen Old Mincho", serif;
      font-weight: 700;
      font-size: max(1.25rem, 5.128vw);
      line-height: 1.8;
      text-align: center;
    }
  }
  @media (min-width: 1024px) {
    .p-top__catch-line {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      -webkit-text-orientation: upright;
              text-orientation: upright;
      -webkit-font-feature-settings: "vert" 1;
              font-feature-settings: "vert" 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 47.6px;
      color: var(--color-text-color01);
      font-family: "Zen Old Mincho", serif;
      font-weight: 700;
      font-size: 1.75rem;
      line-height: 1.2;
      text-align: center;
      white-space: nowrap;
      letter-spacing: 0.3rem;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-top__catch-line {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      -webkit-text-orientation: upright;
              text-orientation: upright;
      -webkit-font-feature-settings: "vert" 1;
              font-feature-settings: "vert" 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: clamp(31.5px, 5.036vw, 42px);
      color: var(--color-text-color01);
      font-family: "Zen Old Mincho", serif;
      font-weight: 700;
      font-size: clamp(1.125rem, 2.878vw, 1.5rem);
      line-height: 1.2;
      text-align: center;
      white-space: nowrap;
      letter-spacing: 0.25rem;
    }
  }
  @media (min-width: 1024px) {
    .p-top__spoon {
      position: absolute;
      left: 0;
      top: 430px;
      width: 681px;
      height: auto;
      aspect-ratio: 1356/1014;
      z-index: 50;
    }
  }
  @media (min-width: 600px) and (max-width: 1023px) {
    .p-top__spoon {
      display: block;
      position: absolute;
      left: 0;
      top: 28%;
      width: 54%;
      height: auto;
      aspect-ratio: 1356/1014;
      z-index: 50;
    }
  }
  @media (max-width: 599px) {
    .p-top__spoon {
      display: none;
    }
  }
  @media (min-width: 1024px) and (max-width: 1289px) {
    .p-top__spoon {
      -webkit-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: scale(calc(0.0775193798vw / 1px));
              transform: scale(calc(0.0775193798vw / 1px));
    }
  }
}
@layer utility {
  .u-text--background-color-01 {
    color: var(--color-background-color-01) !important;
  }
  .u-text--neutral-black {
    color: var(--color-neutral-black) !important;
  }
  .u-text--neutral-grey {
    color: var(--color-neutral-grey) !important;
  }
  .u-text--neutral-grey300 {
    color: var(--color-neutral-grey300) !important;
  }
  .u-text--primary-red {
    color: var(--color-primary-red) !important;
  }
  .u-text--primary-green {
    color: var(--color-primary-green) !important;
  }
  .u-text--primary-gold {
    color: var(--color-primary-gold) !important;
  }
  .u-text--text-color01 {
    color: var(--color-text-color01) !important;
  }
  .u-text--text-color02 {
    color: var(--color-text-color02) !important;
  }
  .u-text--text-color03 {
    color: var(--color-text-color03) !important;
  }
  .u-text--text-color04 {
    color: var(--color-text-color04) !important;
  }
  .u-text--text-color05 {
    color: var(--color-text-color05) !important;
  }
  .u-text--border-color01 {
    color: var(--color-border-color01) !important;
  }
  .u-bg--background-color-01 {
    background-color: var(--color-background-color-01) !important;
  }
  .u-bg--neutral-black {
    background-color: var(--color-neutral-black) !important;
  }
  .u-bg--neutral-grey {
    background-color: var(--color-neutral-grey) !important;
  }
  .u-bg--neutral-grey300 {
    background-color: var(--color-neutral-grey300) !important;
  }
  .u-bg--primary-red {
    background-color: var(--color-primary-red) !important;
  }
  .u-bg--primary-green {
    background-color: var(--color-primary-green) !important;
  }
  .u-bg--primary-gold {
    background-color: var(--color-primary-gold) !important;
  }
  .u-bg--text-color01 {
    background-color: var(--color-text-color01) !important;
  }
  .u-bg--text-color02 {
    background-color: var(--color-text-color02) !important;
  }
  .u-bg--text-color03 {
    background-color: var(--color-text-color03) !important;
  }
  .u-bg--text-color04 {
    background-color: var(--color-text-color04) !important;
  }
  .u-bg--text-color05 {
    background-color: var(--color-text-color05) !important;
  }
  .u-bg--border-color01 {
    background-color: var(--color-border-color01) !important;
  }
  .u-d--block {
    display: block !important;
  }
  .u-d--inline-block {
    display: inline-block !important;
  }
  .u-d--inline {
    display: inline !important;
  }
  .u-d--none {
    display: none !important;
  }
  .u-d--pc-block {
    display: block !important;
  }
  @media (max-width: 1023px) {
    .u-d--pc-block {
      display: none !important;
    }
  }
  .u-d--pc-none {
    display: none !important;
  }
  @media (max-width: 1023px) {
    .u-d--pc-none {
      display: block !important;
    }
  }
  .u-d--tab-block {
    display: none !important;
  }
  @media (max-width: 1023px) {
    .u-d--tab-block {
      display: block !important;
    }
  }
  @media (max-width: 599px) {
    .u-d--tab-block {
      display: none !important;
    }
  }
  .u-d--tab-none {
    display: block !important;
  }
  @media (max-width: 1023px) {
    .u-d--tab-none {
      display: none !important;
    }
  }
  @media (max-width: 599px) {
    .u-d--tab-none {
      display: block !important;
    }
  }
  .u-d--sp-block {
    display: none !important;
  }
  @media (max-width: 599px) {
    .u-d--sp-block {
      display: block !important;
    }
  }
  .u-d--sp-none {
    display: block !important;
  }
  @media (max-width: 599px) {
    .u-d--sp-none {
      display: none !important;
    }
  }
  .u-d--pc-tab-block {
    display: block !important;
  }
  @media (max-width: 599px) {
    .u-d--pc-tab-block {
      display: none !important;
    }
  }
  .u-d--pc-tab-none {
    display: none !important;
  }
  @media (max-width: 599px) {
    .u-d--pc-tab-none {
      display: block !important;
    }
  }
  .u-d--tab-sp-block {
    display: none !important;
  }
  @media (max-width: 1023px) {
    .u-d--tab-sp-block {
      display: block !important;
    }
  }
  .u-d--tab-sp-none {
    display: block !important;
  }
  @media (max-width: 1023px) {
    .u-d--tab-sp-none {
      display: none !important;
    }
  }
  .u-text--align-left {
    text-align: left !important;
  }
  .u-text--align-center {
    text-align: center !important;
  }
  .u-text--align-right {
    text-align: right !important;
  }
}