.pshs-root{position:relative;width:100%;min-height:var(--pshs-height-pc, 640px);overflow:clip;isolation:isolate;color:var(--pshs-text-color, #fff);font-family:inherit;background:var(--pshs-letterbox-color, #111111)}.pshs-root *,.pshs-root *:before,.pshs-root *:after{box-sizing:border-box}.pshs-visual{position:absolute;left:0;top:50%;width:100%;aspect-ratio:var(--pshs-ratio-pc, 16 / 9);transform:translateY(-50%);z-index:0}.pshs-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pshs-media picture{display:block;width:100%;height:100%}.pshs-media__img,.pshs-media__placeholder{display:block;width:100%;height:100%;object-fit:cover}.pshs-media__placeholder{background:#1a1a1a}.pshs-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,var(--pshs-overlay-opacity, .55)),rgba(0,0,0,calc(var(--pshs-overlay-opacity, .55) * .55)) 45%,#0000 75%)}.pshs-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:var(--pshs-align-items, flex-start);text-align:var(--pshs-text-align, left);max-width:var(--pshs-max-width, 520px);padding:var(--pshs-pad-pc, 80px) var(--pshs-pad-pc, 80px) 64px;gap:20px}.pshs-eyebrow{margin:0;font-size:15px;font-weight:600;letter-spacing:.08em}.pshs-keywords{display:flex;flex-wrap:wrap;gap:0 18px;margin:0;padding:0;list-style:none;font-size:15px}.pshs-keywords li{position:relative}.pshs-keywords li+li:before{content:"";position:absolute;left:-10px;top:50%;width:1px;height:12px;transform:translateY(-50%);background:currentColor;opacity:.5}.pshs-heading{margin:4px 0 0;font-size:var(--pshs-heading-size-pc, 44px);line-height:1.35;font-weight:500}.pshs-desc{margin:0;font-size:15px;line-height:1.9;opacity:.92}.pshs-brand{margin:4px 0 0}.pshs-brand__en{margin:0 0 4px;font-size:13px;letter-spacing:.06em;opacity:.85}.pshs-brand__model{margin:0;font-size:20px;font-weight:500}.pshs-cta{margin-top:8px}.pshs-cta__btn{display:inline-block;padding:16px 28px;border:1px solid rgba(255,255,255,.7);color:inherit;font-size:14px;letter-spacing:.04em;text-decoration:none;transition:background-color .25s ease,color .25s ease;white-space:nowrap}.pshs-cta__btn:hover{background-color:#ffffff1f}.pshs-hotspots{position:absolute;left:0;top:50%;width:100%;aspect-ratio:var(--pshs-ratio-pc, 16 / 9);transform:translateY(-50%);z-index:3;pointer-events:none}.pshs-hotspot{position:absolute;left:var(--pc-left, 50%);top:var(--pc-top, 50%);transform:translate(-50%,-50%);pointer-events:auto}.pshs-hotspot__dot{position:relative;width:var(--pshs-dot-size-pc, 16px);height:var(--pshs-dot-size-pc, 16px);border-radius:999px;background:#fff;border:none;padding:0;cursor:pointer;box-shadow:0 0 0 6px #ffffff40,0 2px 8px #00000059;display:block}.pshs-hotspot__dot:before{content:"";position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px;border-radius:999px}[data-dot-pulse=on] .pshs-hotspot__dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#fff9;animation:pshs-pulse 2.2s ease-out infinite}@keyframes pshs-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(2.6);opacity:0}}.pshs-hotspot.is-open .pshs-hotspot__dot{background:#fff;box-shadow:0 0 0 8px #ffffff59,0 2px 8px #00000059}.pshs-card{position:absolute;top:50%;width:var(--pshs-card-width-pc, 300px);background:#fff;color:#1a1a1a;box-shadow:0 12px 32px #00000047;opacity:0;visibility:hidden;transform:translateY(-50%) scale(.96);transform-origin:left center;transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s;pointer-events:none;z-index:4}.pshs-hotspot[data-direction=right] .pshs-card,.pshs-hotspot[data-resolved-direction=right] .pshs-card{left:calc(100% + 22px);transform-origin:left center}.pshs-hotspot[data-direction=left] .pshs-card,.pshs-hotspot[data-resolved-direction=left] .pshs-card{right:calc(100% + 22px);left:auto;transform-origin:right center}.pshs-hotspot.is-open .pshs-card{opacity:1;visibility:visible;transform:translateY(-50%) scale(1);pointer-events:auto;transition:opacity .22s ease,transform .22s ease}.pshs-card__close{position:absolute;top:6px;right:6px;width:28px;height:28px;border:none;background:transparent;font-size:18px;line-height:1;cursor:pointer;color:#666;display:none}.pshs-card__inner{display:flex;align-items:stretch;padding:14px;gap:12px}.pshs-card__img-wrap{flex:0 0 84px;width:84px;height:84px;background:#f3f3f3;overflow:hidden}.pshs-card__img-wrap img{display:block;width:100%;height:100%;object-fit:cover}.pshs-card__info{flex:1 1 auto;min-width:0}.pshs-card__name{margin:0 0 6px;font-size:14px;font-weight:600;line-height:1.4}.pshs-card__price-label{margin:0;font-size:11px;color:#888}.pshs-card__price{margin:2px 0 0;font-size:15px;font-weight:600}.pshs-card__price-sub{font-size:11px;font-weight:400;color:#888}.pshs-card__link{display:block;padding:10px 14px;border-top:1px solid #e5e5e5;font-size:12px;color:#1a1a1a;text-decoration:none}.pshs-card__link:hover{background:#f7f7f7}.pshs-anim-on .pshs-fade{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease;transition-delay:calc(var(--pshs-fade-delay, 0) * 1ms)}.pshs-anim-on .pshs-fade.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.pshs-anim-on .pshs-fade{transition:none!important;transform:none!important;opacity:1!important}[data-dot-pulse=on] .pshs-hotspot__dot:after{animation:none!important}}@media(max-width:768px){.pshs-root{min-height:max(var(--pshs-height-sp-min, 640px),var(--pshs-height-sp-vh, 100vh))}.pshs-visual{aspect-ratio:var(--pshs-ratio-sp, 16 / 9)}.pshs-overlay{background:linear-gradient(180deg,rgba(0,0,0,calc(var(--pshs-overlay-opacity, .55) * .9)),rgba(0,0,0,calc(var(--pshs-overlay-opacity, .55) * .5)) 40%,rgba(0,0,0,calc(var(--pshs-overlay-opacity, .55) * .85)))}.pshs-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;max-width:none;padding:var(--pshs-pad-sp, 24px);justify-content:flex-start;gap:14px}.pshs-heading{font-size:var(--pshs-heading-size-sp, 30px)}.pshs-keywords{font-size:13px}.pshs-desc,.pshs-brand,.pshs-cta{margin-top:auto}.pshs-desc{font-size:13px;line-height:1.8}.pshs-brand{margin-top:12px}.pshs-cta{margin-top:16px;margin-bottom:4px}.pshs-cta__btn{display:block;width:100%;text-align:center}.pshs-hotspots{aspect-ratio:var(--pshs-ratio-sp, 16 / 9)}.pshs-hotspot{left:var(--sp-left, 50%);top:var(--sp-top, 50%)}.pshs-hotspot__dot{width:var(--pshs-dot-size-sp, 14px);height:var(--pshs-dot-size-sp, 14px)}.pshs-hotspot__dot:before{top:-16px;right:-16px;bottom:-16px;left:-16px}.pshs-card{position:absolute;top:calc(100% + var(--pshs-sp-gap, 14px));left:50%;bottom:auto;right:auto;width:var(--pshs-card-width-sp, 260px);max-width:calc(100vw - 32px);border-radius:0;max-height:none;transform-origin:top center;transform:translate(calc(-50% + var(--pshs-sp-shift, 0px)),6px) scale(.96);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;z-index:6}.pshs-hotspot[data-resolved-direction-sp=above] .pshs-card{top:auto;bottom:calc(100% + var(--pshs-sp-gap, 14px));transform-origin:bottom center}.pshs-hotspot.is-open .pshs-card{transform:translate(calc(-50% + var(--pshs-sp-shift, 0px))) scale(1);transition:opacity .2s ease,transform .2s ease}.pshs-card__close{display:flex;align-items:center;justify-content:center;top:6px;right:6px;width:22px;height:22px;border-radius:999px;background:#0000000f;font-size:14px;color:#666}.pshs-card__inner{padding:12px;gap:10px}.pshs-card__img-wrap{flex:0 0 72px;width:72px;height:72px}.pshs-card__name{font-size:13px}.pshs-card__price{font-size:14px}.pshs-card__link{padding:10px 12px;font-size:12px}.pshs-sp-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--pshs-sp-scrim-opacity, .3));z-index:2;opacity:0;pointer-events:none;transition:opacity .2s ease}.pshs-root.pshs-sp-open .pshs-sp-backdrop{opacity:1;pointer-events:auto}}@media(min-width:769px){.pshs-sp-backdrop{display:none}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/product-statement-hotspot.css.map */
