@charset "UTF-8";
header + main {
	overflow: visible;
}

main .inner_wrap {
	padding-top: 30px;
}


/* 
.page_title {
	width: 90%;
	margin: 0 auto;
} */

.page_title h1 {
	font-weight: bold;
}

input:focus {
	background-color: #fff!important;
}

input:placeholder-shown {/*入力されたとき*/
	color: #fff;
}



.fs-p-inputGroup {
    display: flex;
    align-items: stretch;
    border: none;
    background: none;
}

@media screen and (max-width: 750px) {
	main .inner_wrap > div {
		width: 100%;
	}

	.page_title h1 {
		font-size: 2.05rem;
	}

	.fs-c-buttonContainer--myPageTop a {
		height: 37px;
		width: 187px;
		line-height: 37px;
		margin-top: 70px;
	}
}

@media screen and (min-width: 751px) {
	main .inner_wrap > div {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.page_title h1 {
		font-size: 21px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d3d2d0;
	}
}

/* ログイン */
.login_wrap #fs_form {
	background: none;
	width: 100%;
}
.login_wrap #fs_form .fs-c-inputInformation__field {
	width: 100%;
}

.fs-c-newUsers {
	background-color: #efefef;
}

.fs-c-registeredUsers__title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.fs-c-fsLogin {
	background-color: #efefef;
}

.fs-c-fsLogin fieldset {
	border: none;
}

.login_parts .fs-c-inputTable__headerCell {
    text-align: left;
}

.login_parts .fs-c-requiredMark {
	display: none;
}

.login_parts .fs-c-inputTable {
	width: 100%;
}

.login_parts input {
	border: none;
	background-color: #fff!important;
	padding: 5px;
	border: 1px solid #d3d2d0!important;
}

.login_parts .fs-c-inputGroup {
	border: none;
}

.login_parts .fs-c-button--displayPassword {
	display: none;
}

.fs-c-button--login {
	background-color: #006934!important;
    border: none;
	display: block;
}

.fs-c-button__label {
	/* color: #fff; */
	font-weight: bold;
}

.fs-c-inputInformation__link {
	text-align: center;
}

.fs-c-inputInformation__link .fs-c-textLink {
	border-bottom: 1px solid #231815;
}

.fs-c-newUsers__title {
    font-weight: bold;
    text-align: center;
    padding-bottom: 12px;
	background-color: #fff;
}

.fs-c-newUsers__message {
    text-align: center;
    line-height: 1.5;
}

/* .fs-c-newUsers .fs-c-buttonContainer {
	padding-bottom: 40px;
} */

.fs-c-newUsers .fs-c-button--memberRegister {
    margin: 0 auto;
    display: block;
    text-align: center;
	background-color: #006934!important;
}

.login_wrap .fs-c-guestPurchase {
	margin-top: 30px;
}

.fs-body-login .FS2_Divider_line {
    display: none;
}

.fs-body-login .fs-c-anotherLogin,
.fs-body-review-login .fs-c-anotherLogin,
.fs-body-wishlist-login .fs-c-anotherLogin {
    margin-top: 35px;
    text-align: center;
}

.fs-body-login .fs-c-anotherLogin__message p,
.fs-body-cart-login .fs-c-anotherLogin__message p,
.fs-body-review-login .fs-c-anotherLogin__message p,
.fs-body-wishlist-login .fs-c-anotherLogin__message p {
    line-height: 1.7;
    letter-spacing: 0.04em;
}

.fs-body-login .fs-c-anotherLogin__button--amazon,
.fs-body-review-login .fs-c-anotherLogin__button--amazon,
.fs-body-wishlist-login .fs-c-anotherLogin__button--amazon {
    margin: 0 auto;
}


@media screen and (max-width: 750px) {
	.login_wrap {
		display: block;
		margin: 35px auto 0;
	}

	.login_parts {
		width: 100%;
		margin-right: 0;
	}

	.fs-c-newUsers {
		width: 100%;
		margin-top: 60px;
	}

	.fs-c-registeredUsers__title {
		font-size: 16px;
	}

	.fs-c-fsLogin {
		padding: 20px 4%;
	}

	.login_parts .fs-c-inputTable__headerCell {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 14px;
	}

	.login_wrap .fs-c-inputTable {
		display: block;
		width: 100%;
		padding: 0;
	}

	.login_wrap .fs-c-inputTable tbody {
		display: block;
		width: 100%;
	}

	.login_wrap .fs-c-inputTable tr {
		display: block;
		width: 100%;
		margin-bottom: 26px;
	}

	.fs-c-button--login {
		background-color: #006934!important;
		height: 53px;
		width: 100%;
		margin: 0 auto 16px;
	}

	.login_parts .fs-c-inputTable__dataCell {
		width: 100%;
		padding: 0;
		display: block;
	}

	.fs-c-newUsers__message {
		padding: 35px 4% 30px;
	}

	.fs-c-buttonContainer--memberRegister {
		padding: 0 4% 35px;
	}

	.fs-c-newUsers__title {
		font-size: 16px;
	}

	.fs-c-newUsers .fs-c-button--memberRegister {
		width: 100%;
		height: 53px;
		line-height: 53px;
	}

	.login_wrap .fs-c-buttonContainer--guestPurchase {
		max-width: 207px;
		background-color: #333;
		text-align: center;
		line-height: 53px;
		height: 53px;
		width: 100%;
	}

	.fs-body-login .fs-c-anotherLogin,
	.fs-body-review-login .fs-c-anotherLogin,
	.fs-body-wishlist-login .fs-c-anotherLogin {
        width: 100%!important;
		padding: 0 4%;
    }

    .fs-body-login .fs-c-anotherLogin__button--amazon,
	.fs-body-review-login .fs-c-anotherLogin__button--amazon,
	.fs-body-wishlist-login .fs-c-anotherLogin__button--amazon {
        width: 100%!important;
    }

    .fs-body-login .amazonpay-button-container,
	.fs-body-review-login .amazonpay-button-container,
	.fs-body-wishlist-login .amazonpay-button-container {
        margin: 0 auto;
    }
}

@media screen and (min-width: 751px) {
	.login_wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 40px auto 0;
	}

	.login_parts {
		width: 58.4%;
		margin-right: 3.3%;
	}

	.fs-c-newUsers {
		width: 36%;
	}

	.fs-c-registeredUsers__title {
		font-size: 1.34vw;
	}

	.fs-c-fsLogin {
		padding: 40px 7.4%;
	}

	.fs-c-button--login {
		height: 46px;
		width: 38.7%;
		margin: 0 auto 16px;
		max-width: 207px;
	}

	.login_parts .fs-c-inputTable__dataCell {
		width: 69.5%;
	}

	.fs-c-newUsers__message {
		padding: 56px 5px 32px;
	}

	.fs-c-newUsers__title {
		font-size: 1.34vw;
	}

	.fs-c-newUsers .fs-c-button--memberRegister {
		width: 62.7%;
		height: 46px;
		line-height: 46px;
	}

	.fs-body-cartSubscribe-login .login_parts {
		margin: 0 auto;
	}

	.fs-body-cart-login .login_wrap {
		display: block;
	}

	.fs-body-cart-login .login_parts {
		margin: 0 auto;
	}

	.login_wrap .fs-c-buttonContainer--guestPurchase {
		height: 46px;
		width: 38.7%;
		margin: 0 auto 16px;
		max-width: 207px;
		background-color: #333;
		text-align: center;
		line-height: 46px;
	}

	.fs-body-login .fs-c-anotherLogin,
	.fs-body-review-login .fs-c-anotherLogin,
	.fs-body-wishlist-login .fs-c-anotherLogin {
        width: 58.4%!important;
        /* margin-left: 5%!important; */
    }

    .fs-body-login .fs-c-anotherLogin__button--amazon,
	.fs-body-review-login .fs-c-anotherLogin__button--amazon,
	.fs-body-wishlist-login .fs-c-anotherLogin__button--amazon {
        width: 31.6%!important;
    }

	
}

@media screen and (min-width: 1340px) {
	.fs-c-registeredUsers__title {
		font-size: 18px;
	}
	
	.fs-c-newUsers__title {
		font-size: 18px;
	}
}

/* カートログイン、レビューログイン */
.amazonpay-button-view1 .amazonpay-signin-button-logo img {
	width: 80%!important;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.fs-body-cart-login .fs-c-anotherLogin {
		text-align: center;
		padding: 0 4%;
	}

	.fs-body-cart-login .fs-c-anotherLogin__button {
		width: 100%!important;
	}
}

@media screen and (min-width: 751px) {
	.fs-body-cart-login .fs-c-anotherLogin {
		text-align: center;
		width: 58.4%;
		margin: 0 auto;
	}
	
	.fs-body-cart-login .fs-c-anotherLogin__button {
		width: 33.7%!important;
		margin: 0 auto;
	}
}


/* 会員登録 */
.fs-body-register .page_title h1 {
	border-bottom: none;
}

.register_form {
	background-color: #f7f8f8;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.fs-c-inputInformation__message p {
	font-weight: bold;
}

#fs_form {
	background-color: #fff;
}

#fs_form .fs-c-inputInformation__field {
	margin: 0 auto;
}

#fs_form .fs-c-inputInformation__field fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.register_form .fs-c-inputTable__headerCell .fs-c-inputTable__label {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1em;
	text-align: left;
}

.register_form input {
	padding: 5px;
}

.register_form .fs-c-birthdayOnceMessage {
	display: none;
}

.register_form .fs-c-inputField__explanation {
	margin-top: 13px;
    line-height: 1.2;
}

.register_form .fs-c-dropdown::after {
	background: none;
	border-left: none;
}

.register_form .fs-c-dropdown::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 1em;
    content: "";
    font-size: 1rem;
    line-height: 1;
    padding: 0.2em;
    pointer-events: none;
    width: 0.2em;
    height: 0.2em;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(135deg);
	border-top-right-radius: initial;
    border-bottom-right-radius: initial
}

.register_form .fs-c-inputDate__month:before {
	content: '年'!important;
}

.register_form .fs-c-inputDate__date::before {
	content: '月'!important;
}

.register_form .fs-c-dropdownGroup::after {
	content: '日'!important;
}

.register_form .fs-c-button--displayPassword {
	display: none;
}

.fs-c-memberPolicyAgreeField {
	padding-top: 30px!important;
	border-top: 1px solid #d3d2d0!important;
}

.register_form .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #006934;
    border-color: #006934;
	border-radius: 50%;
}

.register_form .fs-c-inputInformation__button {
	padding: 55px 0;
}

.register_form .fs-c-inputInformation__button .fs-c-button--confirmRegister {
	background-color: #006934;
	width: 29.8%;
	max-width: 217px;
	height: 43px;
	line-height: 43px;
	border: none;
	margin: 0 auto;
	display: block;
}

