@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus) {
  outline: none;
}

:where(:focus-visible) {
  outline: none;
}

:where(:focus-visible):is(
  button,
  a,
  input,
  textarea,
  select,
  option,
  [tabindex="0"]
) {
  outline: 0.125rem solid CanvasText;
  box-shadow: 0 0 0 0.125rem Canvas;
  outline-offset: 0.125rem;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 0.0625rem !important;
  width: 0.0625rem !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --vh: 1vh;
  --vw: 1vw;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.5;
  --container-width: 75rem;
}

html,
body {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  color: #142141;
  font-weight: 400;
  background: #f8f5ef;
  overflow-x: clip;
}

html:has(.is-gnavi-open) {
  scrollbar-gutter: stable;
  overflow: clip;
}

body:not(.top) #main {
  min-height: calc(100svh - var(--header-height) - var(--footer-height));
}

:where(a:not[class]) {
  color: #142141;
  text-decoration: none;
}
:where(a:not[class]):hover {
  text-decoration: underline;
}

.on-fade {
  transition: opacity 0.3s;
}
.on-fade:hover {
  opacity: 0.8;
}

p + p {
  margin-top: 2rem;
}

.top .sidebar-layout-container {
  padding-block: 0.25rem 0;
  position: relative;
  z-index: 2;
}
.top .sidebar-layout-container__nav-overlay {
  display: none;
}
.top
  .sidebar-layout-container
  .layout-sidebar__cart-display-button.is-disabled {
  opacity: 0.5;
}
.cart .sidebar-layout-container__nav {
  position: absolute;
  top: 1.5rem;
  left: calc(50% + 25rem + 2.5rem);
  margin-top: calc(21.625rem + var(--header-height));
}

.top-header-bg::before {
  overflow: visible;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: url(../images/top_header_bg.png) no-repeat top center/100%;
}

.layout-header {
  position: relative;
  overflow: visible;
  padding: 0.5625rem 0 0.5625rem 1.5rem;
  overflow: visible;
  background: url(../images/header_bg.png) no-repeat top left/cover;
}
.top-header-bg + .layout-header {
  background: none;
}
.layout-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.layout-header__inner:has([aria-expanded="true"]) {
  z-index: 3;
}
.layout-header__logo {
  margin-right: 1.5rem;
}
.layout-header__logo > a {
  transition: opacity 0.3s ease-in-out;
}
.layout-header__logo > a:hover {
  opacity: 0.8;
}
.layout-header__info {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
.layout-header .store-info {
  position: relative;
}
.layout-header .store-info::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.375rem;
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #fff;
}
.layout-header .store-info__inner {
  display: flex;
  align-items: center;
}
.layout-header .store-info__name {
  margin-right: 1.25rem;
}
.layout-header .store-info__name-text {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.layout-header .store-info__name-text::before {
  margin-top: 0.125rem;
  margin-right: 0.25rem;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background: url(../images/icon_store.svg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(188deg) brightness(113%) contrast(101%);
}
.layout-header .store-info__button .button {
  text-box: trim-both cap alphabetic;
}
.layout-header .store-info__icon {
  filter: brightness(0) saturate(100%) invert(94%) sepia(3%) saturate(905%)
    hue-rotate(314deg) brightness(103%) contrast(94%);
  color: #f8ecec;
}
.layout-header .wait-info {
  color: #fff;
  padding: 1rem 1.5rem;
  margin-left: 0.75rem;
}
.layout-header .wait-info__inner {
  display: flex;
  align-items: center;
}
.layout-header .wait-info__inner::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_clock.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}
.layout-header .wait-info__text:nth-child(1) {
  margin-right: 1.25rem;
}
.layout-header .wait-info__time {
  margin-inline: 0.25rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 4.8484848485vw, 1.25rem);
}
.layout-header .account-info {
  margin-left: auto;
  background-color: #fff;
  padding: 1.75rem 2rem;
  border-bottom-left-radius: 16px;
  position: relative;
  top: -0.5625rem;
}
.layout-header .account-info__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.layout-header .account-info__person {
  display: flex;
  gap: 1.25rem;
}
.layout-header .account-info__account {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.layout-header .account-info__point {
  font-size: 0.875rem;
}
.layout-header .account-info__point > a:hover {
  text-decoration: none;
}
.guest .layout-header .account-info__point {
  display: none;
}
.layout-header .account-info__point-num {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.guest .layout-header .account-info__button {
  display: none;
}
.layout-header .account-info__button .button {
  text-box: trim-both cap alphabetic;
  font-size: 0.875rem;
}
.layout-header .account-info__annotation {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #575757;
}
.layout-header__sp-button {
  border-radius: 50%;
  background-color: #142141;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.layout-header__sp-button-bar {
  background-color: #fff;
  height: 0.125rem;
  width: 1.125rem;
  border-radius: 40px;
  display: block;
  position: absolute;
  top: calc(50% - 0.0625rem);
  transition-property: opacity, translate, rotate;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s, 0.1s, 0s;
}
.layout-header__sp-button-bar:nth-child(1) {
  translate: 0 -0.375rem;
}
.layout-header__sp-button-bar:nth-child(3) {
  translate: 0 0.375rem;
}
.layout-header__sp-button[aria-expanded="true"] .layout-header__sp-button-bar {
  transition-delay: 0s, 0s, 0.1s;
}
.layout-header__sp-button[aria-expanded="true"]
  .layout-header__sp-button-bar:nth-child(1) {
  translate: 0;
  rotate: -45deg;
}
.layout-header__sp-button[aria-expanded="true"]
  .layout-header__sp-button-bar:nth-child(2) {
  opacity: 0;
}
.layout-header__sp-button[aria-expanded="true"]
  .layout-header__sp-button-bar:nth-child(3) {
  translate: 0;
  rotate: 45deg;
}
.layout-header__sp-menu {
  position: absolute;
  top: calc(100% + 0.625rem);
  right: 1.25rem;
  width: max-content;
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.layout-header__sp-menu[inert] {
  display: none;
}
.layout-header__sp-menu-list {
  padding-block: 0.25rem;
}
.layout-header__sp-menu-link {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.layout-header__sp-menu-link:hover {
  background-color: #f5f5f5;
}
.layout-header__sp-menu-link--logout {
  color: #bf1a1a;
}

.layout-footer {
  --appMenu-height: 3.75rem;
}
.layout-footer__inner {
  padding: 1rem 2rem;
}
.layout-footer__body {
  display: flex;
  justify-content: space-between;
}
.layout-footer__linklist {
  font-size: 0.75rem;
  display: flex;
  gap: 2rem;
}
.layout-footer__linklist a:hover {
  text-decoration: none;
}
.layout-footer__copyright {
  font-size: 0.75rem;
  color: #747474;
  text-align: center;
}

.layout-sidebar {
  --app-menu-height: 3.75rem;
  border-radius: 16px 0 0 16px;
  border: 1px solid #bf1a1a;
  overflow: hidden;
  min-height: 17.75rem;
}
.layout-sidebar--guest {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8ecec;
  padding: 1.5rem;
}
.layout-sidebar--logged-in {
  min-width: 0;
  background-color: #fff;
}
.layout-sidebar__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.layout-sidebar--guest .layout-sidebar__inner {
  flex-grow: 1;
}
.layout-sidebar--logged-in .layout-sidebar__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0.9375rem 0;
}
.layout-sidebar__heading {
  margin-right: 0.5rem;
}
.layout-sidebar--guest .layout-sidebar__heading {
  font-weight: bold;
  color: #bf1a1a;
  text-align: center;
}
.layout-sidebar--logged-in .layout-sidebar__heading {
  font-size: clamp(0.875rem, 1.3333333333vw, 1rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  min-width: 0;
}
.layout-sidebar--logged-in .layout-sidebar__heading::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
  display: inline-block;
  background: url(../images/icon_menu_book.svg) no-repeat;
  margin-right: 0.5rem;
}
.layout-sidebar .cart-info {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}
.layout-sidebar .cart-info__count::after {
  content: "/";
  margin-right: 0.25rem;
}
.layout-sidebar .cart-info__count-num {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.9047619048vw, 1.5rem);
  font-weight: 500;
  margin-right: 0.25rem;
  font-family: "Roboto", sans-serif;
}
.layout-sidebar .cart-info__subtotal {
  font-size: 0.875rem;
  color: #000;
}
.layout-sidebar .cart-info__subtotal-num {
  font-size: 1.25rem;
  font-weight: bold;
  color: #bf1a1a;
  font-family: "Roboto", sans-serif;
  margin-inline: 0.25rem;
  line-height: 1.3;
}
.layout-sidebar .cart-info__subtotal-unit {
  font-weight: bold;
  color: #bf1a1a;
  font-size: 1rem;
}
.layout-sidebar .order-box {
  padding-inline: 0.9375rem;
  margin-top: 0.75rem;
  max-height: calc(100% - 3.75rem - 11.625rem);
  overflow-y: auto;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout-sidebar .order-box__item {
  border-bottom: 1px solid #eaeaea;
  padding-block: 0.75rem;
}
.layout-sidebar .order-box__heading {
  color: #000;
  font-size: 1rem;
}
.layout-sidebar .order-box__info {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.layout-sidebar .order-box__amount {
  color: #000;
}
.layout-sidebar .order-box__price-num {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 0.25rem;
  font-family: "Roboto", sans-serif;
}
.layout-sidebar .order-box__options,
.layout-sidebar .order-box__types {
  color: #575757;
  font-size: 0.875rem;
}
.layout-sidebar .order-box__buttons {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
.layout-sidebar .order-box__buttons > .button {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}
.layout-sidebar__cart-display-button {
  margin-left: auto;
  position: relative;
  font-size: 0.875rem;
  padding-left: 1.5rem;
  text-align: left;
}
.layout-sidebar__cart-display-button::after {
  margin-top: -0.25rem;
  margin-right: 0.25rem;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: #142141;
  display: inline-block;
  clip-path: polygon(
    93% 100%,
    100% 93%,
    50% 43%,
    0% 93%,
    7% 100%,
    50% 57%,
    93% 100%
  );
  transition:
    transform 0.3s ease-in-out,
    margin-top 0.3s ease-in-out;
}
.layout-sidebar__cart-display-button.is-open::after {
  margin-top: 0.25rem;
  transform: translateY(-50%) rotate(180deg);
}
.layout-sidebar .purchase-box {
  margin-top: auto;
  padding: 1rem 1.5rem;
}
.layout-sidebar .purchase-box__heading-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.layout-sidebar .purchase-box__heading {
  font-size: 0.875rem;
  color: #000;
}
.layout-sidebar .purchase-box__price {
  font-size: 0.875rem;
}
.layout-sidebar .purchase-box__price-num {
  margin-inline: 0.25rem;
  color: #bf1a1a;
  font-size: 1.75rem;
  font-weight: bold;
  text-box: trim-both cap alphabetic;
  font-family: "Roboto", sans-serif;
}
.layout-sidebar .purchase-box__price-unit {
  color: #bf1a1a;
  font-size: 1.25rem;
  font-weight: bold;
}
.layout-sidebar .purchase-box__annotation {
  font-size: 0.75rem;
  text-align: right;
}
.layout-sidebar .order-retry .button__inner {
  margin-left: 1rem;
  position: relative;
}
.layout-sidebar .order-retry .button__inner::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_retry.svg) no-repeat;
}
.cart .layout-sidebar {
  border-width: 2px;
  background-color: #fff;
  width: 21.5625rem;
  min-height: 16.875rem;
  padding: 1.5625rem 1.8125rem 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.cart .layout-sidebar .cart-sidebar__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart .layout-sidebar .cart-sidebar__heading {
  font-size: 0.875rem;
}
.cart .layout-sidebar .cart-sidebar__value {
  font-weight: bold;
}
.cart .layout-sidebar .cart-sidebar__value-prefix {
  font-size: 1.25rem;
}
.cart .layout-sidebar .cart-sidebar__value-num {
  font-size: 1.5rem;
}
.cart .layout-sidebar .cart-sidebar__value-unit {
  font-size: 1.25rem;
}
.cart
  .layout-sidebar
  .cart-sidebar
  .cart-sidebar__item.--total
  .cart-sidebar__num {
  font-size: 1.75rem;
  color: #bf1a1a;
}
.cart
  .layout-sidebar
  .cart-sidebar
  .cart-sidebar__item.--total
  .cart-sidebar__unit {
  color: #bf1a1a;
  font-size: 1.25rem;
}

.button-wrapper {
  display: flex;
}
.button-wrapper:has(.button--center) {
  justify-content: center;
}

.button {
  position: relative;
  background-color: #bf1a1a;
  color: #fff;
  padding: 1rem;
  display: block;
  width: fit-content;
  border-radius: 32px;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    background-size 0.4s ease-in-out;
  background-image: radial-gradient(
    circle,
    var(--hover-circle-color) 50%,
    transparent 50%
  );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0 100%;
}
.button:active:not(:is(:disabled, [aria-disabled="true"])) {
  --hover-circle-color: #731010;
}
.button:is(:disabled, [aria-disabled="true"]) {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.5);
  background-color: #999999;
}
.button--gold {
  background-color: #d7c184;
  color: #142141;
}
.button--gold:active:not(:is(:disabled, [aria-disabled="true"])) {
  --hover-circle-color: #887e5d;
}
.button--gold:is(:disabled, [aria-disabled="true"]) {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.5);
  background-color: #999999;
}
.button--outline {
  background-color: transparent;
  color: #142141;
  border: 1px solid #142141;
}
.button--outline:active:not(:is(:disabled, [aria-disabled="true"])) {
  --hover-circle-color: #e8e9ec;
}
.button--outline:is(:disabled, [aria-disabled="true"]) {
  cursor: not-allowed;
}
.button--outline-white {
  border-color: #fff;
}
.button--bg-white {
  background-color: #fff;
  color: #142141;
}
.button--bg-white:active:not(:is(:disabled, [aria-disabled="true"])) {
  --hover-circle-color: #b9bdc6;
}
.button--bg-white:is(:disabled, [aria-disabled="true"]) {
  cursor: not-allowed;
  color: rgba(20, 33, 65, 0.5);
  background-color: #cccccc;
}
.button--full {
  width: 100%;
}
.button--medium {
  width: 100%;
  max-width: 17.9375rem;
}
.button--padding-narrow {
  padding: 0.5rem 0.75rem;
}
.button--in-modal {
  padding-block: 0.5rem;
  min-height: 2.5rem;
}
.button--icon {
  display: flex;
  align-items: center;
}
.button--icon::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(188deg) brightness(113%) contrast(101%);
}
.button--icon-left {
  padding-left: 2.75rem;
}
.button--icon-left::after {
  right: auto;
  left: 1rem;
}
.button--icon-login::after {
  width: 1.25rem;
  height: 1.125rem;
  background-image: url(../images/icon_login.svg);
}
.button--icon-phone::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/icon_phone.svg);
}
.button--icon-email::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/icon_email.svg);
}
.button--icon-line::after {
  width: 1.25rem;
  height: 1.125rem;
  background-image: url(../images/icon_login.svg);
  filter: none;
}
.button--icon-add {
  min-height: 2.5625rem;
}
.button--icon-add::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/icon_add_circle.svg);
  filter: none;
}
.button--line {
  padding-block: 0.75rem;
}
.button--line .button__inner {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
.button--line .button__inner::before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  display: inline-block;
  background-image: url(../images/icon_line.png);
  background-repeat: no-repeat;
  background-size: 1.6875rem 1.6875rem;
}
.button--add-cart::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(188deg) brightness(113%) contrast(101%);
}
.button--add-cart .button__inner::before,
.button--add-cart .button__inner::after {
  content: "";
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  position: absolute;
  background-color: #fff;
}
.button--add-cart .button__inner::before {
  width: 0.875rem;
  height: 0.125rem;
}
.button--add-cart .button__inner::after {
  left: 1.375rem;
  width: 0.125rem;
  height: 0.875rem;
}
.button--register {
  min-height: 3.5rem;
}
.button--register .button__inner {
  margin-left: 1rem;
}
.button--register .button__inner::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_cart.svg) no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(188deg) brightness(113%) contrast(101%);
}
.button[data-micromodal-close] .button__inner {
  pointer-events: none;
}

.confirm-back-button {
  position: relative;
  margin-left: 1.5rem;
}
.confirm-back-button::before,
.confirm-back-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 0.625rem;
  height: 0.125rem;
  border-radius: 9999px;
  background-color: currentColor;
  transform-origin: 100% 50%;
}
.confirm-back-button::before {
  transform: rotate(135deg);
}
.confirm-back-button::after {
  transform: rotate(-135deg);
}
.confirm-back-button--sidebar {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.confirm-back-button--sidebar::before,
.confirm-back-button--sidebar::after {
  margin-top: -0.0625rem;
  width: 0.5rem;
  left: -1.5rem;
}
.confirm-back-button:is(:disabled, [aria-disabled="true"]) {
  cursor: not-allowed;
  color: rgba(20, 33, 65, 0.5019607843);
}

.flex-wrapper-2col-btn {
  display: flex;
  justify-content: center;
  gap: 0 1.25rem;
  flex-wrap: wrap;
}

.item-delete-button {
  white-space: nowrap;
  font-size: 0.875rem;
  color: #bf1a1a;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.item-delete-button::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon_cancel.svg);
  mask-image: url(../images/icon_cancel.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-right: 0.125rem;
}
.item-delete-button:is(:disabled, [aria-disabled="true"]) {
  cursor: not-allowed;
  color: rgba(20, 33, 65, 0.5019607843);
}

/* ===================================== */
/* For PC Brand Tabs + Menu Selector SCSS        */
/* ===================================== */
.brand-menu-block {
  border-bottom: none;
  overflow: hidden;
}
.brand-menu-block .brand-tabs {
  gap: 0.5rem;
  overflow: auto;
  padding: 1rem 1rem 0;
  background-color: #f2e6d0;
}
.brand-menu-block .brand-tabs .brand-tab {
  padding: 0.625rem 1rem;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  position: relative;
}
.brand-menu-block .brand-tabs .brand-tab > img {
  height: 3.5rem;
  width: auto;
}
.brand-menu-block .brand-tabs .brand-tab > span {
  font-size: 0.875rem;
  color: #575757;
  margin-top: 0.5rem;
}
.brand-menu-block .brand-tabs .brand-tab > img {
  display: inline;
}

/* メニューラジオ */
.brand-menus {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-inline: 1rem;
  background-color: #fff;
  padding-block: 0.75rem 1.25rem;
}

.menu-radios-wrapper {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}

.menu-radios {
  border: none;
}
.menu-radios__legend {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; /* スクリーンリーダー用に非表示 */
}
.menu-radios .menu-radio {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.25rem 0.5rem 1rem;
  gap: 0.5rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  width: 7.8125rem;
  min-height: 9.375rem;
  position: relative;
  border: 1px solid transparent;
}
.menu-radios .menu-radio input[type="radio"] {
  /* デフォルト表示、必要に応じて非表示可 */
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.menu-radios .menu-radio:hover {
  background: #f5f5f5;
}
.menu-radios .menu-radio span {
  text-align: center;
  color: #000;
}
.menu-radios .menu-radio.is-checked,
.menu-radios .menu-radio:has(input[type="radio"]:checked) {
  border-color: #d7c184;
  background-color: #f2e6d0;
}
.menu-radios .menu-radio.is-checked input[type="radio"] + img + span,
.menu-radios .menu-radio input[type="radio"]:checked + img + span {
  font-weight: 700;
}
.menu-radios .menu-radio--hidden {
  display: none;
}

/* ===================================== */
/* For SP Brand Tabs + Menu Selector SCSS        */
/* ===================================== */
#modal-brand-select .modal__container {
  background-color: #f2e6d0;
  border-radius: 8px;
}
.sp-brand-select,
.sp-selected-brand {
  max-width: 100%;
  overflow-x: hidden;
}

.sp-select-baloon {
  background-color: #142141;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.sp-select-baloon::before {
  content: "";
  bottom: -0.5625rem;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  width: 0.9375rem;
  height: 0.625rem;
  background-color: #142141;
  clip-path: polygon(50% 0.625rem, 0% 0%, 0.9375rem 0%);
}
.sp-select-baloon#menu_select {
  margin-bottom: 0;
}

.sp-brand-select {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: #f2e6d0;
  padding: 0.75rem 1rem;
}
.sp-brand-select .sp-select-baloon {
  margin-bottom: 0.625rem;
  margin-right: 0.75rem;
}
.sp-brand-select .brand-tabs-wrapper {
  max-height: 60svh;
}
.sp-brand-select .brand-tab {
  display: inline-flex;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 0.75rem;
  border-radius: 8px;
  flex-direction: column;
  border: 1px solid #d7c184;
  box-shadow: 0 0.125rem 0 #d7c184;
}
.sp-brand-select .brand-tab > img {
  height: 3.5rem;
}
.sp-brand-select .brand-tab > span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #575757;
}

.sp-selected-brand {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: #f2e6d0;
  padding: 0.75rem 1rem;
  display: none;
  text-align: center;
}
.sp-selected-brand.is-show {
  display: flex;
}
.sp-selected-brand .change-brand-btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid #d7c184;
  box-shadow: 0 0.125rem 0 #d7c184;
  justify-content: center;
}
.sp-selected-brand .change-brand-btn .brand-logo {
  text-align: center;
  min-width: 14.625rem;
  display: block;
}
.sp-selected-brand .change-brand-btn .brand-logo > img {
  display: inline;
}
.sp-selected-brand .change-brand-btn__text {
  flex: 0 0 2.625rem;
  font-size: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: flex-end;
}
.sp-selected-brand .change-brand-btn__text::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_toggle.svg) no-repeat;
}

.menu-radios__toggle {
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
  pointer-events: auto !important;
  display: none;
  font-size: 0.75rem;
}
.menu-radios__toggle .button__inner {
  position: relative;
  padding-left: 1.75rem;
}
.menu-radios__toggle .button__inner::before {
  content: "";
  margin-top: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: #142141;
  display: inline-block;
  clip-path: polygon(93% 0%, 100% 7%, 50% 57%, 0% 7%, 7% 0%, 50% 43%, 93% 0%);
  transition:
    transform 0.3s ease-in-out,
    margin-top 0.3s ease-in-out;
}
.menu-radios__toggle.is-active .button__inner::before {
  margin-top: -0.125rem;
  transform: translateY(-50%) rotate(180deg);
}
.mv .mv__slider {
  position: relative;
}
.mv .swiper-wrapper {
  margin: 0;
}
.mv .swiper {
  position: relative;
  min-width: 0;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.mv .swiper-slide img {
  width: 100%;
  border-radius: 16px;
  height: auto;
  display: block;
}
.mv .swiper-toggle {
  margin-top: 0.625rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
.mv .swiper-toggle__button {
  cursor: pointer;
  text-box: trim-both cap alphabetic;
  position: relative;
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  margin-left: 15rem;
}
.mv .swiper-toggle__button .swiper-pause {
  display: inline;
}
.mv .swiper-toggle__button .swiper-pause::before {
  content: "";
  margin-top: 0.0625rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_pause.svg) no-repeat;
}
.mv .swiper-toggle__button .swiper-play {
  display: none;
}
.mv .swiper-toggle__button .swiper-play::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0.875rem;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #142141;
  clip-path: polygon(0.75rem 50%, 0% 0%, 0% 0.75rem);
}
.mv .swiper-toggle__button.paused .swiper-pause {
  display: none;
}
.mv .swiper-toggle__button.paused .swiper-play {
  display: inline;
}
.mv .swiper-button-prev,
.mv .swiper-button-next {
  color: #142141;
  font-weight: bold;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  padding: 0.5rem;
  border-radius: 50%;
  border: 1px solid #142141;
  margin-top: -2.375rem;
}
.mv .swiper-button-prev::after,
.mv .swiper-button-next::after {
  font-size: 1rem;
}
.mv .swiper-pagination {
  width: fit-content;
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
}
.mv .swiper-pagination-bullet {
  margin-inline: 0.5rem !important;
}
.mv .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.mv .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.mv .swiper-pagination-bullet-active {
  background-color: #000;
}

.disc-list {
  list-style-type: none;
  padding-left: 1.125rem;
}
.disc-list__item {
  position: relative;
  line-height: 1.3;
}
.disc-list__item:last-child {
  margin-bottom: 0;
}
.disc-list__item::before {
  content: "";
  top: 1em;
  left: -0.875rem;
  position: absolute;
  width: 0.3125rem;
  height: 0.3125rem;
  background: currentColor;
  border-radius: 50%;
  margin-top: -0.1875rem;
}

.product-list-block {
  border: 2px solid #d7c184;
  border-top: none;
  background-color: #f2e6d0;
  border-top: none;
  padding: 1rem 1.125rem;
  border-radius: 0 0 16px 16px;
}

