﻿@charset "UTF-8";

/*==============================================================================================
 オーダー系ページ共通
==============================================================================================*/
.header_order {
	padding: 2rem 0 3rem;
}
.header_top_inner {
	justify-content: center;
}
.footer_order {
	padding: 2rem 0;
	background: var(--color-grey);
	color: var(--color-white);
	font-size: var(--text-s);
}
.footer_order #footer_bottom {
	border: none;
}
.footer_order .copyRight-wrap {
	display: flex;
	justify-content: flex-end;
}

.orderList {
	margin: 30px auto 60px;
}
.orderList .orderList_itemimg{
	display: flex;
	flex-wrap: wrap;
	padding: 0 ;
	margin-left: -60px;
}
.orderList .orderList_itemimg .itemArea{
	width: 155px;
	margin:0 0 40px 60px;
}
.orderList .orderList_itemimg .itemArea img{
	width: 100%;
}
.orderList .orderList_itemimg .itemArea .itemText{
	margin-top: 17px;
    font-size: 14px;
    line-height: 1.71;
}
@media all and (-ms-high-contrast: none) {
.radioBtn input,
.input_radio input{
	display: none;
}
.orderconfirm_block .radioBtn input{
	display: block;
}
}
/*==============================================================================================
 カートセレクト
==============================================================================================*/
.productList_wrap .list .list_inner._select .item_name{
	margin-left: 20px;
	flex-basis: 410px;
	display: flex;
	flex-direction: column;
}
.productList_wrap .list .list_inner._select .item_price{
	margin-left: 20px;
	flex-basis: 230px;
}
.productList_wrap .list .list_inner._select .item_select{
	margin-left: 20px;
	flex-basis: 150px;
}
.productList_wrap .list .list_inner._select .flex_02{
	flex-basis: 830px;
}
.productList_wrap .list .list_inner._select .flex_03{
	flex-basis: 680px;
	margin-top: 20px;
}
.productList_wrap .list .list_inner._select .flex_04{
	flex-basis: 170px;
}
.secondttlM{
	margin-top: 60px;
}






