@charset "utf-8";

/* outline
------------------------------*/
.l-header * {
  font-family: "Noto Serif JP", serif;
}

.header__link {
  font-family: "Noto Serif", serif;
}

#contents_outer {
  padding-top: 104px;
}

.l-header a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.header__area {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  z-index: 1000;
  transition: all 0.4s;
}
.header__area.is-active {
  background-color: inherit;
  color: #fff;
}
.header__area .header__link {
  color: #333333;
}
.header__area.is-active .header__link {
  background-color: inherit;
  color: #fff;
}
.header__area .header__link-span {
  color: #333333;
}
.header__area.is-active .header__link-span {
  color: #fff;
}
.header__container {
  width: 1080px;
  margin: 0 auto;
}
.header__lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 104px;
}
.header__link {
  font-size: 18px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  flex-direction: column;
  color: #fff;
  cursor: pointer;
}
.header__link:hover {
  opacity: 0.7;
}
.header__link-span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}