.Others h1{font-family:var(--font-koba);color:#2f2f4f;font-size:8rem;line-height:100%}@media screen and (max-width:768px){.Others h1{font-size:5rem;text-align:center}}.Others h2{color:#2f2f4f;font-size:3rem;font-weight:700;line-height:100%}.Radio{height:100vh;max-height:100vh;overflow:hidden;width:100%;color:#fff}.Radio__Video{position:absolute;z-index:-1;height:100%;width:100%;object-fit:cover}.Radio__Vinyl{height:20rem;aspect-ratio:1/1;border-radius:50%;overflow:hidden;position:relative}.Radio__Vinyl img{height:100%;width:100%;object-fit:cover}.Radio .Spinner{height:100%;width:100%;animation:spin 5s linear infinite}.Radio__VinylTop{height:6rem;aspect-ratio:1/1;border-radius:50%;overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Radio__VinylTop img{height:100%;width:100%;object-fit:cover}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}