@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
body {
  --color-body: #333333;
  --color-header-footer-bg: #333333;
  --color-border-gray-3: #b1b1b1;
  --color-breadcrumb: #b29c61;
  --color-button-cart: #b29c61;
  --color-text-base: #ffffff;
  --color-text-sale: #ff7777;
  --color-header-footer-element: #b29c61;
  --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;
}