/*! [components/pickup-posts-box] pickup-posts-box.css */.pickup-post-box{margin-top:var(--margin-line);width:100%}.pickup-post-list-title{margin:0 0 .5em;text-align:left;font-size:1rem}.pickup-post-list-title>.swiper-pagination-fraction{position:relative;bottom:auto;top:auto;left:auto;width:auto;margin-left:.5em;line-height:inherit;font-size:75%}.pickup-post-list{--swiper-pagination-bottom:0;--swiper-pagination-fraction-color:rgb(var(--color-text-h-rgb))}.hero .pickup-post-list{border-radius:.75rem;-webkit-box-shadow:.125em .125em .25em rgb(0 0 0 / .07);box-shadow:.125em .125em .25em rgb(0 0 0 / .07)}.pickup-post-list .post{--post-padding:.5rem;--eyecatch-border-radius:.25rem;--onhover-box-opacity:.5;background:#fff;text-align:left}.pickup-post-list .post-type{position:relative;z-index:0;color:#fff}.pickup-post-list .post-type::before{content:'';position:absolute;z-index:-1;left:-.25em;top:0;width:calc(100% + .5em);height:100%;background:rgb(var(--color-text-link-rgb));border-radius:3px}.pickup-post-list .post-title>svg{fill:rgb(var(--color-text-link-rgb))}