@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url(https://wako.itembox.design/item/assets/fonts/MaterialSymbolsOutlined.woff2)
    format('woff2');
}
html.modal-active {
  overflow: hidden;
}

body.modal-active {
  overflow: hidden;
}

.pickup__wrapper {
  width: 100%;
}

.l-inner {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 1024px) {
  .l-inner {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.u-max-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.u-sp-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-pc-only {
    display: block;
  }
}

.u-font--en {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.05em;
}
.u-font--white {
  color: #ffffff;
  border-color: #ffffff;
}
.u-font--red {
  color: #c7191c;
}
.u-font--gray100 {
  color: #f2f2f2;
}
.u-font--gray200 {
  color: #d2d2d2;
}
.u-font--gray300 {
  color: #bfbfbf;
}
.u-font--gray400 {
  color: #a6a6a6;
}
.u-font--gray500 {
  color: #8c8c8c;
}
.u-font--gray600 {
  color: #737373;
}
.u-font--R {
  font-weight: 400;
}
.u-font--M {
  font-weight: 500;
}
.u-font--B {
  font-weight: 700;
}

.u-h1 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .u-h1 {
    font-size: 28px;
  }
}

.u-h2 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .u-h2 {
    font-size: 24px;
  }
}

.u-h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .u-h3 {
    font-size: 20px;
  }
}

.u-h4 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .u-h4 {
    font-size: 16px;
  }
}

.u-h5 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .u-h5 {
    font-size: 14px;
  }
}

.u-h6 {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .u-h6 {
    font-size: 12px;
  }
}

.u-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .u-text {
    font-size: 16px;
  }
}
.u-text--caption {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .u-text--caption {
    font-size: 14px;
  }
}

.u-bg-gray100 {
  background-color: #f2f2f2;
} /*# sourceMappingURL=common-font-style_2025.css.map */
