button.is-clicked{position:relative;pointer-events:none;cursor:not-allowed;border-color:transparent;background-color:var(--color-gray-2);color:#fff}button.is-clicked:before{content:"";position:absolute;left:0;right:0;margin:2px auto auto;width:24px;height:24px;border:3px dotted;border-right-color:transparent;border-radius:50%;transition:opacity .4s ease-in-out;transition-delay:.2s;transition-duration:1s;animation:.8s linear infinite rotate}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-footer{color:#fff;margin-top:0}footer .menu{margin-bottom:0;background-color:var(--color-gray);color:var(--color-gray-4)}footer .menu>div{display:grid;grid-template-columns:var(--grid-template-col-l);gap:var(--space-s-m) var(--space-m);align-items:flex-start}footer .menu ul{margin-top:0}footer .menu ul li+li{padding-top:1ch}footer .menu a{padding-bottom:1ch;color:var(--color-gray-4)}footer .menu a:not(.social){padding-top:1ch}footer .menu a:hover{color:#fff}footer .menu .link-svg{display:inline}footer .menu .link-svg path{fill:var(--color-gray-3)}footer .menu .social{display:flex;align-items:baseline;margin-bottom:auto}footer .menu .social img{margin-right:10px;align-self:center}footer .menu .full{grid-column:1/-1;justify-self:center}.lot-detail{margin-top:var(--space-xs-s)}.lot-detail>:first-child{margin-top:0}.lot-header{font-size:var(--text-sm);line-height:var(--line-height-normal);margin-top:0}.lot-number{font-size:var(--text-lg);line-height:1;letter-spacing:-.05rem}.lot-number+.lot-brand:before{content:"/";padding:0 .5ch 0 0;font-weight:var(--font-weight-normal)}.lot-brand{font-weight:var(--font-weight-bold);letter-spacing:-.02rem}.lot-title{display:block}.lot-estimation{letter-spacing:-.03rem;font-weight:var(--font-weight-bold);margin-top:0}.lot-price-no-reserve{margin-top:0}.lot-result{letter-spacing:-.03rem;font-weight:var(--font-weight-bold)}.lot-removed{text-transform:uppercase;color:color-mix(in oklch,var(--color-red) 70%,black)}.bid-countdown{font-style:italic}.bid-countdown:empty{display:none}.lot-bid-alert{color:var(--color-red);font-size:var(--text-xs);line-height:var(--line-height-normal);letter-spacing:-.01rem;text-transform:uppercase}.lot-bid-alert:empty{display:none}.lot-reserve-met{margin-top:0;display:inline-block}.bid-state{align-items:center;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480"><path d="M180,130h120v220h-120v-220Z" fill="%23000000"></path></svg>');background-repeat:no-repeat;background-position:center;gap:1px}.bid-user,.bid-current{padding:var(--space-2xs) var(--space-xs) calc(var(--space-2xs) + 3px);margin-top:0;font-size:var(--text-xs);text-transform:uppercase;text-align:center}.bid-user:empty,.bid-current:empty{display:none}.bid-user span,.bid-current span{display:block;font-weight:var(--font-weight-bold);letter-spacing:-.03rem}.bid-user,.bid-current,.bid-state,.auction-closed .bid-user,.auction-closed .bid-current,.auction-closed .bid-state{background-color:var(--main-color)}.bid-leading .bid-user,.bid-leading .bid-current,.bid-leading .bid-state{background-color:color-mix(in oklch,var(--color-green) 50%,white)}.bid-outbid .bid-user,.bid-outbid .bid-current,.bid-outbid .bid-state{background-color:color-mix(in oklch,var(--color-orange) 90%,white)}.lot-save{padding-left:1ch;padding-right:1ch;border:1px solid var(--color-gray-2)}.lot-save path{fill:#fff;stroke-width:4px;stroke:var(--color-gray)}.lot-save:hover{background-color:var(--color-gray-3);border:1px solid var(--color-gray)}.lot-saved .lot-save path,.lot-saved.lot-save path{fill:var(--color-primary)}.lot-withdrawn figure img{filter:brightness(.5)}.info-withdrawn{color:var(--color-red)}.auction-live .lot-estimation,.auction-closed .lot-estimation{font-weight:var(--font-weight-normal)}#modal-container{margin-top:0;position:fixed;top:0;z-index:1000;background-color:#000c;min-height:100vh;width:100%}#modal-container.modal-data{padding-top:0;height:100%;overflow:auto}#modal-container.modal-data .modal-close{margin-inline:auto;padding-top:20px}#modal-container.modal-data .modal-content{margin-inline:auto;padding-top:var(--space-m);padding-bottom:var(--space-m)}#modal-container.modal-data .modal-content .modal-body{background-color:#fff;padding:var(--space-m) var(--space-s) var(--space-m)}#modal-container.modal-data .modal-content .modal-body>div>:first-child{margin-top:var(--space-s)}#modal-container.modal-data .modal-content .modal-body :is(h1,h2,h3)+:is(h2,h3,h4){margin-top:var(--space-s)}#modal-container.modal-data .modal-content .modal-body h4{text-decoration:underline}#modal-container.modal-data .modal-content .modal-body ul{list-style-position:inside}#modal-container.modal-video{width:100vw;height:100vh;display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center}#modal-container.modal-video svg.close{align-self:end;margin-right:20px}#modal-container.modal-video iframe{height:90vmin;width:90vmin;max-width:calc(100vw - 40px);max-height:calc(100vh - 100px)}#modal-container svg.close{cursor:pointer}#modal-container svg.close path.cross{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}#modal-container svg.close path.square{fill:none;stroke:#fff;stroke-miterlimit:10}.app-mobile{text-align:center;display:flex;flex-wrap:wrap;justify-content:center}.app-mobile h3,.app-mobile p{margin-top:0;width:100%}.app-mobile a{display:block;margin:var(--space-s) var(--space-xs) 0}#lots #lots-list{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-m)}@media screen and (max-width:736px){#lots #lots-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:490.6666666667px){#lots #lots-list{grid-template-columns:unset}#lots #lots-list section:not(.session){display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-s);align-items:start}#lots #lots-list section:not(.session)>figure{margin-top:4px;grid-column:1}#lots #lots-list section:not(.session)>div{grid-column:2/-1}}#auction .auction-detail details ul li{padding-left:0}#auction .auction-detail details ul li:before{content:none}#auction .auction-detail details h4{font-size:var(--text-sm);font-weight:var(--font-weight-bold)}#auction .auction-detail details h4+*{margin-top:0}#auction .auction-detail details .session-list span{text-transform:uppercase}#lots figure{position:relative}#lots figure>.lot-save{position:absolute;bottom:0;right:0;margin-bottom:10px;margin-right:10px}#lots .bid-access{margin-top:var(--space-xs);width:100%}#lots .bid-access:empty{display:none}#lots .bid-state{display:none;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin-top:var(--space-xs)}#lots .bid-state:has(>*:not(:empty)){display:grid}#lots .bid-state .bid-current span,#lots .bid-state .bid-user span{letter-spacing:-.01rem;font-size:var(--text-sm);line-height:var(--line-height-tight)}#lots .bid-state .bid-user{width:auto}#lots .session div{display:grid;row-gap:var(--space-xs);flex-direction:row;grid-template-rows:auto 1fr auto;align-items:center;background-color:var(--main-color);aspect-ratio:1;position:relative;padding:var(--space-xs)}#lots .session div .session-nav-prev{grid-row:1;align-self:start}#lots .session div h3{grid-row:2;font-size:var(--text-sm);line-height:inherit;margin-top:0;margin-bottom:0;width:100%;padding-bottom:4px}#lots .session div h3 span{font-size:var(--text-base);display:block}#lots .session div .session-nav-next{grid-row:3;align-self:end}#lots .session div .session-nav-prev,#lots .session div .session-nav-next{width:100%;padding:.5rem;background-color:oklch(from var(--main-color) calc(l*.95) c h);text-align:center;font-size:var(--text-xs)}#lots .session div .session-nav-prev svg,#lots .session div .session-nav-next svg{width:100%}#lots .lot-title{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}#lots .lot-detail,#lots .lot-save{margin-top:var(--space-xs)}#lots .bid-status{display:none;margin-top:var(--space-xs);align-items:center;justify-content:center;gap:2ch}#lots .bid-status:has(*){display:flex}#lots .bid-status .bid-countdown{margin-top:0;text-align:center}#lots .bid-status .bid-countdown:empty{display:none}#lots .bid-status .bid-extended{margin-top:0;padding:5px 10px;background-color:color-mix(in oklch,var(--color-orange) 85%,black);color:#fff;font-size:var(--text-xs);text-transform:uppercase;line-height:1rem;letter-spacing:.02rem}#lots .bid-status .bid-extended:empty{display:none}#lots .lot-coming{text-align:center;grid-column:1/-1}#lots .lot-coming .head{font-size:var(--text-lg);line-height:var(--line-height-tight);margin-top:0}#lots .lot-coming .link-button{background:none;border:none;padding:0;color:var(--color-primary);text-decoration:underline;cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit}#lots .lot-coming .link-button:hover{color:color-mix(in oklch,var(--color-primary) 85%,black)}#lots .lot-bid-place:empty{visibility:hidden}#lots .lot-bid-place:empty:after{content:".";visibility:hidden}#lots.auction-live .lot-bid-place:empty{display:none}@media screen and (max-width:490.6666666667px){#lots figure>.lot-save{position:relative}#lots .lot-detail{margin-top:0}#lots .session div{aspect-ratio:unset}}
