@charset "utf-8";

/*____________________________________________________________________________

SITE TITLE:  BOEM - assets
TITLE: PC ショッピングカート 【L4】
____________________________________________________________________________*/

#contents_ver4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cart_tit {
  border-bottom: none;
  color: #2b2b2b;
  font-weight: normal;
  margin: 15px auto;
  width: 1000px;
  overflow: hidden;
}
#complete .cart_tit{
  font-size:15px;
  margin-bottom:12px;
}
#cart .cart_tit h2{
  border-bottom: none;
}
.cart_tit p {
  float: left;
  width: 850px;
  height: 36px;
  line-height: 38px;
}
.cart_tit p span {
  color: #cc000a;
  font-weight: bold;
}
#cart .new_steplink {
  margin: 15px 0;
}
.new_steplink button,
.additionalItemlink button{
  width: 260px;
  height: auto;
  display: flex;
  justify-content:center;
  align-items:center;
  height:64px;
  border-radius: 2px;
  font-size: 16px;
  color: #FFF;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  border:none;
  margin:0 auto;
  cursor: pointer;  
  background-color:#333;
}
.site_fascinate .new_steplink button:before{
  font-family: "Material Symbols Outlined";
  content:"\eb88";
  font-style:normal;
  font-size:32px;
  margin-right:.1em;
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24;
}
.new_steplink button.newregistBtn,
.additionalItemlink button.newregistBtn{
  color: #333;
  background-color:#fff!important;
  border:1px solid #333;
}
.new_steplink button:hover,
.additionalItemlink button:hover{
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  text-decoration: none;
}
.new_steplink .new_toreg {
  clear: both;
  background: none;
  color: #4b4b4b;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  top: 18px;
  padding: 0;
}
.new_steplink .new_toreg:hover {
  text-decoration: underline;
}

/* 初期ローダ */
.cart_shop_iniloader{
  text-align: center;
  padding: 110px 0;
}

/* 全体レイアウト */
.cart_shop{
  margin-bottom:32px;
  vertical-align:top;
}
.cart_shop_innerWrap{
  display:flex;
  flex-wrap:wrap;
  border:1px solid #ddd;
  justify-content: space-between;
}
.cart_list{
  display:inline-block;
  width: 67%;
  vertical-align:top;
}
.cart_list .cart-price,
.cart_list .item,
.cart_list .totalprice{
  display:inline-block;
  vertical-align:top;
}
.cart-table {
  display:block;
  font-size:0;
}
.order-total-table{
  display:inline-block;
  padding-bottom:20px !important;
  width: 33%;
  background-color:#f5f5f5;
}
.cart_list .item{
  width:488px;
  padding-top:30px;
  padding-left:30px;
  box-sizing:border-box;
}
.cart_list .cart-table:last-of-type{
  margin-bottom:30px;
}
/*カート表示*/

.shopping_box {
  padding: 0;
}
.shopping_box table {
  width: 100%;
}
.shopping_box th {
  font-size: 16px;
  padding: 0 30px;
  color: #2b2b2b;
  white-space: nowrap;
  vertical-align: middle;
}
.shopping_box th span {
  padding-left: 3px;
  font-weight: normal;
}
.shopping_box .commodity.template .item {
  display:inline-block;
  box-sizing:border-box;
  width:500px;
  text-align: left;
  padding:30px 15px 0 30px;
  font-size:12px;
}
.shopping_box .commodity.template:last-of-type .item {
  padding-bottom: 32px;
}
#complete .shopping_box{
  margin: 0;
}

/* 商品情報 */
.shopping_box .item_product {
  overflow: hidden;
  color: #2b2b2b;
  font-size: 12px;
}
.item_product ul {
  margin-bottom: 2px;
}
.product-name a {
  font-weight: bold;
  color: #2b2b2b;
}
.gift_select {
  float: left;
  margin-right: 10px;
  width: 230px;
  margin-top: 4px;
  height: 22px;
}
.giftFlag{
  display: none;
  color: #999;
  font-size: 11px;
  font-weight: 500;
}
.site_descente .giftFlag {
  display: block;
  padding-top: 8px;
}
.help_icon {
  float: left;
  padding-top: 3px;
}
.shopping_box .help_icon img {
  float: none;
  margin-right: 0 !important;
}
.amount_select{
  height: 22px;
  font-size: 13px;
  font-weight: normal;
}

