@charset "utf-8";
/* CSS Document */


/* BRAND NEWS
------------------------------------------------*/
#brand-news-area{
    background: #fff;
    padding-top: 25px;

}
.brand-news-area__ttl{
    max-width: 1000px;
    margin: 40px auto 15px;
    font-size:20px;
    font-weight: 300;
    color:#000;
    padding: 0 20px;
}
.brand-news-area__slides{
    padding-left: 17px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 50px;
}
.brand-news-area__slides .slick-list{
    overflow: visible;
}
.brand-news-area__slides .slick-dots{
    bottom: 25px;
    margin-left: -17px;
}

.brand-news-area__slides .slick-dots li{
    width: 4px;
    height: 4px;
    margin: 0 2px !important;
}
.brand-news-area__slides .slick-dots li button{
    width: 4px !important;
    height: 4px !important;
    border-radius: 4px !important;
}

.brand-news-area__slides .slide-item{
    margin: 0 3px;
    box-sizing:content-box;
}
.brand-news-area__slides .slide-item img{
    overflow: hidden;
    border-radius: 14px;
}
.style_txt {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 5% 0 0;
}


/* SNS BOX
------------------------------------------------*/
.snsBOX{
    background: #EBEBEB;
    padding: 20px;
}
.snsBOX__inner{
    background: #FFFFFF;
    border-radius: 15px;
    max-width: 500px;
    margin: 2% auto;
    padding: 30px 0;
}
.snsBOX__tit01{
    text-align: center;
    font-size:20px;
    font-weight: 300;
    color:#000;
}
.snsBOX__tit02{
    text-align: center;
    font-size:12px;
    font-weight: 300;
    color:#999999;
    padding: 15px 0 20px ;
}
.snsBOX__tit03{
    text-align: center;
    font-size:12px;
    font-weight: 300;
    color:#999999;
    border-top: 1px solid #EFEFEF;
    padding: 20px 0;
}
.snsBOX__list01{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.snsBOX__list01 li{
    margin: 0 7px;
    line-height: 0;
}
.snsBOX__list01 li img{
    width: 50px;
    height: auto;
}
.snsBOX__list02{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
.snsBOX__list02 li{
    margin: 0 7px;
    line-height: 1.2;
}
.snsBOX__list02 li img{
    width: 50px;
    height: auto;
}
.snsBOX__list02 li span{
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size:11px;
    font-weight: 700;
    color:#000;
    padding-top: 5px;
}
.snsBOX__list02 li a {
    text-decoration: none;
}

/* バナースクエア
------------------------------------------------*/
.banner-square-area{
    padding: 20px 15px;
}
.banner-square-area ul{
    display: flex;
    flex-wrap: wrap;
}
.banner-square-area ul li{
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    line-height: 0;

}
.banner-square-area ul li img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
}



/* BRAND LIST
------------------------------------------------*/
.brand-nav-btm-area{
    background: #EBEBEB;
    padding: 30px 15px 20px;
}
.brand-nav-btm-area__ttl{
    text-align: center;
    font-size:20px;
    font-weight: 300;
    color:#000;
    margin-bottom: 25px;
}
.brand-nav-btm-area ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
}
.brand-nav-btm-area ul li{
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
    line-height: 0;
    border-radius: 10px;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
}
.brand-nav-btm-area ul li a{
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.brand-nav-btm-area ul li a img{
    width: 100%;
    height: auto;
}
.brand-nav-btm-area ul li a span{
    display: block;
    text-align: center;
    padding: 7px 10px;
}
.brand-nav-btm-area ul li a span img{
    max-width: 85px;
    max-height: 30px;
}

.banner-footer {
    max-width: 1000px;
    margin: 2% auto;
    font-size:20px;
    font-weight: 300;
    color:#000;
    padding: 0 20px 1%;
}

.f_bnr {
    width: 100%;
    margin: 1% 0;
}

.banner_img {
    width: 100%;
    max-width: 600px;
    margin: 1% auto;
}

.clear {
    clear: both;
}

@media only screen and (min-width:750px){
    .brand-nav-btm-area ul li{
        width: calc(20% - 10px);
    }
    

    .f_bnr {
        width: 49%;
        margin: 1% .5%;
        float: left;
    }

}