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

/* ---- headerスライダー用 ---- */

.imgWrapper{
    border-left: none;
}

.tile{
    margin: 0;
}
.tile .imgWrapper{
    width: 10vw;
}
.tile img{
    width: 10vw;
    height: 10vw;
}

#sp .tile .imgWrapper{
    width: 20vw;
}
#sp .tile img{
    width: 20vw;
    height: 20vw;
}

.bx-wrapper{
    border: none;
    box-shadow: none;
    background: none;
}