/*価格*/
.cart_list .cart-price {
  display:inline-block;
  width: 170px;
  padding-top:30px;
  padding-right:16px;
  font-size:14px;
  box-sizing:border-box;
}
.cart_list .cart-price span {
  display: block;
}
.cart_list .cart-price .price {
  font-weight: bold;
  letter-spacing:.03em;
}
.cart_list .cart-price .taxin {
  font-weight: normal;
  letter-spacing:.03em;
}
.cart_list .cart-price .suffix{
  display:inline;
  margin-left:.2em;
  font-weight:normal;
  font-size:.8em;
  letter-spacing:0;
  opacity:.8;
}

/*数量*/
.cart_list .amount {
  width: 70px;
  font-weight: bold;
}

/*残り1点表示*/
.data_last_item {
  display: inline-block;
  color: #FF0030;
  font-weight: normal;
  line-height: 24px;
  font-size: 12px;
}

/*削除する*/
.cart_list .delete-button {
  width: 80px;
  text-align: left;
  line-height:1;
}
.cart_list .delete-button .delete {
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom:1px;
  font-size:11px;
  color:#666;
  border-bottom:1px solid #999;
  text-decoration:none;
}
.cart_list .delete-button .delete:hover{
  text-decoration:none;
  opacity:.6;
}

/*注文内容*/
#totalprice {
  width: 290px;
  padding: 32px 0;
}
.totalprice {
  border-left: 1px solid #ddd;
  text-align: center;
}
.orderPrice-table {
  width: 260px;
  padding-top:30px;
  position: relative;
}
.orderPrice-table .totalprice_subtotal-header {
  font-size: 18px;
  padding-bottom: 20px;
}
.orderPrice-table th {
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 8px 0;
  vertical-align: top;
  text-align: left;
  color: #000;
}
.orderPrice-table tr ,
.orderPrice-table span[name="amountSum"] {
  padding: 0;
  font-size: 14px !important;
}
.orderPrice-table span[name="amountSum"] {
  padding: 0 2px;
}
.orderPrice-table td[name="totalPrice"],
.orderPrice-table td[name="totalGiftPrice"],
.orderPrice-table td[name="amountTax"]{
  vertical-align: top;
  text-align: right;
  font-size: 15px;
  letter-spacing:.05em;
}
.orderPrice-table td[name="amountTax"]{
  padding-bottom:1em;
}
.orderPrice-table td {
  padding: 0 3px 8px 3px;
  text-align: right;
  vertical-align: middle;
}
.orderPrice-table .grandTotal th,
.orderPrice-table .grandTotal td {
  font-weight: bold;
  border-top: 1px solid #4d2212;
  padding-top: 16px;
}
.orderPrice-table .grandTotal th {
  font-size: 16px;
}
.orderPrice-table .grandTotal td {
  font-size: 17px;
  letter-spacing:.05em;
}
.orderPrice-table .notes {
  padding: 20px 0 0 0;
  text-align: left;
  font-size: 11px;
  color: #666;
}
.orderPrice-table .totalPrice-tax{
  font-size:.8em;
}
.orderPrice-table .totalPrice-tax:before{
  content:"(";
  padding:0 .1em;
}
.orderPrice-table .totalPrice-tax:after{
  content:")";
  padding:0 .1em;
}

/* 新配送料 #36292 */
.totalprice_subtotal-header,
.totalprice_subtotal-price {
  font-size: 18px;
}
.totalprice_subtotal-price .taxNotation {
  margin-left: 4px;
  font-size: 11px;
}
.totalprice {
  border: none;
  background: #f5f5f5;
}
.orderPrice-table .notes span {
  font-weight: bold;
}

/*ショッピングを続ける レジにすすむ*/
.new_step {
  margin-bottom: 8px;
}
.back-to-shopping {
  margin-top: 15px;
}
.back-to-shopping a {
  display: block;
  float: left;
  font-size: 14px;
  padding-top: 6px;
  color: #333;
}
.back-to-shopping a:hover {
  background-position: 0 -30px;
}
.new_step .new_steplink a {
  margin-top: 0;
}

