.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 1.275rem;
  width: 100%;
  background-image: url(../../../img/common/header-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-title {
  font-size: 0.6rem;
  color: #fff;
  text-shadow: 0 0.05rem 0.0875rem #000001;
}
