/** Shopify CDN: Minification failed

Line 2452:38 Expected ":"
Line 2453:465 Expected ":"

**/
/* ==================================================
カスタムcss
===================================================*/

/* ヘッダーカスタマイズ/ */
.header .custom-button-notify {
  display: none!important;
}

.header__icon-wrapper .custom-search {
    width: 18px;
}
@media screen and (max-width: 740px) {
    .header__icon-wrapper .custom-search {
        width: 15px;
    }
}
.header__icon-wrapper .custom-account {
    width: 21px;
}
@media screen and (max-width: 740px) {
    .header__icon-wrapper .custom-account {
        width: 17px;
    }
}

.header__icon-wrapper .custom-cart {
    width: 25px;
}
@media screen and (max-width: 740px) {
    .header__icon-wrapper .custom-cart {
        width: 20px;
    }
}
.header__icon-wrapper .custom-liked {
    width: 21px;
}

.drawer__title img {
    width: 30px;
    margin-right: 10px;
}

/* ここからカスタムCSS */
/* レスポンシブCSS */
.tab-only {
    display: none;
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}

@media screen and (max-width: 1300px) {
    .tab-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
}

@media screen and (max-width: 1300px) and (min-width: 741px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 740px) {
    .sp-only {
        display: block;
    }
}

/* お気に入り追従アイコン非表示 */
/* wishlist-link-floating[wk-loaded] {
    display: none;
  } */

/* ボタン カスタマイズ */
.custom-button-general {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.4;
    letter-spacing: 0.8px !important;
    padding: 23px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #000;
    background: transparent;
    color: #000000;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-button-cart {
    position: relative; /* 擬似要素の位置を相対的に設定 */
    padding-left: 40px; /* 画像の幅に応じてパディングを調整 */
    padding: 19px;
}

.custom-button-cart:before {
    content: "";
    background-image: url(/cdn/shop/files/cart01.png?v=1727540906);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 19%;
    top: 48%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: var(--before-display, block);
    margin-left: 26px;
}
@media screen and (max-width: 1444px) {
    .custom-button-cart:before {
        margin-left: 2%;
    }
}

@media screen and (max-width: 1300px) {
    .custom-button-cart:before {
        left: 19%;
        margin-left: 0;
    }
    .custom-button-cart {
        padding: 16px;
    }
}
@media screen and (max-width: 999px) {
    .custom-button-cart::before {
        left: 16%;
        top: 51%;
    }
}
@media screen and (max-width: 740px) {
    .custom-button-cart:before {
        left: 50%;
        top: 51%;
        margin-left: -65px;
    }
}

.custom-button-base {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    /* max-width: 340px; */
    padding: 16px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #000;
    background: transparent;
    color: #000000;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 55px;
}
@media screen and (max-width: 740px) {
    .custom-button-base {
        font-size: 13px;
        padding: 11px;
        height: 45px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: 0.8px;
    }
}
.custom-button-cart {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    /* max-width: 340px; */
    padding: 23px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #000;
    background: transparent;
    color: #000000;
    margin: 0;
    margin-top: 10px;
    padding: 21px;
    margin-bottom: 5px;
    /* padding-left: 40px !important; */
}
.custom-button-cart .loader-button__text {
    margin-left: 36px;
}
@media screen and (max-width: 1300px) {
    .custom-button-cart .loader-button__text {
        margin-left: 22px;
    }
}
@media screen and (max-width: 400px) {
    .custom-button-cart .loader-button__text {
        margin-left: 0;
    }
}

.custom-button-quick {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    /* max-width: 340px; */
    padding: 23px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #000;
    background: transparent;
    color: #000000;
    margin: 0;
    margin-top: 10px;
    margin: 10px 0 5px;
}

.custom-checkout-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 1.4;
    letter-spacing: 0.8px;
    padding: 23px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #000;
    background: transparent;
    color: #ffffff;
    background: #21325e;
}

/*カート画面ボタン非活性時*/
.custom-checkout-button:disabled {
    opacity: 0.5;
}

.custom-button--primary {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    padding: 23px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #000;
    background: transparent;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin: 18px auto 0;
}

@media screen and (min-width: 1000px) {
    .custom-button--primary {
        max-width: 310px;
    }
}
/* インスタフィードカスタマイズ */
body div#insta-feed {
    margin-top: -104px !important;
}
@media screen and (max-width: 999px) {
    body div#insta-feed {
        margin-top: -39px !important;
    }
}

#insta-feed h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    position: relative;
    text-align: left;
    display: flex;
    align-items: flex-end;
    margin-bottom: 51px !important;
    font-family: Poppins;
}
#insta-feed h2::before {
    content: "";
    display: inline-block;
    background-image: url("/cdn/shop/files/instagram.png?v=1727887493");
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 28px;
    margin-right: 19px;
}
@media screen and (max-width: 1300px) {
    #insta-feed h2 {
        margin: 0;
        text-align: center;
        display: flex !important;
        gap: 13px;
        flex-direction: column;
        align-items: center;
    }
    #insta-feed h2::before {
        margin-right: 0;
    }
}
@media screen and (max-width: 900px) {
    #insta-feed h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 22px !important;
    }
    #insta-feed h2::before {
        width: 18px;
        height: 19px;
    }
}

.custom-button-app {
    position: absolute;
    right: 0;
    color: #000;
    background: none;
    text-transform: none !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.8px !important;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    min-width: 140px;
    font-family: Poppins !important;
    transition: opacity 0.3s ease;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    padding: 0 !important;
    justify-content: right;
}

.custom-button-app:hover {
    opacity: 0.7;
}

