/**/
.fs-l-page {
    overflow: hidden;
}

/* 商品一覧 お気に入りボタン非表示 */
.fs-c-productListItem__control.fs-c-buttonContainer {
    display: none;
}

/* 商品写真拡大ボタン非表示 */
.fs-c-productMainImage__expandButton.fs-c-buttonContainer {
    display: none;
}

/* 商品詳細 各所非表示 */
.fs-l-productLayout.fs-system-product .fs-c-variationPanelList__label.fs-c-variationLabel {
    display: none;
}

.fs-l-productLayout.fs-system-product span.fs-c-variationPanelList__panel__price {
    display: none;
}

.fs-l-productLayout.fs-system-product .fs-c-productNumber {
    display: none;
}

.fs-l-productLayout.fs-system-product .fs-c-variationPanelList__panel__content {
    min-height: initial;
}

/* 商品詳細 商品名周辺 */
.fs-l-productLayout.fs-system-product h1.fs-c-productNameHeading.fs-c-heading {
    text-align: left;
    margin-top: 0;
    font-size: clamp(1.4375rem, 1.037rem + 0.835vw, 1.75rem);
    margin: 0 0 clamp(1.25rem, -0.351rem + 3.339vw, 2.5rem);
    font-weight: 600;
}

.fs-l-productLayout.fs-system-product h1.fs-c-productNameHeading.fs-c-heading span.fs-c-productNameHeading__copy {
    display: block;
    font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    margin-bottom: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
}

/* 商品詳細 バリエーション周辺 */
.fs-l-productLayout.fs-system-product .fs-c-variationPanelList__list {
    display: flex;
}

.fs-l-productLayout.fs-system-product .fs-c-variationPanelList__list li {
    width: clamp(5rem, 1.159rem + 8.013vw, 8rem);
}

/* 商品詳細 ステータスアイコン */
.fs-l-productLayout.fs-system-product img.fs-c-productMark__image {
    width: 100px;
}

/**/
.fs-l-productLayout.fs-system-product span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: center;
}

.fs-l-productLayout.fs-system-product span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
    content: "数量:"
}

/* 商品詳細 お気に入りボタン周辺 */
.fs-l-productLayout.fs-system-product .fs-c-productQuantityAndWishlist {
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto;
    grid-auto-rows: initial;
    justify-content: start;
}

/* 商品詳細 お気に入りボタン */
.fs-l-productLayout.fs-system-product .fs-c-button--addToWishList--detail.fs-c-button--particular,
.fs-l-productLayout.fs-system-product .fs-c-button--removeFromWishList--detail.fs-c-button--particular {
    display: flex;
    background-color: initial;
    border: 1px solid #929292;
    color: #929292;
    border-radius: 100px;
    max-width: 180px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    min-height: 50px;
    font-size: clamp(0.75rem, 0.51rem + 0.501vw, 0.9375rem);
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.fs-l-productLayout.fs-system-product .fs-c-button--addToWishList--detail.fs-c-button--particular span,
.fs-l-productLayout.fs-system-product .fs-c-button--removeFromWishList--detail.fs-c-button--particular span {
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}

.fs-l-productLayout.fs-system-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-l-productLayout.fs-system-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    margin-right: 10px;
    margin-left: 0;
}

/* 商品詳細 カートボタン */
.fs-l-productLayout.fs-system-product button.fs-c-button--addToCart--detail.fs-c-button--primary {}

.fs-l-productLayout.fs-system-product button.fs-c-button--addToCart--detail.fs-c-button--primary::before {
    content: "aaa";
}

/* ログイン・アウト */
.logout.my-false {
    display: none;
}

.login.my-true {
    display: none;
}

/**/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    color: #fff;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    padding: 6px;
    color: #fff;
    background-color: #826855;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink span.fs-c-accountService__pageLink__label {
    font-size: 14px !important;
}

.fs-c-address__address {
    justify-content: initial !important;
}

.fs-c-address {
    text-align: left !important;
}

.fs-c-button--primary,
.fs-c-button--secondary {
    padding: .85em 1.6em .85em !important;
}

.fs-p-announcement {
    text-align: left !important;
}

.fs-p-announcement .fs-p-announcement__title {
    background-color: var(--contents_color_sub01);
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(1.1875rem, 0.947rem + 0.501vw, 1.375rem);
    padding: 15px 30px;
    color: #fff;
}

.fs-p-announcement__body {
    text-align: left;
}

.fs-c-addressBookList__addButton.fs-c-buttonContainer.fs-c-buttonContainer--addAddressbook>a {
    background-color: #826855;
    /*var(--contents_color_sub05)*/
    color: #fff;
    border: initial;
}

a.fs-c-button--changeInfomation.fs-c-button--secondary {
    background-color: #826855;
    /*var(--contents_color_sub05)*/
    color: #fff;
    border: initial;
}

[class^="fs-body-my-"] .fs-l-page {
    font-family: "Noto Sans JP", sans-serif;
}

/*body.fs-body-my-account-settings .fs-c-inputTable, body.fs-body-my-account-delete .fs-c-inputTable{
width: 100%!important;
}*/
body.fs-body-my-account-settings .fs-c-inputTable>tbody,
body.fs-body-my-account-delete .fs-c-inputTable>tbody {
    display: contents;
}

body.fs-body-my-account-settings .fs-c-inputTable>tbody>tr td,
body.fs-body-my-account-delete .fs-c-inputTable>tbody>tr td {
    font-size: 15px;
}

body.fs-body-my-account-settings .fs-c-inputTable>tbody>tr th,
body.fs-body-my-account-delete .fs-c-inputTable>tbody>tr th {
    font-size: 15px;
}

.fs-l-productLayout.fs-system-product .fs-c-button--addToWishList--detail.fs-c-button--particular,
.fs-l-productLayout.fs-system-product .fs-c-button--removeFromWishList--detail.fs-c-button--particular {
    max-width: initial !important;
}

body#fs_RegisterSuccess .fs-c-registerSuccessMessage {
    display: inline-flex;
    line-height: 1.8;
    flex-direction: column;
}

body#fs_RegisterSuccess .fs-c-registerSuccessMessage p:nth-of-type(1) {
    font-size: 120%;
    line-height: 1.6;
}

body#fs_RegisterSuccess .fs-c-registerSuccessMessage p:nth-of-type(2) {
    display: inline-block;
    text-align: left;
    margin: 10px auto 60px;
    line-height: 1.5;
    border: 1px solid #826855;
    border-radius: 4px;
    padding: 16px;
}

.fs-body-register .fs-c-inputInformation__message>p {
    border-bottom: 2px solid #521616;
    font-size: 120%;
    color: #521616;
    padding-bottom: 4px;
    text-wrap: balance;
}

.fs-c-inputInformation__field {
    margin: 24px auto;
    max-width: initial;
}

