main {
    margin-bottom: 100px !important;

    & h3 {
        font-size: 20PX;
        font-weight: bold;
        margin-bottom: 15px;
    }
}

.engei_category_content {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;

    & a {
        width: calc(100%/3.2);
        margin: 5px 3px;

        & .engei_category_item {
            padding: 10px;
            border: solid 1px #666;
            border-radius: 50px;
            text-align: center;
        }
    }
}

.year_active {
    background-color: var(--secondry-color);
    color: #eee;
    border: #eee !important;
}


/* ここと */
.engei_top_content {
    margin: 60px auto 20px;

    /* ここと */
    & .engei_icon::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        /* ここを変更する */
        background-image: url('../image/engei.png');
        background-position: center;
        background-size: contain;
        view-transition-name: engei_icon;
    }
}

.masonry {
    /* opacity: 0; */
}

img {
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
}

.masonry-item {
    width: 47%;
    margin-bottom: 1rem;
}