/* お気に入りボタンカスタマイズ */
.wk-button .wk-icon {
    --stroke: #333 !important;
}

wishlist-button-collection .wk-button.wk-selected {
    --icon-fill: #333 !important;
}
wishlist-button-collection .wk-button::before,
wishlist-button-collection .wk-button:hover::before {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.wk-button .wk-icon svg {
    width: 23px !important;
    height: 23px !important;
}

.wk-button .wk-icon svg path {
    stroke-width: 1.3px !important;
}

.custom-header-drawer .header__icon-list {
    gap: 19px !important;
}
@media screen and (max-width: 360px) {
    .custom-header-drawer .header__icon-list {
        gap: 14px !important;
    }
}

.custom-product-item__label-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.new-label {
    background: #ffe645;
    font-weight: bold;
    padding: 8px 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    /* 83.333% */
    letter-spacing: 0.6px;
    margin-right: 7px;
    margin-bottom: 24px;
}
#variant-inventory {
    background: #ebebeb;
    padding: 8px 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    /* 83.333% */
    letter-spacing: 0.6px;
    margin-right: 7px;
    margin-bottom: 24px;
}
@media screen and (max-width: 740px) {
    .new-label,
    #variant-inventory {
        font-size: 10px;
        padding: 5px 9px 7px 9px;
        margin-bottom: 19px;
    }
}

/* フッター アイコン調整 */
.social-media__link img {
    width: 20px;
    height: auto;
}

#footer-newsletter .input__label {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.75px;
    background: transparent;
}
@media screen and (max-width: 999px) {
    #footer-newsletter .input__label {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 183.333% */
        letter-spacing: 0.6px;
    }
}

#footer-newsletter .input__field {
    background: #fff;
    height: 55px;
}

:focus-within ~ .input__label,
.is-filled ~ .input__label {
    transform: scale(0.733) translateY(calc(-13px - 0.5em)) translateX(3.665px);
}
.input__field,
#shopify-product-reviews .spr-form-input-text,
#shopify-product-reviews .spr-form-input-email,
#shopify-product-reviews .spr-form-input-textarea {
    color: #000;
    padding-top: 5px;
}

#footer-newsletter .input__submit-icon {
    width: 7.5px;
    top: 69%;
    right: 25px;
}

@media screen and (max-width: 999px) {
    #footer-newsletter .input__submit-icon {
        top: 59%;
    }

    .social-media {
        justify-content: center;
    }
}
.footer__item--newsletter {
    max-width: 470px;
    margin-left: auto;
}
@media screen and (max-width: 999px) {
    .footer__item--newsletter {
        margin-left: unset;
    }
}

/* マイページカスタマイズ */
.mt-2 .px-3 {
    padding-left: 18px !important;
}

.account--order-list .text--subdued {
    margin: 45px 0;
}

.account--order-list .heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; /* 48px */
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
@media screen and (max-width: 999px) {
    .account--order-list .heading {
        font-size: 16px;
        letter-spacing: 0.48px;
        text-transform: capitalize;
    }
}
.custom-container{
    max-width: 973px;
}

#shopify-section-template--17505939259532__main .account--order-list .heading {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.48px;
    text-transform: capitalize;
    display: flex;
}
#shopify-section-template--17505939259532__main .account--order-list .custom-account-title {
        display: block;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 200% !important;
        letter-spacing: 0.48px !important;
    }


#shopify-section-template--17505939259532__main .account--order-list .text--subdued {
    margin: 0;
}

@media screen and (max-width: 999px) {
   #shopify-section-template--17505939259532__main .account--order-list .button {
    max-width: 100%;
}
#shopify-section-template--17505939259532__main .account__order-item-info {
      grid-template-columns: 1fr;
      gap: 14.5px;

}
#shopify-section-template--17505939259532__main .account__order-item-block{
        display: flex;
        align-items: center;
    }
    #shopify-section-template--17505939259532__main .account--order-list .heading {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 13.2px */
        letter-spacing: 0.36px;
        text-transform: capitalize;
        color: #000;
    }
      #shopify-section-template--17505939259532__main .account--order-list .heading span {
        min-width: 60%;
    }
    #shopify-section-template--17505939259532__main .account--order-list .text--subdued {
        min-width: 60%;
    }
    #shopify-section-template--17505939259532__main .account--order-list .account__order-item-block span {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 13.2px */
        letter-spacing: 0.36px;
        text-transform: capitalize;
    }
}


/* チェックボックスのスタイル */
.cf-app__field-label input[type="checkbox"],
.cf-app__checkbox input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #21325e;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

/* チェックされた時の背景色とチェックマーク */
.cf-app__field-label input[type="checkbox"]:checked,
.cf-app__checkbox input[type="checkbox"]:checked {
    background-color: #21325e;
}

/* チェックマークのスタイル */
.cf-app__field-label input[type="checkbox"]:checked::before,
.cf-app__checkbox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 7px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 1px;
}

/* ラジオボタンのスタイル */
.cf-app__radio input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #21325e;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

/* ラジオボタンが選択された場合のスタイル */
.cf-app__radio input[type="radio"]:checked {
    background-color: #21325e;
}

/* ラジオボタン内の選択マーク */
.cf-app__radio input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.account .bubble-count {
    color: #000;
    /* background: rgb(var(--heading-color)); */
    font-weight: var(--text-font-bold-weight);
    /* font-family: var(--text-font-family); */
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
        "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Osaka",
        "ＭＳ Ｐゴシック", sans-serif;
    font-style: var(--text-font-style);
    letter-spacing: 0;
    border-radius: 21px;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    /* height: 20px; */
    font-size: 24px;
    line-height: 2;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    display: inline-flex;
    position: relative;
    font-weight: 600;
    background-color: transparent;
}
.link-bar__wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: hidden;
}