/* お気に入りのアイテム */
#favorite_items {
  display: none;
}
#favorite_items h2 {
  font-size: 14px;
}
#favorite_items #fav {
  display: block;
}
#favorite_items #fav .brandName {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 6px 0 5px 0;
  line-height: 1.1;
  font-size: 13px;
  color: #444;
}
#favorite_items #fav .commodityName,
#favorite_items #fav .favsize{
  display:block;
  margin-bottom:2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:11px;
  color:#999;
}
#favorite_items #fav .favsize{
  margin-bottom:5px;
}
#favorite_items #fav .old_price,
#favorite_items #fav .special_price,
#favorite_items #fav .price{
  display:inline-block;
  margin-bottom:8px;
  font-size:13px;
  color:#444;
}
#favorite_items #fav .old_price{
  margin-right:3px !important;
  font-size:12px !important;
  color:#999;
}
#favorite_items #fav .special_price{
  color:#FF0030;
}
#favorite_items #fav .container > a{
  display:block;
}
#favorite_items #fav .container > a:hover{
  opacity:.8;
}
#favorite_items #fav .btnAddCart:hover {
  color:#fff;
}
.site_brandeli .lc-item__price__old,
.site_danyu .lc-item__price__old,
.site_fineoutlet .lc-item__price__old,
.site_grande .lc-item__price__old,
.site_magaseek .lc-item__price__old,
.site_mango .lc-item__price__old,
.site_modaclea .lc-item__price__old,
.site_shihomi .lc-item__price__old,
.site_raboki .lc-item__price__old,
.site_uf .lc-item__price__old{
  display: none;
}

/* #108910 人気・お気に入り・最近チェックしたアイテムの画像比率 */
.cart-ranking #cart_ranking ul li.-square img,
.cart-favorite #fav ul li.-square img,
.cart-recentry #cartRemind ul li.-square img {
  margin-left: 0;
  width: 100%;
  height: auto;
}

/*おすすめアイテム*/
#cart_recommend {
  margin-bottom: 30px;
}
#cart_recommend h2,
#favorite_items h2{
  font-size: 18px;
  color:#444;
  font-weight:normal;
  border:none !important;
}
#reco span.brand_name {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 6px 0 0 0;
  line-height: 1.1;
  font-size: 12px;
  color: #666;
}
#reco span.commodity_name {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  line-height: 1.1;
  font-size: 11px;
  color: #999;
}
 
/* 買い合わせ導線 */
#cart .notice-free-shipping {
  display: block;
  height: 56px;
  padding-left: 30px;
  line-height: 56px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #f5f5f5;

}
#cart .notice-free-shipping a {
  text-decoration: underline;
}
#cart .notice-free-shipping a:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url("https://media.aws.locondo.jp/contents/img/common/arw-cart-notice.png");
  top: 2px;
  margin-left: 4px;
}
#cart .notice-free-shipping span {
  font-weight: bold;
}

