@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
body {
  --color-body: #cac4c4;
  --color-header-footer-bg: #6ae1f0;
  --color-border-gray-3: #fcfcfc;
  --color-breadcrumb: #eeeeee;
  --color-button-cart: #9195f2;
  --color-text-base: #ffffff;
  --color-text-sale: #e74343;
  --color-header-footer-element: #333333;
  --color-footer-button-text: #ffffff;
  --font-family-base: 'Shippori Mincho', sans-serif; --font-family-en: 'Shippori Mincho', sans-serif; --font-family-title: 'Shippori Mincho', sans-serif;
}