.shopify-section--main-customers-account {
    margin-top: 24px !important;
}

.shopify-section--main-customers-account .link--animated {
    opacity: 0.5;
}

.receipt-link {
    margin-top: 15px;
}

.link-bar__wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edgeでスクロールバーを非表示 */
}

.link-bar__linklist {
    display: inline-flex;
    gap: 2em;
}

.link-bar__link-item {
    flex-shrink: 0;
}
.account--order-list .custom-account-title,
.account--order-list .custom-account-title span {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; /* 48px */
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
@media screen and (max-width: 999px) {
    .account--order-list .custom-account-title,
    .account--order-list .custom-account-title span {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 200%; /* 32px */
        letter-spacing: 0.48px;
    }
    .link-bar .container {
        padding: 0;
    }
}
.socialplus-association-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -41px;
    margin-bottom: -43px;
}
@media screen and (max-width: 1199px) {
    .socialplus-association-wrapper {
        margin-top: -32px;
        margin-bottom: -43px;
    }
}
@media screen and (max-width: 740px) {
    .socialplus-association-wrapper {
        margin-top: -23px;
    }
}
.shopify-section--custom-liquid .section {
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 740px) {
    .shopify-section--custom-liquid .section {
        margin-top: 20px;
        margin-bottom: 47px;
    }
}
#shopify-block-vip_point_transactions_VHigRM {
    padding: 0 10px;
}

.divide-y .px-3 {
    padding-left: 22px;
    padding-right: 12px;
}

.socialplus-association-component {
    margin: 0 !important;
}
.socialplus-association-component .socialplus-association-row {
    border-radius: 60px;
    padding: 3px !important;
    height: 60px;
}
.link-bar__link-item {
    -webkit-padding-before: 19px;
    padding-block-start: 19px;
    -webkit-padding-after: 17px;
    padding-block-end: 17px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 0.48px;
    text-transform: capitalize;
}

.socialplus-association-component .socialplus-association-button {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    border-radius: 60px;
    background: #f3efec;
    padding: 16px !important;
}
#shopify-section-template--17505939325068__main .link-bar__wrapper {
    margin-top: -20px;
    margin-bottom: 20px;
}
.socialplus-association-component .socialplus-association-provider-name {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
    letter-spacing: 0.28px;
    text-transform: capitalize;
}
@media screen and (max-width: 740px) {
    .link-bar__link-item {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 15.6px */
        letter-spacing: 0.39px;
        text-transform: capitalize;
    }
    #shopify-section-template--17505939325068__main .link-bar__wrapper {
        margin-top: 12px;
    }
    .socialplus-association-component .socialplus-association-provider-name {
        width: 42px !important;
        margin-right: 5px;
    }
}
.shopify-section--custom-liquid .heading {
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 83.333% */
    text-transform: capitalize;
}
@media screen and (max-width: 740px) {
    .shopify-section--custom-liquid .heading {
        font-size: 24px;
        line-height: 20px; /* 83.333% */
        text-transform: capitalize;
    }
}

/* ショッピングを開始する ボタン調整 */
.account--order-list .button {
    max-width: 340px;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
}

@media screen and (max-width: 999px) {
    .account--order-list .button {
        padding: 15px;
        line-height: 1.4;
        font-size: 12px;
    }
}

.socialplus-association-wrapper
    .socialplus-association-component
    .socialplus-association-provider-icon {
    max-width: 29px !important;
    max-height: 30px !important;
    margin-left: 33px !important;
}
@media screen and (max-width: 740px) {
    .socialplus-association-wrapper
        .socialplus-association-component
        .socialplus-association-provider-icon {
        margin-left: 10px !important;
    }
    
}

.link-bar__link-item a:after {
    content: "";
    transform-origin: var(--transform-origin-end);
    background: currentColor;
    width: 100%;
    height: 1px;
    transition: transform 0.3s;
    position: absolute;
    /* bottom: 2px; */
    bottom: -17px;
    left: 0;
    transform: scaleX(0);
}

.custom-bubble-count {
    color: #000;
    background: none;
    font-weight: var(--text-font-bold-weight);
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
        "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Osaka",
        "ＭＳ Ｐゴシック", sans-serif;
    font-style: var(--text-font-style);
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    line-height: 1.4;
    display: inline;
    position: relative;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 48px */
    letter-spacing: 0.72px;
    text-transform: capitalize;
    top: 0px !important;
}
.custom-account-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 48px */
    letter-spacing: 0.72px;
    text-transform: capitalize;
}

.link-bar__link-item .edit-account-link {
    text-decoration: none !important;
}

.bannerSection__link:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.custom-section__header {
    margin: 0;
    margin-bottom: 40px;
    max-width: 100%;
}
@media screen and (max-width: 1300px) {
    .custom-section__header {
        margin: 0;
        margin-bottom: 22px;
    }
}
.custom-text-container {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1300px) {
    .custom-text-container {
        flex-direction: column;
    }
}

.custom-text-container img {
    aspect-ratio: 27 / 24;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 27px;
    margin-right: 18px !important;
}
@media screen and (max-width: 1300px) {
    .custom-text-container img {
        margin-right: 0 !important;
        margin-bottom: 12px !important;
        max-width: 18px;
    }
}
.custom-text-container .heading {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    letter-spacing: 0.2px;
    font-family: "Poppins", "Hiragino Kaku Gothic ProN",
        "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic,
        "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 1300px) {
    .custom-text-container .heading {
        font-size: 20px !important;
        line-height: 20px !important;
    }
}
@media screen and (max-width: 740px) {
    .custom-text-container .heading {
        font-size: 24px;
    }
}
.custom-moblie-drawer-sns .social-media {
    justify-content: left;
    gap: 20px;
}