/*==============================================================================================
 カートリスト
==============================================================================================*/
.CartList {}
.productList_wrap{margin-top: 40px;}
.productList_wrap div.productList,.productList_wrap div.productList:last-of-type{margin-bottom: 60px;}
.productList_wrap .cartOrder{border: 2px solid #f5f4f3;}
.productList_wrap .cartOrder .subcartOrder{
	display: flex;
	justify-content: space-between;
	padding: 30px 28px;
}
.productList_wrap .cartOrder .subcartOrder .discount_area{
	width: 440px;
	margin-right: 60px;
}

/* アイテムエリア */
.productList_wrap .list .item_contents{
	display: flex;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f5f4f3;
}
.productList_wrap .list .item_contents .ttl_itemname{
	flex-basis: 470px;
	text-align: center;
	/* margin-left:20px; */
}
.productList_wrap .list .item_contents .ttl_rice{
	flex-basis: 160px;
}
.productList_wrap .list .item_contents .ttl_quantity{
	flex-basis: 160px;
}
.productList_wrap .list .item_contents .ttl_subtotal{
	flex-basis: 130px;
}
.productList_wrap .list .list_inner{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f5f4f3;
	font-size: 14px;
	line-height: 1.5;
}
.productList_wrap .list .list_inner.ttlName{
	display: block;
}
.productList_wrap .list .list_inner .flex_01,
.productList_wrap .list .list_inner .flex_02,
.productList_wrap .list .list_inner .flex_03,
.productList_wrap .list .list_inner .flex_04{
	display: flex;
}
.productList_wrap .list .list_inner .flex_01,
.productList_wrap .list .list_inner .flex_02,
.productList_wrap .list .list_inner .flex_03,{
	align-items: flex-start;
}
.productList_wrap .list .Setpromo .list_inner .flex_01 {
    margin-bottom: 4px;
}
.productList_wrap .list .list_inner .flex_04.ttlName{
	align-items: center;
}
.productList_wrap .list .list_inner .flex_04{
	justify-content: space-between;
}
.productList_wrap .list .list_inner .flex_04.ttlName{
	justify-content:flex-start;
}
.productList_wrap .list .list_inner .flex_02{
	flex-basis: 610px;
}
.productList_wrap .list .list_inner .flex_03{
	flex-basis: 460px;
	margin-top: 20px;
}
.productList_wrap .list .list_inner .flex_03.ttlName{
	margin-top: 0;
}
.productList_wrap .list .list_inner .flex_04{
	flex-basis: 390px;
}
.productList_wrap .list .list_inner .item_img{
	flex-basis: 150px;
}
.productList_wrap .list .list_inner .item_img img{
	width: 100%
}
.productList_wrap .list .list_inner .item_name{
	margin-left: 20px;
	flex-basis: 280px;
	display: flex;
	flex-direction: column;
}
.productList_wrap .list .list_inner .item_price{
	margin-left: 0;
	flex-basis: 140px;
	text-align: center;
}
.productList_wrap .list .list_inner .item_name .item_price {
	margin-left: 0;
	margin-top: 10px;
	text-align: left;
}
.productList_wrap .list .list_inner .item_quantity{
	margin-left: 20px;
	flex-basis: 140px;
	text-align: center;
}
.productList_wrap .list .list_inner .item_subtotal{
	margin-left: 20px;
	flex-basis: 140px;
	display: block;
	text-align: center;
}
.productList_wrap .list .list_inner .item_subtotal_set_pc{
	margin-left: 20px;
	flex-basis: 140px;
	display: block;
}
.productList_wrap .list .list_inner .item_subtotal_set_sp{
	display: none;
}
.productList_wrap .list .list_inner .item_delete {
	margin-left: 20px;
	flex-basis: 50px;
}
.productList_wrap .list .list_inner .item_delete img{
	width: 50px;
}

/*ポイントエリア*/
.productList_wrap .cartOrder .subcartOrder .discount_area .point_area{margin: 0 0 30px;}
.productList_wrap .cartOrder .subcartOrder .discount_area .point_area .point_inner{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.productList_wrap .cartOrder .subcartOrder .discount_area .point_area .point_inner li{margin-right: 25px;font-size: 14px;}
.productList_wrap .cartOrder .subcartOrder .discount_area .fred{margin-top: 10px;line-height: 1.5;display: block;}
/*クーポン*/
.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner{margin-top: 20px;}
.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .coupon_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .coupon_formarea{margin-top: 20px;}
.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .coupon_flex .coupon_form{flex-grow: 1;text-align: right;}
/*金額部分*/
.area_price_mini{
	flex-grow: 1;
}
.area_price_mini .area_price_inner{
	margin: 0 auto;
	border-top:solid 2px #f4f4f4;
}
.area_price_mini  .area_price_inner .price_detail{
	display: flex;
	justify-content:space-between;
	font-size: 14px;
	padding: 20px 0;
	border-bottom:solid 2px #f4f4f4;
}
.area_price_mini .area_price_inner .price_detail dd{color: #d93625;font-weight: bold;}
.area_price_mini .area_price_inner .price_detail dd.minus{font-weight: bold;}
.area_price_mini .area_price_inner .price_detail dd.nomalcolor{color:#545454;}
.amount_price{
	display: flex;
	justify-content: flex-end;
}
.amount_price .sum{font-size: 16px;}
.amount_price .sum span{font-size:  24px;}
.noveltyArea .noverty_ttl{
	margin: 20px 0;
}
.noveltyArea .title{font-size: 14px;margin: 0 0 5px;}
.noveltyArea p{font-size: 12px;}
.noveltyArea .plist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.noveltyArea .plist p{font-size: 14px;}
.noveltyArea .plist .noverty_img{flex-basis: 150px;}
.noveltyArea .plist .noverty_img img{width: 100%;}
.noveltyArea .noverty_flex02{
	display: flex;
	align-items: center;
	flex-basis: 610px;
}
.noveltyArea .plist .noverty_name {
    margin-left: 20px;
    flex-basis: 280px;
    display: flex;
    flex-direction: column;
}
.noveltyArea .plist .noverty_price {
    margin-left: 20px;
    flex-basis: 140px;
}
.noveltyArea .plist a.btn_user_change {
	color:#ffffff;
}
.noveltyArea .plist .noverty_btn{
	margin: 20px 0 ;
}

/* クーポンボックス */
.cupon_btn_back{
	z-index: 3;
    position: absolute;
    top: 30px;
    right: 27px;
}
.cupon_box_back{
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 120%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
}
.cupon_box_ttl{
	color: #545454;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cupon_box_wrap{
	max-width: 1000px;
	max-height: 540px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background: #fff;
	position: fixed;
	z-index: 2;
	margin:auto;
	padding: 60px 100px;
}
.cupon_box_wrap .cupon_box_inner{
	height: 422px;
	font-size: 14px;
	overflow-y: scroll;
}
.cupon_box_wrap .cupon_box_inner .cupon_name{
	background: #f4f4f4;
	display: flex;
	align-items: center;
	padding: 14px 20px;
}
.cupon_box_wrap .cupon_box_inner .cupon_name li{
	margin-right: 0;
}
.cupon_box_wrap .cupon_box_inner .cupon_name li:first-child{
	margin-right: 100px;
}
.cupon_btn_back .cupon_btn_btn{
	padding: 8px 12px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	display: inline-block;
	line-height: 18px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	cursor: pointer;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	background-image: none;
	margin: 5px auto;
}
.cupon_box_wrap .cupon_box_inner .cupon_detail{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 800px;
	width: 100%;
}
.cupon_box_wrap .cupon_box_inner .cupon_info{
	max-width: 380px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #f4f4f4;
	padding: 0 20px 12px;
	margin-top: 14px;
}
.cupon_box_inner .cupon_btnArea{
	margin: 20px 0 30px auto;
}
.my-parts {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
  }
  .my-parts span::before,
  .my-parts span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 16%;
	margin: -8% 0 0 -42%;
	background: #555555;
  }
  .my-parts span::before {
	transform: rotate(-45deg);
  }
  .my-parts span::after {
	transform: rotate(45deg);
  }
  .pc_bold{font-weight: bold;}

	/* 送料無料閾値 */
	.dvAnnounceFreeShipping {
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
		line-height: 1.6;
	}

/*==============================================================================================
 オーダーシッピング オーダーペイメント
==============================================================================================*/
/*入力*/
.OrderPayment .orderList .orderList_itemimg{
	display: block;
}
.OrderPayment .orderList .orderList_itemimg .itemArea {
    width: auto;
    margin: 0 0 40px 60px;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 2px solid #f5f4f3;
    position: relative;
}
.OrderPayment .orderList .orderList_itemimg .itemArea.Setpromo .itemArea_inner{
	display: flex;
    flex-wrap: wrap;
}

.OrderPayment .orderList .orderList_itemimg .itemArea.Setpromo .SetpromoItem{
	display: flex;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemImage {
	flex-basis: 150px;
}
.OrderPayment .orderList .orderList_itemimg .itemArea.Setpromo .itemImage {
    margin-bottom: 10px;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemText {
    margin: 17px 0 0 20px;
    font-size: 14px;
    line-height: 1.71;
    /* display: flex; */
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemText .item_name {
	width: 100%;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemText .item_quantity{
    margin-left: 20px;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemText .item_price{
    margin-top: 10px;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .setpromotion{
    position: absolute;
	right: 0;
	margin-top: 17px;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .setpromotion dt{
	display: none;
}
.OrderPayment .form_wrap .bottom dl {margin-bottom: 30px;}
.form_select .checkBox{display: block;padding-bottom: 16px;}
.OrderPayment .form_wrap > div > h3.ttl_s{margin-top: 50px;border-bottom: none;}
.OrderPayment .form_wrap .bottom h3{padding: 14px 0;border-top: 1px solid #f4f4f4;}
.OrderPayment .form_wrap .list h3 label {position: relative;display: inline-block;padding: 3px 3px 3px 30px;cursor: pointer;margin-right: 20px;font-size: 14px;}
.OrderPayment .form_wrap .list h3 label::before {position: absolute;content: '';top: 50%;left: 5px;width: 18px;height: 18px;margin-top: -10px;background: #fff;border: 1px solid #ccc;border-radius: 100%;}
.OrderPayment .form_wrap .list input[type="radio"]:checked + label::after {position: absolute;content: '';top: 47%;left: 9px;width: 10px;height: 10px;margin-top: -5px;background: #777;border-radius: 100%;}
.OrderPayment .form_wrap .input_confirm dt,.form_wrap .Registeredinfo .input_confirm dt{border-top: dotted 1px #cacaca;padding-top: 30px;}
.OrderPayment .list > div dl > dt:first-child{border-top: none;margin-top: 0;padding-top: 15px;}
.OrderPayment .form_wrap .attention{padding-left: 10px;}
.form_wrap .border_t{border-top:2px solid #f4f4f4;margin-top: 30px;}
/*有効期限*/
.OrderPayment .expire .form._07 {width: 130px;}
.OrderPayment .expire li span{margin: 0 10px;}

/*価格表示*/
.OrderPayment .price_block {border: 1px solid #f4f4f4;padding: 30px;font-size: 14px;}
.OrderPayment .price_block div:first-child {border-top: 1px solid #f4f4f4;}
.OrderPayment .price_block dl {width:100%;height: 50px;line-height: 50px;border-bottom: 1px solid #f4f4f4;}
.OrderPayment .price_block dt {float:left;}
.OrderPayment .price_block dd {float: right;font-weight: bold;}
.OrderPayment .price_block .result dd {font-size:18px;}
.OrderPayment .price_block dd.minus {
	color: #d93625;
	font-weight: bold;
}
/*再入力*/
.OrderPayment .btn_reform {width: 100px;display: inline-block;text-align: center;text-align: center;height: 30px;line-height: 30px;color: #ffffff;vertical-align: middle;margin-left: 10px;}

/* オーダーシッピング */
.form_radio.flex > span{
	display: flex;
	align-items: center;
}
.fixed_area{margin-top: 60px;}
.fixed_text{font-size: 14px;margin: 20px 0 0;line-height: 1.5;}
.fixed_ttl{font-size: 14px;font-weight: bold;margin:30px 0 0;}
.fixed_Shippingplan{
	border-top: dotted 1px #cacaca;
	border-bottom: dotted 1px #cacaca;
	padding: 10px 0 30px;
	margin-top: 40px;
}
.fixed_Shippingplan dd.first_date{
	margin:0;
}
.fixed_Shippingplan dt.second_date{
	margin:20px auto 0;
}
.fixed_Shippingplan .alart{ font-size: 12px; margin-left: 10px;}

@media screen and (max-width: 480px) {
.OrderPayment .orderList .orderList_itemimg .itemArea {
    width: auto;
    margin: 0 0 calc(40 * (100vw / 750)) calc(38 * (100vw / 750));
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: calc(40 * (100vw / 750));
    border-bottom: 2px solid #f5f4f3;
    position: relative;
}
.OrderPayment .orderList .orderList_itemimg .itemArea.Setpromo {
    flex-wrap: wrap;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemImage {
    width: calc(134 * (100vw / 480));
    height: auto;
    margin-bottom: calc(10 * (100vw / 480));
    flex-basis: auto;
}
.OrderPayment .orderList .orderList_itemimg .itemArea.Setpromo .itemImage {
    margin-bottom: calc(10 * (100vw / 480));
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemText {
    margin: 0 0 0 calc(20 * (100vw / 480));
    font-size: calc(16 * (100vw / 480));
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemText .item_name {
    width: 100%;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemText .item_quantity {
    margin-left: 0;
    width: 100%;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .itemText .item_price {
    margin-left: 0;
		margin-bottom: 0;
		margin-top: 0;
    width: 100%;
}
.OrderPayment .orderList .orderList_itemimg .itemArea.Setpromo .itemArea_inner{
    display: flex;
    flex-wrap: wrap;
}
.OrderPayment .orderList .orderList_itemimg .itemArea.Setpromo .SetpromoItem {
    display: flex;
    flex-wrap: nowrap;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .setpromotion {
    position: static;
    right: auto;
    font-size: calc(16 * (100vw / 480));
    width: 100%;
    background: #f4f4f4;
    padding: calc(12 * (100vw / 480));
    margin-bottom: calc(15 * (100vw / 480));
}
.OrderPayment .orderList .orderList_itemimg .itemArea .setpromotion dt {
    display: block;
    font-weight: 600;
	margin-bottom: calc(5 * (100vw / 480));
}
.OrderPayment .orderList .orderList_itemimg .itemArea .setpromotion dd {
    display: flex;
}
.OrderPayment .orderList .orderList_itemimg .itemArea .setpromotion dd .yaji{
	margin: 0 calc(13 * (100vw / 480));
}
.OrderPayment .expire .form._07 {width: calc(200 * 100vw / 750);}
.OrderPayment .form_wrap .input_confirm dt,.form_wrap .Registeredinfo .input_confirm dt {padding-bottom: calc(30 * 100vw / 750);}
.OrderPayment .form_wrap .attention {margin-top: calc(30 * 100vw / 750);display: block;}
/* オーダーシッピング */
.form_radio.flex > span{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.fixed_area{margin-top: calc(80 * 100vw / 750);}
.fixed_text{font-size: calc(32 * 100vw / 750);margin: calc(30 * 100vw / 750) 0 calc(20 * 100vw / 750) ;}
.fixed_ttl{font-size: calc(36 * 100vw / 750);margin:calc(60 * 100vw / 750) 0 calc(40 * 100vw / 750);}
.fixed_Shippingplan{
	/* padding: calc(60 * 100vw / 750) 0  calc(60 * 100vw / 750); */
	padding: 0;
	margin-top:  calc(60 * 100vw / 750);
}
.fixed_Shippingplan dd.first_date{margin:calc(36 * 100vw / 750) 0 0 0;}
.fixed_Shippingplan .alart{ font-size: calc(24 * 100vw / 750); margin:calc(20 * 100vw / 750) 0 0;}
}

/*==============================================================================================
 オーダーペイメント オーダーコンファーム
==============================================================================================*/
.orderconfirm_block .customerInfo{
	margin:0 0 80px 0;
	border-bottom: none;
}
.orderconfirm_block .customerInfo.lastArea{
	margin:0 0 40px 0;
}
/* .orderconfirm_block .customerInfo{
	margin-bottom: 60px;
} */
.orderconfirm_block .customerInfo ul{
	display: flex;
	margin:20px 0 0 0;
	font-size: 14px;
}
.orderconfirm_block .customerInfo ul li{
	font-weight: bold;
	line-height: 1.6;
}
.orderconfirm_block .customerInfo ul li:first-child{
	font-weight: normal;
}
.orderconfirm_block .orderList .orderList_itemimg .itemArea {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 2px solid #f5f4f3;
    margin-bottom: 20px;
}
.orderconfirm_block .orderList .orderList_itemimg .itemArea.Setpromo {
    display: block;
    position: relative;
}
.orderconfirm_block .orderList .orderList_itemimg .itemArea.Setpromo .setpromotion {
    position: absolute;
    right: 0;
    margin: 17px;
}
.orderconfirm_block .orderList .orderList_itemimg .itemArea.Setpromo .setpromotion dt {
    display: none;
}
.orderconfirm_block .orderList .orderList_itemimg .itemArea .SetpromoItem{
	display: flex;
    width: 100%;
    margin-bottom: 8px;
}
.orderconfirm_block .orderList .orderList_itemimg .itemArea .itemImage {
    flex-basis: 150px;
}
.orderconfirm_block .orderList .orderList_itemimg .itemArea .itemText {
    margin: 17px 0 0 20px;
    /* flex-basis: 380px; */
}
.orderconfirm_block .orderList .orderList_itemimg .itemArea .itemText .itemText__price {
    margin-top: 10px;
}
.area_price{
	border:solid 2px #f4f4f4;
	margin-bottom: 60px ;
}
.area_price .area_price_inner{
	margin: 33px 30px 30px;
	border-top:solid 2px #f4f4f4;
}
.area_price  .area_price_inner .price_detail{
	display: flex;
	justify-content:space-between;
	font-size: 14px;
	padding: 20px 0;
	border-bottom:solid 2px #f4f4f4;
}
.area_price .area_price_inner .price_detail .f_big{
	font-size: 18px;
}
.area_price  .area_price_inner .price_detail .minus {
	color: #d93625;
	font-weight: bold;
}
.amount_area{
	border:solid 2px #f4f4f4;
}
.amount_area .amount_inner{
	margin: 33px 0 30px;
	text-align: center;
}
.amount_area .amount_inner .totalprice{
	font-size: 16px;
}
.amount_area .amount_inner .totalprice span{
	font-size: 24px;
	font-weight: bold;
}
.amount_area .amount_inner .point_Acquisition{
	display: flex;
	align-items: center;
	justify-content:center;
	font-size: 14px;
	margin-top: 16px;
}
.lastMessage{
	text-align: center;
	font-size: 14px;
	margin-top: 40px;
}



@media screen and (max-width: 1024px) {
/*==============================================================================================
 オーダー系ページ共通
==============================================================================================*/
    /* .orderList .orderList_itemimg{
		display: flex;
		flex-wrap: wrap;
		padding: 0 ;
		margin-left: calc(-60 * (100vw / 1024));
	}
	.orderList .orderList_itemimg .itemArea{
		width: calc(155 * (100vw / 1024));
		margin:0 0 calc(40 * (100vw / 1024)) calc(60 * (100vw / 1024));
	} */
	#Wrap_lower.onlyOrder {
		margin: calc(10 * 100vw / 1024) auto calc(10 * 100vw / 1024);
	}
 }

 @media screen and (max-width: 860px) {
/*==============================================================================================
 オーダー系ページ共通
==============================================================================================*/
	.orderList {
		margin: 30px auto 60px;
	}
    .orderList .orderList_itemimg{
		display: flex;
		flex-wrap: wrap;
		padding: 0 ;
		margin-left: calc(-60 * (100vw / 860));
	}
	.orderList .orderList_itemimg .itemArea{
		width: calc(155 * (100vw / 860));
		margin:0 0 calc(40 * (100vw / 860)) calc(60 * (100vw / 860));
    }
/*==============================================================================================
 カートリスト
==============================================================================================*/
	.productList_wrap .cartOrder .subcartOrder{
		flex-direction: column;
		padding: calc(30 * (100vw / 800)) calc(30 * (100vw / 800));
	}
	.productList_wrap .cartOrder .subcartOrder .discount_area{
		width: 100%;
		margin: 0 0 calc(50 * (100vw / 800));
	}
 }
 @media screen and (max-width: 768px) {
/*==============================================================================================
 カートリスト
==============================================================================================*/
	.productList_wrap .cartOrder .subcartOrder .discount_area{
		width: 100%;
		margin-right: 0;
	}

 }
@media screen and (max-width: 480px) {
/*==============================================================================================
 オーダー系ページ共通
==============================================================================================*/

	#Wrap_lower.onlyOrder {
		margin: 0 auto;
		padding-top: 1.5rem;
    padding-bottom: 2rem;
	}
	.area_ttl_sec p {
		font-size: 14px;
    line-height: 1.7;
		text-align: left;
	}
	.header_order {
		padding: 2rem 0;
	}
	.footer_order {
		padding: 0;
	}
	.footer_order #footer_bottom {
		border: none;
	}
	.footer_order .copyRight-wrap {
		justify-content: center;
	}
	.footer_order #footer_bottom .coryright {
    padding: 0;
	}
	.ttl_s.ttl_s--cartNum,
	.inner_lower .ttl_s.f_graybox.f_bold {
    font-size: 13px;
	}
	.orderList {
		margin: calc(60 * (100vw / 750)) auto calc(100 * (100vw / 750));
	}
    .orderList .orderList_itemimg{
		display: flex;
		flex-wrap: wrap;
		padding: 0 ;
		margin-left: calc(-40 * (100vw / 750));
	}
	.orderList .orderList_itemimg .itemArea{
		width: calc(320 * (100vw / 750));
		margin:0 0 calc(60 * (100vw / 750)) calc(38 * (100vw / 750));
	}
/*==============================================================================================
 カートセレクト
==============================================================================================*/
	.productList_wrap .list .list_inner._select .item_name{
		margin-left: calc(40 * (100vw / 750));
		flex-basis: auto;
		display: flex;
		flex-direction: column;
	}
	.productList_wrap .list .list_inner._select .item_price{
		margin-left: 20px;
		flex-basis: inherit;
	}
	.productList_wrap .list .list_inner._select .item_select{
		margin-left: 20px;
		flex-basis: inherit;
	}
	.productList_wrap .list .list_inner._select .flex_01{
		flex-direction: row;
		justify-content: space-between;
	}
	.productList_wrap .list .list_inner._select .flex_02{
		flex-basis: inherit;
	}
	.productList_wrap .list .list_inner._select .flex_03{
		flex-basis: inherit;
		margin-top: 0;
		justify-content: space-between;
		height: calc(210 * (100vw / 750));
	}
	.productList_wrap .list .list_inner._select .flex_04{
		flex-basis: inherit;
	}
	.productList_wrap .list .list_inner._select .flex_04{
		align-items: flex-start;
		justify-content: flex-start;
		flex-basis: auto;
		margin-top: 0;
	}
	.productList_wrap .list .list_inner._select .text_select{
		margin-bottom: calc(10 * (100vw / 750));
		white-space: nowrap;
	}
	.secondttlM{
		margin-top: calc(80 * (100vw / 750));
	}



/*==============================================================================================
 カートリスト
==============================================================================================*/
	.productList_wrap{margin-top:calc(70 * (100vw / 750)); }
	.productList_wrap div.productList{margin-bottom:calc(100 * (100vw / 750));}
	.productList_wrap div.productList:last-of-type{margin-bottom:calc(40 * (100vw / 750));}
	/* アイテムエリア */


	/* ポイントエリア */
	.productList_wrap .cartOrder .subcartOrder .discount_area .point_area{margin: 0 0 calc(80 * (100vw / 750));}
	.productList_wrap .cartOrder .subcartOrder .discount_area .point_area .point_inner{
		margin-top: calc(40 * (100vw / 750));
		flex-direction: column;
		align-items: flex-start;
	}
	.productList_wrap .cartOrder .subcartOrder .discount_area .point_area .point_inner li{margin:0;font-size: calc(30 * (100vw / 750));}
	.productList_wrap .cartOrder .subcartOrder .discount_area .point_area .point_inner li:first-child{margin:0 0 calc(30 * (100vw / 750));}
	.productList_wrap .cartOrder .subcartOrder .discount_area .fred{margin-top: calc(20 * (100vw / 750));}
	.productList_wrap .cartOrder .subcartOrder .discount_area .point_area .ttl_c_bo_dot {
		font-size: 14px;
	}
	.productList_wrap .cartOrder .subcartOrder .discount_area .point_area .point_inner input {
		font-size: 14px;
		margin-right: 1rem;
	}
	.productList_wrap .cartOrder .subcartOrder .discount_area .point_area .point_inner li:last-of-type {
		margin-top: 1rem;
		font-size: 13px;
	}
	/* クーポン */
	.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner{margin-top: 20px;}
	.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .coupon_flex{
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .coupon_formarea{margin-top: 25px;}
	.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .coupon_flex .coupon_form{width:100%;text-align: right;}
	.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_area .ttl_c_bo_dot {
		font-size: 14px;
	}
	.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .form_radio label {
		font-size: 13px;
		padding-top: 4px;
	}
	.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .coupon_flex .coupon_form input,
	.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .coupon_flex .coupon_form select {
		font-size: 14px;
	}
	.productList_wrap .cartOrder .subcartOrder .discount_area .coupon_inner .coupon_flex dt span {
		font-size: 12px;
	}
	/* 金額部分 */
	.area_price_mini{
		flex-grow: 1;
		margin-top: calc(100 * (100vw / 750));
	}
	.area_price_mini .area_price_inner{
		margin: 0 auto;
		border-top:solid 2px #f4f4f4;
	}
	.area_price_mini  .area_price_inner .price_detail{
		display: flex;
		justify-content:space-between;
		font-size: calc(30 * (100vw / 750));
		padding: calc(35 * (100vw / 750)) ;
		border-bottom:solid 2px #f4f4f4;
	}
	.area_price_mini .area_price_inner .price_detail dd{color: #d93625;font-weight: bold;}
	.area_price_mini .area_price_inner .price_detail dd.nomalcolor{color:#545454;}
	.amount_price .sum{font-size: calc(30 * (100vw / 750));}
	.amount_price .sum span{font-size: calc(40 * (100vw / 750));}


	/* アイテムエリア */
	.productList_wrap .list .item_contents{
		display: none;
	}
	.productList_wrap .list .list_inner{
		margin-top: calc(40 * (100vw / 750));
		padding-bottom: calc(40 * (100vw / 750));
		border-bottom: 2px solid #f5f4f3;
		font-size: calc(30 * (100vw / 750));
		line-height: 1.5;
	}

	.productList_wrap .list .list_inner.ttlName{
		display: none;
	}
	.productList_wrap .list .list_inner .flex_01,
	.productList_wrap .list .list_inner .flex_03{
		flex-direction: column;
	}
	.productList_wrap .list .list_inner .flex_01{
		align-items: inherit;
	}
	.productList_wrap .list .list_inner .flex_02,
	.productList_wrap .list .list_inner .flex_03{
		align-items: flex-start;
	}
	.productList_wrap .list .list_inner .flex_02{
		flex-basis: auto;
	}
	.productList_wrap .list .list_inner .flex_03{
		flex-basis: auto;
		margin-top: 0;
	}
	.productList_wrap .list .list_inner .flex_04{
		align-items: flex-start;
		justify-content: flex-end;
		flex-basis: auto;
		margin-top: calc(20 * (100vw / 750));
	}
	.productList_wrap .list .list_inner .item_img{
		flex-basis: auto;
	}
	.productList_wrap .list .list_inner .item_img img{
		width: calc(210 * (100vw / 750));
	}
	.productList_wrap .list .list_inner .item_name{
		margin-left: calc(40 * (100vw / 750));
		flex-basis: auto;
		display: flex;
		flex-direction: column;
		font-size: 1.3rem;
    line-height: 1.7;
	}
	.productList_wrap .list .list_inner .item_price{
		flex-basis: auto;
		margin-left: calc(40 * (100vw / 750));
		margin-top: calc(5 * (100vw / 750));
		font-size: 1.2rem;
	}
	.productList_wrap .list .list_inner .item_quantity{
		margin-left: calc(40 * (100vw / 750));
		flex-basis: auto;
	}
	.productList_wrap .list .list_inner .item_subtotal{
		margin-left: calc(40 * (100vw / 750));
		flex-basis: auto;
		display: none;
	}
	.productList_wrap .list .list_inner .item_subtotal_set_pc{
		margin-left: calc(40 * (100vw / 750));
		flex-basis: auto;
		display: none;
	}
	.productList_wrap .list .list_inner .item_subtotal_set_sp{
		margin-left: calc(40 * (100vw / 750));
		flex-basis: auto;
		display: block;
	}
	.productList_wrap .list .list_inner .item_delete {
		margin-left: calc(40 * (100vw / 750));
		flex-basis: auto;
	}
	.productList_wrap .list .list_inner .item_delete img{
		width: 50px;
	}
	.noveltyArea .noverty_ttl{
		margin: calc(40 * (100vw / 750)) 0;
	}
	.noveltyArea .title{font-size: 14px;margin: 0 0 5px;}
	.noveltyArea p{font-size: 12px;}
	.noveltyArea .plist{
		align-items: inherit;
		flex-direction: column;
	}
	.noveltyArea .plist p{font-size: calc(30 * (100vw / 750));}
	.noveltyArea .plist .noverty_img{flex-basis: auto;}
	.noveltyArea .plist .noverty_img img{width: calc(210 * (100vw / 750));}
	.noveltyArea .noverty_flex02{
		display: flex;
		align-items: center;
		flex-basis: auto;
	}
	.noveltyArea .noverty_flex03{
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		line-height: 1.5;
	}
	.noveltyArea .plist .noverty_name {
		margin-left: calc(40 * (100vw / 750));
		flex-basis: auto;
		display: flex;
		flex-direction: column;
	}
	.noveltyArea .plist .noverty_price {
		margin-left: calc(40 * (100vw / 750));
		flex-basis: auto;
	}
	.noveltyArea .plist a.btn_user_change {
		color:#ffffff;
	}
	.noveltyArea .plist .noverty_btn{
		margin: calc(30 * (100vw / 750)) 0 calc(30 * (100vw / 750)) auto;
	}
	/* クーポンボックス */
	.cupon_btn_back{
		z-index: 3;
		position: absolute;
		top: calc(30 * (100vw / 750));
		right: calc(30 * (100vw / 750));
	}
	.cupon_box_wrap{
		max-width: calc(680 * (100vw / 750));
		max-height: inherit;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		background: #fff;
		position: fixed;
		z-index: 2;
		margin:auto;
		padding: calc(80 * (100vw / 750)) 0;
	}
	.cupon_box_wrap .cupon_box_inner{
		height: calc(560 * (100vw / 750));
		font-size: calc(28 * (100vw / 750));
		overflow-y: scroll;
	}
	.cupon_box_ttl{
		color: #545454;
		font-size: calc(32 * (100vw / 750));
		font-weight: bold;
		margin-bottom: calc(60 * (100vw / 750));
	}
	.cupon_box_wrap .cupon_box_inner .cupon_name{
		background: #f4f4f4;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: calc(30 * (100vw / 750)) calc(20 * (100vw / 750));
	}
	.cupon_box_wrap .cupon_box_inner .cupon_name li{
		margin-right: 0;
	}
	.cupon_box_wrap .cupon_box_inner .cupon_name li:first-child{
		margin-right: 0;
	}
	.cupon_box_wrap .cupon_box_inner .cupon_info{
		max-width: 380px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		border-bottom: 2px solid #f4f4f4;
		padding: 0 calc(20 * (100vw / 750)) calc(24 * (100vw / 750));
		margin-top: calc(28 * (100vw / 750));
	}
	.my-parts {
		display: inline-block;
		width: calc(46 * (100vw / 750));
		height: calc(46 * (100vw / 750));
		position: relative;
		cursor: pointer;
	  }
	  .my-parts span::before,
	  .my-parts span::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 84%;
		height: 16%;
		margin: -8% 0 0 -42%;
		background: #555555;
	  }
	  .pc_bold{font-weight: normal;}

		/* 送料無料式値 */
		.dvAnnounceFreeShipping {
			font-size: 12px;
		}

/*==============================================================================================
 オーダーペイメント オーダーコンファーム
==============================================================================================*/

	.orderconfirm_block .customerInfo ul li:first-child {
		min-width: calc(60 * (100vw / 480));
	}
	.orderconfirm_block .orderList .orderList_itemimg .itemArea .itemText .itemText__price {
		margin-top: 5px;
	}
	.orderconfirm_block .orderList .orderList_itemimg .itemArea.Setpromo {
		display: block;
		position: static;
	}
	.orderconfirm_block .orderList .orderList_itemimg .itemArea.Setpromo .setpromotion {
		position: static;
		right: auto;
		font-size: calc(16 * (100vw / 480));
		width: 100%;
		background: #f4f4f4;
		padding: calc(12 * (100vw / 480));
		margin: 0 0 calc(15 * (100vw / 480)) 0;
	}
	.orderconfirm_block .orderList .orderList_itemimg .itemArea.Setpromo .setpromotion dt {
		display: block;
		font-weight: 600;
		margin-bottom: calc(5 * (100vw / 480));
	}
	.orderconfirm_block .orderList .orderList_itemimg .itemArea.Setpromo .setpromotion dd {
		display: flex;
	}
	.orderconfirm_block .orderList .orderList_itemimg .itemArea.Setpromo .setpromotion dd .yaji{
		margin: 0 calc(13 * (100vw / 480));
	}
    .f_graybox{
		padding: calc(26 * (100vw / 750)) calc(20 * (100vw / 750));
		background: #f4f4f4;
	}
	.orderconfirm_block .customerInfo{
		margin:calc(60 * (100vw / 750)) 0 calc(100 * (100vw / 750)) 0;
		border-bottom: none;
	}
	.orderconfirm_block .customerInfo.lastArea{
		margin:calc(60 * (100vw / 750)) 0 calc(80 * (100vw / 750)) 0;
		border-bottom: none;
	}
	.orderconfirm_block .customerInfo ul{
        margin:calc(26 * (100vw / 750)) 0 0 0;
        font-size: 14px;
    }
    /* .orderconfirm_block .customerInfo .confirm_ad{
        width: calc(120 * (100vw / 750));
	} */
	.area_price{
		margin-bottom: calc(80 * (100vw / 750)) ;
		border:solid 2px #f4f4f4;
	}
	.area_price .area_price_inner{
		margin: calc(40 * (100vw / 750)) calc(35 * (100vw / 750)) calc(44 * (100vw / 750));
	}
	.area_price  .area_price_inner .price_detail{
		font-size: calc(30 * (100vw / 750));
		padding: calc(35 * (100vw / 750)) ;
	}
	.area_price  .area_price_inner .price_detail .f_big{
		font-size: calc(36 * (100vw / 750)) ;
	}
	.amount_area .amount_inner{
		margin: calc(66 * (100vw / 750)) 0 calc(60 * (100vw / 750));
	}
	.amount_area .amount_inner .totalprice{
		font-size: calc(30 * (100vw / 750));
	}
	.amount_area .amount_inner .totalprice span{
		font-size: calc(48 * (100vw / 750));
	}
	.amount_area .amount_inner .point_Acquisition{
		display: flex;
		align-items: center;
		justify-content:center;
		font-size: calc(30 * (100vw / 750));
		margin-top: calc(30 * (100vw / 750));
	}
	.lastMessage{
		text-align: center;
		font-size: calc(30 * (100vw / 750));
		margin-top: calc(40 * (100vw / 750));
		line-height: 1.5;
	}

}
