.column__pagination{display:flex;justify-content:center;align-items:center;gap:16px}.column__page{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fffddc;font-family:Inter,"Noto Sans JP","Hiragino Sans","Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;font-weight:700;font-size:1.4rem;transition:opacity .3s ease}.column__page.is-current{background:#000;color:#fffddc}.column__next,.column__prev{display:block;width:24px;height:24px;background:url(/assets/img/common/icon_arrow_pagination.svg) no-repeat center/100% auto;transition:opacity .3s ease}.column__prev{transform:scaleX(-1)}@media screen and (min-width:768px){.column__pagination{gap:20px}.column__page:hover{opacity:.7}.column__next:hover,.column__prev:hover{opacity:.7}}