.custom-product-form__add-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    padding: 23px;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #000;
    background: transparent;
    color: #000000;
    margin-bottom: 5px;
}
.drawer--quick-buy .product-form__buぎふとy-buttons {
    padding-right: 0;
}
.banner--success {
    display: none;
}

/* anyギフト ボタンカスタマイズ */
.ag-text-white {
    padding: 17px;
}

/* トップ リコメンド余白調整 */
#shopify-section-template--17505939456140__c_custom_liquid_tFLdcY {
    padding-top: 87px !important;
}
/* インスタ セクション内 ボタンカスタマイズ */
#shopify-block-instafeed_app_block_E8bPJT {
    position: relative;
}

.custom-button-app {
    position: absolute;
    right: 0;
    color: #000;
    background: none;
    text-transform: none !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.8px !important;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    padding: 0 4px !important;
    min-width: 140px;
    font-family: Poppins !important;
    transition: opacity 0.3s ease;
    display: inline-flex;
    align-items: center;
    z-index: 1;
    justify-content: right;
}
@media screen and (max-width: 1300px) and (min-width: 901px) {
    .custom-button-app {
        bottom: -44px;
    }
}

#shopify-block-ASkpsaDhTQ1FMMmtmR__instafeed_app_block_E8bPJT {
  position: relative;
}

.instagramButtonSection .custom-button-app-wrap {
  text-align: center;
}

.instagramButtonSection .pc-only,
.instagramButtonSection .tab-only {
  display: block;
}

/* メディアクエリでデバイス別のスタイル調整 */
@media screen and (min-width: 1025px) {
  .instagramButtonSection .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .instagramButtonSection .pc-only {
    display: none;
  }
}


@media screen and (max-width: 900px) {
    .custom-button-app {
        bottom: -44px;
        font-size: 13px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 1.4;
        letter-spacing: 0.65px !important;
        justify-content: end;
    }
}

.custom-button-app img {
    margin-left: 11px;
    width: 29px;
    height: 29px;
}
@media screen and (max-width: 900px) {
    .custom-button-app img {
        width: 24px;
        height: 24px;
    }
}

/* カートに追加ボタン */
.custom-product-form__add-button {
    border-radius: 50px !important;
    border-color: #ffe645;
    background: #ffe645;
    color: #000;
    text-align: center;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    letter-spacing: 0.8px !important;
    text-transform: capitalize !important;
}

