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

[mn="7010"] ._secttlbx {
    display: flex;
}
[mn="7010"] ._secttl {
    padding: 25px 65px 25px 0;
    position: relative;
    z-index: 1;
    color: #fff;
}
[mn="7010"] ._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="7010"] .itms {
    margin: 0 -9px;
    padding-top: 10px
}

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

[mn="7010"] .itm>div {
    height: 100%;
    padding: 18px;
    border: 2px solid #ccc;
} 
[mn="7010"] .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="7010"] .infobx {
    line-height: 1.1; 
    transition: all ease-in-out .4s;
    width: 100%;
    flex: 1 0 0;

    .btn{
        --btnbgclr: var(--clr02);
        --btnbgclrhov: var(--clr01);
    }
}
[mn="7010"] ._subttl {
    margin: 6px 0 0;
}
[mn="7010"] .ttl { 
    font-size: 120%;
    margin: 9px 0 0;
    color: var(--clr02)
}
 
[mn="7010"] .thumblogo .bimg {
    padding: 0;
    height: 30px;
    margin: 0 0 9px;
}
[mn="7010"] .thumblogo .bimg {
    background-position: left center;
}
[mn="7010"] .thumb .bimgbx {
    z-index: 1
}
 
[mn="7010"] .thumb .bimg {
    padding-top: 72%; 
    transition: all ease-in-out .4s;
    transform: scale(1)
}
[mn="7010"] .thumb .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="7010"] .itm>*:hover .thumb .bimg:after { 
    opacity: .5; 
}

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

[mn="7010"] div.add {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%; 
    opacity: 0;
    transition: all ease-in-out .4s; 
    z-index: 3;
    color: #fff
}

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

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


[mn="7010"] .date {
    font-size: 80%;
    font-family: var(--ft-t1);
}

[mn="7010"] .bimg-w {
    background-color: #000;
}
[mn="7010"] .tmp-4 {
    --count: 3;
    margin: 0;

    @media(width<767px){
        --count: 2;
    }
    @media(width<575px){
        --count: 1;
    }
    .bimgbx{
        border-bottom: 9px solid var(--clr02);
    }
}

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

@media screen and (max-width: 575px) { 
    [mn="7010"] {
        --itmdiv: 1;
    }
}

/* ========================= */
/* ========================= */

.licht7010.licht .contm {
width: 800px;
}
.licht7010 ._content {
    font-size: 120%;
} 
.licht7010 .infobx {
    padding: 0 0 21px;
}
.licht7010 .infobx > * ~ * {
margin: 6px 0 0;
}

.licht7010 .thumblogo .bimg {
    padding: 0;
    height: 90px;
    margin: 9px 0;
}
.licht7010 .thumblogo .bimg {
    background-position: center;
}
.licht7010 .ttl {
    margin: 0 0 21px;
}
.licht7010 {
    .title_date {

        line-height: 1;
        font-family: var(--ft-t1);

        .ttl {
            border-right: 3px solid var(--clr02);
            padding-right: 9px;
            margin-right: 9px;
        }
        & > * {
            padding-bottom: 6px;
            margin-bottom: 21px !important;
            border-bottom: 6px solid var(--clr02);
        }
        & * {
            margin: 0;
        } 
    }

    .categorylistbx {
        --listset-count: 3
    }
}