.fs-c-inputTable {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.fs-c-inputTable>tbody>tr {
    display: grid;
    grid-template-columns: minmax(200px, 300px) auto;
    border-top: #333 dotted 2px;
    padding: 30px 0;
    margin: 0;
}

.fs-c-fsLogin.fs-c-inputInformation .fs-c-inputTable>tbody>tr {
    grid-template-columns: minmax(100px, 160px) auto;
}

@media screen and (max-width: 767px) {

    .fs-c-inputTable>tbody>tr,
    .fs-c-fsLogin.fs-c-inputInformation .fs-c-inputTable>tbody>tr {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }
}

.fs-c-inputTable>tbody>tr+tr {
    margin-top: 0px;
}

.fs-body-my-account-settings-edit .fs-c-inputTable>tbody tr:last-of-type {
    display: none !important;
}

.fs-c-panelContainer {
    flex-basis: 100%;
    max-width: 95vw;
    width: 100%;
}

ul.fs-clientInfo.fs-pt-menu.fs-pt-menu--lv1.is-ready {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    justify-content: flex-end;
}

ul.fs-clientInfo.fs-pt-menu.is-ready>li {
    /*width: 100%;
    text-align: left;*/
}

.fs-body-my-top ul.fs-clientInfo.fs-pt-menu.is-ready>li span a {
    /*background-color: #826855 ;/*var(--contents_color_sub05)*/
    color: #fff;
    */ padding: 12px;
    display: inline-block;
    margin: auto;
}

ul.fs-clientInfo.button.style02.fs-pt-menu.fs-pt-menu--lv1.is-ready {
    justify-content: space-between;
    margin-right: 0;
}

.in_column {
    flex-basis: 35%;
}

.fs-body-my-top .fs-c-heading.fs-c-heading--page,
.fs-body-checkout .fs-c-heading.fs-c-heading--page,
.fs-body-checkout-multi .fs-c-heading.fs-c-heading--page {
    font-size: 1.6rem;
    padding: 0 0 .2em;
    font-weight: 600;
    color: #826855;
    font-family: "Shippori Mincho", serif;
}

.fs-c-wishlistProduct h2.fs-c-wishlistProduct__title {
    font-size: 1.6rem;
    padding: 0 0 .2em;
    font-weight: 600;
    color: #826855;
    font-family: "Shippori Mincho", serif;
}

.fs-body-my-top .fs-c-accountService {
    margin-top: -6px;
}

a.fs-c-button--purchaseHere.fs-c-button--primary {
    font-size: 16px;
    background-color: #826855;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.fs-c-featuredProduct h2.fs-c-featuredProduct__title {
    padding-bottom: 10px;
}

span.fs-c-productName__name {
    color: #000;
}

span.fs-c-productName__copy {
    padding-bottom: 4px;
    color: #000;
}

button.fs-c-button--confirmOrder.fs-c-button--primary {
    font-size: 16px;
    background-color: #826855;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.fs-c-checkout-buyerInfo__body.fs-c-checkout-preview__body {
    text-align: left;
}

button.fs-c-button--change--small.fs-c-button--standard,
a.fs-c-button--change--small.fs-c-button--standard {
    background-color: #826855;
    /*var(--contents_color_sub05)*/
    color: #fff;
    font-size: 16px;
}

.fs-c-checkout-shippingDestination__body {
    text-align: left;
}

dl.fs-c-checkout-shippingOptionPreview {
    text-align: left;
}

.fs-c-checkout-shippingDetail__outline,
.fs-c-checkout-shippingDetail__shippingCarrier__label.fs-c-checkout-heading-lv2,
.fs-c-checkout-paymentMethod__title {
    text-align: left;
}

dd.fs-c-checkout-confirmationList__value {
    font-size: 20px;
}

.fs-c-modal__inner .fs-c-inputTable>tbody>tr {
    display: grid;
    grid-template-columns: 1fr;
    border-top: #333 dotted 2px;
    padding: 30px 0;
    margin: 0;
    justify-content: center;
}

button.fs-c-button--settings.fs-c-button--primary,
button.fs-c-button--cancel.fs-c-button--standard,
button.fs-c-button--addAddressee.fs-c-button--standard,
button.fs-c-button--setDestination.fs-c-button--standard,
button.fs-c-button--setDestination.fs-c-button--standard,
button.fs-c-button--edit.fs-c-button--standard,
button.fs-c-button--delete.fs-c-button--standard,
a.fs-c-button--cancel.fs-c-button--standard,
.fs-c-button--viewAddresseeList.fs-c-button--standard,
.fs-c-button--addDestination.fs-c-button--standard {
    background-color: #826855;
    /*var(--contents_color_sub05)*/
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 0;
    box-shadow: none;
}

h2.fs-c-checkoutSuccess__title.fs-c-subSection__title {
    padding-bottom: 10px;
}

.fs-c-inputInformation__message {
    margin-bottom: 60px;
}

.fs-c-addresseeList>dd {
    margin: 0 0 8px;
    text-align: left;
}

button.fs-c-button--registerAndContinue.fs-c-button--primary {
    font-size: 16px;
    background-color: #826855;
    border: none;
}

button.fs-c-button--next.fs-c-button--secondary {
    font-size: 16px;
    background-color: #826855;
    border: none;
}

.fs-c-inputInformation__message {
    background-color: #826855;
    color: #fff;
    padding: 12px;
}

.fs-c-orderedList>li::before {
    color: #fff;
}

a.fs-c-button--loginAndPurchase.fs-c-button--primary {
    font-size: 16px;
    background-color: #826855;
    border: none;
}

a.fs-c-button--registerAndPurchase.fs-c-button--secondary {
    font-size: 16px;
}

h2.fs-c-registeredUsers__title.fs-c-subSection__title {
    padding-bottom: 10px;
}

.fs-c-orderHistoryItem__product {
    justify-items: start;
}

/* マイページ関連 */
.fs-body-checkout .fs-l-page main,
.fs-body-checkout-multi .fs-l-page main,
.fs-body-checkout-multiAddress .fs-l-page main,
.fs-body-checkout-multiAddress-options .fs-l-page main {
    font-size: 14px;
    text-align: left;
}

.fs-body-checkout .fs-c-checkout-preview__title,
.fs-body-checkout-multi .fs-c-checkout-preview__title,
.fs-body-checkout-multiAddress .fs-c-checkout-preview__title,
.fs-body-checkout-multiAddress-options .fs-c-checkout-preview__title {
    text-align: left;
}

.fs-body-checkout .fs-c-checkout-heading,
.fs-body-checkout-multi .fs-c-checkout-heading,
.fs-body-checkout-multiAddress .fs-c-checkout-heading,
.fs-body-checkout-multiAddress-options .fs-c-checkout-heading {
    text-align: left;
    font-size: 16px;
    background-color: #826855;
    padding: 8px 12px;
}

.fs-body-checkout .fs-c-checkout-wrappingMessage,
.fs-body-checkout-multi .fs-c-checkout-wrappingMessage,
.fs-body-checkout-multiAddress .fs-c-checkout-wrappingMessage,
.fs-body-checkout-multiAddress-options .fs-c-checkout-wrappingMessage {
    text-align: left;
    font-size: 16px;
}

.fs-body-checkout .fs-c-checkout-shippingDetail__shippingCarrier__value,
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__shippingCarrier__value,
.fs-body-checkout-multiAddress .fs-c-checkout-shippingDetail__shippingCarrier__value,
.fs-body-checkout-multiAddress-options .fs-c-checkout-shippingDetail__shippingCarrier__value {
    text-align: left;
    font-size: 16px;
}

.fs-body-checkout .fs-c-checkout-shippingParcel__product,
.fs-body-checkout-multi .fs-c-checkout-shippingParcel__product,
.fs-body-checkout-multiAddress .fs-c-checkout-shippingParcel__product,
.fs-body-checkout-multiAddress-options .fs-c-checkout-shippingParcel__product {
    justify-items: start;
}

.fs-body-checkout .fs-c-checkout-shippingCarrierComment,
.fs-body-checkout-multi .fs-c-checkout-shippingCarrierComment,
.fs-body-checkout-multiAddress .fs-c-checkout-shippingCarrierComment,
.fs-body-checkout-multiAddress-options .fs-c-checkout-shippingCarrierComment {
    text-align: left;
}

.fs-body-checkout .fs-c-checkout-paymentInfo__message,
.fs-body-checkout-multi .fs-c-checkout-paymentInfo__message,
.fs-body-checkout-multiAddress .fs-c-checkout-paymentInfo__message,
.fs-body-checkout-multiAddress-options .fs-c-checkout-paymentInfo__message {
    text-align: left;
    font-size: 16px;
}

.fs-body-checkout .fs-c-checkout-communicationInfo__message,
.fs-body-checkout-multi .fs-c-checkout-communicationInfo__message,
.fs-body-checkout-multiAddress .fs-c-checkout-communicationInfo__message,
.fs-body-checkout-multiAddress-options .fs-c-checkout-communicationInfo__message {
    text-align: left;
}

.fs-body-checkout ul.fs-c-checkout-customerInfo li.fs-c-checkout-customerInfo__name,
.fs-body-checkout-multi ul.fs-c-checkout-customerInfo li.fs-c-checkout-customerInfo__name,
.fs-body-checkout-multiAddress ul.fs-c-checkout-customerInfo li.fs-c-checkout-customerInfo__name,
.fs-body-checkout-multiAddress-options ul.fs-c-checkout-customerInfo li.fs-c-checkout-customerInfo__name {
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 20px;
}

.fs-body-checkout h2.fs-c-checkout-preview__title,
.fs-body-checkout-multi h2.fs-c-checkout-preview__title,
.fs-body-checkout-multiAddress h2.fs-c-checkout-preview__title,
.fs-body-checkout-multiAddress-options h2.fs-c-checkout-preview__title {
    font-size: 16px;
}

.fs-body-checkout dd.fs-c-checkout-shippingOptionPreview__value,
.fs-body-checkout-multi dd.fs-c-checkout-shippingOptionPreview__value,
.fs-body-checkout-multiAddress dd.fs-c-checkout-shippingOptionPreview__value,
.fs-body-checkout-multiAddress-options dd.fs-c-checkout-shippingOptionPreview__value {
    font-size: 16px;
}

.fs-body-checkout ul.fs-c-checkout-shippingAddress li.fs-c-checkout-shippingAddress__name,
.fs-body-checkout-multi ul.fs-c-checkout-shippingAddress li.fs-c-checkout-shippingAddress__name,
.fs-body-checkout-multiAddress ul.fs-c-checkout-shippingAddress li.fs-c-checkout-shippingAddress__name,
.fs-body-checkout-multiAddress-options ul.fs-c-checkout-shippingAddress li.fs-c-checkout-shippingAddress__name {
    margin-bottom: 10px;
    font-size: 24px;
}

.fs-body-checkout .fs-c-checkout-shippingParcel__productInfo,
.fs-body-checkout-multi .fs-c-checkout-shippingParcel__productInfo,
.fs-body-checkout-multiAddress .fs-c-checkout-shippingParcel__productInfo,
.fs-body-checkout-multiAddress-options .fs-c-checkout-shippingParcel__productInfo {
    align-items: center;
}

.fs-body-checkout dl.fs-c-checkout-wrappingInfo__info.fs-c-checkout-previewAndEdit__info.fs-c-checkout-confirmationList dd.fs-c-checkout-confirmationList__value,
.fs-body-checkout-multi dl.fs-c-checkout-wrappingInfo__info.fs-c-checkout-previewAndEdit__info.fs-c-checkout-confirmationList dd.fs-c-checkout-confirmationList__value,
.fs-body-checkout-multiAddress dl.fs-c-checkout-wrappingInfo__info.fs-c-checkout-previewAndEdit__info.fs-c-checkout-confirmationList dd.fs-c-checkout-confirmationList__value,
.fs-body-checkout-multiAddress-options dl.fs-c-checkout-wrappingInfo__info.fs-c-checkout-previewAndEdit__info.fs-c-checkout-confirmationList dd.fs-c-checkout-confirmationList__value {
    font-size: 16px;
}

.fs-body-checkout .fs-c-cartTable__product,
.fs-body-checkout-multi .fs-c-cartTable__product,
.fs-body-checkout-multiAddress .fs-c-cartTable__product,
.fs-body-checkout-multiAddress-options .fs-c-cartTable__product {
    align-items: center;
}

.fs-body-checkout .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal span.fs-c-price,
.fs-body-checkout-multi .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal span.fs-c-price,
.fs-body-checkout-multiAddress .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal span.fs-c-price,
.fs-body-checkout-multiAddress-options .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal span.fs-c-price {
    font-size: 24px;
}

body.fs-body-cart-login .fs-c-inputTable>tbody>tr,
body.fs-body-login .fs-c-inputTable>tbody>tr,
.fs-body-forgotPassword .fs-c-inputTable>tbody>tr,
.fs-body-my-account-password .fs-c-inputTable>tbody>tr {
    border-top: none;
    padding: 15px;
}

.fs-body-login .fs-c-newUsers__title.fs-c-subSection__title {
    font-weight: 600;
    padding-bottom: 10px;
}

.fs-body-login .fs-c-button--memberRegister.fs-c-button--primary {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.fs-body-register .fs-c-inputInformation__message {
    background-color: initial;
}

.fs-body-forgotPassword .fs-c-inputInformation__message {
    display: inline-block;
    padding: 12px 20px;
}

.fs-l-page .clump_breadcrumbs {
    grid-template-columns: 1fr auto;
}

.fs-body-my-top a.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink,
.fs-body-my-wishlist a.fs-c-button--myPageTop.fs-c-button--plain,
.fs-body-my-orders a.fs-c-button--myPageTop.fs-c-button--plain,
.fs-body-my-addressbook a.fs-c-button--myPageTop.fs-c-button--plain,
.fs-body-my-account-password a.fs-c-button--myPageTop.fs-c-button--plain,
.fs-body-my-account-settings a.fs-c-button--myPageTop.fs-c-button--plain,
.fs-body-my-account-settings-edit a.fs-c-button--myPageTop.fs-c-button--plain,
.fs-body-my-account-delete a.fs-c-button--myPageTop.fs-c-button--plain,
.fs-body-my-addressbook-new a.fs-c-button--myPageTop.fs-c-button--plain,
.fs-body-my-addressbook-edit a.fs-c-button--myPageTop.fs-c-button--plain {
    /*background-color: #826855;
    color: #fff;
    padding: 8px 12px;
    border-radius: 0;
    text-decoration: none;*/
    box-shadow: none;
}

button.fs-c-button--authenticatePassword.fs-c-button--primary,
button.fs-c-button--login.fs-c-button--primary,
button.fs-c-button--change.fs-c-button--primary,
a.fs-c-button--change.fs-c-button--primary,
a.fs-c-button--memberRegister.fs-c-button--primary,
body.fs-body-forgotPassword button.fs-c-button--send.fs-c-button--primary,
body.fs-body-resetPassword button.fs-c-button--register.fs-c-button--primary,
body.fs-body-my-account-settings-edit button.fs-c-button--confirmChange.fs-c-button--primary,
body.fs-body-register .fs-c-button--confirmRegister.fs-c-button--primary {
    border: none;
    box-shadow: none;
}

button.fs-c-button--change--small.fs-c-button--standard,
a.fs-c-button--change--small.fs-c-button--standard {
    background-color: #826855;
    /*var(--contents_color_sub05)*/
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

a.fs-c-button--multiDestination.fs-c-button--secondary {
    background-color: #826855;
    /*var(--contents_color_sub05)*/
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.fs-body-register .fs-c-inputInformation__message {
    margin-bottom: 10px;
}

.fs-body-register .fs-p-announcement__body {
    text-align: left;
    border: 1px solid #826855;
    padding: 10px 24px;
    margin: 20px auto;
}

.fs-body-register .fs-c-orderedList>li::before {
    color: #6a5858;
}

.fs-body-my-orders-details h3.fs-c-orderPerAddressee__heading.fs-c-heading.fs-c-heading--subsection {
    text-align: left;
    padding: 6px 12px;
}

.fs-body-my-orders-details h2.fs-c-heading.fs-c-heading--section {
    margin: 60px 0 30px;
    border-bottom: 2px solid #826855;
    padding-bottom: 10px;
    color: #6a5858;
}

.fs-body-my-orders-details dl.fs-c-orderDetailList {
    display: inline-grid;
    text-align: left;
}

.fs-body-my-orders-details .fs-c-orderDetail__data {
    text-align: right;
}

.fs-body-my-orders-details .fs-c-cartTable__productName.fs-c-listedProductName {
    margin-top: 6px;
    margin-bottom: 0;
}

.fs-body-my-orders .fs-c-orderHistoryItem {
    margin-bottom: 0 !important;
}

.fs-body-my-orders .fs-p-announcement__body {
    margin-bottom: 60px;
}

.fs-body-my-addressbook-edit button.fs-c-button--confirmChange.fs-c-button--primary {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .fs-l-page .clump_breadcrumbs {
        grid-template-columns: 1fr;
    }

    .fs-c-accountService {
        justify-content: center;
    }
}

.fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
    padding: 8px;
}

.fs-c-orderHistoryItem__orderSummary {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .fs-body-my-orders .fs-c-orderHistoryItem__orderInfo {
        justify-content: space-evenly;
    }
}

.fs-body-my-account-settings-edit .fs-c-inputField__field.fs-c-radioGroup.fs-system-assistTarget {
    align-items: flex-start;
}

@media screen and (max-width: 767px) {

    .fs-c-radioGroup,
    .fs-c-checkboxGroup {
        align-items: flex-start;
        gap: 0;
    }
}

@media screen and (max-width: 767px) {

    .fs-c-inputTable__headerCell,
    .fs-c-inputTable__currentValueCell,
    .fs-c-inputTable__dataCell {
        margin-bottom: 10px;
    }
}

.fs-body-my-account-settings a.fs-c-button--change.fs-c-button--primary {
    font-size: 16px;
}

.fs-c-panel.fs-c-panel--error {
    margin: 10px 20px;
}

.fs-c-modal--wrappingSettings table.fs-c-inputTable.fs-c-inputTable--inModal tr,
.fs-c-modal--checkout-communication table.fs-c-inputTable.fs-c-inputTable--inModal tr {
    border: none;
    padding: 0;
}

.fs-body-category .fs-p-accountInfo.fs-clientInfo.is-ready,
.fs-body-search .fs-p-accountInfo.fs-clientInfo.is-ready {
    display: none;
}

@media screen and (max-width: 767px) {
    .clump_breadcrumbs .fs-p-accountInfo.fs-clientInfo.is-ready {
        margin-top: 0 !important;
    }
}

.shopping-menu>ul li a.login {
    padding: 0;
}

.shopping-menu>ul li a.login img {
    width: 51%;
}

@media screen and (max-width: 767px) {
    .shopping-menu>ul li a.login img {
        width: initial;
    }
}

.shopping-menu>ul li a,
.shopping-menu>ul li p {
    padding: 0;
}

@media screen and (max-width: 767px) {

    .shopping-menu>ul li a,
    .shopping-menu>ul li p {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.fs-body-checkout .fs-c-checkout-shippingDetail__outline__title.fs-c-checkout-heading-lv2,
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__outline__title.fs-c-checkout-heading-lv2,
.fs-body-checkout-multiAddress .fs-c-checkout-shippingDetail__outline__title.fs-c-checkout-heading-lv2,
.fs-body-checkout-multiAddress-options .fs-c-checkout-shippingDetail__outline__title.fs-c-checkout-heading-lv2 {
    font-size: 16px;
}

.fs-c-panel.fs-c-panel--info {
    margin-left: 10px;
    margin-right: 10px;
}

.fs-body-checkout .fs-c-syncDeliveryListField.fs-c-additionalCheckField,
.fs-body-checkout-multi .fs-c-syncDeliveryListField.fs-c-additionalCheckField,
.fs-body-checkout-multiAddress .fs-c-syncDeliveryListField.fs-c-additionalCheckField,
.fs-body-checkout-multiAddress-options .fs-c-syncDeliveryListField.fs-c-additionalCheckField {
    text-align: center;
}

.fs-body-my-top li.fs-c-accountService__page {
    margin: 4px;
}

.fs-body-my-wishlist .fs-c-productList__list .fs-c-productName__name {
    text-align: center;
}

.fs-body-cart .fs-c-button--continueShopping.fs-c-button--standard {
    font-size: 16px;
}

.fs-body-my-orders-details .fs-c-button--back.fs-c-button--standard {
    box-shadow: none;
    border-radius: 0;
    background-color: #826855;
    color: #fff;
    font-size: 16px;
}

.fs-body-my-addressbook-edit .fs-c-button--confirmChange.fs-c-button--primary {
    border-radius: 0;
    background-color: #826855;
    border: none;
    box-shadow: none;
}

.fs-body-my-addressbook-edit .fs-c-button--cancel.fs-c-button--standard {
    border-radius: 0;
    box-shadow: none;
}

.fs-body-my-account-settings-edit button.fs-c-button--confirmChange.fs-c-button--primary {
    font-size: 16px;
}

.fs-body-forgotPassword button.fs-c-button--send.fs-c-button--primary {
    font-size: 16px;
}

.fs-body-checkout button.fs-c-button--chooseDestination.fs-c-button--standard,
.fs-body-checkout-multi button.fs-c-button--chooseDestination.fs-c-button--standard,
.fs-body-checkout-multiAddress button.fs-c-button--chooseDestination.fs-c-button--standard,
.fs-body-checkout-multiAddress-options button.fs-c-button--chooseDestination.fs-c-button--standard {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    background: #826855;
    border: none;
    color: #fff;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod__body {
    padding: 5px 20px 15px;
}

@media screen and (min-width: 960px) {
    .fs-body-wishlist-login .fs-c-registeredUsers {
        flex-grow: 1;
        flex-basis: initial;
    }
}

.fs-body-wishlist-login h2.fs-c-newUsers__title.fs-c-subSection__title {
    padding-bottom: 10px;
}

.fs-body-wishlist-login .fs-c-inputTable>tbody>tr {
    border-top: none;
    padding: 15px;
}

.fs-body-wishlist-login .fs-c-inputInformation__link.fs-c-textLinkContainer {
    text-align: center;
}

h2.fs-c-registeredUsers__title.fs-c-subSection__title,
h2.fs-c-newUsers__title.fs-c-subSection__title,
a.fs-c-textLink {
    font-family: "Shippori Mincho", serif;
}

a.fs-c-accountService__pageLink,
a.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink,
.fs-c-button--plain {
    color: #826855;
}

/* .fs-body-category .clump_kv.cate_kv{
  background-image: url({% category.image_original %});
} */

a:visited {
    color: #826855;
}

/* ===== */
.clump_breadcrumbs {
    display: grid;
    padding-top: 30px;
    grid-template-columns: auto minmax(140px, 300px);
    align-items: center;
}

@media screen and (max-width: 767px) {
    .clump_breadcrumbs {
        padding-top: 0;
    }
}

.clump_breadcrumbs .fs-c-breadcrumb__list {
    margin: 0;
}

.clump_breadcrumbs .fs-p-accountInfo {
    margin: 0 20px;
    font-size: 12px;
    background: #f7f7f7ad;
    border: 1px solid #ccc;
    padding: 1px 10px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .clump_breadcrumbs {
        grid-template-columns: 1fr;
    }

    .fs-c-breadcrumb {
        margin: 15px 0;
    }

    .clump_breadcrumbs .fs-p-accountInfo {
        margin-top: 10px;
    }
}

/* その他のおすすめ */
.item_recommend_item header {
    margin-bottom: 20px;
}

.item_recommend_item header h3 {
    color: var(--contents_color_sub01);
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 600;
    font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.item_recommend_item header p {
    font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
    font-weight: 500;
}

.item_recommend_item header p::before {
    content: "";
    display: block;
    margin: 4px auto 10px;
    width: 40px;
    height: 4px;
    background-color: var(--contents_color_sub01);
}

.recommend .fs-c-productPrice {
    justify-content: flex-start !important;
}

.recommend span.fs-c-productName__name {
    text-align: left;
}

.clump_commit-message.item {
    margin-left: -90px;
    margin-right: -90px;
    line-height: 1.5;
}

.clump_commit-message.item .clump_commit-message_category_contents header {
    margin-top: -15px;
}

@media screen and (max-width: 1300px) {
    .clump_commit-message.item {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 767px) {
    .clump_commit-message.item {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/**/
.fs-body-checkout-multi .fs-c-checkout-shippingDetail__wrappingInfo__label.fs-c-checkout-heading-lv2,
.fs-body-checkout-multiAddress .fs-c-checkout-shippingDetail__wrappingInfo__label.fs-c-checkout-heading-lv2,
.fs-body-checkout-multiAddress-options .fs-c-checkout-shippingDetail__wrappingInfo__label.fs-c-checkout-heading-lv2 {
    text-align: left;
}

.fs-body-checkout-multi .fs-c-checkout-shippingOption,
.fs-body-checkout-multiAddress .fs-c-checkout-shippingOption,
.fs-body-checkout-multiAddress-options .fs-c-checkout-shippingOption {
    display: none;
}

.fs-body-checkout-multi .fs-c-checkout-paymentMethod__setting,
.fs-body-checkout-multiAddress .fs-c-checkout-paymentMethod__setting,
/*.fs-body-checkout-multiAddress-options .fs-c-checkout-paymentMethod__setting*/ {
    display: none;
}

.fs-body-checkout-multi .fs-c-returnedSpecialContract__link,
.fs-body-checkout-multiAddress .fs-c-returnedSpecialContract__link,
.fs-body-checkout-multiAddress-options .fs-c-returnedSpecialContract__link {
    display: none;
}

.fs-body-checkout-multi .fs-c-checkout-shippingDetail__fee,
.fs-body-checkout-multiAddress .fs-c-checkout-shippingDetail__fee,
.fs-body-checkout-multiAddress-options .fs-c-checkout-shippingDetail__fee {
    display: none;
}

/**/
.fs-body-product .fs-c-estimatedDeliveryDate__deliverable {
    text-align: left;
}

.fs-body-product .fs-c-estimatedDeliveryDate {
    display: none !important;
}

/* 商品一覧（カテゴリー別） */

.clump_premium>p {
    text-align: left;
    font-size: clamp(0.875rem, 0.555rem + 0.668vw, 1.125rem);
    padding-top: clamp(3.125rem, -3.278rem + 13.356vw, 8.125rem);
    padding-bottom: clamp(2.5rem, -4.703rem + 15.025vw, 8.125rem);
    line-height: 2.1;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .clump_premium>p {
        line-height: 2.3;
    }
}

.clump_premium .clump_premium_box {
    background-color: #F4F1EF;
    padding-top: clamp(2.5rem, -0.701rem + 6.678vw, 5rem);
    padding-bottom: clamp(2.5rem, -0.701rem + 6.678vw, 5rem);
}

.clump_premium .clump_premium_box .clump_premium-column {
    margin-top: clamp(3.125rem, 2.325rem + 1.669vw, 3.75rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    justify-content: space-between;
}

.clump_premium .clump_premium_box .clump_premium-column:nth-of-type(1) {
    margin-top: 0;
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box {
    text-align: left;
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header {
    color: #826855;
    border-bottom: 2px solid #826855;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header {
        margin-bottom: 40px;
    }
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header p {
    display: inline-flex;
    align-items: center;
    font-size: 32px;
    font-family: "Antic Slab", serif;
    font-weight: 500;
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header p::before {
    margin-top: -10px;
    content: "";
    display: block;
    background-image: url(https://fraisedesbois.itembox.design/item/image/icon_clump_premium_check01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55px;
    aspect-ratio: 1/1;
    margin-right: 5px;
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header h2 {
    font-size: clamp(1.375rem, 0.975rem + 0.835vw, 1.6875rem);
    margin-top: clamp(1.25rem, 0.85rem + 0.835vw, 1.5625rem);
    line-height: 1.55;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header h2 {
        line-height: 2;
    }
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box p {
    font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
    line-height: 2.3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin-right: 40px;
    margin-left: 0;
}
.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box p small{
font-size: 80%;
    line-height: 1.5;
    display: inline-block;}

@media screen and (max-width: 767px) {
    .clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box p {
        margin-left: 0;
        margin-right: 0;
    }
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box figure img {
    width: 100%;
}

.clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box {
    order: 2;
}

.clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box header {
    text-align: right;
}

.clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box header h2 {
    text-align: right;
}

.clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box p {
    margin-left: 40px;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box p {
        margin-left: 0;
        margin-right: 0;
    }
}

.clump_premium .clump_premium_box .clump_premium-column.right figure {
    order: 1;
}

@media screen and (max-width: 767px) {
    .clump_premium .clump_premium_box .clump_premium-column {
        grid-template-columns: 1fr;
    }

    .clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box {
        order: initial;
    }

    .clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box header {
        text-align: left;
    }

    .clump_premium .clump_premium_box .clump_premium-column.right figure {
        order: initial;
    }
}

/**/

.clump_secret .clump_secret_key-image {
    /*background-image: url(https://fraisedesbois.itembox.design/item/image/secret_key_backimg.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    /*aspect-ratio: 1/0.31;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    background-color: #ccc;
    max-height: 430px;
    height: 30vw;
}

@media screen and (max-width: 767px) {
    .clump_secret .clump_secret_key-image {
        /*background-image: url(https://fraisedesbois.itembox.design/item/image/secret_key_backimg_sp.jpg);*/
        aspect-ratio: initial;
        padding: 40px 10px;
        max-height: 260px;
        height: 100vw;
    }
}

@media screen and (min-width: 767px) {
    .clump_secret .clump_secret_key-image {
        width: 105vw;
        margin: 80px calc(50% - 55vw) 0;
    }
}

.clump_secret .clump_secret_key-image::before {
    content: "";
    background-color: var(--contents_color_default);
    background-image: url(https://fraisedesbois.itembox.design/item/image/secret_key_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 55%;
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    aspect-ratio: 1/1;
    margin-bottom: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
}

@media screen and (max-width: 767px) {
    .clump_secret .clump_secret_key-image::before {
        width: 50px;
    }
}

.clump_secret .clump_secret_key-image>h3 {
    font-size: clamp(1.375rem, 0.735rem + 1.336vw, 1.875rem);
    margin-bottom: 25px;
    background-color: #fff;
    padding-right: 10px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .clump_secret .clump_secret_key-image>h3 {
        background-color: initial;
        margin-bottom: 20px;
    }
}

.clump_secret .clump_secret_key-image>h3>span {
    display: inline-block;
    padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .clump_secret .clump_secret_key-image>h3>span {
        margin: 4px 0;
        background-color: #fff;
        padding: 2px 6px 4px;
    }
}

.clump_secret .clump_secret_key-image>p {
    color: var(--contents_color_font02);
    font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1.9;
    text-align: left;

    /* 輸送状態設定 */

    .status-temperature {
        display: flex;
        margin-top: 10px;
        gap: 5px;
    }

    @media screen and (max-width: 767px) {
        .status-temperature {
            margin-top: 20px;
        }
    }

    .status-temperature li img {
        width: 50px;
    }

    /* 商品 ポイント/説明 */
    margin: 24px auto;
    max-width: 1216px;
}

.clump_secret .clump_secret_list {
    margin-top: clamp(2.5rem, 3.575rem + 1.669vw, 3.5rem);
}

.clump_secret .clump_secret_list p {
    margin-top: 0;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    font-size: 16px;
    line-height: 2;
}

.clump_secret .clump_secret_list ul {
    counter-reset: my-num;
    display: grid;
    gap: 50px 20px;
    margin-top: clamp(2.5rem, 3.575rem + 1.669vw, 3.5rem);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.clump_secret .clump_secret_list ul li::before {
    counter-increment: my-num;
    content: "0" counter(my-num);
    display: inline-block;
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    color: var(--contents_color_default);
    font-family: "Archivo Narrow", sans-serif;
    margin-bottom: 20px;
}

.clump_secret .clump_secret_list ul li figure img {
    width: 100%;
}

.clump_secret .clump_secret_list ul li h4 {
    text-align: left;
    margin-top: 20px;
    font-size: clamp(1.375rem, 1.295rem + 0.167vw, 1.4375rem);
    font-weight: 700;
    color: var(--contents_color_default);
    letter-spacing: -2px;
}

.clump_secret .clump_secret_list ul li p {
    line-height: 1.8;
    text-align: left;
    margin-top: clamp(0.625rem, -0.175rem + 1.669vw, 1.25rem);
    font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.clump_secret .clump_secret_list ul li p small{
    font-size: 80%;
    line-height: 1.5;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .clump_secret {
        margin-top: 100px;
    }
}

.clump_postage {
    margin-top: clamp(4.375rem, -0.427rem + 10.017vw, 8.125rem);
}

.clump_postage section header h3 {
    font-size: clamp(1.25rem, 0.85rem + 0.835vw, 1.5625rem);
    display: flex;
    font-weight: 600;
    align-items: center;
}

.clump_postage section header h3::before {
    content: "■";
    display: inline-block;
    color: #826855;
    font-size: clamp(1rem, 0.84rem + 0.334vw, 1.125rem);
    margin-right: 8px;
    padding-top: 2px;
}

@media screen and (max-width: 767px) {
    .clump_postage section header h3::before {
        color: #C84C4E;
    }
}

.clump_postage section .clump_postage_list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .clump_postage section .clump_postage_list {
        grid-template-columns: 1fr;
    }
}

.clump_postage section .clump_postage_list dt {
    gap: 15px;
    padding: 15px 20px;
    display: grid;
    text-align: left;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: stretch;
    /*margin-bottom: 5px;*/
    color: var(--contents_color_font02);
    font-size: 16px;
    font-weight: 300;
    min-height: 110px;
}

@media screen and (max-width: 767px) {
    .clump_postage section .clump_postage_list dt {
        align-items: start;
        padding: 15px;
    }
}

.clump_postage section .clump_postage_list dt span strong {
    font-weight: 300;
    font-size: 18px;
    display: block;
}

@media screen and (max-width: 767px) {
    .clump_postage section .clump_postage_list dt {
        margin-bottom: 0;
    }
}

/*.clump_postage section .clump_postage_list dt:nth-of-type(1) {
        background-color: #D6B88A;
    }

    .clump_postage section .clump_postage_list dt:nth-of-type(1)::before {
        content: "";
        display: inline-block;
        width: 60px;
        aspect-ratio: 1/1;
        background-image: url(https://fraisedesbois.itembox.design/item/image/postage_list_icon01.svg);
        background-size: cover;
    }*/

.clump_postage section .clump_postage_list dt:nth-of-type(1) {
    background-color: #00A7E6;
}

.clump_postage section .clump_postage_list dt:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 60px;
    aspect-ratio: 1/1;
    background-image: url(https://fraisedesbois.itembox.design/item/image/postage_list_icon02.svg);
    background-size: cover;
}

.clump_postage section .clump_postage_list dt:nth-of-type(2) {
    background-color: #005CA9;
}

.clump_postage section .clump_postage_list dt:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    width: 60px;
    aspect-ratio: 1/1;
    background-image: url(https://fraisedesbois.itembox.design/item/image/postage_list_icon03.svg);
    background-size: cover;
}

.clump_postage section .clump_postage_list dt span {
    font-size: clamp(0.9375rem, 0.857rem + 0.167vw, 1rem);
}

.clump_postage section .clump_postage_list dt span strong {
    font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
    margin-bottom: 8px;
    font-weight: 600;
}

.clump_postage section .clump_postage_list dd {
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    min-height: 110px;
}

/*@media screen and (max-width: 767px) {
        .clump_postage section .clump_postage_list dd {
            margin-bottom: 15px;
            padding: 15px;
        }
    }

    .clump_postage section .clump_postage_list dd:nth-of-type(1) {
        color: #D6B88A;
        background-color: #F7F1E8;
    }
   .clump_postage section .clump_postage_list dd:nth-of-type(1) {
        background-color: #E5F6FC;
        color: #00A7E6;
    }

    .clump_postage section .clump_postage_list dd:nth-of-type(2) {
        background-color: #E5EFF6;
        color: #005CA9;
    }*/

.clump_postage section .clump_postage_list dd .price-box {
    display: flex;
    align-items: flex-end;
}

.clump_postage section .clump_postage_list dd.transport_price {
    grid-area: 2 / 1 / 3 / 3;
}

.clump_postage section .clump_postage_list dd.transport_price .transport_price_table {
    background-color: #fff;
    text-align: left;
}

.clump_postage section .clump_postage_list dd.transport_price .transport_price_table th {
    text-align: center;
    border: 1px solid #BBBBBB;
    font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 6px 12px;
    color: #005ca9;
    background-color: #E5F6FC;
}

.clump_postage section .clump_postage_list dd.transport_price .transport_price_table td {
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-family: "Noto Sans JP", sans-serif;
    color: #3c3c3c;
    font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
}

.clump_postage section .clump_postage_list dd.transport_price .transport_price_table td:nth-of-type(1) {
    white-space: nowrap;
}

.clump_postage section .clump_postage_list dd.transport_price .transport_price_table td:nth-last-of-type(1) {
    text-align: right;
}

.clump_postage section .clump_postage_list dd.transport_price .transport_price_table {}

.clump_postage section .clump_postage_list dd.transport_price .transport_price_attention {
    margin: 5px 0 0;
    display: block;
    font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
    line-height: 1.4;
    width: 100%;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .clump_postage section .clump_postage_list dd.transport_price .transport_price_table tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .clump_postage section .clump_postage_list dd.transport_price .transport_price_table td:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 2;
        background-color: #f2fcff;
    }

    .clump_postage section .clump_postage_list dd.transport_price .transport_price_table td:nth-of-type(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .clump_postage section .clump_postage_list dd.transport_price .transport_price_table td:nth-of-type(3) {
        grid-area: 1 / 2 / 3 / 3;
    }

    .clump_postage section .clump_postage_list dd.transport_price {
        grid-area: initial;
    }
}

.clump_postage section .clump_postage_list dd .price-box p {
    margin: 0;
}

.clump_postage section .clump_postage_list dd .price-box p>span:nth-of-type(1) {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.clump_postage section .clump_postage_list dd .price-box p>span:nth-of-type(2) {
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}

.clump_postage section .clump_postage_list dd .price-box p>span:nth-of-type(2) i {
    font-style: normal;
    font-size: 20px;
    margin-left: 3px;
}

.clump_postage section .clump_postage_list dd .price-box p.plus {
    font-size: 20px;
    /*margin-bottom: 2px;*/
    line-height: 1;
}

.clump_postage section .clump_postage_list dd .exception {
    color: #333333;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 400;
}

.clump_postage-rule {
    margin-top: clamp(4.375rem, 3.575rem + 1.669vw, 5rem);
}

.clump_postage-rule section header h3 {
    font-size: clamp(1.25rem, 0.85rem + 0.835vw, 1.5625rem);
    display: flex;
    font-weight: 600;
    align-items: center;
}

.clump_postage-rule section header h3::before {
    content: "■";
    display: inline-block;
    color: #826855;
    font-size: clamp(1rem, 0.84rem + 0.334vw, 1.125rem);
    margin-right: 8px;
    padding-top: 2px;
}

.clump_postage-rule section>div>div {
    text-align: left;
    margin-top: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_postage-rule section>div>div h4 {
    font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.clump_postage-rule section>div>div h4 span {
    margin-top: 15px;
    display: block;
    font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
    font-weight: 400;
}

.clump_postage-rule section>div>div .clump_postage-rule_list {
    margin-top: 20px;
    padding: 25px 10px;
    display: flex;
    background-color: #E5EFF6;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    gap: 30px;
}

.clump_postage-rule section>div>div .clump_postage-rule_list.style02 {
    background-color: #E5F6FC;
}

@media screen and (max-width: 767px) {
    .clump_postage-rule section>div>div .clump_postage-rule_list {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }

    .clump_postage-rule section>div>div .clump_postage-rule_list img {
        max-width: 280px;
    }

    /*.clump_postage-rule section>div>div .clump_postage-rule_list.style02 img {
            max-width: 220px;
        }*/
}

.clump_postage-rule section>div>div .clump_postage-rule_list.not {
    background-color: #E9E9E9;
}

.clump_postage-rule section>div>div .clump_postage-rule_list.not img {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .clump_postage-rule section>div>div .clump_postage-rule_list.not img:nth-of-type(1) {
        max-width: 130px;
    }

    .clump_postage-rule section>div>div .clump_postage-rule_list.not img:nth-of-type(2) {
        max-width: 220px;
    }

    .clump_postage-rule section>div>div .clump_postage-rule_list.not img:nth-of-type(3) {
        max-width: 130px;
    }
}

/**/
.fs-body-product span.fs-c-mark--coolDelivery.fs-c-mark {
    display: none;
}

.fs-body-cart .fs-c-estimatedDeliveryDate {
    display: none !important;
}

.fs-c-checkout-addresseeSettingList.fs-c-checkout-checkoutMethodList.fs-c-checkout-checkoutMethodList--uncollapsed li {
    margin: 10px 0;
}

.fs-body-checkout-multi .fs-c-checkout-shippingDetail__deliveryDateInfo {
    display: none;
}

/**/
.fs-body-checkout-multiAddress-products li.fs-c-checkout-multiDestination,
.fs-body-checkout-multiAddress-products li.fs-c-checkout-multiDestination {
    border: 1px solid #ccc;
    padding: 20px;
}

.fs-body-checkout-multiAddress-options h4.fs-c-checkout-multiDestination__subtitle,
.fs-body-checkout-multiAddress-products h4.fs-c-checkout-multiDestination__subtitle {
    text-align: left;
    margin-bottom: 10px;
}

.fs-body-checkout-multiAddress-options .fs-c-checkout-multiDestination__deliveryMethod__preview.fs-c-checkout-delivery__method,
.fs-body-checkout-multiAddress-products .fs-c-checkout-multiDestination__deliveryMethod__preview.fs-c-checkout-delivery__method {
    text-align: left;
    padding: 20px;
}

.fs-body-checkout-multiAddress-options ul.fs-c-checkout-multiDestination__info__list,
.fs-body-checkout-multiAddress-products ul.fs-c-checkout-multiDestination__info__list {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

.fs-body-checkout-multiAddress-options .fs-c-deliveryDateInfon,
.fs-body-checkout-multiAddress-products .fs-c-deliveryDateInfon {
    text-align: left;
}

.fs-body-checkout-multiAddress-options li.fs-c-checkout-multiDestination,
.fs-body-checkout-multiAddress-products li.fs-c-checkout-multiDestination {
    border: 1px solid #ccc;
    padding: 20px;
}

.fs-body-checkout-multiAddress-options .fs-c-buttonContainer.fs-c-buttonContainer--back,
.fs-body-checkout-multiAddress-products .fs-c-buttonContainer.fs-c-buttonContainer--back,
.fs-body-checkout-multiAddress .fs-c-buttonContainer.fs-c-buttonContainer--back {
    text-decoration: underline;
    font-size: 16px;
    color: #826855;
}

.fs-body-checkout-multiAddress-options li.fs-c-checkout-multiDestination__info__name,
.fs-body-checkout-multiAddress-products li.fs-c-checkout-multiDestination__info__name,
.fs-body-checkout-multiAddress li.fs-c-checkout-multiDestination__info__name {
    font-size: 24px;
}

.fs-body-checkout-multiAddress-options h3.fs-c-checkout-multiDestination__title,
.fs-body-checkout-multiAddress-products h3.fs-c-checkout-multiDestination__title,
.fs-body-checkout-multiAddress h3.fs-c-checkout-multiDestination__title {
    font-size: 16px;
}

.fs-body-checkout-multiAddress-options .fs-c-checkout-productAllocation__product,
.fs-body-checkout-multiAddress-products .fs-c-checkout-productAllocation__product,
.fs-body-checkout-multiAddress .fs-c-checkout-productAllocation__product {
    align-items: center;
}

.fs-body-checkout-multiAddress-options .fs-c-deliveryDateInfo {
    display: none;
}

.fs-body-checkout-multi dd.fs-c-checkout-confirmationList__value {
    font-size: 14px;
}

.fs-body-about-memberAgreement ol.fs-c-orderedList li {
    list-style: disc;
    list-style-position: outside;
    text-indent: 0em;
    margin-left: 2em;
    padding: 0;
}

.fs-body-about-memberAgreement .fs-c-orderedList>li::before {
    display: none;
}

/* のし紙関連 */
.fs-body-product dl.fs-c-productSelection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #F2F2F2;
    padding: 14px 15px 10px;
margin-top: 20px;
}

.fs-body-product dl.fs-c-productSelection::before {
    content: "のしを選択する ※下記からのし紙の種類と表書きをお選びください";
    display: inline-block;
    grid-area: 1 / 1 / 2 / 3;
    text-align: left;
    font-weight: 800;
    font-size: 16px;
    margin: 0 4px 6px;
}

/*.fs-body-product dl.fs-c-productSelection::after {
  content: "※下記からのし紙の種類と表書きをお選びください";
  display: inline-block;
    grid-area: 1 / 1 / 2 / 3;
}*/

@media screen and (max-width: 767px) {
    .fs-body-product dl.fs-c-productSelection {
        grid-template-columns: 1fr;
    }

    .fs-body-product dl.fs-c-productSelection::before {
        grid-area: initial;
    }
}

.fs-body-product dl.fs-c-productSelection dt.fs-c-productSelection__name {
    display: none;
}

.fs-body-product dl.fs-c-productSelection dd.fs-c-productSelection__selection .fs-c-productSelection__field .fs-c-dropdown {
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 2px;
    background-color: #fff;
}

.fs-body-product dl.fs-c-productSelection dd.fs-c-productSelection__selection .fs-c-productSelection__field .fs-c-dropdown::after {
    background: none;
    border: none;
    padding: 8px 0;
}

.fs-body-product dl.fs-c-productSelection dd.fs-c-productSelection__selection .fs-c-productSelection__field .fs-c-dropdown select {
    width: 100%;
    border: none;
    padding: 3px 35px 3px 10px;
    font-size: 16px;
    line-height: 1.4;
}

.fs-body-product dl.fs-c-productSelection dd.fs-c-productSelection__selection .fs-c-productSelection__field .fs-c-dropdown .fs-c-dropdown__menu>option {
    text-align: left;
}

h4.policytitle01 {
    border-bottom: 2px solid #826855;
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 6px;
    font-size: 120%;
}

.fs-body-checkout-multi .fs-c-checkout-shippingDestination__control {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

/**/
.fs-body-checkout-multi .fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
    background: #826855;
}
.fs-body-checkout-multi .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #826855;
}
.fs-body-checkout-multi .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #826855;
}

/**/
.clump_shopping-box-large > div aside .number-pieces {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 20px 0;
    align-items: stretch !important;
}
.clump_shopping-box-large .number-pieces_select {
display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
@media screen and (max-width: 767px) {
.clump_shopping-box-large .number-pieces_select {
justify-content: flex-end;
}}
.clump_shopping-box-large .number-pieces_select li{display: flex;
    align-items: center;
    justify-content: center;}
.clump_shopping-box-large .number-pieces_select label {
    font-weight: 800;
}
.clump_shopping-box-large .number-pieces_select li:nth-last-of-type(1){
    margin-left: auto;}
.clump_shopping-box-large .number-pieces_select li .arrow{
position: relative;
    border: 1px solid #cccccc;
    border-radius: 2px;
    background-color: #fff;
}
.clump_shopping-box-large .number-pieces_select li .arrow select{
width: 130px;
padding-right: 30px;
    height: 40px;
    text-align: left;}
.clump_shopping-box-large .number-pieces_select li .arrow::after {
        position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 1em;
    background: #f2f2f2;
    border-left: 1px solid #ccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: content-box;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "▼";
    font-size: .6rem;
    line-height: 1;
    padding: 8px;
    pointer-events: none;
}

/**/
.fs-body-category .fs-c-price__value::after, .fs-body-search .fs-c-price__value::after{
	content: "(税込)";
	display: inline-block;
	font-size: 14px;
	margin-left: 2px;
}
.value.intax::after{
	content: "(税込)";
	display: inline-block;
	font-size: 16px;
	margin-left: 2px;
}
/**/
.fs-c-cartTable__message{
	display: none;
}
/**/
.cardlogo {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.cardlogo>img {
width: 100px;
}
/* こだわりについて */

.clump_commit-message {
  /*overflow-x: hidden;*/
  padding: clamp(3.125rem, 2.325rem + 1.669vw, 3.75rem) 0 0;
  margin: clamp(3.125rem, 3.125rem + 0vw, 3.125rem) auto 0;
}

.clump_commit-message > section > .wrapper {
  padding: 0 clamp(1.875rem, -3.327rem + 10.851vw, 5.9375rem);
  max-width: 1300px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .clump_commit-message > section > .wrapper {
    padding: 0 20px;
  }
}
.clump_commit-message_category .clump_commit-message_category_wide {
  /*max-width: 1340px;*/
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-grid;
  justify-content: space-between;
}

/*  */
.clump_commit-message_category.one .clump_commit-message_category_wide {
  padding: 0 clamp(1.875rem, -3.327rem + 10.851vw, 5.9375rem) 80px;
  max-width: 1300px;
  gap: 30px clamp(2.5rem, -3.102rem + 11.686vw, 6.875rem);
  grid-template-columns: auto auto;
  background-image: url(https://fraisedesbois.itembox.design/item/image/commit-message_img08.png);
  background-position: top 11vw center;
}

.clump_commit-message_category.one .clump_commit-message_category_wide header > p {
  margin-bottom: 14%;
  font-family: "Antic Slab", serif;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents {
  padding-top: 50px;
  max-width: 362px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents {
    padding-top: 75px;
  }
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents header {
  text-align: left;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents header p {
  font-size: clamp(3rem, 2.44rem + 1.169vw, 3.4375rem);
  color: var(--contents_color_sub01);
  line-height: 1;
  font-weight: 500;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents header p::after {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 55px;
  height: 4px;
  background-color: #C0B4AA;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents header h4 {
  font-size: clamp(1.375rem, 0.735rem + 1.336vw, 1.875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
  letter-spacing: -1px;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents > p {
  margin-top: 30px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents > p {
    line-height: 1.8;
  }
}

.clump_commit-message_category.one .clump_commit-message_category_wide figure {
  margin-top: -10vw;
  padding-top: clamp(0rem, -3.201rem + 6.678vw, 2.5rem);
}

.clump_commit-message_category.one .clump_commit-message_category_wide figure img {
  position: relative;
  border-radius: 8px;
}

.clump_commit-message_category.one .clump_commit-message_category_wide figure img:nth-of-type(1) {
  width: clamp(18.75rem, -9.26rem + 58.431vw, 40.625rem);
  z-index: 99;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 108;
}

.clump_commit-message_category.one .clump_commit-message_category_wide figure img:nth-of-type(2) {
  width: clamp(11.25rem, 1.647rem + 20.033vw, 18.75rem);
  margin-right: auto;
  margin-top: -60px;
  z-index: 101;
  margin-left: clamp(0rem, -20.808rem + 43.406vw, 16.25rem);
  position: relative;
  z-index: 109;
}

.clump_commit-message_category.two {
  background-image: url(https://fraisedesbois.itembox.design/item/image/commit-message_img07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  max-height: 540px;
  height: 100%;
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.two {
    background-image: url(https://fraisedesbois.itembox.design/item/image/commit-message_img07sp.jpg);
    max-height: 475px;
  }
}
.clump_commit-message_category.two::after {
  content: "";
  background-image: url(https://fraisedesbois.itembox.design/item/image/commit-message_category_cap.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.two::after {
    display: none;
  }
}
.clump_commit-message_category.two .clump_commit-message_category_wide {
  grid-template-columns: 1fr;
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents {
  display: grid;
  max-width: 560px;
  width: 100%;
  justify-content: end;
  margin: 0 40px 0 auto;
  color: var(--contents_color_font02);
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents header p {
  font-family: "Antic Slab", serif;
  font-size: clamp(3rem, 2.44rem + 1.169vw, 3.4375rem);
  color: var(--contents_color_sub01);
  text-align: center;
  font-weight: 500;
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents header p::after {
  border-bottom: 55px;
  content: "";
  display: block;
  margin: 10px 0 10px;
  width: 40px;
  height: 4px;
  margin: auto;
  background-color: #fff;
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents header h4 {
  margin-top: clamp(1.875rem, 1.075rem + 1.669vw, 2.5rem);
  font-size: clamp(1.375rem, 0.735rem + 1.336vw, 1.875rem);
  font-weight: 600;
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents > p {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.1;
    text-align: left;
}
@media screen and (max-width: 767px) {
  .clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents > p {
    line-height: 1.8;
    text-align: left;
  }
}

.clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(1) {
  margin-left: auto;
  margin-right: clamp(3.75rem, -20.259rem + 50.083vw, 22.5rem);
  position: relative;
  z-index: 110;
  margin-top: -5px;
}

.clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(1) img {
  border-radius: 8px;
  width: clamp(14.375rem, 1.09rem + 27.713vw, 24.75rem);
}

.clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(2) {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 110;
  margin-bottom: -70px;
  margin-top: 70px;
}

.clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(2) img {
  margin-left: clamp(0rem, -75.227rem + 156.928vw, 58.75rem);
  width: clamp(14.375rem, -1.631rem + 33.389vw, 26.875rem);
}

.clump_commit-message_category.thr .clump_commit-message_category_wide {
  padding: 100px clamp(1.875rem, -3.327rem + 10.851vw, 5.9375rem) 0;
  gap: 30px clamp(2.5rem, -0.701rem + 6.678vw, 5rem);
  grid-template-columns: 1fr auto;
  background-image: url(https://fraisedesbois.itembox.design/item/image/commit-message_img08.png);
  background-position: bottom 20vw center;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide header {
  text-align: left;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide header p {
  font-size: clamp(3rem, 2.44rem + 1.169vw, 3.4375rem);
  color: var(--contents_color_sub01);
  line-height: 1;
  font-family: "Antic Slab", serif;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide header p::after {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 60px;
  height: 4px;
  background-color: #C0B4AA;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide header h4 {
  margin-top: 10%;
  font-size: clamp(1.375rem, 0.735rem + 1.336vw, 1.875rem);
  color: var(--contents_color_sub01);
  letter-spacing: -1px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.thr .clump_commit-message_category_wide header h4 {
    margin-top: 0;
  }
}
.clump_commit-message_category.thr .clump_commit-message_category_wide > p {
  text-align: left;
  margin-top: clamp(1.875rem, 1.075rem + 1.669vw, 2.5rem);
  font-family: "Noto Sans JP", sans-serif;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide .clump_commit-message_category_contents {
  padding-bottom: 50px;
  max-width: 362px;
  width: 100%;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide .clump_commit-message_category_contents > p {
  margin-top: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .clump_commit-message_category.thr .clump_commit-message_category_wide .clump_commit-message_category_contents > p {
    line-height: 1.8;
  }
}

.clump_commit-message_category.thr .clump_commit-message_category_wide > figure {
  order: 2;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide > figure img {
  border-radius: 8px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide > figure img:nth-of-type(1) {
  z-index: 101;
  width: clamp(9.375rem, -2.63rem + 25.042vw, 18.75rem);
  margin-right: clamp(0rem, -24.009rem + 50.083vw, 18.75rem);
  position: relative;
  z-index: 109;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide > figure img:nth-of-type(2) {
  width: 100%;
  width: clamp(12.5rem, -23.513rem + 75.125vw, 40.625rem);
  margin-top: -30px;
  position: relative;
  z-index: 108;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.one .clump_commit-message_category_wide {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(0deg, #F0EEED 0%, #F0EEED 38%, #fff 38%, #fff 100%);
  }
  .clump_commit-message_category.one .clump_commit-message_category_wide header > p {
    margin-bottom: 0;
  }
  .clump_commit-message_category.one .clump_commit-message_category_wide > figure {
    margin-top: 0;
    padding-top: 0;
  }
  .clump_commit-message_category.one .clump_commit-message_category_wide > figure img:nth-of-type(1) {
    width: 80.6%;
    margin-left: auto;
    margin-right: 0;
  }
  .clump_commit-message_category.one .clump_commit-message_category_wide > figure img:nth-of-type(2) {
    margin-left: 0;
    margin-right: auto;
    width: 45vw;
    margin-top: -20px;
  }
  .clump_commit-message_category.two .clump_commit-message_category_wide {
    grid-template-columns: 1fr;
  }
  .clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(1) {
    margin-left: auto;
    margin-right: -25px;
    margin-top: -80px;
  }
  .clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(1) img {
    margin-left: clamp(0rem, -16.006rem + 33.389vw, 12.5rem);
    width: 48vw;
  }
  .clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(2) {
    margin-right: auto;
    margin-top: -20px;
    margin-left: -30px;
    padding-top: 20px;
  }
  .clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(2) img {
    margin-left: clamp(0rem, -76.828rem + 160.267vw, 60rem);
    width: 60vw;
  }
  .clump_commit-message_category.thr .clump_commit-message_category_wide {
    background: #F0EEED;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
  .clump_commit-message_category.thr .clump_commit-message_category_wide > figure {
    order: initial;
  }
  .clump_commit-message_category.thr .clump_commit-message_category_wide > figure img:nth-of-type(1) {
    margin-right: 0;
    margin-left: auto;
    width: 45vw;
  }
  .clump_commit-message_category.thr .clump_commit-message_category_wide > figure img:nth-of-type(2) {
    width: 79%;
    margin-left: 0;
    margin-right: auto;
  }
}
/*  */
.clump_commit-message_category_title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category_title {
    grid-template-columns: 1fr;
    height: initial;
    text-align: center;
    margin-left: 0;
  }
}
.clump_commit-message_category_title h3 {
  font-size: clamp(1.75rem, 1.19rem + 1.169vw, 2.1875rem);
  color: var(--contents_color_default);
  font-weight: 600;
  line-height: 1.67;
}
/* ギフトサービスについて */
.cardlogo {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .cardlogo>img {
        width: 16%;
    }

    .clump_gift.lowerlayer section header {
        text-align: left;
    }

    .clump_gift.lowerlayer section header p::before {
        margin: 10px 0 20px;
        font-weight: 500;
    }

    .clump_gift.item {
        padding-top: 0;
    }

    .clump_gift section {
        /* text-align: left; */
        text-align: center;
    }

    .clump_gift section header {
        margin-top: clamp(5rem, 0.999rem + 8.347vw, 8.125rem);
        margin-bottom: 50px;
        display: block;
    }

    .clump_gift section header.left {
        text-align: left;
    }

    @media screen and (max-width: 767px) {
        .clump_gift section header.left.sp {
            text-align: center;
        }
    }

    .clump_gift section header h2 {
        font-family: "Archivo Narrow", sans-serif;
        font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
        color: var(--contents_color_sub01);
        font-weight: 600;
    }

    .clump_gift section header p {
        font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
        font-weight: 500;
    }

    .clump_gift section header p::before {
        content: "";
        display: block;
        margin: 4px auto 10px;
        width: 40px;
        height: 4px;
        background-color: var(--contents_color_sub01);
    }

    @media screen and (max-width: 767px) {
        .clump_gift section header p::before {
            margin-bottom: 20px;
        }
    }

    .clump_gift section header.left p::before {
        margin-left: 0;
    }

    @media screen and (max-width: 767px) {
        .clump_gift section header.left.sp p::before {
            margin-left: auto;
        }
    }

    .clump_gift section .clump_gift_list ul {
        display: grid;
        gap: 30px 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 767px) {
        .clump_gift section .clump_gift_list ul {
            grid-template-columns: 1fr;
        }
    }

    .clump_gift section .clump_gift_list ul li a:hover {
        text-decoration: underline;
    }

    .clump_gift section .clump_gift_list ul li figure {
        position: relative;
        max-height: 170px;
        overflow: hidden;
    }

    .clump_gift section .clump_gift_list ul li figure::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 15%;
        aspect-ratio: 1/1;
        display: block;
    }

    .clump_gift section .clump_gift_list ul li figure img {
        width: 100%;
    }

    .clump_gift section .clump_gift_list ul li:nth-of-type(1) figure::before {
        background-image: url(https://fraisedesbois.itembox.design/item/image/icon_clump_gift_01.svg);
    }

    .clump_gift section .clump_gift_list ul li:nth-of-type(2) figure::before {
        background-image: url(https://fraisedesbois.itembox.design/item/image/icon_clump_gift_04.svg);
    }

    .clump_gift section .clump_gift_list ul li:nth-of-type(3) figure::before {
        background-image: url(https://fraisedesbois.itembox.design/item/image/icon_clump_gift_03.svg);
    }

    .clump_gift section .clump_gift_list ul li h3 {
        margin-top: 10px;
        font-size: 18px;
        color: var(--contents_color_default);
        font-weight: 800;
    }

    @media screen and (max-width: 767px) {
        .clump_gift section .clump_gift_list ul li h3 {
            margin-top: 15px;
        }
    }

    .clump_gift section .clump_gift_list ul li p {
        margin-top: 10px;
        font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
        font-family: "Noto Sans JP", sans-serif;
        line-height: 1.7;
        font-weight: 400;
        color: #000;
    }

    @media screen and (max-width: 767px) {
        .clump_gift section .clump_gift_list ul li p {
            line-height: 1.85;
        }
    }

    .clump_gift section footer {
        margin-top: 40px;
        text-align: center;
    }

/**/
.status-temperature {
  display: flex;
  margin-top: 10px;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .status-temperature {
    margin-top: 20px;
  }
}
.status-temperature li img {
  width: 50px;
}

/**/
.memberBenefits_info{
    display: block;
    padding: 10px;
    text-align: left;
}