.u-flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}

.flex-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sitehead.orme-header {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
#sitehead.orme-header .wrap {
  position: fixed;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 1em;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  padding-top: 2.125em;
  padding-inline: 2em;
}
#sitehead.orme-header .bt-shop {
  display: flex;
  align-items: center;
  gap: 0.5625em;
  font-family: var(--font-m);
  font-size: 1em;
  line-height: 1em;
  text-align: left;
  width: 14.25em;
  color: var(--orme-accent-secondary);
  padding: 0.625em 1.25em;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
#sitehead.orme-header .bt-shop::before {
  content: "";
  display: block;
  flex: 0 0 1.9375em;
  width: 1.9375em;
  height: 1.9375em;
  background-color: var(--orme-accent-secondary);
  mask: url(/orme/share/ui/ic-cart-taupe.svg) center/contain no-repeat;
  -webkit-mask: url(/orme/share/ui/ic-cart-taupe.svg) center/contain no-repeat;
  transition: background-color 0.3s;
}
#sitehead.orme-header .bt-shop:hover {
  color: var(--orme-bg-secondary);
  border-color: var(--orme-bg-secondary);
}
#sitehead.orme-header .bt-shop:hover::before {
  background-color: var(--orme-bg-secondary);
}
@media screen and (max-width: 640px) {
  #sitehead.orme-header {
    font-size: var(--orme-font-size-base-sp);
  }
  #sitehead.orme-header .wrap {
    padding-top: 0.9375em;
    padding-inline: 0.9375em;
  }
  #sitehead.orme-header .bt-shop {
    font-size: 0.6875em;
    width: 14.25em;
    padding: 0.75em 1.64em;
    gap: 0.35em;
  }
  #sitehead.orme-header .bt-shop::before {
    flex: 0 0 1.35em;
    width: 1.35em;
    height: 1.35em;
  }
}

/*# sourceMappingURL=header.css.map */
