        /* 特定のページの背景を黒くし、文字色を反転 */
        html {
            filter: invert(1);
        }
        hr {
            border: 1px solid #666 !important; /* 白いライン */
        }        
/* 画像を含むギャラリーを反転しないようにする */
 #colorbox {
    filter: invert(1);
}
 #cboxOverlay {
    filter: invert(1);
}
        .bg-invert img {
            filter: invert(1);
        }
         footer {
            filter: invert(1);
        }
        .l-b,.f-b,.i-b,.a-b,.y-b,.g-b {
            filter: invert(1);
        }
        .bg-invert .blog__item__text h3 {
            filter: invert(1);
            color: #ccc;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .bg-invert .blog__item__text a {
            color: #000;
            background: #ccc;
		}

        .bg-invert .blog__item__text a:hover{
            color: #ccc;
            background: #333;
        }
        .bg-invert .blog__item .new-label {
            filter: invert(1);
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-140px); /* センターから左に50pxずらす */
            color: #f00; 
            padding: 5px 10px;
            font-size: 30px;
            font-weight: 900;
            border-radius: 5px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* ←ここ追加！ */
        }

.header__menu ul li a:after {
    filter: invert(1); /* 反転を打ち消して元の赤色を維持 */
    background: #e53637 !important; /* 赤を固定 */
}

#modelsPage .gallaryBox01 li p {
    filter: invert(1); 
    position: static;
    bottom: -30px;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
#modelsPage .gallaryBox01 li p {
    font-size: 12px;
	line-height: 20px;
}
}