@charset "UTF-8";
/* =======================================================
共通設定
======================================================= */
.c-top-ttl {
  display: grid;
  gap: calc(16/22 * 1em);
  justify-content: center;
  margin-bottom: calc(40/22 * 1em);
}
.c-top-ttl::before {
  font-size: calc(44/17 * 1em);
  line-height: calc(64/44);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  content: attr(data-txt);
}
.c-top-ttl-inner {
  display: grid;
  gap: calc(16/22 * 1em);
  justify-content: center;
  font-size: calc(22/17 * 1em);
  line-height: calc(31/22);
}
.c-top-ttl-inner::before {
  width: calc(74/22 * 1em);
  height: calc(2/22 * 1em);
  margin-inline: auto;
  content: "";
  background-color: var(--color-base);
}