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}#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}#mla-alert{max-width:var(--site-width);padding:var(--padding-text);margin:var(--space-s) auto 0;border-width:1px;border-style:solid;position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;z-index:9999;display:flex;flex-flow:row;align-items:center;box-shadow:0 5px 2px -2px #0006}#mla-alert.fade-out{animation-name:fadeout;animation-delay:4s;animation-duration:.4s;animation-timing-function:ease;animation-fill-mode:forwards}@keyframes fadeout{0%{opacity:1}to{opacity:0}}#mla-alert.error{background-color:color-mix(in oklch,var(--color-red) 45%,white);border-color:color-mix(in oklch,var(--color-red) 55%,white)}#mla-alert.info{background-color:color-mix(in oklch,var(--color-blue) 40%,white);border-color:color-mix(in oklch,var(--color-blue) 50%,white)}#mla-alert.success{background-color:color-mix(in oklch,var(--color-green) 40%,white);border-color:color-mix(in oklch,var(--color-green) 50%,white)}#mla-alert p{margin-top:0;margin-right:auto}#mla-alert a{text-decoration:underline}#mla-alert button{position:relative;display:block;width:40px;height:40px;font-size:0}#mla-alert button:before,#mla-alert button:after{position:absolute;top:50%;left:50%;width:2px;height:20px;background-color:var(--color-gray);transform:rotate(45deg) translate(-50%,-50%);transform-origin:top left;content:""}#mla-alert button:after{transform:rotate(-45deg) translate(-50%,-50%)}@media screen and (max-width:490.6666666667px){#mla-alert{margin-top:0}}.pswp{top:calc(0px - var(--pswp-safe-area-top, 0px))!important;height:calc(100vh + var(--pswp-safe-area-top, 0px) + var(--pswp-safe-area-bottom, 0px))!important}.pswp__bg{top:0!important;height:100%!important}@supports (height: 100vh) and (height: env(safe-area-inset-top)){.pswp{height:calc(100vh + env(safe-area-inset-top,0px) + env(safe-area-inset-bottom,0px))!important;top:calc(0px - env(safe-area-inset-top,0px))!important}}@media screen and (max-width:768px){.photoswipe-open{overflow:hidden;position:fixed;width:100%}@supports (-webkit-touch-callout: none){.pswp__container{padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}.pswp__top-bar{top:env(safe-area-inset-top,0px)}}}@media screen and (max-device-width:768px)and (-webkit-min-device-pixel-ratio:2){.pswp{min-height:100vh}}#lot .lot-condition{margin-top:var(--space-l)}#lot .lot-condition a{text-decoration:underline;text-decoration-thickness:from-font}#lot .lot-condition a:hover{cursor:pointer}#lot .lot-condition ul{display:table;width:100%}#lot .lot-condition li{display:table-row;padding-left:0}#lot .lot-condition li:before{content:none}#lot .lot-condition li span{display:table-cell;padding-top:.5ch;padding-bottom:.5ch;vertical-align:baseline}#lot .lot-condition li span:first-child{font-size:var(--text-xs);text-transform:uppercase;font-weight:var(--font-weight-bold);white-space:nowrap;width:1%;text-align:right}#lot .lot-condition li span+span{padding-left:2ch}#lot .request{margin-top:var(--space-l)}