.fs-body-register .sns_icons {
	background-color: #f7f8f8;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__title {
	display: none;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__message {
	display: none;
}


.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__deliveryTime label {
	padding: 8px 0;
    display: block;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__deliveryDate {
	margin-bottom: 13px;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__deliveryDate + dd {
	margin-bottom: 13px;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dd:nth-of-type(3) .fs-c-checkout-deliveryMethod__option__setting__message {
	display: block;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__deliveryDetail {
	width: 100%!important;
	border-top: 1px solid #d3d2d0;
	margin-top: 18px;
	padding-top: 20px;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__deliveryDetail label {
	display: none;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__deliveryDetail + dd > div {
	margin-bottom: 1em;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-radio__radioLabelText {
	font-weight: bold;
	font-size: 16px;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dt label {
	font-weight: bold;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__deliveryDetail + dd{
	width: 100%!important;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting__message {
	display: none;
}

.fs-c-checkout-communicationInfo__message p {
	line-height: 1.5;
}

.fs-body-register .fs-c-checkout-preview__title {
	border-bottom: none!important;
}

.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting {
	border-top: 1px solid #d3d2d0;
	margin-top: 18px;
	padding-top: 20px;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.fs-c-inputInformation__message {
		/* background-color: #f7f8f8; */
		padding-top: 15px;
		margin-bottom: 10px;
	}

	#fs_form {
		width: 100%;
		padding: 23px 0 12px;
	}

	#fs_form .fs-c-inputInformation__field {
		width: 90.4%;
	}

	.fs-c-inputTable {
		display: block;
		width: 100%;
	}

	.fs-c-inputTable tbody {
		display: block;
		width: 100%;
	}

	.fs-c-inputTable tr {
		display: block;
		width: 100%;
		margin-bottom: 18px;
	}

	.fs-c-inputTable .fs-c-inputTable__headerCell {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 12px;
	}

	.fs-c-inputTable .fs-c-inputTable__dataCell {
		display: block;
		width: 100%;
		padding: 0;
	}

	.fs-c-inputInformation__message p {
		width: 100%;
	}

	.register_form .fs-c-inputTable__headerCell .fs-c-inputTable__label {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 1.4rem;
		font-weight: normal;
	}

	.register_form .fs-c-inputTable__headerCell .fs-c-requiredMark::before,
	.fs-c-agreementConfirmation__addon__message::after {
		content: "*";
		font-size: 10px;
		color: #c30d23;
		padding-bottom: 10px;
	}

	.register_form input,
	.register_form select {
		height: 46px;
	}

	.fs-c-radioGroup, .fs-c-checkboxGroup {
		display: flex;
		flex-direction: initial;
	}

	.register_form .fs-c-inputInformation__button .fs-c-button--confirmRegister {
		width: 91%;
		height: 53px;
		line-height: 53px;
		max-width: none;
	}

	.register_form .fs-c-inputTable__headerCell .fs-c-requiredMark {
		width: 3em;
		height: 20px;
		margin-left: 0.2em;
	}

	.fs-c-radioGroup > * + *, .fs-c-checkboxGroup > * + * {
		margin-top: 0;
	}

	.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting {
		display: block;
	}

	.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dt {
		width: 100%;
	}
	
	.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dd {
		width: 100%;
	}

	.fs-c-modal--checkout-deliveryMethod .fs-c-dropdown {
		width: 100%;
	}
}

@media screen and (min-width: 751px) {
	.fs-c-inputInformation__message {
		margin: 0 auto;
		background-color: #fff;
		padding-top: 30px;
	}

	.register_form .inner_wrap {
		padding-top: 65px;
	}

	#fs_form {
		width: 90%;
		margin: 0 auto;
	}

	#fs_form .fs-c-inputInformation__field {
		width: 81.2%;
	}

	.fs-c-inputInformation__message p {
		width: 85%;
		margin: 0 auto;
	}

	.register_form .fs-c-inputTable__headerCell {
		width: 25%;
	}

	.register_form .fs-c-inputTable__headerCell .fs-c-inputTable__label {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.register_form .fs-c-inputTable__headerCell .fs-c-requiredMark::before {
		content: "必須";
		display: block;
		font-size: 10px;
		text-indent: 0;
		height: 2em;
		background-color: #c30d23;
		color: #fff;
		line-height: 2em;
		text-align: center;
	}

	.register_form .fs-c-inputInformation__button .fs-c-button--confirmRegister {
		width: 29.8%;
		max-width: 217px;
		height: 43px;
		line-height: 43px;
	}

	.register_form .fs-c-inputTable__headerCell .fs-c-requiredMark {
		width: 3em;
		min-width: 3em;
		height: 20px;
		margin-left: 0.5em;
	}

	.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting {
		display: flex;
		flex-wrap: wrap;
	}
	
	.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dt {
		width: 25%;
	}
	
	.fs-c-modal--checkout-deliveryMethod .fs-c-checkout-deliveryMethod__option__setting dd {
		width: 75%;
	}

	.fs-c-modal--checkout-deliveryMethod .fs-c-dropdown {
		width: 50%;
	}
}

/* お客様情報入力 */
.fs-body-customerDetails .sns_icons {
	background-color: #f7f8f8;
}

/* .register_form .fs-c-inputInformation__button .fs-c-button--primary {
	background-color: #006934;
	width: 29.8%;
	max-width: 217px;
	height: 43px;
	line-height: 43px;
	border: none;
	margin: 0 auto;
	display: block;
} */

.register_form .fs-c-inputInformation__button .fs-c-button--secondary {
	background-color: #006934;
	width: 29.8%;
	max-width: 217px;
	height: 43px;
	line-height: 43px;
	border: none;
	margin: 0 auto;
	display: block;
}

.fs-body-customerDetails .page_title h1 {
	border-bottom: none;
}

.fs_registrationCheckedMessage {
	margin-bottom: 20px;
}

.fs-c-agreementConfirmation__message--registrationChecked {
    background-color: #efefef;
    /* height: 32px; */
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    padding: 0.5em;
}

.fs-c-agreementConfirmation__message--registrationUnchecked {
	background-color: #efefef;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
}

.fs-c-inputTable {
	width: 100%;
}

.fs-c-additionalCheckField {
	padding-bottom: 0;
}

.fs-c-agreementConfirmation__message--newsletterUnchecked {
	display: none;
}

.fs-c-checkbox__checkMark {
	border-radius: 50%;
}

.fs-body-customerDetails .fs-c-agreementConfirmation__checkbox {
	margin-top: 20px;
}

.fs-c-button--registerAndContinue {
    margin: 0 auto;
    background-color: #006934;
    border: none;
}

.fs-body-customerDetails .fs-c-checkbox__labelText a {
	text-decoration: underline;
}

.fs-body-customerDetails .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label {
	align-items: flex-start;
}

.fs-body-customerDetails .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__labelText {
	line-height: 1.3;

}

@media screen and (max-width: 750px) {
	.fs-c-agreementConfirmation__addon {
		margin: 30px 0 18px;
		display: block;
	}

	.fs-c-agreementConfirmation__addon__message {
		width: 100%;
		text-align: left;
		padding-right: 0;
		font-weight: normal;
		margin-bottom: 12px;
	}

	.fs-body-customerDetails .fs-c-inputInformation__button {
		width: 90.4%;
		margin: 0 auto;
	}
	.fs-body-customerDetails .fs-c-agreementConfirmation__message--registrationUnchecked {
		height: auto;
		line-height: 1.6;
		padding: .5em 1em;
	}
	.fs-c-button--registerAndContinue {
		width: 100%;
		height: 53px;
	}
}

@media screen and (min-width: 751px) {
	.fs-c-agreementConfirmation__addon {
		margin: 18px 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fs-c-agreementConfirmation__addon__message {
		width: 25%;
		text-align: right;
		padding-right: 1em;
		font-weight: bold;
	}

	.fs-c-agreementConfirmation__addon__message::after {
		content: "必須";
		display: inline-block;
		font-size: 10px;
		text-indent: 0;
		height: 2em;
		background-color: #c30d23;
		color: #fff;
		line-height: 2em;
		text-align: center;
		padding: 0 1em;
		margin-left: 0.5em;
	}

	.fs-c-button--registerAndContinue {
		width: 24.2%;
		height: 43px;
	}
}

/* 会員登録完了画面 */
/* .fs-body-register-success .page_title h1 {
	border-bottom: none;
}

.fs-c-registerSuccessMessage {
	width: 90%;
	margin: 0 auto 48px;
}

.fs-c-registerSuccessMessage p {
	line-height: 1.7;
}

.fs-body-register-success .links {
	padding-top: 37px;
	border-top: 1px solid #d3d2d0;
}

.fs-body-register-success .links a span {
	color: #231815;
	font-weight: bold;
}

.fs-body-register-success .links a {
	border: 1px solid #231815;
	border-radius: 2px;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-body-register-success .fs-c-button--myPageTop {
	margin-top: 0;
} 

@media screen and (max-width: 750px) {
	.fs-c-button--myPageTop .fs-c-button__label {
		color: #fff;
	}

	.fs-body-register-success .fs-c-button--myPageTop {
		margin-top: 0;
	}

	.fs-body-register-success .links {
		display: block;
		width: 100%;
	}

	.fs-body-register-success .fs-c-buttonContainer--myPageTop {
		margin-right: 0;
		margin-bottom: 30px;

	}

	.fs-body-register-success .links a {
		width: 100%;
		height: 53px;
		line-height: 53px;
	}
}

@media screen and (min-width: 751px) {
	.fs-body-register-success .links {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fs-body-register-success .fs-c-buttonContainer--myPageTop {
		margin-right: 2.4%;
	}

	.fs-body-register-success .links a {
		width: 22.6%;
		min-width: 207px;
		height: 46px;
		line-height: 46px;
	}
} */

/* カート */
.fs-c-featuredProduct {
	display: none;
}

.fs-body-cart .fs-c-panelContainer {
	width: 90%;
	margin: 0 auto;
}

.fs-body-cart .page_title {
	width: 100%;
}

.fs-body-cart .page_title h1 {
	border-bottom: none;
}

.cart_content_wrap {
	background-color: #f7f8f8;
	padding: 30px 0;
}

.fs-l-cart__mainColumn {
	width: 100%;
}

.fs-c-cartTable {
	background-color: #fff;
}

.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    padding: 16px;
}

.fs-c-cartTable__productName {
	margin-bottom: 18px;
}

/* .fs-c-cartTable .fs-c-price__value::after {
	content: '（税込）';
} */

.fs-c-productPrice__addon__label::before {
	content: '(';
}

.fs-c-productPrice__addon__label::after {
	content: ')';
}

.fs-c-button--cancel--cart {
	border: none;
	background-color: #f7f8f8;
}

.fs-c-button--cancel--cart .fs-c-button__label {
	color: #231815;
	font-size: 11px;
	font-weight: normal;
}

@media screen and (max-width: 750px) {
	.fs-c-button--cancel--cart {
		border: 1px solid #231815
	}
	.fs-c-button--cancel--cart .fs-c-button__label {
		color: #231815;
		font-size: 13px;
	}
}

.fs-c-button--continueShopping {
	background-color: #231815;
    display: block;
    text-align: center;
    border-radius: 2px;
}

.fs-c-continueShopping .fs-c-button__label {
	line-height: 37px;
}

.fs-c-cartDiscountInfo {
	margin-top: 18px;
}

.fs-c-cartDiscountInfo__info__current {
	color: #c30d23;
	font-weight: bold;
}

.fs-c-totalAndActions {
	/* background-color: #fff; */
	padding: 13px 0;
}

.fs-c-orderTotalTable > tbody > tr > th {
	text-align: left;
	border: none;
	padding: 16px 12px;
}

.fs-c-orderTotalTable > tbody > tr > td {
	border: none;
	padding: 16px 12px;
}

.fs-c-orderTotalTable .fs-c-price__currencyMark {
	font-size: 20px;
    font-weight: bold;
}

.fs-c-orderTotalTable .fs-c-price__value {
	font-size: 20px;
    font-weight: bold;
}

.fs-cartTotals-container {
	background-color: #fff;
}

.fs-c-orderTotalTable {
	width: 86.2%;
    margin: 0 auto;
}

.fs-c-orderTotalTable tr {
	border-bottom: 1px solid #b5b5b6;
}

#fs-checkout-payHere-container {
	width: 86.2%;
    margin: 23px auto 0;
}
a.fs-c-button--guestPurchase {
	color: #fff;
}
.fs-c-button--loginAndPurchase {
	background-color: #006934;
	width: 100%;
	height: 48px;
	border-radius: 2px;
	text-align: center;
	display: block;
	margin-bottom: 14px;
}

.fs-c-button--loginAndPurchase span {
	color: #fff;
	line-height: 48px;
	font-weight: bold;
	/* font-size: 1.19vw; */
	font-size: 14px;
	letter-spacing: 0.02em;
}

.fs-c-button--unregisteredUserPurchase {
	border: 1px solid #231815;
	width: 100%;
	height: 48px;
	border-radius: 2px;
	text-align: center;
	display: block;
}

.fs-c-button--unregisteredUserPurchase span {
	color: #231815;
	line-height: 48px;
	font-weight: bold;
	/* font-size: 1.19vw; */
	font-size: 14px;
	letter-spacing: 0.02em;
}

.fs-c-button--loginAndSubscribe {
	background-color: #006934;
	width: 100%;
	height: 48px;
	border-radius: 2px;
	text-align: center;
	display: block;
	margin-bottom: 14px;
}

.fs-c-button--loginAndSubscribe span {
	color: #fff;
	line-height: 48px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.02em;
}

.fs-c-button--registerAndSubscribe {
	border: 1px solid #231815;
	width: 100%;
	height: 48px;
	border-radius: 2px;
	text-align: center;
	display: block;
}

.fs-c-button--registerAndSubscribe span {
	color: #231815;
	line-height: 48px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.02em;
}

.fs-c-purchaseHere__message p {
	font-size: 16px;
	font-weight: bold;
}

.fs-c-cartDiscountInfo__info {
	line-height: 1.4;
}

.fs-c-continueShopping {
	margin-top: 35px;
}

.fs-c-priceDisplay__memberPrice {
	display: none;
}

.fs-body-cart #fs-checkout-amazon-container {
    background-color: #fff;
}

.fs-body-cart .fs-c-payWithAmazon {
    background-color: #f7f8f8;
    padding: 13px 9.3%;
}

.fs-body-cart .fs-c-payWithAmazon__message p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.fs-body-cart .fs-c-payWithAmazon__button {
    width: 100%!important;
    margin: 10px auto 0;
}

.fs-c-checkoutServiceDisabled__button {
	background: #999999;
	border: 1px solid #e5e5e5;
	color: #333333;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	color: #ffffff;
	font-size: 1.2rem;
	padding: 8px 12px 8px 44px;
	position: relative;
	text-align: left;
  }
  
  .fs-c-checkoutServiceDisabled__button::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	display: block;
	width: 1em;
	height: 1em;
	margin: auto;
	font-family: 'fs-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2.2rem;
	content: "\e924";
  }
  
  .fs-c-checkoutServiceDisabled__message {
	font-size: 14px;
	line-height: 1.4;
	padding: 4px;
  }

@media screen and (max-width: 750px) {
	.fs-l-cart__contentsArea {
		display: block;
	}

	.fs-c-cartTableContainer {
		background-color: #fff;
		padding: 0 4.9%
	}

	.cart_con {
		width: 100%;
	}

	.fs-c-totalAndActions {
		width: 100%;
		padding: 13px 4.9%;
		background: #fff;
	}

	.fs-c-cartTable__dataCell--quantity,
	.fs-c-cartTable__dataCell--subtotal,
	.fs-c-cartTable__dataCell--point {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 16px;
	}

	.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
		font-weight: normal;
		font-size: 1.3rem;
		width: 108px;
		text-align: left;
		margin-right: 0;
		min-width: initial;
		content: attr(data-cell-label);
	}

	.fs-c-quantity {
		width: 5em;
	}

	.fs-c-cartTable > thead {
		display: none;
	}

	.fs-c-cartDiscountInfo {
		margin-bottom: 35px;
	}

	.fs-body-cart .fs-c-continueShopping {
		width: 86.2%;
		margin: 30px auto 0;
	}

	.fs-body-cart .fs-c-button--continueShopping {
		height: 53px;
		width: 100%;
		line-height: 53px;
	}

	.fs-c-cartTable__row {
		display: flex;
		flex-direction: column;
		margin-bottom: 16px;
	}

	.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
		border: none;
	}

	.fs-c-cartTable__actionButton {
		display: flex;
		justify-content: space-between;
	}

	.fs-c-cartTable__dataCell--quantity {
		width: 100%;
	}

	.fs-body-cart #fs-checkout-payHere-container {
		width: 100%;
		margin: 23px auto 0;
	}

	.fs-body-cart .fs-c-button--purchaseHere {
		width: 100%;
		height: 53px;
		line-height: 53px;
	}

	.fs-body-cart #fs-checkout-amazon-container {
        padding: 12px 0 13px;
    }

}

@media screen and (min-width: 751px) {
	.fs-l-cart__contentsArea {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%!important;
	}

	.cart_con {
		width: 70%;
	}

	.fs-c-totalAndActions {
		width: 27.7%;
		top: 0;
		padding-top: 100px;
		position: sticky;
		margin-top: -100px;
	}
	.fs-c-totalAndActions #fs-cartTotals-container,
	.fs-c-totalAndActions #fs-checkout-payHere-container {
		background-color: #fff;
	}
	.fs-c-totalAndActions #fs-cartTotals-container {
		padding: 15px 0 0;
	}
	.fs-c-totalAndActions #fs-checkout-payHere-container {
		width: 100%;
		padding: 12px 6.9% 13px;
		background-color: #fff;
		margin: 0;
	}
	.fs-c-button--continueShopping {
		height: 37px;
		width: 187px;
	}

	.fs-body-cart #fs-checkout-amazon-container {
        padding: 12px 6.9% 13px;
    }
}

@media screen and (min-width: 1340px) {
	.fs-c-button--loginAndPurchase span {
		font-size: 16px;
	}
	
	.fs-c-button--unregisteredUserPurchase span {
		font-size: 16px;
	}
	
	.fs-c-button--loginAndSubscribe span {
		font-size: 16px;
	}
	
	.fs-c-button--registerAndSubscribe span {
		font-size: 16px;
	}
}

/* ご注文手続き */
.fs-body-checkout .page_title h1,
.fs-body-checkout-multi .page_title h1,
.fs-body-checkout-amazon .page_title h1 {
	border-bottom: none;
}

/* .fs-body-checkout,
.fs-body-checkout-multi .sns_icons,
.fs-body-checkout-amazon .sns_icons {
	background-color: #f7f8f8;
} */

.checkout_wrap {
	background-color: #f7f8f8;
}

.fs-l-checkout__sideColumn {
	background-color: #fff;
}

#fs-buyerInfo-container {
	background-color: #fff;
}

.fs-c-checkout-destination {
	background-color: #fff;
}

.fs-c-checkout-paymentInfo {
	background-color: #fff;
}

.fs-c-checkout-loginGuidance {
	background-color: #fff;
}

#fs-addressInfo-container {
	background-color: #fff;
}

#fs-paymentList-container {
	background-color: #fff;
}

#fs-couponInfo-container {
	background-color: #fff;
}

#fs-deliveryInfo-container {
	background-color: #fff;
}

#fs-wrappingInfo-container {
	background-color: #fff;
}

#fs-communicationInfo-container {
	background-color: #fff;
}

/* .fs-c-returnedSpecialContract {
	display: none;
} */

.fs-c-checkout-preview__title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #d3d2d0;
	padding-bottom: 8px;
	margin-bottom: 13px;
}

ruby rb::after {
	content: '様';
	margin-left: 0.5em;
}

ruby rt {
	display: none;
}

.fs-c-orderTotalTable tr {
	border-bottom: 1px solid #b5b5b6;
}

#fs-checkout-payHere-container {
	width: 86.2%;
    margin: 23px auto 0;
}

/* .fs-c-button--loginAndPurchase {
	background-color: #006934;
	width: 100%;
	height: 48px;
	border-radius: 2px;
	text-align: center;
	display: block;
	margin-bottom: 14px;
} */

.fs-l-checkout__sideColumn .fs-c-totalAndActions {
	width: 100%;
}

.fs-body-checkout .fs-c-checkout-destination__button,
.fs-body-checkout-multi .fs-c-checkout-destination__button,
.fs-body-checkout-amazon .fs-c-checkout-destination__button {
	width: 100%;
}

.fs-body-checkout .fs-c-button--change--small,
.fs-body-checkout .fs-c-button--standard,
.fs-body-checkout-multi .fs-c-button--change--small,
.fs-body-checkout-multi .fs-c-button--standard,
.fs-body-checkout-amazon .fs-c-button--change--small,
.fs-body-checkout-amazon .fs-c-button--standard {
	background-color: #fff;
    border: 1px solid #231815;
    width: 100%;
    /* min-width: 95px; */
	border-radius: 2px;
	padding: 0.5em;
	line-height: initial;
	display: block;
}

.fs-body-checkout .fs-c-button__label,
.fs-body-checkout-multi .fs-c-button__label,
.fs-body-checkout-amazon .fs-c-button__label {
	color: #231815;
	font-size: 12px;
}

.fs-body-checkout .fs-c-button--chooseDestination,
.fs-body-checkout-multi .fs-c-button--chooseDestination,
.fs-body-checkout-amazon .fs-c-button--chooseDestination {
	background-color: #231815!important;
}

.fs-body-checkout .fs-c-button--chooseDestination .fs-c-button__label,
.fs-body-checkout-multi .fs-c-button--chooseDestination .fs-c-button__label,
.fs-body-checkout-amazon .fs-c-button--chooseDestination .fs-c-button__label {
	font-size: 10px;
	color: #fff;
}

.fs-c-checkout-couponCodeInput {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.fs-c-checkout-couponCodeInput__input {
	width: 49.8%;
}

.fs-c-checkout-paymentInfo__message p {
	font-weight: normal;
}

.fs-c-checkout-couponInfo__message p {
	font-weight: normal;
}

.fs-c-checkout-delivery__method__title {
    font-weight: bold;
}

.fs-c-checkout-delivery__method__message p {
	font-weight: normal;
}

.fs-c-checkout-delivery__method__message {
	margin-bottom: 14px;
}

.fs-c-checkout-wrappingMessage p {
	font-weight: normal;
}

.fs-c-checkout-confirmationList > dd {
	font-size: 14px;
}

.fs-c-button--useCoupon {
	background-color: #231815!important;
}

.fs-c-button--useCoupon span {
	color: #fff!important;
}

.fs-body-checkout #fs-orderContents-container,
.fs-body-checkout-multi #fs-orderContents-container,
.fs-body-checkout-amazon #fs-orderContents-container {
	margin-top: 32px;
}

.fs-body-checkout .fs-c-totalAndActions .fs-c-checkout-preview__title,
.fs-body-checkout-multi .fs-c-totalAndActions .fs-c-checkout-preview__title,
.fs-body-checkout-amazon .fs-c-totalAndActions .fs-c-checkout-preview__title {
	margin: 0 auto 12px;
}

.fs-body-checkout .fs-c-orderTotalTable th,
.fs-body-checkout .fs-c-orderTotalTable td,
.fs-body-checkout-multi .fs-c-orderTotalTable th,
.fs-body-checkout-multi .fs-c-orderTotalTable td,
.fs-body-checkout-amazon .fs-c-orderTotalTable th,
.fs-body-checkout-amazon .fs-c-orderTotalTable td {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 7px;
}

.fs-body-checkout .fs-c-orderTotalTable tr,
.fs-body-checkout-multi .fs-c-orderTotalTable tr,
.fs-body-checkout-amazon .fs-c-orderTotalTable tr {
	border: none;
}

.fs-body-checkout .fs-c-orderTotalTable__grandTotal th,
.fs-body-checkout-multi .fs-c-orderTotalTable__grandTotal th,
.fs-body-checkout-amazon .fs-c-orderTotalTable__grandTotal th {
	font-size: 18px;
	padding: 14px 0;
	border-top: 1px solid #b5b5b6;
}

.fs-body-checkout .fs-c-orderTotalTable__grandTotal td,
.fs-body-checkout-multi .fs-c-orderTotalTable__grandTotal td,
.fs-body-checkout-amazon .fs-c-orderTotalTable__grandTotal td {
	font-size: 20px;
	padding: 14px 0;
	border-top: 1px solid #b5b5b6;
}

.fs-body-checkout .fs-c-orderTotalTable__grandTotal .fs-c-price__value::after,
.fs-body-checkout-multi .fs-c-orderTotalTable__grandTotal .fs-c-price__value::after,
.fs-body-checkout-amazon .fs-c-orderTotalTable__grandTotal .fs-c-price__value::after {
	content: '（税込）';
}