/*カートステータス*/
.cartStatus{
  background: #f5f5f5;
  padding: 30px 16px;
  text-align: center;
  margin:0 0 30px 0
}
.cartStatus img{
  display: inline-block;
}
.cartStatus .notice{
  margin: 24px 0 0 0;
  font-size: 14px;
  color: #333;
}
/* CRE_90499(fr)_boem_multicart */
.cartPage .cartStatusImg{
  margin:0 auto;
  width:500px;
  height:65px;
  background-image:url(https://media.aws.locondo.jp/swsstatic/common/img/pc/multi_cart/status_cart.png);
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
}

/* 商品画像 */
.shopping_box .item_img {
  margin-right: 20px;
}
.item_img img{
  margin-bottom:8px; 
}
.resaleFlag{
  color: #999;
}
.cart-table .resaleFlag {
  display: inline-block;
  color: #666;
  padding: 0.3em 0.4em;
  margin: 0 2px 2px 0;
  font-size: 10px;
  font-weight: normal;
  background-color: #f2f2f2;
}
.cart-table .resaleFlag:empty{
  display: none;
}
.totalprice {
  width: 328px;
  padding-top:30px;
}
.orderPrice-table {
  margin: 0 30px;
}
#complete .orderPrice-table {
  margin-bottom: 16px;
}
.multi_cart_name{
  padding:0 30px;
  text-align: center;
  line-height:44px;
  font-size:18px;
  font-weight: normal;
  color:#fff;
  background: #333;
  box-sizing:border-box;
}
.multi_cart_name br{
  display:none;
}
.wrap-free-shipping{
  display:block;
}
.new_steplink a {
  float: none;
  width: 260px;
  text-decoration: none;
}
.totalprice .new_steplink{
  margin-top: 20px;
}
#complete .new_steplink span{
  font-size: 16px;
  color: #fff;
}
.amount{
  margin: 10px 0;
}
.notes{
  text-align: right;
  margin: 12px 0 30px 0;
  font-size: 11px;
  color: #666;
}
.complete p.notes{
  color: #666;
}
.back_link{
  margin: 10px 0;
}
.back_link a{
  display:inline-block;
  padding:1em 2em;;
  font-size:13px;
  line-height:1;
  border-radius:4px;
  border:1px solid #ddd;
  margin-bottom:.5em;
}
.free-shipping{
  padding:0 30px;
  text-align: center;
  line-height:44px;
  background-color: #f4f4f4;
  box-sizing:border-box;
  width:100%;
  border-bottom:1px solid #eaeaea;
}
.free-shipping b{
font-weight: bold;
}
.free-shipping a{
  font-size: 14px;
  text-decoration:none;
}
.free-shipping a:hover{
  text-decoration:none;
  opacity:.7;
}
.free-shipping .price{
  font-size:1.1em;
}
.free-shipping .secondary{
  margin-left:1em;
  /* color:#333; */
}
.free-shipping .secondary b{
  font-weight:normal;
  border-bottom:1px solid #666;
  padding-bottom:1px;
}
.free-shipping .secondary.searchPriceEndLink {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.free-shipping a.underFreeshipping:before {
  content: "!";
  display: inline-block;
  margin-right: 0.3em;
  color: #fff;
  text-align: center;
  font-weight: 600;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  border-radius: 50%;
  background-color: #000;
}
.free-shipping_wrap{
  width: 100%;
}
/* サイトごとの設定 */
.site_passover .free-shipping > a{
  pointer-events:none;
}
.site_passover .free-shipping .searchPriceEndLink{
  display:none;
}

.new_toreg{
  text-align: center;
  margin: 46px 0;
}
.new_toreg a{
border-radius:2px;
padding: 16px 64px;
font-size: 14px;
}
.new_toreg a:hover{
  opacity: 0.6;
  text-decoration: none;
}
.breadcrumbs{
  visibility: hidden;
}

/*マルチカート時に残った未注文カートを目立たせる*/
@-webkit-keyframes blink-border {
  0% { border-color: #f0f0f0; }
  50% { border-color: #000; }
  100% { border-color: #f0f0f0; }
}
@-webkit-keyframes blink-txt {
  0% { color: #f0f0f0; }
  50% { color: #000; }
  100% { color: #f0f0f0; }
}
#complete .cart_shop_innerWrap,
.completePage .cart_shop_innerWrap{
  animation: blink-border 1.2s infinite;
  -webkit-animation: blink-border 1.2s infinite;
}
#complete .attentionorder,
.completePage .attentionorder{
  animation: blink-txt 1.2s infinite;
  -webkit-animation: blink-txt 1.2s infinite;
}

a .lc-item__body:hover{
  text-decoration: none;
}

/*----------------------------------------------------------------------------
買い合わせ導線 ##TODO SWSクリスマスに特化しているので、ファイル構成を考え直す
----------------------------------------------------------------------------*/
.AdditionalItemsModalLeadText{
  font-size: 15px;
  line-height:1.7;
  color:#333;
}
.AdditionalItemsModalLeadText strong{
  display:block;
  font-size:24px;
  margin-bottom:.5em;
}
.AdditionalItemsModalLeadText small{
  display:block;
  font-size:11px;
  color:#888;
  margin-top:.5em;
}
#AdditionalItems_wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:10px 10px 0 10px;
  max-height: 380px;
  min-height: 120px;
  overflow-y: scroll;
  margin: 30px 10px;
  background-color:rgba(0,0,0,0.05);
  }
#AdditionalItems_wrap [uk-spinner] svg{
  width:60px;
  height:60px;
  color:#ccc;
}
#AdditionalItems_wrap li{
  margin-bottom: 10px;
  border:1px solid #d9a93b;
  background:#d9a93b;
  padding:10px;
  border-radius:3px;
  display:flex;
  align-items:center;
}
@keyframes fadeIn {
  from { opacity: 0;}
  to { opacity: 1;}
}
#AdditionalItems_wrap li{
  animation: fadeIn .5s ease-out;
}
#AdditionalItems_wrap li .product-image{
  width: 120px;
  margin-right: 20px;
}
#AdditionalItems_wrap li .product-image img{
  width: 100%;
  height: auto;
}
#AdditionalItems_wrap li .product-info{
  text-align: left;
  color:#222;
}
#AdditionalItems_wrap li .product-info .AdditionalItems_detailText{
  font-size: 13px;
}
#AdditionalItems_wrap li .product-info .price{
  display:block;
  font-size: 15px;
  margin-bottom:10px;
}
#AdditionalItems_wrap li .product-info .btn_cart button{
  display: block;
  box-sizing: border-box;
  width: 10em;
  height: 32px;
  text-align: center;
  font-size: 12px;
  color: #fff !important;
  border: 1px solid #C99C33;
  background-color: #222;
  border-radius: 2px;
}
#AdditionalItems_wrap li .product-info .cartAddDirectly_feedback .buttonToCart{
  display: inline-block;
  margin: 5px 0;
  box-sizing: border-box;
  width: 36%;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  text-decoration: none !important;
  color: #f00 !important;
  border: 1px solid;
  background-color: none;
  border-radius: 2px;
}
#AdditionalItems_wrap li .product-info .cartAddDirectly_feedback .buttonToCart a{
  color: #f00;
}
#AdditionalItems_wrap li .product-info .feedbackText{
  color: #000;
  display: inline-block;
  margin-left: 10px;
}
#AdditionalItems_wrap li .product-info .sale_price{
  color: #cc0000;
}
#AdditionalItems_wrap li .product-info .old_price{
  text-decoration: line-through;
  color: #969696;
}
.remodal[data-remodal-id="discoverAdditionalItems_Modal"]{
  width: 560px;
  background-color: #eee;
}
.additionalItemlink{
  margin: 15px 0;
}
button.AdditionalItems_remodal-close{
  left: 540px;
  top: -20px;
  position: absolute;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
button.AdditionalItems_remodal-close:before{
  background: #000;
  border-radius: 20px;
  border: 2px solid;
  color: #ccc;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
  box-sizing:content-box;
}
.modal_new_step button {
  width: 260px;
  height: auto;
  display: block;
  line-height: 100%;
  background: none;
  border-radius: 2px;
  border:1px solid #d9a93b;
  font-size: 16px;
  color: #d9a93b;
  text-align: center;
  text-indent: 0;
  padding: 18px 0;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  margin: 0 auto;
  cursor: pointer;
}

/* (SWS)カートボタンの出し分けによる、カートポップアップの表示非表示 */

/* 無料ラッピング期間以外：ポップアップなし */
.site_sws .cart_shop .additionalItemlink{
  display:none;
}
/* ▼ ラッピング期間は有効にする */
/* 無料ラッピング期間 かつ　クッキーがない時 ： コーブドーcart_SKOB1347Dのみポップアップあり */
/* .site_sws .-additionalItemsCart.globalWrap .cart_shop#cart_SKOB1347D .new_step {
  display: none;
}
.site_sws .-additionalItemsCart.globalWrap .cart_shop#cart_SKOB1347D .additionalItemlink {
  display: block;
} */
/* ▲ ここまで */

/* 分割配送 */
.cart_listContainer{
  width: 67%;
  background: #fafafa;
  padding-top: 15px;
}
.order-total-table{
  background: #fafafa;
}
.cart_listContainer .cart_list{
  width: 100%;
  margin: 0 0 15px 15px;
  background: #fff;
}
.cart_listContainer .order-total-table{
  margin-left: auto;
}
.free-shipping_wrap._hidden{
  display: none !important;
}
.shipment_switcher_nav {
  display: flex;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #2b2b2b;
  width: 600px;
  margin: 30px auto;
}
.splitShipment_switcher_nav{
  counter-reset: number 0;           /* number のカウンタを 0 にセット */
}
.splitShipment_enabled:after {
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) " ";      /* 表示形式を指定 */
}
.shipment_switcher_nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background: #fff;
  color: #ccc;
  padding: 12px;
  border-radius: 000;
  margin: 0 !important;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.shipment_switcher_nav button:hover{
  background: #f5f5f5;
  color: #666;
}
.shipment_switcher_nav button.uk-active {
  background: #2b2b2b;
  color: #fff;
}
.shipment_switcher_nav button .uk-icon {
  visibility: hidden;
  margin-left: -1em;
  margin-right: 2px;
}
.shipment_switcher_nav .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){
  stroke-width: 2;
}
.shipment_switcher_nav button.uk-active .uk-icon {
  visibility: visible;
}
.splitShipment_cart_date {
  background: #eee;
  margin-left: 15px;
}
.splitShipment_cart_date h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 1.75;
}
.splitShipment_cart_date p.splitShipment_cart_date_note {
  color: #666;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.splitShipment_cart_date_note a{
  text-decoration: underline;
  text-underline-offset: 4px;
}
.splitShipment_cart_date_note a:hover{
  text-decoration: none;
  color: #000;
}
.splitShipment_cart_unify {
  color: #ee0000;
  padding: 4px;
  text-align: center;
  font-weight:normal;
}
.singleShipment_cart_date_note_lead{
  color: #666;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.singleShipment_cart_date_note{
  color: #666;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.singleShipment_cart_date_note a{
  text-decoration: underline;
  text-underline-offset: 4px;
}
.singleShipment_cart_date_note a:hover{
  text-decoration: none;
  color: #000;
}
.splitShipment_payment_note_wrap{
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}
.splitShipment_payment_note_wrap a{
  text-decoration: underline;
}
.splitShipment_payment_note_wrap._hidden{
  display:none !important;
}
.splitShipment_switcher_nav {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 10px auto 0;
}
.splitShipment_switcher_nav._hidden{
  display: none !important;
}
.splitShipment_switcher_nav button {
  position: relative;
  top: 1px;
  border-radius: 0;
  border: none;
  outline: none;
  font-size: 15px;
  background: #fff;
  color: #aaa;
  border: 1px solid #ddd;
  padding: 12px 6px;
  margin: 0 5px;
  width: 100%;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ddd;
}
.splitShipment_switcher_nav button:hover{
  color: #666;
}

