/*ページトップに戻る*/
.topBtn {
    position: absolute;
    right: 1.25rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

.topBtn a:hover,
.topBtn a:focus {
    opacity: 0.8;
}
