/*---------------------------------------
	cart.scss
---------------------------------------*/
/*---------------------------------------
	_cart-style.scss
---------------------------------------*/
.cart_totalPrice, .cart_totalPriceBottom {
  display: flex;
  align-items: center;
  font-family: "NotoSansCJKjp-Bold";
  letter-spacing: 0.1rem;
}
.cart_totalPrice span, .cart_totalPriceBottom span {
  letter-spacing: 0.2rem;
  color: #6ebe48;
  display: inline-block;
  position: relative;
  top: -3px;
}
.cart_totalPrice {
  justify-content: center;
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
  background: #f5f5f5;
  height: 60px;
}
.cart_totalPrice span {
  font-size: 3.6rem;
  margin: 0 10px;
}
.cart_totalPriceBottom {
  justify-content: flex-end;
  font-size: 2.0rem;
  margin: 30px 0;
}
.cart_totalPriceBottom span {
  font-size: 3.6rem;
  margin-left: 10px;
}
.cart_listTitle {
  margin: 65px auto 0;
  display: flex;
  align-items: center;
  height: 40px;
  background: #202121;
  color: #fff;
}
.cart_listTitle_text {
  font-family: "NotoSansCJKjp-Medium";
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: #202121;
  color: #fff;
  text-align: center;
}
.cart_listTitle_text:not(:last-child) {
  border-right: 1px solid #999;
}
.cart_listTitle_text:nth-child(1) {
  min-width: 10%;
}
.cart_listTitle_text:nth-child(2) {
  min-width: 60%;
}
.cart_listTitle_text:nth-child(3) {
  min-width: 15%;
}
.cart_listTitle_text:nth-child(4) {
  min-width: 15%;
}
.cart_cartList {
  margin: auto;
}
.cart_cartList_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.cart_cartList_item_delete {
  width: 10%;
}
.cart_cartList_item_delete a {
  width: 1.5625vw;
  width: 30px;
  margin: auto;
}
.cart_cartList_item_product {
  width: 60%;
  display: flex;
  align-items: center;
  padding-right: 1.5vw;
}
.cart_cartList_item_product_thumb {
  width: 120px;
  min-width: 120px;
  margin-right: 2vw;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 55%, #d2d2d2 100%);
}
.cart_cartList_item_product_title {
  font-family: "NotoSansCJKjp-Medium";
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
  line-height: 2.4rem;
  color: #202121;
}
.cart_cartList_item_product_price {
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  color: #999;
  margin-top: 15px;
}
.cart_cartList_item_quantity {
  width: 15%;
}
.cart_cartList_item_quantity_num {
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  color: #999;
  text-align: center;
}
.cart_cartList_item_quantity_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.cart_cartList_item_quantity_btn_image {
  width: 30px;
}
.cart_cartList_item_quantity_btn_image img {
  opacity: 0.4;
}
.cart_cartList_item_quantity_btn_image:first-child {
  margin-right: 0.5vw;
}
.cart_cartList_item_quantity_btn_image a img {
  opacity: 1;
}
.cart_cartList_item_subTotalPrice {
  width: 15%;
  font-family: "NotoSansCJKjp-Light";
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  color: #202121;
  color: #999;
}
.cart_btnWrap {
  display: flex;
  justify-content: flex-end;
}
.cart_btnWrap_contentWrap {
  width: 340px;
}
.cart_btn.cart_btn-back {
  margin-top: 0.5vw;
}
.cart_backBtn {
  width: 340px;
  margin: auto;
  margin-top: 60px;
}

/*---------------------------------------
	_cart-style-pc.scss
---------------------------------------*/
/*---------------------------------------
	_cart-style-mb.scss
---------------------------------------*/
@media screen and (max-width: 1023px) {
  .cart_totalPrice {
    height: 10vw;
    font-size: 34px;
    font-size: 3.32356vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
  }
  .cart_totalPrice span {
    font-size: 40px;
    font-size: 3.91007vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
    top: -0.25vw;
    margin: 0 1.2vw;
  }
  .cart_totalPriceBottom {
    font-size: 36px;
    font-size: 3.51906vw;
    margin: 5vw 0 5vw;
  }
  .cart_totalPriceBottom span {
    margin-left: 1vw;
    font-size: 68px;
    font-size: 6.64712vw;
    letter-spacing: 1.5px;
    letter-spacing: 0.14663vw;
    top: -0.5vw;
  }
  .cart_listTitle {
    margin-top: 6.5vw;
    height: 7vw;
  }
  .cart_listTitle_text {
    font-size: 28px;
    font-size: 2.73705vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
  }
  .cart_listTitle_text:nth-child(1) {
    min-width: 15%;
  }
  .cart_listTitle_text:nth-child(2) {
    min-width: 40%;
  }
  .cart_listTitle_text:nth-child(3) {
    min-width: 25%;
  }
  .cart_listTitle_text:nth-child(4) {
    min-width: 20%;
  }
  .cart_cartList_item {
    padding: 3vw 0;
  }
  .cart_cartList_item_delete {
    width: 15%;
  }
  .cart_cartList_item_delete a {
    width: 6vw;
  }
  .cart_cartList_item_product {
    width: 40%;
    display: block;
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .cart_cartList_item_product_thumb {
    width: 22vw;
    min-width: 22vw;
    margin-right: 0;
    margin: auto;
  }
  .cart_cartList_item_product_title {
    font-size: 40px;
    font-size: 3.91007vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
    line-height: 46px;
    line-height: 4.49658vw;
    display: table;
    margin: auto;
    margin-top: 2vw;
  }
  .cart_cartList_item_product_price {
    font-size: 32px;
    font-size: 3.12805vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
    margin-top: 1vw;
    text-align: center;
  }
  .cart_cartList_item_quantity {
    width: 25%;
  }
  .cart_cartList_item_quantity_num {
    font-size: 30px;
    font-size: 2.93255vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
    line-height: 32px;
    line-height: 3.12805vw;
  }
  .cart_cartList_item_quantity_btn {
    margin-top: 1.5vw;
  }
  .cart_cartList_item_quantity_btn_image {
    width: 8vw;
  }
  .cart_cartList_item_quantity_btn_image:first-child {
    margin-right: 1vw;
  }
  .cart_cartList_item_subTotalPrice {
    width: 20%;
    font-size: 34px;
    font-size: 3.32356vw;
    letter-spacing: 1.5px;
    letter-spacing: 0.14663vw;
  }
  .cart_btnWrap {
    display: flex;
    justify-content: center;
  }
  .cart_btnWrap_contentWrap {
    width: 100%;
  }
  .cart_btn.cart_btn-next {
    height: 17vw;
  }
  .cart_btn.cart_btn-back {
    margin-top: 2vw;
  }
  .cart_backBtn {
    width: 80%;
    margin-top: 7vw;
  }
}
