/*
 Plugin Name:   My Snow Monkey
 Template:     snow-monkey
*/
/* ページトップへ戻るボタン */
@media (max-width: 575.98px) {
    #page-top {
        bottom: 100px;
        z-index: 90;
    }
}

/* サムネイルダミー設定 */
.c-entry-summary__figure {
    background-color: var(--color-beige-01);
    border-radius: 10px;
}

.c-entry-summary__figure::after {
    background: url(assets/images/img_thumb.webp) no-repeat center / 40% auto;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.c-entry-summary__figure img {
    z-index: 10;
}