
[mn="7005"] {
    background-attachment: fixed;
    --itmdiv: 3
}

[mn="7005"] ._secttlbx {
    display: flex;
}
[mn="7005"] ._secttl {
    padding: 25px 65px 25px 0;
    position: relative;
    z-index: 1;
    color: #fff;
}
[mn="7005"] ._secttl:after {
    content: '';
    display: block;
    width: 120vw;
    height: 100%;
    background-color: var(--clr01);
    right: 0%;
    top: 0%;
    position: absolute;
    z-index: -1;
    translate: 0 0;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 45px) 100%, 0% 100%);
}
[mn="7005"] .itms {
    margin: 0 -9px;
    padding-top: 10px
}
[mn="7005"] ._secttlbx:before {
    display: none
}

[mn="7005"] .itm {
    flex: 0 0 calc(100% / var(--itmdiv));
    max-width: calc(100% / var(--itmdiv));
    padding: 9px 9px 30px;
    text-align: center
}

[mn="7005"] .itm>div {
    height: 100%;
    border-bottom: 6px solid var(--clr01)
} 

[mn="7005"] .txt .smr {
    font-size: 80%;

    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px;
}

[mn="7005"] .infobx {
    line-height: 1.1;
    padding: 9px 0;
    transition: all ease-in-out .4s;
    width: 100%;
    flex: 1 0 0;
    font-family: var(--ft-t1);
}
[mn="7005"] ._subttl {
    margin: 6px 0 0;
    font-size: 75%;
}
[mn="7005"] .ttl { 
    font-family: var(--ft-t1);
    font-size: 120%;
    margin: 6px 0 0;
}
 

[mn="7005"] .bimg {
    padding-top: 72%; 
    transition: all ease-in-out .4s;
    transform: scale(1)
}
[mn="7005"] .bimg:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--clr01);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: .4s all ease;
    display: block;
    content: '';
    
}
[mn="7005"] .itm>*:hover .bimg:after { 
    opacity: .5; 
}

[mn="7005"] .itm>*:hover .bimg {
    transform: scale(1.05); 
}

[mn="7005"] div.add {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 25%;
    width: 90px;
    aspect-ratio: 1 / 1;
    opacity: 0;
    transition: all ease-in-out .4s;
    background-image: url(_src/add.png);
    z-index: 3;
}

[mn="7005"] .itm>* {
    cursor: pointer;
}
[mn="7005"] .itm>*:hover div.add {
    opacity: 1;
}

[mn="7005"] .itm>*>* {
    flex-direction: column
}


[mn="7005"] ._date {
    font-size: 80%;
}

[mn="7005"] .bimg-w {
    background-color: #000;
}

@media screen and (max-width: 767px) {
    [mn="7005"] {
        --itmdiv: 2;
    }
}

@media screen and (max-width: 575px) { 
    [mn="7005"] {
        --itmdiv: 1;
    }
}
    [mn="7005"] .ttldecor- {
        display: none;
    }


.licht7005 .infobx { 
    background-color: #fff; 
    padding: 15px 0;
}
.licht7005 .infobx > * ~ * {
    margin: 6px 0 0;
}