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