/* <<<変更不可ここから>>> */
.lp-wrapper {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.8;
    color: #000;
    margin-block: 80px 0;
}

@media screen and (min-width: 768px) {
    .lp-wrapper {
        margin-block: 60px 55px;
    }
}

.lp-wrapper *,
.lp-wrapper::before,
.lp-wrapper::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.lp-wrapper * {
    font-family: 'Archivo', 'Noto Sans JP', sans-serif;
}
.lp-wrapper a {
    text-decoration: none;
}

.lp-container,
.lp-container-narrow,
.lp-container-wide {
    width: calc(100% - 32px);
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .lp-container {
        width: min(1080px, calc(100% - 120px));
    }
}

@media screen and (min-width: 992px) {
    .lp-container-narrow {
        width: min(840px, calc(100% - 120px));
    }
}

@media screen and (min-width: 992px) {
    .lp-container-wide {
        width: min(1440px, calc(100% - 104px));
    }
}

.lp-h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .lp-h2 {
        font-size: 24px;
    }
}



/* <<<変更不可ここまで>>> */

/*
ここからページ固有のスタイルを記述
ブレイクポイントは、PC：〜992px、Tab：〜768、SP：767〜
*/

#page-shoes-care-guide .text-center {
    text-align: center;
}

#page-shoes-care-guide .rich-text.text-width-large .rich-text__inner {
    max-width: 800px;
}

#page-shoes-care-guide .rich-text__inner {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 16px;
}

@media only screen and (min-width: 768px) {
    #page-shoes-care-guide .rich-text__inner {
        padding: 0 20px;
    }
}

#page-shoes-care-guide h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 21px;
    text-transform: uppercase;
}

#page-shoes-care-guide .subheading {
    font-size: 13px;
    letter-spacing: 0.4em;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    #page-shoes-care-guide .subheading {
    letter-spacing: 0.56em;
    font-size: 16px;
    margin-bottom: 20px;
    }
}

#page-shoes-care-guide .rich-text__inner .rte.text-size-regular:not(a) {
    color: #000;
    line-height: 1.7;
}

#page-shoes-care-guide .rich-text__inner .rte.text-size-regular {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    #page-shoes-care-guide .rich-text__inner .rte.text-size-regular {
        text-align: left;
    }
}

#page-shoes-care-guide .rich-text__inner .rte {
    width: min(733px, 100%);
}

#page-shoes-care-guide .rich-text .rte p:last-child {
    margin-bottom: 0;
}


#page-shoes-care-guide .section-spacing {
    margin-top: 62px;
}

@media only screen and (min-width: 768px) {
    #page-shoes-care-guide .section-spacing {
        margin-top: 70px;
        padding-inline: 4px;
    }
}

#page-shoes-care-guide .gallery-spacing--medium .gallery__inner {
    grid-gap: 10px;
    margin: 10px auto 0;
}

#page-shoes-care-guide .gallery__inner {
    display: grid;
    grid-gap: 0;
}

@media only screen and (min-width: 768px) {
    #page-shoes-care-guide .gallery__inner {
        grid-template-columns: repeat(var(--gallery-columns), 1fr);
    }
}

#page-shoes-care-guide .gallery__item figure.aspect-ratio--portrait {
    padding-bottom: 125%;
}

#page-shoes-care-guide .gallery__item figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: #000;
    padding-bottom: 100%;
}

#page-shoes-care-guide .gallery__item figure img,
#page-shoes-care-guide .gallery__item figure iframe,
#page-shoes-care-guide .gallery__item figure video,
#page-shoes-care-guide .gallery__item figure svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    object-fit: cover;
    object-position: 50.0% 50.0%;
}

#page-shoes-care-guide figure {
    margin: 0;
    padding: 0;
}

#page-shoes-care-guide .gallery__item-content.content-bottom-left {
    justify-content: flex-start;
    align-items: flex-end;
}

#page-shoes-care-guide .gallery__item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 33px 30px;
    color: #fff;
    display: flex;
}

@media only screen and (min-width: 1068px) {
    #page-shoes-care-guide .gallery__item-content {
        padding: 45px;
    }
}

@media only screen and (min-width: 1440px) {
    #page-shoes-care-guide .gallery__item-content {
        padding: 60px;
    }
}

