/*=========================
MV
=========================*/
#mv {
	background-color: #f8f2db;
	height: 2.00rem;
}

@media screen and (max-width: 599px) {
	#mv {
		height: 1.00rem;
	}
}

#mv .in {
	height: 100%;
	position: relative;
}

#mv .catch {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 0.30rem;
	letter-spacing: 0.15em;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#mv .catch {
		font-size: 0.20rem;
	}
}

#mv .catch span {
	font-size: 0.16rem;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	padding-top: 0.10rem;
	letter-spacing: 0.075em;
	font-weight: 400;
}

@media screen and (max-width: 599px) {
	#mv .catch span {
		font-size: 0.13rem;
		padding-top: 0.05rem;
		letter-spacing: 0.05em;
	}
}


/*=========================
コンテンツ
=========================*/
.cart_cont_wrap {
	padding: 0.60rem 0 1.00rem;
}

@media screen and (max-width: 599px) {
.cart_cont_wrap {
	padding: 0.20rem 0 0.50rem;
}
}

.cart_cont_wrap .cart_table table {
	width: 100%;
	border-spacing: 1px;
	border: 1px solid #FFF;
	font-size: 0.16rem;
	margin-bottom: 0.30rem;
}

.cart_cont_wrap .cart_table th {
	text-align: center;
	padding: 0.15rem;
	background-color: #fdeed8;
}

.cart_cont_wrap .cart_table td {
	padding: 0.15rem;
	background-color: #eeeeee;
}

/* 写真と商品名 */
.cart_cont_wrap .cart_table .item_info_box {
	display: flex;
	align-items: center;
}

.cart_cont_wrap .cart_table .item_info_box .ph_wrap {
	width: 1.00rem;
	height: 1.00rem;
	overflow: hidden;
	border: 2px solid #FFF;
	border-radius: 2px;
}

.cart_cont_wrap .cart_table .item_info_box .ph_wrap a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cart_cont_wrap .cart_table .item_info_box .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart_cont_wrap .cart_table .item_info_box .textbox {
	padding-left: 0.20rem;
	line-height: 1.55;
}

.cart_cont_wrap .cart_table .item_info_box .textbox a {
	color: #000;
}

.cart_cont_wrap .cart_table .item_info_box a:hover {
	opacity: 0.7;
}

/* 商品の数量 */
.cart_cont_wrap .cart_table .item-cart-button {
	text-align: center;
}

.cart_cont_wrap .cart_table .item-cart-button input {
	width: 100%;
	max-width: 1.00rem;
	margin: 0 auto 0.10rem;
	display: block;
	border: 1px solid #CCC;
	padding: 0.08rem;
	font-size: 0.16rem;
	text-align: center;
	box-sizing: border-box;
}

/* ボタン */
.cart_cont_wrap .cart_table .item-cart-button .td_btn {
	display: block;
	max-width: 1.00rem;
	margin: auto;
}

.cart_cont_wrap .cart_table .item-cart-button .td_btn a {
	display: block;
	line-height: 0;
	padding: 0.20rem 0 0.22rem;
	font-size: 0.16rem;
	font-weight: 700;
	background-color: #f38f1e;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(243, 143, 30, 0.3);
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

.cart_cont_wrap .cart_table .item-cart-button .td_btn a:hover {
	background-color: #FFF;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	color: #f38f1e;
}

/* ポイント */
.cart_cont_wrap .cart_table .item-cart-point {
	text-align: center;
}

/* 金額 */
.cart_cont_wrap .cart_table .item-cart-price {
	text-align: center;
}

/*=================================
SPカート
=================================*/
.sp_cart_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.20rem 0;
	border-top: 1px solid #CCC;
}

.sp_cart_item_wrap:first-child {
	border-top: 0;
}

/* 写真 */
.sp_cart_item_wrap .item_ph_wrap {
	width: 1.20rem;
	text-align: center;
}

