.chk-overview{--chk-overview-column-gap: 48px;--chk-overview-block-gap: 24px;--chk-overview-max-width: 900px;width:100%}.chk-overview__inner{display:flex;flex-direction:column;gap:var(--chk-overview-block-gap)}.chk-overview__product,.chk-overview__text{display:contents}.chk-overview__name{order:1;margin:0;text-align:center}.chk-overview__image-wrap{order:2}.chk-overview__catch{order:3}.chk-overview__description{order:4}.chk-overview__note{order:5}.chk-overview__action{order:6;text-align:center}.chk-overview__image{display:block;width:100%;height:auto}.chk-overview__catch>:first-child,.chk-overview__description>:first-child,.chk-overview__note>:first-child{margin-block-start:0}.chk-overview__catch>:last-child,.chk-overview__description>:last-child,.chk-overview__note>:last-child{margin-block-end:0}.chk-overview__catch{color:var(--color-foreground)}.chk-overview__description,.chk-overview__note{color:var(--color-foreground);line-height:1.9}.chk-overview__note{font-size:.8125rem;line-height:1.8}.chk-overview__button{display:inline-flex;align-items:center;justify-content:center;min-width:260px;padding:14px 32px;border-radius:999px;background-color:var(--color-background);color:var(--color-foreground);line-height:1.4;text-align:center;text-decoration:none;transition:opacity .2s ease}.chk-overview__button:hover{opacity:.85}.chk-overview__button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.chk-overview__extra{margin-block-start:40px}@media screen and (min-width:750px){.chk-overview__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--chk-overview-column-gap);align-items:start;max-width:var(--chk-overview-max-width);margin-inline:auto}.chk-overview__text{display:flex;flex-direction:column;gap:var(--chk-overview-block-gap);order:1}.chk-overview__product{display:flex;flex-direction:column;gap:var(--chk-overview-block-gap);order:2}.chk-overview__name,.chk-overview__image-wrap,.chk-overview__catch,.chk-overview__description,.chk-overview__note,.chk-overview__action{order:0}.chk-overview__product{align-items:center}.chk-overview__image-wrap{width:100%}}.chk-sticky-marker{display:block;width:100%;height:0;margin:0;padding:0;overflow:hidden}.chk-about{--chk-about-grid-gap: 56px;width:100%}.chk-about__header{margin-block-end:48px;color:var(--color-foreground);text-align:center}.chk-about__title{margin:0}.chk-about__subtitle{margin:4px 0 0}.chk-about__lead{margin-block-end:48px;color:var(--color-foreground);text-align:center}.chk-about__lead-heading{margin:0 0 16px}.chk-about__lead-text{line-height:1.9}.chk-about__lead-text>:first-child{margin-block-start:0}.chk-about__lead-text>:last-child{margin-block-end:0}.chk-about__grid{display:grid;grid-template-columns:repeat(var(--chk-about-columns-mobile, 1),minmax(0,1fr));gap:var(--chk-about-grid-gap);color:var(--color-foreground)}.chk-about__actions{margin-block-start:56px;text-align:center}.chk-about__button{display:inline-flex;align-items:center;justify-content:center;min-width:260px;padding:14px 32px;border-radius:999px;background-color:var(--color-background);color:var(--color-foreground);line-height:1.4;text-decoration:none;transition:opacity .2s ease}.chk-about__button:hover{opacity:.85}.chk-about__button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.chk-about-item{display:flex;flex-direction:column}.chk-about-item__images{width:100%}.chk-about-item__image{display:block;width:100%;height:auto}.chk-about-item__body{margin-block-start:24px;text-align:center}.chk-about-item__heading{margin:0 0 20px;padding-block-end:16px;border-block-end:1px solid currentcolor}.chk-about-item__description{line-height:1.9}.chk-about-item__description>:first-child{margin-block-start:0}.chk-about-item__description>:last-child{margin-block-end:0}.chk-about-item__image-below{margin-block-start:24px}.chk-about-item__extra{margin-block-start:32px}@media screen and (max-width:749px){.chk-about__grid--sp-side .chk-about-item{flex-direction:row;flex-wrap:wrap;align-items:center;gap:16px}.chk-about__grid--sp-side .chk-about-item__images{flex:0 0 38%}.chk-about__grid--sp-side .chk-about-item__body{flex:1 1 0;min-width:0;margin-block-start:0;text-align:left}.chk-about__grid--sp-side .chk-about-item__heading{margin-block-end:12px;padding-block-end:10px}.chk-about__grid--sp-side .chk-about-item__heading:last-child{margin-block-end:0}.chk-about__grid--sp-side .chk-about-item__image-below,.chk-about__grid--sp-side .chk-about-item__extra{flex:0 0 100%;width:100%;margin-block-start:0}}@media screen and (min-width:750px){.chk-about__grid{grid-template-columns:repeat(var(--chk-about-columns, 2),minmax(0,1fr))}}.chk-features{--chk-features-row-gap: 72px;--chk-features-column-gap: 56px;width:100%}.chk-features__header{margin-block-end:56px;color:var(--color-foreground);text-align:center}.chk-features__title{margin:0}.chk-features__subtitle{margin:4px 0 0}.chk-features__rows{display:flex;flex-direction:column;gap:var(--chk-features-row-gap)}.chk-feature-row{display:flex;flex-direction:column;gap:20px;color:var(--color-foreground)}.chk-feature-row__image{display:block;width:100%;height:auto}.chk-feature-row__heading{margin:0 0 12px}.chk-feature-row__description{line-height:1.9}.chk-feature-row__description>:first-child{margin-block-start:0}.chk-feature-row__description>:last-child{margin-block-end:0}.chk-feature-row[data-text-align=center] .chk-feature-row__body{text-align:center}@media screen and (min-width:750px){.chk-feature-row{flex-direction:row;align-items:center;gap:var(--chk-features-column-gap)}.chk-feature-row__media,.chk-feature-row__body{flex:1 1 0;min-width:0}.chk-feature-row[data-image-position=right] .chk-feature-row__media{order:2}.chk-features__rows--alternate>.chk-feature-row[data-image-position=auto]:nth-child(2n) .chk-feature-row__media{order:2}.chk-feature-row[data-image-width=full]{flex-direction:column;align-items:stretch}.chk-feature-row[data-image-width=full] .chk-feature-row__media,.chk-feature-row[data-image-width=full] .chk-feature-row__body{flex:0 0 auto;width:100%}.chk-feature-row:not(:has(.chk-feature-row__media)) .chk-feature-row__body{flex:1 1 100%}}.chk-buy-sticky{--util-page-margin-offset: max( var(--page-margin, 16px), calc((100vw - var(--page-content-width, 1200px)) / 2) );position:fixed;z-index:var(--layer-sticky);bottom:max(16px,env(safe-area-inset-bottom));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s}.chk-buy-sticky.is-visible{opacity:1;visibility:visible;pointer-events:auto}.chk-buy-sticky__button{min-width:220px;padding:13px 28px;box-shadow:0 4px 16px #0000002e}@media screen and (max-width:749px){.chk-buy-sticky{left:50%;transform:translate(-50%,8px)}.chk-buy-sticky.is-visible{transform:translate(-50%)}}@media screen and (min-width:750px){.chk-buy-sticky{right:var(--util-page-margin-offset);bottom:24px;transform:translateY(8px)}.chk-buy-sticky.is-visible{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.chk-buy-sticky{transition:none;transform:none}.chk-buy-sticky.is-visible{transform:none}@media screen and (max-width:749px){.chk-buy-sticky,.chk-buy-sticky.is-visible{transform:translate(-50%)}}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/chk-collection.css.map */
