.custom-title-2 {
  padding-bottom: 0 !important;
  border: none !important;
}

.custom-title-2.size_l {
  font-size: 1.2em;
}

.custom-title-2.size_m {
  font-size: 1em;
}

.custom-title-2.size_s {
  font-size: 0.8em;
}

.custom-title-2.center {
  text-align: center;
}

.custom-title-2.right {
  text-align: right;
}

.custom-title-2 .main {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3em;
  line-height: 1.3em;
  font-family: var(--font-family-gothic);
  font-feature-settings: "palt";
}

@container (max-width:600px) {
  .custom-title-2 .main {
    font-size: 2.4em;
  }
}

.custom-title-2 .sub {
  margin-top: 0.2em;
  padding-left: .2em;
  padding-right: .2em;
  display: block;
  font-size: 0.8em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

@container (max-width:600px) {
  .custom-title-2 .sub {
    font-size: 0.7em;
  }
}

.custom-title-2 .sub:empty {
  display: none;
}