.fs-body-checkout .fs-c-confirmOrder,
.fs-body-checkout-multi .fs-c-confirmOrder,
.fs-body-checkout-amazon .fs-c-confirmOrder {
	border-top: 1px solid #b5b5b6;
	padding-top: 14px;
}

.fs-body-checkout .fs-c-confirmOrder__button,
.fs-body-checkout-multi .fs-c-confirmOrder__button,
.fs-body-checkout-amazon .fs-c-confirmOrder__button {
	width: 100%;
}

.fs-body-checkout .fs-c-button--confirmOrder,
.fs-body-checkout-multi .fs-c-button--confirmOrder,
.fs-body-checkout-amazon .fs-c-button--confirmOrder {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #006934;
	border-radius: 2px;
	text-align: center;
	border: none;
}

.fs-body-checkout .fs-c-button--confirmOrder .fs-c-button__label,
.fs-body-checkout-multi .fs-c-button--confirmOrder .fs-c-button__label,
.fs-body-checkout-amazon .fs-c-button--confirmOrder .fs-c-button__label {
	color: #fff;
	font-size: 16px;
}

.fs-c-creditCardIcons {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    margin: 14px 0;
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon {
    margin-right: 3%;
}

.fs-c-checkout-paymentMethod__option__title--cardNumber {
    display: none;
}

.fs-c-checkout-paymentMethod__option__title--paymentNumber {
    display: none;
}

.fs-c-checkout-paymentMethod__option {
    margin-bottom: 16px;
}

.fs-c-checkout-paymentMethod__message p {
    font-weight: normal;
}

.fs-c-checkout-paymentMethod__creditCardList {
    width: 50%;
}

.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
    background-color: #efefef;
    padding: 15px;
}

.fs-c-checkout-paymentMethod.is-active {
    border: 1px solid #efefef;
    margin: 20px 0;
}

.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__body {
    padding: 15px;
}

.fs-c-creditCard__number {
    font-size: 16px;
}

.fs-c-checkout-paymentMethod__message {
    font-weight: normal;
}

.fs-c-checkout-paymentMethod__message span {
    display: block;
    margin-bottom: 0.5em;
}

.fs-c-checkout-paymentMethod__message span:nth-child(2) {
    color: #c30d23;
}

.fs-c-checkout-paymentMethod__message ul li {
    margin-bottom: 0.5em;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
}

.fs-c-syncDeliveryListField {
	border: none;
}


/* ご注文手続き（複数） */
.fs-l-checkout__mainColumn * {
	line-height: 1.48;
}
#fs-multipleAddressButton-container a {
	display: block;
	background-color: #006934;
	border-radius: 2px;
	text-align: center;
	border: none;
	margin: auto;
}
#fs-multipleAddressButton-container a span {
	color: #fff;
}

#fs-pointInfo-container {
    background-color: #fff;
}

fieldset.fs-c-agreementField.fs-c-additionalCheckField {
    border: none;
}

fieldset.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
    border: none;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.checkout_wrap .checkout_content {
		display: block;
		width: 100%;
	}

	.fs-l-checkout__mainColumn {
		width: 100%;
	}

	.fs-c-checkout-buyerInfo__body {
		display: block;
	}

	.checkout_wrap {
		padding-top: 17px;
		font-weight: normal;
	}

	.fs-c-checkout-customerInfo li {
		margin-bottom: 12px;
	}
	
	.fs-c-checkout-destination__list li {
		margin-bottom: 12px;
	}

	.fs-c-checkout-customerInfo__address .fs-c-address__zipCode,
	.fs-c-checkout-multiDestination__info__address .fs-c-checkout-multiDestination__info__address__zipCode {
		display: block;
	}

	.fs-body-checkout .fs-c-checkout-preview__button,
	.fs-body-checkout .fs-c-checkout-destination__control,
	.fs-body-checkout .fs-c-buttonContainer--changeSmall,
	.fs-body-checkout .fs-c-couponCodeInput__button,
	.fs-body-checkout-multi .fs-c-checkout-preview__button,
	.fs-body-checkout-multi .fs-c-checkout-destination__control,
	.fs-body-checkout-multi .fs-c-buttonContainer--changeSmall,
	.fs-body-checkout-multi .fs-c-couponCodeInput__button,
	.fs-body-checkout-amazon .fs-c-checkout-preview__button,
	.fs-body-checkout-amazon .fs-c-checkout-destination__control,
	.fs-body-checkout-amazon .fs-c-buttonContainer--changeSmall,
	.fs-body-checkout-amazon .fs-c-couponCodeInput__button {
		width: 100%;
	}

	.fs-body-checkout .fs-c-button--change--small,
	.fs-body-checkout .fs-c-button--standard,
	.fs-body-checkout-multi .fs-c-button--change--small,
	.fs-body-checkout-multi .fs-c-button--standard,
	.fs-body-checkout-amazon .fs-c-button--change--small,
	.fs-body-checkout-amazon .fs-c-button--standard {
		background-color: #fff;
		height: 38px;
	}

	#fs-buyerInfo-container {
		padding: 16px 4.9% 20px;
	}

	.fs-c-checkout-destination__destination {
		display: block;
	}

	.fs-c-checkout-paymentMethod__title {
		padding: 8px 0;
	}

	.fs-c-checkout-couponCodeInput__title {
		display: block;
		width: 100%;
	}

	.fs-c-checkout-couponCodeInput__input {
		display: block;
		width: 100%;
		margin: 10px 0 6px;
	}

	#fs_couponCode {
		height: 38px;
	}

	.fs-c-checkout-delivery__body {
		display: block;
	}

	.fs-c-checkout-couponCodeInput > *:not(:last-child) {
		margin-right: 0;
	}

	.fs-c-checkout-delivery__method__message p {
		font-size: 1.15rem;
	}

	.fs-c-checkout-delivery__method {
		margin-bottom: 18px;
	}

	.fs-c-checkout-delivery__method__title {
		font-size: 16px;
	}

	.fs-c-checkout-previewAndEdit {
		display: block;
	}

	.fs-c-checkout-confirmationList {
		margin-bottom: 20px;
	}

	.fs-l-checkout__sideColumn {
		width: 100%;
		margin-top: 18px;
	}

	#fs-addressInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}
	
	#fs-paymentList-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}

	.fs-c-checkout-destination,
	.fs-c-checkout-paymentInfo,
	.fs-c-checkout-loginGuidance {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}

	.fs-c-checkout-loginGuidance .fs-c-button--loginAndPurchase--unregistered {
		text-align: center;
		margin-top: 8px;
	}

	.fs-c-checkout-amazonWidget__ctrl {
		margin-top: 8px;
	}
	
	#fs-couponInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}
	
	#fs-deliveryInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}
	
	#fs-wrappingInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}
	
	#fs-communicationInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}

	.fs-body-checkout .fs-c-totalAndActions,
	.fs-body-checkout-multi .fs-c-totalAndActions,
	.fs-body-checkout-amazon .fs-c-totalAndActions {
		padding: 16px 4.9%;
	}

	.fs-body-checkout .fs-c-totalAndActions .fs-c-checkout-preview__title,
	.fs-body-checkout-multi .fs-c-totalAndActions .fs-c-checkout-preview__title,
	.fs-body-checkout-amazon .fs-c-totalAndActions .fs-c-checkout-preview__title {
		width: 100%;
		text-align: left;
	}

	.fs-c-orderTotalTable {
		width: 100%;
	}

	.fs-body-checkout .fs-c-confirmOrder,
	.fs-body-checkout-multi .fs-c-confirmOrder,
	.fs-body-checkout-amazon .fs-c-confirmOrder {
		width: 100%;
	}

	.fs-c-checkout-orderInfo__title {
		background-color: #fff;
		padding: 16px 4.9% 8px;
		margin: 0;
		border: none;
	}

	.fs-body-checkout .fs-c-cartTable__row,
	.fs-body-checkout-multi .fs-c-cartTable__row,
	.fs-body-checkout-amazon .fs-c-cartTable__row {
		border-top: 1px solid #d3d2d0;
		margin: 0 16px;
	}

	.fs-body-checkout .fs-c-cartTable__headerCell,
	.fs-c-cartTable__dataCell,
	.fs-body-checkout-multi .fs-c-cartTable__headerCell,
	.fs-body-checkout-amazon .fs-c-cartTable__headerCell {
		padding: 16px 0;
	}

	.fs-c-checkout-paymentMethod__option__body--creditCard {
		display: block;
	}

	.fs-c-creditCard {
		margin-bottom: 10px;
	}

	.fs-c-checkout-paymentMethod__creditCardList {
		width: 100%;
	}

	.fs-c-checkout-paymentMethod__creditCardList .fs-c-dropdown__menu {
		height: 35px;
	}

	.fs-c-radio__radioLabelText {
		line-height: 1.4;
	}

	.fs-c-checkout-paymentMethod__message span {
		line-height: 1.4;
	}

	#fs_button_changeShippingAddress {
		margin-right: 10px;
	}
	.fs-c-checkout-multiDestination__info .fs-c-checkout-multiDestination__info__control {
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	.fs-c-checkout-multiDestination__info__control>* {
		width: 100% !important;
		margin: 10px auto !important;
	}

	fieldset.fs-c-agreementField.fs-c-additionalCheckField {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	fieldset.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
		border: none;
		margin: 0 0 20px;
		padding: 0;
	}
}

#fs-pointInfo-container {
	margin-bottom: 15px;
    padding: 16px 4.9%;
}

.fs-c-checkout-multiDestination__product,
.fs-c-checkout-multiDestination__productQuantity {
	flex-wrap: nowrap;
}

.fs-c-checkout-multiDestination__productImage {
	flex-basis: auto;
	max-width: 100px;
	margin-bottom: 10px
}
.fs-body-checkout-multi .fs-c-button--standard {
	background-color: #fff;
	height: 38px;
	width: 100%;
	display: block;
	text-align: center;
	margin: 15px 0 0;
}
.fs-body-checkout-multi .fs-c-buttonContainer--pair .fs-c-button--standard {
	margin-top: 0;
}


.fs-c-checkout-multiDestinationList>li .fs-c-checkout-multiDestination__info__name {
	font-size: 1.5rem;
}
.fs-c-checkout-multiDestinationList>li h3.fs-c-checkout-multiDestination__title {
	/* font-weight: bold; */
	font-size: 1.6rem;
	/* border-bottom: 1px solid #d3d2d0; */
	margin-bottom: 15px;
}

.fs-c-checkout-multiDestinationList>li:not(:last-child) {
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d2d0;
}

.fs-c-checkout-multiDestination__info__address {
	margin-bottom: 12px;
}

@media screen and (min-width: 751px) {
	.checkout_wrap .checkout_content {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 90%;
		margin: 0 auto;
	}

	.fs-l-checkout__mainColumn {
		width: 65.8%;
	}

	.fs-c-checkout-buyerInfo__body {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.checkout_wrap {
		padding-top: 32px;
		font-weight: bold;
	}

	.fs-c-checkout-customerInfo li {
		margin-bottom: 5px;
	}
	
	.fs-c-checkout-destination__list li {
		margin-bottom: 5px;
	}

	.fs-body-checkout .fs-c-checkout-preview__button,
	.fs-body-checkout .fs-c-checkout-destination__control,
	.fs-c-checkout-previewAndEdit__button,
	.fs-body-checkout .fs-c-couponCodeInput__button,
	.fs-body-checkout-multi .fs-c-checkout-preview__button,
	.fs-body-checkout-multi .fs-c-checkout-destination__control,
	.fs-body-checkout-multi .fs-c-couponCodeInput__button,
	.fs-body-checkout-amazon .fs-c-checkout-preview__button,
	.fs-body-checkout-amazon .fs-c-checkout-destination__control,
	.fs-body-checkout-amazon .fs-c-couponCodeInput__button {
		width: 21%;
	}

	#fs-buyerInfo-container {
		padding: 14px 2.5%;
	}

	.fs-c-checkout-destination__destination {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#fs_couponCode {
		height: 30px;
	}

	.fs-c-checkout-delivery__body {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.fs-c-checkout-delivery__method__title {
		font-size: 18px;
	}

	.fs-c-checkout-previewAndEdit {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.fs-l-checkout__sideColumn {
		width: 31.1%;
	}

	#fs-addressInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
	}
	
	#fs-paymentList-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
	}

	.fs-body-checkout-amazon .fs-c-checkout-destination,
	.fs-body-checkout-amazon .fs-c-checkout-paymentInfo,
	.fs-body-checkout-amazon .fs-c-checkout-loginGuidance {
		margin-bottom: 7px;
		padding: 14px 2.5%;
		border: 1px solid #e2e2e2!important;
	}

	.fs-body-checkout-amazon .fs-c-checkout-loginGuidance {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#fs_changeAmazonPayment {
		width: 21%;
		margin: 0 0 0 auto;
	}
	
	#fs-couponInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
	}
	
	#fs-deliveryInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
	}
	
	#fs-wrappingInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
	}
	
	#fs-communicationInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
	}

	.fs-body-checkout .fs-c-totalAndActions {
		padding: 25px 0;
	}
	/* .fs-body-checkout-multi .fs-c-totalAndActions {
		padding: 25px 0;
	} */

	.fs-body-checkout .fs-c-totalAndActions .fs-c-checkout-preview__title,
	.fs-body-checkout-multi .fs-c-totalAndActions .fs-c-checkout-preview__title,
	.fs-body-checkout-amazon .fs-c-totalAndActions .fs-c-checkout-preview__title {
		width: 86.2%;
		text-align: center;
	}

	.fs-c-orderTotalTable {
		width: 86.2%;
		margin: 0 auto;
	}

	.fs-body-checkout .fs-c-confirmOrder,
	.fs-body-checkout-multi .fs-c-confirmOrder,
	.fs-body-checkout-amazon .fs-c-confirmOrder {
		width: 86.2%;
		margin: 0 auto;
	}

	.fs-c-checkout-paymentMethod__option__body--creditCard {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}



	/* ご注文手続き（複数） */
	.fs-c-checkout-multiDestination__info__control {
		width: 21%;
	}
	.fs-c-checkout-multiDestination__info__control .fs-c-checkout-multiDestination__button {
		width: 100%;
	}
	.fs-c-checkout-multiDestinationList .fs-c-checkout-multiDestination__button a {
		height: 38px;
		width: 188px;
		display: block;
		text-align: center;
		margin: 15px 0 0;
	}
	#fs-pointInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
		border: 1px solid #e2e2e2;
	}

	.fs-body-checkout .fs-c-checkout-multiDestination__info__body,
	.fs-body-checkout-multi .fs-c-checkout-multiDestination__info__body {
		align-items: flex-start;
	}

	.fs-body-checkout-multi .fs-c-checkout-multiDestination__button:first-child .fs-c-button--standard {
		margin-top: 0;
	}

	.fs-c-checkout-loginGuidance .fs-c-checkout-loginGuidance__button {
		width: 21%;
		text-align: center;
	}

}

@media screen and (min-width: 751px) and (max-width: 960px) {
	.fs-c-checkout-destination__control {
		display: block!important;
	}

	.fs-c-checkout-destination__control > * + * {
		margin-top: 8px;
	}
}

/* お申し込み手続き（定期） */
.fs-body-checkout-subscribe .page_title h1,
.fs-body-checkout-subscribe-amazon .page_title h1 {
	border-bottom: none;
}
.fs-body-checkout-subscribe .sns_icons,
.fs-body-checkout-subscribe-amazon .sns_icons {
	background-color: #f7f8f8;
}
@media screen and (max-width: 750px) {
	.fs-body-checkout-subscribe .sns_icons,
	.fs-body-checkout-subscribe-amazon .sns_icons {
		background-color: transparent;
	}
}
.checkout_wrap {
	background-color: #f7f8f8;
}

.fs-l-checkout__sideColumn {
	background-color: #fff;
}
.fs-body-checkout-subscribe .fs-l-checkout__sideColumn,
.fs-body-checkout-subscribe-amazon .fs-l-checkout__sideColumn {
	background: none;
}
.fs-body-checkout-subscribe .fs-l-checkout__sideColumn .fs-c-totalAndActions,
.fs-body-checkout-subscribe-amazon .fs-l-checkout__sideColumn .fs-c-totalAndActions {
	background: #fff;
}
@media screen and (min-width: 751px) {
.fs-body-checkout-subscribe .fs-l-checkout__sideColumn,
.fs-body-checkout-subscribe-amazon .fs-l-checkout__sideColumn {
	padding-top: 200px;
}
}

#fs-buyerInfo-container {
	background-color: #fff;
}

#fs-addressInfo-container {
	background-color: #fff;
}

#fs-paymentList-container {
	background-color: #fff;
}

#fs-couponInfo-container {
	background-color: #fff;
}

#fs-deliveryInfo-container {
	background-color: #fff;
}

#fs-wrappingInfo-container {
	background-color: #fff;
}

#fs-communicationInfo-container {
	background-color: #fff;
}

#fs-deliveryCycleInfo-container {
	background-color: #fff;
}

/* .fs-c-returnedSpecialContract {
	display: none;
} */

.fs-c-checkout-preview__title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #d3d2d0;
	padding-bottom: 8px;
	margin-bottom: 13px;
	text-align: left;
}

.fs-c-checkout-preview {
	border: none;
}

ruby rb::after {
	content: '様';
	margin-left: 0.5em;
}

ruby rt {
	display: none;
}

.fs-c-orderTotalTable tr {
	border-bottom: 1px solid #b5b5b6;
}

#fs-checkout-payHere-container {
	width: 86.2%;
    margin: 23px auto 0;
}

/* .fs-c-button--loginAndPurchase {
	background-color: #006934;
	width: 100%;
	height: 48px;
	border-radius: 2px;
	text-align: center;
	display: block;
	margin-bottom: 14px;
} */

