/* -----------------------
  unity
----------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

body {
  background-color: #000000;
}

.whopper {
  overflow: hidden;
}

/* -----------------------
  front
----------------------- */
.contents {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #531602;
}
.contents img {
  width: 100%;
  object-fit: contain;
}

.contents .btn-wrap {
  display: block;
  position: relative;
}

.contents .cart-btn {
  position: absolute;
  width: calc((350 / 390) * 100%);
  left: 51%;
  transform: translateX(-50%);
  bottom: calc((50 / 390) * 100vw);
}

@media screen and (min-width: 800px) {
  .contents .cart-btn {
    bottom: calc((50 / 390) * 800px);
  }
}

.contents .cart-btn.zuwai {
  bottom: calc((560 / 390) * 100vw);
}
@media screen and (min-width: 800px) {
  .contents .cart-btn.zuwai {
    bottom: calc((560 / 390) * 800px);
  }
}

.contents .cart-btn.bottom {
  bottom: calc((5 / 390) * 100vw);
}
@media screen and (min-width: 800px) {
  .contents .cart-btn.bottom {
    bottom: calc((5 / 390) * 800px);
  }
}

.contents .cart-btn.last {
  bottom: calc((70 / 390) * 100vw);
}
@media screen and (min-width: 800px) {
  .contents .cart-btn.last {
    bottom: calc((70 / 390) * 800px);
  }
}

.cart {
  max-width: 800px;
  margin: 0px auto;
  padding-block: calc((24 / 390) * 100%);
  color: #fff;
}

.cart-title {
  font-size: 30px;
  margin-bottom: 24px;
  text-align: center;
}

.cart-items {
  border-top: 1px solid #979797;
  margin-bottom: 24px;
}

.cart-item {
  padding: 16px 0;
  border-bottom: 1px solid #979797;
}

.cart-summary {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.checkout-btn {
  margin-top: 16px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
}

.cart-item {
  margin-bottom: 24px;
  text-align: center;
}

.cart-img {
  max-width: 100%;
  display: block;
  margin: 0 auto 12px;
}

.cart-qty {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  width: 40%;
  margin: 0 auto;
  border-radius: 5px;
}

.qty-btn {
  width: 32px;
  height: 32px;
  font-size: 1em;
  cursor: pointer;
}

.qty-num {
  color: #000;
  font-size: 1em;
}

.btn-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.btn-box .btn {
  border-radius: 5px;
  font-size: 22px;
  display: grid;
  place-items: center;
}

.btn-box .btn.back-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #d9d9d9;
  color: #000;
}

.btn-box .btn.buy-btn {
  padding: 10px 40px;
  background-color: #817109;
  color: #fff;
}
/*# sourceMappingURL=main.css.map */
