@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
body {
  --color-body: #ffffff;
  --color-header-footer-bg: #ffffff;
  --color-border-gray-3: #844e10;
  --color-breadcrumb: #f5dead;
  --color-button-cart: #5c3600;
  --color-text-base: #333333;
  --color-text-sale: #e69141;
  --color-header-footer-element: #333333;
  --color-footer-button-text: #ffffff;
  --font-family-base: 'Kosugi Maru', sans-serif; --font-family-en: 'Kosugi Maru', sans-serif; --font-family-title: 'Kosugi Maru', sans-serif;
}