@media only screen and (min-width: 768px) {
    #page-shoes-care-guide .gallery__item-content>div {
        max-width: 90%;
    }
}

#page-shoes-care-guide .gallery__item-content>div {
    text-align: left;
}

#page-shoes-care-guide .gallery__item-content h4 {
    color: inherit;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    #page-shoes-care-guide .gallery__item-content h4 {
        margin-bottom: 22px;
        font-size: 24px;
    }
}

#page-shoes-care-guide .gallery__item-content .button,
#page-shoes-care-guide .gallery__item-content .text-button {
    position: relative;
    z-index: 22;
}

#page-shoes-care-guide .shopify-payment-button__more-options.white,
#page-shoes-care-guide .spr-summary-actions-newreview.white,
#page-shoes-care-guide .text-button.white {
    color: #fff;
}

#page-shoes-care-guide .shopify-payment-button__more-options,
#page-shoes-care-guide .spr-summary-actions-newreview,
#page-shoes-care-guide .text-button {
    display: inline-flex;
    font-size: 12px;
    height: 1.4rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: var(--button-letter-spacing, .02em);
    cursor: pointer;
    position: relative;
}


@media only screen and (max-width: 767px) {
    #page-shoes-care-guide .shopify-payment-button__more-options,
    #page-shoes-care-guide .spr-summary-actions-newreview,
    #page-shoes-care-guide .text-button {
        font-size: 13px;
    }
}


#page-shoes-care-guide .gallery__item-content>div>*:last-child {
    margin-bottom: 0;
}

#page-shoes-care-guide .gallery__item-content-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
}

#page-shoes-care-guide .shopify-payment-button__more-options.white:before,
#page-shoes-care-guide .spr-summary-actions-newreview.white:before,
#page-shoes-care-guide .text-button.white:before {
    background: #fff3;
}

#page-shoes-care-guide .shopify-payment-button__more-options:before,
#page-shoes-care-guide .spr-summary-actions-newreview:before,
#page-shoes-care-guide .text-button:before {
    background: rgba(var(--color-accent-rgb), .4);
}

#page-shoes-care-guide .shopify-payment-button__more-options:after,
#page-shoes-care-guide .shopify-payment-button__more-options:before,
#page-shoes-care-guide .spr-summary-actions-newreview:after,
#page-shoes-care-guide .spr-summary-actions-newreview:before,
#page-shoes-care-guide .text-button:after,
#page-shoes-care-guide .text-button:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

#page-shoes-care-guide .shopify-payment-button__more-options.white:after,
#page-shoes-care-guide .spr-summary-actions-newreview.white:after,
#page-shoes-care-guide .text-button.white:after {
    background: #fff;
}

#page-shoes-care-guide .shopify-payment-button__more-options:after,
#page-shoes-care-guide .spr-summary-actions-newreview:after,
#page-shoes-care-guide .text-button:after {
    background: var(--color-accent);
    transform-origin: left center;
    transform: scaleX(0);
}

#page-shoes-care-guide .shopify-payment-button__more-options:after,
#page-shoes-care-guide .shopify-payment-button__more-options:before,
#page-shoes-care-guide .spr-summary-actions-newreview:after,
#page-shoes-care-guide .spr-summary-actions-newreview:before,
#page-shoes-care-guide .text-button:after,
#page-shoes-care-guide .text-button:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

#page-shoes-care-guide .gallery__item figure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(var(--overlay-color-rgb), var(--overlay-opacity));
}


@media only screen and (max-width: 767px) {
    #page-shoes-care-guide .row:not(.full-width-row-full) .gallery.swipe-on-mobile .gallery__inner {
        margin: 0 -19px;
        width: calc(100% + 38px);
    }
}

@media only screen and (max-width: 767px) {
    #page-shoes-care-guide .gallery.swipe-on-mobile .gallery__inner {
        grid-auto-flow: column;
        grid-auto-columns: minmax(calc(90vw - 15px), 1fr);
        overflow-x: auto;
        grid-template-columns: repeat(auto-fill, minmax(calc(90vw - 15px), 1fr));
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
}

@media only screen and (max-width: 767px) {
    #page-shoes-care-guide .gallery.swipe-on-mobile .gallery__inner .gallery__item {
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
}