.slider-left{
    -webkit-filter: grayscale(100%);
/*    flex-basis: 100%;*/
    width: 100%;
/*    max-width: 1413px;*/
}

.slider-box{
    height: 300px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.brand-text{
    padding-top: 0px;
    font-size: 28px;
    line-height: 29px;
    border-bottom: 1px solid #000;
    display: none;
}

.brand-text a{
    width: 80%;
    display: inline-block;
    position: relative;
    padding: 22px;
    padding-left: 0px;
    box-sizing: border-box;
    line-height: 32px;
    text-transform: none;
    color: #000;
}

.text-slider-items{
    font-size: 30px;
    letter-spacing: 1px;
    position: absolute;
/*    bottom: 200px;
    bottom: 140px;*/
    font-weight: bold;
    color: #fff;
    left: 60px;
    z-index: 100;
    
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    bottom: auto;
    top: 47%;
}

.text-slider-items .button{
    margin-top: 40px;
}

.text-slider-big{
    font-size: 48px;
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'etmomura_m';
}

.text-slider-mini{
    font-size: 18px;
    font-weight: 100;
    width: 505px;
}

.slider-bg-shadow{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
}

.social-navigation-slider{
    position: absolute;
    bottom: 30px;
    left: 60px;
    display: none;
}

.items-sns{
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid #fff;
    margin-right: 5px;
    cursor: pointer;
}

@media only screen and (mix-width: 2555px){
    .slider-left{
        max-width: 100%;
    }
}

@media only screen and (max-width: 1920px){
    .slider-left{
        max-width: 1413px;
    }
}

@media only screen and (max-width:  950px){
    
    .text-slider-items{
        left: 35px;
        right: 35px;
    }
    
    .text-slider-mini{
        width: auto;
    }
    
    .text-slider-big{
        font-size: 40px;
    }
    
    .text-slider-mini{
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 768px){

    .brand-text a{
        width: 100%;
        padding: 25px;
        font-size: 20px;
    }
    
    .text-slider-items{
        left: 25px;
        right: 25px;
/*        bottom: 210px;
        bottom: 210px;*/
        
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    
    .text-slider-big{
        font-size: 40px;
    }
    
    .text-slider-mini{
        width: 100%;
    }
}

