@charset "UTF-8";
:root {--easing: cubic-bezier(0.445, 0.05, 0.55, 0.95);--grad-01: linear-gradient(90deg, rgba(132,119,106,1) 0%, rgba(149,138,126,1) 100%);--grad-02: linear-gradient(90deg, rgba(154,145,136,1) 0%, rgba(172,165,157,1) 100%);--default: #5a5552;--light-beige: rgb(156, 152, 141);;--dark-beige: rgb(105, 100, 87);;}
/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* Base */
@-ms-viewport {width:auto;}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size:100%;
  font-optical-sizing:auto;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height:1.7;
  letter-spacing: 0.06em;
  color: var(--default);
}
em { font-style:italic; }
strong { font-weight:bold; }

a { text-decoration:underline; color: var(--dark-beige); }
