.list-project-title{
    flex-basis: 100%;
}

.list-project-title.index_page{
    flex-basis: 100%;
}

.lpt-header{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.lpt-header h2{
    display: inline-block;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
    font-size: 20px;
    font-family: etmomura_m;
    letter-spacing: 1px;
}

.lpt-list{
}

.lpt-list:after{
    content: "";
    display: block;
    clear: both;
}


.items-lpt-list{
    float: left;
    width: 33.3333%;
    min-height: 200px;
    opacity: 0;
/*    height: 320px;*/
    filter: grayscale(80%);
    height: 32vh;
    
    transition: 0.3s;
}

.index_page .items-lpt-list:nth-child(2n+1){
    height: 22vw;
    width: 61%;
    padding: 15px 15px 15px 0px;
}

.index_page .items-lpt-list:nth-child(2n) {
    height: 26vw;
    width: 39%;
    padding: 15px 0px 15px 15px;
}

.index_page .items-lpt-list{
    margin-right: 0px;
    margin-bottom: 0px;
}

.index_page .lpt-items-content{
    padding: 0px;
}

.lpt-items-content{
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    padding: 0px 5px 5px 0px;
    box-sizing: border-box;
}

.lpt-items-content a{
    display: block;
    font-size: 12px;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.preview-lpt-content{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top:100%;
    transition: top 0.3s;
    top: 0px;
    overflow: hidden;
}

.preview-lpt-title{
    transition: 0.5s;
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    padding: 5px 10px;
    color: #FFF;
    padding: 5px 12px;
    padding: 20px 20px;
    text-transform: uppercase;
    
    padding: 10px 20px;
/*    padding-top: 40px;*/
    width: 100%;
    bottom: -200px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    
/*    background-color: #000;*/
    
    box-sizing: border-box;
}

.items-lpt-list:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.items-lpt-list:hover .preview-lpt-title{
    bottom: 0px;
}

@media only screen and (max-width: 1200px){
    
    .items-lpt-list{
        height: 200px;
    }
    
/*    .items-lpt-list:hover .preview-lpt-title{
        bottom: -40px;
    }*/
    
}

@media only screen and (max-width: 1100px){
    
    .items-lpt-list{
        width: 50%;
        height: 250px;
    }
    
}


@media only screen and (max-width: 768px){
    
    .list_project_title{
        padding: 80px 0px;
    }
    
    .lpt-h-title{
        width: 100%;
    }
    
    .lpt-h-desk{
        width: 100%;
        padding-left: 0px;
    }
    
    .items-lpt-list{
        width: 100%;
        
        width: calc(50% - 5px);
        margin-right: 5px;
        height: 52vw;
        margin-bottom: 10px;
    }
    
    .lpt-items-content{
        height: 280px;
        height: 100%;
        
        padding-right: 0px;
        padding-bottom: 40px;
    }
    
    .preview-lpt-content{
        overflow: visible;
    }
    
    .lpt-list {
        margin-bottom: 0px;
        
        padding: 0px 25px;
    }
    
    .lpt-h-title h2{
        font-size: 38px;
    }
    
    .lpt-h-desk-content{
        font-size: 20px;
    }
    
    .preview-lpt-title{
        padding-top: 125px;
        bottom: 0px;
        
        bottom: -40px;
        color: #000;
        color: rgba(0, 0, 0, 0.5);
        background: none;
        height: 40px;
        width: 100%;
        font-size: 11px;
        box-sizing: border-box;
        padding: 4px 0px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
    }
    
    .lpt-header{
        margin-bottom: 50px;
    }
    
    .items-lpt-list:hover .preview-lpt-title{
        bottom: -40px;
    }
    
}

