/* 英文----------------------------------------- */

/* 英文/h1 */
.en_h1 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  /*font-size: 84px;*/
  font-size: clamp(6.7rem, 3.6778rem + 6.2963vw, 8.4rem);
  line-height: 98px;
}
/* 英文/h2 */
.en_h2 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  /*font-size: 74px;*/
  font-size: clamp(5.9rem, 3.2333rem + 5.5556vw, 7.4rem);
  line-height: 87px;
  /* identical to box height */
}
/* 英文/h3 */
.en_h3 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  /*font-size: 47.0583px;*/
  font-size: clamp(3.8rem, 2.2rem + 3.3333vw, 4.7rem);
  line-height: 47px;
}
/* 英文/h4 */
.en_h4 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  /*font-size: 40px;*/
  font-size: clamp(3.2rem, 1.7778rem + 2.963vw, 4rem);
  line-height: 40px;
  /* identical to box height, or 100% */
}
/* 英文/h7(粗 */
.en_h7_bold {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  /*font-size: 20px;*/
  font-size: clamp(1.8rem, 1.4444rem + 0.7407vw, 2rem);
  line-height: 20px;
  /* identical to box height, or 100% */
}
/* 英文/內文 */
.en_p {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  /*font-size: 18px;*/
  font-size: clamp(1.6rem, 1.2444rem + 0.7407vw, 1.8rem);
  line-height: 18px;
  /* identical to box height, or 100% */
}

/* 中文----------------------------------------------------- */

/* 中文/h3 */
.ch_h3 {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  /*font-size: 45px;*/
  font-size: clamp(3.6rem, 2rem + 3.3333vw, 4.5rem);
  line-height: 65px;
  /* identical to box height, or 144% */
  letter-spacing: 0.03em;
}
/* 中文/h4 */
.ch_h4 {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  /*font-size: 40px;*/
  font-size: clamp(3.2rem, 1.7778rem + 2.963vw, 4rem);
  line-height: 48px;
  /* identical to box height */
  letter-spacing: 0.03em;
}
/* 中文/h5(粗 */
.ch_h5 {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  /*font-size: 28px;*/
  font-size: clamp(2.2rem, 1.1333rem + 2.2222vw, 2.8rem);
  line-height: 28px;
  /* identical to box height, or 100% */
}
/* 中文/h6 */
.ch_h6 {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  /*font-size: 22px;*/
  font-size: clamp(1.8rem, 1.0889rem + 1.4815vw, 2.2rem);
  line-height: 22px;
  /* identical to box height, or 100% */
  letter-spacing: 0.05em;
}
/* 中文/h7(粗，有段落 */
.ch_h7_bold {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  /*font-size: 20px;*/
  font-size: clamp(1.8rem, 1.4444rem + 0.7407vw, 2rem);
  line-height: 28px;
  /* identical to box height, or 140% */
  letter-spacing: 0.05em;
}
/* 中文/h7 */
.ch_h7 {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  /*font-size: 20px;*/
  font-size: clamp(1.8rem, 1.4444rem + 0.7407vw, 2rem);
  line-height: 20px;
  /* identical to box height, or 100% */
  letter-spacing: 0.05em;
}
/* 中文/內文(段落 */
.ch_p_part {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  /*font-size: 18px;*/
  font-size: clamp(1.6rem, 1.2444rem + 0.7407vw, 1.8rem);
  line-height: 28px;
  /* identical to box height, or 156% */
  letter-spacing: 0.05em;
}
/* 中文/內文(粗 */
.ch_p_bold {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  /*font-size: 18px;*/
  font-size: clamp(1.6rem, 1.2444rem + 0.7407vw, 1.8rem);
  line-height: 18px;
  /* identical to box height, or 100% */
}
/* 中文/內文(標準 */
.ch_p {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  /*font-size: 18px;*/
  font-size: clamp(1.6rem, 1.2444rem + 0.7407vw, 1.8rem);
  line-height: 18px;
  /* identical to box height, or 100% */
  letter-spacing: 0.03em;
}
/* 中文/16(段落 */
.ch_16_part {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /*font-size: clamp(1.4rem, 0.7667rem + 1.1111vw, 1.6rem);*/
  line-height: 23px;
  letter-spacing: 0.05em;
}
/* 中文/16 */
.ch_16_part {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /*font-size: clamp(1.4rem, 0.7667rem + 1.1111vw, 1.6rem);*/
  line-height: 16px;
  /* identical to box height, or 100% */
  letter-spacing: 0.05em;
}
