/* ==========================================
  CSS変数
========================================== */
:root {
  /* フォント設定 */
  --body-font-family: "Montserrat", "Noto Sans JP", sans-serif;
  --body-font-color: #333333;
  --body-line-height: 1.5;
  --body-font-size-pc: 14px;
  --body-font-size-sp: 12px;
  --body-font-weight: 500;
  /* 共通インナー幅設定 */
  --common-inner-width: 1200px;
  --common-inner-narrow-width: 960px;
  /* 共通セクションタイトル設定 */
  --common-title-font-color: #000000;
  --common-title-font-size: 38px;
  --common-price-font-family: "Roboto", sans-serif;
  /* 共通ボタン設定 */
  --common-button-font-color: #ffffff;
  --common-button-bg-color: #ededed;
  --common-button-font-size-pc: 14px;
  --common-button-font-size-sp: 12px;
  --common-button-font-size-large-pc: 18px;
  --common-button-font-size-large-sp: 16px;
  /* パーツ間上下余白設定 */
  --parts-padding-top-pc: 48px;
  --parts-padding-bottom-pc: 48px;
  --parts-padding-top-sp: 36px;
  --parts-padding-bottom-sp: 48px;
  /* 共通カラーパレット */
  --black: #333333;
  --gray: #cccccc;
  --light-gray: #f5f5f5;
  --white: #ffffff;
  --accent1: #23ac6f;
  --accent2: #DA382C;
  --section-background: #FFFBF1;
}