.fs-l-checkout__sideColumn .fs-c-totalAndActions {
	width: 100%;
}

.fs-body-checkout-subscribe .fs-c-checkout-destination__button,
.fs-body-checkout-subscribe-amazon .fs-c-checkout-destination__button {
	width: 100%;
}

.fs-body-checkout-subscribe .fs-c-button--change--small,
.fs-body-checkout-subscribe .fs-c-button--standard,
.fs-body-checkout-subscribe-amazon .fs-c-button--change--small,
.fs-body-checkout-subscribe-amazon .fs-c-button--standard {
	background-color: #fff;
    border: 1px solid #231815;
    width: 100%;
    /* min-width: 95px; */
	border-radius: 2px;
	padding: 0.5em;
	line-height: initial;
}

.fs-body-checkout-subscribe .fs-c-button__label,
.fs-body-checkout-subscribe-amazon .fs-c-button__label {
	color: #231815;
	font-size: 12px;
}

.fs-body-checkout-subscribe .fs-c-button--chooseDestination,
.fs-body-checkout-subscribe-amazon .fs-c-button--chooseDestination {
	background-color: #231815!important;
}

.fs-body-checkout-subscribe .fs-c-button--chooseDestination .fs-c-button__label,
.fs-body-checkout-subscribe-amazon .fs-c-button--chooseDestination .fs-c-button__label {
	font-size: 10px;
	color: #fff;
}

.fs-c-checkout-couponCodeInput {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.fs-c-checkout-couponCodeInput__input {
	width: 49.8%;
}

.fs-c-checkout-paymentInfo__message p {
	font-weight: normal;
}

.fs-c-checkout-couponInfo__message p {
	font-weight: normal;
}

.fs-c-checkout-delivery__method__title {
    font-weight: bold;
}

.fs-c-checkout-delivery__method__message p {
	font-weight: normal;
}

.fs-c-checkout-delivery__method__message {
	margin-bottom: 14px;
}

.fs-c-checkout-wrappingMessage p {
	font-weight: normal;
}

.fs-c-checkout-confirmationList > dd {
	font-size: 14px;
}

.fs-c-button--useCoupon {
	background-color: #231815!important;
}

.fs-c-button--useCoupon span {
	color: #fff!important;
}

.fs-body-checkout #fs-orderContents-container,
.fs-body-checkout-multi #fs-orderContents-container {
	margin-top: 32px;
}

.fs-body-checkout-subscribe .fs-c-totalAndActions .fs-c-checkout-preview__title,
.fs-body-checkout-subscribe-amazon .fs-c-totalAndActions .fs-c-checkout-preview__title {
	margin: 0 auto 12px;
}

.fs-body-checkout-subscribe .fs-c-orderTotalTable th,
.fs-body-checkout-subscribe .fs-c-orderTotalTable td,
.fs-body-checkout-subscribe-amazon .fs-c-orderTotalTable th,
.fs-body-checkout-subscribe-amazon .fs-c-orderTotalTable td {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 7px;
}

.fs-body-checkout-subscribe .fs-c-orderTotalTable tr,
.fs-body-checkout-subscribe-amazon .fs-c-orderTotalTable tr {
	border: none;
}

.fs-body-checkout-subscribe .fs-c-orderTotalTable__grandTotal th,
.fs-body-checkout-subscribe-amazon .fs-c-orderTotalTable__grandTotal th {
	font-size: 18px;
	padding: 14px 0;
	border-top: 1px solid #b5b5b6;
}

.fs-body-checkout-subscribe .fs-c-orderTotalTable__grandTotal td,
.fs-body-checkout-subscribe-amazon .fs-c-orderTotalTable__grandTotal td {
	font-size: 20px;
	padding: 14px 0;
	border-top: 1px solid #b5b5b6;
}

.fs-body-checkout-subscribe .fs-c-orderTotalTable__grandTotal .fs-c-price__value::after,
.fs-body-checkout-subscribe-amazon .fs-c-orderTotalTable__grandTotal .fs-c-price__value::after {
	content: '（税込）';
}

.fs-body-checkout-subscribe .fs-c-confirmSubscription__button,
.fs-body-checkout-subscribe-amazon .fs-c-confirmSubscription__button {
	border-top: 1px solid #b5b5b6;
	padding-top: 14px;
}

.fs-body-checkout-subscribe .fs-c-confirmSubscription__button,
.fs-body-checkout-subscribe-amazon .fs-c-confirmSubscription__button {
	width: 100%;
}

.fs-body-checkout-subscribe .fs-c-button--confirmSubscription,
.fs-body-checkout-subscribe-amazon .fs-c-button--confirmSubscription {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #006934;
	border-radius: 2px;
	text-align: center;
	border: none;
}

.fs-body-checkout-subscribe .fs-c-button--confirmSubscription .fs-c-button__label,
.fs-body-checkout-subscribe-amazon .fs-c-button--confirmSubscription .fs-c-button__label {
	color: #fff;
	font-size: 16px;
}

.fs-c-creditCardIcons {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    margin: 14px 0;
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon {
    margin-right: 3%;
}

.fs-c-checkout-paymentMethod__option__title--cardNumber {
    display: none;
}

.fs-c-checkout-paymentMethod__option__title--paymentNumber {
    display: none;
}

.fs-c-checkout-paymentMethod__option {
    margin-bottom: 16px;
}

.fs-c-checkout-paymentMethod__message p {
    font-weight: normal;
}

.fs-c-checkout-paymentMethod__creditCardList {
    width: 50%;
}

.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
    background-color: #efefef;
    padding: 15px;
}

.fs-c-checkout-paymentMethod.is-active {
    border: 1px solid #efefef;
    margin: 20px 0;
}

.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__body {
    padding: 15px;
}

.fs-c-creditCard__number {
    font-size: 16px;
}

.fs-c-checkout-paymentMethod__message {
    font-weight: normal;
}

.fs-c-checkout-paymentMethod__message span {
    display: block;
    margin-bottom: 0.5em;
}

.fs-c-checkout-paymentMethod__message span:nth-child(2) {
    color: #c30d23;
}

.fs-c-checkout-paymentMethod__message ul li {
    margin-bottom: 0.5em;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
}

.fs-c-syncDeliveryListField {
	border: none;
}



@media screen and (max-width: 750px) {
	.checkout_wrap .checkout_content {
		display: block;
		width: 100%;
	}

	.fs-l-checkout__mainColumn {
		width: 100%;
	}

	.fs-c-checkout-buyerInfo__body {
		display: block;
	}

	.checkout_wrap {
		padding: 17px 0;
		font-weight: normal;
	}

	.fs-c-checkout-customerInfo li {
		margin-bottom: 12px;
	}
	
	.fs-c-checkout-destination__list li {
		margin-bottom: 12px;
	}

	.fs-c-checkout-customerInfo__address .fs-c-address__zipCode {
		display: block;
	}

	.fs-body-checkout-subscribe .fs-c-checkout-preview__button,
	.fs-body-checkout-subscribe .fs-c-checkout-destination__control,
	.fs-body-checkout-subscribe .fs-c-buttonContainer--changeSmall,
	.fs-body-checkout-subscribe .fs-c-couponCodeInput__button,
	.fs-body-checkout-subscribe-amazon .fs-c-checkout-preview__button,
	.fs-body-checkout-subscribe-amazon .fs-c-checkout-destination__control,
	.fs-body-checkout-subscribe-amazon .fs-c-buttonContainer--changeSmall,
	.fs-body-checkout-subscribe-amazon .fs-c-couponCodeInput__button {
		width: 100%;
	}

	.fs-body-checkout-subscribe .fs-c-button--change--small,
	.fs-body-checkout-subscribe .fs-c-button--standard,
	.fs-body-checkout-subscribe-amazon .fs-c-button--change--small,
	.fs-body-checkout-subscribe-amazon .fs-c-button--standard {
		background-color: #fff;
		height: 38px;
	}

	#fs-buyerInfo-container {
		padding: 16px 4.9% 20px;
	}

	.fs-body-checkout-amazon #fs-buyerInfo-container {
		margin-bottom: 15px;
	}

	.fs-c-checkout-destination__destination {
		display: block;
	}

	.fs-c-checkout-paymentMethod__title {
		padding: 8px 0;
	}

	.fs-c-checkout-couponCodeInput__title {
		display: block;
		width: 100%;
	}

	.fs-c-checkout-couponCodeInput__input {
		display: block;
		width: 100%;
		margin: 10px 0 6px;
	}

	#fs_couponCode {
		height: 38px;
	}

	.fs-c-checkout-delivery__body {
		display: block;
	}

	.fs-c-checkout-couponCodeInput > *:not(:last-child) {
		margin-right: 0;
	}

	.fs-c-checkout-delivery__method__message p {
		font-size: 1.15rem;
	}

	.fs-c-checkout-delivery__method {
		margin-bottom: 18px;
	}

	.fs-c-checkout-delivery__method__title {
		font-size: 16px;
	}

	.fs-c-checkout-previewAndEdit {
		display: block;
	}

	.fs-c-checkout-confirmationList {
		margin-bottom: 20px;
	}

	.fs-l-checkout__sideColumn {
		width: 100%;
		margin-top: 18px;
	}

	.fs-c-checkout-multiDestination__deliveryMethod {
		margin: 50px auto 30px;
	}

	.fs-c-checkout-multiDestination__deliveryMethod h4,
	.fs-c-checkout-multiDestination__wrapping h4 {
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #d3d2d0;
		padding-bottom: 8px;
		margin-bottom: 13px;
		text-align: left;
	}

	.fs-c-checkout-multiDestination__deliveryMethod .fs-c-checkout-multiDestination__button {
		/* width: 21%; */
		margin: 0 0 0 auto;
	}

	#fs-multipleAddressButton-container {
		padding: 10px 0 40px;
	}

	#fs-multipleAddressButton-container a {
		width: 70%;
		max-width: 288px;
		height: 60px;
		line-height: 60px;
		margin-right: auto;
		margin-left: auto;
	}

	#fs-addressInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}
	
	#fs-paymentList-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}
	
	#fs-couponInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}
	
	#fs-deliveryInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}
	
	#fs-wrappingInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}
	
	#fs-communicationInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}

	#fs-deliveryCycleInfo-container {
		margin-bottom: 15px;
		padding: 16px 4.9%;
	}

	.fs-body-checkout-subscribe .fs-c-totalAndActions,
	.fs-body-checkout-subscribe-amazon .fs-c-totalAndActions {
		padding: 16px 4.9%;
	}

	.fs-body-checkout-subscribe .fs-c-totalAndActions .fs-c-checkout-preview__title,
	.fs-body-checkout-subscribe-amazon .fs-c-totalAndActions .fs-c-checkout-preview__title {
		width: 100%;
		text-align: left;
	}

	.fs-c-orderTotalTable {
		width: 100%;
	}

	.fs-body-checkout-subscribe .fs-c-confirmSubscription__button,
	.fs-body-checkout-subscribe-amazon .fs-c-confirmSubscription__button {
		width: 100%;
	}

	.fs-c-checkout-orderInfo__title {
		background-color: #fff;
		padding: 16px 4.9% 8px;
		margin: 0;
		border: none;
	}

	.fs-body-checkout-subscribe .fs-c-cartTable__row,
	.fs-body-checkout-subscribe-amazon .fs-c-cartTable__row {
		border-top: 1px solid #d3d2d0;
		margin: 0 16px;
	}

	.fs-body-checkout-subscribe .fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell,
	.fs-body-checkout-subscribe-amazon .fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
		padding: 16px 0;
	}

	.fs-c-checkout-paymentMethod__option__body--creditCard {
		display: block;
	}

	.fs-c-creditCard {
		margin-bottom: 10px;
	}

	.fs-c-checkout-paymentMethod__creditCardList {
		width: 100%;
	}

	.fs-c-checkout-paymentMethod__creditCardList .fs-c-dropdown__menu {
		height: 35px;
	}

	.fs-c-radio__radioLabelText {
		line-height: 1.4;
	}

	.fs-c-checkout-paymentMethod__message span {
		line-height: 1.4;
	}

	#fs_button_changeShippingAddress {
		margin-right: 10px;
	}
}

@media screen and (min-width: 751px) {
	.checkout_wrap .checkout_content {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 90%;
		margin: 0 auto;
	}

	.fs-l-checkout__mainColumn {
		width: 65.8%;
	}

	.fs-c-checkout-buyerInfo__body {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.checkout_wrap {
		padding-top: 32px;
		font-weight: bold;
	}

	.fs-c-checkout-customerInfo li {
		margin-bottom: 5px;
	}
	
	.fs-c-checkout-destination__list li {
		margin-bottom: 5px;
	}

	.fs-body-checkout-subscribe .fs-c-checkout-preview__button,
	.fs-body-checkout-subscribe .fs-c-checkout-destination__control,
	.fs-c-checkout-previewAndEdit__button,
	.fs-body-checkout-subscribe .fs-c-couponCodeInput__button,
	.fs-body-checkout-subscribe-amazon .fs-c-checkout-preview__button,
	.fs-body-checkout-subscribe-amazon .fs-c-checkout-destination__control,
	.fs-body-checkout-subscribe-amazon .fs-c-couponCodeInput__button {
		width: 21%;
	}

	#fs-buyerInfo-container {
		padding: 14px 2.5%;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color: #e2e2e2;
	}

	.fs-body-checkout-amazon #fs-buyerInfo-container {
		margin-bottom: 7px;
		border: 1px solid #e2e2e2;
	}

	.fs-c-checkout-destination__destination {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#fs_couponCode {
		height: 30px;
	}

	.fs-c-checkout-delivery__body {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.fs-c-checkout-delivery__method__title {
		font-size: 18px;
	}

	.fs-c-checkout-previewAndEdit {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.fs-body-checkout-multi .fs-l-checkout__sideColumn,
	.fs-body-checkout-amazon .fs-l-checkout__sideColumn {
		background: none;
	}
	.fs-body-checkout-multi .fs-c-totalAndActions,
	.fs-body-checkout-amazon .fs-c-totalAndActions {
		position: relative;
		padding: 24px 0 14px;
		margin: 0 auto;
		background: #fff;
	}
	.fs-l-checkout__sideColumn {
		width: 31.1%;
		top: 0;
		padding-top: 100px;
		position: sticky;
		margin-top: -100px;
	}
	.fs-c-checkout-multiDestination__deliveryMethod {
		margin: 50px auto 30px;
	}
	.fs-c-checkout-multiDestination__deliveryMethod h4,
	.fs-c-checkout-multiDestination__wrapping h4 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d3d2d0;
    padding-bottom: 8px;
    margin-bottom: 13px;
    text-align: left;
	}
	.fs-c-checkout-multiDestination__deliveryMethod .fs-c-checkout-multiDestination__button {
		width: 21%;
		margin: 0 0 0 auto;
	}
	#fs-multipleAddressButton-container {
		padding: 10px 0 40px;
	}
	#fs-multipleAddressButton-container a {
		width: 288px;
		height: 60px;
		line-height: 60px;
	}
	#fs-multipleAddressButton-container a span {
		font-size: 14px;
	}

	#fs-addressInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
		border-width: 0 1px 1px 1px;
		border-style: solid;
		border-color: #e2e2e2;
	}
	
	#fs-paymentList-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
		border: 1px solid #e2e2e2;
	}
	
	#fs-couponInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
		border: 1px solid #e2e2e2;
	}
	
	#fs-deliveryInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
	}

	.fs-body-checkout-amazon #fs-deliveryInfo-container,
	.fs-body-checkout-amazon #fs-wrappingInfo-container {
		border: 1px solid #e2e2e2;
	}
	
	#fs-wrappingInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
	}
	
	#fs-communicationInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
		border: 1px solid #e2e2e2;
	}

	#fs-deliveryCycleInfo-container {
		margin-bottom: 7px;
		padding: 14px 2.5%;
	}

	.fs-body-checkout-subscribe .fs-c-totalAndActions,
	.fs-body-checkout-subscribe-amazon .fs-c-totalAndActions {
		padding: 25px 0;
	}

	.fs-body-checkout-subscribe .fs-c-totalAndActions .fs-c-checkout-preview__title,
	.fs-body-checkout-subscribe-amazon .fs-c-totalAndActions .fs-c-checkout-preview__title {
		width: 86.2%;
		text-align: center;
	}

	.fs-c-orderTotalTable {
		width: 86.2%;
		margin: 0 auto;
	}

	.fs-body-checkout-subscribe .fs-c-confirmSubscription__button,
	.fs-body-checkout-subscribe-amazon .fs-c-confirmSubscription__button {
		width: 86.2%;
		margin: 0 auto;
	}

	.fs-c-checkout-paymentMethod__option__body--creditCard {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (min-width: 751px) and (max-width: 960px) {
	.fs-c-checkout-destination__control {
		display: block!important;
	}

	.fs-c-checkout-destination__control > * + * {
		margin-top: 8px;
	}
}

/* お客様の情報 */
.fs-c-modal__header {
	background-color: #efefef;
}

.fs-c-modal__header .fs-c-modal__title {
	font-weight: bold;
}

.fs-c-modal__contents .fs-c-memberInfoField {
	border: none;
}

.fs-c-modal__contents .fs-c-inputTable__headerCell .fs-c-inputTable__label {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1em;
	text-align: left;
}

.fs-c-modal__contents .fs-c-inputTable__headerCell {
	/* width: 20.6%; */
	width: 25%;
}

.fs-c-modal__contents input {
	padding: 3px;
}

.fs-c-modal__contents .fs-c-birthdayOnceMessage {
	display: none;
}

.fs-c-modal__contents .fs-c-inputField__explanation {
	margin-top: 13px;
    line-height: 1.2;
}

.fs-c-dropdown::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 1em;
    content: "";
    font-size: 1rem;
    line-height: 1;
    padding: 0.2em;
    pointer-events: none;
    width: 0.2em;
    height: 0.2em;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(135deg);
	border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    background: none;
	border-left: none;
}

