@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* タイトル */
.custom-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; /* Light */
  font-size: 40pt;
  line-height: 1.2; /* 20% 行間はフォントサイズ×1.2で調整 */
  letter-spacing: 0;
  color: #000000;
}

/* タイトル・サブ文字 */
.custom-title-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 13pt;
  line-height: 1.2;
  letter-spacing: 0.1em; /* 文字間10% */
  color: #000000;
}

/* 中見出し１ */
.custom-heading1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500; /* Medium */
  font-size: 25pt;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.2em; /* 20% */
  color: #828282;
}

/* 中見出し１・サブ文字 */
.custom-heading1-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 20pt;
  line-height: 1.7; /* 170% */
  letter-spacing: 0;
  color: #828282;
}

/* 説明 */
.custom-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 14pt;
  line-height: 2.2; /* 220% */
  letter-spacing: 0.12em; /* 12% */
  color: #828282;
}
