.purchase-selling-points-bento{--psb-s: 1px;display:block;position:relative;padding:calc(var(--psb-pt, 60) * var(--psb-s)) 0 calc(var(--psb-pb, 60) * var(--psb-s));background:var(--psb-section-bg, #151515);overflow:hidden}.purchase-selling-points-bento--adaptive{--psb-s: calc(100vw / 1440)}.purchase-selling-points-bento__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.purchase-selling-points-bento__bg-image{width:100%;height:100%;object-fit:cover;display:block}.purchase-selling-points-bento__bg-image--mobile{display:none}.purchase-selling-points-bento__wrap{position:relative;z-index:1;width:100%;box-sizing:border-box;padding-inline:calc(var(--psb-padding-inline, 48) * var(--psb-s))}.purchase-selling-points-bento__header{margin:0 auto;width:min(calc(var(--psb-content-width, 1356) * var(--psb-s)),100%);max-width:100%}.purchase-selling-points-bento__grid{display:flex;flex-direction:column;width:min(calc(var(--psb-content-width, 1356) * var(--psb-s)),100%);max-width:100%;margin:0 auto;gap:calc(var(--psb-gap-y, var(--psb-gap, 10)) * var(--psb-s))}.purchase-selling-points-bento__row{display:flex;align-items:flex-start;width:100%;gap:calc(var(--psb-gap-x, var(--psb-gap, 10)) * var(--psb-s))}.purchase-selling-points-bento__cell{position:relative;flex:var(--cell-d-width, 326) 1 0;min-width:0;aspect-ratio:var(--cell-d-width, 326) / var(--cell-d-height, 405);border-radius:calc(var(--psb-radius, 14) * var(--psb-s));background:var(--cell-bg, var(--psb-card-bg, linear-gradient(180deg, #f1f1f1 0%, #8b8b8b 100%)));overflow:hidden;order:var(--cell-d-order, 0)}.purchase-selling-points-bento__cell--overflow{overflow:visible;z-index:3}.purchase-selling-points-bento__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--cell-img-fit-d, cover);object-position:var(--cell-img-position-d, center);display:block}.purchase-selling-points-bento__img--mobile{display:none}.purchase-selling-points-bento__cell--overflow .purchase-selling-points-bento__img--desktop{inset:auto;left:var(--cell-img-x, 0%);bottom:0;width:var(--cell-img-w, 100%);height:auto;object-fit:var(--cell-img-fit-d, contain);object-position:var(--cell-img-position-d, center)}.purchase-selling-points-bento__overlay{position:absolute;z-index:2;left:50%;top:50%;width:var(--cell-overlay-w, 30%);transform:translate(-50%,-50%) translate(var(--cell-overlay-x, 0%),var(--cell-overlay-y, 0%));line-height:0}.purchase-selling-points-bento__overlay svg,.purchase-selling-points-bento__overlay-img{display:block;width:100%;height:auto}.purchase-selling-points-bento__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;flex-direction:column;gap:calc(var(--psb-text-gap, 10) * var(--psb-s));padding:calc(30 * var(--psb-s)) calc(24 * var(--psb-s));pointer-events:none}.purchase-selling-points-bento__content--desktop{justify-content:var(--cell-d-justify, flex-start);align-items:var(--cell-d-align, center);text-align:var(--cell-d-text, center)}.purchase-selling-points-bento__content--mobile{display:none}.purchase-selling-points-bento__title{margin:0;color:var(--psb-title-color, #000);font-family:FT Terra,sans-serif;font-size:calc(var(--psb-title-size, 24) * var(--psb-s));font-weight:var(--psb-title-weight, 500);line-height:1.3}.purchase-selling-points-bento__subtitle{margin:0;max-width:34ch;color:var(--psb-subtitle-color, #000);opacity:var(--psb-subtitle-opacity, .6);font-family:FT Terra,sans-serif;font-size:calc(var(--psb-subtitle-size, 16) * var(--psb-s));font-weight:var(--psb-subtitle-weight, 400);line-height:1.45}.purchase-selling-points-bento--reveal .purchase-selling-points-bento__cell{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--cell-reveal-delay, 0ms)}.purchase-selling-points-bento--reveal.is-visible .purchase-selling-points-bento__cell{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.purchase-selling-points-bento--reveal .purchase-selling-points-bento__cell{opacity:1;transform:none;transition:none}}@media(max-width:749px){.purchase-selling-points-bento{--psb-s: 1px;padding:calc(var(--psb-pt-m, 32) * var(--psb-s)) 0 calc(var(--psb-pb-m, 32) * var(--psb-s))}.purchase-selling-points-bento--adaptive{--psb-s: calc(100vw / 375)}.purchase-selling-points-bento__bg-image--desktop{display:none}.purchase-selling-points-bento__bg-image--mobile{display:block}.purchase-selling-points-bento__header{width:min(calc(var(--psb-content-width-m, 343) * var(--psb-s)),100%);padding:0}.purchase-selling-points-bento__wrap{padding-inline:calc(var(--psb-padding-inline-m, 20) * var(--psb-s))}.purchase-selling-points-bento__grid{display:grid;width:min(calc(var(--psb-content-width-m, 343) * var(--psb-s)),100%);max-width:100%;margin:0 auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;grid-auto-rows:auto;grid-auto-flow:row dense;aspect-ratio:auto;column-gap:calc(var(--psb-gap-m-x, var(--psb-gap-m, 10)) * var(--psb-s));row-gap:calc(var(--psb-gap-m-y, var(--psb-gap-m, 10)) * var(--psb-s))}.purchase-selling-points-bento__row{display:contents}.purchase-selling-points-bento__cell{flex:none;grid-column:span var(--cell-m-span, 1);order:var(--cell-m-order, 0);aspect-ratio:var(--cell-m-width, 166) / var(--cell-m-height, 180);overflow:hidden;z-index:auto}.purchase-selling-points-bento__cell--m-hide,.purchase-selling-points-bento__cell--has-mobile-img .purchase-selling-points-bento__img--desktop{display:none}.purchase-selling-points-bento__cell--has-mobile-img .purchase-selling-points-bento__img--mobile{display:block}.purchase-selling-points-bento__cell--overflow .purchase-selling-points-bento__img--desktop{right:0;bottom:0;left:auto;top:auto;width:100%;height:100%;object-fit:var(--cell-img-fit-m, cover);object-position:var(--cell-img-position-m, center)}.purchase-selling-points-bento__img--mobile,.purchase-selling-points-bento__img--desktop{object-fit:var(--cell-img-fit-m, cover);object-position:var(--cell-img-position-m, center)}.purchase-selling-points-bento__content{gap:calc(var(--psb-text-gap-m, 10) * var(--psb-s));padding:calc(10 * var(--psb-s)) calc(16 * var(--psb-s))}.purchase-selling-points-bento__content--desktop{display:none}.purchase-selling-points-bento__content--mobile{display:flex;justify-content:var(--cell-m-justify, flex-start);align-items:var(--cell-m-align, center);text-align:var(--cell-m-text, center)}.purchase-selling-points-bento__title{font-size:calc(var(--psb-title-size-m, 18) * var(--psb-s));line-height:1.3}.purchase-selling-points-bento__subtitle{font-size:calc(var(--psb-subtitle-size-m, 10) * var(--psb-s));line-height:1.5}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-purchase-selling-points-bento.css.map */
