
/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
 font-family: "Oswald", serif;
  	font-weight: 400;
*/

/** *********************** **/

.main-contents {
	width: 100%;
	padding-top: 21.33vw;
}

/** *********************** **/

.cart_page {
	width: 90.66vw;
	margin: 0 auto;
	padding-bottom:13.33vw;
}
.cart_page h2 {
	width: 90.66vw;
	font-size: 5.06vw;
	line-height: 1;
	font-weight: 700;
	border-top: 2px solid rgba(227,214,196,1.0);
	border-bottom: 1px solid rgba(227,214,196,0.6);
	padding: 4.26vw 0 3.46vw 0;
	margin: 0 auto 9.33vw auto;
	position: relative;
}
.cart_page h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(227,214,196,0.6);
	position: absolute;
	top: 3px;
	left: 0;
}

/** *********************** **/

.item-area ul {
	font-size: 0;
	text-align: left;
	border-top: 1px solid #e9ded0;
	margin-bottom: 4.8vw;
}
.item-area li {
	width: 100%;
	text-align: left !important;
	border-bottom: 1px solid #e9ded0;
	padding: 2.66vw;
}
.item-area .item-image {
	width: 10.66vw;
	height: 10.66vw;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.66vw;
}
.item-area .item-image figure {
	width: 10.66vw;
	height: auto;
	overflow: hidden;
}
.item-area .item-text {
	width: 72vw;
	padding-left: 2.66vw;
	display: inline-block;
	vertical-align: top;
	font-size: 0;	
}
.item-info {
	width: 100%;
	font-size: 3.46vw;
	line-height: 6.13vw;
	margin-bottom: 1.33vw;
}
.tag-area {
	display: inline;
	font-size: 2.93vw;
	line-height: 6.13vw;
	margin-right: 1.33vw;
}
.cart-item-name {
	display: inline;
	font-size: 3.46vw;
	line-height: 6.13vw;
}
.item-quantity {
	width: 100%;
	font-size: 3.46vw;
	line-height: 6.13vw;
	margin-bottom: 1.33vw;
}
.quantity {
	width: 100%;
	margin-bottom: 1.33vw;
}
.quantity input {
	width: 10.66vw;
	height: 8vw;
	text-align: center !important;
	border: 1px solid #e9ded0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.quantity a {
	display: inline-block;
	width: 30px;
	height: 20px;
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-right: 20px;
}
.item-price {
	width: 100%;
	margin-bottom: 1.33vw;
}
.trash {
	width: 100%;
}
.trash a {
	display: block;
	width: 26.66vw;
	height: 20px;
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 0 auto;
}

/** *********************** **/

.cart-total {
	width: 100%;
	padding: 2.66vw;
	background: #f4f0ea;
	text-align: right;
	margin-bottom: 6.66vw;
}
.total-text-list {
	font-size: 0;
}
.total-quantity {
	display: block;
	margin-bottom: 2.66vw;
}
.total-quantity div:nth-of-type(1) {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	font-size: 4vw;
	line-height: 1;
	margin-right: 1.33vw;
}
.total-quantity div:nth-of-type(2) {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	font-size: 2.93vw;
	line-height: 4vw;
}
.total-point {
	display: block;
}
.total-point div:nth-of-type(1) {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	font-size: 4vw;
	line-height: 1;
	margin-right: 1.33vw;
}
.total-point div:nth-of-type(2) {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	font-size: 2.93vw;
	line-height: 4vw;
}
.total-price {
	display: block;
	margin-bottom: 2.66vw;
}
.total-price div:nth-of-type(1) {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	font-size: 4vw;
	line-height: 1;
	margin-right: 1.33vw;
}
.total-price div:nth-of-type(2) {
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	font-size: 2.93vw;
	line-height: 4vw;
}

/** *********************** **/

.payment-add-btn {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.payment-add-btn div {
	width: 80vw;
	margin: 0 auto;
}
.cart-btn {
	display: block !important;
	width: 100% !important;
	margin: 0 auto 4vw auto !important;	
}
.cart-btn a {
	display: block;
	width: 80vw;
	height: 50px;
	background: #bd9259;
	border: 3px solid #ab7c3e;
	font-size: 18px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;	
}
.continue-shopping {
	display: block !important;
	width: 100% !important;
	margin: 0 auto;	
}
.continue-shopping a {
	display: block;
	width: 80vw;
	height: 50px;
	background: #bd9259;
	border: 3px solid #ab7c3e;
	font-size: 18px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

/** *********************** **/

.free-shipping-wrap {
	width: 100%;
	margin: 0 auto 4.8vw auto;
	text-align: center;
}
.free-shipping-text,
.empty {
	font-size: 2.93vw;
	line-height: 4vw;
	text-align: center;
}
.free-shipping-text em {
	font-weight: 700;
}

/** *********************** **/
