// ===========================================
// Title タイトル
// ===========================================

/* page title 下層ページタイトル
--------------------------------- */
.page-tit-01 {
  font-size: clamp(34px, 6vw, 72px);
  font-family: $font-family-base;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: $letter-spacing-display;
  color: inherit;
  margin: 0;
  &::before {
    content: attr(data-en);
    font-family: $font-family-sofia;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 24px;
    color: map-get($colors, text-sub);
  }
  .com-sec-dark &::before {
    color: map-get($colors, text-mute);
  }
}

/* common title 汎用見出し
--------------------------------- */
// 通常見出し（セクション h2 想定）
.com-tit-01 {
  font-family: $font-family-base;
  font-weight: 300;
  font-size: clamp(28px, 4.4vw, 52px);
  line-height: 1.25;
  letter-spacing: $letter-spacing-display;
  margin: 0;
  .ja {
    display: block;
  }
  .en {
    display: block;
    font-family: $font-family-sofia;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: map-get($colors, text-sub);
    margin-bottom: 18px;
  }
  .com-sec-dark & .en {
    color: map-get($colors, text-mute);
  }
}

// 大見出し（h3 想定）
.com-tit-02 {
  font-family: $font-family-base;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.4;
  letter-spacing: $letter-spacing-display;
  margin: 0;
}

// 小見出し（h4 想定）
.com-tit-03 {
  font-family: $font-family-base;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}

// インラインタグ見出し
.com-tit-04 {
  font-family: $font-family-sofia;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: map-get($colors, text-sub);
}

.com-tit-05 {
}

/* display title 巨大ディスプレイ見出し
--------------------------------- */
.com-tit-display {
  font-family: $font-family-base;
  font-weight: 200;
  font-size: clamp(48px, 9vw, 140px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
}

.com-tit-display-en {
  font-family: $font-family-sofia;
  font-weight: 300;
  font-size: clamp(56px, 12vw, 200px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin: 0;
}

/* catch コピー
--------------------------------- */
.com-catch-01 {
  font-family: $font-family-base;
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}

.com-catch-02 {
  font-family: $font-family-base;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
}

.com-text-lead {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 300;
}
