@charset "UTF-8";

body {
  --color-body: #e6e6e6;
  --color-header-footer-bg: #ffffff;
  --color-border-gray-3: #c9a66b;
  --color-breadcrumb: #ffefef;
  --color-button-cart: #c9a66b;
  --color-text-base: #383438;
  --color-text-sale: #a23e48;
  --color-header-footer-element: #383438;
  --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;
}