:root {

  /***************************************************************
   カラー設定
  ***************************************************************/
  /* global colors */
  --notema-main-color: #f5ad93;
  --notema-accent-color: #72AFD3;
  --notema-background-color-dark: linear-gradient(110deg, #f5ad93 0%, #ff9670 100%);
    --notema-background-color-dark-01: #f5ad93;
  --notema-background-color-dark-02: #ff9670;
    --notema-background-color-light: #fef5f2;
  --notema-link-color: #fd9f7c;
  --notema-link-hover-color: #fd9f7c;
  --notema-font-color: #333;
  --notema-alert-color: #E42626;

  /***************************************************************
   フォント設定
  ***************************************************************/
  /* fonts */
  --notema-base-font-family: "Noto Serif JP", serif;
  --notema-english-font-family: 'Cormorant Garamond', serif;

  /* font icon */
  --notema-font-icon: 'Font Awesome 6 Pro';
  --notema-font-icon-brands: 'Font Awesome 6 Brands';

  /* font size */
  --notema-font-size-html: 66.5%;
  --notema-font-size: 1.4rem;
  --notema-font-size-sp: 1.2rem;

  /* infoBar */
  --notema-infobar-font-size: 1.2rem;
  --notema-infobar-font-size-sp: 1rem;

  /***************************************************************
   ロゴ
  ***************************************************************/
  --notema-logo-max-width: 280px;
  --notema-logo-max-width-sp: 160px;

  /***************************************************************
   デザイン設定
  ***************************************************************/
  --notema-border-radius-value: 8px;
  --notema-border-radius-value-half: 4px;

  /***************************************************************
   レイアウト設定
  ***************************************************************/
  /* global container width */
  --notema-global-container-width: 1024px;
  --notema-container-width-small: 720px;

  /***************************************************************
   レイアウト設定
  ***************************************************************/
  --notema-generalContentsBox__headingImage-max-width-0: 320px;
  --notema-generalContentsBox__headingImage-max-width-sp-0: 200px;


}
