/* タロットページの装飾 */
.fortune-telling__content::before {
    background: url(../img/deco/deco_card.png) no-repeat center / cover;
}

.fortune-telling__content::after {
    background: url(../img/deco/deco_card.png) no-repeat center / cover;
}

.fortune-telling__content span::before {
    background: url(../img/deco/deco_card.png) no-repeat center / cover;
}

.fortune-telling__content span::after {
    background: url(../img/deco/deco_card.png) no-repeat center / cover;
}