/* =========================
  🌼 Header / footer full width safety
========================= */

.mikoto-header,
.mikoto-footer {
  width: 100%;
  max-width: 100%;
}

.mikoto-title-banner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.mikoto-title-banner a {
  display: block;
  width: 100%;
}

.mikoto-title-banner-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 10px;
}

.mikoto-footer {
  margin: 0px 0 2px;

}

.mikoto-footer-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

/* =========================
  Page text title
========================= */

.page-text-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin: 20px 0 55px;
  padding: 0;

  color: var(--mikoto-red-dark);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
}

.page-title-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;

  background-image: url("../images/icon_moyo_blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  opacity: 0.82;
}

.page-title-icon:last-child {
  transform: scaleX(-1);
}