<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
	    <loc>https://blog.kaneko996.dev/</loc><lastmod>2026-06-17</lastmod><changefreq>monthly</changefreq><priority>1.0</priority>
    a {
        position: relative;
        text-decoration: none;
        color: black;
        border-bottom: 2px solid lightseagreen;
        span {
            position: relative;
            z-index: 2;
        }
        /* 背景アニメーション用 */
        &::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0%;
            background: lightblue;  /* ボタン色*/
            z-index: 1;
            transition: height 0.3s ease;
        }
        /* 下から上に満ちる */
        &:hover::before {
            height: 100%;
        }
    }
    </url>
    <url>
        <loc>https://blog.kaneko996.dev/20260211.html</loc><lastmod>2026-02-24</lastmod>
    </url>
    <url>
        <loc>https://blog.kaneko996.dev/20260322.html</loc><lastmod>2026-03-23</lastmod>
    </url>
    <url>
        <loc>https://blog.kaneko996.dev/20260418.html</loc><lastmod>2026-05-09</lastmod>
    </url>
    <url>
        <loc>https://blog.kaneko996.dev/20260518.html</loc><lastmod>2026-06-17</lastmod>
    </url>
</urlset>
