:root{--bg-image-sp:url(/img/card_list_bg_sp.jpg);--bg-image-pc:url(/img/card_list_bg_pc.jpg)}.cards-layout-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-repeat:no-repeat;background-position:50%;background-size:cover;background-attachment:fixed}@media screen and (max-width:767px){.cards-layout-wrapper{background-image:var(--bg-image-sp)}}@media screen and (min-width:768px){.cards-layout-wrapper{background-image:var(--bg-image-pc)}}.cards-page-content{min-height:100vh}