/* 商品詳細 カスタマイズ */
.product-form__option-name {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.product-form__option-value {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.product-form__inventory-wrapper {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.8px;
}

.custom-discount {
    padding: 7px 10px;
    margin-left: 7px;
    margin-bottom: 24px;
}

.product-form__add-button {
    background-image: linear-gradient(
            178deg,
            #ffe645,
            #ffe645 10%,
            #00000012 10%,
            #00000012 100%
        ),
        linear-gradient(#ffe645, #ffe645);
    color: #000;
    border-radius: 60px;
}

.product-form__add-button.c_disabled {
    background-image: none;
    background: rgb(var(--button-background));
}

/* 商品詳細 */
.product__media-list-wrapper {
    max-width: 600px;
}
@media screen and (max-width: 999px) {
    .product__media-list-wrapper {
        max-width: 100vw;
    }
}
.product-meta__share-button-item {
    width: 40px;
    transition: background-color 0.3s ease;
}
@media screen and (max-width: 999px) {
    .product-meta__share-button-item {
        width: 34px;
    }
}

.product-meta__share-button-item img {
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.product-meta__share-button-item:hover img {
    -webkit-filter: contrast(0.7);
            filter: contrast(0.7);
}

.custom-link-e-gift {
    text-decoration: underline;
    margin-left: 5px;
}
@media screen and (max-width: 999px) {
    .custom-link-e-gift {
        margin-left: 0;
    }
}
.custom-button-comming-soon {
    background: #e2e2e2 !important;
    border: none;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    padding: 15px;
    width: 100%;
    border-radius: 60px;
    border: none !important;
    color: #000000;
    margin: 10px 0 5px;
    display: inline-block;
    pointer-events: none;
}

@media screen and (max-width: 740px) {
    .custom-button-comming-soon {
        line-height: 1.4 !important;
        font-size: 12px !important;
    }
}

/* 20260316 coming-soon時のカートアイコン非表示 */
/* .custom-button-comming-soon:before {
    content: "";
    background-image: url(/cdn/shop/files/cart01.png?v=1727540906);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20%;
    top: 51%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: var(--before-display, block);
} */

@media screen and (max-width: 1300px) {
    .custom-button-comming-soon:before {
        /* display: none; */
    }
}

/* お気に入り表示の際は削除 */
.vip-point {
    display: inline-block;
    letter-spacing: 0.45px;
    position: relative;
    top: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.7px;
    color: #000;
    font-feature-settings: "palt" on;
}

@media screen and (max-width: 740px) {
    .vip-point {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 260% */
        letter-spacing: 0.5px;
    }
}

/* 商品description内カスタマイズ */
.custom__product-content .product-content__tabs {
    width: 100%;
    margin: 0;
}
@media screen and (max-width: 999px) {
    .custom__product-content .product-content__tabs {
        width: 100%;
    }
}
/* 小さなバナー */
.product-tabs__tab-item-content .customdiscription__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 41px;
}
@media screen and (max-width: 999px) {
    .product-tabs__tab-item-content .customdiscription__inner {
        display: flex;
        gap: 11px;
    }
}

.product-tabs__tab-item-content .customdiscription__link img {
    border-radius: 6px;
}

.product-tabs__tab-item-content .customdiscription__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* 大きなバナー */
.product-tabs__tab-item-content .customdiscription__customTextImgInner {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 999px) {
    .product-tabs__tab-item-content .customdiscription__customTextImgInner {
        max-width: 100%;
    }
}

.product-tabs__tab-item-content .customdiscription__customTextImgTitle {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: left;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 104.545% */
    letter-spacing: 0.44px;
    text-transform: capitalize;
}
@media screen and (max-width: 999px) {
    .product-tabs__tab-item-content .customdiscription__customTextImgTitle {
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 15px */
        letter-spacing: 0.75px;
    }
}

.product-tabs__tab-item-content .customdiscription__customTextImgLink {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.product-tabs__tab-item-content
    .customdiscription__customTextImg-image-wrapper {
    position: relative;
    display: inline-block;
}

.product-tabs__tab-item-content
    .customdiscription__customTextImg-image-wrapper
    img {
    max-width: 100%;
    border-radius: 6px;
    display: block;
    margin: 0;
}

/* グラデーションマスク */
.product-tabs__tab-item-content .customdiscription__customTextImg-image-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 94px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.product-tabs__tab-item-content .customdiscription__customTextImg-link-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
}
@media screen and (max-width: 999px) {
    .product-tabs__tab-item-content
        .customdiscription__customTextImg-link-text {
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.4; /* 76.923% */
        letter-spacing: 0.65px;
    }
}

/* 矢印を追加 */
.product-tabs__tab-item-content
    .customdiscription__customTextImg-link-text::after {
    content: "＞";
    margin-left: 8px;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 999px) {
    .product-tabs__tab-item-content
        .customdiscription__customTextImg-link-text::after {
        font-size: 13px;
    }
}

.product-tabs__tab-item-content .customdiscription__customTextImgLink:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* 商品CTA内のdescription用 */
/* 小さなバナー */
.product-form__description .customdiscription__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 41px;
}
@media screen and (max-width: 999px) {
    .product-form__description .customdiscription__inner {
        display: flex;
        gap: 11px;
    }
}

.product-form__description .customdiscription__link img {
    border-radius: 6px;
}

.product-form__description .customdiscription__link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* 大きなバナー */
.product-form__description .customdiscription__customTextImgInner {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 999px) {
    .product-form__description .customdiscription__customTextImgInner {
        max-width: 100%;
    }
}

.product-form__description .customdiscription__customTextImgTitle {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: left;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 104.545% */
    letter-spacing: 0.44px;
    text-transform: capitalize;
}

.product-form__description .customdiscription__customTextImgLink {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.product-form__description .customdiscription__customTextImg-image-wrapper {
    position: relative;
    display: inline-block;
}

.product-form__description .customdiscription__customTextImg-image-wrapper img {
    max-width: 100%;
    border-radius: 6px;
    display: block;
    margin: 0;
}

/* グラデーションマスク */
.product-form__description .customdiscription__customTextImg-image-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 94px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.product-form__description .customdiscription__customTextImg-link-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
}

/* 矢印を追加 */
.product-form__description .customdiscription__customTextImg-link-text::after {
    content: "＞";
    margin-left: 8px;
    font-size: 16px;
    color: #fff;
}

.product-form__description .customdiscription__customTextImgLink:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* セクションのタイトル */
.custom-section-header-standard {
    margin: 0;
    margin-bottom: 49px;
}

.custom-section-header-standard .heading {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.custom-section-header-standard .text-container {
    display: flex;
    align-items: center;
}
.custom-section-header-standard .custom-heading-image {
    margin: 0 !important;
    width: 27px;
    margin-right: 19px !important;
}

@media screen and (max-width: 1300px) {
    .custom-section-header-standard {
        margin: auto;
        margin-bottom: 29px;
    }
    .custom-section-header-standard .heading {
        font-size: 20px;
        line-height: 20px;
    }
    .custom-section-header-standard .text-container {
        flex-direction: column;
    }
    .custom-section-header-standard .custom-heading-image {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        width: 20px;
    }
}

.title-logo {
    aspect-ratio: 27 / 24;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 27px;
    margin-bottom: 12px !important;
    margin-right: 18px !important;
}
@media screen and (max-width: 900px) {
    .title-logo {
        margin-right: 0 !important;
        max-width: 18px;
    }
}

/* View More ボタン */
.custom-button {
    color: #000;
    background: none;
    width: 100%;
    text-transform: none !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.8px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    width: 100%;
    padding: 0 4px !important;
    min-width: 140px;
    font-family: Poppins !important;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
    justify-content: end;
}
@media screen and (max-width: 740px) {
    .custom-button {
        font-size: 13px;
        letter-spacing: 0.65px;
    }
}

.custom-button img {
    margin-left: 6px !important;
    width: 29px;
    height: 29px;
}
@media screen and (max-width: 900px) {
    .custom-button img {
        width: 24px;
        height: 24px;
    }
}

/* コレクション一覧のランキング、コレクション部分ではカートに追加アイコン非表示 */
@media screen and (max-width: 740px) {
    .customFeaturedCollectionsAdjust button,
    .customFeaturedCollectionsAdjust .custom-button-quick,
    .shopify-section--main-collection button,
    .shopify-section--main-collection .custom-button-quick,
    .shopify-section--main-collection .custom-button-base {
        font-size: 12px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 10px !important; /* 83.333% */
        letter-spacing: 0.6px !important;
        max-width: 100%;
    }
}
/* @media screen and (max-width: 740px) {
    .customFeaturedCollectionsAdjust button,
    .customFeaturedCollectionsAdjust .custom-button-quick,
    .shopify-section--main-collection button,
    .shopify-section--main-collection .custom-button-quick {
        padding: 14px !important;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 10px !important;
        letter-spacing: 0.6px !important;
    }
} */
@media screen and (max-width: 375px) {
    .customFeaturedCollectionsAdjust button,
    .customFeaturedCollectionsAdjust .custom-button-quick,
    .shopify-section--main-collection button,
    .shopify-section--main-collection .custom-button-quick,
    .shopify-section--main-collection .custom-button-base {
        line-height: 1.4 !important;
        font-size: 12px !important;
    }
}

.product-facet__main .custom-product-item-meta{
    text-align: start;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-facet__main .product-item__cta-wrapper {
    margin-top: 25px;
}
/* ブログ記事内スタイル */
.article__content h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 127.273% */
    margin-bottom: 16px;
}
@media screen and (max-width: 740px) {
    .article__content h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }
}

.article__content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}
@media screen and (max-width: 740px) {
    .article__content p {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
}

.article__content img {
    width: 100%;
}

.article__content h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
@media screen and (max-width: 740px) {
    .article__content h4 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }
}

.article__content .table-wrapper td:first-child {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    min-width: 178px;
    display: flex;
    text-align: left;
    padding: 30px 0;
}
@media screen and (max-width: 740px) {
    .article__content .table-wrapper td:first-child {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 21.6px */
        text-transform: capitalize;
    }
}
.article__content .table-wrapper td:last-child {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 30px 0;
}
@media screen and (max-width: 740px) {
    .article__content .table-wrapper td:last-child {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 21.6px */
        text-transform: capitalize;
    }
}

.article__content tr {
    border-top: 1px solid rgba(70, 65, 48, 0.1);
}

.article__content tr:last-child {
    border-bottom: 1px solid rgba(70, 65, 48, 0.1);
}

.article__content h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
@media screen and (max-width: 740px) {
    .article__content h5 {
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 200%; /* 26px */
        text-transform: capitalize;
    }
}
.article__content .text-wrap {
    background: #f3efec;
    padding: 40px;
}

/* カートカスタマイズ */
.cart__recap .cart__delivery-date-time {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; /* 32px */
    letter-spacing: 0.48px;
    text-transform: capitalize;
    margin-top: 0;
}
.cart__recap .cart__delivery-date,
.cart__recap .cart__delivery-time {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 0.48px;
    text-transform: capitalize;
}
.cart__recap .cart__delivery-date-select,
.cart__recap .cart__delivery-time-select {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 28px */
    letter-spacing: 0.42px;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 60px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNNCw2bDQsNGw0LTRNMTYsMGw4LTgiIHN0eWxlPSJmaWxsOm5vbmU7IHN0cm9rZTojMDAwOyBzdHJva2Utd2lkdGg6MXB4OyIvPjwvc3ZnPg==)
        no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    background-color: #fff;
    margin-top: 15px;
}
.cart__recap .cart__total {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 107.692% */
    letter-spacing: 0.39px;
    margin-right: 15px;
}
.cart__recap .cart__total-price {
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 63.636% */
    letter-spacing: 0.88px;
}
.cart__recap .cart__total-price span {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-left: 5px;
}
.cart__recap .cart__tax-note-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 24px */
    letter-spacing: 0.36px;
}
.cart__tax-note-small-link {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 24px */
    letter-spacing: 0.36px;
    color: #000;
    text-decoration: underline;
}
#pointStatus {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.32px;
    text-transform: capitalize;
}
.cart__recap .cart-attribute__field-flex {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 999px) {
    .cart__recap .cart__delivery-date-time {
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 200%; /* 26px */
        letter-spacing: 0.39px;
        text-transform: capitalize;
    }
    .cart__recap .cart__delivery-date,
    .cart__recap .cart__delivery-time {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%; /* 26px */
        letter-spacing: 0.39px;
        text-transform: capitalize;
    }
    .cart__recap .cart__delivery-date-select,
    .cart__recap .cart__delivery-time-select {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%; /* 26px */
        letter-spacing: 0.39px;
        text-transform: capitalize;
        padding: 11px 20px;
        margin-top: 10px;
    }
    .cart__recap .cart__total {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px; /* 116.667% */
        letter-spacing: 0.36px;
        margin-right: 20px;
    }
    .cart__recap .cart__total-price {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px; /* 70% */
        letter-spacing: 0.8px;
    }
    .cart__recap .cart__total-price span {
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }
}

