@media only screen and (max-width: 767px) {
  .sp-header-fix .header-logo {
    display: flex;
  }
}
.sp-header-fix .header-user-nav {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sp-header-fix .nav-global {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-header-fix .header {
    height: 50px;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sp-header-fix .header-in {
    height: 50px;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-right: 0px;
    transition: all 300ms ease-out 0ms;
  }
}
@media only screen and (max-width: 767px) {
  .sp-header-fix.is-header-fixed-scrolled .header-in {
    transform: translate3d(0, -90px, 0) rotate(0deg);
  }
}
@media only screen and (max-width: 767px) {
  .sp-header-fix .header-logo .sitename {
    margin-top: 10px;
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-header-fix .header-title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-header-fix .contents-lower {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-header-fix .header-in {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-flow: row nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .sp-header-fix .header-user-utility {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-header-fix .header-user-nav {
    display: block;
  }
}

.header-user-nav {
  margin-left: auto;
  display: none;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .header-user-nav {
    display: none !important;
  }
}
.header-user-nav ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  align-content: flex-start;
  flex-flow: row nowrap;
  gap: 0 0px;
  height: 100%;
}
.header-user-nav li {
  flex: 0 0 50px;
  max-width: 50px;
  position: relative;
}
.header-user-nav li::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  margin-top: -6px;
}
.header-user-nav li.nav01::before {
  background: url("/common/img/ico_menu_01_sp.png") no-repeat center center/contain;
}
.header-user-nav li.nav02::before {
  background: url("/common/img/ico_menu_02_sp.png") no-repeat center center/contain;
}
.header-user-nav li.nav03::before {
  background: url("/common/img/ico_menu_03_sp.png") no-repeat center center/contain;
}
.header-user-nav li.nav04::before {
  background: url("/common/img/ico_menu_04_sp.png") no-repeat center center/contain;
}
.header-user-nav a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-end;
  flex-flow: row wrap;
  border-left: 1px solid #ccc;
  border-radius: 0px;
  padding: 7px 5px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  white-space: nowrap;
  position: relative;
}
.header-user-nav .count {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  color: #5c4e4e;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  margin-top: -5px;
}