.fs-c-modal__contents .fs-c-inputInformation__button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 27px 2px 0;
}

.fs-c-modal__contents .fs-c-button--settings {
	width: 49%;
    height: 39px;
    border-radius: 2px;
    background-color: #006934;
    border: 1px solid #006934;
}

.fs-c-modal__contents .fs-c-button--settings span {
    color: #fff;
}

.fs-c-modal__contents .fs-c-button--cancel {
	width: 49%;
    height: 39px;
    border-radius: 2px;
}

.fs-c-modal__contents .fs-c-button__label  {
    font-size: 14px;
}

.fs-c-modal__contents .fs-c-syncAccountInfoField {
	border: none;
}

@media screen and (max-width: 750px) {
	.fs-c-modal__header {
		padding: 24px 16px;
	}

	.fs-c-inputTable--inModal > tbody > tr {
		display: block;
	}

	.fs-c-modal__contents .fs-c-memberInfoField {
		padding: 0;
	}

	.fs-c-inputTable--inModal .fs-c-inputTable__headerCell {
		width: 100%;
		margin-bottom: 8px;
	}

	.fs-c-modal__contents .fs-c-inputTable__headerCell .fs-c-inputTable__label {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.fs-c-modal__contents .fs-c-inputTable__dataCell {
		width: 100%;
	}

	.fs-c-modal__contents .fs-c-requiredMark {
		width: 3em;
		height: 20px;
		margin-left: 0.2em;
	}

	.fs-c-modal__contents .fs-c-requiredMark::before {
		content: "*";
		font-size: 10px;
		color: #c30d23;
		padding-bottom: 10px;
	}

	.fs-c-modal__contents .fs-c-inputTable tr {
		margin-bottom: 0;
		padding: 8px 0;
	}

	.fs-c-modal__contents .fs-c-inputTable__headerCell .fs-c-inputTable__label {
		font-size: 1.4rem;
	}

	.fs-c-modal__contents input,
	.fs-c-modal__contents select {
		height: 45px;
	}

	.fs-c-modal__contents .fs-c-inputInformation__button {
		padding: 0;
	}
}

@media screen and (min-width: 751px) {
	.fs-c-modal__header {
		padding: 24px calc(18px + .625em);
	}

	.fs-c-inputTable--inModal > tbody > tr {
		flex-direction: initial;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fs-c-modal__contents .fs-c-inputTable__headerCell .fs-c-inputTable__label {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.fs-c-modal__contents .fs-c-inputTable__dataCell {
		width: 75%;
	}

	.fs-c-modal__contents .fs-c-inputTable__headerCell .fs-c-requiredMark {
		width: 3em;
		height: 20px;
		margin-left: 0.5em;
	}
	
	.fs-c-modal__contents .fs-c-inputTable__headerCell .fs-c-requiredMark::before {
		content: "必須";
		display: block;
		font-size: 10px;
		text-indent: 0;
		height: 2em;
		background-color: #c30d23;
		color: #fff;
		line-height: 2em;
		text-align: center;
	}

	.fs-c-modal__contents .fs-c-inputTable__headerCell .fs-c-inputTable__label {
		font-size: 13px;
	}

	.fs-c-modal__contents .fs-c-inputInformation__button {
		padding: 0.625em;
	}
}

/* お届け先 */
.fs-c-modal__contents .fs-c-checkout-checkoutMethod:first-child .fs-c-checkout-checkoutMethod__title {
    padding: 10px;
    background-color: #898989;
}

.fs-c-modal__contents .fs-c-checkout-checkoutMethod:first-child .fs-c-checkout-checkoutMethod__body {
    padding: 16px;
    border: 1px solid #898989;
}

.fs-c-modal__contents .fs-c-checkout-checkoutMethod:first-child .fs-c-radio__radioLabelText {
    color: #fff;
}

.fs-c-modal__contents .fs-c-checkout-checkoutMethod:first-child rb {
    font-size: 14px;
}

.fs-c-modal__contents .fs-c-checkout-checkoutMethod:nth-child(2) {
    margin-top: 28px;
}



@media screen and (max-width: 750px) {
	.fs-c-modal__contents .fs-c-checkout-checkoutMethod:first-child .fs-c-checkout-checkoutMethod__title {
		margin: 4px 0 0;
	}

	.fs-c-modal__contents .fs-c-checkout-checkoutMethod:first-child .fs-c-checkout-checkoutMethod__body {
		margin: 0;
	}

	.fs-c-modal__contents .fs-c-checkout-checkoutMethod:nth-child(2) .fs-c-checkout-checkoutMethod__title {
		margin: 4px 0 0;
		padding: 10px 0;
	}

	.fs-c-checkout-checkoutMethod__body {
		padding: 0;
	}
}

@media screen and (min-width: 751px) {
	.fs-c-modal__contents .fs-c-checkout-checkoutMethod:first-child .fs-c-checkout-checkoutMethod__title {
		margin: 4px 8px 0;
	}

	.fs-c-modal__contents .fs-c-checkout-checkoutMethod:first-child .fs-c-checkout-checkoutMethod__body {
		margin: 0 8px;
	}

	.fs-c-modal__contents .fs-c-checkout-checkoutMethod:nth-child(2) .fs-c-checkout-checkoutMethod__title {
		margin: 4px 8px 0;
		padding: 10px;
	}
}

/* お届け先リスト */
.fs-c-modal--addressList .fs-c-modal__inner {
	width: 768px;
	max-width: 90vw;
}

.fs-c-modal--addressList .fs-c-modal__contents {
	padding: 24px calc(18px + .625em);
}

.fs-c-modal--addressList  .fs-c-buttonContainer {
	width: 20%;
}

.fs-c-modal--addressList .fs-c-checkout-addressee {
	margin-bottom: 20px;
	border-bottom: 1px solid #d3d2d0;
	padding-bottom: 20px;
}

.fs-c-modal--addressList .fs-c-checkout-addressee:last-child {
	border-bottom: none;
}

.fs-c-modal--addressList .fs-c-checkout-addressee__data__name {
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: bold;
}

.fs-c-modal--addressList .fs-c-checkout-addressee__control button:nth-child(2) {
	margin-top: 10px;
}

.fs-c-modal--addressList .fs-c-button--setDestination,
.fs-c-modal--addressList .fs-c-button--addAddressee {
	background-color: #006934;
	border: 1px solid #006934;
}

.fs-c-modal--addressList .fs-c-button--addAddressee {
	margin-right: 10px;
}

.fs-c-modal--addressList .fs-c-button--setDestination .fs-c-button__label,
.fs-c-modal--addressList .fs-c-button--addAddressee .fs-c-button__label {
	color: #fff;
}

.fs-c-modal--addressList .fs-c-buttonContainer--pair {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.fs-c-modal--addressList .fs-c-modal__inner {
		margin: auto;
		width: 94vw;
	}

	.fs-c-modal--addressList .fs-c-buttonContainer {
		width: 100%;
		margin: 20px 0;
	}

	.fs-c-modal--addressList .fs-c-checkout-addressee {
		display: block;
	}

	.fs-c-modal--addressList .fs-c-buttonContainer--pair {
		display: block;
	}
	
	.fs-c-modal--addressList .fs-c-buttonContainer--pair button {
		width: 100%;
		display: block;
	}

	.fs-c-modal--addressList .fs-c-buttonContainer--pair button:nth-child(2) {
		margin-top: 10px;
	}
}

@media screen and (min-width: 751px) {
	.fs-c-modal--addressList .fs-c-modal__inner {
		width: 768px;
		max-width: 90vw;
	}

	.fs-c-modal--addressList .fs-c-modal__contents {
		padding: 24px calc(18px + .625em);
	}

	.fs-c-modal--addressList  .fs-c-buttonContainer {
		width: 20%;
	}

	.fs-c-modal--addressList .fs-c-checkout-addressee {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.fs-c-modal--addressList .fs-c-checkout-addressee:last-child {
		border-bottom: none;
	}

	.fs-c-modal--addressList .fs-c-checkout-addressee__data__name {
		font-size: 16px;
		margin-bottom: 7px;
		font-weight: bold;
	}

	.fs-c-modal--addressList .fs-c-checkout-addressee__control button:nth-child(2) {
		margin-top: 10px;
	}

	.fs-c-modal--addressList .fs-c-button--setDestination,
	.fs-c-modal--addressList .fs-c-button--addAddressee {
		background-color: #006934;
		border: 1px solid #006934;
	}

	.fs-c-modal--addressList .fs-c-button--addAddressee {
		margin-right: 10px;
	}

	.fs-c-modal--addressList .fs-c-button--setDestination .fs-c-button__label,
	.fs-c-modal--addressList .fs-c-button--addAddressee .fs-c-button__label {
		color: #fff;
	}

	.fs-c-modal--addressList .fs-c-buttonContainer--pair {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	.fs-c-modal--addressList .fs-c-buttonContainer--pair button {
		width: 30%;
	}
	
}

/* ギフト包装 */
.fs-c-modal__contents .fs-c-inputInformation__message {
    width: 100%;
    padding: 30px 8px 0;
}

.fs-c-modal__contents .fs-c-inputInformation__message span {
    margin-top: 5px;
    display: block;
}

.fs-c-modal__contents .fs-c-inputInformation__message p {
    width: 100%;
}

/* カード情報 */
.fs-c-modal--checkout-creditCard-add .fs-c-creditCardIcons {
    margin-bottom: 20px;
    padding-left: .625em;
}

.fs-c-modal--checkout-creditCard-add .fs-c-creditCardIcons .fs-c-creditCardIcons__icon {
    margin-right: 1%;
}

.fs-c-modal--checkout-creditCard-add fieldset {
    border: none;
}

.fs-c-modal--checkout-creditCard-add .fs-c-inputTable--inModal > tbody > tr {
    align-items: flex-start;
}

.fs-c-modal--checkout-creditCard-add .fs-c-inputTable__headerCell {
    padding-top: 3px;
}

.fs-c-modal--checkout-creditCard-add .fs-c-inputTable__label {
    -webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
    font-size: 14px!important;
}

.fs-c-modal--checkout-creditCard-add .fs-c-requiredMark {
    display: none;
}

.fs-c-modal--checkout-creditCard-add .fs-c-inputField__explanation {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 7px;
}

/* 登録完了 */
.fs-c-checkoutSuccess {
	text-align: center;
    margin-top: 50px;
}








/* 追記分 */

/* 「マイページへ」ボタン */
.fs-c-buttonContainer--myPageTop a {
	display: block;
	border: 1px solid #231815;
	background-color: #fff!important;
	border-radius: 2px;
	text-align: center;
	border: none;
}

.fs-c-button--myPageTop .fs-c-button__label {
	color: #231815!important;
}

@media screen and (max-width: 749px) {}

@media screen and (min-width: 750px) {

	.fs-c-buttonContainer--myPageTop a {
		height: 37px;
		width: 187px;
		line-height: 37px;
		margin-top: 70px;
	}

}



/* 「このサイトでお支払い」ボタン */
.fs-c-buttonContainer--purchaseHere a {
	display: block;
	background-color: #006934;
	border-radius: 2px;
	text-align: center;
	border: none;
}
@media screen and (max-width: 749px) {

}

@media screen and (min-width: 750px) {

	.fs-c-buttonContainer--purchaseHere a {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}

}

/* 商品検索結果 */
.fs-body-search .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
    content: none;
}

.fs-body-search .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
    content: none;
}

.fs-body-search .fs-c-button--plain.fs-c-button--addToCart--list::before {
    content: none;
}

.fs-body-search .fs-c-button--plain.fs-c-button--viewProductDetail::before {
    content: none;
}

.fs-body-search .fs-c-productList__list__item {
    border-bottom: none;
	padding: 0;
}

.fs-body-search .fs-c-button--plain:hover {
    color: inherit;
    opacity: 1;
    text-decoration: none;
}

.fs-body-search .fs-c-productPrice--listed {
    display: none;
}

.fs-body-search .fs-c-sortItems__list__item.is-active {
    background: none;
    color: #231815;
}

.fs-body-search .parts_hidden {
    display: none;
}

.fs-body-search .fs-c-productMark__mark:not(.group_show) {
	display: none;
}

.fs-body-search .fs-c-mark--coolDelivery {
	display: none;
}

.fs-body-search .fs-c-productListItem__viewMoreImageButton {
	display: none;
}

.fs-body-search .fs-c-productName__copy {
	display: none;
}

/* .fs-body-search .fs-c-productPrice--member {
	display: none;
} */

.fs-body-search .fs-c-button--addToWishList--icon,
.fs-body-search .fs-c-button--removeFromWishList--icon{
	background-color: #fff;
    border: none;
	position: absolute;
	top: -3px;
	right: 0;
}

.fs-body-search .fs-c-price__currencyMark {
	display: none;
}

.fs-body-search .fs-c-price__value::after {
	content: '円';
}

/* .fs-body-search .fs-c-productPrice__main {
	display: none;
} */

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #231815;
}

.fs-body-search .fs-c-productPrice__addon .fs-c-productPrice__addon__price {
	display: inline-block;
}

.fs-body-search .fs-c-productPrice__addon__price::before {
	content: none;	
}

.fs-body-search .fs-c-productPrice__addon__label::before {
	content: '(';
}

.fs-body-search .fs-c-productPrice__addon__label::after {
	content: ')';
}

.fs-body-search .fs-c-productPrice__addon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.fs-body-search .fs-c-productPrice__addon span {
	font-weight: bold;
}

.fs-body-search .fs-c-button__image {
	width: 18px;
	height: 18px;
	display: block;
}

.fs-c-mark--preorder {
	margin-top: 3px;
	min-width: 63px;
}

.fs-c-mark--preorder .fs-c-mark__label {
	font-size: 10px;
}

/* 商品一覧上 */
.fs-body-search .fs-c-productList__controller:first-of-type .fs-c-listControl {
	display: none;
}

.fs-body-search .fs-c-productList__controller:first-of-type {
	margin-bottom: 22px;
	margin-top: 0;
}

.fs-body-search .fs-c-productList__controller:first-of-type  .fs-c-sortItems {
	display: block;
	margin-left: auto;
	border: none!important;
}

/* 商品一覧下 */
.fs-body-search .fs-c-productList__controller .fs-c-sortItems {
	display: none;
}

.fs-body-search .fs-c-productList__controller {
	margin-top: 40px;
}

/* .fs-body-search .fs-c-pagination {
	width: 35.3%;
    margin: 20px auto 0;
	height: 39px;
} */

.fs-body-search .fs-c-pagination a {
	line-height: 39px;
	display: block;
    text-align: center;
}

.fs-body-search .fs-c-pagination__item.is-active {
    display: block;
    line-height: 39px;
    padding: 0 8px;
    text-align: center;
}


.fs-body-search .fs-c-listControl__status {
	text-align: center;
}

.fs-body-search .fs-c-listControl__status span {
	color: #a6a6a3;
}

.fs-body-search .fs-c-sortItems__label {
	display: inline-block;
	font-size: 12px;
}

.fs-body-search .fs-c-sortItems__list {
	display: inline-block;
}

.fs-body-search .fs-c-sortItems__list__item {
	display: inline-block;
	font-size: 12px;
	margin-left: 1em;
}

.fs-body-search .fs-c-sortItems__list__item__label:hover {
	opacity: 0.6;
}

.fs-body-search .fs-c-productList__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.fs-body-search .price_recommend_wrap {
	position: relative;
}

.fs-body-search .fs-c-productName__name {
	line-height: 1.5;
	letter-spacing: 0;
}

.fs-body-search .fs-c-button--plain {
    display: block;
    width: 100%;
    background-color: initial;
    border: none;
    padding: 0;
}

.fs-body-search .fs-c-button__label {
	letter-spacing: 0.04em;
    display: block;
    color: #006934;
    width: 100%;
    background-color: #fff;
    border: 1px solid #006934;
    text-align: center;
    border-radius: 3px;
}

.fs-body-search .fs-c-button__label:hover {
	background-color: #006934;
	color: #fff;
}

.fs-body-search .fs-c-productMark__item {
	margin-top: 5px;
}

.fs-body-search .fs-c-productMark__mark {
    font-size: 10px;
    height: 20px;
	min-width: 63px;
    text-align: center;
}

.fs-body-search .fs-c-productMark__mark--1 {
    border: 1px solid #231815;
    color: #231815;
    border-radius: 2px;
}

.fs-body-search .fs-c-productList__list__item {
	position: relative;
}

.fs-body-search .reitoubin {
	position: absolute;
	top: 10px;
	left: 5.1%;
	width: 27.5%;
	height: auto;
	display: block;
    min-width: initial;
}

.fs-body-search .reitoubin img {
	width: 100%;
}

.fs-body-search .fs-c-productMark__label {
	min-width: 4em;
    display: inline-block;
    text-align: center;
	font-weight: bold;
}

.fs-body-search .souryoukomi {
	border: 1px solid #c1272d;
	color: #c1272d;
}

.fs-body-search .fs-c-productListItem__imageContainer {
	margin-bottom: 12px;
}

.fs-c-productPrice__main .fs-c-productPrice__main__price {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.fs-c-productPrice__main__label {
	font-size: 10px;
	display: none;
}

.fs-c-productMark__mark:not(.group_show) {
	display: none;
}

.both {
    display: block!important;
}

.fs-c-mark--coolDelivery,
.fs-c-mark--subscription {
	display: none;
}

.fs-c-productMark__item {
	margin-top: 5px;
	/* display: inline-block; */
}

.fs-c-productMark__mark {
    font-size: 10px;
    height: 18px;
	width: 60px;
    text-align: center;
	border-radius: 3px;
	padding: 0;
	margin: 0 1px 0 0;
}

.fs-c-productMark__mark--1 {
    border: 1px solid #231815;
    color: #231815;
    /* border-radius: 2px; */
}

.fs-c-productMark .subscription,
.fs-c-productMark .hanpukai {
    background-color: #caa846;
	border: 1px solid #caa846;
}

.fs-c-productMark .subscription {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-c-productMark__mark--36 {
	border: 1px solid #075727;
}

.fs-c-productMark .subscription .fs-c-productMark__label,
.fs-c-productMark .hanpukai .fs-c-productMark__label {
    color: #fff;
}

.fs-c-productList__list__item {
	position: relative;
}

.reitoubin {
	position: absolute;
	top: 10px;
	left: 5.1%;
	width: 27.5%;
	height: auto;
	display: block;
    min-width: initial;
}

.reitoubin img {
	width: 100%;
}

.fs-c-productMark__label {
    display: inline-block;
    text-align: center;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 0;
	width: 100%;
}

.souryoukomi {
	border: 1px solid #c1272d;
	color: #c1272d;
}

.fs-c-productMark__mark--31 {
	background-color: #c1272d;
	border: 1px solid #c1272d;
}

.fs-c-productMark__mark:not(.group_show) {
	display: none;
}

.both {
    display: block!important;
}

.fs-c-mark--coolDelivery,
.fs-c-mark--subscription {
	display: none;
}

.mv {
	position: relative;
}

.mv img {
	width: 100%;
}

.mv_text {
	position: absolute;
}

.mv_text strong {
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #fff;
}

.mv_text p {
	font-family: a-otf-ryumin-pr6n, serif;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #fff;
}

.fs-c-productListItem__viewMoreImageButton {
	display: none;
}

.fs-c-productName__copy {
	display: none;
}

/* ログイン状態に関係なく価格表示する場合 */
/* .fs-c-productPrice--selling {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.fs-c-productPrice--member {
    display: none;
}  */

/* ログイン状態によって価格表示を切り替える */
/* .false .fs-c-productPrice--selling {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.true .fs-c-productPrice--selling {
    display: none;
}

.false .fs-c-productPrice--member {
    display: none;
}

.true .fs-c-productPrice--member {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon {
	background-color: #fff;
    border: none;
	position: absolute;
	top: -3px;
	right: 0;
}

.fs-c-price__currencyMark {
	display: none;
}

.fs-c-price__value::after {
	content: '円';
} */


.false .fs-c-productPrice--member {
    display: none; /* ログイン中は会員価格非表示 */
}

.true .fs-c-productPrices .fs-c-productPrice:nth-last-child(2) {
    display: none;
}
/* ↑ログイン状態によって価格表示を切り替える */

/* .fs-c-productPrice__main {
	display: none;
} */

/* .fs-c-productPrice {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
} */

.fs-c-productPrice--member .fs-c-productPrice__main__label {
	display: none;
}

.fs-c-productPrice__main .fs-c-productPrice__main__price {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.fs-c-productPrice__main__label {
	font-size: 10px;
}

.fs-c-productPrice__addon .fs-c-productPrice__addon__price {
	display: inline-block;
}

.fs-c-productPrice__addon__price::before {
	content: none;	
}

.fs-c-productPrice__addon__label::before {
	content: '(';
}

.fs-c-productPrice__addon__label::after {
	content: ')';
}

.fs-c-productPrice__addon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.fs-c-productPrice__addon span {
	font-weight: bold;
}

.fs-c-productPrice--subscription {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.fs-c-productPrice--subscription .fs-c-productPrice__main__label {
	display: none;
}

.fs-c-productPrice--subscription .fs-c-productPrice__main__price {
	display: inline-block;
}

.fs-c-productPrice--subscription .fs-c-productPrice__addon {
	display: inline-block;
}

.fs-c-button__image {
	width: 18px;
	height: 18px;
	display: block;
}

/* 商品一覧上 */
.fs-c-productList__controller:first-of-type .fs-c-listControl {
	display: none;
}

.fs-c-productList__controller:first-of-type {
	margin-bottom: 22px;
	margin-top: 0;
}

.fs-c-productList__controller:first-of-type  .fs-c-sortItems {
	display: block;
	text-align: right;
}

/* 商品一覧下 */
.fs-c-productList__controller .fs-c-sortItems {
	display: none;
}

.fs-c-productList__controller {
	margin-top: 40px;
}

.fs-body-search .fs-c-pagination {
	/* width: 35.3%; */
    margin: 20px auto 0;
	height: 39px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-body-search .fs-c-pagination a {
	display: block;
    text-align: center;
    width: 2.5em;
    padding: 0.7em 0;
    margin: 0.2em;
	flex: initial;
    line-height: 1;
}

.fs-body-search .fs-c-pagination__item.is-active {
    display: block;
    text-align: center;
    width: 2.5em;
    padding: 0.7em 0;
    margin: 0.2em;
	flex: initial;
    line-height: 1;
}

.fs-body-search .fs-c-pagination__item {
	flex: initial;
    line-height: 1;
}


.fs-c-listControl__status {
	text-align: center;
}

.fs-c-listControl__status span {
	color: #a6a6a3;
}

.fs-c-sortItems__label {
	display: inline-block;
	font-size: 12px;
}

.fs-c-sortItems__list {
	display: inline-block;
}

.fs-c-sortItems__list__item {
	display: inline-block;
	font-size: 12px;
	margin-left: 1em;
}

.fs-c-sortItems__list__item__label:hover {
	opacity: 0.6;
}

.fs-c-productList__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.price_recommend_wrap {
	position: relative;
}

.fs-c-breadcrumb__listItem:first-child a {
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/common/home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	margin-right: 0.5em;
}

.fs-c-breadcrumb__list a {
	color: #9e9e9f;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
	margin-right: 0.5em;
}

.fs-c-breadcrumb__listItem {
	color: #9e9e9f;
	font-weight: bold;
}

.fs-c-breadcrumb__list {
	padding: 0;
}

.fs-body-search .fs-c-productName__name {
	line-height: 1.3;
	letter-spacing: 0;
	display: block;
}

.fs-body-search .fs-c-button--plain {
    display: block;
    width: 100%;
    background-color: initial;
    border: none;
    padding: 0;
}

.fs-body-search .fs-c-button__label {
	letter-spacing: 0.04em;
    display: block;
    color: #006934;
    width: 100%;
    background-color: #fff;
    border: 1px solid #006934;
    text-align: center;
    border-radius: 3px;
}

.fs-body-search .fs-c-button__label:hover {
	background-color: #006934;
	color: #fff;
}

/* .fs-c-productMark {
	display: block;
} */

.fs-body-search .fs-c-productMark__item {
	margin-top: 5px;
	/* display: inline-block; */
}

.fs-body-search .fs-c-productMark__mark {
    font-size: 10px;
    height: 18px;
	width: 60px;
    text-align: center;
	border-radius: 3px;
	padding: 0;
	margin: 0 1px 0 0;
}

.fs-body-search .fs-c-productMark__mark--1 {
    border: 1px solid #231815;
    color: #231815;
    /* border-radius: 2px; */
}

.fs-body-search .fs-c-productMark .subscription,
.fs-body-search .fs-c-productMark .hanpukai {
    background-color: #caa846;
	border: 1px solid #caa846;
}

.fs-body-search .fs-c-productMark .subscription {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-body-search .fs-c-productMark__mark--36 {
	border: 1px solid #075727;
}

.fs-body-search .fs-c-productMark .subscription .fs-c-productMark__label,
.fs-body-search .fs-c-productMark .hanpukai .fs-c-productMark__label {
    color: #fff;
}

.fs-body-search .fs-c-productList__list__item {
	position: relative;
}

.fs-body-search .reitoubin {
	position: absolute;
	top: 10px;
	left: 5.1%;
	width: 27.5%;
	height: auto;
	display: block;
    min-width: initial;
}

.fs-body-search .reitoubin img {
	width: 100%;
}

.fs-body-search .fs-c-productMark__label {
    display: inline-block;
    text-align: center;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 0;
	width: 100%;
}

.fs-body-search .souryoukomi {
	border: 1px solid #c1272d;
	color: #c1272d;
}

.fs-body-search .fs-c-productMark__mark--31 {
	background-color: #c1272d;
	border: 1px solid #c1272d;
}

.fs-body-search .fs-c-productListItem__imageContainer {
	margin-bottom: 3px;
}

.fs-body-search .fs-c-listControl {
	display: block;
}

@media screen and (max-width: 750px) {

	.fs-body-search .fs-c-productList {
		padding-bottom: 63px;
		width: 94.2%;
		margin: 0 auto;
	}

	.fs-body-search .fs-c-sortItems__label::after {
		content: ':';
	}

	.fs-body-search .fs-c-sortItems__list__item:first-child {
		margin-left: 0;
	}

	.fs-body-search .fs-c-productList__list__item {
		width: 46.2%;
		max-width: none;
		margin-bottom: 38px;
		margin-right: 7.6%;
		padding: 0;
	}

	.fs-body-search .fs-c-productList__list__item:nth-child(2n) {
		margin-right: 0;
	}

	.fs-body-search .fs-c-productListItem__productName {
		margin: 7px 0 0.25em;
		/* min-height: 46px; */
	}

	.fs-body-search .fs-c-productName__name {
		font-size: 1.3rem;
		font-weight: normal;
	}

	.fs-body-search .fs-c-button--plain {
		margin-top: 10px;
	}

	.fs-body-search .fs-c-productPrice__addon span {
		font-size: 1.3rem;
	}

	.fs-body-search .fs-c-button__label {
		padding: 1em;
		font-size: 1.3rem;
	}

	.fs-body-search .fs-c-listControl__status span {
		font-size: 1.3rem;
		font-weight: normal;
	}

	/* .fs-body-search .fs-c-productMarks {
		margin: 12px 0 0;
	} */

	.fs-body-search .fs-c-productMark__mark {
		width: 46px;
	}

	.fs-body-search .fs-c-productMark .subscription img {
		width: 40px;
		display: block;
	}

	.fs-body-search .fs-c-breadcrumb {
		margin-bottom: 24px;
	}

	.fs-body-search .fs-c-productList__controller:first-of-type {
		margin-bottom: 34px;
	}

	.fs-body-search .fs-c-productList__controller .fs-c-sortItems__label,
	.fs-body-search .fs-c-productList__controller .fs-c-sortItems__list__item__label {
		padding: 0;
	}

	.fs-body-search .fs-c-productList__controller .fs-c-sortItems__list {
		border-left: none;
	}

	.fs-body-search .fs-c-productList {
		padding-bottom: 63px;
		width: 94.2%;
		margin: 0 auto;
	}

	.fs-body-search .fs-c-sortItems__label::after {
		content: ':';
	}

	.fs-body-search .fs-c-sortItems__list__item:first-child {
		margin-left: 0;
	}

	.fs-body-search .fs-c-productList__list__item {
		width: 46.2%;
		max-width: none;
		margin-bottom: 38px;
		margin-right: 7.6%;
	}

	.fs-body-search .fs-c-productList__list__item:nth-child(2n) {
		margin-right: 0;
	}

	.fs-body-search .fs-c-productListItem__productName {
		margin: 7px 0 0.25em;
		/* min-height: 46px; */
	}

	.fs-body-search .fs-c-productName__name {
		font-size: 1.3rem;
		font-weight: normal;
	}

	.fs-body-search .fs-c-button--plain {
		margin-top: 10px;
	}

	.fs-body-search .fs-c-productPrice__addon span {
		font-size: 1.3rem;
	}

	.fs-body-search .fs-c-button__label {
		padding: 0.7em;
		font-size: 1.3rem;
	}

	.fs-body-search .fs-c-listControl__status span {
		font-size: 1.3rem;
		font-weight: normal;
	}

	.fs-body-search .fs-c-productMark__mark {
		width: 46px;
	}

	.fs-body-search .fs-c-productMark .subscription img {
		width: 40px;
		display: block;
	}
}

@media screen and (min-width: 751px) {

	.fs-body-search .fs-c-productList {
		padding-bottom: 100px;
	}

	.fs-body-search .fs-c-sortItems__label {
		border: 1px solid #231815;
		padding: 0.5em 1em;
		border-radius: 3px;
	}

	.fs-body-search .fs-c-productList__list__item {
		width: 21.1%;
		max-width: none;
		margin-bottom: 30px;
		margin-right: 5%;
	}

	.fs-body-search .fs-c-productList__list__item:nth-child(4n) {
		margin-right: 0;
	}

	.fs-body-search .fs-c-productListItem__productName {
		margin: 8px 0 0.25em;
		/* min-height: 48px; */
	}

	.fs-body-search .fs-c-productName__name {
		font-size: 14px;
		font-weight: bold;
	}

	.fs-body-search .fs-c-button--plain {
		margin-top: 20px;
	}

	.fs-body-search .fs-c-button__label {
		padding: 0.5em;
	}

	.fs-body-search .fs-c-listControl__status span {
		font-size: 14px;
		font-weight: bold;
	}

	.fs-body-search .fs-c-productPrice__addon span {
		font-size: 1.04vw;
	}

	.fs-body-search .fs-c-productMark .subscription img {
		width: 48px;
		display: block;
	}
	
	.fs-body-search .fs-c-productList {
		padding-bottom: 100px;
	}

	.fs-body-search .fs-c-sortItems__label {
		border: 1px solid #231815;
		padding: 0.4em 0.9em;
		border-radius: 3px;
	}

	.fs-body-search .fs-c-productList__list__item {
		width: 22.2%;
		margin-bottom: 30px;
		margin-right: 3.5%;
	}

	.fs-body-search .fs-c-productList__list__item:nth-child(4n) {
		margin-right: 0;
	}

	.fs-body-search .fs-c-productListItem__productName {
		margin: 6px 0 0.25em;
		/* min-height: 48px; */
	}

	.fs-body-search .fs-c-productName__name {
		font-size: 14px;
		font-weight: bold;
	}

	.fs-body-search .fs-c-button--plain {
		margin-top: 16px;
	}

	.fs-body-search .fs-c-button__label {
		padding: 0.7em;
	}

	.fs-body-search .fs-c-listControl__status span {
		font-size: 14px;
		font-weight: bold;
	}

	.fs-body-search .fs-c-productPrice__addon span {
		font-size: 14px;
	}

	.fs-body-search .fs-c-productMark .subscription img {
		width: 48px;
		display: block;
	}
}

@media screen and (min-width: 1340px) {
	.fs-body-search .fs-c-productPrice__addon span {
		font-size: 14px;
	}
}

/* 各種ボタン */
.fs-c-buttonContainer--loginAndPurchase .fs-c-button__label {
	color: #fff;
}

.fs-c-button--continueShopping .fs-c-button__label {
	color: #fff;
}

.fs-c-button--buyItLater {
	display: none!important;
}

/* .fs-c-button--buyItLater {
	border: none;
    background-color: #f7f8f8;
	margin-top: 10px;
}

.fs-c-button--buyItLater .fs-c-button__label {
    color: #231815;
    font-size: 11px;
    font-weight: normal;
} */

.fs-c-button--subscribeHere {
    margin: 0 auto;
    display: block;
    text-align: center;
    background-color: #006934!important;
}

.fs-c-button--subscribeHere .fs-c-button__label {
	color: #fff;
}

.fs-c-wishlistProduct .fs-c-button__label {
	color: #fff;
}

.fs-c-button--memberRegister .fs-c-button__label {
	color: #fff;
}

.fs-c-button--registerAndContinue .fs-c-button__label,
#fs_unregisterAndContinue .fs-c-button__label {
	color: #fff;
}

.fs-c-button--login .fs-c-button__label {
	color: #fff;
}

.fs-c-button--purchaseHere .fs-c-button__label {
	color: #fff;
}

.fs-c-button--confirmRegister .fs-c-button__label {
	color: #fff;
}

.fs-c-button--send,
.fs-c-button--register {
	border: none;
}

@media screen and (max-width: 750px) {
	.fs-c-button--subscribeHere {
		width: 100%;
		height: 53px;
		line-height: 53px;
	}
}

@media screen and (min-width: 751px) {
	.fs-c-button--subscribeHere {
		width: 100%;
		height: 46px;
		line-height: 46px;
	}
}

.fs-body-cart .fs-c-wishlistProduct {
	display: none;
}

/* パスワード再設定 */
.fs-body-forgotPassword .fs-c-inputInformation__message {
	margin-bottom: 30px;
}

.fs-body-resetPassword .fs-c-inputInformation__message {
	margin-bottom: 30px;
}

/* マイページ */
/* .fs-body-my-top main .inner_wrap>div {
	width: 100%;
} */
.fs-p-accountInfo__header {
	display: block;
}
.myPage_inner_wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.myPage_inner_wrap .fs-p-accountInfo {
	box-shadow: 0 0 2px #b2b2b2;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #3c3c3c;
	margin: 8px;
}
.myPage_inner_wrap .fs-p-accountInfo .fs-p-accountInfo__point__point__available__number {
	color: #000;
}
/* .myPage_inner_wrap .fs-p-accountInfo .fs-p-accountInfo__accountName {} */
.myPage_inner_wrap .fs-p-accountInfo__accountName span.fs-p-accountInfo__accountName__name {
	font-weight: bold;
}

.fs-p-accountInfo__body {
	background: none;
}
.fs-c-accountService {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.myPage_inner_wrap .fs-p-accountInfo__point__point__available__numberLabel {
	font-weight: normal;
}
.myPage_inner_wrap .fs-p-accountInfo__point__point__rate {
	display: none;
}

@media screen and (max-width: 599px) {


	.fs-body-my-top .page_title h1 {
		padding: .8em 0;
		text-align: center;
	}
	.myPage_inner_wrap {
		border-top: 1px solid #d3d2d0;
		padding-top: 5%;
	}

	.fs-c-accountService {
		padding: 8px 0 0 2%;
	}

	.myPage_inner_wrap .fs-c-accountService__page {
		margin: 0 2% 8px 0;
	}

	.myPage_inner_wrap .fs-p-accountInfo {
		border: 0;
		background: none;
		box-shadow: none;
	}
	.myPage_inner_wrap .fs-p-accountInfo__accountName {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		width: 100%;
	}
	.myPage_inner_wrap .fs-p-accountInfo__accountName p {
		margin-top: 0;
		margin-bottom: 0;
	}
	.myPage_inner_wrap .fs-p-accountInfo__accountName span.fs-p-accountInfo__accountName__name {
		margin: 0 .5em 0 1em;
		/* font-size: 1.6rem; */
	}
	.myPage_inner_wrap span.fs-c-string--label {
		font-size: 1.2rem;
	}
	/* .myPage_inner_wrap .fs-c-accountService {} */
	.myPage_inner_wrap .fs-c-accountService li.fs-c-accountService__page {
		width: 48%;
		flex-basis: auto;
		height: 100px;
	}
	.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
		flex-grow: 1;
		/* font-size: 1.6rem; */
	}
	.myPage_inner_wrap .fs-c-accountService li:first-child {
		width: 100%;
	}
	.myPage_inner_wrap .fs-c-accountService__page--accountDelete {
		height: auto!important;
		margin-top: 1.4em;
		/* font-size: 2rem; */
	}



}


@media screen and (min-width: 600px) {

	.myPage_inner_wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.myPage_inner_wrap .fs-p-accountInfo {
		flex-basis: 27%;
		padding: 3%;
	}
	.myPage_inner_wrap .fs-p-accountInfo__accountName {
		font-size: 16px;
		padding-top: 0;
	}
	.myPage_inner_wrap .fs-p-accountInfo__accountName span.fs-p-accountInfo__accountName__name {
		font-size: 21px;
	}
	.myPage_inner_wrap .fs-p-accountInfo .fs-p-accountInfo__body {
		margin: .5em auto 0;
		padding: 0;
		text-align: left;
		font-size: 16px;
	}
	.myPage_inner_wrap .fs-c-accountService {
		flex-basis: 66.8%;
		margin: 0 auto 0 0;
	}
	.myPage_inner_wrap  .fs-c-purchasePointExpiration {
		margin-top: 2em;
	}

	.myPage_inner_wrap .fs-c-accountService__page--accountDelete {
		height: auto!important;
	}

}

@media screen and (max-width: 750px) {
	.addition_contents {
		margin: 0 calc(50% - 50vw);
		width: 100vw!important;
	}

	.addition_contents .fs-pt-column__item {
		padding: 0;
	}
}

@media screen and (min-width: 751px) {
	.addition_contents {
		/* max-width: 750px;
		margin: 0 auto; */
		padding-bottom: 50px;
	}

	.addition_contents .history_slider .slick-track {
		margin-left: 0;
		margin-right: auto;
	}
}






/* お気に入り */
.fs-c-productMark__item {
	margin-top: 5px;
}

.fs-c-productMark__mark {
    font-size: 10px;
    height: 20px;
	min-width: 63px;
    text-align: center;
}

.fs-c-productMark__mark--1 {
    border: 1px solid #231815;
    color: #231815;
    border-radius: 2px;
}

.fs-c-productMark__label {
	min-width: 4em;
    display: inline-block;
    text-align: center;
	font-weight: bold;
}

.souryoukomi {
	border: 1px solid #c1272d;
	color: #c1272d;
}

.fs-c-productList__list__item {
	position: relative;
}

.reitoubin {
	position: absolute;
	top: 10px;
	left: 5.1%;
	width: 27.5%;
	height: auto;
	display: block;
    min-width: initial;
}

.reitoubin img {
	width: 100%;
}

.fs-body-my-wishlist .fs-c-productPrice--member {
	display: flex;
}


/* お申し込み手続き */
.fs-body-checkout-subscribe .fs-c-subscriptionTotal,
.fs-body-checkout-subscribe-amazon .fs-c-subscriptionTotal {
    margin: 30px auto 0;
}

.fs-body-checkout-subscribe .fs-c-subscriptionTotal__title,
.fs-body-checkout-subscribe-amazon .fs-c-subscriptionTotal__title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d3d2d0;
    padding-bottom: 8px;
    margin-bottom: 13px;
    text-align: center;
    margin: 0 auto 12px;
}

.fs-body-checkout-subscribe .fs-c-subscriptionTotalTable,
.fs-body-checkout-subscribe-amazon .fs-c-subscriptionTotalTable {
    text-align: left;
    width: 100%;
}

.fs-body-checkout-subscribe .fs-c-subscriptionTotalTable__caption,
.fs-body-checkout-subscribe-amazon .fs-c-subscriptionTotalTable__caption {
    text-align: left;
}

.fs-body-checkout-subscribe .fs-c-subscriptionTotalTable td,
.fs-body-checkout-subscribe-amazon .fs-c-subscriptionTotalTable td {
    text-align: right;
}

.fs-body-checkout-subscribe .fs-p-estimatedTotalPriceComment,
.fs-body-checkout-subscribe-amazon .fs-p-estimatedTotalPriceComment {
	margin: 0 auto;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
    .fs-body-checkout-subscribe .fs-c-subscriptionTotal,
    .fs-body-checkout-subscribe-amazon .fs-c-subscriptionTotal {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .fs-body-checkout-subscribe .fs-c-subscriptionTotal,
		.fs-body-checkout-subscribe .fs-p-estimatedTotalPriceComment,
    .fs-body-checkout-subscribe-amazon .fs-c-subscriptionTotal,
		.fs-body-checkout-subscribe-amazon .fs-p-estimatedTotalPriceComment {
        width: 86.2%;
    }
}

/* お届け日表示 */
.fs-body-checkout-subscribe .fs-c-button--showDeliverySchedule,
.fs-body-checkout-subscribe-amazon .fs-c-button--showDeliverySchedule {
    background-color: #fff;
    border: 1px solid #231815;
    width: 100%;
    border-radius: 2px;
    padding: 0.5em;
    line-height: initial;
}

.fs-body-checkout-subscribe .fs-c-button--showDeliverySchedule span,
.fs-body-checkout-subscribe-amazon .fs-c-button--showDeliverySchedule span {
    color: #231815;
    font-size: 12px;
}

.fs-body-checkout-subscribe .fs-c-checkout-deliveryCyclePreview__button,
.fs-body-checkout-subscribe-amazon .fs-c-checkout-deliveryCyclePreview__button {
    margin-top: 10px;
}

.fs-body-checkout-subscribe .fs-c-checkout-deliveryCyclePreview .fs-c-checkout-deliveryCyclePreview__message,
.fs-body-checkout-subscribe-amazon .fs-c-checkout-deliveryCyclePreview .fs-c-checkout-deliveryCyclePreview__message {
    margin-bottom: 20px;
}

.fs-body-checkout-subscribe .fs-c-checkout-deliveryCyclePreview .fs-c-checkout-deliveryCyclePreview__list__item,
.fs-body-checkout-subscribe-amazon .fs-c-checkout-deliveryCyclePreview .fs-c-checkout-deliveryCyclePreview__list__item {
    margin-bottom: 10px;
}

.fs-body-checkout-subscribe .fs-c-modal--checkout--deliverySchedule .fs-c-buttonContainer--close,
.fs-body-checkout-subscribe-amazon .fs-c-modal--checkout--deliverySchedule .fs-c-buttonContainer--close {
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .fs-body-checkout-subscribe .fs-c-checkout-deliveryCyclePreview__button,
    .fs-body-checkout-subscribe-amazon .fs-c-checkout-deliveryCyclePreview__button {
        width: 100%;
    }

    .fs-body-checkout-subscribe .fs-c-modal--checkout--deliverySchedule .fs-c-buttonContainer--close,
    .fs-body-checkout-subscribe-amazon .fs-c-modal--checkout--deliverySchedule .fs-c-buttonContainer--close {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .fs-body-checkout-subscribe .fs-c-checkout-deliveryCyclePreview__button,
    .fs-body-checkout-subscribe-amazon .fs-c-checkout-deliveryCyclePreview__button {
        width: 22%;
    }

    .fs-body-checkout-subscribe .fs-c-modal--checkout--deliverySchedule .fs-c-buttonContainer--close,
    .fs-body-checkout-subscribe-amazon .fs-c-modal--checkout--deliverySchedule .fs-c-buttonContainer--close {
        width: 21%;
    }
}

/* 定期申込履歴 */
.fs-body-my-subscriptions .fs-c-button--viewSubscriptionDetail .fs-c-button__label {
    text-decoration: underline;
}

.fs-body-my-subscriptions .fs-c-button--myPageTop {
    background-color: #231815!important;
}

.fs-body-my-subscriptions .fs-c-button--myPageTop .fs-c-button__label {
    color: #fff!important;
    line-height: 37px;
}

@media screen and (max-width: 750px) {
    .fs-body-my-subscriptions .fs-c-orderHistoryItem__header {
        padding-bottom: 10px;
    }
}


/* トップへ戻るボタン */
.fs-body-my-points .fs-c-buttonContainer--myPageTop a,
.fs-body-my-reviews .fs-c-buttonContainer--myPageTop a {
  background-color: #231815 !important;
  display: block;
  text-align: center;
  border-radius: 2px;
}
.fs-body-my-points .fs-c-buttonContainer--myPageTop a span,
.fs-body-my-reviews .fs-c-buttonContainer--myPageTop a span {
  color: #fff !important;
  line-height: 37px;
}


/* 定期申し込み履歴詳細 */
/* .fs-body-my-subscription-details {} */
@media screen and (max-width: 750px) {
  .fs-body-my-subscription-details .fs-c-subscriptionNextDelivery__ctrl__button #fs_form {
    padding: 0 1em 10px 0;
  }
  .fs-body-my-subscription-details .fs-c-subscriptionDetail *  {
    font-size: 1.4rem;
  }
  .fs-body-my-subscription-details .fs-c-subscriptionDetail dt {
    margin-bottom: .5em;
  }

}

@media screen and (min-width: 751px) {
  .fs-body-my-subscription-details .fs-c-subscriptionNextDelivery__schedule__title {
    padding: 26px 8px;
  }
}


/* レビュー履歴 */


/* レビューを書く */
.fs-body-review-write .fs-c-productReviewed * {
  font-size: 14px;
}
.fs-body-review-write .fs-c-productReviewed .fs-c-productReviewed__prices * {
  line-height: 1.48;
}
.fs-body-review-write .fs-c-productName__name {
  font-size: 18px;
}
.fs-body-review-write .fs-c-productName__name {
  font-weight: bold;
}
.fs-body-review-write form#fs_form {
  margin-top: 50px;
  margin-bottom: 50px;
}
.fs-body-review-write form * {
  line-height: 1.48;
}
.fs-body-review-write form th {
  padding-bottom: .2em;
}
.fs-body-review-write form input,
.fs-body-review-write form select {
  margin-bottom: .5em;
}
.fs-body-review-write .fs-c-button--primary {
  border: 0;
}


@media screen and (max-width: 750px) {

  .fs-body-review-write .fs-c-productReviewed {
    width: 60%;
    margin: 40px auto;
  }

}




/* レビュー書き込み完了 */
.fs-body-review-success .fs-c-reviewSuccessComment * {
  line-height: 1.6;
}

/* カート下 最近チェックした商品 */
.cart_history {
	width: 100%!important;
	margin-top: 30px;
}

.vieweditems_content li {
    width: 14.7%;
    margin-right: 2.2%;
}

.vieweditems_content li:last-child {
    margin-right: 0;
}

.vieweditems_content li a {
    display: block;
}

.vieweditems_content li a:hover {
    opacity: 0.6;
}

.vieweditems_content dt {
    line-height: 1.6;
    letter-spacing: 0;
}

.vieweditems_content dd {
    font-size: 0.97vw;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    /* .vieweditems {
        padding: 37px 0 75px;
    }

    .vieweditems .slick-slide > div {
        width: 86%;
    } */

	.cart_history {
		margin-top: 20px;
	}

    .vieweditems_content ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: scroll;
		padding-bottom: 10px!important;
    }
    
    .vieweditems_content li {
        width: 36.5%;
        min-width: 36.5%;
		margin-right: 0;
    }
        
    .vieweditems_content li img {
        width: 100%;
    }

    .vieweditems_content dt {
        font-size: 1.05rem;
        font-weight: normal;
        margin-top: 12px;
		padding-right: 1em;
    }

    .vieweditems_content dd {
        margin-top: 12px;
        font-size: 1.05rem!important;
    }
}

@media screen and (min-width: 751px) {
    /* .vieweditems {
        padding: 90px 0 128px;
    } */

    .vieweditems_content dt {
        font-size: 13px;
        margin-top: 12px;
    }

    .vieweditems_content dd {
        margin-top: 12px;
    }

    .vieweditems_content ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1059px) {
    .vieweditems_content dd .price_newline {
        display: block;
    }

    .vieweditems_content dd {
        font-size: 1vw;
    }
}

@media screen and (min-width: 1060px) {
    .vieweditems_content dd .price_newline {
        display: none;
    }
}

@media screen and (min-width:1341px) {
    .vieweditems_content dd {
        font-size: 13px;
    }
}

/* カート下 おすすめ商品 */
.cart_recommend {
	width: 100%!important;
}

.cart_recommend .FS2_Recommend2_recommend ul li {
	float: none!important;
    border: none!important;
    padding: 0;
    width: 92%!important;
    margin-right: auto;
    display: block!important;
    height: auto;
}

.cart_recommend .FS2_Recommend2_recommend .CrossHead {
	font-size: 130%;
	padding: 10px 0;
}

.cart_recommend .FS2_Recommend2_recommend ul li img {
	width: 100%;
}

.cart_recommend .slick-prev,
.cart_recommend .slick-next {
	transform: translate(0, -230%);
	-webkit-transform: translate(0, -230%);
	-ms-transform: translate(0, -230%);
}

.cart_recommend .slick-prev:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/slick_arrow_prev.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.cart_recommend .slick-next:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/slick_arrow_next.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.cart_recommend .recommend_product_name {
	display: block;
	margin-bottom: 12px;
}

@media screen and (max-width: 750px) {
	/* .cart_recommend ul {
		width: 100vw;
	} */

	.cart_recommend ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: scroll;
		padding-bottom: 10px!important;
    }
    
    .cart_recommend li {
        width: 36.5%!important;
        min-width: 36.5%;
		margin-right: 0;
    }
        
    .cart_recommend li img {
        width: 100%;
    }

	/* .cart_recommend .FS2_Recommend2_recommend ul li {
		width: 100%!important;
	} */

	.cart_recommend .recommend_product_name {
		font-size: 1.05rem;
		font-weight: normal;
		line-height: 1.6;
		padding-right: 1em;
	}

	.cart_recommend .itemPrice {
		font-size: 1.05rem!important;
		font-weight: bold;
	}
}

@media screen and (min-width: 751px) {
	.cart_recommend .FS2_Recommend2_recommend ul {
		width: calc(100% - 50px);
		margin: 0 auto;
	}
}

/* カート下_ランキング */
.cart_ranking {
	width: 100%!important;
}

.cart_ranking ul li {
	float: none!important;
    border: none!important;
    padding: 0;
    width: 92%!important;
    margin-right: auto;
    display: block!important;
    height: auto;
}

.cart_ranking .CrossHead {
	font-size: 130%!important;
	padding: 10px 0!important;
}

.cart_ranking ul li img {
	width: 100%;
}

.cart_ranking .slick-prev,
.cart_ranking .slick-next {
	transform: translate(0, -230%);
	-webkit-transform: translate(0, -230%);
	-ms-transform: translate(0, -230%);
}

.cart_ranking .slick-prev:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/slick_arrow_prev.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.cart_ranking .slick-next:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/slick_arrow_next.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.cart_ranking dt {
	display: block;
	margin: 10px 0 12px;
	line-height: 1.6;
}

.cart_ranking .ranking_slider li {
	position: relative;
}

.cart_ranking .ranking_slider li span {
	position: absolute;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background-color: #fff;
	color: #000;
	font-size: 12px;
}

.cart_ranking .ranking_slider .rank_1 {
	background-color: #caa846;
	color: #fff;
}

.cart_ranking .ranking_slider .rank_2 {
	background-color: #a7adac;
	color: #fff;
}

.cart_ranking .ranking_slider .rank_3 {
	background-color: #be6f2e;
	color: #fff;
}

@media screen and (max-width: 750px) {
	/* .cart_recommend ul {
		width: 100vw;
	} */

	.cart_ranking ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: scroll;
		padding-bottom: 10px!important;
    }
    
    .cart_ranking li {
        width: 36.5%!important;
        min-width: 36.5%;
		margin-right: 0;
    }
        
    .cart_ranking li img {
        width: 100%;
    }

	/* .cart_recommend .FS2_Recommend2_recommend ul li {
		width: 100%!important;
	} */

	.cart_ranking .ranking_slider li span {
		top: 5px;
		left: 5px;
		width: 20px;
		height: 20px;
	}

	.cart_ranking dt {
		font-size: 1.05rem;
	}
	
	.cart_ranking dd {
		font-size: 1.05rem;
	}
}

@media screen and (min-width: 751px) {
	.cart_ranking ul {
		width: calc(100% - 50px);
		margin: 0 auto;
	}

	.cart_ranking .ranking_slider li span {
		top: 7px;
		left: 7px;
		width: 24px;
		height: 24px;
	}

	.cart_ranking dt {
		font-size: 12px;
		font-weight: bold;
	}
	
	.cart_ranking dd {
		font-size: 12px;
	}
}

/* お客様情報入力ページ 会員カード認証欄非表示 */
.fs-c-guidanceWithButton--membershipCardNotice {
	display: none;
}

/* 会員カードページ */
.fs-body-membership-card .fs-c-membershipCard__image {
	padding: 24px 0 10px;
    display: inline-block;
    width: 100%;
}

.fs-body-membership-card .fs-c-membershipCard__number {
	display: inline-block;
}

.fs-body-membership-card .fs-c-button--myPageTop {
	background-color: #000 !important;
}

.fs-body-membership-card .fs-c-button--myPageTop .fs-c-button__label {
	color: #fff!important;
}

/* 注文履歴（店舗） */
.fs-body-my-storeOrders .fs-c-button--myPageTop {
	background-color: #000 !important;
}

.fs-body-my-storeOrders .fs-c-button--myPageTop .fs-c-button__label {
	color: #fff!important;
}

.fs-body-my-storeOrders .fs-c-history__termCtrl .fs-c-inputInformation__form {
	background-color: initial!important;
}

/* 注文履歴（オンラインショップ） */
.fs-body-my-orders .fs-c-history__termCtrl .fs-c-inputInformation__form {
	background-color: initial!important;
}

/* ポイント履歴 */
@media screen and (max-width: 750px) {
	.fs-body-my-points .mv {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 751px) {
	.fs-body-my-points .mv {
		display: none;
	}
}

/* クーポン情報 */
.fs-body-my-coupons .fs-c-buttonContainer--myPageTop a {
	background-color: #231815!important;
}

.fs-body-my-coupons .fs-c-buttonContainer--myPageTop a .fs-c-button__label {
	color: #fff!important;
}

/* LINE連携・ログイン・完了 */
.fs-body-line-connect p,
.fs-body-line-login p,
.fs-body-line-success p {
	line-height: 1.4;
}

.fs-body-line-connect .fs-c-button--plain,
.fs-body-line-success .fs-c-button--plain{
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	margin-top: 0;
	border-bottom: 1px solid #231815;
}

.fs-body-line-connect .fs-c-button--plain .fs-c-button__label,
.fs-body-line-success .fs-c-button--plain .fs-c-button__label {
	font-weight: normal;
}

.fs-body-line-login .fs-c-otherServiceLoginCompleted {
	margin: 30px 0;
	line-height: 1.4;
}

.fs-body-line-login .fs-c-subSection__title {
	font-size: 1.8rem;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
}

.fs-body-line-login .fs-c-fsLogin {
	padding: 0;
	background: none;
}

.fs-body-line-login #fs_form .fs-c-inputInformation__field {
	width: 100%;
}

.fs-body-line-login .fs-c-inputInformation__button {
	margin-top: 15px;
}

.fs-body-line-login .fs-c-button--login {
	height: auto;
	width: auto;
	display: inline-block;
}

.fs-body-line-login .fs-c-inputInformation__link {
	text-align: right;
}

.fs-body-line-login .fs-c-newUsers {
	background: none;
}

.fs-body-line-login .fs-c-newUsers__message {
	padding: 15px 4%;
}

.fs-body-line-login .fs-c-newUsers .fs-c-button--memberRegister {
	height: auto;
	line-height: 1;
	width: auto;
	display: inline-block;
}

.fs-body-line-login #fs_form {
	padding: 10px 0 12px;
}

/* 商品のレビュー */
.fs-body-reviews-product .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before,
.fs-body-reviews-product .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
	content: none;
}

/* ご注文手続き ご注文内容 */
.fs-c-checkout-orderInfo .fs-c-buttonContainer--changeSmall {
	margin-top: 10px;
}

.fs-c-checkout-orderInfo .fs-c-buttonContainer--changeSmall a {
	display: block;
	text-align: center;
}

/* 返品特約について */
.fs-c-returnedSpecialContract {
	display: block;
	margin-top: 20px;
}

.fs-c-returnedSpecialContract a {
	text-decoration: underline;
}

/* ご注文手続き 商品数量指定ページ */
.fs-body-checkout-multiAddress-products .fs-c-checkout-productAllocation__product {
	flex-direction: row;
}
.fs-body-checkout-multiAddress-products .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before,
.fs-body-checkout-multiAddress-products .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
	content: none;
}