.splitShipment_switcher_nav button.uk-active {
  background: #fafafa;
  color: #000;
  font-weight: bold;
  border-bottom: none;
}
/* .splitShipment_enabled:nth-child(n + 2){
  border-left:none;
} */

.singleShipment_cart_date{
  background: #eaeaea;
  padding: 15px;
  margin-left: 15px;
}
.shipment_switcher_container .cart-table {
  display: flex;
}
.shipment_switcher_container .cart_list .item {
  width: 530px;
  display: flex;
}
.shipment_switcher_container .shopping_box .item_img {
  width: 136px;
}
.shipment_switcher_container .shopping_box .item_img img {
  width: 100%;
  height: auto;
}
.site_descente .shipment_switcher_container .shopping_box .item_img,
.site_descentefes .shipment_switcher_container .shopping_box .item_img {
  aspect-ratio: 5 / 6;
  position: relative;
}
.site_descente #cart .cart_listContainer .item .item_img a,
.site_descentefes #cart .cart_listContainer .item .item_img a{
  overflow: hidden;
}
.site_descente .shipment_switcher_container .shopping_box .item_img img,
.site_descentefes .shipment_switcher_container .shopping_box .item_img img {
  width: 120%;
  height: auto;
  max-width: inherit;
  margin-left: -10%;
}


