#remofasheader {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#remofasheader .remofasheader-wrap {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  height: 90px;
  padding: 20px 35px;
}
#remofasheader .remofasheader-menubar {
  display: none;
}
#remofasheader .remofasheader-wrap {
  display: grid;
  grid-template-columns: 1fr 852px 1fr;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
#remofasheader .remofasheader-nav {
  display: flex;
  justify-self: center;
}
#remofasheader .remofasheader-logincart {
  display: flex;
  align-items: flex-end;
  justify-self: end;
}
#remofasheader .remofasheader-logincart-login-img {
  max-width: 13px;
  width: 100%;
  margin: auto;
  position: relative;
  bottom: -5px;
  display: block;
}
#remofasheader .remofasheader-logincart-cart-img {
  display: block;
  max-width: 25px;
  width: 100%;
  margin: auto;
  position: relative;
  bottom: -5px;
}
#remofasheader .remofasheader-logo-area {
  display: flex;
  width: 242px;
  justify-self: start;
}
#remofasheader .remofasheader-logo {
  max-width: 130px;
  width: 100%;
}
#remofasheader .remofasheader-logo img {
  max-width: 130px;
  width: 100%;
  position: absolute;
  top: 25px;
  left: 35px;
}
#remofasheader .remofasheader-logo-pola {
  max-width: 88px;
  width: 100%;
}
#remofasheader .remofasheader-logo-pola img {
  max-width: 88px;
  width: 100%;
  position: absolute;
  left: 189px;
  top: 42px;
}
#remofasheader .remofasheader-logo-img,
#remofasheader .remofasheader-logo-pola-img {
  opacity: 1;
}
#remofasheader .remofasheader-logo-img-white,
#remofasheader .remofasheader-logo-pola-img-white {
  opacity: 0;
}
#remofasheader .remofasheader-logincart-txt {
  font-size: 10px;
  letter-spacing: 0.1em;
}
#remofasheader .remofasheader-nav li {
  padding: 0 30px 0 25px;
  position: relative;
}
#remofasheader .remofasheader-nav li:after {
  content: "";
  width: 1px;
  height: 30px;
  background-image: unset !important;
  background-color: #606c70;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(25deg) scale(0.5, 1);
}
#remofasheader .remofasheader-nav li a {
  text-align: center;
  font-size: 15px;
  line-height: 1;
}
#remofasheader .remofasheader-nav li a .julius {
  margin-bottom: 10px;
}
#remofasheader .remofasheader-nav li a .jp {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
#remofasheader .remofasheader-nav li:last-child::after {
  display: none;
}
#remofasheader .remofasheader-logincart-txt {
  font-size: 10px;
}
#remofasheader .remofasheader-logincart-cart {
  position: relative;
  display: block;
}
#remofasheader .remofasheader-logincart-cart-count {
  position: absolute;
  top: 0px;
  right: -9px;
  width: 21px;
  height: 21px;
  background-color: #606c70;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
}
#remofasheader .remofasheader-logincart-item:first-child {
  margin-right: 35px;
}
@media screen and (max-width: 1300px) {
  #remofasheader .remofasheader-wrap {
    grid-template-columns: 1fr 3fr 0.5fr;
  }
  #remofasheader .remofasheader-nav li {
    padding: 0 20px 0 15px;
  }
  #remofasheader .remofasheader-logo-area {
    width: 179px;
  }
  #remofasheader .remofasheader-logo img {
    max-width: 100px;
  }
  #remofasheader .remofasheader-logo-pola img {
    max-width: 58px;
    left: 154px;
    top: 39px;
  }
  #remofasheader .remofasheader-nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 790px) {
  #remofasheader .remofasheader-nav li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  #remofasheader .remofasheader-nav {
    display: none;
  }
  #remofasheader .remofasheader-wrap {
    padding: 0 15px;
    position: relative;
    height: 50px;
    display: flex;
    grid-template-columns: unset;
  }
  #remofasheader .remofasheader-menubar {
    display: block;
  }
  #remofasheader .remofasheader-logo img {
    top: 0;
    left: 0;
  }
  #remofasheader .remofasheader-logo-pola img {
    max-width: 88px;
    top: -3px;
    left: 0;
  }
  #remofasheader .remofasheader-logincart-item {
    position: relative;
  }
  #remofasheader .remofasheader-menubar-img {
    max-width: 18px;
    width: 100%;
  }
  #remofasheader .remofasheader-menubar-img svg {
    display: block;
    max-width: 18px;
    width: 100%;
  }
  #remofasheader .remofasheader-spmenu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    max-width: 320px;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    left: -100%;
    transition: all 0.5s;
    opacity: 0;
  }
  #remofasheader .remofasheader-spmenu.active {
    left: 0;
    transition: all 0.5s;
    opacity: 1;
  }
  #remofasheader .remofasheader-spmenu-close {
    background-color: #f2f2f2;
    padding: 15px;
  }
  #remofasheader .remofasheader-spmenu-close img {
    max-width: 13px;
    width: 100%;
    margin-left: auto;
  }
  #remofasheader .remofasheader-spmenu-list {
    padding: 25px 20px;
    border-bottom: 1px solid #cccccc;
  }
  #remofasheader .remofasheader-spmenu-list li {
    margin-bottom: 25px;
  }
  #remofasheader .remofasheader-spmenu-list li:last-child {
    margin-bottom: 0;
  }
  #remofasheader .remofasheader-spmenu-list li a {
    font-size: 12px;
    display: block;
    background-image: url(../img/header/arrow.png);
    background-repeat: no-repeat;
    background-size: 6px 7px;
    background-position: center right;
    display: flex;
    align-items: flex-end;
  }
  #remofasheader .remofasheader-spmenu-list li a span{
    font-size: 10px;
    padding-left: 5px;
    padding-bottom: 3px;
  }
  #remofasheader .remofasheader-spmenu-other-link {
    padding: 25px 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: -20px;
    border-bottom: 1px solid #cccccc;
  }
  #remofasheader .remofasheader-spmenu-other-link li {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  #remofasheader .remofasheader-spmenu-other-link li a {
    font-size: 10px;
  }
  #remofasheader .remofasheader-spmenu-sns {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-top: 20px;
  }
  #remofasheader .remofasheader-spmenu-sns01 {
    display: block;
    max-width: 30px;
    width: 100%;
  }
  #remofasheader .remofasheader-spmenu-sns02 {
    display: block;
    max-width: 28px;
    width: 100%;
  }
  #remofasheader .remofasheader-spmenu-sns03 {
    display: block;
    max-width: 27px;
    width: 100%;
  }
  #remofasheader .remofasheader-spmenu-sns li {
    margin-right: 15px;
  }
  #remofasheader .remofasheader-logo {
    max-width: 74px;
    width: 100%;
  }
  #remofasheader .remofasheader-logo-pola {
    max-width: 44px;
    width: 100%;
  }
  #remofasheader .remofasheader-logincart-login-img {
    max-width: 11px;
  }
  #remofasheader .remofasheader-logincart-cart-img {
    max-width: 19px;
  }
  #remofasheader .remofasheader-logincart-item:first-child {
    margin-right: 20px;
  }
  #remofasheader .remofasheader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 84px;
    margin: auto;
    height: 22px;
  }
  #remofasheader .remofasheader-logo-pola {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 74px;
    right: 0;
    margin: auto;
    height: fit-content;
  }
  #remofasheader .remofasheader-logincart-cart-count {
    width: 16px;
    height: 16px;
    top: -1px;
    right: -7px;
    font-size: 10px;
  }
  #remofasheader .remofasheader-logincart-login-img {
    position: relative;
    bottom: 0;
  }
  #remofasheader .remofasheader-logincart-cart-img {
    position: relative;
    bottom: 0;
  }
}
@media (hover: hover) {
  #remofasheader .remofasheader-nav li a:hover {
    text-decoration: underline;
  }
} /*# sourceMappingURL=header.css.map */
