@charset "utf-8";
/* CSS Document */
.fs-c-checkout-preview__title {
    font-size: 1.5em;
    color: #34c357;
    border-bottom: solid 2px #34c357;
    text-align: left;
}
.fs-c-checkout-preview font{
    border: none;
    border-bottom: solid 1px #E5E5E6 !important;
    padding-bottom: 2em;
}
div#fs_orderTotalContainer div.fs-c-totalAndActions {
    border: solid 1px #e5e5e5;
}

div#shopping-step {
    margin: 8px 0 0 0;
}

div#shopping-step .area {
    text-align: center;
}

div#shopping-step .area .cart-step1.active, div#shopping-step .area .cart-step2.active, div#shopping-step .area .cart-step3.active {
    border-color: #333;
    background: #333;
    color: #fff;
}

div#shopping-step .area .cart-step1 .step-title, div#shopping-step .area .cart-step2 .step-title, div#shopping-step .area .cart-step3 .step-title {
    font-size: .9em;
    font-weight: bold;
}

div#shopping-step .area .cart-step-arrow {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #333;
    vertical-align: super;
    margin: 0 0 0 10px;
}

div#shopping-step .area .cart-step1, div#shopping-step .area .cart-step2, div#shopping-step .area .cart-step3 {
    border-width: 1px;
    border-style: solid;
    padding: 4px 8px;
    width: 140px;
    margin: 0 12px;
    letter-spacing: 0.1em;
}

div#shopping-step .area .cart-step1, div#shopping-step .area .cart-step2, div#shopping-step .area .cart-step3, div#shopping-step .area .cart-step-arrow {
    display: inline-block;
}

/**cart**/

.fs-body-cart .fs-l-cart__contentsArea {
    display: block;
}

.fs-c-cartTableContainer {
    padding: 0;
    margin: 2em 0;
}

.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    border: none;
    padding: 1em;
}

.fs-c-cartTable__headerCell {
    text-align: center;
}

.fs-c-listedProductName {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    white-space: normal;
    padding-bottom: 5px;
}

.fs-l-cart__contentsArea .fs-c-cartTable__product {
    grid-template-columns: 100px 100%;
}

.fs-c-cartTable__unitPrice, span.fs-c-price__currencyMark, .fs-l-cart__contentsArea span.fs-c-string.fs-c-string--label {
    display: none;
}
.fs-c-checkout-multiDestination__subtitle {
    padding: .5em;
}

/**　配送設定　**/

.fs-c-button--secondary {
    background: #00b350;
    border: 1px solid #00a64a;
    border-radius: 0px;
}

div#fs_button_changeDeliveryMethod button, div#fs_button_changeBuyer button {
    margin: 0 auto;
    font-size: 1.2em;
    width: 73%;
	display: block;
}

div#fs_button_changeDeliveryMethod button span {
    display: none;
}
div#fs_button_changeDeliveryMethod button:before {
    content: "配送方法を選ぶ";
}

div#fs_button_changeDeliveryMethod {
    display: block;
}

/**　複数配送数量　**/

div.multi_deli form {
    width: 100%;
}

/** 数量 **/
select.fs-c-quantity__select.fs-system-quantity-list {
    background: #f5f5f5;
    border: solid 1px #e5e5e5;
}

/**小計**/

td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    width: 150px;
}

.fs-c-price__price {
    display: flex;
    margin: 0 auto;
}

span.fs-c-price__value {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}

span.fs-c-price__value:after {
    content: '円';
    font-size: .9em;
}

/**後で買う**/

.fs-c-cartTable__dataCell--action {
    width: 100px;
}

.fs-c-cartTable__actionButton__container {
    border: solid 1px #ccc !important;
    border-radius: 6px !important;
    padding: 0 !important;
}

.fs-c-cartTable__actionButton__container button:hover {
    text-decoration: none !important;
}


/** 合計 **/

div#fs-totalsArea-wrapper {
    border-top: solid 1px #e0e0e0;
}

.fs-c-orderTotalTable > tbody > tr:last-of-type, .fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
    border: none;
}

.fs-l-cart__contentsArea .fs-c-totalAndActions table.fs-c-orderTotalTable tbody {
    display: grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 78% 23%;
    grid-template-columns: 78% 23%;
    grid-gap: 8px;
}

tr.fs-c-orderTotalTable__count td:before {
    content: '商品合計(税込)：';
    margin-right: 2em;
}
.fs-c-orderTotalTable > tbody > tr > td {
    text-align: right;
	display: block;
}
tr.fs-c-orderTotalTable__count td {
    font-size: 16px;
    font-weight: bold;
}

