@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
body {
  --color-body: #ffffff;
  --color-header-footer-bg: #cce8b5;
  --color-border-gray-3: #b1b1b1;
  --color-breadcrumb: #dfead9;
  --color-button-cart: #444444;
  --color-text-base: #333333;
  --color-text-sale: #ff2600;
  --color-header-footer-element: #232323;
  --color-footer-button-text: #333333;
  --font-family-base: 'Zen Kaku Gothic Antique', sans-serif; --font-family-en: 'Zen Kaku Gothic Antique', sans-serif; --font-family-title: 'Zen Kaku Gothic Antique', sans-serif;
}