/* チェックボックスのカスタムスタイル */
#js_gift_add {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #fff;
}

/* チェックしたときのスタイル */
#js_gift_add:checked {
    background-color: #fff; /* チェック時の背景色 */
}

.js_gift_btn label {
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 0.48px;
    text-transform: capitalize;
    gap: 10px;
}

.js_gift_btn a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.24px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: capitalize;
}

/* チェックマークを描画 */
#js_gift_add:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 7px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
}

#js_agree {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #fff;
}
/* チェックマークを描画 */
#js_agree:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 7px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    border-radius: 1px;
}
.js_agree_btn {
    margin-top: 50px;
}

@media screen and (max-width: 999px) {
    #js_deli_text{
        font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 26px */
    letter-spacing: 0.39px;
    text-transform: capitalize;
    }
}

.js_agree_btn label {
    display: flex;
    align-items: center;
    margin-top: 21px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    gap: 10px;
}
@media screen and (max-width: 999px) {
    .js_agree_btn label {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%; /* 26px */
        letter-spacing: 0.39px;
        text-transform: capitalize;
    }
}
.js_agree_btn h4 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}
@media screen and (max-width: 999px) {
    .js_agree_btn h4 {
        font-size: 13px;
    }
}
.js_agree_btn span {
    background: #ff0000;
    font-size: 12px;
    padding: 3px 5px;
    color: #fff;
    margin-left: 5px;
    border-radius: 2px;
}
.js_agree_btn p {
    background: #fff;
    font-size: 12px;
    width: 100%;
    height: 100px;
    border: 1px solid #767676;
    border-radius: 2px;
    padding: 5px;
    overflow-y: scroll;
}