.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__count td {
    margin-bottom: 4px;
}

tr.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow .fs-c-price span.fs-c-price__value {
    font-size: 36px !important;
    text-align: right;
    line-height: 1em;
}
tr.fs-c-orderTotalTable__count {
    -ms-grid-row-align: end;
    align-self: end;
}

.fs-c-button--primary, a.fs-c-button--registerAndPurchase.fs-c-button--secondary {
    background: #00b350;
    border-color: #00a64b;
    font-weight: bold;
    font-size: 2em;
    width: 25%;
}

.fs-c-wishlistProduct {
    margin-top: 2em;
}
.fs-c-wishlistProduct__header h2.fs-c-wishlistProduct__title {
    font-size: 1.5em;
    padding: .5em;
    color: #00b350;
}
tr.fs-c-orderTotalTable__grandTotal {
    border-top: dashed 1px #000 !important;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td{
	border: none;
}

/** 注文手続き **/

.fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body form {
    width: 100%;
}

div#categoryWrapper button.fs-c-button--confirmChange.fs-c-button--primary,
form#fs_creditCardInputForm button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_delivery button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_wrapping button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_buyer button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_address button.fs-c-button--settings.fs-c-button--primary,
aside#__fs_modal_gitWrapping button.fs-c-button--settings.fs-c-button--primary{
    font-size: inherit;
}

ul.fs-c-checkout-addresseeSettingList.fs-c-checkout-checkoutMethodList.fs-c-checkout-checkoutMethodList--uncollapsed > li {
    margin-bottom: 1em;
}

th.fs-c-destinationFeeTable__headerCell {
    display: none;
}
.fs-c-destinationFeeTable, .fs-c-destinationFeeTable__headerCell, .fs-c-destinationFeeTable__dataCell {
    border: none;
}
table.fs-c-destinationFeeTable {
    width: 100%;
}
td.fs-c-destinationFeeTable__dataCell {
    border-bottom: solid 1px #d0d0d0d6;
}
tr.fs-c-destinationFeeTable__row--delivery:before {
    content: "送料";
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #ffe4e4;
    font-weight: bold;
    width: 50%;
}
tr.fs-c-destinationFeeTable__row--wrapping:before {
    content: "セット料金";
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #04a9df40;
    font-weight: bold;
    width: 50%;
}

.fs-c-checkout-multiDestination__productImage {
    flex-basis: 100px;
    max-width: 100px;
}

/** 注文完了 **/

section.fs-c-checkoutSuccess.fs-c-subSection,p.sys-complete__txt02 {
    text-align: center;
    padding: 1em;
}

section.fs-c-checkoutSuccess.fs-c-subSection h2 {
    font-size: 2em;
    color: #00b350;
    padding: .5em;
}

section.fs-c-checkoutSuccess.fs-c-subSection p {
    font-size: 1.1em;
    font-weight: bold;
}

/**　退会処理 **/
.fs-c-inputInformation__field.fs-c-inputInformation__field--display td.fs-c-inputTable__dataCell {
    padding: .5em;
    border: solid 1px #969696;
    border-bottom: none;
}

.fs-c-inputInformation__field.fs-c-inputInformation__field--display th.fs-c-inputTable__headerCell {
padding: .5em;
    border: solid 1px #969696;
    border-right: 0;
    text-align: center;
    border-bottom: none;
}

.fs-c-inputInformation__field.fs-c-inputInformation__field--display .fs-c-inputTable > tbody > tr + tr:last-child {
    border-bottom:solid 1px #969696;
}

.fs-c-inputInformation__field.fs-c-inputInformation__field--display .fs-c-inputTable > tbody > tr + tr {
    margin: 0;
}
/** ボタンリセット **/

.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--registerCancel.fs-c-buttonContainer--pair button,
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--change a {
    font-size: inherit;
}
.fs-c-inputInformation__button.fs-c-buttonContainer--leaveCancel.fs-c-buttonContainer--pair button {
    width: auto;
    font-size: initial;
}


/**　ページャー **/
.fs-c-pagination {
    margin: 0 auto;
}

.fs-c-pagination__item {
    font-size: 1.5em;
    font-weight: bold;
}

.fs-c-pagination__item.is-active {
    background: #000;
}

.pager_bottom div.fs-c-listControl__status, .pager_up div.fs-c-pagination {
    display: none;
}

.pager_bottom .fs-c-productList__controller {
    display: block;
}

/** マイページ **/
.fs-body-my-top .fs-c-accountService {
    flex-basis: 100%;
    justify-content: center;
}

.fs-c-listTable > tbody {
    border: none;
}

