@charset "UTF-8";
/* CSS Document */

#navigation{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-left: 55px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;;
}

#text-img{
    display: flex;
    position:absolute;
    z-index: 30;
    height: 40%;
    padding-top: 10px;
    padding-left: 20px;
}

#title-img{
    display: flex;
    position: absolute;
    z-index: 40;
    width: 90%;
    top: 300px;
    left: 15px;
}
.item{
    margin: 20px 10px 0 10px;
    border-radius: 17px;
    width: 250px;
    padding: 5px 30px;
    background-color:#676253;
    mix-blend-mode:color-burn;
    color: aliceblue;
    text-align: center;
}

#item0-1{
    background-color: #EA5504;
}

#item0-2{
    background-color: #90B492;
}

#item0-3{
    background-color: #578ABC
}
.slider{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.slider img{
    height: 100%;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}