@media screen and (max-width: 1199px) {
    .js_gift_btn label {
        margin-top: 30px;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%; /* 26px */
        letter-spacing: 0.39px;
        text-transform: capitalize;
    }
}
.line-item-table__header-group span {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 14.3px */
    letter-spacing: 0.39px;
    text-transform: capitalize;
    color: #000;
}
.cart-custom-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.5;
    margin-bottom: 30px;
}

/* アカウント編集アプリ */
.customer.register h1 {
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 83.333% */
    text-transform: capitalize;
    margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
    .customer.register h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

/* ヘッダーhas-dropdownがある場合 */
.header__linklist .has-dropdown {
    display: flex; /* テキストと矢印を横並びにする */
    align-items: center; /* 縦方向の中央揃え */
}

.header__linklist .has-dropdown::after {
    content: "";
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    height: 8px;
    width: 8px;
    margin-left: 0.5em;
    transform: rotate(135deg);
    border-color: #000;
    margin-bottom: 5px;
}

@media screen and (max-width: 999px) {
    .product__info {
        margin-top: 30px;
    }
    .product__media-list-wrapper {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}
.product-list__arrow img {
    width: 10px;
}


/* 20260316 */
.product__media-list-wrapper .c_arrow_wrapper {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  padding-inline: 20px;
  pointer-events: none;
}
.product__media-list-wrapper .c_arrow_wrapper .c_arrow_prev {
  left: 0;
  pointer-events: auto;
  cursor: pointer;
}
.product__media-list-wrapper .c_arrow_wrapper .c_arrow_next {
  right: 0;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .product__media-list-wrapper .c_arrow_wrapper {
    padding-inline: 10px;
  }
  .product__media-list-wrapper .c_arrow_wrapper svg {
    width: 40px;
  }
  .product__media-list-wrapper .c_arrow_wrapper .c_arrow_prev {
    width: 40px;
  }
  .product__media-list-wrapper .c_arrow_wrapper .c_arrow_next {
    width: 40px;
  }
}


/* ご利用ガイドリンク先位置調整 */
.guide {
    margin-top: -100px; /* 調整したいピクセル数 */
    padding-top: 100px; /* 調整するためのスペースを確保 */
}

.shopify-section--custom-html .section__header .heading {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
}
@media screen and (max-width: 999px) {
    .shopify-section--custom-html .section__header .heading {
        font-size: 24px;
    }
}

.cf-app__field.form-error h4.heading{
  color: #ff0000;
}

/* 商品詳細調整 */
.product-form__option-selector {
    /* margin-bottom: 42px; */
    margin-bottom: 10px;
}

.product-form__quantity {
    margin-bottom: 13px;
}
.predictive-search__form img {
    width: 20px;
}

/* コレクション等での商品名2行目以降は省略 */
.kmnx-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.5em !important;
    max-height: 3em !important;
    white-space: normal !important;
    height: 48px !important;
}

.drawer__content .product-form__buy-buttons {
    padding-right: 0;
}

.product-item-meta__price-list-container {
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
}
@media screen and (max-width: 999px) {
    .product-item-meta__price-list-container {
        margin-top: 15px;
    }
}
.footer__aside {
    display: grid;
    justify-items: normal;
    align-items: center;
}
.custom-footer__aside {
    -webkit-margin-before: 86px;
    margin-block-start: 86px;
    padding: 29px 30px 0;
}

.custom-footer-sns--second {
    margin-top: 32px;
}
@media screen and (max-width: 999px) {
    .custom-footer-sns--second {
        margin-top: 0px;
    }
}
.drawer__content .instagram-icon {
    content: url("/cdn/shop/files/instagram_fe32200a-1676-4a19-b4bd-21ae0a86602b.png?v=1728355693");
}

/* 会員特典ページカスタマイズ */
.member-benefits-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
@media screen and (max-width: 999px) {
    .member-benefits-title {
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 90.909% */
        text-transform: capitalize;
    }
}

/* カートカスタマイズ */
.custom-line-item__image-wrapper {
    max-width: 120px;
    width: 100%;
    margin-left: 20px;
}
@media screen and (max-width: 740px) {
    .custom-line-item__image-wrapper {
        max-width: 90px;
        margin-left: 0;
        margin-right: 13px;
    }
}
.custom-page-content--fluid {
    padding: 22px;
}
@media screen and (max-width: 400px) {
    .custom-page-content--fluid {
        padding: 0;
    }
}
.custom-coming-soon {
    background: #e2e2e2;
    border: none;
    cursor: unset;
}

.product-content__tabs .tabs-nav__item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

/* ヘッダー追従時のカスタマイズ */
.header {
    transition: box-shadow 0.3s ease;
}

.header-sticky {
    box-shadow: 0 1px rgb(var(--border-color));
}

.predictive-search__content-wrapper .linklist {
    width: 90%;
    margin-left: auto;
}

/* ログインフォーム */
.customer_login .input__label {
    background: #e8f0fe !important;
}

/* ヘッダーカスタマイズ */
.custom-header__inline-navigation .header__linklist-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.8px;
}
.custom-header__wrapper-top {
    padding: 30px 0;
}
@media screen and (max-width: 999px) {
    .custom-header__wrapper-top {
        padding: 20px 0;
    }
}

