@charset "UTF-8";

body {
  --color-body: #FFFFFF;
  --color-header-footer-bg: #FFFFFF;
  --color-border-gray-3: #B1B1B1;
  --color-breadcrumb: #EEEEEE;
  --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: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; --font-family-en: 'Poppins', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; --font-family-title: 'Times', 'Times New Roman', serif;
}