col-scroll{display:block}.col-scroll__sticky{position:sticky;top:0;height:100vh;overflow:hidden}.col-scroll__inner{display:flex;gap:12px;height:100%;position:relative;z-index:1}.col-scroll__box{display:flex;flex-direction:column;flex:1;min-width:0;padding:5vh 0 15vh}.col-scroll__box:nth-child(odd){flex-direction:column-reverse;height:100vh}.col-scroll__list{display:flex;flex-direction:column;gap:12px;will-change:transform}.col-scroll__box:nth-child(odd) .col-scroll__list{flex-direction:column-reverse}.col-scroll__item{margin:0}.col-scroll__img{aspect-ratio:1/1;height:auto;-o-object-fit:cover;object-fit:cover;width:100%;display:block}.col-scroll__title{margin:12px 0 16px;font-size:1.4rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}