div.realizer-pagetop {
bottom: 0px;
display: none;
position: fixed;
right: 0px;
z-index: 1;
}
div.realizer-pagetop a {
background-color: var(--wp--preset--color--realizer-contrast);
color: var(--wp--preset--color--realizer-base);
display: block;
font-size: 1.0rem;
opacity: 0.75;
padding: 9px 14px;
transition-property: opacity;
transition-duration: 0.5s;
}
div.realizer-pagetop a:hover {
opacity: 1.0;
}