@font-face {
  font-family: "MPLUS1p-Medium";
  src: url(/fonts/MPLUS1p/MPLUS1p-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Regular";
  src: url(/fonts/MPLUS1p/MPLUS1p-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-ExtraBold";
  src: url(/fonts/MPLUS1p/MPLUS1p-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Bold";
  src: url(/fonts/MPLUS1p/MPLUS1p-Bold.woff) format("woff");
  font-display: swap;
}
/*========*/
/* header */
/*========*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background-color: #FFF;
  z-index: 100;
}
header::before {
  content: "";
  display: block;
  height: 24px;
  background-color: #E50020;
}
@media (max-width: 1048px) {
  header::before {
    height: 8px;
  }
}
@media (max-width: 1048px) {
  header {
    height: 52px;
  }
}
header .contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1048px;
  padding: 12px 24px;
  margin: 0 auto;
}
header .h-logo {
  width: 314px;
  margin-right: auto;
}
@media (max-width: 1048px) {
  header .h-logo {
    width: 180px;
  }
}
header .h-logo a {
  display: block;
}
header .h-nav01 {
  display: flex;
  align-items: center;
}
@media (max-width: 1048px) {
  header .h-nav01 {
    display: block;
  }
}
header .h-nav01 li {
  padding: 0 8px;
}
@media (max-width: 1048px) {
  header .h-nav01 li {
    padding: 8px;
    margin-top: 16px;
    text-align: center;
  }
}
header .h-nav01 li a {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #595757;
  text-decoration: none;
  transition: 0.2s;
}
header .h-nav02 {
  display: flex;
  align-items: center;
}
@media (max-width: 1048px) {
  header .h-nav02 {
    display: block;
  }
}
header .h-nav02 li {
  margin-left: 16px;
}
@media (max-width: 1048px) {
  header .h-nav02 li {
    margin: 16px auto;
    text-align: center;
  }
}
header .h-nav02 li a {
  width: 111px;
  font-size: 14px;
}
@media (max-width: 1048px) {
  header .h-nav02 li a {
    margin: 0 auto;
  }
}
header .h-nav02 li a.bt-mypage {
  font-size: 12px;
}
@media (max-width: 1048px) {
  header .menu {
    width: 32px;
    cursor: pointer;
  }
  header .menu .menu-inner {
    position: relative;
    width: 32px;
    height: 24px;
  }
  header .menu .menu-inner span {
    position: absolute;
    right: 0;
    display: block;
    width: 32px;
    height: 2px;
    background: #E50020;
    transition: all 0.5s;
  }
  header .menu .menu-inner span:first-child {
    top: 0;
  }
  header .menu .menu-inner span:nth-child(2) {
    top: 11px;
  }
  header .menu .menu-inner span:last-child {
    top: 23px;
  }
  header .menu.open .menu-inner span:first-child {
    top: 11px;
    transform: rotate(45deg);
  }
  header .menu.open .menu-inner span:last-child {
    top: 11px;
    transform: rotate(-45deg);
  }
  header .menu.open .menu-inner span:nth-child(2) {
    opacity: 0;
  }
}

/* nav
--------------------------------*/
@media (min-width: 1048px) {
  nav.g-nv {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1048px) {
  nav.g-nv {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: calc(100vh - 52px);
    background-color: #FFF;
    overflow-y: auto;
    z-index: 101;
  }
}
/*# sourceMappingURL=header.css.map */