@charset "utf-8";
input, select, textarea {
	appearance: revert;
}
/* --------------------------------------------------------------------------------
コマースクリエイターリセット
-------------------------------------------------------------------------------- */
/* -------------------------------------------------
fs-l-header
-------------------------------------------------- */
.fs-l-header {
	display: block;
	padding-top: 0;
}
.fs-l-header__contents {
	display: block;
	grid-template-columns: none;
}
.fs-l-header__contents > * {
	padding: 0;
}
.fs-l-header--min {
	border-bottom: none;
}
/* -------------------------------------------------
fs-preview-header
-------------------------------------------------- */
.fs-preview-header {
	display: none;
}
.fs-l-header--min {
	border: none;
}
/* -------------------------------------------------
fs-l-footer
-------------------------------------------------- */
.fs-l-footer {
	position: relative;
	border-top: none;
	color: inherit;
	margin-top: 0;
	background: none;
}
/* -------------------------------------------------
fs-l-main
-------------------------------------------------- */
.fs-l-main {
	margin: 0 auto;
	padding: 0;
	max-width: 1195px;
}
/* -------------------------------------------------
fs-l-pageMain
-------------------------------------------------- */
.fs-l-pageMain {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}
/* -------------------------------------------------
パンくず
-------------------------------------------------- */
.fs-c-breadcrumb__list {
	padding: 0;
}
/* -------------------------------------------------
ページ見出し
-------------------------------------------------- */
.fs-c-heading--page {
	border-bottom: 2px solid #333333;
	color: #333333;
	font-size: 24px;
	margin: 40px 0 20px;
	padding: 0 0 25px;
}
/* --------------------------------------------------------------------------------
パスワード再設定
-------------------------------------------------------------------------------- */
#fs_ResetPassword .fs-c-panel--info {
	font-size: 175%;
	font-weight: bold;
}
/* -------------------------------------------------
クーポンページ
-------------------------------------------------- */
#fs_MyCoupons .fs-c-coupon__products {
	display: none;
}
#fs_MyCoupons .fs-c-coupon__info {
	flex-direction: column;
}
/* -------------------------------------------------
ショッピングカート
-------------------------------------------------- */
.fs-body-cart .fs-l-cart__mainColumn {
	grid-row: 1 / 4;
	grid-column: 1 / 2;
}
.fs-body-cart .fs-l-cart__sideColumn {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.fs-body-cart .fs-c-continueShopping {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	margin: 0 auto;
}
/*amazon pay*/
.fs-body-cart .fs-c-payWithAmazon__button {
	width: 240px !important;
}
/*ショッピングを続ける*/
.fs-body-cart .fs-c-continueShopping a.fs-c-button--standard {
	width: 240px;
}
/* -------------------------------------------------
注文手続き
-------------------------------------------------- */
/* 姓名表記 */
.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-child::before, .fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-child::before, .fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-child::before {
	content: "姓 *";
	font-weight: bold;
}
.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:nth-child(2)::before, .fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:nth-child(2)::before, .fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:nth-child(2)::before {
	content: "名 *";
	font-weight: bold;
}
.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:first-child::before, .fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:first-child::before, .fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:first-child::before {
	content: "姓（フリガナ） *";
	font-weight: bold;
}
.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:nth-child(2)::before, .fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:nth-child(2)::before, .fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:nth-child(2)::before {
	content: "名（フリガナ） *";
	font-weight: bold;
}
/* のしの方法 */
.fs-body-checkout .way_of_wrapping, .fs-body-checkout-multi .way_of_wrapping, .fs-body-checkout-amazon .way_of_wrapping {
	margin-top: 0.5em !important;
	color: #c00;
	font-weight: bold;
}
.fs-body-checkout .way_of_wrapping::before, .fs-body-checkout-multi .way_of_wrapping::before, .fs-body-checkout-amazon .way_of_wrapping::before {
	content: "※";
}
/* -------------------------------------------------
今まで見た商品
-------------------------------------------------- */
.fs-body-cart #_rcmdjp_display_1 .rcmd-slick-track {
	margin-left: 0 !important;
}
.fs-body-cart .fr2-carousel .rcmd-slick-list {
	margin: 0 48px !important;
}
/*.fs-body-cart .fr2-listItem.rcmd-slick-slide {
	width: 206px !important;
}*/
.fs-body-cart .fr2-listItem {
	padding: 1vw 8px !important;
}
/* -------------------------------------------------
おすすめ商品
-------------------------------------------------- */
.fs-body-cart .fs-c-productListCarousel__list__item {
	flex-basis: 149px;
	max-width: 149px;
	min-width: 149px;
	margin: 0 8px;
}
.fs-body-cart .fs-c-productListCarousel__list__item .fs-c-productPrice {
	justify-content: flex-start;
}
/* -------------------------------------------------
ショッピングカート
-------------------------------------------------- */
#fs_ShoppingCart .fs-c-cartDiscountInfo__info {
	font-size: 1.75em;
}
#fs_ShoppingCart .fs-c-cartDiscountInfo__note {
	font-size: 1.1em;
}
#fs_ShoppingCart .fs-p-announcement__body p {
	font-size: 1.5em;
	font-weight: bold;
}
/* -------------------------------------------------
レビューを書く
-------------------------------------------------- */
.fs-body-review-write .fs-c-inputInformation table.fs-c-inputTable tbody tr:nth-of-type(4) {
	display: none;
}
/* -------------------------------------------------
レビュー
-------------------------------------------------- */
/*購入回数*/
.fs-c-reviewList .fs-c-reviewer__name__reviewNumber {
	display: none;
}
/*購入者かどうか*/
.fs-c-reviewList .fs-c-reviewer__status {
	display: none;
}
/*公開・非公開*/
.fs-c-reviewList .fs-c-reviewer__profile {
	display: none;
}
/* -------------------------------------------------
ログイン
-------------------------------------------------- */
.fs-body-login .fs-c-loginForm, .fs-body-wishlist-login .fs-c-loginForm, .fs-body-review-login .fs-c-loginForm {
	display: block;
}
.fs-body-login .fs-c-newUsers, .fs-body-wishlist-login .fs-c-newUsers, .fs-body-review-login .fs-c-newUsers {
	margin-left: 0;
}
.fs-body-login form#fs_form, .fs-body-wishlist-login form#fs_form, .fs-body-review-login form#fs_form, .fs-body-cart-login form#fs_form {
	padding: 0 0 10px;
}
.fs-c-inputInformation__link.fs-c-textLinkContainer {
	text-align: center;
	font-size: 16px;
	margin: 0;
}
h2.t-amazozn {
	border-bottom: 1px solid currentColor;
	color: #7c8790;
	font-size: 1.8rem;
}
/* -------------------------------------------------
必須マーク
-------------------------------------------------- */
.fs-c-requiredMark {
	color: #ff0000;
}
/* -------------------------------------------------
パスワード再設定のお願い
-------------------------------------------------- */
.atten-renew {
	text-align: center;
	font-size: 16px;
}
/* -------------------------------------------------
ポイント履歴
-------------------------------------------------- */
.fs-body-my-points .fs-c-history__info {
	position: relative;
	margin: 0 auto 40px;
}
.fs-body-my-points .fs-c-history__info::after {
	content: "ポイントは配送完了後に付与されます。";
	position: absolute;
	bottom: -40px;
	text-align: center;
	width: 100%;
}
/* -------------------------------------------------
マイページ
-------------------------------------------------- */
/* 会員ステージ */
#fs_MyPageTop .stage {
	margin-bottom: 10px;
}
#fs_MyPageTop .stage .gold-1 {
	color: #926d0b;
}
#fs_MyPageTop .stage .gold-1:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(https://yamamotonoriten.itembox.design/item/images/common/stage-rank-icon-gold.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
#fs_MyPageTop .stage .silver-2 {
	color: #595959;
}
#fs_MyPageTop .stage .silver-2:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(https://yamamotonoriten.itembox.design/item/images/common/stage-rank-icon-silver.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
#fs_MyPageTop .stage .bronze-3 {
	color: #595959;
}
#fs_MyPageTop .stage .bronze-3:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(https://yamamotonoriten.itembox.design/item/images/common/stage-rank-icon-bronze.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
#fs_MyPageTop .stage .pt-5 {
	color: #004baa;
}
#fs_MyPageTop .stage .pt-5:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(https://yamamotonoriten.itembox.design/item/images/common/stage-rank-icon-pt.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
#fs_MyPageTop .stage .gold-1:after, #fs_MyPageTop .stage .silver-2:after, #fs_MyPageTop .stage .bronze-3:after, #fs_MyPageTop .stage .pt-5:after {
	content: '会員';
}
#fs_MyPageTop .stage-link a {
	margin-top: 10px;
	color: #0000ff;
	display: block;
}