:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}.loader{width:100%;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center;background-color:rgb(255,255,255)}.loader.type01,.loader.type02{position:absolute;top:0;left:0}.loader.type01{z-index:2;background-color:rgba(255,255,255,.7)}.loader.type02 .loading-anime{display:none}@media (max-width:750px){.loader{min-height:auto;aspect-ratio:335/574}}@-webkit-keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}.loading-anime>div{background-color:#4b1e78;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:line-scale-pulse-out .9s cubic-bezier(.85,.25,.37,.85) -.6s infinite;animation:line-scale-pulse-out .9s cubic-bezier(.85,.25,.37,.85) -.6s infinite}.loading-anime>div:nth-child(2),.loading-anime>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}.loading-anime>div:first-child,.loading-anime>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}