@charset 'UTF-8';

/* Arrows */
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.rakuten.ne.jp/gold/kaguin/images/newlife2024/next.png);
    background-size: cover;
background-color: #00000000;
}
.slick-prev
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-image:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.rakuten.ne.jp/gold/kaguin/images/newlife2024/prev.png);
    background-size: cover;
    background-color: #00000000;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'jost';
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}




@media screen and (max-width:1024px) {
.slick-dots
{
    position: absolute;
    display: flex;
    width: 100%;
    height:8vw;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
}
@media screen and (min-width:1025px) {
    .slick-dots
    {
        position: absolute;
        display: flex;
        width: 100%;
        height: 2vw;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        text-align: center;
    }
    }
    
.slick-dots li
{
    position: relative;
    width: 100%;

    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    display: flex;
    z-index: 997;
}
.slick-dots li button
{
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    position: absolute;
    width: 100%;
    height:100%;
    content: ''!important;
    opacity: .25;    left: -2%;

}
.slick-dots li:nth-of-type(1) button:before{
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.rakuten.ne.jp/gold/kaguin/images/newlife2024/living.png") no-repeat;
    background-size: 65%!important;
    background-position: center;
  }
  .slick-dots li:nth-of-type(2) button:before{
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.rakuten.ne.jp/gold/kaguin/images/newlife2024/bedroom.png") no-repeat;
    background-size: 65%!important;
    background-position: center;
  }

.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: black;
    border-bottom: solid 2px;
}