@charset "utf-8";
/* ===========================================
 * HEADER
 * ======================================== */
.header__wrap {
  height: min(calc(114 / 750 * 100vw), 114px);
  position: relative;
  z-index: auto;
}
.header__inner {
  margin-inline: auto;
  position: fixed;
  z-index: 100;
  right: 0;
  left: 0;
  top: 0;
}

/* ===========================================
 * LINK
 * ======================================== */
.link__text {
  margin-bottom: 20px;
  font: 600 normal 16px / 1.6 var(--font-fm-main);
  color: var(--color-text-white);
}