/* ご注文手続き 配送サービス選択不可メッセージ */
/* .fs-c-checkout-shippingOptionPreview__value {
	display: none;
} */
.fs-c-checkout-shippingOptionPreview__note {
	margin-top: 15px;
}
.deliveryUnavailableMessage_content li i {
	font-style: normal;
}
.deliveryUnavailableMessage_content li i.deliveryUnavailableMessage_reitoubin {
	color: #2E318C;
}
.deliveryUnavailableMessage_content li i.deliveryUnavailableMessage_sanchokubin {
	color: #006837;
}

@media screen and (max-width: 750px) {
	.deliveryUnavailableMessage_content strong {
		font-size: 16px;
		line-height: 1.12;
		letter-spacing: 0;
	}
	.deliveryUnavailableMessage_content p,
	.deliveryUnavailableMessage_content li {
		font-size: 13px;
		line-height: 1.3;
		letter-spacing: 0;
	}
	.deliveryUnavailableMessage_content li + li {
		margin-top: 0.8em;
	}
	.deliveryUnavailableMessage_content li i {
		border-radius: 2px;
		padding: 0.2em 0.5em;
		margin-right: 0.4em;
		font-weight: bold;
	}
	.deliveryUnavailableMessage_content li i.deliveryUnavailableMessage_reitoubin {
		border: 2px solid #2E318C;
	}
	.deliveryUnavailableMessage_content li i.deliveryUnavailableMessage_sanchokubin {
		border: 2px solid #006837;
	}
	.deliveryUnavailableMessage_content li em {
		font-weight: bold;
	}
	.deliveryUnavailableMessage_content li .text {
		display: block;
		margin-top: 0.3em;
	}
}