.product-list > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5625rem;
}
.product-list__item {
  height: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.product-list__item--ordered .order-badge {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.product-list__item--limited .limited-badge {
  display: block !important;
}
.product-list__link {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #d3d2d0;
  transition:
    box-shadow 0.2s ease-in-out,
    border 0.2s ease-in-out;
}
.product-list__link:hover {
  box-shadow: 0 0 1.25rem 0 rgba(143, 120, 56, 0.75);
  border-color: transparent;
}
.product-list__link:hover:active {
  box-shadow: none;
  border-color: #d3d2d0;
}
.product-list__link:active {
  box-shadow: none;
  border-color: #d3d2d0;
}
.product-list__link:active .product-list__content {
  background-color: #fbf9f3;
}
.product-list__img {
  position: relative;
}
.product-list__img > img {
  border-radius: 8px 8px 0 0;
}
.product-list .order-number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #142141;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 8px 0 8px 0;
}
.product-list .order-number__num {
  font-size: 1.125rem;
  margin-left: 0.25rem;
}
.product-list .order-badge {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  display: none;
  background-color: #bf1a1a;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 0.5rem;
  min-width: 3.375rem;
  height: 2.25rem;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
.product-list .order-badge .badge__num {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.product-list .limited-badge {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: none;
}
.product-list__content {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: background-color 0.2s ease-in-out;
}
.product-list__heading {
  font-weight: bold;
  font-size: 1.125rem;
  text-box: trim-both cap alphabetic;
  margin-bottom: 0.75rem;
}
.product-list__price {
  margin-top: auto;
  font-size: 0.875rem;
}
.product-list__price-num {
  color: #bf1a1a;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-box: trim-both cap alphabetic;
}
.product-list__price-unit {
  color: #bf1a1a;
  font-size: 1.125rem;
  font-weight: bold;
  margin-inline: 0.25rem;
}
.product-list__tags {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.product-list__tag {
  background-color: #f5eddc;
  text-box: trim-both cap alphabetic;
  padding: 0.5rem;
  font-size: 0.875rem;
}

.symbol-list {
  list-style-type: none;
}
.symbol-list__item {
  display: flex;
}
.symbol-list__item.--no-indent {
  display: block;
}
.symbol-list__symbol {
  margin-right: 0.25rem;
  flex-shrink: 0;
}

.registration-confirm__wrapper {
  background-color: #f5eddc;
  padding: 1.5rem;
  border-radius: 4px;
}

.registration-confirm dd {
  color: #000;
}
.registration-confirm .form-parts {
  padding-block: 1.25rem;
}
.registration-confirm .form-parts:first-child {
  padding-block: 0 1.25rem;
}
.registration-confirm .form-parts:last-child {
  padding-block: 1.25rem 0;
}
.registration-confirm .form-parts + .form-parts {
  border-top: 1px solid #d3d2d0;
}
.registration-confirm .form-parts .form-h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.registration-confirm .form-parts #first_name,
.registration-confirm .form-parts #first_name_kana,
.registration-confirm .form-parts #bldg,
.registration-confirm .form-parts #tel_home,
.registration-confirm .form-parts #tel_mobile {
  margin-left: 1em;
}
.registration-confirm .form-parts #birth_year,
.registration-confirm .form-parts #birth_month,
.registration-confirm .form-parts #birth_day {
  margin-inline: 0.25rem;
}
.registration-confirm .form-parts #birth_year {
  margin-inline: 0 0.25rem;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  position: relative;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal__container {
  max-width: 73.25rem;
  max-height: 100vh;
  box-sizing: border-box;
  margin-inline: 1.25rem;
  background-color: #fff;
  border-radius: 16px;
  scrollbar-color: #d9d9d9 #fff;
  scrollbar-width: auto;
  position: relative;
  overflow: visible;
  padding: 3rem 1.375rem 2.5rem 2.5rem;
}
.modal__container:has(
  .simplebar,
  .simplebar--pc,
  .simplebar--sp-lg,
  .simplebar--sp
) {
  width: 100%;
}
.modal__container:has(.delivery-method-head--chara) {
  padding-top: 0;
}

.modal__content {
  color: #000;
  overflow: auto;
}
.modal__content:has(
  .simplebar,
  .simplebar--pc,
  .simplebar--sp-lg,
  .simplebar--sp
) {
  scrollbar-width: none;
}
.modal__content:has(
    .simplebar,
    .simplebar--pc,
    .simplebar--sp-lg,
    .simplebar--sp
  )::-webkit-scrollbar {
  display: none;
}

.modal__content-wrapper {
  overflow: hidden auto;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  border-radius: 50%;
  background-color: #142141;
  border: 2px solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.375rem;
  right: -0.5rem;
  z-index: 3;
}
.modal__close:before,
.modal__close:after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 1.125rem;
  height: 0.125rem;
  left: 0.6875rem;
}
.modal__close:before {
  rotate: -45deg;
}
.modal__close:after {
  rotate: 45deg;
}
.modal__close:active:not(:is(:disabled, [aria-disabled="true"])) {
  background-color: #727a8d;
}

.action-alert {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 2000;
}
.action-alert.--is-active {
  opacity: 1;
  pointer-events: auto;
}

/**************************\
  Parts Style
\**************************/
.modal--loading .modal__container {
  width: 100%;
  height: 100%;
  max-height: 15rem;
  max-width: 15rem;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.modal--alert .modal__container {
  max-width: 34.5rem;
  width: 100%;
}

.modal--alert p {
  width: 100%;
  max-width: 29.5rem;
  min-height: 7.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.modal-product {
  display: grid;
  grid-template-columns: minmax(40.8%, 30rem) 1fr;
  grid-template-areas: "img details" "purchase purchase";
  gap: 1.625rem;
}
.modal-product__img {
  grid-area: img;
  display: flex;
  flex-direction: column;
}
.modal-product__img > img {
  align-self: center;
  display: inline;
  vertical-align: bottom;
  height: auto;
  aspect-ratio: 480/360;
  object-fit: cover;
  border-radius: 8px;
}
.modal-product__details {
  min-width: calc(100% - 30rem);
  grid-area: details;
  padding-right: 0.9375rem;
}
.modal-product .order-number {
  display: inline-lex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #142141;
  color: #fff;
  font-size: 0.875rem;
  width: fit-content;
}
.modal-product .order-number__num {
  font-size: 1rem;
  margin-left: 0.25rem;
}
.modal-product__heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.75rem;
}
.modal-product__price {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
.modal-product__price-num {
  color: #bf1a1a;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-box: trim-both cap alphabetic;
}
.modal-product__price-unit {
  color: #bf1a1a;
  font-size: 1.25rem;
  font-weight: bold;
  margin-inline: 0.25rem;
}
.modal-product__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-product__tags {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.modal-product__tag {
  background-color: #f5eddc;
  text-box: trim-both cap alphabetic;
  padding: 0.5rem;
  font-size: 0.875rem;
}
.modal-product__description {
  padding-block: 1rem;
}
.modal-product__option {
  margin-top: 1rem;
}
.modal-product__option-flex {
  display: flex;
  justify-content: space-between;
}
.modal-product__option-heading {
  font-weight: bold;
}
.modal-product__option-price {
  color: #bf1a1a;
}
.modal-product__option-price-num {
  margin-inline: 0.25rem;
  font-size: 1.25rem;
}
.modal-product__option-box {
  margin-top: 0.5rem;
  background-color: #f8ecec;
  padding: 0.5rem 1.25rem;
}
.modal-product__option-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
}
.modal-product__option-checkbox.--column {
  grid-template-columns: 1fr;
}
.modal-product__option-checkbox > label {
  padding: 0.75rem;
  display: flex;
  align-items: center;
}
.modal-product__option-checkbox input {
  margin-right: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 2px;
  flex-shrink: 0;
  -webkit-appearance: none;
  border: 2px solid #49454f;
  position: relative;
}
.modal-product__option-checkbox input:before {
  content: "";
  display: none;
  position: absolute;
}
.modal-product__option-checkbox input[type="checkbox"]:before {
  width: 0.75rem;
  height: 0.375rem;
  top: calc(50% - 0.0625rem);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.modal-product__option-checkbox input[type="checkbox"]:checked {
  background: #142141;
  border: 2px solid #142141;
}
.modal-product__option-checkbox input[type="checkbox"]:checked:before {
  display: block;
}
.modal-product__option-checkbox input[type="radio"] {
  border-radius: 50%;
}
.modal-product__option-checkbox input[type="radio"]::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #142141;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}
.modal-product__option-checkbox input[type="radio"]:checked:before {
  display: block;
}

.modal-product-purchase {
  grid-area: purchase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-product-purchase__amount {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.modal-product-purchase__ui {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1.5rem;
}
.modal-product-purchase__ui .ui {
  width: 2rem;
  height: 2rem;
  position: relative;
}
.modal-product-purchase__ui .ui::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #bf1a1a;
}
.modal-product-purchase__ui .ui .ui__inner::before,
.modal-product-purchase__ui .ui .ui__inner::after {
  background: #fff;
}
.modal-product-purchase__ui .ui--minus .ui__inner::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 0.875rem;
  height: 0.125rem;
}
.modal-product-purchase__ui .ui--minus.is-min::before {
  background-color: gray;
}
.modal-product-purchase__ui .ui--count {
  min-width: 4rem;
  min-height: 2.5rem;
  border: 1px solid #bf1a1a;
  text-align: center;
  border-radius: 4px;
  font-size: 1.5rem;
  -moz-appearance: textfield;
}
.modal-product-purchase__ui .ui--count::-webkit-outer-spin-button,
.modal-product-purchase__ui .ui--count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-product-purchase__ui .ui--plus .ui__inner::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 0.875rem;
  height: 0.125rem;
}
.modal-product-purchase__ui .ui--plus .ui__inner::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 0.125rem;
  height: 0.875rem;
}
.modal-product-purchase__ui .ui--plus.is-max::before {
  background-color: gray;
}
.modal-product-purchase__ui .ui:disabled::before {
  background: #747474;
}
.modal-product-purchase__ui .ui:disabled .ui__inner::before,
.modal-product-purchase__ui .ui:disabled .ui__inner::after {
  background: rgba(255, 255, 255, 0.75);
}
.modal-product-purchase .button::before {
  display: none;
}

.modal--image .modal__container {
  padding: 1.6rem 1.2rem;
  background-color: transparent;
  pointer-events: none;
}
.modal--image .modal__header {
  height: 0;
}
.modal--image .modal__content {
  pointer-events: all;
}

.modal--cart .modal__overlay {
  background-color: transparent;
}
.modal--cart .modal__container {
  width: 15rem;
  height: 15rem;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.modal--cart p {
  margin: 0;
}

.modal-add-cart__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.modal-add-cart__message {
  font-size: 1.125rem;
}

.modal-add-cart__price-text {
  font-size: 0.875rem;
  margin-right: 1rem;
}

.modal-add-cart__price-value {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
}

.modal-add-cart__price-unit {
  font-size: 1.25rem;
  font-weight: bold;
}

#modal-retry .modal__container {
  max-width: 50rem;
  width: 90%;
}

#modal-prefectures .modal__container,
#modal-municipality .modal__container {
  max-width: 65rem;
  width: 90%;
}

.modal-address-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.modal-address-heading::before {
  content: "◆";
  margin-right: 0.5rem;
  color: rgba(20, 33, 65, 0.5);
}

.modal-address-text {
  color: #575757;
  margin-bottom: 1.5rem;
}

.modal-address-select {
  display: flex;
  align-items: center;
  background-color: rgba(20, 33, 65, 0.1);
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
}
.modal-address-select dt {
  font-size: 0.875rem;
  font-weight: 400;
}
.modal-address-select dd {
  font-size: 16;
  font-weight: bold;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  border-left: 1px solid #d3d2d0;
}

.modal-scroll-inner {
  overflow-y: auto;
}
.modal-scroll-inner.simplebar,
.modal-scroll-inner.simplebar--pc,
.modal-scroll-inner.simplebar--sp {
  padding-right: 0.9375rem;
}

.modal-prev-btn {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  font-size: 0.875rem;
}
.modal-prev-btn::before,
.modal-prev-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: 0;
  width: 0.625rem;
  height: 0.125rem;
  border-radius: 9999px;
  background-color: #142141;
  transform-origin: calc(100% - 0.0625rem) 50%;
}
.modal-prev-btn::before {
  transform: rotate(135deg);
}
.modal-prev-btn::after {
  transform: rotate(-135deg);
}

form.form-prefectures fieldset {
  border: none;
}
form.form-prefectures .pref-options {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
form.form-prefectures .button--pref-option {
  border: 1px solid #d3d2d0;
  border-radius: 2px;
  padding: 1rem;
  padding-right: 2.375rem;
  position: relative;
  background-color: #fff;
  color: #142141;
  box-shadow: none;
  background-image: none;
  width: 100%;
}
form.form-prefectures .button--pref-option::before,
form.form-prefectures .button--pref-option::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  right: 1.375rem;
  width: 0.625rem;
  height: 0.125rem;
  border-radius: 9999px;
  background-color: currentColor;
  transform-origin: calc(100% - 0.0625rem) 50%;
}
form.form-prefectures .button--pref-option::before {
  transform: rotate(45deg);
}
form.form-prefectures .button--pref-option::after {
  transform: rotate(-45deg);
}
form.form-prefectures .button--pref-option input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
}
form.form-prefectures
  .button--pref-option:active:not(:is(:disabled, [aria-disabled="true"])) {
  background-color: #f3f4f5;
}
form.form-prefectures
  .button--pref-option:is(:disabled, [aria-disabled="true"]) {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
  background-color: #cccccc;
}
form.form-prefectures .actions {
  margin-top: 1.5rem;
}
form.form-prefectures .actions .no-address > a:hover {
  text-decoration: none;
}
form.form-prefectures .actions .symbol-list {
  color: #575757;
}
form.form-municipality fieldset {
  border: none;
}
form.form-municipality fieldset + fieldset {
  margin-top: 0.5rem;
}
form.form-municipality legend {
  background-color: #f5eddc;
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0;
}
form.form-municipality .pref-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
form.form-municipality .button--pref-option {
  border: 1px solid #d3d2d0;
  border-radius: 2px;
  padding: 1rem;
  padding-right: 2.375rem;
  position: relative;
  background-color: #fff;
  color: #142141;
  box-shadow: none;
  background-image: none;
  text-align: left;
  font-weight: 400;
}
form.form-municipality .button--pref-option::before,
form.form-municipality .button--pref-option::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  right: 1.375rem;
  width: 0.625rem;
  height: 0.125rem;
  border-radius: 9999px;
  background-color: currentColor;
  transform-origin: calc(100% - 0.0625rem) 50%;
}
form.form-municipality .button--pref-option::before {
  transform: rotate(45deg);
}
form.form-municipality .button--pref-option::after {
  transform: rotate(-45deg);
}
form.form-municipality .button--pref-option input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
}
form.form-municipality
  .button--pref-option:active:not(:is(:disabled, [aria-disabled="true"])) {
  background-color: #f3f4f5;
}
form.form-municipality
  .button--pref-option:is(:disabled, [aria-disabled="true"]) {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
  background-color: #cccccc;
}
form.form-municipality .actions {
  margin-top: 1.5rem;
}
form.form-municipality .actions .no-address > a:hover {
  text-decoration: none;
}
form.form-municipality .actions .symbol-list {
  color: #575757;
}
.modal--cart-confirm .button-wrapper {
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.modal--cart-confirm .button-wrapper > .button-wrapper {
  flex-grow: 1;
  width: 100%;
}
.modal--cart-confirm .button-wrapper .button {
  width: calc(50% - 1.5rem);
}

#modal-delivery-address-add .modal__container {
  max-width: 50rem;
  width: 90vw;
  max-height: 80svh;
  padding-top: 2.5rem;
}
#modal-delivery-address-add .modal__content {
  overflow: hidden;
}

.modal-delivery-address-add .address-change-heading {
  color: #142141;
  font-size: 1.25rem;
}
.modal-delivery-address-add .address-change-heading::before {
  content: "◆";
  margin-right: 0.5rem;
  color: rgba(20, 33, 65, 0.5);
}
.modal-delivery-address-add .delivery-address-add-form {
  max-height: 33.5625rem;
  margin-block: 0.75rem 5rem;
  padding-inline: 0.5rem;
}
.modal-delivery-address-add .delivery-address-add-form__body {
  max-height: inherit;
  overflow-y: auto;
  padding-inline: 0.25rem 0.875rem;
  margin-right: -0.5rem;
}
.modal-delivery-address-add .delivery-address-add-form .form-h3 {
  font-size: 1.125rem !important;
}
.modal-delivery-address-add .delivery-address-add-form .form-parts {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.modal-delivery-address-add
  .delivery-address-add-form
  .form-parts
  + .form-parts {
  border-top: none;
}
.modal-delivery-address-add .delivery-address-add-form .form-parts__input {
  width: 100%;
}
.modal-delivery-address-add .delivery-address-add-form .button-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 1.5rem;
}

