.senchado-collection{--col-max: var(--content-max-width, 1200px);--col-pad: 24px;font-family:var(--font-body, "Noto Sans JP", sans-serif);color:var(--color-text, #1a1a1a)}.senchado-collection__breadcrumb-wrap{max-width:var(--col-max);margin:0 auto;padding:16px var(--col-pad) 0}.senchado-collection__breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--color-text-muted, #888);flex-wrap:wrap}.senchado-collection__breadcrumb a{color:var(--color-text-muted, #888);text-decoration:none;transition:color .2s}.senchado-collection__breadcrumb a:hover{color:var(--color-text, #1a1a1a)}.senchado-collection__breadcrumb-sep{color:var(--color-border, #e0e0e0)}.senchado-collection__hero{max-width:var(--col-max);margin:0 auto;padding:16px var(--col-pad) 20px}.senchado-collection__title{font-size:28px;font-weight:600;letter-spacing:.02em;margin-bottom:8px}.senchado-collection__count{font-size:13px;color:var(--color-text-muted, #888);margin-bottom:8px}.senchado-collection__description{font-size:14px;line-height:1.9;color:var(--color-text-sub, #4a4a4a);max-width:640px}.senchado-collection__description p{margin:0 0 .5em}.senchado-collection__title--sho{display:flex;align-items:flex-end;gap:14px;margin-bottom:10px}.senchado-collection__title-sho-img{height:120px;width:auto;display:block}.senchado-collection__title-roman{font-size:12px;letter-spacing:.24em;color:var(--color-text-muted, #888);text-transform:uppercase;padding-bottom:10px;font-weight:400}@media(max-width:767px){.senchado-collection__title-sho-img{height:90px}}.senchado-collection__carousel{padding:0 0 20px}.senchado-collection__carousel-track{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;max-width:var(--col-max);margin:0 auto;padding:6px var(--col-pad) 10px;scrollbar-width:thin}.senchado-collection__carousel-track::-webkit-scrollbar{height:6px}.senchado-collection__carousel-track::-webkit-scrollbar-thumb{background:var(--color-border, #e0e0e0);border-radius:100px}.senchado-collection__carousel-card{flex:0 0 auto;width:120px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;text-decoration:none;color:inherit;background:none;border:none;padding:0;font-family:inherit}.senchado-collection__carousel-portrait{width:88px;height:88px;border-radius:50%;overflow:hidden;background:var(--color-bg-alt, #f5f5f4);margin-bottom:8px;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.senchado-collection__carousel-portrait img{width:88px;height:88px;border-radius:50%;object-fit:cover;display:block}.senchado-collection__carousel-portrait--empty{font-size:30px;font-weight:600;color:var(--color-text-muted, #888)}.senchado-collection__carousel-card:hover .senchado-collection__carousel-portrait{transform:translateY(-2px);box-shadow:0 4px 14px #0000001a}.senchado-collection__carousel-card.is-active .senchado-collection__carousel-portrait{box-shadow:0 0 0 2px var(--color-primary, #1a1a1a)}.senchado-collection__carousel-card.is-active .senchado-collection__carousel-name{text-decoration:underline;text-underline-offset:3px;font-weight:700}.senchado-collection__carousel-name{font-size:13px;font-weight:600;line-height:1.35;margin-bottom:2px}.senchado-collection__carousel-count{font-size:11px;color:var(--color-text-sub, #4a4a4a)}.senchado-collection__filter{max-width:var(--col-max);margin:0 auto;padding:0 var(--col-pad) 16px}.senchado-collection__filter-group{margin-bottom:12px}.senchado-collection__filter-group:last-child{margin-bottom:0}.senchado-collection__filter-header{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 0;-webkit-user-select:none;user-select:none;width:100%;background:none;border:none;font-family:inherit}.senchado-collection__filter-group.is-open .senchado-collection__filter-header{margin-bottom:10px}.senchado-collection__filter-chevron{width:16px;height:16px;color:var(--color-text-muted, #888);transition:transform .2s var(--ease-out, ease);flex-shrink:0}.senchado-collection__filter-group.is-open .senchado-collection__filter-chevron{transform:rotate(180deg)}.senchado-collection__filter-active-count{font-size:11px;color:var(--color-bg, #fff);background:var(--color-primary, #1a1a1a);border-radius:100px;padding:1px 8px;display:none}.senchado-collection__filter-group.has-active:not(.is-open) .senchado-collection__filter-active-count{display:inline-block}.senchado-collection__filter-label{font-size:12px;font-weight:600;color:var(--color-text-muted, #888);letter-spacing:.05em;flex-shrink:0;min-width:40px}.senchado-collection__filter-divider{flex:1;height:1px;background:var(--color-border, #e0e0e0)}.senchado-collection__filter-clear{font-size:11px;color:var(--color-text-muted, #888);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0;opacity:0;transition:opacity .15s;flex-shrink:0;font-family:inherit}.senchado-collection__filter-group.has-active .senchado-collection__filter-clear{opacity:1}.senchado-collection__filter-pills{display:none;flex-wrap:wrap;gap:8px}.senchado-collection__filter-group.is-open .senchado-collection__filter-pills{display:flex}.senchado-collection__filter-row{display:flex;align-items:center;gap:10px;padding:4px 0}.senchado-collection__filter-rowlabel{flex:0 0 auto;min-width:40px;font-size:12px;font-weight:600;color:var(--color-text-muted, #888);letter-spacing:.05em}.senchado-collection__filter-row .senchado-collection__filter-pills{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;flex:1 1 auto;min-width:0;padding-bottom:4px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.senchado-collection__filter-row .senchado-collection__filter-pills::-webkit-scrollbar{height:5px}.senchado-collection__filter-row .senchado-collection__filter-pills::-webkit-scrollbar-thumb{background:var(--color-border, #e0e0e0);border-radius:100px}.senchado-collection__filter-row .senchado-collection__pill{flex:0 0 auto;white-space:nowrap}.senchado-collection__filter-rowclear{flex:0 0 auto;font-size:11px;color:var(--color-text-muted, #888);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0;font-family:inherit;opacity:0;transition:opacity .15s}.senchado-collection__filter-row.has-active .senchado-collection__filter-rowclear{opacity:1}.senchado-collection__pill{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:400;color:var(--color-text, #1a1a1a);background:var(--color-bg, #fff);border:1px solid var(--color-border, #e0e0e0);border-radius:100px;cursor:pointer;transition:all .15s;white-space:nowrap}.senchado-collection__pill:hover{border-color:var(--color-text, #1a1a1a)}.senchado-collection__pill.is-active{background:var(--color-primary, #1a1a1a);color:var(--color-bg, #fff);border-color:var(--color-primary, #1a1a1a)}.senchado-collection__pill.is-dimmed{opacity:.35}.senchado-collection__pill-count{font-size:11px;color:var(--color-text-muted, #888);margin-left:2px}.senchado-collection__pill.is-active .senchado-collection__pill-count{color:#fff9}.senchado-collection__clear-all{max-width:var(--col-max);margin:0 auto;padding:0 var(--col-pad) 16px;display:none}.senchado-collection__clear-all.is-visible{display:block}.senchado-collection__clear-all button{font-family:inherit;font-size:12px;color:var(--color-text-muted, #888);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}.senchado-collection__size-switcher{max-width:var(--col-max);margin:0 auto;padding:12px var(--col-pad) 8px;display:flex;justify-content:flex-end;align-items:center;gap:4px}.senchado-collection__size-label{font-size:12px;color:var(--color-text-muted, #888);margin-right:8px}.senchado-collection__size-btn{padding:4px 12px;font-family:inherit;font-size:12px;font-weight:500;color:var(--color-text-muted, #888);background:none;border:1px solid var(--color-border, #e0e0e0);border-radius:2px;cursor:pointer;transition:all .15s}.senchado-collection__size-btn.is-active{color:var(--color-text, #1a1a1a);border-color:var(--color-text, #1a1a1a)}.senchado-collection__size-btn:hover{border-color:var(--color-text, #1a1a1a)}.senchado-collection__toolbar{max-width:var(--col-max);margin:0 auto;padding:0 var(--col-pad) 8px;display:flex;justify-content:space-between;align-items:center}.senchado-collection__toolbar-count{font-size:12px;color:var(--color-text-muted, #888)}.senchado-collection__sort{position:relative}.senchado-collection__sort-select{font-family:inherit;font-size:12px;color:var(--color-text-sub, #4a4a4a);border:none;background:none;cursor:pointer;padding:4px 18px 4px 0;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center}.senchado-collection__grid-wrap{max-width:var(--col-max);margin:0 auto;padding:16px var(--col-pad) 48px}.senchado-collection__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 16px}.senchado-collection__empty{grid-column:1 / -1;text-align:center;padding:80px 0;display:none}.senchado-collection__empty.is-visible{display:block}.senchado-collection__empty-text{font-size:15px;color:var(--color-text-muted, #888);margin-bottom:16px}.senchado-collection__empty-btn{font-family:inherit;font-size:13px;color:var(--color-brand, #162950);background:none;border:1px solid var(--color-brand, #162950);padding:8px 24px;border-radius:100px;cursor:pointer}.senchado-collection__loading{max-width:var(--col-max);margin:0 auto;padding:0 var(--col-pad) 24px;font-size:12px;color:var(--color-text-muted, #888);text-align:center;display:none}.senchado-collection__loading.is-visible{display:block}@media(max-width:767px){.senchado-collection__title{font-size:22px}.senchado-collection__grid{grid-template-columns:1fr 1fr;gap:22px 12px}.senchado-collection__size-switcher{justify-content:flex-start}.senchado-collection__carousel-card{width:96px}.senchado-collection__carousel-portrait,.senchado-collection__carousel-portrait img{width:72px;height:72px}.senchado-collection__carousel-portrait--empty{font-size:26px}.senchado-collection__quote,.senchado-collection__quote[data-quote-size=l]{grid-column:span 2}.senchado-collection__quote-title{font-size:15px}.senchado-collection__quote[data-quote-size=l] .senchado-collection__quote-title{font-size:17px}.senchado-collection__quote-product{margin-top:18px}}.senchado-collection__grid.has-quotes{grid-auto-flow:row dense}.senchado-collection__card.is-quoted{display:none}.senchado-collection__quote{display:flex;flex-direction:column;min-width:0}.senchado-collection__quote[data-quote-size=l]{grid-column:span 2}.senchado-collection__quote-article,.senchado-collection__quote-product{text-decoration:none;color:inherit;transition:opacity .3s}.senchado-collection__quote-article:hover,.senchado-collection__quote-product:hover{opacity:.85}.senchado-collection__quote-article{display:block}.senchado-collection__quote-img{width:100%;aspect-ratio:4 / 3;background:var(--color-bg-alt, #f5f5f4);overflow:hidden}.senchado-collection__quote-img img{width:100%;height:100%;object-fit:cover}.senchado-collection__quote-label{margin-top:12px;font-size:11px;line-height:1.5;letter-spacing:.06em;color:var(--color-text-muted, #888)}.senchado-collection__quote-title{margin-top:5px;font-size:15px;font-weight:600;line-height:1.6;letter-spacing:.01em;color:var(--color-text, #1a1a1a);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.senchado-collection__quote[data-quote-size=l] .senchado-collection__quote-title{font-size:18px;line-height:1.55;-webkit-line-clamp:3}.senchado-collection__quote-product{display:flex;align-items:center;gap:12px;margin-top:22px}.senchado-collection__quote-thumb{flex:0 0 56px;width:56px;aspect-ratio:1 / 1;background:var(--color-bg-alt, #f5f5f4);overflow:hidden}.senchado-collection__quote-thumb img{width:100%;height:100%;object-fit:cover}.senchado-collection__quote-meta{min-width:0}.senchado-collection__quote-cap{font-size:10px;line-height:1.5;letter-spacing:.08em;color:var(--color-text-muted, #888)}.senchado-collection__quote-name{margin-top:1px;font-size:13px;font-weight:500;line-height:1.5;color:var(--color-text, #1a1a1a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.senchado-collection__quote-price{margin-top:1px;font-size:12px;line-height:1.5;letter-spacing:.02em;color:var(--color-text-muted, #888)}@media(prefers-reduced-motion:reduce){.senchado-collection__quote-article,.senchado-collection__quote-product{transition:none}}.senchado-collection[data-engine=pending] .senchado-collection__carousel,.senchado-collection[data-engine=pending] .senchado-collection__filter{opacity:0}.senchado-collection[data-engine=ready] .senchado-collection__carousel,.senchado-collection[data-engine=ready] .senchado-collection__filter{opacity:1;transition:opacity .3s var(--ease-out, ease)}
/*# sourceMappingURL=/cdn/shop/t/32/assets/senchado-collection.css.map */
