/* ========================
   Heading（見出し）
   ======================== */
/* Heading/L */
.Heading_L {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
/* Heading/L-En */
.Heading_L-En {
  font-family: "Outfit", sans-serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 120%; /* 96px */
  letter-spacing: -0.8px;
  line-height: 120%; /* 96px */
}
/* Heading/M */
.Heading_M {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
/* Heading/S */
.Heading_S {
  font-size: 15px;
  line-height: 130%; /* 19.5px */
  letter-spacing: 0.3px;
}
/* Heading/S-Bold */
.Heading_S-bold {
  font-size: 15px;
  font-weight: 700;
  line-height: 130%; /* 19.5px */
  letter-spacing: 0.3px;
}
/* ========================
   Text（テキスト）
   ======================== */
/* Text/L */
.Text_L {
  font-size: 17px;
  line-height: 200%; /* 34px */
}
/* Text/M-Bold */
.Text_M-Bold {
  font-size: 15px;
  font-weight: 700;
  line-height: 180%; /* 27px */
}
/* Text/M1 */
.Text_M1 {
  font-size: 16px;
  line-height: 200%; /* 32px */
}
/* Text/M3 */
.Text_M3 {
  font-size: 15px;
  line-height: 180%; /* 27px */
}
/* Text/S1 */
.Text_S1 {
  font-size: 12px;
  line-height: 180%; /* 21.6px */
}
/* Text/S2 */
.Text_S2 {
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
/* Text/S-En */
.Text_S_En {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%; /* 14.3px */
}
/* ========================
   Label（ラベル）
   ======================== */
/* Label/L */
.Label_L {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.72px;
}
/* Label/LM */
.Label_LM {
  font-size: 15px;
  line-height: 180%; /* 27px */
}
/* Label/M-En */
.Label_M-En {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%; /* 22.1px */
  letter-spacing: 0.51px;
}
/* Label/M1 */
.Label_M1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
}
/* Label/S */
.Label_S {
  font-size: 14px;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
  letter-spacing: 0.56px;
}
/* Label/SS */
.Label_SS {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%; /* 15.6px */
}
/* Label/SSS */
.Label_SSS {
  font-size: 10px;
  font-weight: 700;
  line-height: 120%; /* 12px */
  letter-spacing: 1px;
}
/* ========================
   Table（表組み）
   ======================== */
/* Table/L */
.Table_L {
  font-size: 15px;
  font-weight: 700;
  line-height: 130%; /* 19.5px */
}
/* Table/M-Bold */
.Table_M-Bold {
  font-size: 13px;
  font-weight: 700;
  line-height: 130%; /* 19.5px */
}
/* Table/M1 */
.Table_M1 {
  font-size: 13px;
  font-weight: 500;
  line-height: 130%; /* 19.5px */
}
/* Table/M2 */
.Table_M2 {
  font-size: 13px;
}
/* ===============================================
   SP overrides (max-width: 540px)
   =============================================== */
@media only screen and (max-width: 540px) {
  /* Heading */
  .Heading_L {
    font-size: 22px;
  }
  .Heading_L-En {
    font-size: 56px;
    letter-spacing: -0.56px;
  }
  .Heading_M {
    font-size: 18px;
  }
  /* Heading_S PC値のまま */
  .Heading_S {}
  /* Text */
  .Text_L {
    font-size: 16px;
    line-height: 220%; /* 35.2px */
  }
  .Text_M-Bold {
    line-height: 165%; /* 24.75px */
  }
  .Text_M1 {
    font-size: 15px;
  }
  .Text_M3 {
    line-height: 165%; /* 24.75px */
  }
  .Text_S1 {
    font-size: 11px;
    line-height: 165%; /* 18.15px */
  }
  .Text_S2 {
    font-size: 11px;
  }
  .Text_S_En {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  /* Label */
  .Label_L {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  .Label_LM {
    font-size: 14px;
    line-height: 165%; /* 23.1px */
  }
  .Label_M-En {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
  /* Label_M1 PC値のまま */
  .Label_M1 {}
  .Label_S {
    font-size: 13px;
    /* 16.9px */ letter-spacing: 0.52px;
  }
  .Label_SS {
    font-size: 12px;
  }
  /* Label_SSS PC値のまま */
  .Label_SSS {}
  /* Table */
  .Table_L {
    font-size: 13px;
  }
  .Table_M-Bold {
    font-size: 12px;
  }
  .Table_M1 {
    font-size: 11px;
  }
  .Table_M2 {
    font-size: 11px;
  }
}