.featured-collections .product-item-meta__title {
    max-width: 87%;
}
@media screen and (max-width: 740px) {
    .featured-collections .product-item-meta__title {
        max-width: 81%;
    }
}

/* 商品カード */
.product-item__cta-wrapper {
    margin-top: auto;
}

/* e-giftテキスト */
.custom-e-gift-link__text {
    font-size: 12px;
    text-align: end;
}
@media screen and (max-width: 999px) {
    .custom-e-gift-link__text {
        text-align: center;
    }
}
.custom-e-gift-link {
    margin-left: 18px;
}
.custom-button-back-to-shopping {
    margin-top: 25px !important;
    cursor: pointer;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 15.4px */
    letter-spacing: 0.42px;
    text-transform: capitalize;
}
@media screen and (max-width: 999px) {
    .custom-button-back-to-shopping {
        margin-top: 20px !important;
        font-size: 12px!important;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 12px */s
        letter-spacing: 0.12px;letter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacingletter-spacing
    }
}
.custom-button-register {
    width: 100%;
}
.c_btns img {
    width: 29px;
    height: 29px;
    margin-left: 6px !important;
}
.c_btns {
    color: #000;
    background: none;
    width: 100%;
    text-transform: none !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.8px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    width: 100%;
    padding: 0 4px !important;
    min-width: 140px;
    font-family: Poppins !important;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
    justify-content: end;
}

#main {
    max-width: 100vw;
    overflow-x: hidden;
}

@media screen and (max-width: 700px) {
    .product-list__inner[class="product-list__inner"] .button {
        /* padding-left: 0 !important; */
        padding: 10px;
        margin-left: 0 !important;
    }

    /* .product-list__inner[class="product-list__inner"]
        .custom-button-cart
        .loader-button__text {
        margin-left: 0 !important;
    } */
}
#js_checkout_btn {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.42px;
    text-transform: capitalize;
}
@media screen and (max-width: 999px) {
    #js_checkout_btn {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 12px */
        letter-spacing: 0.12px;
    }
    
}

@media screen and (max-width: 1000px) {
    .custom-product__media {
        position: relative;
        margin: 0;
        width: 100vw;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }
    .custom-product__media-nav {
        padding-inline: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 1000px) {
    .product-list__inner--scroller,
    .kmnx-single-row {
        display: grid; /* グリッドレイアウトを有効にする */
        grid-template-columns: repeat(
            4,
            308px
        ); /* 3つのカラムで各カラムの幅を308pxに固定 */
        gap: var(--grid-gap, 16px); /* アイテム間のギャップ */
        -webkit-margin-start: 28px;
                margin-inline-start: 28px; /* 左マージン */
        -webkit-margin-end: 28px;
                margin-inline-end: 28px; /* 右マージン */
    }
}

/* コレクション ボタンカスタム */
.shopify-section--main-collection .button:not(.button--text),
.shopify-challenge__button,
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button,
.shopify-section--main-collection .custom-button-base {
    max-width: 340px;
}
@media screen and (max-width: 1199px) {
    .shopify-section--main-collection .button:not(.button--text),
    .shopify-challenge__button,
    #shopify-product-reviews .spr-summary-actions-newreview,
    #shopify-product-reviews .spr-button,
    .shopify-section--main-collection .custom-button-base {
        max-width: 100%;
    }
}

@media screen and (max-width: 1444px) {
    .shopify-section--main-collection .custom-button-cart:before {
        margin-left: 2%;
    }
}

@media screen and (max-width: 740px) {
    .shopify-section--main-collection .custom-button-comming-soon,
    .shopify-section--main-collection .custom-button-base {
        /* padding: 11.605px !important; */
    }
    .shopify-section--main-collection .button,
    .shopify-section--main-collection .custom-button-base {
        padding: 13px !important;
        height: 39.4px;
    }
}

@media screen and (max-width: 740px) {
    .custom-button-cart .loader-button__text {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.65px;
        margin-left: 13%;
    }
}

@media screen and (max-width: 600px) {
    .shopify-section--main-collection .custom-button-cart:before {
        display: none;
        margin-left: 0;
    }
    .shopify-section--main-collection .custom-button-comming-soon:before {
        display: none;
        margin-left: 0;
    }

    .shopify-section--main-collection .custom-button-cart .loader-button__text {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.6px;
        margin-left: 0;
    }
    .shopify-section--main-collection .button {
        padding: 11px !important;
    }
}

/* フッターカスタマイズ */
#footer-newsletter .custom-input__label {
    left: 24px;
    top: 37%;
}
#footer-newsletter .custom-input__submit-icon {
    top: 60%;
}
#footer-newsletter .custom-input__field {
    height: 58px;
}

@media screen and (max-width: 1300px) {
    .product-item__cta-wrapper .custom-button-comming-soon {
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0.65px;
        margin: 25px 0 5px;
    }
}

/* コレクション一覧 カスタマイズ */
.page-header__text-wrapper .heading {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
}
@media screen and (max-width: 999px) {
    .page-header__text-wrapper .heading {
    font-size: 24px;
}
}

/* 20250325 カートボタンカスタマイズ */
.selling--false{
  background-color: #FFF!important;
  border: 1px solid #a9a9a9!important;
  color: #a9a9a9!important;
  background-image: none;
}