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