@charset "UTF-8";

:root {
  --color-main: #737373;
  --color-primary: #c673a1;
}

body {
  color: var(--color-main);
}
select {
  color: var(--color-main);
}

.s-header-wrap__logo {
  width: 18rem;
  position: relative;
  left: -2rem;
}
@media screen and (min-width: 992px) {
  .s-header-wrap__logo {
    width: 18rem;
    position: revert;
  }
}

/*- cart confirm -*/
@media screen and (min-width: 992px) {
  .m-subscNextOrderInfo {
    grid-template-columns: 1fr;
  }
}