div.fav .fs-c-productListItem__image.fs-c-productImage a img {
    display: inline-block;
    vertical-align: bottom;
    /* width: 100%; */
    width: auto;
    height: auto;
    max-width: 228px;
    max-height: 150px;
}

div.fav .fs-c-productListItem__image.fs-c-productImage a {
    display: block;
    margin: 1em 0 2em;
    display: table-cell;
    width: 240px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}

.fs-c-wishlistProduct img.fs-c-productListItem__image__image.fs-c-productImage__image {
    display: inline-block;
    vertical-align: bottom;
    /* width: 100%; */
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 150px;
}

.fs-c-wishlistProduct h2.fs-c-productListItem__productName {
    margin-top: 2px;
    height: 70px;
    overflow: hidden;
    margin: 16px 0 0;
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 600;
    border: solid #ccc;
    border-width: 1px 00;
    padding: .8em 0;
}

.fs-c-wishlistProduct .fs-c-productImage a {
    display: block;
    margin: 1em 0 2em;
    display: table-cell;
    width: 240px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}

.fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick {
    padding-top: 1em;
}

.cart_button {
    display: flex;
}

.fs-c-payWithAmazon {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.fs-c-payWithAmazon p {
    margin: 0;
}


.cart_button > div {
    flex-basis: 50%;
}

.pay_button .fs-c-buttonContainer {
    width: 52%;
}
/** ログイン **/

section.fs-c-newUsers.fs-c-subSection .fs-c-newUsers__message.fs-c-subSection__message {
    padding: 2em 0;
}

@media screen and (max-width: 750px) {

.fs-l-cart__contentsArea .fs-c-cartTable__product {
    grid-template-columns: 33% 66%;
}
	
.fs-l-cart__contentsArea .fs-c-totalAndActions table.fs-c-orderTotalTable tbody {
    display: grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:47% 52%;
    grid-template-columns: 47% 52%;
    grid-gap: 8px;
}
span.fs-c-price__value, tr.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow .fs-c-price span.fs-c-price__value {
    font-size: 1.7rem !important;
}
	
	/**cart**/
.fs-c-checkout-preview {
    border: none;
}	
.fs-c-cartTable__dataCell--action {
    width: auto;
}

.fs-c-cartTable__actionButton {
    width: 100%;
}
td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    grid-column: span 2;
    width: 100%;
    padding: 0 .5em .5em;
}

.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    font-size: .9em;
}

.fs-c-button--primary,a.fs-c-button--registerAndPurchase.fs-c-button--secondary {
    width: 91%;
    margin-bottom: 1em;
}

.fs-c-continueShopping {
    text-align: center;
}

a.fs-c-button--continueShopping.fs-c-button--standard {
    min-width: 50%;
    text-align: center;
    font-weight: bold;
}
/**ご注文手続き**/
div#fs-deliveryInfo-container {
    padding: 0 .5em;
}	
.fs-c-checkout-confirmationList {
    display: block;
}

.fs-c-checkout-confirmationList > dt {
    font-size: 15px;
    padding-bottom: .5em;
    border-bottom: dashed 1px #acacac;
}

.fs-c-checkout-confirmationList > dt::after {
    content: none;
}
.fs-c-checkout-confirmationList > dd {
    padding-top: .5em;
    line-height: 1.3em;
}
.fs-c-inputInformation__button button.fs-c-button--primary {
    width: 100%;
    margin: 0;
    margin-bottom: -20px;
}
	
/** マイページ **/
div.fav .fs-c-productListItem__image.fs-c-productImage a img {
    max-width: 100%;
}	
div.fav .fs-c-productListItem__image.fs-c-productImage a img, div.fav .fs-c-productListItem__image.fs-c-productImage a {
    height: 100px;
    max-height: 100px;
}	
.fs-c-wishlistProduct img.fs-c-productListItem__image__image.fs-c-productImage__image {
    max-width: 100%;
}
.fs-c-wishlistProduct .fs-c-productImage a, .fs-c-wishlistProduct img.fs-c-productListItem__image__image.fs-c-productImage__image {
    height: 100px;
    max-height: 100px;
}

/**　退会処理　**/
	
.fs-c-inputInformation__field.fs-c-inputInformation__field--display th.fs-c-inputTable__headerCell {
    border-right: 1px solid #969696;
    background: #969696;
    color: #fff;
    font-weight: bold;
}
.fs-c-inputInformation__field.fs-c-inputInformation__field--display td.fs-c-inputTable__dataCell {
    padding: .5em;
    border: solid 1px #969696;
    border-bottom: none;
}	
}