@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
body {
  --color-body: #f5f3f0;
  --color-header-footer-bg: #898989;
  --color-border-gray-3: #e0ceb0;
  --color-breadcrumb: #f2ede4;
  --color-button-cart: #c9a77c;
  --color-text-base: #3a3530;
  --color-text-sale: #c9a77c;
  --color-header-footer-element: #faf8f4;
  --color-footer-button-text: #faf8f4;
  --font-family-base: 'Shippori Mincho', sans-serif; --font-family-en: 'Shippori Mincho', sans-serif; --font-family-title: 'Shippori Mincho', sans-serif;
}