/** Shopify CDN: Minification failed

Line 152:6 Expected ":"

**/
.cart {
  position: relative;
  display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding: 7rem 0;
}

.cart_fotter_flex {
  display: flex;
  margin-top: 5rem !important;
}
.cart_set_box {
  order: 2;
  width: 50%;
}
.cart_note_box {
  order: 1;
  width: 50%;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #393939;
  padding: 35px 40px 15px 40px;
}


.back-button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: inherit;
  padding: 1rem 3rem;
  padding-top: calc(1rem + var(--font-button-baseline));
  text-decoration: none;
  border-radius: var(--button-radius);
  border: var(--button-border-width) solid rgb(var(--color-button-border));
  /*color: rgb(var(--color-button-text));*/
  color: #fff;
  /*background-color: rgb(var(--color-button-background));*/
  background-color: #393939;
  font-family: var(--font-button-family);
  min-width: 24rem;
  max-width: 100%;
  min-height: 4.6rem;
  text-transform: uppercase;
  font-weight: 600;
  transition-property: color, box-shadow;
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  box-shadow: var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow), var(--shadow-opacity));
  border-radius: 25px;
  /*background: #393939;*/
}
.back-button  {
  font-family: neue-haas-grotesk-display,sans-serif;
  min-width: unset;
  max-width: unset;
  min-height: unset;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 35px;
  text-align: left;
  color: #fff;
  border-radius: 17.5px;
  background: #393939;
  position: relative;
  padding: 0 20px 0 35px;
}
.back-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (hover: hover) {
  .back-button {
    color: #fff;
    transition: opacity .3s ease;
    opacity: 1.0;
  }
  .back-button::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -121%;
    width: 120%;
    height: 100%;
    border-radius: 17.5px;
    /*background-color: rgb(var(--color-button-text));*/
    /*background-color: #fff;*/
    background-color: #ede9e1;
    backface-visibility: hidden;
    will-change: transform;
    transform:  translateX(0%);
    transform-origin: 0% 100%;
    transition: transform var(--duration-long) ease;
  }
  
  ::after {
    content: none;
  }

  .back-button:hover {
    /*color: rgb(var(--color-button-background));*/
    color: #393939;
    box-shadow: none;
    opacity: 1;
  }

  .back-button:hover::after {
    transform:  translateX(100%);
  }
  .back-button:hover:before {
    background: #393939;
　　}
}

.cart__empty-text {
  margin: 4.5rem 0 5.5rem;
}

.is-empty .cart__empty-text {
  text-transform: none;
}

.cart__contents {
  margin-top: 5rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 10rem 0 15rem;
  }

  .cart__empty-text {
    margin: 5rem 0 6rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
}

@media screen and (min-width: 750px) {
  .cart__items {
    border-bottom: 0.1rem solid rgb(var(--color-border));
  }
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer > div:only-child {
  margin-inline-start: auto;
}

.cart__footer > * + * {
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  .cart__footer > * + * {
    margin-top: 2.0rem;
  }
  .set_pc_device .cart__footer > * + * {
    margin-top: 3.5rem;
  }
}

.cart__footer .discounts {
  margin-top: 1rem;
}

.cart__note {
  display: block;
}

.cart__note label {
  display: block;
  line-height: normal;
  margin-bottom: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  padding: 1rem;
}

@media screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .cart__contents > * + * {
    margin-top: 0;
  }

  .cart__items + .cart__footer {
    grid-column: 2;
  }
  /*
  .cart__footer {
    display: none;
    justify-content: space-between;
    border: 0;
    position: absolute;
    right: 10rem;
  }

  .cart__footer.set_pc_device {
    display: flex;
  }
  .cart__footer.set_pc_device .cart__ctas {
    display: block;
  }
  */

  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }

  .cart__footer > * {
    width: unset;
  }

  .cart__footer > * + * {
    margin-inline-start: 0rem;
  }
}

@media screen and (min-width: 990px) {
  .cart__footer {
    /*display: grid;
    grid-template-columns: 1fr auto;
    position: absolute;
    right: 10rem;*/
  }

  .cart__footer > * {
    width: auto;
    min-width: 36rem;
  }
}

.cart__ctas button {
  width: 100%;
}

.cart__ctas > *:not(noscript:first-child) + * {
  margin-top: 1rem;
}

.no-js .cart__ctas {
  display: block;
}

.cart__ctas noscript .button {
  max-width: 36rem;
  margin-bottom: 1rem;
}

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  margin-top: 0;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.sub_txt {
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 22px;
  margin: 2rem 0 0; 
  opacity: 0.5;
}

