.fs-c-checkout-preview__title {
    border-bottom: 1px solid #999999;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 8px;
    padding: 15px;
    text-align: center;
    background: #4B75B9;
    color: #fff;
    font-weight: bold;
}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }


.fs-c-cartTableContainer .fs-c-cartTable__product{
display:block;
}
.fs-c-button--primary{
background-color:red;
}


.fs-c-checkout-delivery__method,.fs-c-checkout-destination__list,.fs-c-checkout-customerInfo,.fs-c-checkout-paymentInfo__message,.fs-c-checkout-paymentMethod__message,.fs-c-checkout-communicationInfo__body,.fs-c-checkout-couponInfo__message,.fs-c-checkout-couponCodeInput__title,.fs-c-radio__radioLabelText,.fs-c-checkout-pointInfo__comment,.fs-c-orderTotalTable__subtotal td,.fs-c-orderTotalTable__postageFee td,.fs-c-orderTotalTable__usePoint td,.fs-c-checkout-confirmationContent,.fs-c-listedProductName__variation__choice,.fs-c-listedProductName__name,.fs-c-listedProductName__selection__choice{
font-size:1.2em;
line-height:1.6em;
}
.fs-c-listedProductName__name{
font-weight:bold;
}

.fs-c-checkout-delivery__method__deliveryDateTime:after,.fs-c-checkout-communicationInfo__message:after{
content: "※変更する場合は右下の【変更ボタン】を押してください。";
color:red;
}
#header-contents{
margin-top:0;
}

/*商品ページに数量を表示させるCSS*/
.fs-body-product .fs-c-productQuantityAndWishlist__quantity {
    position: relative;
}
.fs-body-product .fs-c-productQuantityAndWishlist__quantity::before {
    content: '数量';
    position: absolute;
    top:3px;
    left: 5px;
    font-size: 110%;
}
.fs-body-product .fs-c-quantity__select.fs-system-quantity-list {
    width:50px;
}
.fs-body-product .fs-c-quantity__select, .fs-body-product .fs-system-quantity-text {
    margin-left: 50px;
}
.fs-body-product .fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message{
  left:50px;
  bottom:-25px;
}

/*カートページの表示幅を調整するCSS*/
.fs-body-cart .fs-l-pageMain {
    width: 100%;
}

/*　高額購入割引の送料の文字色・サイズの変更　*/
.fs-c-cartDiscountInfo--postage .fs-c-cartDiscountInfo__info{
font-size: 18px; 
color: #FF0000;
line-height: 120%;
font-weight: bold;
}



/* ヘッダーを固定する */
.fs-l-header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #FFF;
}

.header_slidebnr {
    height: 250px;
    position: sticky;
    top: 150px;/*自分が固定したい位置*/
    }


/* ヘッダーサブナビゲーションPC */
.sub__nav {
    background: #00458F;
    padding: 10px 5%;
}

.sub__nav--area {
    justify-content: center;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0px 10px;
    display: flex;
    list-style-type: none;
    color: #fff;
}

.sub__nav--list {
    position: relative;
    padding: 0 24px;
    font-size: 1.6rem;
    list-style: none;
}

.menuSub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0,69,143,0.86); /* 半透明にするためにrgbaを使用 */
    padding: 10px;
    list-style: none;
    color: #fff;
	width: 250px; /* ここで幅を指定します */
}

.menuSub li a {
    padding: 15 5px;
    display: block;
    color: #fff;
    text-decoration: none;
line-height: 30px;
    font-size: 1.5rem;
}

.menuSub li a:hover {
    background: #0079FB;
}

.sub__nav--list:hover .menuSub {
    display: block;
}
@media screen and (max-width: 1710px) { /*ウィンドウ幅が最大1710pxまでの場合に適用*/
.sub__nav--list {
	font-size: 1.3rem;/* アイコンの高さに合わせる */
        padding: 0 15px;
}

/*選択項目を全て選択/入力してください*/

.fs-c-toast.is-error {
    background: rgb(247 7 7 / 95%) !important;
}

.iziToast > .iziToast-body .iziToast-message {
    margin: 0 0 10px;
    color: #ffffff !important; 
}
	
.iziToast.iziToast-color-red {
    background: rgb(247 7 7 / 95%) !important;
    border-color: rgba(255, 175, 180, 0.9);
}
}

/*　注文履歴の表示を調整するCSS　*/ 
@media screen and (min-width: 768px) { 
  .fs-c-orderHistoryItem__product { 
    grid-template-columns: 112px 1fr; 
    grid-template-rows: auto; 
  } 
  .fs-c-orderHistoryItem__productImage { 
    grid-column: 1; 
    grid-row: 1/5; 
  } 
  .fs-c-orderHistoryItem__unitPrice { 
    grid-column: 2; 
    grid-row:2; 
  
  } 
  .fs-c-orderHistoryItem__productQuantity { 
    grid-column: 2; 
     grid-row:3; 
  } 
  .fs-c-orderHistoryItem__deliveryInfo { 
    grid-column: 2; 
     grid-row:4; 
  } 
  .fs-c-orderHistoryItem__button { 
    grid-column: 2; 
    grid-row:5; 
  } 
}


@import url("https://ganbaranaibad.itembox.design/item/css/cc_original.css");
@import url("https://ganbaranaibad.itembox.design/item/css/cart.css");
@import url("https://ganbaranaibad.itembox.design/item/css/base.css");
@import url("https://ganbaranaibad.itembox.design/item/css/common.css");
@import url("https://ganbaranaibad.itembox.design/item/css/original_sp.css");
@import url("https://ganbaranaibad.itembox.design/item/css/original_pc.css");

@import url("https://ganbaranaibad.itembox.design/item/css/style.css");
@import url("https://ganbaranaibad.itembox.design/item/css/c_voice.css");
@import url("https://ganbaranaibad.itembox.design/item/css/item_row.css");
@import url("https://ganbaranaibad.itembox.design/item/css/page.css");
@import url("https://ganbaranaibad.itembox.design/item/css/footer.css");