@media screen and (min-width: 751px) {
	.fs-c-checkout-deliveryUnavailableMessage {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.deliveryUnavailableMessage_content {
		flex: 1;
		margin-right: 3%;
	}
	.deliveryUnavailableMessage_content strong {
		font-size: 18px;
		line-height: 1.3;
		letter-spacing: 0;
	}
	.deliveryUnavailableMessage_content p,
	.deliveryUnavailableMessage_content li {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0;
	}
	.deliveryUnavailableMessage_content li + li {
		margin-top: 0.5em;
	}
	.deliveryUnavailableMessage_detail_button_wrap {
		width: 21%;
	}
	.deliveryUnavailableMessage_detail_button_wrap .fs-c-button__label {
		font-size: 10px;
	}
	.deliveryUnavailableMessage_content li i {
		border-radius: 2px;
		padding: 0.2em 0.5em;
		margin-right: 0.2em;
	}
	.deliveryUnavailableMessage_content li i.deliveryUnavailableMessage_reitoubin {
		border: 2px solid #2E318C;
	}
	.deliveryUnavailableMessage_content li i.deliveryUnavailableMessage_sanchokubin {
		border: 2px solid #006837;
	}
}

/* ご注文手続き 配送サービス選択不可メッセージ_モーダル */
.deliveryUnavailableMessage_detail_modal_wrap {
	display: none;
}
body.deliveryUnavailableMessage_detail_modal_open .deliveryUnavailableMessage_detail_modal_wrap {
	display: block;
}
body.deliveryUnavailableMessage_detail_modal_open {
	overflow: hidden;
}
body.deliveryUnavailableMessage_detail_modal_open header {
	top: auto;
	bottom: 100%;
}
.deliveryUnavailableMessage_detail_modal_wrap {
  color: #000;
}
@media screen and (max-width: 750px) {
	.deliveryUnavailableMessage_detail_modal_wrap {
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,.7);
		width: 100vw;
		height: 100vh;
		z-index: 999999;
		overflow-y: scroll;
	}
	.deliveryUnavailableMessage_detail_modal_wrap .modal_content {
		background-color: #fff;
    width: 90.66%;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
	}
	.deliveryUnavailableMessage_detail_modal_wrap .modal_content:after {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 0;
	}
	.deliveryUnavailableMessage_detail_modal_wrap .modal_content_inner {
		position: relative;
	}
	.deliveryUnavailableMessage_detail_close_btn_top {
		width: 24px;
		height: 24px;
		position: absolute;
		top: 10px;
		right: 12px;
		cursor: pointer;
	}
	.deliveryUnavailableMessage_detail_close_btn_top::before {
		content: '';
		width: 1px;
		height: 20px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.deliveryUnavailableMessage_detail_close_btn_top::after {
		content: '';
		width: 1px;
		height: 20px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.deliveryUnavailableMessage_detail_close_btn_bottom {
		margin: 30px auto 0;
		width: 100%;
		max-width: 304px;
		height: 35px;
		border-radius: 3px;
		border: 1px solid #c1c1bf;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		cursor: pointer;
	}
	.deliveryUnavailableMessage_detail_close_btn_bottom span {
		font-size: 13px;
		line-height: 1.2;
		letter-spacing: 0;
		padding-left: 17px;
		position: relative;
	}
	.deliveryUnavailableMessage_detail_close_btn_bottom span::before {
		content: '';
		width: 1px;
		height: 12px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) rotate(-45deg);
	}
	.deliveryUnavailableMessage_detail_close_btn_bottom span::after {
		content: '';
		width: 1px;
		height: 12px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) rotate(45deg);
	}
}

