@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi&display=swap");
body {
  --color-body: #fbf7ef;
  --color-header-footer-bg: #ece1cb;
  --color-border-gray-3: #684427;
  --color-breadcrumb: #f3f1ec;
  --color-button-cart: #2b1f0d;
  --color-text-base: #291f0d;
  --color-text-sale: #e74343;
  --color-header-footer-element: #291f0d;
  --color-footer-button-text: #291f0d;
  --font-family-base: 'Sawarabi Gothic', sans-serif; --font-family-en: 'Sawarabi Gothic', sans-serif; --font-family-title: 'Sawarabi Gothic', sans-serif;
}