.shipment_switcher_container .shopping_box .item_product {
  flex: 1;
}
.shipment_switcher_container .shopping_box .item_product .product-name {
  font-size: 13px;
  margin-bottom: 8px;
}
.shipment_switcher_container .shopping_box .item_product ul {
  color: #666;
}
.shipment_switcher_container .shopping_box .item_product ul li{
  margin-bottom:.2em;
}
[lang="ja"] .shipment_switcher_container .shopping_box .item_product .-productCountry{
  display:none;
}
.shipment_switcher_container .cart_list .cart-price {
  width: inherit;
  margin-left: auto;
}
.order-total-table.loading{
  position: relative;
}
.order-total-table.loading:before{
  content:'';
  display:block;
  width:100%;
  height: 100%;
  z-index: 3;
  background: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.order-total-table.loading:after{
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://media.aws.locondo.jp/_assets/img/both/loading_different_color.gif);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%,-50%);
}


/*----------------------------------------------------------------------------
複数点購入時のサイズ交換不可
----------------------------------------------------------------------------*/
#isNotConvertibleMessage{
  background: #fff6f6;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
#isNotConvertibleMessage:before{
  content: '!';
  display: inline-block;
  margin: 4px 8px 0 0;
  font-size: 22px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 14px;
  background: #ffffff;
  color: #ff9b9b;
  float: left;
}
#isNotConvertibleMessage p{
  padding-left: 38px;
  font-weight: bold;
}
.resaleFlag.multiplePurchase {
  color: #fff !important;
  background: #c7c7c7 !important;
  font-weight: 600;
}