@media screen and (min-width: 751px) {
    .deliveryUnavailableMessage_detail_modal_wrap {
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,.7);
		width: 100vw;
		height: 100vh;
		z-index: 999999;
		overflow-y: scroll;
	}
	.deliveryUnavailableMessage_detail_modal_wrap .modal_content {
		background-color: #fff;
        width: 870px;
        /* height: calc(100vh - 211px); */
        max-width: 90%;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        zoom: 90%;
	}
	.deliveryUnavailableMessage_detail_modal_wrap .modal_content:after {
        content: '';
        width: 100%;
        height: 100px;
        position: absolute;
        top: 100%;
        left: 0;
	}
	.deliveryUnavailableMessage_detail_modal_wrap .modal_content_inner {
		position: relative;
	}
	.deliveryUnavailableMessage_detail_close_btn_top {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 12px;
		right: 12px;
		cursor: pointer;
	}
	.deliveryUnavailableMessage_detail_close_btn_top::before {
		content: '';
		width: 1px;
		height: 12px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.deliveryUnavailableMessage_detail_close_btn_top::after {
		content: '';
		width: 1px;
		height: 12px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.deliveryUnavailableMessage_detail_close_btn_bottom {
		margin: 47px auto 0;
		width: 300px;
		height: 40px;
		border-radius: 5px;
		border: 1px solid #000000;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		cursor: pointer;
	}
	.deliveryUnavailableMessage_detail_close_btn_bottom span {
		font-size: 12px;
		line-height: 1.2;
		letter-spacing: 0;
		padding-left: 22px;
		position: relative;
	}
	.deliveryUnavailableMessage_detail_close_btn_bottom span::before {
		content: '';
		width: 1px;
		height: 10px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) rotate(-45deg);
	}
	.deliveryUnavailableMessage_detail_close_btn_bottom span::after {
		content: '';
		width: 1px;
		height: 10px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) rotate(45deg);
	}
}

/* ご注文手続き お届け先 */
.fs-c-checkout-shippingDestination__title {
	width: 100%;
}
.fs-c-checkout-shippingDestination__title .fs-c-checkout-heading {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #d3d2d0;
	padding-bottom: 8px;
	margin-bottom: 13px;
	text-align: left;
}
.fs-c-checkout-shippingDetail__outline__title,
.fs-c-checkout-shippingDetail__shippingCarrier__label {
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.fs-c-checkout-shippingDestination {
		padding: 32px 0;
	}
}

@media screen and (min-width: 751px) {
	.fs-c-checkout-shippingDestination {
		padding: 28px 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.fs-c-checkout-shippingDestination__body {
		width: calc(100% - 21%);
	}
	.fs-c-checkout-shippingDestination__control {
		width: 21%;
	}
}

/* ご注文手続き 配送内容 */
.fs-c-checkout-shippingDetail {
  display: grid;
  gap: 16px;
}
.fs-c-checkout-shippingDetail__parcel {
  display: grid;
  gap: 16px;
}
.fs-c-checkout-shippingDetail__deliveryDetail {
  background: #f7f7f7;
  padding: 8px;
  display: grid;
  gap: 8px;
}
.fs-c-checkout-shippingDetail__detail {
  display: grid;
  gap: 8px;
}
.fs-c-checkout-shippingDetail__shippingCarrier {
  display: grid;
  gap: 8px;
}
.fs-c-checkout-shippingDetail__shippingCarrier__comment {
  border: 1px solid #e5e5e5;
  padding: 8px 16px;
}
.fs-c-checkout-shippingDetail__wrappingInfo {
  display: grid;
  gap: 8px;
}
.fs-c-checkout-shippingDetail__outline {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetail {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetailMessage {
    grid-column: 1;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetailPreview {
    grid-column: 1;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button {
    grid-column: 2;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button:nth-child(3) {
    grid-row: 1/span 2;
  }
}
.fs-c-checkout-shippingParcel {
  border: 1px solid #e5e5e5;
}
.fs-c-checkout-shippingParcel__title {
  background: #f7f7f7;
  padding: 8px;
}
.fs-c-checkout-shippingParcel__productList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-c-checkout-shippingParcel__product {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  margin: 8px;
  padding: 8px;
}
.fs-c-checkout-shippingParcel__product + .fs-c-checkout-shippingParcel__product {
  border-top: 1px solid #e5e5e5;
}
.fs-c-checkout-shippingParcel__productImage__image {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.fs-c-checkout-shippingParcel__productInfo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 8px;
}
.fs-c-checkout-shippingParcel__productName, .fs-c-checkout-shippingParcel__listedOptionPrice {
  grid-column: 1/span 2;
}
.fs-c-checkout-shippingParcel__productVariation, .fs-c-checkout-shippingParcel__productSelection {
  grid-column: 1/span 2;
  font-size: 1rem;
}
.fs-c-checkout-shippingParcel__productVariation::before, .fs-c-checkout-shippingParcel__productSelection::before {
  content: "(";
}
.fs-c-checkout-shippingParcel__productVariation::after, .fs-c-checkout-shippingParcel__productSelection::after {
  content: ")";
}
.fs-c-checkout-shippingParcel__productVariation__choice + .fs-c-checkout-shippingParcel__productVariation__choice::before, .fs-c-checkout-shippingParcel__productVariation__choice + .fs-c-checkout-shippingParcel__productSelection__choice::before, .fs-c-checkout-shippingParcel__productSelection__choice + .fs-c-checkout-shippingParcel__productVariation__choice::before, .fs-c-checkout-shippingParcel__productSelection__choice + .fs-c-checkout-shippingParcel__productSelection__choice::before {
  content: "/";
}

/* カート・注文手続 販売期間非表示 */
.fs-c-cartProductSalesPeriod {
	display: none;
}

/* 注文手続き 配送方法・お届け日変更モーダル */
.fs-c-checkout-settings {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.fs-c-checkout-settings__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.fs-c-checkout-settings__title {
  font-weight: bold;
  border-bottom: solid 1px currentColor;
}
.fs-c-checkout-settings__body {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.fs-c-checkout-settings__additionalArea {
  background-color: #f7f7f7;
  padding: 12px;
}
.fs-c-checkout-settings:not(:last-child) {
  margin-bottom: 24px;
}
.fs-c-checkout-deliveryScheduleSetting {
  margin: 0;
}
.fs-c-checkout-deliveryScheduleSetting dt {
  font-weight: bold;
}
.fs-c-checkout-deliveryScheduleSetting dd {
  margin-left: 0;
  margin-top: 5px;
}
.fs-c-checkout-deliveryScheduleSetting dd + dt {
  margin-top: 12px;
}
.fs-c-checkout-deliveryScheduleSetting__note {
  margin-bottom: 5px;
}
.fs-c-checkout-deliveryScheduleSetting__note {
  margin-top: 5px;
}

@media screen and (min-width: 600px) {
	.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetail {
		grid-template-columns: 1fr 21%;
	}
}

/* お申し込み手続き（定期） */
.fs-c-checkout-deliveryCycleInfo .fs-c-inputTable {
	width: auto;
}
.fs-c-checkout-deliveryCycleInfo .fs-c-inputTable__headerCell {
	padding-right: 10px;
	text-align: left;
}
.fs-body-checkout-subscribe .fs-c-checkout-shippingInfo__button + .fs-c-checkout-shippingInfo__button,
.fs-body-checkout-subscribe-amazon .fs-c-checkout-shippingInfo__button + .fs-c-checkout-shippingInfo__button {
	margin-top: 10px;
}
.fs-body-checkout-subscribe #fs-communicationInfo-container,
.fs-body-checkout-subscribe-amazon #fs-communicationInfo-container {
	display: none;
}
.fs-body-checkout-subscribe #fs-deliveryCycleInfo-container,
.fs-body-checkout-subscribe-amazon #fs-deliveryCycleInfo-container {
	border: 1px solid #e2e2e2;
}

/* お申し込み手続き（amazon） */
.fs-body-checkout-subscribe-amazon #fs-deliveryInfo-container {
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.fs-body-checkout-subscribe-amazon .fs-c-checkout-destination,
.fs-body-checkout-subscribe-amazon .fs-c-checkout-paymentInfo {
	margin-bottom: 7px;
	padding: 14px 2.5%;
	border: 1px solid #e2e2e2;
}
.fs-body-checkout-subscribe-amazon .fs-c-checkout-shippingDetail {
	margin-top: 28px;
}
@media screen and (max-width: 750px) {
	.fs-body-checkout-subscribe-amazon #fs-deliveryInfo-container {
		border: none;
	}
	.fs-body-checkout-subscribe-amazon .fs-c-checkout-destination,
	.fs-body-checkout-subscribe-amazon .fs-c-checkout-paymentInfo {
		margin-bottom: 15px;
		padding: 16px 4.9%;
		border: none;
	}
	.fs-body-checkout-subscribe-amazon .fs-c-checkout-shippingDetail {
		margin-top: 32px;
	}
}