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