.sp_cart_item_wrap .item_ph_wrap .sp_item_price {
	font-size: 0.13rem;
	letter-spacing: 0;
	padding-top: 0.05rem;
}

.sp_cart_item_wrap .item_ph_wrap .sp_item_price span {
	font-size: 0.11rem;
}

/* 商品情報 */
.sp_cart_item_wrap .item_textbox {
	width: calc(100% - 1.40rem);
	font-size: 0.14rem;
	line-height: 1.75;
}

.sp_cart_item_wrap .item_textbox a {
	color: #000;
}

.sp_cart_item_wrap .item_textbox .num_wrap {
	padding-top: 0.10rem;
}

.sp_cart_item_wrap .item_textbox .num_wrap input {
	width: 0.70rem;
	box-sizing: border-box;
	padding: 0.06rem;
	font-size: 0.16rem;
	text-align: center;
	display: inline-block;
	margin: 0 0.05rem;
}

.sp_cart_item_wrap .item_textbox .num_wrap .num_text {
	display: inline-block;
	font-size: 0.14rem;
}

/* ボタン */
.sp_cart_item_wrap .item_textbox .num_wrap .sp_btn_wrap {
	display:flex;
	justify-content: space-between;
	padding-top: 0.10rem;
}

.sp_cart_item_wrap .item_textbox .num_wrap .sp_btn_wrap .btn {
	width: 48%;
}

.sp_cart_item_wrap .item_textbox .num_wrap .sp_btn_wrap .sp_item_num_btn a {
	background-color:  #f38f1e;
	padding: 0.15rem 0 0.17rem;
	line-height: 0;
	display: block;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font-size: 0.13rem;
	font-weight: 700;
	text-decoration: none;
}

.sp_cart_item_wrap .item_textbox .num_wrap .sp_btn_wrap .sp_item_delete_btn a {
	background-color: #333;
	padding: 0.15rem 0 0.17rem;
	line-height: 0;
	display: block;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font-size: 0.13rem;
	font-weight: 700;
	text-decoration: none;
}

/* 合計金額 */
.cart_cont_wrap .item-cart-total {
	margin-bottom: 0.30rem;
	text-align: center;
	border-top: 2px solid #f38f1e;
	border-bottom: 2px solid #f38f1e;
	padding: 0.15rem 0;
	font-size: 0.20rem;
}

@media screen and (max-width: 599px) {
	.cart_cont_wrap .item-cart-total {
		font-size: 0.18rem;
	}
}

.cart_cont_wrap .item-cart-total span {
	font-size: 0.14rem;
}

/* カートボタン */
.cart_cont_wrap .cart_btn_wrap {
	margin-bottom: 0.30rem;
}

.cart_cont_wrap .cart_btn_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cart_cont_wrap .cart_btn_wrap .list .btn {
	width: 100%;
	max-width: 3.00rem;
	margin: 0 0.10rem 0.10rem;
}

.cart_cont_wrap .cart_btn_wrap .list .btn a {
	display: block;
	line-height: 0;
	padding: 0.30rem 0 0.32rem;
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.cart_cont_wrap .cart_btn_wrap .list .btn a {
		font-size: 0.16rem;
	}
}

.cart_cont_wrap .cart_btn_wrap .list .btn a:hover {
	opacity: 0.6;
}

/* 戻るボタン */
.cart_cont_wrap .cart_btn_wrap .list .btn.back a {
	background-color: #fdeed8;
	color: #000;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

/* 決済に進むボタン */
.cart_cont_wrap .cart_btn_wrap .list .btn.register a {
	background-color: #f38f1e;
	color: #FFF;
	box-shadow: 0 2px 0 rgba(243, 143, 30, 0.3);
}

/* カートが空のとき */
.cart_cont_wrap .cart_empty .text {
	font-size: 0.20rem;
	text-align: center;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	.cart_cont_wrap .cart_empty .text {
		font-size: 0.15rem;
	}
}