/* レコメンド catalogList */
.cartPage .catalogList{
  display:flex;
  flex-wrap:wrap;
  gap:2px;
}
.site_waja .cartPage .catalogList,
.site_reebok .cartPage .catalogList{
  gap:15px;
}
.cartPage .catalogList > li{
  width: calc((100% - 12px) / 7);
}
.site_waja .cartPage .catalogList > li,
.site_reebok .cartPage .catalogList > li{
  width: calc((100% - 90px) / 7);
}
.cartPage .catalogList .product-image{
  margin-bottom: 10px;
}
.cartPage .catalogList .product-text{
  padding-right:10px;
}
.site_oasys .cartPage .catalogList .product-text{
  padding-right:0;
}
.cartPage .catalogList .product-text .brandName {
  margin-bottom: 0.5em;
  line-height:1.1;
  font-size: 13px;
  letter-spacing: initial;
  word-break: break-word;
  color: var(--black);
}
.site_descente .cartPage .catalogList .product-text .brandName,
.site_descentefes .cartPage .catalogList .product-text .brandName{
  font-size: 12px;
  overflow: hidden;
}
.site_mango .cartPage .catalogList > li{
  overflow: hidden;
}
.site_brandeli .cartPage .lc-item__brandName{
  font-family: 'Josefin Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.cartPage .catalogList .product-text .commodityName {
  font-size: 11px;
  color: var(--text-light);
  line-height: 1.1;
  overflow: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
  color: #999;
}
.site_mej .cartPage .catalogList .product-text .commodityName,
.site_samantha .cartPage .catalogList .product-text .commodityName{
  font-size:12px;
}
.site_oasys .cartPage .catalogList .product-text .commodityName{
  white-space: nowrap;
}
.site_magaseek .cartPage .catalogList .product-text .commodityName{
  display: none;
}
.site_harleydavidson .cartPage .catalogList .product-text .commodityName{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height:1.5;
  font-size: 13px;
  margin-bottom:.3em;
}
.cartPage .catalogList .product-text .priceLine p {
  font-size: 13px!important;
  letter-spacing: initial;
  color: var(--black);
}
.site_magaseek .cartPage .catalogList .product-text .priceLine p {
  font-size: 15px!important;
}
.cartPage .catalogList .product-text .priceLine .special_price span {
  color: var(--sale);
}
.cartPage .catalogList .product-text .priceLine .special_price .-proper{
  font-weight:400;
  color:var(--text-pale);
  text-decoration: line-through;
  display:none;
}
.site_charles .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_fitfit .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_harmony .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_ido .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_jayjay .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_otsuka .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_rucoline .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_steady .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_waja .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_oasys .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_starcrea .cartPage .catalogList .product-text .priceLine .special_price .-proper,
.site_unbillion .cartPage .catalogList .product-text .priceLine .special_price .-proper{
  display: inline-block;
}
.cartPage .catalogList .product-text .member_price {
  padding:0!important;
}
.cartPage .catalogList .product-text .special_price.member_price{
  color:var(--sale)!important;
}
.cartPage .cart-ranking .catalogList .catalogList_item {
  margin-bottom: 40px;
}
.site_fascinate .cart-ranking .lc-u-linkBase{
  display: none;
}
.cartPage .cart-recentry .catalogList{
  gap:2px;
}
.site_reebok .cartPage .cart-recentry .catalogList{
  gap:15px;
}
.cartPage .cart-recentry .catalogList>li{
  width:calc((100% - 22px) / 12);
  flex-grow:0;
  flex-shrink:0;
  margin-right:0!important;
}
.site_brandeli .cartPage .cart-recentry .catalogList>li,
.site_charles .cartPage .cart-recentry .catalogList>li,
.site_fitfit .cartPage .cart-recentry .catalogList>li,
.site_harmony .cartPage .cart-recentry .catalogList>li,
.site_ido .cartPage .cart-recentry .catalogList>li,
.site_jayjay .cartPage .cart-recentry .catalogList>li,
.site_magaseek .cartPage .cart-recentry .catalogList>li,
.site_otsuka .cartPage .cart-recentry .catalogList>li,
.site_raboki .cartPage .cart-recentry .catalogList>li,
.site_rucoline .cartPage .cart-recentry .catalogList>li,
.site_starcrea .cartPage .cart-recentry .catalogList>li,
.site_steady .cartPage .cart-recentry .catalogList>li,
.site_unbillion .cartPage .cart-recentry .catalogList>li,
.site_waja .cartPage .cart-recentry .catalogList>li {
  width: calc((100% - 12px) / 7);
}
.site_reebok .cartPage .cart-recentry .catalogList>li{
  width: calc((100% - 90px) / 7);
}
.site_oasys .cartPage .catalogList > li {
  width: calc((980px - 15px* 6) / 7);
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 5px;
}
.cartPage .cart-recentry .catalogList>li:nth-child(n + 13){
  display:none;
}
.cartPage .cart-recentry .product-text{
  display:none;
}
.site_abe .cartPage .cart-recentry .product-text,
.site_arche .cartPage .cart-recentry .product-text,
.site_brandeli .cartPage .cart-recentry .product-text,
.site_charles .cartPage .cart-recentry .product-text,
.site_danyu .cartPage .cart-recentry .product-text,
.site_fineoutlet .cartPage .cart-recentry .product-text,
.site_fitfit .cartPage .cart-recentry .product-text,
.site_grande .cartPage .cart-recentry .product-text,
.site_harmony .cartPage .cart-recentry .product-text,
.site_ido .cartPage .cart-recentry .product-text,
.site_jayjay .cartPage .cart-recentry .product-text,
.site_magaseek .cartPage .cart-recentry .product-text,
.site_mango .cartPage .cart-recentry .product-text,
.site_mej .cartPage .cart-recentry .product-text,
.site_modaclea .cartPage .cart-recentry .product-text,
.site_oasys .cartPage .cart-recentry .product-text,
.site_otsuka .cartPage .cart-recentry .product-text,
.site_passover .cartPage .cart-recentry .product-text,
.site_sfw .cartPage .cart-recentry .product-text,
.site_starcrea .cartPage .cart-recentry .product-text,
.site_steady .cartPage .cart-recentry .product-text,
.site_raboki .cartPage .cart-recentry .product-text,
.site_reebok .cartPage .cart-recentry .product-text,
.site_rucoline .cartPage .cart-recentry .product-text,
.site_uf .cartPage .cart-recentry .product-text,
.site_unbillion .cartPage .cart-recentry .product-text,
.site_waja .cartPage .cart-recentry .product-text {
  display:block;
}

