/*=============================
    �ک`����ͨ
==============================*/
#Wrap{
    width: 100%;
}
#Contents{
    margin: 0;
}
#Header{
    /*display: none;*/
}

/*
    #brandtopics
*/
#brandtopics{
    font-family: var(--hirakaku);
    max-width: 124rem;
    padding: 0 2rem;
    margin: 0 auto 8rem;
}
#brandtopics img{
    width: 100%;
}
#breadcrumb .breadcrumb__list-item:first-child .breadcrumb__separator {
    display: none;
}

@media screen and (max-width: 767px){
    #brandtopics{
        padding: 0;
        margin: 0 auto calc(48 * (100vw / 375));
    }
}

/*
    .brandtopics_List
*/
#brandtopics .brandtopics_Wrap{
    padding-bottom: 8rem;
    margin-bottom: 7.4rem;
    border-bottom: 1px solid var(--aria);
}

@media screen and (max-width: 767px){
    #brandtopics .brandtopics_Wrap{
        padding: 0 calc(10 * (100vw / 375));
        margin-bottom: calc(46 * (100vw / 375));
        border-bottom: none;
    }
}

/*
    .brandtopics_List
*/
#brandtopics .brandtopics_List{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4.4rem auto 6.4rem;
}
#brandtopics .brandtopics_List > li{
    width: calc((100% - 6.9rem) / 4);
    margin-right: 2.3rem;
}
#brandtopics .brandtopics_List > li:nth-of-type(4n){
    margin-right: 0;
}
#brandtopics .brandtopics_List > li:nth-of-type(n+5){
    margin-top: 3.5rem;
}
#brandtopics .brandtopics_List > .brandtopics_Cont {
    opacity: 0;
}
#brandtopics .brandtopics_List > .brandtopics_Cont--show {
    opacity: 1;
}
#brandtopics .brandtopics_List .brandtopics_Img{
    position: relative;
    display: block;
    padding-top: 100%;
}
#brandtopics .brandtopics_List .brandtopics_Img > img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
}
#brandtopics .brandtopics_List .brandtopics_Desc{
    margin-top: 1.2rem;
    letter-spacing: 0;
    line-height: 1.71;
}
#brandtopics .brandtopics_List .brandName{
    font-size: 12px;
    font-weight: bold;
    font-family: var(--quattrocento-sans);
}
#brandtopics .brandtopics_List .brandtopics_ttl{
    margin: 0.3rem auto 0.3rem;
    font-size: 14px;
}
#brandtopics .brandtopics_List .brandtopics_date{
    font-size: 11px;
}

@media screen and (max-width: 767px){
    #brandtopics .brandtopics_List{
        margin: calc(20 * (100vw / 375)) auto calc(45 * (100vw / 375));
    }
    #brandtopics .brandtopics_List > li{
        width: calc((100% - calc(10.5 * (100vw / 375))) / 2);
        margin-right: calc(10.5 * (100vw / 375));
    }
    #brandtopics .brandtopics_List > li:nth-of-type(2n){
        margin-right: 0;
    }
    #brandtopics .brandtopics_List > li:nth-of-type(n+5){
        margin-top: 0;
    }
    #brandtopics .brandtopics_List > li:nth-of-type(n+3){
        margin-top: calc(24 * (100vw / 375));
    }
    #brandtopics .brandtopics_List .brandtopics_Desc{
        margin-top: calc(4 * (100vw / 375));
    }
    #brandtopics .brandtopics_List .brandName{
        font-size: calc(12 * (100vw / 375));
    }
    #brandtopics .brandtopics_List .brandtopics_ttl{
        margin: 0 auto calc(2 * (100vw / 375));
        font-size: calc(12 * (100vw / 375));
    }
    #brandtopics .brandtopics_List .brandtopics_date{
        font-size: calc(11 * (100vw / 375));
    }
}