.cart_delivery {
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 22px;
  margin: 0 0 2rem; 
}

.cart_delivery h4 {
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin: 0rem 0 1rem;
}

.english .sub_txt,
.english .cart_delivery {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 500;
  letter-spacing: .03em;
}

.english .cart_delivery h4 {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  letter-spacing: .03rem;
}

.cart_delivery p {
  padding-left:1em;
  text-indent:-0.8em;
  margin: 0;
}

.tax-note {
  margin: 0rem 0 0 auto;
  text-align: left;
  display: block;
}

.cart__checkout-button {
  max-width: 30rem;
}

#cart-errors {
  margin-top: 2rem;
}

.cart__ctas {
  text-align: right;
}

.js-contents + .cart__ctas,
.cart__ctas + .js-contents {
  margin-top: 1.6rem;
}

@media screen and (min-width: 750px) {
  .cart__note .field__input {
    max-width: 36rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-inline-end: 0.8rem;
  }

  .cart__dynamic-checkout-buttons {
    margin-top: 1rem;
  }

  .tax-note {
    font-family: dnp-shuei-gothic-gin-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 22px;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 1rem;
  }

  .js-contents + .cart__ctas,
  .cart__ctas + .js-contents {
    margin-top: 2.2rem;
    justify-content: flex-end;
  }
}

.free-shipping {
  margin-bottom: 2.5rem;
  text-align: center;
}

.free-shipping.is-last {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .free-shipping {
    text-align: end;
  }
}

.free-shipping__text--success strong {
  position: relative;
}

.free-shipping__text--success strong::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.6rem;
  opacity: 0.2;
  background-color: var(--color-success);
}

.free-shipping__progress {
  width: 100%;
  position: relative;
  height: 0.3rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 3rem;
  background-color: rgb(var(--color-border));
  border-radius: min(var(--button-radius), 0.4rem);
}

.free-shipping__progress span {
  position: absolute;
  left: var(--progress);
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1rem;
  background-color: rgb(var(--color-background));
  font-family: var(--font-heading-family);
  color: #F9423A;
}

.free-shipping__progress::after {
  content: '';
  display: block;
  background: linear-gradient(325deg,#F9423A 0,#F1E04D 100%);
  background-color: #F9423A;
  height: 100%;
  width: var(--progress);
  border-radius: min(var(--button-radius), 0.4rem);
}

.cart__footer .js-contents + .free-shipping,
.cart__footer .cart__ctas + .free-shipping {
  margin-top: 2rem;
}

.cart__footer .js-contents + .free-shipping .free-shipping__progress,
.cart__footer .cart__ctas + .free-shipping .free-shipping__progress {
  margin-bottom: 0;
}

.cart__footer.set_pc_device .cart__ctas {
  /*display: none;*/
}

@media screen and (min-width: 1040px) {
  .cart__footer {
    /*display: none;*/
    justify-content: space-between;
    border: 0;
    position: relative;
    right: 0;
  }

  .cart__footer.set_pc_device {
    display: block;
  }
  .is-empty .cart__footer.set_pc_device {
    /*display: none;*/
  }
  .cart__footer.set_pc_device .cart__ctas {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .cart_fotter_flex {
    display: flex;
    flex-flow: column;
    margin-top: 5rem !important;
  }
  .cart_set_box {
  order: 1;
  width: 100%;
  }
  .cart_note_box {
  order: 2;
  width: 100%;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #393939;
  padding: 35px 40px 15px 40px;
    margin: 40px 0 0;
  }

  .tax-note {
    text-align: start;
    margin: 2.2rem 0 0 0;
  }
  .cart__ctas {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .cart__footer .btn_box {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: start;
  }
  .cart__footer .btn_box .links {
    height: 25px;
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .cart__footer.set_pc_device .cart__ctas {
    /*display: none;*/
  }
  .cart_fotter_flex {
    display: flex;
    flex-flow: column;
    margin-top: 2rem !important;
  }
  .cart_note_box {
  order: 2;
  width: 100%;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #393939;
  padding: 35px 20px 15px 20px;
    margin: 40px 0 0;
  }
  .cart__footer .btn_box {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }
  .cart__checkout-button {
    max-width: unset;
  }
  .tax-note {
    margin: 0rem 0 0 0;
    text-align: left;
    display: block;
  }
  .cart__ctas {
    text-align: center;
 }
  .cart__footer .btn_box .links {
    height: 25px;
    margin: 25px 0 0;
  }
}