/*----- 商品画像デフォルトサイズ指定 -----*/
.catalogList .product-image img{
  width:auto;
  height:auto;
}
/* 画像の縦横比率 */
.site_descente #fav .lc-item__image img,
.site_descentefes #fav .lc-item__image img,
.site_fascinate #fav .lc-item__image img,
.site_brandeli #fav .lc-item__image img,
.site_waja #fav .lc-item__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: width .5s, height .5s;
}
.site_descente #fav .lc-item__image,
.site_descentefes #fav .lc-item__image,
.site_fascinate #fav .lc-item__image,
.site_brandeli #fav .lc-item__image,
.site_waja #fav .lc-item__image {
  display: flex;
  align-items: center;
  position: relative;
  transition: width .2s, height .2s;
}
.site_descente #fav .lc-item__image:before,
.site_descentefes #fav .lc-item__image:before,
.site_fascinate #fav .lc-item__image:before,
.site_brandeli #fav .lc-item__image:before,
.site_waja #fav .lc-item__image:before {
  content: '';
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, .02);
  position: absolute;
  top: 0;
}
.site_fascinate #fav .lc-item__image,
.site_fascinate #fav .lc-item__image img,
.site_fascinate #fav .lc-item__image:before {
  aspect-ratio: 2 / 3;
}
.site_descente #fav .lc-item__image,
.site_descente #fav .lc-item__image img,
.site_descente #fav .lc-item__image:before,
.site_descentefes #fav .lc-item__image,
.site_descentefes #fav .lc-item__image img,
.site_descentefes #fav .lc-item__image:before {
  aspect-ratio: 5 / 6;
}
.site_brandeli #fav .lc-item__image,
.site_brandeli #fav .lc-item__image img,
.site_brandeli #fav .lc-item__image:before,
.site_waja #fav .lc-item__image,
.site_waja #fav .lc-item__image img,
.site_waja #fav .lc-item__image:before {
  aspect-ratio: 5 / 7;
}
.site_brandeli #fav .lc-item__image img,
.site_waja #fav .lc-item__image img {
  object-fit: contain;
}
.site_steady .cartPage .catalogList{
  gap:0;
}
.site_steady .cartPage .cart-recentry .catalogList>li,
.site_steady #fav li,
.site_steady .catalogList>li{
  overflow: hidden;
  margin-right: 15px !important;
  margin-bottom: 5px;
  width: 130px;
}

/* カートのレコメンドエリアに商品が1つもない時 */
.cart-favorite:not(:has(#fav ul.lc-row.lc-row--scroll li.lc-row__scrollContent)),
.cart-recentry:not(:has(#cartRemind .catalogList .catalogList_item)) {
	display: none;
}

/*----------------------------------------------------------------------------
  ゲスト購入 #117702
----------------------------------------------------------------------------*/
.cartPage .new_step .cart_btnsection_headline{
  margin: 30px 30px 0;
  font-size: 14px;
  font-weight: 600;
}
.cartPage .new_step .btn_one-time-customer{
  border: 1px solid #aaa;
  color: #333;
  background-color: #f7f7f7 !important;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-radius: 2px;
  font-size: 15px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  margin: 0 auto;
  cursor: pointer;
}