@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
.fs-body-login .fs-c-loginForm{
  display: initial; /*ログイン画面*/
}
* {
    box-sizing: border-box !important;
}
#fs_p_scrollingCartButton{
    display: none;
}
.fs-c-listTable th, .fs-c-listTable td{
    vertical-align: middle;
}
.fs-c-checkout-couponStatus {
    font-size: 0.8rem;
}
.fs-c-checkout-couponStatus.is-inactive {
    font-size: 0.6rem;
}
.fs-c-checkout-couponList__couponDiscount span {
    color: #e76b34;
}
.fs-c-checkout-couponStatus::after {
    font-size: 1.2rem;
}
/* PC用 */
@media screen and (min-width: 1025px){
    table.fs-c-cartTable th.fs-c-cartTable__headerCell--point{
    /*カート画面で商品別獲得ポイントを非表示*/
    display: none;
    }
    table.fs-c-cartTable th.fs-c-cartTable__headerCell--point{
        /*カート画面で商品別獲得ポイントを非表示*/
        display: none;
    }
    table.fs-c-cartTable tr.fs-c-cartTable__row td.fs-c-cartTable__dataCell--point{
        display: none;
    }

	.fs-c-breadcrumb{
		max-width: 920px;
		margin: 0 auto;
		font-size: 14px;
    	letter-spacing: 1px;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li:first-of-type::before{
		content: unset;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li a{
		font-weight: bold;
		color: #444;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li:last-of-type{
		color: #000;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li::before{
		font-weight: bold;
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		color: #444;
	}
	main.fs-l-main{
		max-width: 920px;
		margin: 0 auto;
		margin-bottom: 50px;
		padding: 8px 0 0 0;
	}
}
/*タブレット用 縦*/
@media screen and (max-width: 1024px) and (min-width: 415px){
	.fs-c-breadcrumb{
		max-width: 95%;
		margin: 0 auto;
		font-size: 14px;
    	letter-spacing: 1px;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list{
		padding: 0;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li:first-of-type::before{
		content: unset;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li a{
		font-weight: bold;
		color: #444;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li:last-of-type a{
		color: #000;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li::before{
		font-weight: bold;
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		color: #444;
	}
	main.fs-l-main{
		max-width: 95%;
		margin: 0 auto;
		margin-bottom: 50px;
		padding: 8px 0 0 0;
	}
}
/*タブレット用 横*/
@media screen and (max-width: 1024px) and (orientation: landscape) {
	.fs-c-breadcrumb{
		max-width: 920px;
		margin: 0 auto;
		font-size: 14px;
    	letter-spacing: 1px;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li:first-of-type::before{
		content: unset;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li a{
		font-weight: bold;
		color: #444;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li:last-of-type a{
		color: #000;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li::before{
		font-weight: bold;
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		color: #444;
	}
	main.fs-l-main{
		max-width: 920px;
		margin: 0 auto;
		margin-bottom: 50px;
		padding: 8px 0 0 0;
	}
}
.orange{
    background: -webkit-gradient( linear,left top,left bottom, from(#ffa035), to(#ff8300));
    background: -ms-linear-gradient( top, #ffa035, #ff8300);
    border: none;
    outline: none;
    padding: 20px 10px;
    box-shadow: 2px 2px 2px rgba(10, 10, 10, 0.2);
    border-radius: 10px;
    margin-bottom: 10px;
    min-width: unset;
    margin: 0;
}
.orange span{
    color: #fff;
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.1), -2px 2px 2px rgba(10, 10, 10, 0.1), 2px -2px 2px rgba(10, 10, 10, 0.1), -2px -2px 2px rgba(10, 10, 10, 0.1);
}
.orange-cart{
    background: -webkit-gradient( linear,left top,left bottom, from(#ffa035), to(#ff8300));
    background: -ms-linear-gradient( top, #ffa035, #ff8300);
    border: none;
    outline: none;
    padding: 20px 10px;
    box-shadow: 2px 2px 2px rgba(10, 10, 10, 0.2);
    border-radius: 10px;
    margin-bottom: 10px;
    min-width: unset;
    margin: 0;
}
.orange-cart::before{
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    content: "\f07a";
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.1), -2px 2px 2px rgba(10, 10, 10, 0.1), 2px -2px 2px rgba(10, 10, 10, 0.1), -2px -2px 2px rgba(10, 10, 10, 0.1);
    margin-right: 5px;
}
.orange-cart span{
    color: #fff;
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.1), -2px 2px 2px rgba(10, 10, 10, 0.1), 2px -2px 2px rgba(10, 10, 10, 0.1), -2px -2px 2px rgba(10, 10, 10, 0.1);
}
.orange-cart-mini{
    background: -webkit-gradient( linear,left top,left bottom, from(#ffa035), to(#ff8300));
    background: -ms-linear-gradient( top, #ffa035, #ff8300);
    border: none;
    outline: none;
    padding: 10px;
    color: #fff;
    box-shadow: 2px 2px 2px rgba(10, 10, 10, 0.2);
    border-radius: 10px;
    margin-bottom: 10px;
    min-width: unset;
    margin: 0;
}
.orange-cart-mini:hover{
    text-decoration: none;
}
.orange-cart-mini::before{
    font-weight: bold;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f07a" !important;
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.1), -2px 2px 2px rgba(10, 10, 10, 0.1), 2px -2px 2px rgba(10, 10, 10, 0.1), -2px -2px 2px rgba(10, 10, 10, 0.1);
    color: #fff;
    font-size: 14px;
}
.orange-cart-mini span{
    color: #fff;
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.1), -2px 2px 2px rgba(10, 10, 10, 0.1), 2px -2px 2px rgba(10, 10, 10, 0.1), -2px -2px 2px rgba(10, 10, 10, 0.1);
    font-size: 14px;
}
.gray{
    background-color: #ebebeb;
    border: 1px solid #bbb;
    outline: none;
    padding: 15px 10px;
    margin-bottom: 10px;
    min-width: unset;
    margin: 0;
}
.gray span{
    color: #000;
}

button.fs-c-button--particular.fs-c-button--addToWishList--icon.fav{
    border: none;
    padding: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: unset;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    box-shadow: none;
}
button.fs-c-button--particular.fs-c-button--addToWishList--icon.fav::before{
    font-weight: bold;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f004";
    margin-right: 5px;
    font-size: 15px;
}
button.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
    color: #C98696;
    font-weight: bold;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f004";
    margin-right: 5px;
    font-size: 15px;
}
button.fs-c-button--particular.fs-c-button--addToWishList--icon.fav span{
    font-size: 14px;
    text-decoration: underline;
}

/* Amazon Payの定期・頒布会申込は会員登録内容変更からのお届け先情報変更不可の説明追記 */
[for="fs_input_syncDestinationInfo"] > .fs-c-checkbox__labelText::after{
content: "\A（Amazon Payでお支払いの場合、変更されない場合がございます。定期申込履歴をご確認いただき、変更されていない場合は別途ご連絡ください。）";
white-space: pre-wrap;
}