/*購入手続きのカートボタンを追従させる*/

@media screen and (min-width: 768px) {
.fs-l-checkout__sideColumn {
position: -webkit-sticky; /* safari対応 */
position: sticky;
top: 150px;
}
}
