@charset "utf-8"; /*********************** * * ページ先頭へ移動するボタン * ***********************/ .btn_pagetop{ $btn_size:50px; display:none; z-index:2; background:$color-bg-primary; min-width:$btn_size; min-height:$btn_size; line-height:$btn_size; text-align:center; color:#fff; @include border-radius(50%); position:fixed; bottom:2%; right:2%; cursor:pointer; &:hover{ @include opacity(.5); } }