@charset "utf-8";
@layer assets {

  /*____________________________________________________________________________

  SITE TITLE:  BOEM - assets
  TITLE: PC ショッピングカート 【L4】
  ____________________________________________________________________________*/

  .header_area h1 {
    font-size: 36px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 30px;
  }
  .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: 280px;
    height: auto;
    display: flex;
    justify-content:center;
    align-items:center;
    height:64px;
    border-radius: 4px;
    font-size: 16px;
    color: var(--color-primary-contrast);
    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:var(--color-primary);
  }
  .new_steplink button.newregistBtn,
  .additionalItemlink button.newregistBtn{
    color: #333;
    background-color:#fff!important;
    border:1px solid #333;
  }
  .new_steplink button:hover,
  .additionalItemlink button:hover,
  .cartFavoriteList_item_cart 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) */
  .cart_shop_skeleton .free-shipping_wrap.skeleton {
    height: 44px;
    border-radius: 10px 10px 0 0;
  }
  .cart_shop_skeleton .cart_list .cart-table {
    padding: 30px;
  }
  .cart_shop_skeleton .cart_list .item_product ul li .skeleton {
    margin: 4px 0 0;
  }
  .cart_shop_skeleton .cart-price {
    margin-left: 1em;
  }
  .cart_shop_skeleton .amount .select::after {
    content: "";
  }
  .cart_shop_skeleton .shipment_switcher_container .cart_list .cart-price {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
  }
  .cart_shop_skeleton .cart_list .delete-button {
    width: inherit;
  }
  .cart_shop_skeleton .orderPrice-table .totalprice_subtotal-header {
    padding-bottom: 26px;
  }
  .cart_shop_skeleton .order-total-table tr:has(td[name="totalPrice"]) th {
    padding: 0 0 10px 0;
  }
  .cart_shop_skeleton .order-total-table td[name="totalPrice"] {
    display: flex;
    justify-content: end;
  }
  .cart_shop_skeleton .order-total-table .orderPrice-table .grandTotal {
    border-top: 1px solid #ddd;
  }
  .cart_shop_skeleton .order-total-table .orderPrice-table .grandTotal th,
  .cart_shop_skeleton .order-total-table .orderPrice-table .grandTotal td {
    border: none;
    padding-top: 20px;
  }
  .cart_shop_skeleton .order-total-table .orderPrice-table .grandTotal th .skeleton-text {
    width: 38px;
    height: 20px;
  }
  .cart_shop_skeleton .order-total-table .orderPrice-table .grandTotal td {
    display: flex;
    justify-content: end;
  }
  .cart_shop_skeleton .new_step .new_steplink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cart_shop_skeleton .new_step .new_steplink .skeleton-btn {
    margin-bottom: 15px;
  }
  .cart_shop_skeleton .order-total-table .new_step .skeleton ~ .skeleton {
    margin-top: 15px;
  }
  body:has(#is_login) .cart_shop_skeleton .order-total-table .new_step .skeleton ~ .skeleton {
    display: none;
  }

  .multiBrand {
    position: relative;
  }

  /* 全体レイアウト */
  .cart_shop{
    margin-bottom:32px;
    vertical-align:top;
  }
  .cart_shop_innerWrap{
    display:flex;
    flex-wrap:wrap;
    border:1px solid var(--color-base-grey-light);
    border-radius: 10px;
    justify-content: space-between;
    background-color: #fafafa;
    padding-bottom: 30px;
  }
  .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;
    padding: 30px 30px 0;
  }
  .order-total-table{
    display:inline-block;
    padding-bottom:20px !important;
    width: 33%;
    background-color:#f5f5f5;
  }
  .cart_list .item{
    width:488px;  
    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;
  }
  .help_icon {
    float: left;
    padding-top: 3px;
  }
  .shopping_box .help_icon img {
    float: none;
    margin-right: 0 !important;
  }

  /*価格*/
  .cart_list .cart-price {
    display:inline-block;
    width: 170px;
    font-size:14px;
    box-sizing:border-box;
  }
  .cart_list .cart-price span {
    /* display: block; */
  }
  .cart_list .cart-price .price {
    font-weight: bold;
  }
  .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 .special_price {
    color:var(--color-primary);
  }
  .old_price .price { text-decoration:line-through; color:#808080;}
  .attention , /*注意文*/
  .required_mark { /* 必須項目* */
    color:#ff0000 !important;
  }

  /*数量*/
  .amount {
    font-weight: bold;
  }
  .amount .select {
    position: relative;
    display: inline;
  }
  .amount .select::after {
    content: "\E136";
    font-family: "Phosphor";
    font-weight: normal;
    position: absolute;
    right: 0.4em;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    color: var(--color-base-black);
    pointer-events: none;
  }
  .amount_select{
    font-size: 13px;
    appearance: none;
    border: 1px solid var(--color-base-grey-light-high);
    border-radius: 40px;
    padding: 0 14px 0 0;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
    width: 50px;
  }

  /*残り1点表示*/
  .data_last_item {
    display: inline-block;
    color: var(--color-primary);
    background-color: var(--color-base-primary-bg);
    font-weight: normal;
    line-height: 24px;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 4px;
    margin-top: 5px;
  }

  /*削除する*/
  .cart_list .delete-button {
    line-height:1;
    padding-top: 3px;
  }
  .cart_list .delete-button .delete {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    padding-bottom:1px;
    font-size:11px;
    color:#666;
    text-decoration:none;
    white-space: nowrap;
  }
  .cart_list .delete-button .delete:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity:.6;
  }
  .cart_list .delete-button .delete i.ph {
    font-size: 14px;
    color:#666;
  }

  /*注文内容*/
  #totalprice {
    width: 290px;
    padding: 32px 0;
  }
  .totalprice {
    border-left: 1px solid #ddd;
    text-align: center;
  }
  .orderPrice-table {
    width: 280px;
    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;
  }
  /* d CARDならいつでもポイント3倍 */
  .campaign_area {
    margin: 0 auto 20px;
    width: 280px;
  }
  .campaign_area_title {
    background: #666;
    color: #fff;
    font-size: 12px;
    border-radius: 6px 6px 0 0;
    padding: 0 .5em;
    text-align: center;
  }
  .campaign_area_dcard-coupon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    padding: .8em 1em;
    background: #eee;
    font-size: 12px;
    line-height: 1.4;
    color: #555;
  }
  .campaign_area_dcard-coupon .img-dcard {
    width: 40px;
  }
  .campaign_area_dcard-coupon_lead {
    color: var(--color-primary);
    font-weight: 600;
  }
  .campaign_area_dcard-coupon_link {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /* 新配送料 #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;
  }

  /*カートステータス*/
  .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: 2px 4px;
    margin: 0 2px 2px 0;
    font-size: 10px;
    font-weight: normal;
    background-color: #f2f2f2;
    border-radius: 4px;
  }
  .cart-table .resaleFlag:empty{
    display: none;
  }
  .cart-table .resaleFlag.notReturnable {
    color: var(--color-primary);
    background-color: #ffebeb;
  }
  .totalprice {
    width: 328px;
    padding-top:30px;
  }
  .orderPrice-table {
    margin: 40px auto 10px;
  }
  #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;
  }
  /* メールやお知らせ等に関するメッセージ */
  .cart_added_messages.top-area {
    margin-bottom: 10px;
  }
  .cart_added_messages.bottom-area {
    margin-top: 20px;
  }
  .cart_added_messages .heading,
  .cart_added_messages .common-msg {
    color: var(--text-base-grey-dark-high);
  }
  .cart_added_messages .heading {
    display: none;
  }
  .cart_added_messages .common-msg {
    margin-left: 0.5em;
    padding-left: 1.4em;
    position: relative;
  }
  .cart_added_messages .common-msg::before {
    content: "\E2CE";
    font-family: "Phosphor";
    position: absolute;
    top: 3px;
    left: 0;
    line-height: 1;
    font-size: 14px;
    color: inherit;
  }
  .cart_added_messages .docomo-user-msg,
  .cart_added_messages .mailmagazine-msg {
    color: var(--text-base-grey);
    font-size: 11px;
    line-height: 1.4;
  }
  .cart_added_messages .docomo-user-msg {
    margin-bottom: 4px;
  }
  /* バックリンク */
  .back_link,
  .cart_to_top_link {
    margin: 10px 0;
    text-align: center;
  }
  .back_link a,
  .cart_to_top_link a {
    display:inline-block;
    width: 300px;
    padding:1em 2em;;
    font-size:13px;
    line-height:1;
    border-radius:4px;
    position: relative;
  }
  .back_link a::after,
  .cart_to_top_link a::after {
    content: "";
    font-family: "Phosphor";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--color-primary);
  }
  .back_link a::after {
    content: "\E13A";
    right: 0.5em;
  }
  .back_link a:hover {
    opacity: 0.6;
  }
  .cart_to_top_link a {
    background: var(--color-base-grey-dark);
    color: var(--text-base-white);
  }
  .cart_to_top_link a::after {
    content: "\E138";
    left: 0.5em;
    color: var(--text-base-white);
  }
  .cart_to_top_link a:hover {
    opacity: 0.8;
  }
  .free-shipping{
    padding:0 30px;
    text-align: center;
    line-height:44px;
    background-color: var(--color-base-grey-light);
    box-sizing:border-box;
    width:100%;
    border-radius: 9px 9px 0 0;
  }
  .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{
    display: none;
    width: 100%;
  }

  .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;
  }

  /* 分割配送 */
  .cart_listContainer{
    width: 67%;
    background: #fafafa;
    padding: 30px 0 0 30px;
    border-radius: 9px 0 0 9px;
  }
  .order-total-table{
    background: #fafafa;
    border-radius: 0 9px 9px 0;
  }
  .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: 10px;
    overflow: hidden;
    width: 600px;
    height: 46px;
    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: var(--color-base-grey-light);
    color: var(--text-base-grey);
    margin: 0;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 320ms ease;
  }
  .shipment_switcher_nav button:hover{
    background: var(--color-base-grey-light-high);
    color: #666;
  }
  .shipment_switcher_nav button.uk-active {
    background: var(--color-base-black);
    color: var(--text-base-white);
  }
  .shipment_switcher_nav button i.ph {
    color: var(--text-base-black);
    visibility: hidden;
    margin-left: -1em;
    margin-right: 2px;
  }
  .shipment_switcher_nav button.uk-active i.ph {
    color: var(--text-base-white);
    visibility: visible;
  }
  .shipment_switcher_nav i.ph:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){
    stroke-width: 2;
  }
  .splitShipment_cart_date {
    background: var(--color-base-grey-light);
    border-radius: 10px 10px 0 0;
  }
  .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_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: 10px 10px 0 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;
    border-radius: 10px 10px 0 0;
  }
  .shipment_switcher_container .cart-table {
    display: flex;
  }
  .shipment_switcher_container .cart_list .item {
    width: 700px;
    display: flex;
  }
  .shipment_switcher_container .shopping_box .item_img {
    width: 136px;
  }
  .shipment_switcher_container .shopping_box .item_img img {
    width: 100%;
    height: auto;
  }


  .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 .product-name .skeleton {
    width: 90% !important;
    min-width: 90% !important;
  }
  .shipment_switcher_container .shopping_box .item_product ul {
    color: #666;
  }
  .shipment_switcher_container .cart_list .cart-price {
    width: inherit;
    margin-left: auto;
    text-align: right;
  }
  .cart_shop_innerWrap.loading{
    position: relative;
  }
  .cart_shop_innerWrap.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;
  }
  .cart_shop_innerWrap.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
   (section.cart-ranking, section.cart-favorite, section.cart-recentry)
  ----------------------------------------------------------------------------*/
  /* レコメンド
     見出し */
  .cart-subttl {
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 15px;
    font-weight: bold;
  }
  /* レコメンド
     レイアウト */
  .cartPage .cart-ranking,
  .cartPage .cart-recentry {
    padding-right: 20px;
    min-width: 100%;
    max-width: 1300px;
    width: calc(100vw - 20px);
  }
  @media all and (min-width: 1300px) and (max-width: 1340px) {
    .cartPage .cart-ranking,
    .cartPage .cart-recentry {
      width: calc(100% - 20px);
    }
  }
  .cartPage .cart-ranking .uk-position-small[class*=uk-position-center-right],
  .cartPage .cart-recentry .uk-position-small[class*=uk-position-center-right] {
    right: -15px;
  }


  /* レコメンド
     catalogList */
  .cartPage .catalogList {
    flex-wrap: nowrap;
  }
  .cart-favorite .catalogList {
    flex-wrap: nowrap;
    gap:2px;
  }
  .cart-favorite .catalogList > li {
    /* width: calc(var(--size-width-pc-carousel-catalogList) / 7 ); */
    width:202px;
  }
  .cart-favorite .lc-item__link{
    padding-bottom:10px;
  }
  .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;
  }
  .cartPage .catalogList .product-text .member_price {
    padding:0!important;
  }
  .cartPage .catalogList .product-text .special_price.member_price{
    color:var(--sale)!important;
  }

  /* hover時の薄グレーを調整 */
  .catalogList_item a:hover .product-image:before {
    opacity: 0;
  }

  /* カートレコメンド
     商品が1つもない時 */
  .cart-favorite:not(:has(#cartFavorite .catalogList .catalogList_item)),
  .cart-recentry:not(:has(#cartRemind .catalogList .catalogList_item)) {
    display: none;
  }
  /* お気に入りアイテム
     カートに入れるボタン */
  #cartFavorite .cartFavoriteList_item_cart button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
    height: 36px;
    background-color: var(--color-primary);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0em;
    width: 90%;
  }
  /* お気に入りアイテム
     販売開始前 */
  #cartFavorite .cartFavoriteList_item_cart .btn_beforeSale {
    background-color: transparent;
    border: none;
    cursor: not-allowed;
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
    height: 36px;
    background-color: var(--color-base-grey-light-high);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0em;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}