.modal--delivery-method .modal__container {
  border: 2px solid #142141;
  width: 90%;
  max-width: 50rem;
  padding-inline: 0;
}
.modal--delivery-method:has(.delivery-method-head--chara) .modal__container {
  border-radius: 16px;
}
.modal--delivery-method .delivery-method-head {
  position: relative;
  min-height: 6.6875rem;
  color: #fff;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal--delivery-method .delivery-method-head::before {
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.modal--delivery-method .delivery-method-head > * {
  position: relative;
  z-index: 2;
}
.modal--delivery-method .delivery-method-head--01::before {
  background-image: url(../images/modal_delivery_method_heading_bg01.png);
}
.modal--delivery-method .delivery-method-head--02::before {
  background-image: url(../images/modal_delivery_method_heading_bg02.png);
}
.modal--delivery-method .delivery-method-head--chara {
  aspect-ratio: 796/189;
  background-image: url(../images/modal_delivery_method_heading_bg_chara.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.modal--delivery-method .delivery-method-head--chara + .delivery-method-body {
  position: relative;
  padding-inline: 3rem;
  margin-top: -3.75rem;
}
.modal--delivery-method .delivery-method-head--chara .delivery-method-heading {
  margin-bottom: 5rem;
}
.modal--delivery-method .delivery-method-head .delivery-method-heading {
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
}
.modal--delivery-method
  .delivery-method-head
  .delivery-method-heading__inner::after {
  content: "";
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 1.5625rem;
  height: 0.375rem;
  background: url(../images/modal_delivery_methoc_heading_deco.svg) no-repeat;
  background-size: contain;
}
.modal--delivery-method .delivery-method-body {
  padding-inline: 1.25rem;
}
.modal--delivery-method .delivery-method-body .radio-group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.modal--delivery-method .delivery-method-body .radio-group .radio-group_item {
  position: relative;
  text-align: left;
  width: 100%;
  background-color: #fff;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  border: 1px solid #d3d2d0;
  border-radius: 4px;
  display: flex;
  gap: 0.5rem;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item:has(input:disabled) {
  cursor: not-allowed !important;
  background-color: #eaeaea !important;
  color: #757575;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  input {
  -webkit-appearance: none;
  appearance: none;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  input:not(.--no-circle) {
  position: absolute;
  border: 2px solid #49454f;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  input:not(.--no-circle):before {
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  input:not(.--no-circle):checked:before {
  background: #142141;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  input:not(.--no-circle):disabled {
  background-color: #eaeaea;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  input.--no-circle {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  display: block;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  label {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  padding: 0;
  border: none;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  label
  .label-heading {
  font-weight: bold;
  font-size: 1rem;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  label
  .label-heading
  .out-of-delivery {
  font-weight: normal;
  color: #bf1a1a;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group
  .radio-group_item
  label
  .label-name {
  font-size: 1rem;
}
.modal--delivery-method .delivery-method-body .radio-group__item-buttons {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.modal--delivery-method
  .delivery-method-body
  .radio-group__item-buttons
  .button {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}
.modal--delivery-method .delivery-method-body .radio-group.--error input {
  background-color: #fff;
}
.modal--delivery-method .delivery-method-body .radio-group.--error label {
  border: 1px solid #bf1a1a;
  background-color: #f8ecec;
}
.modal--delivery-method .delivery-method-select {
  display: flex;
}
.modal--delivery-method .delivery-method-select__button {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal--delivery-method .delivery-method-select__button:nth-child(1) {
  border-right: 1px solid #d3d2d0;
}
.modal--delivery-method .delivery-method-select__text {
  font-weight: bold;
  font-size: 1.375rem;
  margin-top: 1rem;
  color: #142141;
}
.modal--delivery-method .delivery-address__wrapper {
  display: flex;
  align-items: center;
}
.modal--delivery-method .delivery-address__label {
  font-size: 0.875rem;
  background-color: #bec1ca;
  padding: 0.25rem 1rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.modal--delivery-method .delivery-address__heading {
  color: #575757;
  font-size: 0.875rem;
  margin-right: 1rem;
}
.modal--delivery-method .delivery-address__name {
  font-size: 1rem;
  font-weight: bold;
}
.modal--delivery-method .calendar-heading {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.modal--delivery-method .calendar-heading__year,
.modal--delivery-method .calendar-heading__month,
.modal--delivery-method .calendar-heading__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  margin-inline: 0.25rem;
}
.modal--delivery-method .calendar-heading__year {
  margin-inline: 0 0.25rem;
}
.modal--delivery-method .delivery-time {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 0.25rem;
}
.modal--delivery-method .delivery-time__button {
  border-radius: 2px;
  border: 1px solid #d3d2d0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal--delivery-method
  .delivery-time__button:has(input[type="radio"]:checked) {
  outline: 0.125rem solid #bf1a1a;
  background-color: #f8ecec;
}
.modal--delivery-method .delivery-time__button label {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 5.625rem;
  padding: 0.875rem 1rem;
  flex-grow: 1;
  text-align: center;
}
.modal--delivery-method .delivery-time__button input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.modal--delivery-method .delivery-time__button-text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}
.modal--delivery-method .delivery-time__button-possibility {
  color: #bf1a1a;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.modal--delivery-method .delivery-time__button-possibility::before {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_circle_outline_primary.svg) no-repeat top
    left/contain;
}
.modal--delivery-method
  .delivery-time
  .delivery-time__button.--limited
  .delivery-time__button-possibility::before {
  transform: translateY(0.1875rem);
  background-image: url(../images/icon_triangle_outline_primary.svg);
}
.modal--delivery-method .delivery-time .delivery-time__button.--impossible {
  background-color: #eaeaea;
}
.modal--delivery-method
  .delivery-time
  .delivery-time__button.--impossible
  .delivery-time__button-text {
  color: #757575;
}
.modal--delivery-method
  .delivery-time
  .delivery-time__button.--impossible
  .delivery-time__button-possibility {
  color: #757575;
}
.modal--delivery-method
  .delivery-time
  .delivery-time__button.--impossible
  .delivery-time__button-possibility::before {
  transform: translateY(0.0625rem);
  background-image: url(../images/icon_close.svg);
}
.modal--delivery-method .delivery-date-form .radio-group,
.modal--delivery-method .form-delivery-or-takeout .radio-group {
  flex-grow: 1;
  flex-wrap: nowrap;
}
.modal--delivery-method .delivery-date-form .radio-group_item,
.modal--delivery-method .form-delivery-or-takeout .radio-group_item {
  height: 100%;
  border: none !important;
  padding-left: 1rem !important;
  border-radius: none !important;
}
.modal--delivery-method .delivery-date-form .radio-group_item:nth-child(1),
.modal--delivery-method
  .form-delivery-or-takeout
  .radio-group_item:nth-child(1) {
  position: relative;
}
.modal--delivery-method
  .delivery-date-form
  .radio-group_item:nth-child(1)::after,
.modal--delivery-method
  .form-delivery-or-takeout
  .radio-group_item:nth-child(1)::after {
  content: "";
  top: 0;
  right: -0.5rem;
  z-index: 2;
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  background: #d3d2d0;
}
.modal--delivery-method
  .delivery-date-form
  .delivery-date-input:checked
  + .delivery-method-select__label,
.modal--delivery-method
  .form-delivery-or-takeout
  .delivery-date-input:checked
  + .delivery-method-select__label {
  border-color: #bf1a1a;
}
.modal--delivery-method .delivery-date-form .delivery-method-select__label,
.modal--delivery-method
  .form-delivery-or-takeout
  .delivery-method-select__label {
  padding: 1.5rem 1.25rem !important;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}
.modal--delivery-method
  .delivery-date-form
  .delivery-method-select__label:active:not(
    :is(:disabled, [aria-disabled="true"])
  ),
.modal--delivery-method
  .form-delivery-or-takeout
  .delivery-method-select__label:active:not(
    :is(:disabled, [aria-disabled="true"])
  ) {
  background-color: #e8e9ec !important;
}
.modal--delivery-method
  .delivery-date-form
  .delivery-method-select__label
  .label-heading,
.modal--delivery-method
  .form-delivery-or-takeout
  .delivery-method-select__label
  .label-heading {
  margin-top: 1rem;
  font-size: 1.375rem !important;
}
.address-change-heading {
  color: #142141;
  font-size: 1.25rem;
}
.address-change-heading::before {
  content: "◆";
  margin-right: 0.5rem;
  color: rgba(20, 33, 65, 0.5);
}

.calendar {
  width: 100%;
  max-width: 31.5rem;
  margin-inline: auto;
}
.calendar .calendar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar .calendar-nav .calendar-heading {
  margin-bottom: 0;
  margin-inline: 2.8125rem;
}
.calendar__table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.calendar__table th,
.calendar__table td {
  text-align: center;
  color: #000;
}
.calendar__table th.bg-gray,
.calendar__table td.bg-gray {
  background-color: #eaeaea;
}
.calendar__table th.circle-red,
.calendar__table td.circle-red {
  position: relative;
}
.calendar__table th.circle-red::after,
.calendar__table td.circle-red::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9e9e9;
  border: 1px solid #bf1a1a;
  padding: 0.6875rem 0.5625rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
}
.calendar__table th.circle-red > span,
.calendar__table td.circle-red > span {
  position: relative;
  z-index: 2;
  color: #bf1a1a;
}
.calendar__table thead th {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.6875rem;
}
.calendar__table tbody td {
  padding: 0.625rem;
  font-family: "Roboto", sans-serif;
}
.calendar__table tbody td span {
  display: block;
  width: 100%;
  height: 100%;
}
.calendar input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.calendar .calender-label {
  width: 100%;
  height: 100%;
  display: flex;
}
.calendar .calender-label:has(input[type="radio"]:checked) {
  position: relative;
  color: #bf1a1a;
}
.calendar .calender-label:has(input[type="radio"]:checked)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9e9e9;
  border: 1px solid #bf1a1a;
  padding: 0.6875rem 0.5625rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
}
.calendar .calender-label:has(input[type="radio"]:checked) span {
  position: relative;
  z-index: 2;
}

.modal-body-close {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.modal-body-close::before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_close.svg) no-repeat;
  content: "";
}
.modal-body-close__wrapper {
  margin-top: 1rem;
  text-align: center;
}

#modal-neta-change .modal__container {
  max-width: 73.25rem;
  width: 90%;
  max-height: 90vh;
}
.modal-neta-change .neta-change-heading {
  color: #142141;
}
.modal-neta-change .neta-change-heading::before {
  content: "◆";
  margin-right: 0.5rem;
  color: rgba(20, 33, 65, 0.5);
}
.modal-neta-change .neta-change-block {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 20.25rem 1fr;
}
.modal-neta-change .neta-change-block__item {
  position: relative;
  padding-inline: 1.5rem;
}
.modal-neta-change .neta-change-block__item:nth-child(1)::after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  background: #d3d2d0;
}
.modal-neta-change .neta-change-item__img {
  text-align: center;
}
.modal-neta-change .neta-change-item__img > img {
  display: inline;
  vertical-align: bottom;
  border-radius: 8px;
  height: auto;
  aspect-ratio: 276/207;
  object-fit: cover;
}
.modal-neta-change .neta-change-item__heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-block: 1rem 0.5rem;
}
.modal-neta-change .neta-change-price__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-neta-change
  .neta-change-price__item.--standard
  .neta-change-price__price {
  font-size: 1.25rem;
  font-weight: normal;
}
.modal-neta-change
  .neta-change-price__item.--standard
  .neta-change-price__price-unit {
  font-size: 1rem;
}
.modal-neta-change .neta-change-price__item.--subtotal {
  color: #bf1a1a;
}
.modal-neta-change .neta-change-price__title {
  font-size: 0.875rem;
}
.modal-neta-change .neta-change-price__price {
  font-size: 1.5rem;
  font-weight: bold;
}
.modal-neta-change .neta-change-price__price-num {
  font-family: "Roboto", sans-serif;
}
.modal-neta-change .neta-change-price__price-unit {
  margin-left: 0.25rem;
  font-size: 1.25rem;
}
.modal-neta-change .neta-change-price__count {
  margin-left: auto;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.modal-neta-change .neta-change-form .form-parts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.modal-neta-change .neta-change-form .form-parts + .form-parts {
  margin-top: 0.5rem;
}
.modal-neta-change .neta-change-form .form-select {
  display: flex;
  align-items: end;
  width: 54.4218%;
}
.modal-neta-change .neta-change-form .form-select select {
  width: 100%;
  appearance: none;
  /* デフォルトの矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0.5L5 5.5L10 0.5H0Z' fill='black' /></svg>");
  background-repeat: no-repeat;
  background-position: right 0.8125rem top 50%;
  background-size: 0.625rem;
  font-size: 1rem;
  padding: 0.625rem 2rem 0.625rem 0.5rem;
  min-width: 7.5rem;
  margin-right: 0.75rem;
  border: 1px solid #d3d2d0;
  border-radius: 2px;
  background-color: #fff;
}

#modal-family .modal__container {
  max-width: 50rem;
  width: 90%;
}

.modal-family {
  max-height: 33.4375rem;
  height: calc(100vh - 11.875rem);
  overflow-y: auto;
  padding-right: 0.3125rem;
}

#modal-store-info .modal__container {
  max-width: 50rem;
  width: 90%;
}

.modal-store-info .store-info-heading {
  font-size: 1.25rem;
  font-weight: bold;
}
.modal-store-info .store-info-heading::before {
  content: "◆";
  margin-right: 0.5rem;
  color: rgba(20, 33, 65, 0.5);
}
.modal-store-info .store-info-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.modal-store-info .store-name {
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #142141;
  gap: 0.5rem;
  margin-right: 1rem;
}
.modal-store-info .store-name::before {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background: url(../images/icon_store.svg) no-repeat;
  background-size: contain;
  content: "";
}
.modal-store-info .wait-info__inner {
  display: flex;
  align-items: center;
}
.modal-store-info .wait-info__inner::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_clock.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(1965%)
    hue-rotate(186deg) brightness(103%) contrast(96%);
}
.modal-store-info .wait-info__text {
  color: #142141;
}
.modal-store-info .wait-info__text:nth-child(1) {
  margin-right: 1.25rem;
  font-weight: bold;
}
.modal-store-info .wait-info__text:nth-child(2) {
  font-size: 0.875rem;
}
.modal-store-info .wait-info__time {
  margin-inline: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}

.modal-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.25rem;
}

.modal-loading__text {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.modal-loading__image {
  width: 4.25rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.modal-loading__spinner {
  width: 3rem;
  aspect-ratio: 1;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.sr-only {
  position: absolute !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem) !important;
  height: 0.0625rem !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  z-index: -2 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}

.sr-only:after,
.sr-only:before {
  display: none !important;
}

.delivery-label {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d0d3d9;
}

.tel__num {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-left: 0.5rem;
}

.tc-black {
  color: #000;
}

.tc-gray {
  color: #575757;
}

.tc-red {
  color: #bf1a1a;
}

.order-field {
  background-color: #fff;
  max-width: 62.5rem;
  margin-inline: auto;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.order-field__item {
  display: flex;
  gap: 1rem;
  margin-block: 0.5rem;
  padding: 0.75rem 0.625rem;
}
.order-field__item:nth-child(1) .order-field__text {
  display: inline-block;
  width: 100%;
}
.order-field__item:nth-child(2) {
  padding-right: 1rem;
}
.order-field__heading {
  display: flex;
  align-items: center;
  font-weight: bold;
  flex-shrink: 0;
}
.order-field__heading::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}
.order-field__heading--delivery::before {
  background-image: url(../images/icon_delivery.svg);
}
.order-field__heading--datetime::before {
  background-image: url(../images/icon_calendar.svg);
}
.order-field__text {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 3.6923076923vw, 0.875rem);
  color: #000;
}
.order-field__date {
  text-box: trim-both cap alphabetic;
}
.order-field__month,
.order-field__day {
  font-family: "Roboto", sans-serif;
}
.order-field__time {
  margin-left: 0.5rem;
}
.order-field__time-range {
  display: flex;
}
.order-field__button {
  position: relative;
  padding: 0.625rem 0.625rem 0.625rem 1rem;
}
.order-field__button::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 0.0625rem;
  height: 3rem;
  background: #d3d2d0;
}
.guest .order-field {
  display: none;
}

.box {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
}
.box--padding-narow {
  padding: 0.75rem 1rem;
}
.box .box--scroll-inner {
  max-height: 31.25rem;
  overflow-y: scroll;
}

.box-bg {
  background-color: #f5eddc;
  border-radius: 4px;
  padding: 1.5rem;
}
.box-bg--gray {
  background-color: #e8e9ec;
}
.box-bg--padding-narrow {
  padding: 0.75rem 1rem;
}

.box-scroll {
  height: 15rem;
  overflow-y: auto;
  background-color: #fff;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  border-radius: 4px;
}
.box-scroll hr {
  border: 1px solid #d3d2d0;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.alert-box {
  margin-block: 1.5rem;
  border: 1px solid #bf1a1a;
  border-left-width: 4px;
  border-radius: 4px;
  background-color: #f8ecec;
  padding: 1.5rem;
}
.alert-box__text {
  position: relative;
  color: #bf1a1a;
  font-weight: bold;
  padding-left: 2rem;
}
.alert-box__text::before {
  content: "";
  margin-top: 0.125rem;
  top: 0;
  left: 0;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_warning.svg) no-repeat;
  background-size: contain;
}
.alert-box--no-icon .alert-box__text {
  padding-left: 0;
}
.alert-box--no-icon .alert-box__text::before {
  display: none;
}

.cupon-box {
  background-color: #f5eddc;
  display: flex;
  align-items: center;
  padding: 1rem 0.75rem;
  margin-block: 0.75rem;
}
.cupon-box__heading {
  color: #575757;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  border-right: 1px solid #d3d2d0;
  padding-right: 0.5rem;
}
.cupon-box__body {
  color: #000;
}

.cart-confirm .form-parts + .form-parts {
  margin-top: 1.125rem;
}
.cart-confirm .form-row {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.cart-confirm .form-row {
  display: flex;
}
.cart-confirm .form-body {
  flex-grow: 1;
}
.cart-confirm .address {
  display: block;
  color: #000;
}
.cart-confirm .name {
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
.cart-confirm .available-points {
  display: flex;
  align-items: center;
  margin-left: 1.875rem;
  background-color: #f5eddc;
  padding: 0.25rem 1.5625rem;
}
.cart-confirm .available-points__heading {
  font-size: 0.875rem;
  margin-right: 0.9375rem;
}
.cart-confirm .available-points__point {
  font-size: 0.875rem;
  font-weight: 500;
}
.cart-confirm .available-points__point-num {
  font-size: 1rem;
  margin-right: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.cart-confirm-option .option-item-amount {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  margin-right: 0.4375rem;
}

.border-box {
  border: 1px solid #e8e9ec;
}
.border-box + .border-box {
  margin-top: 1.5rem;
}
.border-box .border-box-inner {
  padding: 1rem;
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}
.flex-wrapper button {
  word-break: keep-all;
  max-height: fit-content;
}
.flex-wrapper button span {
  word-break: keep-all;
}
.section__inner {
  max-width: 52.5rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
.section--privacy *,
.section--tokushouhou * {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.primary-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.tertiary-heading {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.cart-primary-heading {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.cart-primary-heading::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background: url(../images/icon_menu_book.svg) no-repeat;
  margin-right: 0.5rem;
}

.cart-option-heading {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.cart-option-heading::before {
  content: "◆";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  color: rgba(20, 33, 65, 0.5);
}

.store-heading {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-heading::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_store.svg) no-repeat top left/contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.diamond-heading {
  position: relative;
  font-size: 1.25rem;
  color: #142141;
  padding-left: 1.6875rem;
}
.diamond-heading::before {
  position: absolute;
  content: "";
  background-color: rgba(20, 33, 65, 0.5);
  width: 0.875rem;
  height: 0.875rem;
  left: 0.1875rem;
  top: 0.4375rem;
  transform: rotate(45deg);
}

.bg-heading {
  background-color: rgba(20, 33, 65, 0.1);
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  color: #000;
}

.bg-heading-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: rgba(20, 33, 65, 0.1);
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  gap: 0.5rem 0.625rem;
  color: #000;
}
.bg-heading-wrapper h4 {
  font-weight: 400;
  letter-spacing: 0.05em;
}

.bg-heading-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.625rem;
}
.bg-heading-tag li {
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.25rem 1rem;
  line-height: 1;
  word-break: keep-all;
  max-height: fit-content;
}
.bg-heading-tag li.bg-heading-tag--boder {
  background-color: #fff;
  border: 1px solid #142141;
  color: #142141;
}
.bg-heading-tag li.bg-heading-tag--red {
  background-color: #a50b0b;
}
.bg-heading-tag li.bg-heading-tag--navy {
  background-color: #142141;
}
.bg-heading-tag li.bg-heading-tag--gold {
  background-color: #d7c184;
  color: #000;
}
.bg-heading-tag li.bg-heading-tag--gray {
  background-color: #bec1ca;
  color: #142141;
}
.bg-heading-tag li.bg-heading-tag--darkgray {
  background-color: #777777;
}

.bg-gray-heading {
  background-color: #e8e9ec;
  padding: 0.25rem 0.5rem;
  font-weight: normal;
}

/*********************
* mixin
**********************/
/*********************
* 共通スタイル
**********************/
input,
select,
textarea {
  background-color: #fff;
}

.form-parts {
  display: flex;
  flex-direction: column;
}
.form-parts__label {
  color: #000;
}
.form-parts__input {
  border: 1px solid #999999;
  padding: 0.5rem;
  border-radius: 2px;
}
.form-parts__input.--error {
  border: 1px solid #bf1a1a;
  background-color: #f8ecec;
  color: #bf1a1a;
}
.form-parts__input:disabled {
  background-color: #eaeaea;
  color: rgba(0, 0, 0, 0.5);
}

.form-select {
  display: flex;
  align-items: end;
}
.form-select select {
  appearance: none; /* デフォルトの矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0.5L5 5.5L10 0.5H0Z' fill='black' /></svg>");
  background-repeat: no-repeat;
  background-position: right 0.8125rem top 50%;
  background-size: 0.625rem;
  font-size: 1rem;
  padding: 0.625rem 2rem 0.625rem 0.5rem;
  min-width: 7.5rem;
  margin-right: 0.75rem;
  border: 1px solid #999999;
  border-radius: 2px;
  background-color: #fff;
}
.form-select select:disabled {
  background-color: #eaeaea;
}
.form-select select#birth_year {
  min-width: 11.25rem;
}
.form-select select:focus {
  outline: 0.0625rem solid #000 !important;
}
.error-text {
  position: relative;
  color: #bf1a1a;
  font-size: 0.875rem;
  padding-left: 1.75rem;
  margin-top: 0.0625rem;
}
.error-text::before {
  content: "";
  top: -0.0625rem;
  left: 0;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_warning.svg) no-repeat;
  background-size: contain;
}

.assist-text {
  color: #575757;
  font-size: 0.875rem;
}
.assist-text::before {
  content: "※";
}

/*********************
* TOP 人数前選択
**********************/
.number-of-people {
  background-color: #fff;
  max-width: 47.75rem;
  margin-inline: auto;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  position: relative;
}
.number-of-people__heading {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.number-of-people__heading::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_person.svg) no-repeat top center/contain;
  margin-right: 0.25rem;
}
.number-of-people__buttons {
  display: flex;
  gap: 0.5rem;
}
.number-of-people__label {
  border: 1px solid #142141;
  border-radius: 32px;
  font-weight: 500;
  padding: 0.75rem;
  text-box: trim-both cap alphabetic;
  min-width: 5.5rem;
  text-align: center;
}
.number-of-people__label > input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.number-of-people__label:has(input:checked) {
  background-color: #142141;
  color: #fff;
}

/*********************
* ログインフォーム
**********************/
.login-form {
  max-width: 24.5rem;
  margin: 1.5rem auto;
}
.login-form .form-parts {
  position: relative;
}
.login-form .form-parts + .form-parts {
  margin-top: 0.75rem;
}
.login-form .form-parts .icon-eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.75rem;
  right: 0.5rem;
}

.other-login {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d3d2d0;
}
.other-login__heading {
  font-weight: normal;
  color: #575757;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.other-login__heading::before,
.other-login__heading::after {
  flex-grow: 1;
  content: "";
  height: 0.0625rem;
  background-color: #d3d2d0;
}
.other-login__heading .heading__inner {
  padding-inline: 0.25rem;
}

.signup {
  margin-top: 1.5rem;
}

/*********************
* 新規会員登録フォーム、お届け先住所追加モーダル内フォーム
**********************/
.registration-form .form-parts,
.delivery-address-add-form .form-parts {
  padding-bottom: 1.75rem;
}
.registration-form .form-parts + .form-parts,
.delivery-address-add-form .form-parts + .form-parts {
  border-top: 1px solid #999999;
  padding-top: 1.75rem;
}
.registration-form .form-h3,
.delivery-address-add-form .form-h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.1;
  vertical-align: baseline;
  font-weight: bold;
}
.registration-form .required,
.delivery-address-add-form .required {
  background-color: #bf1a1a;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 0.375rem 0.5rem;
  margin-left: 0.5rem;
}
.registration-form .optional,
.delivery-address-add-form .optional {
  background-color: #d3d2d0;
  color: #000;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 0.375rem 0.5rem;
  margin-left: 0.5rem;
}
.registration-form .form-row,
.delivery-address-add-form .form-row {
  display: flex;
  gap: 1rem;
}
.registration-form .form-row--select,
.delivery-address-add-form .form-row--select {
  gap: 0.75rem;
}
.registration-form .form-row .form-wrapper,
.delivery-address-add-form .form-row .form-wrapper {
  display: flex;
  flex-direction: column;
  width: calc((100% - 1rem) / 2);
}
.registration-form .form-parts__label,
.delivery-address-add-form .form-parts__label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.registration-form .form-parts__input,
.delivery-address-add-form .form-parts__input {
  font-size: 1rem;
  padding: 0.6875rem 0.5rem;
}
.registration-form .radio-group,
.delivery-address-add-form .radio-group {
  flex-wrap: nowrap;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.registration-form .radio-group .radio-group_item,
.delivery-address-add-form .radio-group .radio-group_item {
  position: relative;
}
.registration-form .radio-group .radio-group_item input,
.delivery-address-add-form .radio-group .radio-group_item input {
  position: absolute;
  -webkit-appearance: none;
  border: 2px solid #49454f;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.registration-form .radio-group .radio-group_item input:disabled,
.delivery-address-add-form .radio-group .radio-group_item input:disabled {
  background-color: #eaeaea;
}
.registration-form .radio-group .radio-group_item input:before,
.delivery-address-add-form .radio-group .radio-group_item input:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.registration-form .radio-group .radio-group_item input:checked,
.delivery-address-add-form .radio-group .radio-group_item input:checked {
  background-clip: content-box;
  padding: 0.125rem;
}
.registration-form .radio-group .radio-group_item input:checked::before,
.delivery-address-add-form
  .radio-group
  .radio-group_item
  input:checked::before {
  background: #142141;
}
.registration-form .radio-group .radio-group_item input:disabled,
.delivery-address-add-form .radio-group .radio-group_item input:disabled {
  background-color: #eaeaea;
}
.registration-form .radio-group .radio-group_item label,
.delivery-address-add-form .radio-group .radio-group_item label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 3.5rem;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  border: 1px solid #999999;
  border-radius: 2px;
}
.registration-form .radio-group .radio-group_item input:disabled + label,
.delivery-address-add-form
  .radio-group
  .radio-group_item
  input:disabled
  + label {
  background-color: #eaeaea;
  cursor: not-allowed;
}
.registration-form .radio-group.--error input,
.delivery-address-add-form .radio-group.--error input {
  background-color: #fff;
}
.registration-form .radio-group.--error label,
.delivery-address-add-form .radio-group.--error label {
  border: 1px solid #bf1a1a;
  background-color: #f8ecec;
}
.registration-form .radio-group--equal-width .radio-group_item,
.delivery-address-add-form .radio-group--equal-width .radio-group_item {
  width: 100%;
  max-width: 8.4375rem;
}
.registration-form .privacy-check,
.delivery-address-add-form .privacy-check {
  width: fit-content;
  margin: 0 auto;
}
.registration-form .privacy-check__inner,
.delivery-address-add-form .privacy-check__inner {
  position: relative;
}
.registration-form .privacy-check input,
.delivery-address-add-form .privacy-check input {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #49454f;
  border-radius: 2px;
  width: 1.125rem;
  height: 1.125rem;
  left: 1.1875rem;
  top: 50%;
  transform: translateY(-50%);
}
.registration-form .privacy-check input:before,
.delivery-address-add-form .privacy-check input:before {
  content: "";
  display: none;
  position: absolute;
  width: 0.625rem;
  height: 0.3125rem;
  top: calc(50% - 0.0625rem);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.registration-form .privacy-check input:checked,
.delivery-address-add-form .privacy-check input:checked {
  background: #142141;
  border: 2px solid #142141;
}
.registration-form .privacy-check input:checked:before,
.delivery-address-add-form .privacy-check input:checked:before {
  display: block;
}
.registration-form .privacy-check input.agree--error,
.delivery-address-add-form .privacy-check input.agree--error {
  border-color: #bf1a1a;
}
.registration-form .privacy-check label,
.delivery-address-add-form .privacy-check label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 3.5rem;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  border: 1px solid #999999;
  border-radius: 2px;
  -webkit-user-select: none;
  user-select: none;
}
.registration-form .form-address-box,
.delivery-address-add-form .form-address-box {
  display: flex;
  margin-top: 0.5rem;
}
.registration-form .form-address-box input,
.delivery-address-add-form .form-address-box input {
  width: 100%;
  margin-right: 0.5rem;
}
.registration-form .form-check,
.delivery-address-add-form .form-check {
  position: relative;
  width: fit-content;
}
.registration-form .form-check input,
.delivery-address-add-form .form-check input {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #49454f;
  border-radius: 2px;
  width: 1.125rem;
  height: 1.125rem;
  left: 1.1875rem;
  top: 50%;
  transform: translateY(-50%);
}
.registration-form .form-check input:before,
.delivery-address-add-form .form-check input:before {
  content: "";
  display: none;
  position: absolute;
  width: 0.625rem;
  height: 0.3125rem;
  top: calc(50% - 0.0625rem);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.registration-form .form-check input:checked,
.delivery-address-add-form .form-check input:checked {
  background: #142141;
  border: 2px solid #142141;
}
.registration-form .form-check input:checked:before,
.delivery-address-add-form .form-check input:checked:before {
  display: block;
}
.registration-form .form-check input:disabled,
.delivery-address-add-form .form-check input:disabled {
  background-color: #eaeaea;
  border: 2px solid #9c9b9d;
}
.registration-form .form-check input:disabled + label,
.delivery-address-add-form .form-check input:disabled + label {
  background-color: #eaeaea !important;
  cursor: not-allowed;
}
.registration-form .form-check label,
.delivery-address-add-form .form-check label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 3.5rem;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  border: 1px solid #999999;
  border-radius: 2px;
  -webkit-user-select: none;
  user-select: none;
}
.registration-form .form-password,
.delivery-address-add-form .form-password {
  position: relative;
  max-width: calc((100% - 1rem) / 2);
  width: 100%;
}
.registration-form .form-password input,
.delivery-address-add-form .form-password input {
  position: relative;
  width: 100%;
  z-index: 1;
}
.registration-form .form-password button,
.delivery-address-add-form .form-password button {
  position: absolute;
  z-index: 2;
  right: 0.5625rem;
  top: 50%;
  transform: translateY(-50%);
}

/*********************
* 注文手続き
**********************/
.cart-form .form-parts + .form-parts {
  margin-top: 1.125rem;
}
.cart-form .form-row {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.cart-form .form-h3 {
  line-height: 1.1;
  vertical-align: baseline;
  font-weight: bold;
  font-size: 1.125rem;
}
.cart-form .form-body {
  flex-grow: 1;
}
.cart-form .form-body .form-select select {
  min-width: 7.5rem !important;
}
.cart-form .form-body input[type="text"],
.cart-form .form-body textarea {
  width: 60%;
  padding: 0.75rem 0.5rem;
  border-radius: 2px;
  border: 1px solid #999999;
}
.cart-form .form-body .address {
  display: block;
  color: #000;
}
.cart-form .form-body .name {
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
.cart-form .required {
  background-color: #bf1a1a;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 0.375rem 0.5rem;
  margin-left: 0.5rem;
}
.cart-form .radio-group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.cart-form .radio-group .radio-group_item {
  position: relative;
}
.cart-form .radio-group .radio-group_item input {
  position: absolute;
  -webkit-appearance: none;
  border: 2px solid #49454f;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.cart-form .radio-group .radio-group_item input:disabled {
  background-color: #eaeaea;
}
.cart-form .radio-group .radio-group_item input:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.cart-form .radio-group .radio-group_item input:checked {
  background-clip: content-box;
  padding: 0.125rem;
}
.cart-form .radio-group .radio-group_item input:checked::before {
  background: #142141;
}
.cart-form .radio-group .radio-group_item input:disabled {
  background-color: #eaeaea;
}
.cart-form .radio-group .radio-group_item label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 3.5rem;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  border: 1px solid #999999;
  border-radius: 2px;
}
.cart-form .radio-group .radio-group_item input:disabled + label {
  background-color: #eaeaea;
  cursor: not-allowed;
}
.cart-form .radio-group.--error input {
  background-color: #fff;
}
.cart-form .radio-group.--error label {
  border: 1px solid #bf1a1a;
  background-color: #f8ecec;
}
.cart-form .radio-group--equal-width .radio-group_item {
  width: 100%;
  max-width: 8.4375rem;
}
.cart-form .radio-group .radio-group_item label {
  justify-content: flex-start;
}

.payment-form .form-row {
  display: flex;
  gap: 1.75rem;
  align-items: center;
}
.payment-form .form-head {
  min-width: 10rem;
  flex-shrink: 0;
}
.payment-form .form-row {
  align-items: flex-start;
}
.payment-form .required {
  background-color: #bf1a1a;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 0.375rem 0.5rem;
  margin-left: 0.5rem;
}
.payment-form .radio-group {
  row-gap: 0.375rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.payment-form .radio-group .radio-group_item {
  position: relative;
}
.payment-form .radio-group .radio-group_item input {
  position: absolute;
  -webkit-appearance: none;
  border: 2px solid #49454f;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.payment-form .radio-group .radio-group_item input:disabled {
  background-color: #eaeaea;
}
.payment-form .radio-group .radio-group_item input:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.payment-form .radio-group .radio-group_item input:checked {
  background-clip: content-box;
  padding: 0.125rem;
}
.payment-form .radio-group .radio-group_item input:checked::before {
  background: #142141;
}
.payment-form .radio-group .radio-group_item input:disabled {
  background-color: #eaeaea;
}
.payment-form .radio-group .radio-group_item label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 3.5rem;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  border: 1px solid #999999;
  border-radius: 2px;
}
.payment-form .radio-group .radio-group_item input:disabled + label {
  background-color: #eaeaea;
  cursor: not-allowed;
}
.payment-form .radio-group.--error input {
  background-color: #fff;
}
.payment-form .radio-group.--error label {
  border: 1px solid #bf1a1a;
  background-color: #f8ecec;
}
.payment-form .radio-group--equal-width .radio-group_item {
  width: 100%;
  max-width: 8.4375rem;
}
.payment-form input.point-use {
  width: 7.5rem;
  padding: 0.75rem 0.5rem;
  border: 1px solid #999999;
  margin-right: 0.5rem;
}
.payment-form input.point-use__unit {
  color: #000;
  font-size: 1.125rem;
}
.payment-form .available-points {
  display: flex;
  align-items: center;
  margin-left: 1.875rem;
  background-color: #f5eddc;
  padding: 0.25rem 1.5625rem;
}
.payment-form .available-points__heading {
  font-size: 0.875rem;
  margin-right: 0.9375rem;
}
.payment-form .available-points__point {
  font-size: 0.75rem;
  font-weight: bold;
}
.payment-form .available-points__point-num {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 0.25rem;
}

/*********************
* ステップ表示
**********************/
.form-steps {
  position: relative;
  display: flex;
  max-width: 36.25rem;
  margin: 0 auto;
  justify-content: space-between;
}
.form-steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  z-index: 2;
  min-width: 6rem;
}
.form-steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 1.1875rem;
  left: 50%;
  right: -50%;
  height: 0.125rem;
  background-color: #d9d9d9;
  z-index: -1;
}
.form-steps li .form-steps_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #d9d9d9;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.75rem;
  font-family: "Roboto", sans-serif;
}
.form-steps li .form-steps_txt {
  color: #575757;
}
.form-steps li.form-steps_current .form-steps_num {
  background-color: #142141;
}
.form-steps li.form-steps_current .form-steps_txt {
  font-weight: bold;
  color: #000;
}
.form-steps li.form-steps_done::before {
  background-color: #142141;
}
.form-steps li.form-steps_done .form-steps_num {
  border: 2px solid #142141;
  background-color: #fff;
  color: #142141;
  position: relative;
}
.form-steps li.form-steps_done .form-steps_txt {
  color: #000;
}

.form-border {
  border-bottom: 1px solid #d3d2d0;
}

/*********************
* カート　確認画面　代引きコード
**********************/
.cash-code-inputs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.cash-code-inputs input {
  width: 3rem;
  height: 4rem;
  border: 1px solid #999999;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 2px;
  -moz-appearance: textfield;
}
.cash-code-inputs input::-webkit-outer-spin-button,
.cash-code-inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cash-code-inputs input.--error {
  font-weight: bold;
  color: #bf1a1a;
  background-color: #f8ecec;
  border-color: #bf1a1a;
}

/*********************
* ご家族情報登録
**********************/
.form-family .form-parts {
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.25rem;
  gap: 0.625rem 0;
}
.form-family .form-parts-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.form-family .form-h4 {
  min-width: 5.625rem;
  margin-right: 0.75rem;
}
.form-family .form-wrapper .form-parts__label {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.form-family .form-wrapper .form-parts__input {
  font-size: 1rem;
  padding: 0.6875rem 0.5rem;
  max-width: 11rem;
}
.form-family .form-select select {
  display: block;
  margin-right: 0.75rem;
}
.form-family .form-select .birth_year {
  width: 10rem;
  max-width: 10rem !important;
  min-width: 10rem !important;
}
.form-family .radio-group {
  flex-wrap: wrap;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.form-family .radio-group .radio-group_item {
  position: relative;
}
.form-family .radio-group .radio-group_item input {
  position: absolute;
  -webkit-appearance: none;
  border: 2px solid #49454f;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-family .radio-group .radio-group_item input:disabled {
  background-color: #eaeaea;
}
.form-family .radio-group .radio-group_item input:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.form-family .radio-group .radio-group_item input:checked {
  background-clip: content-box;
  padding: 0.125rem;
}
.form-family .radio-group .radio-group_item input:checked::before {
  background: #142141;
}
.form-family .radio-group .radio-group_item input:disabled {
  background-color: #eaeaea;
}
.form-family .radio-group .radio-group_item label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 3.5rem;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  border: 1px solid #999999;
  border-radius: 2px;
}
.form-family .radio-group .radio-group_item input:disabled + label {
  background-color: #eaeaea;
  cursor: not-allowed;
}
.form-family .radio-group.--error input {
  background-color: #fff;
}
.form-family .radio-group.--error label {
  border: 1px solid #bf1a1a;
  background-color: #f8ecec;
}
.form-family .radio-group--equal-width .radio-group_item {
  width: 100%;
  max-width: 8.4375rem;
}
.form-family .radio-group .radio-group_item label {
  word-break: keep-all;
}
.form-family__btns {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: calc(100% - 3.875rem);
}

/*********************
* お届け先選択(マイページも)
**********************/
.delivery-address-form .radio-group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.delivery-address-form .radio-group .radio-group_item {
  position: relative;
  text-align: left;
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  border: 1px solid #eaeaea;
  border-radius: 2px;
}
.delivery-address-form .radio-group .radio-group_item:has(input:disabled) {
  background-color: #eaeaea !important;
}
.delivery-address-form .radio-group .radio-group_item input {
  -webkit-appearance: none;
  appearance: none;
}
.delivery-address-form .radio-group .radio-group_item input:not(.--no-circle) {
  position: absolute;
  border: 2px solid #49454f;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.delivery-address-form
  .radio-group
  .radio-group_item
  input:not(.--no-circle):before {
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.delivery-address-form
  .radio-group
  .radio-group_item
  input:not(.--no-circle):checked:before {
  background: #142141;
}
.delivery-address-form
  .radio-group
  .radio-group_item
  input:not(.--no-circle):disabled {
  background-color: #eaeaea;
}
.delivery-address-form
  .radio-group
  .radio-group_item
  input:not(.--no-circle):disabled
  + label {
  cursor: not-allowed !important;
  background-color: #eaeaea !important;
  color: #757575;
}
.delivery-address-form .radio-group .radio-group_item input.--no-circle {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  display: block;
}
.delivery-address-form .radio-group .radio-group_item label {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.delivery-address-form .radio-group .radio-group_item label .label-heading {
  font-weight: bold;
  font-size: 1rem;
}
.delivery-address-form
  .radio-group
  .radio-group_item
  label
  .label-heading
  .out-of-delivery {
  font-weight: normal;
  color: #bf1a1a;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.delivery-address-form .radio-group .radio-group_item label .label-name {
  font-size: 1rem;
}
.delivery-address-form .radio-group__item-buttons {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.delivery-address-form .radio-group__item-buttons .button {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}
.delivery-address-form .radio-group.--error input {
  background-color: #fff;
}
.delivery-address-form .radio-group.--error label {
  border: 1px solid #bf1a1a;
  background-color: #f8ecec;
}
.delivery-address-form:not(.mypage-link + .delivery-address-form)
  .delivery-address-radios {
  overflow-y: auto;
  max-height: 30svh;
  padding-right: 0.875rem;
  margin-right: -0.875rem;
}

.text-link:hover {
  text-decoration: none;
}
.text-link[target="_blank"]::after {
  content: "";
  background: url(../images/icon_new_window.svg) no-repeat top left/contain;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
  top: 0.375rem;
  margin-left: 0.5rem;
}

.text-link-back {
  padding-left: 1.75rem;
  text-decoration: none;
  position: relative;
  color: #000;
  padding-right: 1.5rem;
}
.text-link-back:hover {
  text-decoration: underline;
}
.text-link-back::before,
.text-link-back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  width: 0.75rem;
  height: 0.125rem;
  border-radius: 9999px;
  background-color: #142141;
  transform-origin: 0.0625rem 50%;
}
.text-link-back::before {
  transform: rotate(-45deg);
}
.text-link-back::after {
  transform: rotate(45deg);
}

.tel-link {
  text-decoration: none;
}

.app-menu {
  --app-menu-height: 3.75rem;
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 3.4375rem;
  background-color: #fff;
  border-top: 1px solid #d3d2d0;
  padding: 0.5rem 1.25rem 0.75rem;
}
.app-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.app-menu__link::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.app-menu__link--home::before {
  background-image: url(../images/icon_appmenu_home.svg);
}
.app-menu__link--mypage::before {
  background-image: url(../images/icon_appmenu_mypage.svg);
}
.app-menu__link--history::before {
  background-image: url(../images/icon_appmenu_history.svg);
}
.app-menu__link--news::before {
  background-image: url(../images/icon_appmenu_news.svg);
}
.app-menu__link.--disabled {
  pointer-events: none;
  color: #b9bdc6;
}
.app-menu__link.--disabled::before {
  filter: brightness(0) saturate(100%) invert(79%) sepia(8%) saturate(238%)
    hue-rotate(183deg) brightness(95%) contrast(89%);
}
.app-menu__text {
  font-size: 0.625rem;
}

.mypage-link {
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mypage-link li {
  display: flex;
  width: 20%;
  border-left: 1px solid #8f7838;
  color: #000;
}
.mypage-link li:last-child {
  border-right: 1px solid #8f7838;
}

.mypage-link--button {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 6.6875rem;
  text-decoration: none;
}
.mypage-link--button:hover {
  background-color: #f5eddc;
}

.mypage-link--button--img {
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}

.mypage-link--button--txt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.mypage-link--button--txt span {
  display: inline-block;
}
.mypage-link--button--current {
  background-color: #f5eddc;
  pointer-events: none;
}

.mypage-user-information {
  display: flex;
  justify-content: space-between;
}

.mypage-tag-list {
  display: flex;
}
.mypage-tag-list li {
  background-color: #545454;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}
.mypage-tag-list li + li {
  margin-left: 0.5rem;
}
.mypage-tag-list li.mypage-tag-list--c-navy {
  background-color: #142141;
}
.mypage-tag-list li.mypage-tag-list--c-olive {
  background-color: #8f7838;
}

.mypage-2col {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.mypage-2col .mypage-2col-item {
  width: calc((100% - 1.5rem) / 2);
}

.mypage-dl--item {
  display: flex;
}
.mypage-dl--item + .mypage-dl--item {
  margin-top: 1rem;
}
.mypage-dl--item dt {
  font-weight: bold;
  min-width: 5.625rem;
  margin-right: 0.5rem;
  letter-spacing: 0.05em;
  color: #000;
}
.mypage-dl--item dd {
  letter-spacing: 0.05em;
  color: #000;
}

.mypage-dl--tel {
  display: inline-block;
  position: relative;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
  border-left: 1px solid #d9d9d9;
  font-size: 0.875rem;
}
.mypage-dl--tel::before {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 0.625rem;
}

.mypage-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
.mypage-point span {
  word-break: keep-all;
}
.mypage-point .mypage-point--icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
}
.mypage-point .mypage-point--icon img {
  width: 100%;
}
.mypage-point .mypage-point--num {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-right: 0.25rem;
  letter-spacing: 0.05em;
  word-break: break-all;
}
.mypage-point .mypage-point--txt {
  display: flex;
  align-items: end;
  min-height: 2rem;
  letter-spacing: 0.05em;
}

.mypahge-point-history li {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d3d2d0;
  margin-bottom: 0.75rem;
}
.mypahge-point-history li:last-child {
  margin-bottom: 0;
}
.mypahge-point-history li dl {
  display: flex;
  align-items: center;
}
.mypahge-point-history li dl dt {
  margin-right: 0.5rem;
  color: #575757;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  min-width: 7.5rem;
}
.mypahge-point-history li dl dd {
  color: #000;
  letter-spacing: 0.05em;
}

.mypage-news--link {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #d3d2d0;
  margin-bottom: 0.875rem;
  text-decoration: none;
}
.mypage-news--link:hover {
  text-decoration: underline;
}

.mypage-news--date {
  color: #575757;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.mypage-news--text {
  position: relative;
  color: #000;
  padding-right: 1.5rem;
}
.mypage-news--text::before,
.mypage-news--text::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  right: 0.1rem;
  width: 0.875rem;
  height: 0.15625rem;
  border-radius: 9999px;
  background-color: #142141;
  transform-origin: calc(100% - 0.0625rem) 50%;
}
.mypage-news--text::before {
  transform: rotate(45deg);
}
.mypage-news--text::after {
  transform: rotate(-45deg);
}

.table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.cart-table .table th,
.cart-table .table td {
  padding: 1.125rem 0 1.125rem 0.5rem;
  border-bottom: 1px solid #d3d2d0;
}
.cart-table .table thead th {
  padding-block: 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
}
.cart-table .table thead th.cart-table__name {
  text-align: left;
}
.cart-table .table tbody td {
  vertical-align: top;
}
.cart-table .table tbody td:first-child {
  padding-left: 0.75rem;
}
.cart-table .table tbody td:last-child {
  padding-right: 0.75rem;
}
.cart-table .table .item-heading {
  font-weight: bold;
  color: #000;
}
.cart-table .table .item-option {
  margin-top: 0;
  font-size: 0.875rem;
  color: #575757;
}
.cart-table .table .item-unit-price {
  color: #000;
}
.cart-table .table .item-unit-price__num {
  font-size: 1.125rem;
  margin-right: 0.25rem;
  font-family: "Roboto", sans-serif;
}
.cart-table .table .item-amount {
  color: #000;
}
.cart-table .table .item-amount__num {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}
.cart-table .table .item-price {
  color: #000;
}
.cart-table .table .item-price__num {
  font-weight: bold;
  font-size: 1.125rem;
  margin-right: 0.25rem;
  font-family: "Roboto", sans-serif;
}
.cart-table .table .item-buttons {
  display: flex;
  gap: 0.25rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cart-table .table .cart-table__sp-row {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
}
.cart-table .table .cart-table__sp-row > * {
  margin-top: 0;
}
.cart-table .table .cart-table__sp-row .cart-table__amount {
  margin-left: 1rem;
}
.cart-table .table .cart-table__sp-row .cart-table__price {
  margin-left: auto;
}
.cart-table--confirm .table thead th {
  font-size: 0.875rem;
  padding-inline: 0.75rem;
  color: #142141;
  text-align: center;
}
.cart-table--confirm .table thead th.cart-table__name {
  text-align: left;
}
.cart-table--confirm .table tbody th,
.cart-table--confirm .table tbody td {
  padding-inline: 0.75rem !important;
}
.cart-table--confirm .table tbody td:first-child {
  grid-column: span 3;
}
.cart-table--confirm .table tbody td:last-child {
  text-align: right;
}
.cart-table--confirm .table .item-heading .item-num {
  margin-right: 0.25em;
}
.cart-table--confirm .table .item-heading .item-count {
  margin-left: 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
}
.cart-table--confirm .table .item-unit-price__num {
  font-family: "Roboto", sans-serif;
}
.cart-table--confirm .table .item-price__num {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.total-price__num {
  font-family: "Roboto", sans-serif;
}

.hr-gray {
  border-color: #d3d2d0;
}

.simplebar {
  scrollbar-width: none !important; /* Firefox */
}
.simplebar::-webkit-scrollbar {
  overflow: hidden !important; /* ネイティブスクロールを隠す */
}

.simplebar-track {
  background-color: #eaeaea;
  border-radius: 99px;
}

.benefit-list {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  row-gap: 0.75rem;
  letter-spacing: 0.05em;
}

.benefit-list__term {
  grid-column: 1;
}

.benefit-list__value {
  grid-column: 2;
  text-align: right;
  white-space: nowrap;
}

.benefit-list__num {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.benefit-list__unit {
  margin-left: 0.25rem;
}

.login-tabs__content {
  display: grid;
}
.login-tabs__panel {
  background-color: #fff;
  padding-block: 1.5rem;
}
.login-tabs__panel[hidden="until-found"] {
  visibility: hidden;
}
.login-tabs__panel input {
  width: 100%;
}

.rounded-0 {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 8px !important;
}
.rounded-md {
  border-radius: 16px !important;
}
.rounded-lg {
  border-radius: 32px !important;
}
.rounded-full {
  border-radius: 100vmax !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-xs {
  gap: 0.25rem !important;
}
.gap-sm {
  gap: 0.5rem !important;
}
.gap-md {
  gap: 1rem !important;
}
.gap-lg {
  gap: 1.5rem !important;
}
.gap-xl {
  gap: 2rem !important;
}
.gap-xxl {
  gap: 2.5rem !important;
}
.gap-xxxl {
  gap: 3rem !important;
}
.gap-4xl {
  gap: 4rem !important;
}
.gap-5xl {
  gap: 5rem !important;
}
.gap-6xl {
  gap: 6rem !important;
}
.gap-7xl {
  gap: 7rem !important;
}
.gap-8xl {
  gap: 8rem !important;
}
.gap-9xl {
  gap: 9rem !important;
}
.gap-10xl {
  gap: 10rem !important;
}
.gap-x-0 {
  column-gap: 0;
}
.gap-x-xs {
  column-gap: 0.25rem;
}
.gap-x-sm {
  column-gap: 0.5rem;
}
.gap-x-md {
  column-gap: 1rem;
}
.gap-x-lg {
  column-gap: 1.5rem;
}
.gap-x-xl {
  column-gap: 2rem;
}
.gap-x-xxl {
  column-gap: 2.5rem;
}
.gap-x-xxxl {
  column-gap: 3rem;
}
.gap-x-4xl {
  column-gap: 4rem;
}
.gap-x-5xl {
  column-gap: 5rem;
}
.gap-x-6xl {
  column-gap: 6rem;
}
.gap-x-7xl {
  column-gap: 7rem;
}
.gap-x-8xl {
  column-gap: 8rem;
}
.gap-x-9xl {
  column-gap: 9rem;
}
.gap-x-10xl {
  column-gap: 10rem;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-xs {
  row-gap: 0.25rem;
}
.gap-y-sm {
  row-gap: 0.5rem;
}
.gap-y-md {
  row-gap: 1rem;
}
.gap-y-lg {
  row-gap: 1.5rem;
}
.gap-y-xl {
  row-gap: 2rem;
}
.gap-y-xxl {
  row-gap: 2.5rem;
}
.gap-y-xxxl {
  row-gap: 3rem;
}
.gap-y-4xl {
  row-gap: 4rem;
}
.gap-y-5xl {
  row-gap: 5rem;
}
.gap-y-6xl {
  row-gap: 6rem;
}
.gap-y-7xl {
  row-gap: 7rem;
}
.gap-y-8xl {
  row-gap: 8rem;
}
.gap-y-9xl {
  row-gap: 9rem;
}
.gap-y-10xl {
  row-gap: 10rem;
}
.fz-xs {
  font-size: 0.75rem !important;
}
.fz-sm {
  font-size: 0.875rem !important;
}
.fz-base {
  font-size: 1rem !important;
}
.fz-lg {
  font-size: 1.125rem !important;
}
.fz-xl {
  font-size: 1.25rem !important;
}
.fz-xxl {
  font-size: 1.5rem !important;
}
.fz-xxxl {
  font-size: 1.625rem !important;
}
.fz-xxxxl {
  font-size: 1.75rem !important;
}
.fz-xxxxxl {
  font-size: 1.875rem !important;
}
.fw-normal {
  font-weight: normal !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: bold !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.3 !important;
}
.lh-md {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 1.7 !important;
}
.lh-base {
  line-height: 2 !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.color-white {
  color: #fff !important;
}

.color-gray {
  color: #888888 !important;
}

.color-darkgray {
  color: #575757 !important;
}

.color-black {
  color: #000 !important;
}

.color-primary {
  color: #bf1a1a !important;
}

.color-navy {
  color: #142141 !important;
}

.lang-en {
  font-family: var(--font-family-en);
}

.uppercase {
  text-transform: uppercase;
}

.trim {
  text-box: trim-both cap alphabetic;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
}

.ls-md {
  letter-spacing: 0.05em;
}

.grid {
  display: grid !important;
}
.grid--ai-center {
  align-items: center;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gap-0 {
  gap: 0 !important;
}
.gap-xs {
  gap: 0.25rem !important;
}
.gap-sm {
  gap: 0.5rem !important;
}
.gap-md {
  gap: 1rem !important;
}
.gap-lg {
  gap: 1.5rem !important;
}
.gap-xl {
  gap: 2rem !important;
}
.gap-xxl {
  gap: 2.5rem !important;
}
.gap-xxxl {
  gap: 3rem !important;
}
.gap-4xl {
  gap: 4rem !important;
}
.gap-5xl {
  gap: 5rem !important;
}
.gap-6xl {
  gap: 6rem !important;
}
.gap-7xl {
  gap: 7rem !important;
}
.gap-8xl {
  gap: 8rem !important;
}
.gap-9xl {
  gap: 9rem !important;
}
.gap-10xl {
  gap: 10rem !important;
}
.gap-x-0 {
  column-gap: 0;
}
.gap-x-xs {
  column-gap: 0.25rem;
}
.gap-x-sm {
  column-gap: 0.5rem;
}
.gap-x-md {
  column-gap: 1rem;
}
.gap-x-lg {
  column-gap: 1.5rem;
}
.gap-x-xl {
  column-gap: 2rem;
}
.gap-x-xxl {
  column-gap: 2.5rem;
}
.gap-x-xxxl {
  column-gap: 3rem;
}
.gap-x-4xl {
  column-gap: 4rem;
}
.gap-x-5xl {
  column-gap: 5rem;
}
.gap-x-6xl {
  column-gap: 6rem;
}
.gap-x-7xl {
  column-gap: 7rem;
}
.gap-x-8xl {
  column-gap: 8rem;
}
.gap-x-9xl {
  column-gap: 9rem;
}
.gap-x-10xl {
  column-gap: 10rem;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-xs {
  row-gap: 0.25rem;
}
.gap-y-sm {
  row-gap: 0.5rem;
}
.gap-y-md {
  row-gap: 1rem;
}
.gap-y-lg {
  row-gap: 1.5rem;
}
.gap-y-xl {
  row-gap: 2rem;
}
.gap-y-xxl {
  row-gap: 2.5rem;
}
.gap-y-xxxl {
  row-gap: 3rem;
}
.gap-y-4xl {
  row-gap: 4rem;
}
.gap-y-5xl {
  row-gap: 5rem;
}
.gap-y-6xl {
  row-gap: 6rem;
}
.gap-y-7xl {
  row-gap: 7rem;
}
.gap-y-8xl {
  row-gap: 8rem;
}
.gap-y-9xl {
  row-gap: 9rem;
}
.gap-y-10xl {
  row-gap: 10rem;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}
.mb-xs {
  margin-bottom: 0.25rem !important;
}

.mt-xs {
  margin-top: 0.25rem !important;
}

.ml-xs {
  margin-left: 0.25rem !important;
}

.mr-xs {
  margin-right: 0.25rem !important;
}
.mb-sm {
  margin-bottom: 0.5rem !important;
}

.mt-sm {
  margin-top: 0.5rem !important;
}

.ml-sm {
  margin-left: 0.5rem !important;
}

.mr-sm {
  margin-right: 0.5rem !important;
}
.mb-xsm {
  margin-bottom: 0.75rem !important;
}

.mt-xsm {
  margin-top: 0.75rem !important;
}

.ml-xsm {
  margin-left: 0.75rem !important;
}

.mr-xsm {
  margin-right: 0.75rem !important;
}
.mb-md {
  margin-bottom: 1rem !important;
}

.mt-md {
  margin-top: 1rem !important;
}

.ml-md {
  margin-left: 1rem !important;
}

.mr-md {
  margin-right: 1rem !important;
}
.mb-slg {
  margin-bottom: 1.25rem !important;
}

.mt-slg {
  margin-top: 1.25rem !important;
}

.ml-slg {
  margin-left: 1.25rem !important;
}

.mr-slg {
  margin-right: 1.25rem !important;
}
.mb-lg {
  margin-bottom: 1.5rem !important;
}

.mt-lg {
  margin-top: 1.5rem !important;
}

.ml-lg {
  margin-left: 1.5rem !important;
}

.mr-lg {
  margin-right: 1.5rem !important;
}
.mb-xl {
  margin-bottom: 2rem !important;
}

.mt-xl {
  margin-top: 2rem !important;
}

.ml-xl {
  margin-left: 2rem !important;
}

.mr-xl {
  margin-right: 2rem !important;
}
.mb-xxl {
  margin-bottom: 2.5rem !important;
}

.mt-xxl {
  margin-top: 2.5rem !important;
}

.ml-xxl {
  margin-left: 2.5rem !important;
}

.mr-xxl {
  margin-right: 2.5rem !important;
}
.mb-xxxl {
  margin-bottom: 3rem !important;
}

.mt-xxxl {
  margin-top: 3rem !important;
}

.ml-xxxl {
  margin-left: 3rem !important;
}

.mr-xxxl {
  margin-right: 3rem !important;
}
.mb-4xl {
  margin-bottom: 4rem !important;
}

.mt-4xl {
  margin-top: 4rem !important;
}

.ml-4xl {
  margin-left: 4rem !important;
}

.mr-4xl {
  margin-right: 4rem !important;
}
.mb-5xl {
  margin-bottom: 5rem !important;
}

.mt-5xl {
  margin-top: 5rem !important;
}

.ml-5xl {
  margin-left: 5rem !important;
}

.mr-5xl {
  margin-right: 5rem !important;
}
.mb-6xl {
  margin-bottom: 6rem !important;
}

.mt-6xl {
  margin-top: 6rem !important;
}

.ml-6xl {
  margin-left: 6rem !important;
}

.mr-6xl {
  margin-right: 6rem !important;
}
.mb-7xl {
  margin-bottom: 7rem !important;
}

.mt-7xl {
  margin-top: 7rem !important;
}

.ml-7xl {
  margin-left: 7rem !important;
}

.mr-7xl {
  margin-right: 7rem !important;
}
.mb-8xl {
  margin-bottom: 8rem !important;
}

.mt-8xl {
  margin-top: 8rem !important;
}

.ml-8xl {
  margin-left: 8rem !important;
}

.mr-8xl {
  margin-right: 8rem !important;
}
.mb-9xl {
  margin-bottom: 9rem !important;
}

.mt-9xl {
  margin-top: 9rem !important;
}

.ml-9xl {
  margin-left: 9rem !important;
}

.mr-9xl {
  margin-right: 9rem !important;
}
.mb-10xl {
  margin-bottom: 10rem !important;
}

.mt-10xl {
  margin-top: 10rem !important;
}

.ml-10xl {
  margin-left: 10rem !important;
}

.mr-10xl {
  margin-right: 10rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}

.ml-auto {
  margin-left: auto;
}
.m-inline-auto {
  margin-inline: auto !important;
}

.m-inline-inherit {
  margin-inline: inherit !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}
.pb-xs {
  padding-bottom: 0.25rem !important;
}

.pt-xs {
  padding-top: 0.25rem !important;
}

.pl-xs {
  padding-left: 0.25rem !important;
}

.pr-xs {
  padding-right: 0.25rem !important;
}
.pb-sm {
  padding-bottom: 0.5rem !important;
}

.pt-sm {
  padding-top: 0.5rem !important;
}

.pl-sm {
  padding-left: 0.5rem !important;
}

.pr-sm {
  padding-right: 0.5rem !important;
}
.pb-xsm {
  padding-bottom: 0.75rem !important;
}

.pt-xsm {
  padding-top: 0.75rem !important;
}

.pl-xsm {
  padding-left: 0.75rem !important;
}

.pr-xsm {
  padding-right: 0.75rem !important;
}
.pb-md {
  padding-bottom: 1rem !important;
}

.pt-md {
  padding-top: 1rem !important;
}

.pl-md {
  padding-left: 1rem !important;
}

.pr-md {
  padding-right: 1rem !important;
}
.pb-slg {
  padding-bottom: 1.25rem !important;
}

.pt-slg {
  padding-top: 1.25rem !important;
}

.pl-slg {
  padding-left: 1.25rem !important;
}

.pr-slg {
  padding-right: 1.25rem !important;
}
.pb-lg {
  padding-bottom: 1.5rem !important;
}

.pt-lg {
  padding-top: 1.5rem !important;
}

.pl-lg {
  padding-left: 1.5rem !important;
}

.pr-lg {
  padding-right: 1.5rem !important;
}
.pb-xl {
  padding-bottom: 2rem !important;
}

.pt-xl {
  padding-top: 2rem !important;
}

.pl-xl {
  padding-left: 2rem !important;
}

.pr-xl {
  padding-right: 2rem !important;
}
.pb-xxl {
  padding-bottom: 2.5rem !important;
}

.pt-xxl {
  padding-top: 2.5rem !important;
}

.pl-xxl {
  padding-left: 2.5rem !important;
}

.pr-xxl {
  padding-right: 2.5rem !important;
}
.pb-xxxl {
  padding-bottom: 3rem !important;
}

.pt-xxxl {
  padding-top: 3rem !important;
}

.pl-xxxl {
  padding-left: 3rem !important;
}

.pr-xxxl {
  padding-right: 3rem !important;
}
.pb-4xl {
  padding-bottom: 4rem !important;
}

.pt-4xl {
  padding-top: 4rem !important;
}

.pl-4xl {
  padding-left: 4rem !important;
}

.pr-4xl {
  padding-right: 4rem !important;
}
.pb-5xl {
  padding-bottom: 5rem !important;
}

.pt-5xl {
  padding-top: 5rem !important;
}

.pl-5xl {
  padding-left: 5rem !important;
}

.pr-5xl {
  padding-right: 5rem !important;
}
.pb-6xl {
  padding-bottom: 6rem !important;
}

.pt-6xl {
  padding-top: 6rem !important;
}

.pl-6xl {
  padding-left: 6rem !important;
}

.pr-6xl {
  padding-right: 6rem !important;
}
.pb-7xl {
  padding-bottom: 7rem !important;
}

.pt-7xl {
  padding-top: 7rem !important;
}

.pl-7xl {
  padding-left: 7rem !important;
}

.pr-7xl {
  padding-right: 7rem !important;
}
.pb-8xl {
  padding-bottom: 8rem !important;
}

.pt-8xl {
  padding-top: 8rem !important;
}

.pl-8xl {
  padding-left: 8rem !important;
}

.pr-8xl {
  padding-right: 8rem !important;
}
.pb-9xl {
  padding-bottom: 9rem !important;
}

.pt-9xl {
  padding-top: 9rem !important;
}

.pl-9xl {
  padding-left: 9rem !important;
}

.pr-9xl {
  padding-right: 9rem !important;
}
.pb-10xl {
  padding-bottom: 10rem !important;
}

.pt-10xl {
  padding-top: 10rem !important;
}

.pl-10xl {
  padding-left: 10rem !important;
}

.pr-10xl {
  padding-right: 10rem !important;
}
.pl-md {
  padding-left: 1rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}
.p-inline-auto {
  margin-inline: auto !important;
}

.m-inline-inherit {
  margin-inline: inherit !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.w-5 {
  width: 5% !important;
}
.w-7 {
  width: 7% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-31 {
  width: 31% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-66 {
  width: 66% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}

.mw-480 {
  max-width: 30rem;
}

.w-fit {
  width: fit-content !important;
}
.minh-unset {
  min-height: unset !important;
}

.no-break {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.bg-white {
  background: #fff !important;
}

.round--bottom {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

@media (min-width: 576px) {
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-sm {
    border-radius: 8px !important;
  }
  .rounded-sm-md {
    border-radius: 16px !important;
  }
  .rounded-sm-lg {
    border-radius: 32px !important;
  }
  .rounded-sm-full {
    border-radius: 100vmax !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-sm-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinksm--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-sm-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-xs {
    gap: 0.25rem !important;
  }
  .gap-sm-sm {
    gap: 0.5rem !important;
  }
  .gap-sm-md {
    gap: 1rem !important;
  }
  .gap-sm-lg {
    gap: 1.5rem !important;
  }
  .gap-sm-xl {
    gap: 2rem !important;
  }
  .gap-sm-xxl {
    gap: 2.5rem !important;
  }
  .gap-sm-xxxl {
    gap: 3rem !important;
  }
  .gap-sm-4xl {
    gap: 4rem !important;
  }
  .gap-sm-5xl {
    gap: 5rem !important;
  }
  .gap-sm-6xl {
    gap: 6rem !important;
  }
  .gap-sm-7xl {
    gap: 7rem !important;
  }
  .gap-sm-8xl {
    gap: 8rem !important;
  }
  .gap-sm-9xl {
    gap: 9rem !important;
  }
  .gap-sm-10xl {
    gap: 10rem !important;
  }
  .gap-x-sm-0 {
    column-gap: 0 !important;
  }
  .gap-x-sm-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-sm-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-sm-md {
    column-gap: 1rem !important;
  }
  .gap-x-sm-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-sm-xl {
    column-gap: 2rem !important;
  }
  .gap-x-sm-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-sm-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-sm-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-sm-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-sm-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-sm-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-sm-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-sm-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-sm-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-sm-0 {
    row-gap: 0 !important;
  }
  .gap-y-sm-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-sm-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-sm-md {
    row-gap: 1rem !important;
  }
  .gap-y-sm-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-sm-xl {
    row-gap: 2rem !important;
  }
  .gap-y-sm-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-sm-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-sm-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-sm-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-sm-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-sm-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-sm-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-sm-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-sm-10xl {
    row-gap: 10rem !important;
  }
  .fz-sm-xs {
    font-size: 0.75rem !important;
  }
  .fz-sm-sm {
    font-size: 0.875rem !important;
  }
  .fz-sm-base {
    font-size: 1rem !important;
  }
  .fz-sm-lg {
    font-size: 1.125rem !important;
  }
  .fz-sm-xl {
    font-size: 1.25rem !important;
  }
  .fz-sm-xxl {
    font-size: 1.5rem !important;
  }
  .fz-sm-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-sm-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-sm-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-sm-bold {
    font-weight: bold !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-sm {
    line-height: 1.3 !important;
  }
  .lh-sm-md {
    line-height: 1.5 !important;
  }
  .lh-sm-lg {
    line-height: 1.7 !important;
  }
  .lh-sm-base {
    line-height: 2 !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-sm {
    display: grid !important;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-xs {
    gap: 0.25rem !important;
  }
  .gap-sm-sm {
    gap: 0.5rem !important;
  }
  .gap-sm-md {
    gap: 1rem !important;
  }
  .gap-sm-lg {
    gap: 1.5rem !important;
  }
  .gap-sm-xl {
    gap: 2rem !important;
  }
  .gap-sm-xxl {
    gap: 2.5rem !important;
  }
  .gap-sm-xxxl {
    gap: 3rem !important;
  }
  .gap-sm-4xl {
    gap: 4rem !important;
  }
  .gap-sm-5xl {
    gap: 5rem !important;
  }
  .gap-sm-6xl {
    gap: 6rem !important;
  }
  .gap-sm-7xl {
    gap: 7rem !important;
  }
  .gap-sm-8xl {
    gap: 8rem !important;
  }
  .gap-sm-9xl {
    gap: 9rem !important;
  }
  .gap-sm-10xl {
    gap: 10rem !important;
  }
  .gap-x-sm-0 {
    column-gap: 0 !important;
  }
  .gap-x-sm-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-sm-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-sm-md {
    column-gap: 1rem !important;
  }
  .gap-x-sm-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-sm-xl {
    column-gap: 2rem !important;
  }
  .gap-x-sm-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-sm-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-sm-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-sm-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-sm-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-sm-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-sm-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-sm-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-sm-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-sm-0 {
    row-gap: 0 !important;
  }
  .gap-y-sm-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-sm-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-sm-md {
    row-gap: 1rem !important;
  }
  .gap-y-sm-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-sm-xl {
    row-gap: 2rem !important;
  }
  .gap-y-sm-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-sm-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-sm-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-sm-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-sm-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-sm-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-sm-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-sm-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-sm-10xl {
    row-gap: 10rem !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-sm-xs {
    margin-top: 0.25rem !important;
  }
  .ml-sm-xs {
    margin-left: 0.25rem !important;
  }
  .mr-sm-xs {
    margin-right: 0.25rem !important;
  }
  .mb-sm-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-sm-sm {
    margin-top: 0.5rem !important;
  }
  .ml-sm-sm {
    margin-left: 0.5rem !important;
  }
  .mr-sm-sm {
    margin-right: 0.5rem !important;
  }
  .mb-sm-xsm {
    margin-bottom: 0.75rem !important;
  }
  .mt-sm-xsm {
    margin-top: 0.75rem !important;
  }
  .ml-sm-xsm {
    margin-left: 0.75rem !important;
  }
  .mr-sm-xsm {
    margin-right: 0.75rem !important;
  }
  .mb-sm-md {
    margin-bottom: 1rem !important;
  }
  .mt-sm-md {
    margin-top: 1rem !important;
  }
  .ml-sm-md {
    margin-left: 1rem !important;
  }
  .mr-sm-md {
    margin-right: 1rem !important;
  }
  .mb-sm-slg {
    margin-bottom: 1.25rem !important;
  }
  .mt-sm-slg {
    margin-top: 1.25rem !important;
  }
  .ml-sm-slg {
    margin-left: 1.25rem !important;
  }
  .mr-sm-slg {
    margin-right: 1.25rem !important;
  }
  .mb-sm-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-sm-lg {
    margin-top: 1.5rem !important;
  }
  .ml-sm-lg {
    margin-left: 1.5rem !important;
  }
  .mr-sm-lg {
    margin-right: 1.5rem !important;
  }
  .mb-sm-xl {
    margin-bottom: 2rem !important;
  }
  .mt-sm-xl {
    margin-top: 2rem !important;
  }
  .ml-sm-xl {
    margin-left: 2rem !important;
  }
  .mr-sm-xl {
    margin-right: 2rem !important;
  }
  .mb-sm-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-sm-xxl {
    margin-top: 2.5rem !important;
  }
  .ml-sm-xxl {
    margin-left: 2.5rem !important;
  }
  .mr-sm-xxl {
    margin-right: 2.5rem !important;
  }
  .mb-sm-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-sm-xxxl {
    margin-top: 3rem !important;
  }
  .ml-sm-xxxl {
    margin-left: 3rem !important;
  }
  .mr-sm-xxxl {
    margin-right: 3rem !important;
  }
  .mb-sm-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-sm-4xl {
    margin-top: 4rem !important;
  }
  .ml-sm-4xl {
    margin-left: 4rem !important;
  }
  .mr-sm-4xl {
    margin-right: 4rem !important;
  }
  .mb-sm-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-sm-5xl {
    margin-top: 5rem !important;
  }
  .ml-sm-5xl {
    margin-left: 5rem !important;
  }
  .mr-sm-5xl {
    margin-right: 5rem !important;
  }
  .mb-sm-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-sm-6xl {
    margin-top: 6rem !important;
  }
  .ml-sm-6xl {
    margin-left: 6rem !important;
  }
  .mr-sm-6xl {
    margin-right: 6rem !important;
  }
  .mb-sm-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-sm-7xl {
    margin-top: 7rem !important;
  }
  .ml-sm-7xl {
    margin-left: 7rem !important;
  }
  .mr-sm-7xl {
    margin-right: 7rem !important;
  }
  .mb-sm-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-sm-8xl {
    margin-top: 8rem !important;
  }
  .ml-sm-8xl {
    margin-left: 8rem !important;
  }
  .mr-sm-8xl {
    margin-right: 8rem !important;
  }
  .mb-sm-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-sm-9xl {
    margin-top: 9rem !important;
  }
  .ml-sm-9xl {
    margin-left: 9rem !important;
  }
  .mr-sm-9xl {
    margin-right: 9rem !important;
  }
  .mb-sm-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-sm-10xl {
    margin-top: 10rem !important;
  }
  .ml-sm-10xl {
    margin-left: 10rem !important;
  }
  .mr-sm-10xl {
    margin-right: 10rem !important;
  }
  .m-inline-sm-auto {
    margin-inline: auto !important;
  }
  .m-inline-sm-inherit {
    margin-inline: inherit !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-xs {
    padding-bottom: 0.25rem !important;
  }
  .pt-sm-xs {
    padding-top: 0.25rem !important;
  }
  .pl-sm-xs {
    padding-left: 0.25rem !important;
  }
  .pr-sm-xs {
    padding-right: 0.25rem !important;
  }
  .pb-sm-sm {
    padding-bottom: 0.5rem !important;
  }
  .pt-sm-sm {
    padding-top: 0.5rem !important;
  }
  .pl-sm-sm {
    padding-left: 0.5rem !important;
  }
  .pr-sm-sm {
    padding-right: 0.5rem !important;
  }
  .pb-sm-xsm {
    padding-bottom: 0.75rem !important;
  }
  .pt-sm-xsm {
    padding-top: 0.75rem !important;
  }
  .pl-sm-xsm {
    padding-left: 0.75rem !important;
  }
  .pr-sm-xsm {
    padding-right: 0.75rem !important;
  }
  .pb-sm-md {
    padding-bottom: 1rem !important;
  }
  .pt-sm-md {
    padding-top: 1rem !important;
  }
  .pl-sm-md {
    padding-left: 1rem !important;
  }
  .pr-sm-md {
    padding-right: 1rem !important;
  }
  .pb-sm-slg {
    padding-bottom: 1.25rem !important;
  }
  .pt-sm-slg {
    padding-top: 1.25rem !important;
  }
  .pl-sm-slg {
    padding-left: 1.25rem !important;
  }
  .pr-sm-slg {
    padding-right: 1.25rem !important;
  }
  .pb-sm-lg {
    padding-bottom: 1.5rem !important;
  }
  .pt-sm-lg {
    padding-top: 1.5rem !important;
  }
  .pl-sm-lg {
    padding-left: 1.5rem !important;
  }
  .pr-sm-lg {
    padding-right: 1.5rem !important;
  }
  .pb-sm-xl {
    padding-bottom: 2rem !important;
  }
  .pt-sm-xl {
    padding-top: 2rem !important;
  }
  .pl-sm-xl {
    padding-left: 2rem !important;
  }
  .pr-sm-xl {
    padding-right: 2rem !important;
  }
  .pb-sm-xxl {
    padding-bottom: 2.5rem !important;
  }
  .pt-sm-xxl {
    padding-top: 2.5rem !important;
  }
  .pl-sm-xxl {
    padding-left: 2.5rem !important;
  }
  .pr-sm-xxl {
    padding-right: 2.5rem !important;
  }
  .pb-sm-xxxl {
    padding-bottom: 3rem !important;
  }
  .pt-sm-xxxl {
    padding-top: 3rem !important;
  }
  .pl-sm-xxxl {
    padding-left: 3rem !important;
  }
  .pr-sm-xxxl {
    padding-right: 3rem !important;
  }
  .pb-sm-4xl {
    padding-bottom: 4rem !important;
  }
  .pt-sm-4xl {
    padding-top: 4rem !important;
  }
  .pl-sm-4xl {
    padding-left: 4rem !important;
  }
  .pr-sm-4xl {
    padding-right: 4rem !important;
  }
  .pb-sm-5xl {
    padding-bottom: 5rem !important;
  }
  .pt-sm-5xl {
    padding-top: 5rem !important;
  }
  .pl-sm-5xl {
    padding-left: 5rem !important;
  }
  .pr-sm-5xl {
    padding-right: 5rem !important;
  }
  .pb-sm-6xl {
    padding-bottom: 6rem !important;
  }
  .pt-sm-6xl {
    padding-top: 6rem !important;
  }
  .pl-sm-6xl {
    padding-left: 6rem !important;
  }
  .pr-sm-6xl {
    padding-right: 6rem !important;
  }
  .pb-sm-7xl {
    padding-bottom: 7rem !important;
  }
  .pt-sm-7xl {
    padding-top: 7rem !important;
  }
  .pl-sm-7xl {
    padding-left: 7rem !important;
  }
  .pr-sm-7xl {
    padding-right: 7rem !important;
  }
  .pb-sm-8xl {
    padding-bottom: 8rem !important;
  }
  .pt-sm-8xl {
    padding-top: 8rem !important;
  }
  .pl-sm-8xl {
    padding-left: 8rem !important;
  }
  .pr-sm-8xl {
    padding-right: 8rem !important;
  }
  .pb-sm-9xl {
    padding-bottom: 9rem !important;
  }
  .pt-sm-9xl {
    padding-top: 9rem !important;
  }
  .pl-sm-9xl {
    padding-left: 9rem !important;
  }
  .pr-sm-9xl {
    padding-right: 9rem !important;
  }
  .pb-sm-10xl {
    padding-bottom: 10rem !important;
  }
  .pt-sm-10xl {
    padding-top: 10rem !important;
  }
  .pl-sm-10xl {
    padding-left: 10rem !important;
  }
  .pr-sm-10xl {
    padding-right: 10rem !important;
  }
  .m-inline-sm-auto {
    margin-inline: auto !important;
  }
  .m-inline-sm-inherit {
    margin-inline: inherit !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .sm-visible {
    visibility: visible !important;
  }
  .sm-invisible {
    visibility: hidden !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-7 {
    width: 7% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-31 {
    width: 31% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 769px) {
  .layout-sidebar .order-retry:hover {
    text-decoration: underline;
  }
  .button--md-padding-narrow {
    padding: 0.5rem 0.75rem;
  }
  .button--add-cart {
    min-width: 16rem;
  }
  .brand-menu-block {
    border: 2px solid #d7c184;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
  }
  .brand-menu-block .brand-tabs {
    display: flex !important;
  }
  .brand-menu-block .brand-tabs .brand-tab {
    max-width: 15.3125rem;
    flex-grow: 1;
  }
  .brand-menu-block .brand-tabs .brand-tab > span {
    display: none;
  }
  .brand-menu-block
    .brand-tabs
    .brand-tab:not(.is-active, [aria-selected="true"]) {
    box-shadow: 0 0.125rem 0 #d7c184;
    margin-bottom: 0.5rem;
  }
  .brand-menu-block
    .brand-tabs
    .brand-tab:not(.is-active, [aria-selected="true"]):hover {
    background: #f5f5f5;
  }
  .brand-menu-block .brand-tabs .brand-tab.is-active,
  .brand-menu-block .brand-tabs .brand-tab[aria-selected="true"] {
    opacity: 1;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .brand-menu-block .brand-tabs .brand-tab.is-active::before,
  .brand-menu-block .brand-tabs .brand-tab[aria-selected="true"]::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.375rem;
    background: #bf1a1a;
  }
  .menu-radios .menu-radio.is-checked input[type="radio"],
  .menu-radios .menu-radio input[type="radio"]:checked {
    overflow: visible !important;
  }
  .menu-radios .menu-radio.is-checked input[type="radio"]::after,
  .menu-radios .menu-radio input[type="radio"]:checked::after {
    content: "選択中";
    position: absolute;
    top: -0.5rem;
    transform: translateX(-50%);
    left: 50%;
    font-size: 0.75rem;
    color: #fff;
    background: #8f7838;
    border-radius: 4px;
    padding: 0.125rem 0.25rem;
    width: 4.75rem;
    text-align: center;
    border-radius: 16px;
    font-size: 0.875rem;
  }
  .menu-radios .menu-radio--hidden {
    display: flex;
  }
  .sp-brand-select,
  .sp-selected-brand {
    display: none !important;
  }
  .sp-select-baloon {
    display: none;
  }
  .menu-radios__toggle {
    display: none !important;
  }
  .product-list-block {
    display: block !important;
  }
  .modal-product__img {
    max-width: 30rem;
  }
  .modal--product .modal__container {
    padding-bottom: 1.25rem;
  }
  .modal-scroll-inner {
    max-height: 23.5rem;
    overflow-x: hidden;
  }
  #modal-municipality-2 .modal-scroll-inner {
    max-height: 22.4375rem;
  }
  .modal--cart-confirm .modal__container {
    min-width: 42.5rem;
  }
  .modal--delivery-method .modal__container {
    padding-top: 1.25rem;
  }
  .modal--delivery-method:has(.delivery-method-head--chara) .modal__container {
    padding-inline: 0;
  }
  .modal--delivery-method
    .delivery-time__button:not(:has(input[type="radio"]:disabled)):hover {
    background-color: #f3f4f5;
  }
  .order-field__month,
  .order-field__day {
    font-size: 1.25rem;
  }
  .cart-confirm .form-head {
    width: 18%;
    min-width: 8.25rem;
    flex: 0 0 auto;
  }
  .section {
    padding-block: 4.5rem 4rem;
  }
  .cart-form .form-head {
    width: 18%;
    min-width: 8.25rem;
    flex: 0 0 auto;
  }
  .delivery-address-form .radio-group__item-buttons {
    margin-left: 1rem;
  }
  .tel-link {
    pointer-events: none;
    cursor: text;
  }
  .cart-table .table .item-unit-price {
    text-align: right;
  }
  .cart-table .table .item-amount {
    text-align: center;
  }
  .cart-table .table .item-price {
    text-align: right;
  }
  .cart-table .table .cart-table__name {
    width: 30%;
  }
  .cart-table .table .cart-table__unit-price {
    width: 12%;
  }
  .cart-table .table .cart-table__amount {
    width: 10.64%;
    text-align: center;
  }
  .cart-table .table .cart-table__price {
    width: 13.5%;
  }
  .cart-table .table .cart-table__actions {
    width: 30%;
  }
  .cart-table .table .cart-table__sp-row {
    display: none;
  }
  .cart-table--confirm .table .cart-table__name {
    width: 30%;
  }
  .cart-table--confirm .table .cart-table__unit-price {
    width: 9%;
    white-space: nowrap;
  }
  .cart-table--confirm .table .cart-table__amount {
    width: 5%;
    text-align: center;
  }
  .cart-table--confirm .table .cart-table__price {
    width: 9%;
    white-space: nowrap;
  }
  .simplebar--pc {
    scrollbar-width: none !important; /* Firefox */
  }
  .simplebar--pc::-webkit-scrollbar {
    overflow: hidden !important; /* ネイティブスクロールを隠す */
  }
  .login-tabs__list {
    display: none;
  }
  .login-tabs__content {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
  .login-tabs__panel {
    padding-inline: 1.5rem;
    border-radius: 16px;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-sm {
    border-radius: 8px !important;
  }
  .rounded-md-md {
    border-radius: 16px !important;
  }
  .rounded-md-lg {
    border-radius: 32px !important;
  }
  .rounded-md-full {
    border-radius: 100vmax !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinkmd--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-md-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-xs {
    gap: 0.25rem !important;
  }
  .gap-md-sm {
    gap: 0.5rem !important;
  }
  .gap-md-md {
    gap: 1rem !important;
  }
  .gap-md-lg {
    gap: 1.5rem !important;
  }
  .gap-md-xl {
    gap: 2rem !important;
  }
  .gap-md-xxl {
    gap: 2.5rem !important;
  }
  .gap-md-xxxl {
    gap: 3rem !important;
  }
  .gap-md-4xl {
    gap: 4rem !important;
  }
  .gap-md-5xl {
    gap: 5rem !important;
  }
  .gap-md-6xl {
    gap: 6rem !important;
  }
  .gap-md-7xl {
    gap: 7rem !important;
  }
  .gap-md-8xl {
    gap: 8rem !important;
  }
  .gap-md-9xl {
    gap: 9rem !important;
  }
  .gap-md-10xl {
    gap: 10rem !important;
  }
  .gap-x-md-0 {
    column-gap: 0 !important;
  }
  .gap-x-md-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-md-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-md-md {
    column-gap: 1rem !important;
  }
  .gap-x-md-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-md-xl {
    column-gap: 2rem !important;
  }
  .gap-x-md-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-md-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-md-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-md-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-md-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-md-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-md-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-md-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-md-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-md-0 {
    row-gap: 0 !important;
  }
  .gap-y-md-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-md-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-md-md {
    row-gap: 1rem !important;
  }
  .gap-y-md-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-md-xl {
    row-gap: 2rem !important;
  }
  .gap-y-md-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-md-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-md-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-md-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-md-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-md-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-md-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-md-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-md-10xl {
    row-gap: 10rem !important;
  }
  .fz-md-xs {
    font-size: 0.75rem !important;
  }
  .fz-md-sm {
    font-size: 0.875rem !important;
  }
  .fz-md-base {
    font-size: 1rem !important;
  }
  .fz-md-lg {
    font-size: 1.125rem !important;
  }
  .fz-md-xl {
    font-size: 1.25rem !important;
  }
  .fz-md-xxl {
    font-size: 1.5rem !important;
  }
  .fz-md-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-md-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-md-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-md-bold {
    font-weight: bold !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-sm {
    line-height: 1.3 !important;
  }
  .lh-md-md {
    line-height: 1.5 !important;
  }
  .lh-md-lg {
    line-height: 1.7 !important;
  }
  .lh-md-base {
    line-height: 2 !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-md {
    display: grid !important;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-xs {
    gap: 0.25rem !important;
  }
  .gap-md-sm {
    gap: 0.5rem !important;
  }
  .gap-md-md {
    gap: 1rem !important;
  }
  .gap-md-lg {
    gap: 1.5rem !important;
  }
  .gap-md-xl {
    gap: 2rem !important;
  }
  .gap-md-xxl {
    gap: 2.5rem !important;
  }
  .gap-md-xxxl {
    gap: 3rem !important;
  }
  .gap-md-4xl {
    gap: 4rem !important;
  }
  .gap-md-5xl {
    gap: 5rem !important;
  }
  .gap-md-6xl {
    gap: 6rem !important;
  }
  .gap-md-7xl {
    gap: 7rem !important;
  }
  .gap-md-8xl {
    gap: 8rem !important;
  }
  .gap-md-9xl {
    gap: 9rem !important;
  }
  .gap-md-10xl {
    gap: 10rem !important;
  }
  .gap-x-md-0 {
    column-gap: 0 !important;
  }
  .gap-x-md-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-md-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-md-md {
    column-gap: 1rem !important;
  }
  .gap-x-md-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-md-xl {
    column-gap: 2rem !important;
  }
  .gap-x-md-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-md-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-md-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-md-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-md-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-md-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-md-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-md-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-md-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-md-0 {
    row-gap: 0 !important;
  }
  .gap-y-md-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-md-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-md-md {
    row-gap: 1rem !important;
  }
  .gap-y-md-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-md-xl {
    row-gap: 2rem !important;
  }
  .gap-y-md-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-md-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-md-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-md-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-md-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-md-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-md-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-md-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-md-10xl {
    row-gap: 10rem !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-md-xs {
    margin-top: 0.25rem !important;
  }
  .ml-md-xs {
    margin-left: 0.25rem !important;
  }
  .mr-md-xs {
    margin-right: 0.25rem !important;
  }
  .mb-md-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-md-sm {
    margin-top: 0.5rem !important;
  }
  .ml-md-sm {
    margin-left: 0.5rem !important;
  }
  .mr-md-sm {
    margin-right: 0.5rem !important;
  }
  .mb-md-xsm {
    margin-bottom: 0.75rem !important;
  }
  .mt-md-xsm {
    margin-top: 0.75rem !important;
  }
  .ml-md-xsm {
    margin-left: 0.75rem !important;
  }
  .mr-md-xsm {
    margin-right: 0.75rem !important;
  }
  .mb-md-md {
    margin-bottom: 1rem !important;
  }
  .mt-md-md {
    margin-top: 1rem !important;
  }
  .ml-md-md {
    margin-left: 1rem !important;
  }
  .mr-md-md {
    margin-right: 1rem !important;
  }
  .mb-md-slg {
    margin-bottom: 1.25rem !important;
  }
  .mt-md-slg {
    margin-top: 1.25rem !important;
  }
  .ml-md-slg {
    margin-left: 1.25rem !important;
  }
  .mr-md-slg {
    margin-right: 1.25rem !important;
  }
  .mb-md-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-md-lg {
    margin-top: 1.5rem !important;
  }
  .ml-md-lg {
    margin-left: 1.5rem !important;
  }
  .mr-md-lg {
    margin-right: 1.5rem !important;
  }
  .mb-md-xl {
    margin-bottom: 2rem !important;
  }
  .mt-md-xl {
    margin-top: 2rem !important;
  }
  .ml-md-xl {
    margin-left: 2rem !important;
  }
  .mr-md-xl {
    margin-right: 2rem !important;
  }
  .mb-md-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-md-xxl {
    margin-top: 2.5rem !important;
  }
  .ml-md-xxl {
    margin-left: 2.5rem !important;
  }
  .mr-md-xxl {
    margin-right: 2.5rem !important;
  }
  .mb-md-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-md-xxxl {
    margin-top: 3rem !important;
  }
  .ml-md-xxxl {
    margin-left: 3rem !important;
  }
  .mr-md-xxxl {
    margin-right: 3rem !important;
  }
  .mb-md-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-md-4xl {
    margin-top: 4rem !important;
  }
  .ml-md-4xl {
    margin-left: 4rem !important;
  }
  .mr-md-4xl {
    margin-right: 4rem !important;
  }
  .mb-md-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-md-5xl {
    margin-top: 5rem !important;
  }
  .ml-md-5xl {
    margin-left: 5rem !important;
  }
  .mr-md-5xl {
    margin-right: 5rem !important;
  }
  .mb-md-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-md-6xl {
    margin-top: 6rem !important;
  }
  .ml-md-6xl {
    margin-left: 6rem !important;
  }
  .mr-md-6xl {
    margin-right: 6rem !important;
  }
  .mb-md-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-md-7xl {
    margin-top: 7rem !important;
  }
  .ml-md-7xl {
    margin-left: 7rem !important;
  }
  .mr-md-7xl {
    margin-right: 7rem !important;
  }
  .mb-md-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-md-8xl {
    margin-top: 8rem !important;
  }
  .ml-md-8xl {
    margin-left: 8rem !important;
  }
  .mr-md-8xl {
    margin-right: 8rem !important;
  }
  .mb-md-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-md-9xl {
    margin-top: 9rem !important;
  }
  .ml-md-9xl {
    margin-left: 9rem !important;
  }
  .mr-md-9xl {
    margin-right: 9rem !important;
  }
  .mb-md-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-md-10xl {
    margin-top: 10rem !important;
  }
  .ml-md-10xl {
    margin-left: 10rem !important;
  }
  .mr-md-10xl {
    margin-right: 10rem !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .m-inline-md-auto {
    margin-inline: auto !important;
  }
  .m-inline-md-inherit {
    margin-inline: inherit !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-xs {
    padding-bottom: 0.25rem !important;
  }
  .pt-md-xs {
    padding-top: 0.25rem !important;
  }
  .pl-md-xs {
    padding-left: 0.25rem !important;
  }
  .pr-md-xs {
    padding-right: 0.25rem !important;
  }
  .pb-md-sm {
    padding-bottom: 0.5rem !important;
  }
  .pt-md-sm {
    padding-top: 0.5rem !important;
  }
  .pl-md-sm {
    padding-left: 0.5rem !important;
  }
  .pr-md-sm {
    padding-right: 0.5rem !important;
  }
  .pb-md-xsm {
    padding-bottom: 0.75rem !important;
  }
  .pt-md-xsm {
    padding-top: 0.75rem !important;
  }
  .pl-md-xsm {
    padding-left: 0.75rem !important;
  }
  .pr-md-xsm {
    padding-right: 0.75rem !important;
  }
  .pb-md-md {
    padding-bottom: 1rem !important;
  }
  .pt-md-md {
    padding-top: 1rem !important;
  }
  .pl-md-md {
    padding-left: 1rem !important;
  }
  .pr-md-md {
    padding-right: 1rem !important;
  }
  .pb-md-slg {
    padding-bottom: 1.25rem !important;
  }
  .pt-md-slg {
    padding-top: 1.25rem !important;
  }
  .pl-md-slg {
    padding-left: 1.25rem !important;
  }
  .pr-md-slg {
    padding-right: 1.25rem !important;
  }
  .pb-md-lg {
    padding-bottom: 1.5rem !important;
  }
  .pt-md-lg {
    padding-top: 1.5rem !important;
  }
  .pl-md-lg {
    padding-left: 1.5rem !important;
  }
  .pr-md-lg {
    padding-right: 1.5rem !important;
  }
  .pb-md-xl {
    padding-bottom: 2rem !important;
  }
  .pt-md-xl {
    padding-top: 2rem !important;
  }
  .pl-md-xl {
    padding-left: 2rem !important;
  }
  .pr-md-xl {
    padding-right: 2rem !important;
  }
  .pb-md-xxl {
    padding-bottom: 2.5rem !important;
  }
  .pt-md-xxl {
    padding-top: 2.5rem !important;
  }
  .pl-md-xxl {
    padding-left: 2.5rem !important;
  }
  .pr-md-xxl {
    padding-right: 2.5rem !important;
  }
  .pb-md-xxxl {
    padding-bottom: 3rem !important;
  }
  .pt-md-xxxl {
    padding-top: 3rem !important;
  }
  .pl-md-xxxl {
    padding-left: 3rem !important;
  }
  .pr-md-xxxl {
    padding-right: 3rem !important;
  }
  .pb-md-4xl {
    padding-bottom: 4rem !important;
  }
  .pt-md-4xl {
    padding-top: 4rem !important;
  }
  .pl-md-4xl {
    padding-left: 4rem !important;
  }
  .pr-md-4xl {
    padding-right: 4rem !important;
  }
  .pb-md-5xl {
    padding-bottom: 5rem !important;
  }
  .pt-md-5xl {
    padding-top: 5rem !important;
  }
  .pl-md-5xl {
    padding-left: 5rem !important;
  }
  .pr-md-5xl {
    padding-right: 5rem !important;
  }
  .pb-md-6xl {
    padding-bottom: 6rem !important;
  }
  .pt-md-6xl {
    padding-top: 6rem !important;
  }
  .pl-md-6xl {
    padding-left: 6rem !important;
  }
  .pr-md-6xl {
    padding-right: 6rem !important;
  }
  .pb-md-7xl {
    padding-bottom: 7rem !important;
  }
  .pt-md-7xl {
    padding-top: 7rem !important;
  }
  .pl-md-7xl {
    padding-left: 7rem !important;
  }
  .pr-md-7xl {
    padding-right: 7rem !important;
  }
  .pb-md-8xl {
    padding-bottom: 8rem !important;
  }
  .pt-md-8xl {
    padding-top: 8rem !important;
  }
  .pl-md-8xl {
    padding-left: 8rem !important;
  }
  .pr-md-8xl {
    padding-right: 8rem !important;
  }
  .pb-md-9xl {
    padding-bottom: 9rem !important;
  }
  .pt-md-9xl {
    padding-top: 9rem !important;
  }
  .pl-md-9xl {
    padding-left: 9rem !important;
  }
  .pr-md-9xl {
    padding-right: 9rem !important;
  }
  .pb-md-10xl {
    padding-bottom: 10rem !important;
  }
  .pt-md-10xl {
    padding-top: 10rem !important;
  }
  .pl-md-10xl {
    padding-left: 10rem !important;
  }
  .pr-md-10xl {
    padding-right: 10rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .m-inline-md-auto {
    margin-inline: auto !important;
  }
  .m-inline-md-inherit {
    margin-inline: inherit !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .md-visible {
    visibility: visible !important;
  }
  .md-invisible {
    visibility: hidden !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-7 {
    width: 7% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-31 {
    width: 31% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .top .sidebar-layout-container {
    padding-block: 0 2rem;
  }
  .top .sidebar-layout-container {
    display: flex;
    gap: 1.5625rem;
  }
  .top .sidebar-layout-container__body {
    min-width: 0;
    flex: 1 1 0;
    margin-left: 2rem;
  }
  .top .sidebar-layout-container__nav {
    min-width: 0;
    flex: 0 1 clamp(12.5rem, 25%, 24rem);
  }
  .layout-sidebar--logged-in {
    position: sticky;
    top: 1.5rem;
    right: 0;
    height: calc(100svh - var(--header-height) - 1.5rem);
  }
  .layout-sidebar .cart-info__count::after {
    display: none;
  }
  .layout-sidebar .cart-info__subtotal {
    display: none;
  }
  .layout-sidebar .order-box {
    height: auto !important;
  }
  .layout-sidebar__cart-display-button {
    display: none;
  }
  .layout-sidebar .purchase-box {
    box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    background-color: #f8ecec;
  }
  .cart .layout-sidebar {
    border-radius: 16px;
  }
  .modal-product {
    margin-top: 0.5rem;
  }
  .modal-product__details {
    overflow-y: auto;
    max-height: 31.5rem;
  }
  .modal-product-purchase {
    padding-bottom: 0.25rem;
    padding-top: 1.25rem;
    position: relative;
  }
  .modal-product-purchase::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5rem;
    right: -1.375rem;
    border-top: 1px solid #d3d2d0;
  }
  #modal-delivery-time .modal-scroll-inner {
    max-height: 19.375rem;
  }
  .modal--delivery-method .delivery-time {
    max-width: 39.5rem;
    margin-inline: auto;
  }
  .modal-neta-change .modal-scroll-inner {
    max-height: 26.25rem;
  }
  .app-menu {
    display: none;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-sm {
    border-radius: 8px !important;
  }
  .rounded-lg-md {
    border-radius: 16px !important;
  }
  .rounded-lg-lg {
    border-radius: 32px !important;
  }
  .rounded-lg-full {
    border-radius: 100vmax !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-lg-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinklg--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-lg-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-xs {
    gap: 0.25rem !important;
  }
  .gap-lg-sm {
    gap: 0.5rem !important;
  }
  .gap-lg-md {
    gap: 1rem !important;
  }
  .gap-lg-lg {
    gap: 1.5rem !important;
  }
  .gap-lg-xl {
    gap: 2rem !important;
  }
  .gap-lg-xxl {
    gap: 2.5rem !important;
  }
  .gap-lg-xxxl {
    gap: 3rem !important;
  }
  .gap-lg-4xl {
    gap: 4rem !important;
  }
  .gap-lg-5xl {
    gap: 5rem !important;
  }
  .gap-lg-6xl {
    gap: 6rem !important;
  }
  .gap-lg-7xl {
    gap: 7rem !important;
  }
  .gap-lg-8xl {
    gap: 8rem !important;
  }
  .gap-lg-9xl {
    gap: 9rem !important;
  }
  .gap-lg-10xl {
    gap: 10rem !important;
  }
  .gap-x-lg-0 {
    column-gap: 0 !important;
  }
  .gap-x-lg-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-lg-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-lg-md {
    column-gap: 1rem !important;
  }
  .gap-x-lg-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-lg-xl {
    column-gap: 2rem !important;
  }
  .gap-x-lg-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-lg-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-lg-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-lg-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-lg-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-lg-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-lg-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-lg-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-lg-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-lg-0 {
    row-gap: 0 !important;
  }
  .gap-y-lg-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-lg-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-lg-md {
    row-gap: 1rem !important;
  }
  .gap-y-lg-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-lg-xl {
    row-gap: 2rem !important;
  }
  .gap-y-lg-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-lg-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-lg-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-lg-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-lg-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-lg-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-lg-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-lg-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-lg-10xl {
    row-gap: 10rem !important;
  }
  .fz-lg-xs {
    font-size: 0.75rem !important;
  }
  .fz-lg-sm {
    font-size: 0.875rem !important;
  }
  .fz-lg-base {
    font-size: 1rem !important;
  }
  .fz-lg-lg {
    font-size: 1.125rem !important;
  }
  .fz-lg-xl {
    font-size: 1.25rem !important;
  }
  .fz-lg-xxl {
    font-size: 1.5rem !important;
  }
  .fz-lg-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-lg-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-lg-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-lg-bold {
    font-weight: bold !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-sm {
    line-height: 1.3 !important;
  }
  .lh-lg-md {
    line-height: 1.5 !important;
  }
  .lh-lg-lg {
    line-height: 1.7 !important;
  }
  .lh-lg-base {
    line-height: 2 !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-lg {
    display: grid !important;
  }
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-xs {
    gap: 0.25rem !important;
  }
  .gap-lg-sm {
    gap: 0.5rem !important;
  }
  .gap-lg-md {
    gap: 1rem !important;
  }
  .gap-lg-lg {
    gap: 1.5rem !important;
  }
  .gap-lg-xl {
    gap: 2rem !important;
  }
  .gap-lg-xxl {
    gap: 2.5rem !important;
  }
  .gap-lg-xxxl {
    gap: 3rem !important;
  }
  .gap-lg-4xl {
    gap: 4rem !important;
  }
  .gap-lg-5xl {
    gap: 5rem !important;
  }
  .gap-lg-6xl {
    gap: 6rem !important;
  }
  .gap-lg-7xl {
    gap: 7rem !important;
  }
  .gap-lg-8xl {
    gap: 8rem !important;
  }
  .gap-lg-9xl {
    gap: 9rem !important;
  }
  .gap-lg-10xl {
    gap: 10rem !important;
  }
  .gap-x-lg-0 {
    column-gap: 0 !important;
  }
  .gap-x-lg-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-lg-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-lg-md {
    column-gap: 1rem !important;
  }
  .gap-x-lg-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-lg-xl {
    column-gap: 2rem !important;
  }
  .gap-x-lg-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-lg-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-lg-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-lg-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-lg-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-lg-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-lg-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-lg-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-lg-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-lg-0 {
    row-gap: 0 !important;
  }
  .gap-y-lg-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-lg-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-lg-md {
    row-gap: 1rem !important;
  }
  .gap-y-lg-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-lg-xl {
    row-gap: 2rem !important;
  }
  .gap-y-lg-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-lg-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-lg-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-lg-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-lg-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-lg-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-lg-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-lg-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-lg-10xl {
    row-gap: 10rem !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-lg-xs {
    margin-top: 0.25rem !important;
  }
  .ml-lg-xs {
    margin-left: 0.25rem !important;
  }
  .mr-lg-xs {
    margin-right: 0.25rem !important;
  }
  .mb-lg-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-lg-sm {
    margin-top: 0.5rem !important;
  }
  .ml-lg-sm {
    margin-left: 0.5rem !important;
  }
  .mr-lg-sm {
    margin-right: 0.5rem !important;
  }
  .mb-lg-xsm {
    margin-bottom: 0.75rem !important;
  }
  .mt-lg-xsm {
    margin-top: 0.75rem !important;
  }
  .ml-lg-xsm {
    margin-left: 0.75rem !important;
  }
  .mr-lg-xsm {
    margin-right: 0.75rem !important;
  }
  .mb-lg-md {
    margin-bottom: 1rem !important;
  }
  .mt-lg-md {
    margin-top: 1rem !important;
  }
  .ml-lg-md {
    margin-left: 1rem !important;
  }
  .mr-lg-md {
    margin-right: 1rem !important;
  }
  .mb-lg-slg {
    margin-bottom: 1.25rem !important;
  }
  .mt-lg-slg {
    margin-top: 1.25rem !important;
  }
  .ml-lg-slg {
    margin-left: 1.25rem !important;
  }
  .mr-lg-slg {
    margin-right: 1.25rem !important;
  }
  .mb-lg-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-lg-lg {
    margin-top: 1.5rem !important;
  }
  .ml-lg-lg {
    margin-left: 1.5rem !important;
  }
  .mr-lg-lg {
    margin-right: 1.5rem !important;
  }
  .mb-lg-xl {
    margin-bottom: 2rem !important;
  }
  .mt-lg-xl {
    margin-top: 2rem !important;
  }
  .ml-lg-xl {
    margin-left: 2rem !important;
  }
  .mr-lg-xl {
    margin-right: 2rem !important;
  }
  .mb-lg-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-lg-xxl {
    margin-top: 2.5rem !important;
  }
  .ml-lg-xxl {
    margin-left: 2.5rem !important;
  }
  .mr-lg-xxl {
    margin-right: 2.5rem !important;
  }
  .mb-lg-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-lg-xxxl {
    margin-top: 3rem !important;
  }
  .ml-lg-xxxl {
    margin-left: 3rem !important;
  }
  .mr-lg-xxxl {
    margin-right: 3rem !important;
  }
  .mb-lg-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-lg-4xl {
    margin-top: 4rem !important;
  }
  .ml-lg-4xl {
    margin-left: 4rem !important;
  }
  .mr-lg-4xl {
    margin-right: 4rem !important;
  }
  .mb-lg-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-lg-5xl {
    margin-top: 5rem !important;
  }
  .ml-lg-5xl {
    margin-left: 5rem !important;
  }
  .mr-lg-5xl {
    margin-right: 5rem !important;
  }
  .mb-lg-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-lg-6xl {
    margin-top: 6rem !important;
  }
  .ml-lg-6xl {
    margin-left: 6rem !important;
  }
  .mr-lg-6xl {
    margin-right: 6rem !important;
  }
  .mb-lg-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-lg-7xl {
    margin-top: 7rem !important;
  }
  .ml-lg-7xl {
    margin-left: 7rem !important;
  }
  .mr-lg-7xl {
    margin-right: 7rem !important;
  }
  .mb-lg-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-lg-8xl {
    margin-top: 8rem !important;
  }
  .ml-lg-8xl {
    margin-left: 8rem !important;
  }
  .mr-lg-8xl {
    margin-right: 8rem !important;
  }
  .mb-lg-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-lg-9xl {
    margin-top: 9rem !important;
  }
  .ml-lg-9xl {
    margin-left: 9rem !important;
  }
  .mr-lg-9xl {
    margin-right: 9rem !important;
  }
  .mb-lg-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-lg-10xl {
    margin-top: 10rem !important;
  }
  .ml-lg-10xl {
    margin-left: 10rem !important;
  }
  .mr-lg-10xl {
    margin-right: 10rem !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .m-inline-lg-auto {
    margin-inline: auto !important;
  }
  .m-inline-lg-inherit {
    margin-inline: inherit !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-xs {
    padding-bottom: 0.25rem !important;
  }
  .pt-lg-xs {
    padding-top: 0.25rem !important;
  }
  .pl-lg-xs {
    padding-left: 0.25rem !important;
  }
  .pr-lg-xs {
    padding-right: 0.25rem !important;
  }
  .pb-lg-sm {
    padding-bottom: 0.5rem !important;
  }
  .pt-lg-sm {
    padding-top: 0.5rem !important;
  }
  .pl-lg-sm {
    padding-left: 0.5rem !important;
  }
  .pr-lg-sm {
    padding-right: 0.5rem !important;
  }
  .pb-lg-xsm {
    padding-bottom: 0.75rem !important;
  }
  .pt-lg-xsm {
    padding-top: 0.75rem !important;
  }
  .pl-lg-xsm {
    padding-left: 0.75rem !important;
  }
  .pr-lg-xsm {
    padding-right: 0.75rem !important;
  }
  .pb-lg-md {
    padding-bottom: 1rem !important;
  }
  .pt-lg-md {
    padding-top: 1rem !important;
  }
  .pl-lg-md {
    padding-left: 1rem !important;
  }
  .pr-lg-md {
    padding-right: 1rem !important;
  }
  .pb-lg-slg {
    padding-bottom: 1.25rem !important;
  }
  .pt-lg-slg {
    padding-top: 1.25rem !important;
  }
  .pl-lg-slg {
    padding-left: 1.25rem !important;
  }
  .pr-lg-slg {
    padding-right: 1.25rem !important;
  }
  .pb-lg-lg {
    padding-bottom: 1.5rem !important;
  }
  .pt-lg-lg {
    padding-top: 1.5rem !important;
  }
  .pl-lg-lg {
    padding-left: 1.5rem !important;
  }
  .pr-lg-lg {
    padding-right: 1.5rem !important;
  }
  .pb-lg-xl {
    padding-bottom: 2rem !important;
  }
  .pt-lg-xl {
    padding-top: 2rem !important;
  }
  .pl-lg-xl {
    padding-left: 2rem !important;
  }
  .pr-lg-xl {
    padding-right: 2rem !important;
  }
  .pb-lg-xxl {
    padding-bottom: 2.5rem !important;
  }
  .pt-lg-xxl {
    padding-top: 2.5rem !important;
  }
  .pl-lg-xxl {
    padding-left: 2.5rem !important;
  }
  .pr-lg-xxl {
    padding-right: 2.5rem !important;
  }
  .pb-lg-xxxl {
    padding-bottom: 3rem !important;
  }
  .pt-lg-xxxl {
    padding-top: 3rem !important;
  }
  .pl-lg-xxxl {
    padding-left: 3rem !important;
  }
  .pr-lg-xxxl {
    padding-right: 3rem !important;
  }
  .pb-lg-4xl {
    padding-bottom: 4rem !important;
  }
  .pt-lg-4xl {
    padding-top: 4rem !important;
  }
  .pl-lg-4xl {
    padding-left: 4rem !important;
  }
  .pr-lg-4xl {
    padding-right: 4rem !important;
  }
  .pb-lg-5xl {
    padding-bottom: 5rem !important;
  }
  .pt-lg-5xl {
    padding-top: 5rem !important;
  }
  .pl-lg-5xl {
    padding-left: 5rem !important;
  }
  .pr-lg-5xl {
    padding-right: 5rem !important;
  }
  .pb-lg-6xl {
    padding-bottom: 6rem !important;
  }
  .pt-lg-6xl {
    padding-top: 6rem !important;
  }
  .pl-lg-6xl {
    padding-left: 6rem !important;
  }
  .pr-lg-6xl {
    padding-right: 6rem !important;
  }
  .pb-lg-7xl {
    padding-bottom: 7rem !important;
  }
  .pt-lg-7xl {
    padding-top: 7rem !important;
  }
  .pl-lg-7xl {
    padding-left: 7rem !important;
  }
  .pr-lg-7xl {
    padding-right: 7rem !important;
  }
  .pb-lg-8xl {
    padding-bottom: 8rem !important;
  }
  .pt-lg-8xl {
    padding-top: 8rem !important;
  }
  .pl-lg-8xl {
    padding-left: 8rem !important;
  }
  .pr-lg-8xl {
    padding-right: 8rem !important;
  }
  .pb-lg-9xl {
    padding-bottom: 9rem !important;
  }
  .pt-lg-9xl {
    padding-top: 9rem !important;
  }
  .pl-lg-9xl {
    padding-left: 9rem !important;
  }
  .pr-lg-9xl {
    padding-right: 9rem !important;
  }
  .pb-lg-10xl {
    padding-bottom: 10rem !important;
  }
  .pt-lg-10xl {
    padding-top: 10rem !important;
  }
  .pl-lg-10xl {
    padding-left: 10rem !important;
  }
  .pr-lg-10xl {
    padding-right: 10rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .m-inline-lg-auto {
    margin-inline: auto !important;
  }
  .m-inline-lg-inherit {
    margin-inline: inherit !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .lg-visible {
    visibility: visible !important;
  }
  .lg-invisible {
    visibility: hidden !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-7 {
    width: 7% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-31 {
    width: 31% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  form.form-municipality .button--pref-option {
    min-width: 11.25rem;
    min-height: 3.5rem;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-sm {
    border-radius: 8px !important;
  }
  .rounded-xl-md {
    border-radius: 16px !important;
  }
  .rounded-xl-lg {
    border-radius: 32px !important;
  }
  .rounded-xl-full {
    border-radius: 100vmax !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xl-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinkxl--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-xl-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-xs {
    gap: 0.25rem !important;
  }
  .gap-xl-sm {
    gap: 0.5rem !important;
  }
  .gap-xl-md {
    gap: 1rem !important;
  }
  .gap-xl-lg {
    gap: 1.5rem !important;
  }
  .gap-xl-xl {
    gap: 2rem !important;
  }
  .gap-xl-xxl {
    gap: 2.5rem !important;
  }
  .gap-xl-xxxl {
    gap: 3rem !important;
  }
  .gap-xl-4xl {
    gap: 4rem !important;
  }
  .gap-xl-5xl {
    gap: 5rem !important;
  }
  .gap-xl-6xl {
    gap: 6rem !important;
  }
  .gap-xl-7xl {
    gap: 7rem !important;
  }
  .gap-xl-8xl {
    gap: 8rem !important;
  }
  .gap-xl-9xl {
    gap: 9rem !important;
  }
  .gap-xl-10xl {
    gap: 10rem !important;
  }
  .gap-x-xl-0 {
    column-gap: 0 !important;
  }
  .gap-x-xl-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-xl-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-xl-md {
    column-gap: 1rem !important;
  }
  .gap-x-xl-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-xl-xl {
    column-gap: 2rem !important;
  }
  .gap-x-xl-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-xl-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-xl-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-xl-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-xl-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-xl-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-xl-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-xl-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-xl-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-xl-0 {
    row-gap: 0 !important;
  }
  .gap-y-xl-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-xl-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-xl-md {
    row-gap: 1rem !important;
  }
  .gap-y-xl-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-xl-xl {
    row-gap: 2rem !important;
  }
  .gap-y-xl-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-xl-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-xl-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-xl-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-xl-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-xl-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-xl-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-xl-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-xl-10xl {
    row-gap: 10rem !important;
  }
  .fz-xl-xs {
    font-size: 0.75rem !important;
  }
  .fz-xl-sm {
    font-size: 0.875rem !important;
  }
  .fz-xl-base {
    font-size: 1rem !important;
  }
  .fz-xl-lg {
    font-size: 1.125rem !important;
  }
  .fz-xl-xl {
    font-size: 1.25rem !important;
  }
  .fz-xl-xxl {
    font-size: 1.5rem !important;
  }
  .fz-xl-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-xl-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-xl-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-xl-bold {
    font-weight: bold !important;
  }
  .lh-xl-1 {
    line-height: 1 !important;
  }
  .lh-xl-sm {
    line-height: 1.3 !important;
  }
  .lh-xl-md {
    line-height: 1.5 !important;
  }
  .lh-xl-lg {
    line-height: 1.7 !important;
  }
  .lh-xl-base {
    line-height: 2 !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-xl {
    display: grid !important;
  }
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-xs {
    gap: 0.25rem !important;
  }
  .gap-xl-sm {
    gap: 0.5rem !important;
  }
  .gap-xl-md {
    gap: 1rem !important;
  }
  .gap-xl-lg {
    gap: 1.5rem !important;
  }
  .gap-xl-xl {
    gap: 2rem !important;
  }
  .gap-xl-xxl {
    gap: 2.5rem !important;
  }
  .gap-xl-xxxl {
    gap: 3rem !important;
  }
  .gap-xl-4xl {
    gap: 4rem !important;
  }
  .gap-xl-5xl {
    gap: 5rem !important;
  }
  .gap-xl-6xl {
    gap: 6rem !important;
  }
  .gap-xl-7xl {
    gap: 7rem !important;
  }
  .gap-xl-8xl {
    gap: 8rem !important;
  }
  .gap-xl-9xl {
    gap: 9rem !important;
  }
  .gap-xl-10xl {
    gap: 10rem !important;
  }
  .gap-x-xl-0 {
    column-gap: 0 !important;
  }
  .gap-x-xl-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-xl-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-xl-md {
    column-gap: 1rem !important;
  }
  .gap-x-xl-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-xl-xl {
    column-gap: 2rem !important;
  }
  .gap-x-xl-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-xl-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-xl-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-xl-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-xl-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-xl-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-xl-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-xl-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-xl-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-xl-0 {
    row-gap: 0 !important;
  }
  .gap-y-xl-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-xl-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-xl-md {
    row-gap: 1rem !important;
  }
  .gap-y-xl-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-xl-xl {
    row-gap: 2rem !important;
  }
  .gap-y-xl-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-xl-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-xl-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-xl-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-xl-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-xl-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-xl-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-xl-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-xl-10xl {
    row-gap: 10rem !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-xl-xs {
    margin-top: 0.25rem !important;
  }
  .ml-xl-xs {
    margin-left: 0.25rem !important;
  }
  .mr-xl-xs {
    margin-right: 0.25rem !important;
  }
  .mb-xl-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-xl-sm {
    margin-top: 0.5rem !important;
  }
  .ml-xl-sm {
    margin-left: 0.5rem !important;
  }
  .mr-xl-sm {
    margin-right: 0.5rem !important;
  }
  .mb-xl-xsm {
    margin-bottom: 0.75rem !important;
  }
  .mt-xl-xsm {
    margin-top: 0.75rem !important;
  }
  .ml-xl-xsm {
    margin-left: 0.75rem !important;
  }
  .mr-xl-xsm {
    margin-right: 0.75rem !important;
  }
  .mb-xl-md {
    margin-bottom: 1rem !important;
  }
  .mt-xl-md {
    margin-top: 1rem !important;
  }
  .ml-xl-md {
    margin-left: 1rem !important;
  }
  .mr-xl-md {
    margin-right: 1rem !important;
  }
  .mb-xl-slg {
    margin-bottom: 1.25rem !important;
  }
  .mt-xl-slg {
    margin-top: 1.25rem !important;
  }
  .ml-xl-slg {
    margin-left: 1.25rem !important;
  }
  .mr-xl-slg {
    margin-right: 1.25rem !important;
  }
  .mb-xl-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-xl-lg {
    margin-top: 1.5rem !important;
  }
  .ml-xl-lg {
    margin-left: 1.5rem !important;
  }
  .mr-xl-lg {
    margin-right: 1.5rem !important;
  }
  .mb-xl-xl {
    margin-bottom: 2rem !important;
  }
  .mt-xl-xl {
    margin-top: 2rem !important;
  }
  .ml-xl-xl {
    margin-left: 2rem !important;
  }
  .mr-xl-xl {
    margin-right: 2rem !important;
  }
  .mb-xl-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-xl-xxl {
    margin-top: 2.5rem !important;
  }
  .ml-xl-xxl {
    margin-left: 2.5rem !important;
  }
  .mr-xl-xxl {
    margin-right: 2.5rem !important;
  }
  .mb-xl-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-xl-xxxl {
    margin-top: 3rem !important;
  }
  .ml-xl-xxxl {
    margin-left: 3rem !important;
  }
  .mr-xl-xxxl {
    margin-right: 3rem !important;
  }
  .mb-xl-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-xl-4xl {
    margin-top: 4rem !important;
  }
  .ml-xl-4xl {
    margin-left: 4rem !important;
  }
  .mr-xl-4xl {
    margin-right: 4rem !important;
  }
  .mb-xl-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-xl-5xl {
    margin-top: 5rem !important;
  }
  .ml-xl-5xl {
    margin-left: 5rem !important;
  }
  .mr-xl-5xl {
    margin-right: 5rem !important;
  }
  .mb-xl-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-xl-6xl {
    margin-top: 6rem !important;
  }
  .ml-xl-6xl {
    margin-left: 6rem !important;
  }
  .mr-xl-6xl {
    margin-right: 6rem !important;
  }
  .mb-xl-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-xl-7xl {
    margin-top: 7rem !important;
  }
  .ml-xl-7xl {
    margin-left: 7rem !important;
  }
  .mr-xl-7xl {
    margin-right: 7rem !important;
  }
  .mb-xl-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-xl-8xl {
    margin-top: 8rem !important;
  }
  .ml-xl-8xl {
    margin-left: 8rem !important;
  }
  .mr-xl-8xl {
    margin-right: 8rem !important;
  }
  .mb-xl-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-xl-9xl {
    margin-top: 9rem !important;
  }
  .ml-xl-9xl {
    margin-left: 9rem !important;
  }
  .mr-xl-9xl {
    margin-right: 9rem !important;
  }
  .mb-xl-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-xl-10xl {
    margin-top: 10rem !important;
  }
  .ml-xl-10xl {
    margin-left: 10rem !important;
  }
  .mr-xl-10xl {
    margin-right: 10rem !important;
  }
  .m-inline-xl-auto {
    margin-inline: auto !important;
  }
  .m-inline-xl-inherit {
    margin-inline: inherit !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-xs {
    padding-bottom: 0.25rem !important;
  }
  .pt-xl-xs {
    padding-top: 0.25rem !important;
  }
  .pl-xl-xs {
    padding-left: 0.25rem !important;
  }
  .pr-xl-xs {
    padding-right: 0.25rem !important;
  }
  .pb-xl-sm {
    padding-bottom: 0.5rem !important;
  }
  .pt-xl-sm {
    padding-top: 0.5rem !important;
  }
  .pl-xl-sm {
    padding-left: 0.5rem !important;
  }
  .pr-xl-sm {
    padding-right: 0.5rem !important;
  }
  .pb-xl-xsm {
    padding-bottom: 0.75rem !important;
  }
  .pt-xl-xsm {
    padding-top: 0.75rem !important;
  }
  .pl-xl-xsm {
    padding-left: 0.75rem !important;
  }
  .pr-xl-xsm {
    padding-right: 0.75rem !important;
  }
  .pb-xl-md {
    padding-bottom: 1rem !important;
  }
  .pt-xl-md {
    padding-top: 1rem !important;
  }
  .pl-xl-md {
    padding-left: 1rem !important;
  }
  .pr-xl-md {
    padding-right: 1rem !important;
  }
  .pb-xl-slg {
    padding-bottom: 1.25rem !important;
  }
  .pt-xl-slg {
    padding-top: 1.25rem !important;
  }
  .pl-xl-slg {
    padding-left: 1.25rem !important;
  }
  .pr-xl-slg {
    padding-right: 1.25rem !important;
  }
  .pb-xl-lg {
    padding-bottom: 1.5rem !important;
  }
  .pt-xl-lg {
    padding-top: 1.5rem !important;
  }
  .pl-xl-lg {
    padding-left: 1.5rem !important;
  }
  .pr-xl-lg {
    padding-right: 1.5rem !important;
  }
  .pb-xl-xl {
    padding-bottom: 2rem !important;
  }
  .pt-xl-xl {
    padding-top: 2rem !important;
  }
  .pl-xl-xl {
    padding-left: 2rem !important;
  }
  .pr-xl-xl {
    padding-right: 2rem !important;
  }
  .pb-xl-xxl {
    padding-bottom: 2.5rem !important;
  }
  .pt-xl-xxl {
    padding-top: 2.5rem !important;
  }
  .pl-xl-xxl {
    padding-left: 2.5rem !important;
  }
  .pr-xl-xxl {
    padding-right: 2.5rem !important;
  }
  .pb-xl-xxxl {
    padding-bottom: 3rem !important;
  }
  .pt-xl-xxxl {
    padding-top: 3rem !important;
  }
  .pl-xl-xxxl {
    padding-left: 3rem !important;
  }
  .pr-xl-xxxl {
    padding-right: 3rem !important;
  }
  .pb-xl-4xl {
    padding-bottom: 4rem !important;
  }
  .pt-xl-4xl {
    padding-top: 4rem !important;
  }
  .pl-xl-4xl {
    padding-left: 4rem !important;
  }
  .pr-xl-4xl {
    padding-right: 4rem !important;
  }
  .pb-xl-5xl {
    padding-bottom: 5rem !important;
  }
  .pt-xl-5xl {
    padding-top: 5rem !important;
  }
  .pl-xl-5xl {
    padding-left: 5rem !important;
  }
  .pr-xl-5xl {
    padding-right: 5rem !important;
  }
  .pb-xl-6xl {
    padding-bottom: 6rem !important;
  }
  .pt-xl-6xl {
    padding-top: 6rem !important;
  }
  .pl-xl-6xl {
    padding-left: 6rem !important;
  }
  .pr-xl-6xl {
    padding-right: 6rem !important;
  }
  .pb-xl-7xl {
    padding-bottom: 7rem !important;
  }
  .pt-xl-7xl {
    padding-top: 7rem !important;
  }
  .pl-xl-7xl {
    padding-left: 7rem !important;
  }
  .pr-xl-7xl {
    padding-right: 7rem !important;
  }
  .pb-xl-8xl {
    padding-bottom: 8rem !important;
  }
  .pt-xl-8xl {
    padding-top: 8rem !important;
  }
  .pl-xl-8xl {
    padding-left: 8rem !important;
  }
  .pr-xl-8xl {
    padding-right: 8rem !important;
  }
  .pb-xl-9xl {
    padding-bottom: 9rem !important;
  }
  .pt-xl-9xl {
    padding-top: 9rem !important;
  }
  .pl-xl-9xl {
    padding-left: 9rem !important;
  }
  .pr-xl-9xl {
    padding-right: 9rem !important;
  }
  .pb-xl-10xl {
    padding-bottom: 10rem !important;
  }
  .pt-xl-10xl {
    padding-top: 10rem !important;
  }
  .pl-xl-10xl {
    padding-left: 10rem !important;
  }
  .pr-xl-10xl {
    padding-right: 10rem !important;
  }
  .m-inline-xl-auto {
    margin-inline: auto !important;
  }
  .m-inline-xl-inherit {
    margin-inline: inherit !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .xl-visible {
    visibility: visible !important;
  }
  .xl-invisible {
    visibility: hidden !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-7 {
    width: 7% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-31 {
    width: 31% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 1400px) {
  .layout-header__inner {
    justify-content: flex-start;
  }
  .logged-in .layout-header .account-info {
    padding: 1.125rem 2rem;
    position: relative;
  }
  .layout-header__sp-button {
    display: none;
  }
  .order-field__item:nth-child(1) {
    max-width: 23.75rem;
  }
  .order-field__button::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-sm {
    border-radius: 8px !important;
  }
  .rounded-xxl-md {
    border-radius: 16px !important;
  }
  .rounded-xxl-lg {
    border-radius: 32px !important;
  }
  .rounded-xxl-full {
    border-radius: 100vmax !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xxl-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinkxxl--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-xxl-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-xs {
    gap: 0.25rem !important;
  }
  .gap-xxl-sm {
    gap: 0.5rem !important;
  }
  .gap-xxl-md {
    gap: 1rem !important;
  }
  .gap-xxl-lg {
    gap: 1.5rem !important;
  }
  .gap-xxl-xl {
    gap: 2rem !important;
  }
  .gap-xxl-xxl {
    gap: 2.5rem !important;
  }
  .gap-xxl-xxxl {
    gap: 3rem !important;
  }
  .gap-xxl-4xl {
    gap: 4rem !important;
  }
  .gap-xxl-5xl {
    gap: 5rem !important;
  }
  .gap-xxl-6xl {
    gap: 6rem !important;
  }
  .gap-xxl-7xl {
    gap: 7rem !important;
  }
  .gap-xxl-8xl {
    gap: 8rem !important;
  }
  .gap-xxl-9xl {
    gap: 9rem !important;
  }
  .gap-xxl-10xl {
    gap: 10rem !important;
  }
  .gap-x-xxl-0 {
    column-gap: 0 !important;
  }
  .gap-x-xxl-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-xxl-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-xxl-md {
    column-gap: 1rem !important;
  }
  .gap-x-xxl-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-xxl-xl {
    column-gap: 2rem !important;
  }
  .gap-x-xxl-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-xxl-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-xxl-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-xxl-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-xxl-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-xxl-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-xxl-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-xxl-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-xxl-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-xxl-0 {
    row-gap: 0 !important;
  }
  .gap-y-xxl-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-xxl-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-xxl-md {
    row-gap: 1rem !important;
  }
  .gap-y-xxl-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-xxl-xl {
    row-gap: 2rem !important;
  }
  .gap-y-xxl-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-xxl-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-xxl-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-xxl-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-xxl-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-xxl-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-xxl-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-xxl-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-xxl-10xl {
    row-gap: 10rem !important;
  }
  .fz-xxl-xs {
    font-size: 0.75rem !important;
  }
  .fz-xxl-sm {
    font-size: 0.875rem !important;
  }
  .fz-xxl-base {
    font-size: 1rem !important;
  }
  .fz-xxl-lg {
    font-size: 1.125rem !important;
  }
  .fz-xxl-xl {
    font-size: 1.25rem !important;
  }
  .fz-xxl-xxl {
    font-size: 1.5rem !important;
  }
  .fz-xxl-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-xxl-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-xxl-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-xxl-bold {
    font-weight: bold !important;
  }
  .lh-xxl-1 {
    line-height: 1 !important;
  }
  .lh-xxl-sm {
    line-height: 1.3 !important;
  }
  .lh-xxl-md {
    line-height: 1.5 !important;
  }
  .lh-xxl-lg {
    line-height: 1.7 !important;
  }
  .lh-xxl-base {
    line-height: 2 !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-xxl {
    display: grid !important;
  }
  .grid-cols-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-xxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-xxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-xxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-xxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-xxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-xxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-xxl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-xxl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-xs {
    gap: 0.25rem !important;
  }
  .gap-xxl-sm {
    gap: 0.5rem !important;
  }
  .gap-xxl-md {
    gap: 1rem !important;
  }
  .gap-xxl-lg {
    gap: 1.5rem !important;
  }
  .gap-xxl-xl {
    gap: 2rem !important;
  }
  .gap-xxl-xxl {
    gap: 2.5rem !important;
  }
  .gap-xxl-xxxl {
    gap: 3rem !important;
  }
  .gap-xxl-4xl {
    gap: 4rem !important;
  }
  .gap-xxl-5xl {
    gap: 5rem !important;
  }
  .gap-xxl-6xl {
    gap: 6rem !important;
  }
  .gap-xxl-7xl {
    gap: 7rem !important;
  }
  .gap-xxl-8xl {
    gap: 8rem !important;
  }
  .gap-xxl-9xl {
    gap: 9rem !important;
  }
  .gap-xxl-10xl {
    gap: 10rem !important;
  }
  .gap-x-xxl-0 {
    column-gap: 0 !important;
  }
  .gap-x-xxl-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-xxl-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-xxl-md {
    column-gap: 1rem !important;
  }
  .gap-x-xxl-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-xxl-xl {
    column-gap: 2rem !important;
  }
  .gap-x-xxl-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-xxl-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-xxl-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-xxl-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-xxl-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-xxl-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-xxl-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-xxl-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-xxl-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-xxl-0 {
    row-gap: 0 !important;
  }
  .gap-y-xxl-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-xxl-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-xxl-md {
    row-gap: 1rem !important;
  }
  .gap-y-xxl-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-xxl-xl {
    row-gap: 2rem !important;
  }
  .gap-y-xxl-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-xxl-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-xxl-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-xxl-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-xxl-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-xxl-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-xxl-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-xxl-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-xxl-10xl {
    row-gap: 10rem !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-xxl-xs {
    margin-top: 0.25rem !important;
  }
  .ml-xxl-xs {
    margin-left: 0.25rem !important;
  }
  .mr-xxl-xs {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-xxl-sm {
    margin-top: 0.5rem !important;
  }
  .ml-xxl-sm {
    margin-left: 0.5rem !important;
  }
  .mr-xxl-sm {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-xsm {
    margin-bottom: 0.75rem !important;
  }
  .mt-xxl-xsm {
    margin-top: 0.75rem !important;
  }
  .ml-xxl-xsm {
    margin-left: 0.75rem !important;
  }
  .mr-xxl-xsm {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-md {
    margin-bottom: 1rem !important;
  }
  .mt-xxl-md {
    margin-top: 1rem !important;
  }
  .ml-xxl-md {
    margin-left: 1rem !important;
  }
  .mr-xxl-md {
    margin-right: 1rem !important;
  }
  .mb-xxl-slg {
    margin-bottom: 1.25rem !important;
  }
  .mt-xxl-slg {
    margin-top: 1.25rem !important;
  }
  .ml-xxl-slg {
    margin-left: 1.25rem !important;
  }
  .mr-xxl-slg {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-xxl-lg {
    margin-top: 1.5rem !important;
  }
  .ml-xxl-lg {
    margin-left: 1.5rem !important;
  }
  .mr-xxl-lg {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-xl {
    margin-bottom: 2rem !important;
  }
  .mt-xxl-xl {
    margin-top: 2rem !important;
  }
  .ml-xxl-xl {
    margin-left: 2rem !important;
  }
  .mr-xxl-xl {
    margin-right: 2rem !important;
  }
  .mb-xxl-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-xxl-xxl {
    margin-top: 2.5rem !important;
  }
  .ml-xxl-xxl {
    margin-left: 2.5rem !important;
  }
  .mr-xxl-xxl {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-xxl-xxxl {
    margin-top: 3rem !important;
  }
  .ml-xxl-xxxl {
    margin-left: 3rem !important;
  }
  .mr-xxl-xxxl {
    margin-right: 3rem !important;
  }
  .mb-xxl-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-xxl-4xl {
    margin-top: 4rem !important;
  }
  .ml-xxl-4xl {
    margin-left: 4rem !important;
  }
  .mr-xxl-4xl {
    margin-right: 4rem !important;
  }
  .mb-xxl-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-xxl-5xl {
    margin-top: 5rem !important;
  }
  .ml-xxl-5xl {
    margin-left: 5rem !important;
  }
  .mr-xxl-5xl {
    margin-right: 5rem !important;
  }
  .mb-xxl-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-xxl-6xl {
    margin-top: 6rem !important;
  }
  .ml-xxl-6xl {
    margin-left: 6rem !important;
  }
  .mr-xxl-6xl {
    margin-right: 6rem !important;
  }
  .mb-xxl-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-xxl-7xl {
    margin-top: 7rem !important;
  }
  .ml-xxl-7xl {
    margin-left: 7rem !important;
  }
  .mr-xxl-7xl {
    margin-right: 7rem !important;
  }
  .mb-xxl-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-xxl-8xl {
    margin-top: 8rem !important;
  }
  .ml-xxl-8xl {
    margin-left: 8rem !important;
  }
  .mr-xxl-8xl {
    margin-right: 8rem !important;
  }
  .mb-xxl-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-xxl-9xl {
    margin-top: 9rem !important;
  }
  .ml-xxl-9xl {
    margin-left: 9rem !important;
  }
  .mr-xxl-9xl {
    margin-right: 9rem !important;
  }
  .mb-xxl-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-xxl-10xl {
    margin-top: 10rem !important;
  }
  .ml-xxl-10xl {
    margin-left: 10rem !important;
  }
  .mr-xxl-10xl {
    margin-right: 10rem !important;
  }
  .m-inline-xxl-auto {
    margin-inline: auto !important;
  }
  .m-inline-xxl-inherit {
    margin-inline: inherit !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-xs {
    padding-bottom: 0.25rem !important;
  }
  .pt-xxl-xs {
    padding-top: 0.25rem !important;
  }
  .pl-xxl-xs {
    padding-left: 0.25rem !important;
  }
  .pr-xxl-xs {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-sm {
    padding-bottom: 0.5rem !important;
  }
  .pt-xxl-sm {
    padding-top: 0.5rem !important;
  }
  .pl-xxl-sm {
    padding-left: 0.5rem !important;
  }
  .pr-xxl-sm {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-xsm {
    padding-bottom: 0.75rem !important;
  }
  .pt-xxl-xsm {
    padding-top: 0.75rem !important;
  }
  .pl-xxl-xsm {
    padding-left: 0.75rem !important;
  }
  .pr-xxl-xsm {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-md {
    padding-bottom: 1rem !important;
  }
  .pt-xxl-md {
    padding-top: 1rem !important;
  }
  .pl-xxl-md {
    padding-left: 1rem !important;
  }
  .pr-xxl-md {
    padding-right: 1rem !important;
  }
  .pb-xxl-slg {
    padding-bottom: 1.25rem !important;
  }
  .pt-xxl-slg {
    padding-top: 1.25rem !important;
  }
  .pl-xxl-slg {
    padding-left: 1.25rem !important;
  }
  .pr-xxl-slg {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-lg {
    padding-bottom: 1.5rem !important;
  }
  .pt-xxl-lg {
    padding-top: 1.5rem !important;
  }
  .pl-xxl-lg {
    padding-left: 1.5rem !important;
  }
  .pr-xxl-lg {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-xl {
    padding-bottom: 2rem !important;
  }
  .pt-xxl-xl {
    padding-top: 2rem !important;
  }
  .pl-xxl-xl {
    padding-left: 2rem !important;
  }
  .pr-xxl-xl {
    padding-right: 2rem !important;
  }
  .pb-xxl-xxl {
    padding-bottom: 2.5rem !important;
  }
  .pt-xxl-xxl {
    padding-top: 2.5rem !important;
  }
  .pl-xxl-xxl {
    padding-left: 2.5rem !important;
  }
  .pr-xxl-xxl {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-xxxl {
    padding-bottom: 3rem !important;
  }
  .pt-xxl-xxxl {
    padding-top: 3rem !important;
  }
  .pl-xxl-xxxl {
    padding-left: 3rem !important;
  }
  .pr-xxl-xxxl {
    padding-right: 3rem !important;
  }
  .pb-xxl-4xl {
    padding-bottom: 4rem !important;
  }
  .pt-xxl-4xl {
    padding-top: 4rem !important;
  }
  .pl-xxl-4xl {
    padding-left: 4rem !important;
  }
  .pr-xxl-4xl {
    padding-right: 4rem !important;
  }
  .pb-xxl-5xl {
    padding-bottom: 5rem !important;
  }
  .pt-xxl-5xl {
    padding-top: 5rem !important;
  }
  .pl-xxl-5xl {
    padding-left: 5rem !important;
  }
  .pr-xxl-5xl {
    padding-right: 5rem !important;
  }
  .pb-xxl-6xl {
    padding-bottom: 6rem !important;
  }
  .pt-xxl-6xl {
    padding-top: 6rem !important;
  }
  .pl-xxl-6xl {
    padding-left: 6rem !important;
  }
  .pr-xxl-6xl {
    padding-right: 6rem !important;
  }
  .pb-xxl-7xl {
    padding-bottom: 7rem !important;
  }
  .pt-xxl-7xl {
    padding-top: 7rem !important;
  }
  .pl-xxl-7xl {
    padding-left: 7rem !important;
  }
  .pr-xxl-7xl {
    padding-right: 7rem !important;
  }
  .pb-xxl-8xl {
    padding-bottom: 8rem !important;
  }
  .pt-xxl-8xl {
    padding-top: 8rem !important;
  }
  .pl-xxl-8xl {
    padding-left: 8rem !important;
  }
  .pr-xxl-8xl {
    padding-right: 8rem !important;
  }
  .pb-xxl-9xl {
    padding-bottom: 9rem !important;
  }
  .pt-xxl-9xl {
    padding-top: 9rem !important;
  }
  .pl-xxl-9xl {
    padding-left: 9rem !important;
  }
  .pr-xxl-9xl {
    padding-right: 9rem !important;
  }
  .pb-xxl-10xl {
    padding-bottom: 10rem !important;
  }
  .pt-xxl-10xl {
    padding-top: 10rem !important;
  }
  .pl-xxl-10xl {
    padding-left: 10rem !important;
  }
  .pr-xxl-10xl {
    padding-right: 10rem !important;
  }
  .m-inline-xxl-auto {
    margin-inline: auto !important;
  }
  .m-inline-xxl-inherit {
    margin-inline: inherit !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .xxl-visible {
    visibility: visible !important;
  }
  .xxl-invisible {
    visibility: hidden !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-7 {
    width: 7% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-31 {
    width: 31% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-66 {
    width: 66% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 1621px) {
  .rounded-xxxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxxl-sm {
    border-radius: 8px !important;
  }
  .rounded-xxxl-md {
    border-radius: 16px !important;
  }
  .rounded-xxxl-lg {
    border-radius: 32px !important;
  }
  .rounded-xxxl-full {
    border-radius: 100vmax !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xxxl-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinkxxxl--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-xxxl-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-xs {
    gap: 0.25rem !important;
  }
  .gap-xxxl-sm {
    gap: 0.5rem !important;
  }
  .gap-xxxl-md {
    gap: 1rem !important;
  }
  .gap-xxxl-lg {
    gap: 1.5rem !important;
  }
  .gap-xxxl-xl {
    gap: 2rem !important;
  }
  .gap-xxxl-xxl {
    gap: 2.5rem !important;
  }
  .gap-xxxl-xxxl {
    gap: 3rem !important;
  }
  .gap-xxxl-4xl {
    gap: 4rem !important;
  }
  .gap-xxxl-5xl {
    gap: 5rem !important;
  }
  .gap-xxxl-6xl {
    gap: 6rem !important;
  }
  .gap-xxxl-7xl {
    gap: 7rem !important;
  }
  .gap-xxxl-8xl {
    gap: 8rem !important;
  }
  .gap-xxxl-9xl {
    gap: 9rem !important;
  }
  .gap-xxxl-10xl {
    gap: 10rem !important;
  }
  .gap-x-xxxl-0 {
    column-gap: 0 !important;
  }
  .gap-x-xxxl-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-xxxl-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-xxxl-md {
    column-gap: 1rem !important;
  }
  .gap-x-xxxl-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-xxxl-xl {
    column-gap: 2rem !important;
  }
  .gap-x-xxxl-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-xxxl-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-xxxl-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-xxxl-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-xxxl-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-xxxl-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-xxxl-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-xxxl-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-xxxl-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-xxxl-0 {
    row-gap: 0 !important;
  }
  .gap-y-xxxl-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-xxxl-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-xxxl-md {
    row-gap: 1rem !important;
  }
  .gap-y-xxxl-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-xxxl-xl {
    row-gap: 2rem !important;
  }
  .gap-y-xxxl-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-xxxl-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-xxxl-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-xxxl-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-xxxl-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-xxxl-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-xxxl-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-xxxl-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-xxxl-10xl {
    row-gap: 10rem !important;
  }
  .fz-xxxl-xs {
    font-size: 0.75rem !important;
  }
  .fz-xxxl-sm {
    font-size: 0.875rem !important;
  }
  .fz-xxxl-base {
    font-size: 1rem !important;
  }
  .fz-xxxl-lg {
    font-size: 1.125rem !important;
  }
  .fz-xxxl-xl {
    font-size: 1.25rem !important;
  }
  .fz-xxxl-xxl {
    font-size: 1.5rem !important;
  }
  .fz-xxxl-xxxl {
    font-size: 1.625rem !important;
  }
  .fz-xxxl-xxxxl {
    font-size: 1.75rem !important;
  }
  .fz-xxxl-xxxxxl {
    font-size: 1.875rem !important;
  }
  .fw-xxxl-bold {
    font-weight: bold !important;
  }
  .lh-xxxl-1 {
    line-height: 1 !important;
  }
  .lh-xxxl-sm {
    line-height: 1.3 !important;
  }
  .lh-xxxl-md {
    line-height: 1.5 !important;
  }
  .lh-xxxl-lg {
    line-height: 1.7 !important;
  }
  .lh-xxxl-base {
    line-height: 2 !important;
  }
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
  .text-xxxl-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-xxxl {
    display: grid !important;
  }
  .grid-cols-xxxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-xxxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-xxxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-xxxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-xxxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-xxxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-xxxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-xxxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-xxxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-xxxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-xxxl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-xxxl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-xs {
    gap: 0.25rem !important;
  }
  .gap-xxxl-sm {
    gap: 0.5rem !important;
  }
  .gap-xxxl-md {
    gap: 1rem !important;
  }
  .gap-xxxl-lg {
    gap: 1.5rem !important;
  }
  .gap-xxxl-xl {
    gap: 2rem !important;
  }
  .gap-xxxl-xxl {
    gap: 2.5rem !important;
  }
  .gap-xxxl-xxxl {
    gap: 3rem !important;
  }
  .gap-xxxl-4xl {
    gap: 4rem !important;
  }
  .gap-xxxl-5xl {
    gap: 5rem !important;
  }
  .gap-xxxl-6xl {
    gap: 6rem !important;
  }
  .gap-xxxl-7xl {
    gap: 7rem !important;
  }
  .gap-xxxl-8xl {
    gap: 8rem !important;
  }
  .gap-xxxl-9xl {
    gap: 9rem !important;
  }
  .gap-xxxl-10xl {
    gap: 10rem !important;
  }
  .gap-x-xxxl-0 {
    column-gap: 0 !important;
  }
  .gap-x-xxxl-xs {
    column-gap: 0.25rem !important;
  }
  .gap-x-xxxl-sm {
    column-gap: 0.5rem !important;
  }
  .gap-x-xxxl-md {
    column-gap: 1rem !important;
  }
  .gap-x-xxxl-lg {
    column-gap: 1.5rem !important;
  }
  .gap-x-xxxl-xl {
    column-gap: 2rem !important;
  }
  .gap-x-xxxl-xxl {
    column-gap: 2.5rem !important;
  }
  .gap-x-xxxl-xxxl {
    column-gap: 3rem !important;
  }
  .gap-x-xxxl-4xl {
    column-gap: 4rem !important;
  }
  .gap-x-xxxl-5xl {
    column-gap: 5rem !important;
  }
  .gap-x-xxxl-6xl {
    column-gap: 6rem !important;
  }
  .gap-x-xxxl-7xl {
    column-gap: 7rem !important;
  }
  .gap-x-xxxl-8xl {
    column-gap: 8rem !important;
  }
  .gap-x-xxxl-9xl {
    column-gap: 9rem !important;
  }
  .gap-x-xxxl-10xl {
    column-gap: 10rem !important;
  }
  .gap-y-xxxl-0 {
    row-gap: 0 !important;
  }
  .gap-y-xxxl-xs {
    row-gap: 0.25rem !important;
  }
  .gap-y-xxxl-sm {
    row-gap: 0.5rem !important;
  }
  .gap-y-xxxl-md {
    row-gap: 1rem !important;
  }
  .gap-y-xxxl-lg {
    row-gap: 1.5rem !important;
  }
  .gap-y-xxxl-xl {
    row-gap: 2rem !important;
  }
  .gap-y-xxxl-xxl {
    row-gap: 2.5rem !important;
  }
  .gap-y-xxxl-xxxl {
    row-gap: 3rem !important;
  }
  .gap-y-xxxl-4xl {
    row-gap: 4rem !important;
  }
  .gap-y-xxxl-5xl {
    row-gap: 5rem !important;
  }
  .gap-y-xxxl-6xl {
    row-gap: 6rem !important;
  }
  .gap-y-xxxl-7xl {
    row-gap: 7rem !important;
  }
  .gap-y-xxxl-8xl {
    row-gap: 8rem !important;
  }
  .gap-y-xxxl-9xl {
    row-gap: 9rem !important;
  }
  .gap-y-xxxl-10xl {
    row-gap: 10rem !important;
  }
  .h-xxxl-25 {
    height: 25% !important;
  }
  .h-xxxl-50 {
    height: 50% !important;
  }
  .h-xxxl-75 {
    height: 75% !important;
  }
  .h-xxxl-100 {
    height: 100% !important;
  }
  .h-xxxl-auto {
    height: auto !important;
  }
  .mh-xxxl-100 {
    max-height: 100% !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .ml-xxxl-0 {
    margin-left: 0 !important;
  }
  .mr-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-xs {
    margin-bottom: 0.25rem !important;
  }
  .mt-xxxl-xs {
    margin-top: 0.25rem !important;
  }
  .ml-xxxl-xs {
    margin-left: 0.25rem !important;
  }
  .mr-xxxl-xs {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-sm {
    margin-bottom: 0.5rem !important;
  }
  .mt-xxxl-sm {
    margin-top: 0.5rem !important;
  }
  .ml-xxxl-sm {
    margin-left: 0.5rem !important;
  }
  .mr-xxxl-sm {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-xsm {
    margin-bottom: 0.75rem !important;
  }
  .mt-xxxl-xsm {
    margin-top: 0.75rem !important;
  }
  .ml-xxxl-xsm {
    margin-left: 0.75rem !important;
  }
  .mr-xxxl-xsm {
    margin-right: 0.75rem !important;
  }
  .mb-xxxl-md {
    margin-bottom: 1rem !important;
  }
  .mt-xxxl-md {
    margin-top: 1rem !important;
  }
  .ml-xxxl-md {
    margin-left: 1rem !important;
  }
  .mr-xxxl-md {
    margin-right: 1rem !important;
  }
  .mb-xxxl-slg {
    margin-bottom: 1.25rem !important;
  }
  .mt-xxxl-slg {
    margin-top: 1.25rem !important;
  }
  .ml-xxxl-slg {
    margin-left: 1.25rem !important;
  }
  .mr-xxxl-slg {
    margin-right: 1.25rem !important;
  }
  .mb-xxxl-lg {
    margin-bottom: 1.5rem !important;
  }
  .mt-xxxl-lg {
    margin-top: 1.5rem !important;
  }
  .ml-xxxl-lg {
    margin-left: 1.5rem !important;
  }
  .mr-xxxl-lg {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-xl {
    margin-bottom: 2rem !important;
  }
  .mt-xxxl-xl {
    margin-top: 2rem !important;
  }
  .ml-xxxl-xl {
    margin-left: 2rem !important;
  }
  .mr-xxxl-xl {
    margin-right: 2rem !important;
  }
  .mb-xxxl-xxl {
    margin-bottom: 2.5rem !important;
  }
  .mt-xxxl-xxl {
    margin-top: 2.5rem !important;
  }
  .ml-xxxl-xxl {
    margin-left: 2.5rem !important;
  }
  .mr-xxxl-xxl {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-xxxl {
    margin-bottom: 3rem !important;
  }
  .mt-xxxl-xxxl {
    margin-top: 3rem !important;
  }
  .ml-xxxl-xxxl {
    margin-left: 3rem !important;
  }
  .mr-xxxl-xxxl {
    margin-right: 3rem !important;
  }
  .mb-xxxl-4xl {
    margin-bottom: 4rem !important;
  }
  .mt-xxxl-4xl {
    margin-top: 4rem !important;
  }
  .ml-xxxl-4xl {
    margin-left: 4rem !important;
  }
  .mr-xxxl-4xl {
    margin-right: 4rem !important;
  }
  .mb-xxxl-5xl {
    margin-bottom: 5rem !important;
  }
  .mt-xxxl-5xl {
    margin-top: 5rem !important;
  }
  .ml-xxxl-5xl {
    margin-left: 5rem !important;
  }
  .mr-xxxl-5xl {
    margin-right: 5rem !important;
  }
  .mb-xxxl-6xl {
    margin-bottom: 6rem !important;
  }
  .mt-xxxl-6xl {
    margin-top: 6rem !important;
  }
  .ml-xxxl-6xl {
    margin-left: 6rem !important;
  }
  .mr-xxxl-6xl {
    margin-right: 6rem !important;
  }
  .mb-xxxl-7xl {
    margin-bottom: 7rem !important;
  }
  .mt-xxxl-7xl {
    margin-top: 7rem !important;
  }
  .ml-xxxl-7xl {
    margin-left: 7rem !important;
  }
  .mr-xxxl-7xl {
    margin-right: 7rem !important;
  }
  .mb-xxxl-8xl {
    margin-bottom: 8rem !important;
  }
  .mt-xxxl-8xl {
    margin-top: 8rem !important;
  }
  .ml-xxxl-8xl {
    margin-left: 8rem !important;
  }
  .mr-xxxl-8xl {
    margin-right: 8rem !important;
  }
  .mb-xxxl-9xl {
    margin-bottom: 9rem !important;
  }
  .mt-xxxl-9xl {
    margin-top: 9rem !important;
  }
  .ml-xxxl-9xl {
    margin-left: 9rem !important;
  }
  .mr-xxxl-9xl {
    margin-right: 9rem !important;
  }
  .mb-xxxl-10xl {
    margin-bottom: 10rem !important;
  }
  .mt-xxxl-10xl {
    margin-top: 10rem !important;
  }
  .ml-xxxl-10xl {
    margin-left: 10rem !important;
  }
  .mr-xxxl-10xl {
    margin-right: 10rem !important;
  }
  .m-inline-xxxl-auto {
    margin-inline: auto !important;
  }
  .m-inline-xxxl-inherit {
    margin-inline: inherit !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pl-xxxl-0 {
    padding-left: 0 !important;
  }
  .pr-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-xs {
    padding-bottom: 0.25rem !important;
  }
  .pt-xxxl-xs {
    padding-top: 0.25rem !important;
  }
  .pl-xxxl-xs {
    padding-left: 0.25rem !important;
  }
  .pr-xxxl-xs {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-sm {
    padding-bottom: 0.5rem !important;
  }
  .pt-xxxl-sm {
    padding-top: 0.5rem !important;
  }
  .pl-xxxl-sm {
    padding-left: 0.5rem !important;
  }
  .pr-xxxl-sm {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-xsm {
    padding-bottom: 0.75rem !important;
  }
  .pt-xxxl-xsm {
    padding-top: 0.75rem !important;
  }
  .pl-xxxl-xsm {
    padding-left: 0.75rem !important;
  }
  .pr-xxxl-xsm {
    padding-right: 0.75rem !important;
  }
  .pb-xxxl-md {
    padding-bottom: 1rem !important;
  }
  .pt-xxxl-md {
    padding-top: 1rem !important;
  }
  .pl-xxxl-md {
    padding-left: 1rem !important;
  }
  .pr-xxxl-md {
    padding-right: 1rem !important;
  }
  .pb-xxxl-slg {
    padding-bottom: 1.25rem !important;
  }
  .pt-xxxl-slg {
    padding-top: 1.25rem !important;
  }
  .pl-xxxl-slg {
    padding-left: 1.25rem !important;
  }
  .pr-xxxl-slg {
    padding-right: 1.25rem !important;
  }
  .pb-xxxl-lg {
    padding-bottom: 1.5rem !important;
  }
  .pt-xxxl-lg {
    padding-top: 1.5rem !important;
  }
  .pl-xxxl-lg {
    padding-left: 1.5rem !important;
  }
  .pr-xxxl-lg {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-xl {
    padding-bottom: 2rem !important;
  }
  .pt-xxxl-xl {
    padding-top: 2rem !important;
  }
  .pl-xxxl-xl {
    padding-left: 2rem !important;
  }
  .pr-xxxl-xl {
    padding-right: 2rem !important;
  }
  .pb-xxxl-xxl {
    padding-bottom: 2.5rem !important;
  }
  .pt-xxxl-xxl {
    padding-top: 2.5rem !important;
  }
  .pl-xxxl-xxl {
    padding-left: 2.5rem !important;
  }
  .pr-xxxl-xxl {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-xxxl {
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-xxxl {
    padding-top: 3rem !important;
  }
  .pl-xxxl-xxxl {
    padding-left: 3rem !important;
  }
  .pr-xxxl-xxxl {
    padding-right: 3rem !important;
  }
  .pb-xxxl-4xl {
    padding-bottom: 4rem !important;
  }
  .pt-xxxl-4xl {
    padding-top: 4rem !important;
  }
  .pl-xxxl-4xl {
    padding-left: 4rem !important;
  }
  .pr-xxxl-4xl {
    padding-right: 4rem !important;
  }
  .pb-xxxl-5xl {
    padding-bottom: 5rem !important;
  }
  .pt-xxxl-5xl {
    padding-top: 5rem !important;
  }
  .pl-xxxl-5xl {
    padding-left: 5rem !important;
  }
  .pr-xxxl-5xl {
    padding-right: 5rem !important;
  }
  .pb-xxxl-6xl {
    padding-bottom: 6rem !important;
  }
  .pt-xxxl-6xl {
    padding-top: 6rem !important;
  }
  .pl-xxxl-6xl {
    padding-left: 6rem !important;
  }
  .pr-xxxl-6xl {
    padding-right: 6rem !important;
  }
  .pb-xxxl-7xl {
    padding-bottom: 7rem !important;
  }
  .pt-xxxl-7xl {
    padding-top: 7rem !important;
  }
  .pl-xxxl-7xl {
    padding-left: 7rem !important;
  }
  .pr-xxxl-7xl {
    padding-right: 7rem !important;
  }
  .pb-xxxl-8xl {
    padding-bottom: 8rem !important;
  }
  .pt-xxxl-8xl {
    padding-top: 8rem !important;
  }
  .pl-xxxl-8xl {
    padding-left: 8rem !important;
  }
  .pr-xxxl-8xl {
    padding-right: 8rem !important;
  }
  .pb-xxxl-9xl {
    padding-bottom: 9rem !important;
  }
  .pt-xxxl-9xl {
    padding-top: 9rem !important;
  }
  .pl-xxxl-9xl {
    padding-left: 9rem !important;
  }
  .pr-xxxl-9xl {
    padding-right: 9rem !important;
  }
  .pb-xxxl-10xl {
    padding-bottom: 10rem !important;
  }
  .pt-xxxl-10xl {
    padding-top: 10rem !important;
  }
  .pl-xxxl-10xl {
    padding-left: 10rem !important;
  }
  .pr-xxxl-10xl {
    padding-right: 10rem !important;
  }
  .m-inline-xxxl-auto {
    margin-inline: auto !important;
  }
  .m-inline-xxxl-inherit {
    margin-inline: inherit !important;
  }
  .position-xxxl-static {
    position: static !important;
  }
  .position-xxxl-relative {
    position: relative !important;
  }
  .position-xxxl-absolute {
    position: absolute !important;
  }
  .position-xxxl-fixed {
    position: fixed !important;
  }
  .position-xxxl-sticky {
    position: sticky !important;
  }
  .xxxl-visible {
    visibility: visible !important;
  }
  .xxxl-invisible {
    visibility: hidden !important;
  }
  .w-xxxl-5 {
    width: 5% !important;
  }
  .w-xxxl-7 {
    width: 7% !important;
  }
  .w-xxxl-10 {
    width: 10% !important;
  }
  .w-xxxl-15 {
    width: 15% !important;
  }
  .w-xxxl-20 {
    width: 20% !important;
  }
  .w-xxxl-25 {
    width: 25% !important;
  }
  .w-xxxl-30 {
    width: 30% !important;
  }
  .w-xxxl-31 {
    width: 31% !important;
  }
  .w-xxxl-35 {
    width: 35% !important;
  }
  .w-xxxl-40 {
    width: 40% !important;
  }
  .w-xxxl-45 {
    width: 45% !important;
  }
  .w-xxxl-50 {
    width: 50% !important;
  }
  .w-xxxl-55 {
    width: 55% !important;
  }
  .w-xxxl-60 {
    width: 60% !important;
  }
  .w-xxxl-65 {
    width: 65% !important;
  }
  .w-xxxl-66 {
    width: 66% !important;
  }
  .w-xxxl-70 {
    width: 70% !important;
  }
  .w-xxxl-75 {
    width: 75% !important;
  }
  .w-xxxl-80 {
    width: 80% !important;
  }
  .w-xxxl-85 {
    width: 85% !important;
  }
  .w-xxxl-90 {
    width: 90% !important;
  }
  .w-xxxl-95 {
    width: 95% !important;
  }
  .w-xxxl-100 {
    width: 100% !important;
  }
  .w-xxxl-auto {
    width: auto !important;
  }
  .mw-xxxl-100 {
    max-width: 100% !important;
  }
}

@media (max-width: 1620.98px) {
  .cart .sidebar-layout-container__nav {
    margin-top: 1.5rem;
    position: static;
  }
  .cart .layout-sidebar {
    width: 100%;
    max-width: 52.75rem;
    position: static;
    margin-inline: auto;
    border: 2px solid #bf1a1a;
    border-radius: 16px;
    min-height: auto;
    box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1399.98px) {
  .top-header-bg::before {
    background: url(../images/top_header_bg_sp.png) no-repeat top left/100%
      48.86364vh;
  }
  .top.guest .top-header-bg::before {
    background-size: 100% 22.72727vh;
  }
  .layout-header {
    padding: 0.5625rem 1rem;
  }
  .top-header-bg + .layout-header {
    padding: 1.125rem 0.875rem 0.25rem;
  }
  .layout-header__logo {
    max-width: 9.5625rem;
    width: 40.8vw;
  }
  .layout-header__info {
    align-self: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 0.6875rem;
  }
  .layout-header .store-info::after {
    right: -0.75rem;
  }
  .layout-header .store-info__name {
    margin-right: 0;
  }
  .layout-header .store-info__name-text {
    font-size: clamp(0.75rem, 3.75vw, 0.875rem);
  }
  .layout-header .store-info__button {
    margin-left: 3.2vw;
  }
  .layout-header .wait-info {
    padding: 0.3125rem 0.75rem 0.5rem;
  }
  .layout-header .wait-info__inner::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .layout-header .wait-info__text {
    font-weight: bold;
    font-size: clamp(0.75rem, 3.75vw, 0.875rem);
    line-height: 1;
  }
  .layout-header .wait-info__text:nth-child(1) {
    margin-right: 0.75rem;
  }
  .layout-header .account-info {
    position: absolute;
    top: -1.125rem;
    right: -1rem;
    padding: 0.625rem 1rem 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .layout-header .account-info__inner {
    align-items: flex-end;
    flex-direction: column;
    gap: 0.25rem;
    margin-right: 0.75rem;
  }
  .layout-header .account-info__person {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-end;
  }
  .layout-header .account-info__account {
    font-size: 0.75rem;
    gap: 0.125rem;
  }
  .layout-header .account-info__icon {
    width: 1.125rem;
    height: 1.125rem;
  }
  .layout-header .account-info__point {
    font-size: 0.625rem;
  }
  .layout-header .account-info__point-num {
    margin-right: 0.125rem;
    font-size: 0.75rem;
  }
  .layout-header .account-info__button {
    display: none;
  }
  .layout-header .account-info__annotation {
    display: none;
  }
  .order-field {
    flex-direction: column;
    padding-block: 0.5rem;
    padding-left: 0;
    column-gap: 1rem;
    margin-bottom: 0.75rem;
  }
  .order-field__item {
    margin-block: 0;
    padding: 0.5rem 1rem;
    width: 100%;
    gap: 0.5rem;
  }
  .order-field__heading {
    min-width: 6.25rem;
  }
  .order-field__button {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .order-field__button::before {
    top: 0;
    width: 100%;
    height: 0.0625rem;
  }
}

@media (max-width: 1199.98px) {
  .product-list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  form.form-municipality .pref-options {
    grid-template-columns: repeat(4, 1fr);
  }
  form.form-municipality .button--pref-option {
    width: 100%;
  }
  .number-of-people {
    justify-content: center;
    max-width: none;
    padding: 0.75rem 1rem;
  }
  .table-wrapper:has(.tab-scroll) {
    overflow-x: auto;
  }
  .table.tab-scroll {
    min-width: 46.5625rem;
  }
}

@media (max-width: 991.98px) {
  .top .sidebar-layout-container__nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s opacity ease-in-out;
  }
  .top
    .sidebar-layout-container:has(.layout-sidebar__cart-display-button.is-open)
    .sidebar-layout-container__nav-overlay {
    pointer-events: all;
    opacity: 1;
  }
  body:has(.app-menu) .layout-footer {
    margin-bottom: var(--appMenu-height);
  }
  body:has(.layout-sidebar) .layout-footer {
    margin-bottom: var(--sidebar-height);
  }
  body:has(.layout-sidebar):has(.app-menu) .layout-footer {
    margin-bottom: calc(var(--sidebar-height) + var(--appMenu-height));
  }
  body.cart .layout-footer,
  body.cart-sub .layout-footer {
    margin-bottom: 0;
  }
  body.cart:has(.app-menu) .layout-footer,
  body.cart-sub:has(.app-menu) .layout-footer {
    margin-bottom: var(--appMenu-height);
  }
  .layout-footer__body {
    flex-direction: column;
    align-items: center;
  }
  .layout-footer__linklist {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .layout-sidebar {
    width: 100%;
    min-height: auto;
    border-radius: 8px 8px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    z-index: 99;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  }
  body:has(.app-menu) .layout-sidebar {
    bottom: var(--appMenu-height);
  }
  .layout-sidebar--logged-in .layout-sidebar__head {
    padding: 0.75rem 1rem 0;
    justify-content: flex-start;
  }
  .layout-sidebar--logged-in .layout-sidebar__heading {
    font-size: 0.875rem;
  }
  .layout-sidebar .cart-info__count {
    font-size: 0.875rem;
  }
  .layout-sidebar .cart-info__count-num {
    margin-right: 0;
    font-weight: bold;
    font-size: 1rem;
  }
  .layout-sidebar .order-box {
    height: 0;
    --_app-menu-height: 3.75rem;
    --_purchase-box-height: 7.125rem;
    --_layout-sidebar-head-height: 3.8125rem;
    --_overlay: 2.75rem;
    max-height: calc(
      100svh -
        (
          var(--_app-menu-height) + var(--_purchase-box-height) +
            var(--_layout-sidebar-head-height) + var(--_overlay)
        )
    );
  }
  .layout-sidebar .order-box__info {
    justify-content: flex-start;
    gap: 0.25rem;
  }
  .layout-sidebar .purchase-box {
    padding: 0.375rem 1rem;
  }
  .layout-sidebar .purchase-box__head {
    display: none;
  }
  .layout-sidebar .purchase-box__price-num {
    font-size: 1.25rem;
  }
  .layout-sidebar .purchase-box__price-unit {
    font-size: 1rem;
  }
  .layout-sidebar .purchase-box__annotation {
    display: none;
  }
  .layout-sidebar .sidebar-actions {
    display: flex;
    align-items: stretch;
    gap: 1rem;
  }
  .layout-sidebar .sidebar-actions__item:nth-child(1) {
    order: 2;
    flex-grow: 1;
  }
  .layout-sidebar .sidebar-actions__item:nth-child(2) {
    order: 1;
    display: flex;
    align-items: center;
  }
  .layout-sidebar .order-retry {
    display: none;
    border-radius: 99px;
    border: 1px solid #142141;
    padding: 0.25rem 1rem;
    padding-left: 2.75rem;
    font-size: 0.75rem;
  }
  .layout-sidebar .order-retry .button__inner {
    display: block;
    margin-left: 0;
  }
  .layout-sidebar .order-retry .button__inner::before {
    left: -1.75rem;
  }
  .button--register {
    min-height: 2.75rem;
  }
  .mv {
    margin-inline: 1.5rem;
  }
  .product-list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .modal__container:has(
    .simplebar,
    .simplebar--pc,
    .simplebar--sp-lg,
    .simplebar--sp
  ) {
    margin-top: -3.75rem;
    border-radius: 8px;
    background-color: #fff;
    max-height: calc(100svh - 6.25rem);
    margin-inline: auto;
    max-width: calc(100vw - 2.5rem);
    overflow-y: initial;
    display: flex;
    flex-direction: column;
  }
  #modal-product .modal__overlay,
  #modal-cart-item .modal__overlay {
    padding-top: env(safe-area-inset-top, 0);
    padding-bottom: env(safe-area-inset-bottom, 0);
    z-index: 9999;
  }
  #modal-product .modal__container,
  #modal-cart-item .modal__container {
    padding-bottom: 4.375rem;
  }
  #modal-product .modal__content-wrapper,
  #modal-cart-item .modal__content-wrapper {
    height: calc(
      var(--viewport-height, 100svh) - 13.125rem - env(safe-area-inset-top, 0) -
        env(safe-area-inset-bottom, 0)
    );
  }
  #modal-product .modal__content,
  #modal-cart-item .modal__content {
    overflow: hidden;
  }
  .modal-product {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "details" "purchase";
    gap: 0.75rem;
  }
  .modal-product__img {
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0.9375rem;
  }
  .modal-product-purchase {
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0.75rem;
    box-shadow: 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
  }
  .modal-product-purchase__text {
    display: none;
  }
  .modal-product-purchase__ui {
    margin-left: 0;
  }
  .modal-product-purchase__ui .ui {
    width: 1.75rem;
    height: 1.75rem;
  }
  .modal-product-purchase__ui .ui--count {
    min-width: 2.5rem;
    min-height: 2rem;
    font-size: 1.25rem;
  }
  #modal-delivery-time .modal-scroll-inner {
    padding-right: 0;
  }
  .modal--delivery-method .delivery-time {
    grid-template-columns: repeat(3, 1fr);
  }
  .modal-neta-change {
    max-height: 60svh;
    margin-bottom: 3.75rem;
  }
  .modal-neta-change .neta-change-block {
    grid-template-columns: 1fr;
  }
  .modal-neta-change .neta-change-block__item {
    padding: 0 0 1.5rem;
    margin-bottom: 1.5rem;
  }
  .modal-neta-change .neta-change-block__item:nth-child(1)::after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.0625rem;
  }
  .modal-neta-change .neta-change-block__item:nth-child(2) {
    padding: 0;
    margin-bottom: 0;
  }
  .modal-neta-change .neta-change-item__heading {
    font-size: 1.125rem;
  }
  .modal-neta-change
    .neta-change-price__item.--standard
    .neta-change-price__price {
    font-size: 1.125rem;
  }
  .modal-neta-change .neta-change-price__price {
    font-size: 1.25rem;
  }
  .modal-neta-change .neta-change-price__price-unit {
    font-size: 1.125rem;
  }
  .order-field {
    margin-inline: 1.5rem;
    border-radius: 8px;
  }
  .simplebar--sp-lg {
    scrollbar-width: none !important; /* Firefox */
  }
  .simplebar--sp-lg::-webkit-scrollbar {
    overflow: hidden !important; /* ネイティブスクロールを隠す */
  }
}

@media (max-width: 768.98px) {
  .layout-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart .layout-sidebar .cart-sidebar__value-num {
    font-size: 1.25rem;
  }
  .cart .layout-sidebar .cart-sidebar__value-unit {
    font-size: 1rem;
  }
  .cart
    .layout-sidebar
    .cart-sidebar
    .cart-sidebar__item.--total
    .cart-sidebar__num {
    font-size: 1.5rem;
  }
  .cart
    .layout-sidebar
    .cart-sidebar
    .cart-sidebar__item.--total
    .cart-sidebar__unit {
    font-size: 1rem;
  }
  .brand-menu-block {
    padding-bottom: 0;
  }
  .brand-menu-block .brand-tabs {
    padding: 1rem;
    display: block;
    overflow-x: hidden;
  }
  .brand-menu-block .brand-tabs .brand-tab {
    width: calc(100% - 2rem);
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #d7c184;
    box-shadow: 0 0.125rem 0 #d7c184;
  }
  .brand-menu-block .brand-tabs .brand-tab + .brand-tab {
    margin-top: 0.5rem;
  }
  .brand-menus {
    display: none;
  }
  .menu-radios-wrapper {
    gap: 0;
  }
  .menu-radios .menu-radio {
    width: 33.3333333333%;
    min-height: 6.875rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }
  #modal-brand-select .modal__container {
    margin-top: -8vh;
    padding-block: 1rem 0;
  }
  .sp-brand-select {
    padding-inline: 0;
  }
  .sp-brand-select .brand-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-right: 0.875rem;
  }
  .mv.is-hide {
    display: none;
  }
  .mv .swiper {
    border-radius: 8px;
  }
  .mv .swiper-slide img {
    border-radius: 8px;
  }
  .mv .swiper-toggle__button {
    margin-left: 11.25rem;
    font-size: 0.875rem;
  }
  .mv .swiper-toggle__button .swiper-pause::before {
    margin-top: 0;
  }
  .mv .swiper-button-prev,
  .mv .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }
  .mv .swiper-button-prev::after,
  .mv .swiper-button-next::after {
    font-size: 0.875rem;
  }
  .mv .swiper-button-prev {
    left: -0.5rem;
  }
  .mv .swiper-button-next {
    right: -0.5rem;
  }
  .mv .swiper-pagination {
    margin-left: -1.5rem;
  }
  .product-list-block {
    display: none;
    border: none;
    border-radius: 0;
  }
  .product-list .order-number__num {
    font-size: 1rem;
  }
  .product-list .order-badge {
    min-width: 3rem;
    height: 1.875rem;
    padding: 0.25rem;
  }
  .product-list .order-badge .badge__num {
    font-size: 1.125rem;
  }
  .product-list .limited-badge {
    width: 2.5rem;
    height: 2.5rem;
  }
  .product-list__content {
    padding: 0.75rem;
  }
  .product-list__heading {
    font-size: 0.875rem;
  }
  .product-list__price {
    font-size: 0.75rem;
  }
  .product-list__price-num {
    font-size: 1rem;
  }
  .product-list__price-unit {
    font-size: 0.875rem;
  }
  .product-list__tag {
    padding: 0.375rem;
    font-size: 0.75rem;
  }
  .modal__container {
    padding: 2.5rem 1.25rem;
    max-width: 90vw;
    max-height: calc(100svh - 2.5rem);
  }
  .modal__container:has(
      .simplebar,
      .simplebar--pc,
      .simplebar--sp-lg,
      .simplebar--sp
    )
    .sp-float-area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 1.5rem;
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .modal__close {
    width: 2rem;
    height: 2rem;
  }
  .modal__close:before,
  .modal__close:after {
    width: 1rem;
    left: 0.5rem;
  }
  .action-alert > img {
    width: 11.25rem;
    height: 11.25rem;
  }
  .modal-product .order-number {
    font-size: 0.75rem;
  }
  .modal-product .order-number__num {
    font-size: 0.875rem;
  }
  .modal-product__heading {
    font-size: 1.125rem;
  }
  .modal-product__price-num {
    font-size: 1.125rem;
  }
  .modal-product__price-unit {
    font-size: 0.875rem;
  }
  .modal-product__tag {
    font-size: 0.75rem;
  }
  .modal-product__meta {
    font-size: 0.75rem;
  }
  .modal-product__description {
    margin-top: 0.5rem;
    padding-block: 0.75rem;
    font-size: 0.875rem;
  }
  .modal-product__option-heading {
    font-size: 1rem;
  }
  .modal-product__option-price {
    font-size: 0.875rem;
  }
  .modal-product__option-price-num {
    font-size: 1.125rem;
  }
  .modal-product__option-box {
    padding: 0.5rem 0.75rem;
  }
  .modal-product__option-box-heading {
    font-size: 0.875rem;
  }
  .modal-product__option-checkbox > label {
    font-size: 0.875rem;
  }
  .modal-product-purchase .button {
    flex-grow: 1;
    font-size: 0.875rem;
  }
  .modal-product-purchase .button .button__inner {
    padding-left: 0.75rem;
  }
  .modal-prefectures {
    max-height: 80svh;
  }
  form.form-prefectures .pref-options {
    grid-template-columns: repeat(2, 1fr);
  }
  form.form-prefectures .button--pref-option::before,
  form.form-prefectures .button--pref-option::after {
    right: 1rem;
  }
  form.form-municipality {
    max-height: 60svh;
  }
  form.form-municipality .pref-options {
    grid-template-columns: repeat(2, 1fr);
  }
  form.form-municipality .button--pref-option::before,
  form.form-municipality .button--pref-option::after {
    right: 1rem;
  }
  .modal--cart-confirm .modal__content {
    padding: 0 1.25rem 0.75rem;
  }
  .modal--cart-confirm .button-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .modal--cart-confirm .button-wrapper .button {
    width: 16.875rem;
    max-width: 100%;
    margin-inline: auto;
  }
  .modal-delivery-reservation {
    max-height: 45svh;
    margin-bottom: 7.5rem;
  }
  .modal-delivery-address {
    max-height: 45svh;
    margin-bottom: 7.5rem;
  }
  #modal-delivery-address-add .modal__container {
    margin-top: -3.75rem;
  }
  .modal-delivery-address-add .delivery-address-add-form {
    margin-bottom: 6.75rem;
    max-height: 40svh;
  }
  .modal-delivery-address-add .delivery-address-add-form .form-h3 {
    font-size: 1rem !important;
  }
  .modal--delivery-method .modal__container {
    margin-top: -3rem;
    max-height: 80svh;
  }
  .modal--delivery-method#modal-delivery-time .modal-delivery-time {
    max-height: 45svh;
    margin-bottom: 7.5rem;
  }
  .modal--delivery-method .delivery-method-head {
    width: 100%;
    padding-block: 1.5rem;
  }
  .modal--delivery-method .delivery-method-head--chara {
    aspect-ratio: 796/189;
  }
  .modal--delivery-method .delivery-method-head--chara + .delivery-method-body {
    padding-inline: 1.5rem;
    padding-bottom: 1rem;
    margin-top: -2.5rem;
  }
  .modal--delivery-method .delivery-method-head .delivery-method-heading {
    font-size: 1.125rem;
  }
  .modal--delivery-method .delivery-method-body .radio-group .radio-group_item {
    flex-direction: column;
  }
  .modal--delivery-method
    .delivery-method-body
    .radio-group
    .radio-group_item
    label {
    font-size: 0.875rem;
  }
  .modal--delivery-method .delivery-method-select {
    flex-direction: column;
  }
  .modal--delivery-method .delivery-method-select__button {
    width: 100%;
  }
  .modal--delivery-method .delivery-method-select__button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #d3d2d0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .modal--delivery-method .delivery-method-select__icon {
    width: 5rem;
    height: 5rem;
  }
  .modal--delivery-method .delivery-method-select__text {
    font-size: 1.125rem;
  }
  .modal--delivery-method .delivery-address__body {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .modal--delivery-method .calendar-heading {
    font-size: 1rem;
  }
  .modal--delivery-method .calendar-heading__year,
  .modal--delivery-method .calendar-heading__month,
  .modal--delivery-method .calendar-heading__date {
    font-size: 1.25rem;
  }
  .modal--delivery-method .delivery-time {
    grid-template-columns: repeat(2, 1fr);
  }
  .modal--delivery-method .delivery-time__button label {
    padding: 0.5rem 1rem;
  }
  .modal--delivery-method .delivery-time__button-text {
    font-size: 1rem;
  }
  .modal--delivery-method .delivery-time__button-possibility {
    font-size: 0.75rem;
    margin-top: auto;
  }
  .modal--delivery-method .delivery-time__button-possibility::before {
    width: 1.125rem;
    height: 1.125rem;
  }
  .modal--delivery-method .delivery-date-form .radio-group_item,
  .modal--delivery-method .form-delivery-or-takeout .radio-group_item {
    padding: 0 !important;
  }
  .modal--delivery-method .delivery-date-form .delivery-method-select__label,
  .modal--delivery-method
    .form-delivery-or-takeout
    .delivery-method-select__label {
    padding: 1.25rem 1rem !important;
  }
  .modal--delivery-method
    .delivery-date-form
    .delivery-method-select__label
    .label-heading,
  .modal--delivery-method
    .form-delivery-or-takeout
    .delivery-method-select__label
    .label-heading {
    font-size: 1rem !important;
  }
  .calendar .calendar-nav .calendar-heading {
    margin-inline: 1.5rem;
  }
  .calendar .calendar-nav__prev,
  .calendar .calendar-nav__next {
    width: 2rem;
    height: 2rem;
  }
  .calendar__table th.circle-red::after,
  .calendar__table td.circle-red::after {
    width: 2rem;
    height: 2rem;
  }
  .calendar__table tbody td {
    padding: 0.5rem;
  }
  .calendar .calender-label:has(input[type="radio"]:checked)::after {
    width: 2rem;
    height: 2rem;
  }
  .modal-body-close {
    font-size: 0.875rem;
  }
  #modal-neta-change .modal__container {
    max-height: 85svh;
    margin-top: -3rem;
  }
  .modal-neta-change .neta-change-form .form-parts {
    flex-direction: column;
    align-items: flex-start;
    padding-inline-start: 0.5rem;
  }
  .modal-neta-change .neta-change-form .form-parts + .form-parts {
    margin-top: 1rem;
  }
  .modal-neta-change .neta-change-form .form-parts label {
    margin-bottom: 0.5rem;
  }
  .modal-neta-change .neta-change-form .form-select {
    width: 100%;
  }
  .modal-family {
    margin-bottom: 6.25rem;
    max-height: calc(100vh - 16.25rem);
  }
  #modal-store-info .modal__container {
    margin-top: -3rem;
  }
  .modal-store-info .store-name {
    gap: 0.25rem;
    font-size: 1rem;
  }
  .modal-store-info .store-name::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .modal-store-info .wait-info__inner::before {
    margin-right: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .modal-store-info .wait-info__text:nth-child(1) {
    margin-right: 0.75rem;
  }
  .modal-store-info .wait-info__time {
    font-size: 1.25rem;
  }
  .tel__num {
    font-size: 1.25rem;
  }
  .order-field {
    margin-inline: 0;
    border-radius: 0;
    padding-block: 0;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .order-field__item:nth-child(1) .order-field__text {
    max-width: 100%;
  }
  .order-field__heading {
    flex-shrink: 0;
    font-size: 0.75rem;
    min-width: 4.5rem;
  }
  .order-field__heading::before {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.25rem;
  }
  .order-field__text {
    max-width: 76%;
  }
  .box--sp-padding-inline-narrow {
    padding-inline: 1.25rem;
  }
  .alert-box {
    padding: 1rem;
    font-size: 0.875rem;
  }
  .cart-confirm .form-parts + .form-parts {
    margin-top: 1.5rem;
  }
  .cart-confirm .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cart-confirm .form-body {
    width: 100%;
  }
  .section {
    padding-block: 2rem 3.5rem;
  }
  .primary-heading {
    font-size: 1.75rem;
  }
  .tertiary-heading {
    font-size: 1.125rem;
  }
  .cart-option-heading {
    font-size: 1.125rem;
  }
  .cart-option-heading::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .bg-heading-wrapper {
    flex-wrap: wrap;
  }
  .bg-heading-tag {
    margin-left: auto;
  }
  .form-select select {
    min-width: auto;
  }
  .form-select select#birth_year {
    min-width: auto;
  }
  .number-of-people__buttons {
    flex-direction: column;
    gap: 0.25rem;
    width: 10rem;
  }
  .number-of-people__label {
    border-radius: 2px;
    text-align: left;
    padding: 0.625rem 0.75rem;
    border-color: #999999;
    border-bottom: none;
  }
  .number-of-people__selected {
    border: 1px solid #999999;
    border-radius: 2px;
    padding: 0.75rem;
    text-box: trim-both cap alphabetic;
    min-width: 10rem;
    background-image: url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0.5L5 5.5L10 0.5H0Z' fill='black' /></svg>");
    background-repeat: no-repeat;
    background-position: right 0.8125rem top 50%;
    background-size: 0.625rem;
  }
  .number-of-people__selected .number-of-people__label:hover {
    background-color: #142141;
    color: #fff;
  }
  .registration-form .form-row--sp-column,
  .delivery-address-add-form .form-row--sp-column {
    flex-direction: column;
  }
  .registration-form .form-row--sp-column .form-wrapper,
  .delivery-address-add-form .form-row--sp-column .form-wrapper {
    width: 100%;
  }
  .registration-form .radio-group .radio-group_item label,
  .delivery-address-add-form .radio-group .radio-group_item label {
    padding: 0.625rem 0.625rem 0.625rem clamp(2.5rem, 12.5vw, 3.25rem);
    font-size: clamp(0.875rem, 4.375vw, 1rem);
  }
  .registration-form .privacy-check input,
  .delivery-address-add-form .privacy-check input {
    width: 0.875rem;
    height: 0.875rem;
    left: 0.875rem;
  }
  .registration-form .privacy-check label,
  .delivery-address-add-form .privacy-check label {
    padding: 0.625rem 0.75rem 0.625rem 1.75rem;
    height: auto;
    display: block;
    font-size: 0.875rem;
  }
  .registration-form .privacy-check .required,
  .delivery-address-add-form .privacy-check .required {
    font-size: 0.75rem;
    padding: 0.25rem;
  }
  .registration-form .form-address-box,
  .delivery-address-add-form .form-address-box {
    flex-wrap: wrap;
  }
  .registration-form .form-address-box button,
  .delivery-address-add-form .form-address-box button {
    margin-top: 0.5rem;
  }
  .registration-form .form-password,
  .delivery-address-add-form .form-password {
    max-width: 100%;
  }
  .cart-form .form-parts + .form-parts {
    margin-top: 1.5rem;
  }
  .cart-form .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cart-form .form-h3 {
    font-size: 1rem;
  }
  .cart-form .form-body {
    width: 100%;
  }
  .cart-form .form-body input[type="text"],
  .cart-form .form-body textarea {
    width: 100%;
  }
  .cart-form .form-body input[type="text"].cupon_code,
  .cart-form .form-body textarea.cupon_code {
    width: 60%;
  }
  .payment-form .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .payment-form .form-select select {
    min-width: 7.5rem;
  }
  .payment-form .radio-group_item {
    width: 100%;
  }
  .payment-form .radio-group_item label {
    justify-content: flex-start !important;
  }
  .payment-form .radio-group_break {
    display: none;
  }
  .payment-form .available-points {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .form-steps li .form-steps_txt {
    text-align: center;
  }
  .form-family .form-parts {
    flex-direction: column;
    align-items: start;
  }
  .form-family .form-wrapper {
    display: flex;
    flex-direction: column;
    width: calc((100% - 1rem) / 2);
  }
  .form-family .radio-group {
    flex-wrap: nowrap;
  }
  .form-family .radio-group .radio-group_item label {
    padding: 0.625rem 0.625rem 0.625rem clamp(2.5rem, 12.5vw, 3.25rem);
    font-size: clamp(0.875rem, 4.375vw, 1rem);
  }
  .form-family__btns {
    width: calc(100% - 2.5rem);
  }
  .delivery-address-form .radio-group .radio-group_item {
    flex-direction: column;
  }
  .delivery-address-form .radio-group .radio-group_item label {
    font-size: 0.875rem;
  }
  .delivery-address-form .radio-group__item-buttons {
    margin-top: 1rem;
  }
  .delivery-address-form:not(.mypage-link + .delivery-address-form)
    .delivery-address-radios {
    max-height: none;
  }
  .text-link[target="_blank"]::after {
    top: 0.25rem;
  }
  .mypage-link--button {
    min-height: auto;
    padding: 0.5rem 0.5rem;
  }
  .mypage-link--button--txt {
    font-size: 0.75rem;
    min-height: 3em;
  }
  .mypage-user-information {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .mypage-tag-list li {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .mypage-2col .mypage-2col-item {
    width: 100%;
  }
  .mypage-dl--item {
    flex-direction: column;
  }
  .mypage-dl--item dd {
    margin-left: 0.5rem;
  }
  .table-wrapper:has(.sp-scroll) {
    overflow-x: auto;
  }
  .table.tab-scroll {
    min-width: auto;
  }
  .table.tab-scroll colgroup {
    display: none;
  }
  .table.sp-scroll {
    min-width: 50rem;
  }
  .cart-table .table thead {
    display: none;
  }
  .cart-table .table tbody tr {
    display: block;
    border-bottom: 1px solid #d3d2d0;
  }
  .cart-table .table tbody td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .cart-table .table tbody td:first-child {
    padding-left: 0;
  }
  .cart-table .table tbody td:last-child {
    padding-right: 0;
  }
  .cart-table .table .item-price__num {
    font-weight: 500;
  }
  .cart-table .table .cart-table__unit-price,
  .cart-table .table .cart-table__amount,
  .cart-table .table .cart-table__price {
    display: inline-flex;
    width: auto;
    align-items: center;
  }
  .cart-table .table .cart-table__name {
    padding-bottom: 0.4375rem;
  }
  .cart-table .table .cart-table__actions {
    padding-top: 0.4375rem;
  }
  .cart-table--confirm .table tbody tr {
    display: grid;
    grid-template-columns: auto auto 1fr;
    padding-block: 1.125rem;
    gap: 1rem;
  }
  .cart-table--confirm .table tbody th,
  .cart-table--confirm .table tbody td {
    padding: 0 !important;
  }
  .simplebar--sp {
    scrollbar-width: none !important; /* Firefox */
  }
  .simplebar--sp::-webkit-scrollbar {
    overflow: hidden !important; /* ネイティブスクロールを隠す */
  }
  .login-tabs__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.75rem;
    padding: 0.75rem 0.75rem 0.5rem;
    background-color: #f2e6d0;
    border-radius: 16px 16px 0 0;
  }
  .login-tabs__tab {
    padding-block: 0.875rem;
    padding-inline: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d7c184;
    box-shadow: 0 0.125rem 0 #d7c184;
    transition: padding-block 0.2s;
  }
  .login-tabs__tab::before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    left: -0.0625rem;
    right: -0.0625rem;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    transition: height 0.2s;
  }
  .login-tabs__tab > span {
    position: relative;
  }
  .login-tabs__tab[aria-selected="true"] {
    padding-block: 1.125rem 0.625rem;
    box-shadow: none;
    border-color: transparent;
  }
  .login-tabs__tab[aria-selected="true"]::before {
    height: calc(100% + 0.625rem);
    border-top: 4px solid #bf1a1a;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .login-tabs__panel {
    padding-inline: 1.25rem;
    border-radius: 0 0 16px 16px;
    grid-area: 1/1;
  }
  .pc-only {
    display: none !important;
  }
  .px-sm-md {
    padding-inline: 1rem !important;
  }
}

@media (max-width: 768.98px) and (min-width: 321px) {
  .registration-form .form-select #birth_year,
  .delivery-address-add-form .form-select #birth_year {
    width: 6.375rem;
  }
}

@media (max-width: 575.98px) {
  .layout-header .store-info__button {
    margin-left: clamp(0.5rem, 2.4242424242vw, 0.75rem);
  }
  .layout-header .wait-info__text:nth-child(1) {
    margin-right: clamp(0.5rem, 2.4242424242vw, 0.75rem);
  }
  .modal--delivery-method .delivery-address__wrapper {
    flex-direction: column;
    gap: 0.5rem;
  }
  .form-steps li {
    min-width: 4.5rem;
  }
  .form-steps li .form-steps_txt {
    font-size: 0.75rem;
  }
  .form-family .form-parts-inner {
    flex-wrap: nowrap;
    gap: 0.75rem 0.75rem;
  }
  .form-family .form-wrapper .form-parts__input {
    width: 100%;
  }
  .form-family .form-select select {
    margin-right: 0.25rem;
    padding-right: 1.375rem;
    background-position: right 0.5rem top 50%;
  }
  .form-family .form-select .birth_year {
    width: 4.5rem;
    min-width: 4.5rem !important;
  }
  .form-family .radio-group .radio-group_item label {
    padding: 0.625rem 0.375rem 0.625rem 2rem;
  }
  .form-family .radio-group .radio-group_item input {
    left: 0.375rem;
  }
}

@media (max-width: 424.98px) {
  .button--medium-sp-full {
    max-width: 100%;
  }
  .mypage-link--button {
    padding: 0.5rem 0.25rem;
  }
}

@media (max-width: 320.98px) {
  .layout-header__info {
    gap: 1rem;
    padding: 1rem 0 0;
  }
  .layout-header .store-info::after {
    right: -0.5rem;
  }
  .layout-header .store-info__button {
    margin-left: 0.25rem;
  }
  .layout-header .wait-info {
    margin-left: 0;
    padding: 0;
  }
  .layout-sidebar--logged-in .layout-sidebar__heading::before {
    margin-right: 0.25rem;
  }
  .layout-sidebar .cart-info__count {
    font-size: 0.75rem;
  }
  .layout-sidebar .cart-info__subtotal {
    font-size: 0.75rem;
  }
  .layout-sidebar .cart-info__subtotal-num {
    font-size: 1rem;
  }
  .layout-sidebar .cart-info__subtotal-unit {
    font-size: 0.875rem;
  }
  .modal-product-purchase__amount {
    margin-right: 1rem;
  }
  .modal-product-purchase__ui .ui {
    width: 1.5rem;
    height: 1.5rem;
  }
  .modal-product-purchase__ui .ui--minus .ui__inner::before {
    width: 0.75rem;
    height: 0.125rem;
  }
  .modal-product-purchase__ui .ui--count {
    min-width: 2rem;
    min-height: 1.5rem;
    font-size: 1.125rem;
  }
  .modal-product-purchase__ui .ui--plus .ui__inner::before {
    width: 0.75rem;
    height: 0.125rem;
  }
  .modal-product-purchase__ui .ui--plus .ui__inner::after {
    height: 0.75rem;
    width: 0.125rem;
  }
  .order-field__item {
    gap: 0.25rem;
    padding: 0.5rem;
  }
  .order-field__text {
    font-size: 0.75rem;
  }
  .number-of-people {
    flex-direction: column;
    gap: 0.5rem;
  }
  .number-of-people__heading {
    margin-left: -1.5rem;
  }
  .registration-form .form-row--select,
  .delivery-address-add-form .form-row--select {
    gap: 0.5rem;
  }
  .registration-form .radio-group .radio-group_item label,
  .delivery-address-add-form .radio-group .radio-group_item label {
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
    font-size: 0.875rem;
  }
  .registration-form .radio-group .radio-group_item input,
  .delivery-address-add-form .radio-group .radio-group_item input {
    width: 1rem;
    height: 1rem;
    left: 1rem;
  }
  .form-family .radio-group .radio-group_item label {
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
    font-size: 0.875rem;
  }
  .form-family .radio-group .radio-group_item input {
    width: 1rem;
    height: 1rem;
    left: 1rem;
  }
}

@media (any-hover: hover) {
  .button:where(:hover):not(:is(:disabled, [aria-disabled="true"])) {
    --hover-circle-color: #9b1515;
    background-size: 250% 100%;
  }
  .button--gold:where(:hover):not(:is(:disabled, [aria-disabled="true"])) {
    --hover-circle-color: #b19f6e;
  }
  .button--outline:where(:hover):not(:is(:disabled, [aria-disabled="true"])) {
    --hover-circle-color: #e8e9ec;
    color: #142141 !important;
  }
  .button--bg-white:where(:hover):not(:is(:disabled, [aria-disabled="true"])) {
    --hover-circle-color: #e8e9ec;
  }
  .confirm-back-button:where(:hover):not(
      :is(:disabled, [aria-disabled="true"])
    ) {
    text-decoration: underline;
  }
  .item-delete-button:where(:hover):not(
      :is(:disabled, [aria-disabled="true"])
    ) {
    text-decoration: underline;
  }
  .modal__close:where(:hover):not(:is(:disabled, [aria-disabled="true"])) {
    background-color: #434d67;
  }
  form.form-prefectures
    .button--pref-option:where(:hover):not(
      :is(:disabled, [aria-disabled="true"])
    ) {
    text-decoration: underline;
  }
  form.form-municipality
    .button--pref-option:where(:hover):not(
      :is(:disabled, [aria-disabled="true"])
    ) {
    text-decoration: underline;
  }
  .modal--delivery-method
    .delivery-date-form
    .delivery-method-select__label:where(:hover):not(
      :is(:disabled, [aria-disabled="true"])
    ),
  .modal--delivery-method
    .form-delivery-or-takeout
    .delivery-method-select__label:where(:hover):not(
      :is(:disabled, [aria-disabled="true"])
    ) {
    background-color: #f3f4f5 !important;
  }
  .modal-body-close:where(:hover):not(:is(:disabled, [aria-disabled="true"])) {
    text-decoration: underline;
  }
}
