/*-------------------------------------
common
-------------------------------------*/
:root {
    /* --_base-font-family: "TsukuARdGothicStd-M", 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --_base-font-family__serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */

    /* --font_gothic__en: Montserrat, var(--_base-font-family); */

    --easing-a: cubic-bezier(.77, 0, .18, 1);
    --easing-b: cubic-bezier(.19,1,.22,1);
    --easing-c: cubic-bezier(.165, .84, .44, 1);

    --radius-s: 4px;
    --radius-m: 8px;
    --radius-l: 16px;

    /* --unitone--color--accent__sub: #59D4D8;
    --unitone--color--accent__alt: #7d8bc8; */
    
    /* --unitone--color--accent__pale: #ebf6fc;
    --unitone--color--accent__light: #8bcef0;
    --unitone--color--accent__dark: #328bb8;
    --unitone--color--accent__heavy: #25688a; */
}

body {
    overflow-x: hidden;
    font-family: var(--_base-font-family);
}

h1,h2,h3,h4,h5,h6,th,b,strong {
    font-family: "TsukuARdGothicStd-B", var(--_base-font-family);
}

.height-100 {
    height: 100%;
}
.width-100 {
    width: 100%;
}
.padding-top-0,
.padding-top-0>[data-unitone-layout="gutters"] {
    padding-top: 0;
}
.padding-bottom-0,
.padding-bottom-0>[data-unitone-layout="gutters"] {
  padding-bottom: 0;
}