@media screen and (max-width:768px) {
    .__sponly{
        display: inline;
    }
    .__pconly{
        display: none;
    }
}

@media screen and (min-width:769px) {
    .__pconly{
        display: inline;
    }
    .__sponly{
        display: none;
    }
}


nav.fs-c-breadcrumb{
    margin-top: 64px;
}
.Categorypickup2{
    margin-top: 0;
}



/* ----------------------------------------- */
.fs-c-noResultMessage__title::before, .fs-c-noResultMessage__title::after{
    content: "";
    border-bottom: 1px solid #999;
    margin: 12px;
}
.fs-c-noResultMessage__title{
    background: #eee;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #666;
    display: flex;
    flex-direction: column;
    margin: 0 5%;
    margin-bottom: 32px;
}
/* ----------------------------------------- */

.slick-dotted.slick-slider{margin-bottom: 0;line-height: 0;}
/* ----------------------------------------- */
/* MV */
.brand--mv__wrap{
    background-color: #F2EFF2;
}

.brand--mv__inner{
display: flex;
gap: 16px;
flex-direction: column;
background-color: #F2EFF2;
}

.brand--mv__lead{
    margin-top: -10px;
    padding: 0 5%;
}

@media screen and (min-width:769px) {
    .brand--mv__inner{
        justify-content: center;
        padding: 0 5% 0 0;
        flex-direction: row;
    }
    .brand--mv__fade{
        width:70%;
    }
}

@media screen and (min-width:1200px) {
    .brand--mv__fade-item{
        width: 650px;
    }
    .brand--mv__inner{
        padding: 72px 5% 50px 0;
        max-width: 1200px;
        margin: 0 auto;
    }    
}

/* .brand--mv__inner > div{
    width: 50%;
} */

.brand--mv__vade-item__inner img{
    object-fit: contain;
    height: max-content;
    border-radius: 4px;
}
@media screen and (min-width:769px) {
    .brand--mv__vade-item__inner img{
        object-fit: cover;
        max-height: calc(100%);
        height: 100%;
    }

    .brand--mv__lead{
        width: calc(50% - 16px);
        margin-top: 0;
    }

    .brand--mv__fade-item{
        width: 100%;
        height: 480px;
    }
}
@media screen and (min-width:1200px) {
    .brand--mv__fade-item{
        width: 650px;
        height: 480px;
    }
}


/* スライドMV */
/* body{margin:0;} */
@media screen and (min-width:769px) {
.brand--mv__vade-item__inner {
    position: relative;
    width: 100%;
    height:calc(100%);
    overflow: hidden;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brand--mv__vade-item__inner div{
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    width:calc(100%);
    height:100%;
}
}

/* --------------------------------------- */
/* ------------------------------------- */
/* mv lead */

@media screen and (max-width:768px) {
    h1#brandTitleText img{
        display: block;
        max-height: 22px;
        width: max-content;
    }
.brand--mv__leadttl{
    font-size: 19px;
    font-weight: 700;
    line-height: 0;
    margin-bottom: 26px;
    display: block;
    width: 100%;
    cursor: pointer;
    height: 30px;
    margin-bottom: 12px;
    position: relative;
    margin-top: 4px;
}
    
.brand--mv__leadttl:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 1px;
}

.brand--mv__leadttl.--display_touch:after{
    content: "";
    transform: rotate(-135deg);
    right: 0;
    top: 6px;
}
}

@media screen and (min-width:769px) {
    .--display_hidden{
        display: block;
    }
}


.brand--mv__leadtxt{
    line-height: 1.6;
    margin-bottom: 14px;
    text-align: justify;    
}


h1.brand--mv__leadttl span{
    font-size: 16px;
    font-weight: 700;
}



@media screen and (min-width:769px) {
    h1#brandTitleText img{
        display: block;
        max-height: 34px;
    }
    .brand--mv__leadttl{
        font-size: 30px;
        line-height: 1;
    }
    .brand--mv__leadttl > span{
        font-size: 18px;
        font-weight: 700;
    }
    .brand--mv__leadcontent{
        width: auto;

    }
    .brand--mv__leadcontent{
        width: auto;
        height: max-content;
        position: relative;
        overflow: hidden;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0%, -50%);
    }
}

/* ------------------------------------- */
/* MVのスライダーCSS */


ul.br_mv__slick-dots{
    width: 100%;
    /* height: 100%; */
    justify-content: center;
    display: flex;
    gap: 16px;
    position: relative;
    z-index: 1;
    bottom: 26px;
}
@media screen and (min-width:769px) {
    ul.br_mv__slick-dots{
        justify-content:flex-end;
    }

}
ul.br_mv__slick-dots li{
    width: 10px;
    background: #dadcdf;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #dadcdf;
    cursor: pointer;
}
ul.br_mv__slick-dots li.slick-active{
    background: #000;
    border: 1px solid #000;
}

.br_mv__slick-dots button{
    text-indent: -9000px;
}

@media screen and (min-width:769px) {
    ul.br_mv__slick-dots{
        margin-top: 457px;
        right: 18px;
    }
}

/* -------------------- */
/* スクロールナビ */

.br__scr--wrap{
    position: fixed;
    display: flex;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.br__scr--wrap a:last-child {
    border: none;
    padding-right: 0;
}
.br__scr--wrap a {
    border-right: 1px solid #aaa;
    height: max-content;
    line-height: 1.4;
    padding-right: 8px;
    width: max-content;
    font-size: 14px;
    font-weight: 700;
    color: #666;;
    text-align: center;
}

.br__scr--wrap {
    background: #fff;
    padding: 13px 17px;
    gap: 16px;
    border-radius: 4px;
    z-index: 15000;
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,.1);
    bottom: 20px;
    border: 1px solid #eee;
    align-items: center;
}

@media screen and (max-width:360px) {
    .br__scr--wrap{
        gap: 8px;
        padding:12px 12px;
    }
    .br__scr--wrap a{
        font-size: 12px;
        padding-right: 8px;
    }
}

@media screen and (max-width:769px) and (min-width:1119px) {
    .br__scr--wrap a{
        border-right: 1px solid #aaa;
        height: max-content;
        line-height: 1;
        padding-right: 30px;
        width: max-content;
        font-size: 14px;
        font-weight: 700;
        color: #666;
    }
    .br__scr--wrap{
        background: #fff;
        padding: 13px 51px;
        gap: 36px;
        border-radius: 4px;
        z-index: 15000;
        box-shadow: 0px 2px 4px 2px rgba(0,0,0,.1);
        bottom: 20px;
        border: 1px solid #eee;
    }
}
@media screen and (min-width:1200px) {
    .br__scr--wrap{
        background: #C1A37D;
        padding:0;
        gap: 0px;
        border-radius: 4px 0px 0px 4px;
        z-index: 15000;
        box-shadow: 0px 2px 4px 2px rgba(0,0,0,.1);
        bottom: 0px;
        width: 104px;
        height: max-content;
        border: 1px solid #C1A37D;
        position: fixed;
        display: flex;
        flex-direction: column;
        -ms-transform: translateX(-50%);
        top: 50%;
        right:0;
        left: calc(100% - 104px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }    
    .br__scr--wrap a{
        border-right: 1px solid #aaa;
        height: max-content;
        line-height: 1;
        padding-right: 8px;
        padding: 12px 14px 12px 12px;
        width: max-content;
        font-size: 14px;
        font-weight: 700;
        border: none;
        width: 100%;
        color: #fff;
        text-align: center;
    }
    .br__scr--wrap a:hover{
        background-color: #000;
    }
    .br__scr--wrap a:last-child{
        padding-right: 14px;
    }
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* -------------------------  */
/* about */

.brand--search__wrap{

}

.brand--search__lead,
.brand--about__lead{
    padding: 0 5%;
    margin: 48px 0 48px;
}
.brand--search__wrap h2,
.brand--about__wrap h2{
    font-size: 28px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 18px;
}
.brand--search__wrap h2 .lead--maintxt,
.brand--about__wrap h2 .lead--maintxt{
    display: block;
    order: 2;
    font-weight: 700;
}
.brand--search__wrap h2 .lead--subtxt,
.brand--about__wrap h2 .lead--subtxt{
    order: 1;
    font-size: 12px;
    display: block;
    font-weight: 700;
    margin-bottom: 14px;
    
}

/* ラインナップを見るボタン */
.brand--search__lead a,
.brand--about__lead a{
    display: block;
    background: #fff;
    padding: 15px 25px 15px 25px;
    line-height: 1.5;
    color: #0e0e0e;
    border: 1px solid #A7A2A9;
    border-radius: 50px;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
    max-width: max-content;
    text-align: center;
    margin: 0 auto;
}
.brand--search__lead a:hover,
.brand--about__lead a:hover{
    background-color: #A7A2A9;
    color: #fff;
}
.brand--search__lead a:hover span:last-child,
.brand--about__lead a:hover span:last-child{
    color: #fff;
}
.brand--search__lead a span:last-child,
.brand--about__lead a span:last-child{
    display: inline-block;
    content: "";
    margin-top: -3px;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    color: #A7A2A9;
}


/* h3 */
.brand--sec__contents--inner .--leadtxt h3{
    font-size: 22px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 1em;
}
.brand--sec__contents--inner .--leadtxt h3 span{
    font-weight: 700;
}

.brand--sec__contents--inner .--leadtxt .lead--subtxt{
    order: 1;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
}
.brand--sec__contents--inner .--leadtxt .lead--maintxt{
    order: 2;
}
.brand--sec__contents--right.--leadtxt{
    margin: 24px 0 0px;
    padding: 0 5%;
}
.--woodtype .brand--sec__contents--right.--leadtxt{
    margin: 0 0 24px;
}
@media screen and (min-width:769px) {
    .--woodtype .brand--sec__contents--inner .--leadtxt .lead--maintxt,
.--woodtype .brand--sec__contents--inner .--leadtxt .lead--subtxt{
    text-align: center;
}
    
    .brand--sec__contents--right.--leadtxt{
        padding: 0 5%;
        margin: auto 0;
}
}
.brand--sec__contents--right.--leadtxt{
    
}
.brand--sec__contents--right.--lead_txt span

.brand--sec__contents--right.--leadtxt p{
    text-align: justify;
    line-height: 2;
    letter-spacing: 0.02em;
}

/* about img幅 */
.brand--sec__contents--inner > div > img{
    width: 100%;
    height: auto;
}
.brand--sec__contents--inner{
    display: flex;
    flex-direction: column;
}

.brand--sec__topics_contents{
    border-bottom: 1px solid #ddd;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

@media screen and (min-width:769px) {
    .brand--sec__cate--selectlink ul li figure div{
        height: 156px;
    }
    .brand--sec__topics_contents.--woodtype .brand--sec__contents--inner{
        display: flex;

    }
    .brand--sec__contents--inner{
        display: grid;
        grid-template-columns: 1fr auto;
        width: 100%;
        /* margin-bottom: 48px; */
    }    
 
    .brand--search__wrap,
    .brand--about__wrap,
    .brand--category__wrap,
    div#brandCategoryLink,
    section#brandLayoutHomeOffice > .brand--lead, section#brandLayoutHomeOffice > .brand--point{
        max-width: 960px;
        margin: 0 auto;
    }

    /* カテゴリ別コンテンツの横幅 */
    .contents--wrap,
    .brand--sec__aside ul{
        max-width: 960px;
        margin: 0 auto;
    }

    .brand--sec__contents--left{
        min-width: 520px;
    }
    .brand--sec__contents--right{
    }

    .__solutions .brand--sec__contents--center{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
    .__solutions .--keyimg{
        display: flex;
        align-items: center;
    }
    .__board_spec .brand--sec__contents--right,
    .__solutions .brand--sec__contents--right{

        grid-column: 2 / 3;
    }
    .__board_spec .brand--sec__contents--right,
    .__solutions .brand--sec__contents--right{
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    min-width: 420px;
    }

    .brand--sec__cate--selecting{
        padding: 0 5%;
        margin-bottom: 24px;
        display: flex;
        flex-direction: row;
        gap: 32px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .brand--sec__cate--selecting > div{
        display: flex;
        flex-direction: column;
        justify-content: space-between;    }

}
/* sizenoのデスク・テーブルの選び方 */
#secStudy .brand--sec__topics--lead:before{
    background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/product_sizeno/icon_lead_study.svg);
}
#secDining .brand--sec__topics--lead:before{
    background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/product_sizeno/icon_lead_dining.svg);
}
.brand--sec__topics--lead:before{
    content: "";
    width: 106px;
    height: 82px;
    display: block;
    margin: 0 auto;
    margin-bottom: 22px;
}

#brandLayoutHomeOffice .switch--button_title .--lead_txt:before{
    background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/product_sizeno/icon_lead_study_single.svg);
}

#brandLayoutDining .switch--button_title .--lead_txt:before{
    background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/product_sizeno/icon_lead_dining_single.svg);
}

.switch--button_title .--lead_txt:before{
    content: "";
    width: 50px;
    height: 50px;
    background-size: contain;
    
    display: block;
    margin-right: 9px;
}

.brand--sec__cate--lead h3 > span:first-child{
    font-size: 24px;
    font-weight: 700;
    order: 2;
    line-height: 1.4;

}
.brand--sec__cate--lead h3 > span:nth-child(2){
    font-size: 12px;
    font-weight: 700;
    order: 1;
    margin-bottom: 8px;
}
.brand--sec__cate--lead h3{
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 24px;
    text-align: center;
}
.brand--sec__cate--lead{
    margin: 0px 0 28px;
    padding: 0 5%;
}

/* ステップ */
.brand--sec__cate--selecting{
    padding: 0 5%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
}
.brand--sec__cate--selecting > div > p > span{
    font-size: 22px;
    font-weight: 700;
    margin-right: 7px;
}
.brand--sec__cate--selecting > div > p{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1em;
    text-align: center;
}
@media screen and (max-width:535px) {
    .brand--sec__cate--selecting > div > p{
        text-align: left;
        text-indent: -26px;
        margin-left: 27px;
    }
}
.brand--sec__cate--selecting > div{
    /* margin-bottom: 32px; */
    text-align: center;
    width: 48%;
    max-width: 240px;
}
.brand--sec__cate--selecting > div > img{
    border-radius: 16px;
    border: 1px solid #ddd;
    max-height: 162px;
}

/* -------------------------------- */
/* 商品カテゴリから探す */
.brand--sec__topics-wrap{
    margin-bottom: 52px;
}
#secAll.brand--sec__topics-wrap{
    margin-bottom: 0;
    padding: 0 5%;
}
div#brandCategoryLink .brand--sec__cate--lead{
    margin: 0 0 28px;
}
div#brandCategoryLink h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
/* ------ */
/* レイアウトカード */
.brand--sec__cate--selectlink ul{
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    padding: 0 5%;
}
.brand--sec__cate--selectlink ul li a{
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    display: block;
    background: #fff;
    box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.1);
}

.brand--sec__cate--selectlink ul li a figcaption > span:last-child{
    width: 32px;
}
.brand--sec__cate--selectlink ul li a figcaption > span{
    display: block;
}
.brand--sec__cate--selectlink ul li a figcaption > span:last-child::before{
       display: block;
       content: "";
       margin: 0 auto;
       width: 8px;
       height: 8px;
       border-top: 1px solid;
       border-right: 1px solid;
       transform: rotate(45deg);
       color: #A7A2A9;
       align-items: center;
}


.brand--sec__cate--selectlink ul li a img{
    object-fit: cover;
    max-height: 152px;
    height: auto;
    width: 100%;
}
@media screen and (max-width:535px) {
    .brand--sec__cate--selectlink ul li a img{
        max-height: 110px;
    }
}
@media screen and (max-width:400px) {
    .brand--sec__cate--selectlink ul li a img{
        max-height: 100px;
    }
}

.brand--sec__cate--selectlink ul li a figcaption{
    /* min-height: 58px; */
    padding: 2px 7px;
    text-align: justify;
    line-height: 1.6;
    display: flex;
    align-items: center;
    font-size: 12px;
    height: max-content;
}


@media screen and (min-width:769px) {

    .brand--sec__cate--selectlink ul li a img{
            object-fit: cover;
            min-height: 162px;
            height: auto;
            width: 100%;
        }
        .brand--sec__cate--selectlink ul li a figcaption{
            /* min-height: 58px; */
            padding: 2px 7px;
            text-align: justify;
            line-height: 1.6;
            display: flex;
            align-items: center;
            font-size: 12px;
        }

    div#brandCategoryLink{margin-bottom: 62px;}
    .brand--sec__cate--selectlink ul{
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 0 5%;
    }
    .brand--sec__cate--selectlink ul li a figcaption{
            /* min-height: 58px; */
    padding: 2px 7px;
    text-align: justify;
    line-height: 1.6;
    display: flex;
    align-items: center;
    height: 52px;
    margin: 7px 2px 0;
    justify-content: space-between;
    }
}

/* -------------------------  */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
p.topics__point--maintxt{
    letter-spacing: 0.02;
}

.brand--sec__topics-wrap .topics__point--maintxt:not(:first-child){
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
}
.brand--sec__topics-wrap .topics__point--maintxt:first-child{
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0 2px;
}

/* 部屋ごとのコンテンツ */
.switch--display.--contents-acr.__switch_contents{
    background-color: #fff;
}
article#brandLayout > section .brand--sec__topics-wrap{
    background-color: #fafafa;
    padding: 32px 0;
}

.brand--layout__wrap{
    /* padding-top: 42px; */
}

.brand--sec__topics--lead{
    margin-bottom: 42px;
}

.brand--sec__topics--lead h2{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom:16px;
}
.brand--sec__topics--lead p{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.brand--sec__topics--point{
    width: 100%;
    padding: 0 5%;
}
.brand--sec__topics--point img{
    border: 1px solid #eee;
    border-radius: 4px;
}

.brand--sec__topics--point ul{
    width: 100%;
    /* overflow: scroll; */
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto;
}
@media screen and (min-width:769px) {
    .brand--sec__topics--point{
        max-width: 960px;
        margin: 0 auto;
    }
    .brand--sec__topics--point ul{
        grid-template-columns: auto auto auto;
    }
}

/* ボタンテキストタイトル */
.switch--button_title{
    padding: 0 5%;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
}
.switch--button_title p{
    font-size: 19px;
    font-weight: 700;
    /* padding: 0 5%; */
    display: flex;
    align-items: center;
    line-height: 1.4;
    margin-bottom: 22px;
    justify-content: center;
}

.switch--button_title p.--sub_txt{
    font-size: 12px;
    margin-top: 18px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #999;
    line-height: 1.4;
    text-align: center;
}
@media screen and (min-width:769px) {
    .switch--button_title p.--sub_txt{
        font-size: 14px;
    }
}

/* 各コンテンツ一言タイトル */
.contents--body__lead{
    padding: 0 5%;
    margin-bottom: 24px;
}
.contents--body__lead h3{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width:769px) {
    .switch--button_title{
    max-width: 960px;
    margin: 0 auto 22px;
}
}

/* 各コンテンツ チェックポイント */
.contents--body__inner.--list_lead h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
}
.contents--body__inner.--list_lead{
    margin: 24px 0 16px;
}
.contents--body__inner.--checklist{
    padding: 0 5%;
}

.contents--body__inner.--checklist li > div{
    display: grid;
    grid-template-areas: "l r1"
        "l r2";
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}
.contents--body__inner.--checklist li > div > div{
    grid-area: l;
    /* max-width: 60px; */
    width: 60px;
    /* height: 100%; */
    position: relative;
    /* width: 40%; */
}
.contents--body__inner.--checklist li > div > div p{
    line-height: 1;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #aaa;
    font-weight: 100;
}

.contents--body__inner.--checklist li > div > p.--leadtxt{
    grid-area: r1;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    line-height: 1;
    margin-bottom: 8px;
}
.contents--body__inner.--checklist li > div > p.--checktxt{
    grid-area: r2;
    font-size: 12px;
    line-height: 1.6;
    color: #999;
    text-align: justify;
}
@media screen and (min-width:769px) {
    .contents--body__lead{
        padding: 0 5%;
        margin-bottom: 43px;
        margin-top: 42px;
    }
    .contents--body__inner.--checklist{
        width: 360px;
        padding: 0;
    }
    .contents--body__inner.--key_contents{
     display: grid;
    align-items: center;
    gap: 24px;
    grid-template-columns: 1fr auto;
    }
    .contents--body__inner.--list_lead h4{
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.025em;
        text-align: center;
        font-size: 20px;
        margin-bottom: 32px;
    }
    .brand--sec__topics_contents .brand--sec__cate--selecting > div{
        width: 28%;
    }
    .brand--sec__topics_contents{
        border-bottom: 1px solid #ddd;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
}
.brand--sec__topics_contents.__sizeorder p,
.brand--sec__topics_contents.__leg p,
.brand--sec__topics_contents.__board_spec p,
.brand--sec__topics_contents.__solutions p{
    line-height: 1.8;
    text-align: justify;
}

.brand--sec__topics_contents.__leg p span{
    font-size: 12px;
}

/* 仕様チェックポイント */
.contents--body__inner.--checklist li:last-child{
    border-bottom: 1px solid #aaa;
    padding-bottom: 14px;
    margin-bottom: 18px;
}
.contents--body__inner.--checklist li{
    border-top: 1px solid #aaa;
    margin-top: 16px;
    padding-top: 14px;
}

/* お部屋の間取り */
.contents--body__item .--info_inner{
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    margin-bottom: 24px;
}

.contents--body__item .--info_inner .--info_mainimg{
    order: 2;
    margin-bottom: 6px;
}
.contents--body__item .--info_inner .--info_lead{
    order: 1;
}
.contents--body__item .--info_inner .--info_list{
    order: 3;
}
@media screen and (min-width:769px) {
    .contents--body__sec{
        margin-bottom: 36px;
    }
    .contents--body__item .--info_inner{
        padding: 0;
        display: grid;
        grid-template-columns: 370px auto;
        grid-template-rows: auto;
        margin-bottom: 0;
    }
    .contents--body__item .--info_inner .--info_lead{
        grid-column: 1/3;
        grid-row: 1/2;
    }
    .contents--body__item .--info_inner .--info_mainimg{
        margin-right: 12px;
        margin-bottom: 6px;
        grid-column: 1/2;
        grid-row: 2 / 3;
    }
    .contents--body__item .--info_inner .--info_list{
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
    .--layoutinfo .contents--body__item{
        margin-bottom: 0;
    }
    .brand--sec__aside .contents--body__item ul li:first-child{
        margin-left: 0;
    }
    .brand--sec__aside ul li{
        width: 240px;
    }
    .brand--sec__aside .contents--body__item ul li:first-child{
        padding: 0;

        
    }
    .contents--body__inner.--checklist{
        padding:0 5% 0 0 ;
    }
}
@media screen and (min-width:769px) and (min-width:1100px){
.contents--body__inner.--checklist{
    padding: 0 5% 0 0;

}
}

/* リード */

.contents--body__item .--info_inner .--info_lead h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
    margin-top: 16px;
}
.contents--body__item .--info_inner .--info_lead h4 span{
    font-size: 12px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-top: 8px;

}

/* 間取りリスト */
.--layoutinfo .contents--body__item{
    margin-bottom: 24px;
}
.contents--body__item .--info_inner .--info_list li{
    display: flex;
    background: #999;
    padding: 4px 8px;
    gap: 8px;
    margin-bottom: 6px;
}
.contents--body__item .--info_inner .--info_list li:last-child{
    margin-bottom: 0;
}
.contents--body__item .--info_inner .--info_list li p{
    display: flex;
    flex-direction: column;
}
.contents--body__item .--info_inner .--info_list li p:first-child{
    min-width: 108px;
    font-weight: 700;
    text-align: left;
    font-size: 12px;
    line-height: 1;
    margin: auto 0;
}
.contents--body__item .--info_inner .--info_list li p{
    color: #fff;
}

/* 使用したデスクの特徴 */

.contents--body__inner.--layoutuse_desk{
    padding: 0 5%;
    margin-bottom: 24px;
}

.contents--body__inner .--lead_txt{
    font-size: 16px;
    margin-bottom: 8px;
    color: #666;
}
.contents--body__inner .--lead_txt span{
    font-weight: 700;
}

.contents--body__inner.--layoutuse_desk .contents--body__item > div{
    display: flex;
    /* align-items: center; */
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,.1);
    background: #fff;
    gap: 12px;
    position: relative;
    width: 100%;
    max-width: 460px;
}
.contents--body__inner.--layoutuse_desk .contents--body__item > div > div{
    max-width: 130px;
}
.contents--body__inner.--layoutuse_desk .contents--body__item > div > div img{
    border-radius: 4px 0 0 4px;
}
.contents--body__inner.--layoutuse_desk .contents--body__item p{
    font-size: 12px;
    line-height: 1;
}
.contents--body__inner.--layoutuse_desk .contents--body__item ul li{
    margin-bottom: 8px;
}
.contents--body__inner.--layoutuse_desk .contents--body__item ul li:last-child{
    margin-bottom: 0;
}

.contents--body__inner.--layoutuse_desk ul{
    /* width: 100%; */
    padding-top: 13px;
    padding-right: 32px;
    
}
.contents--body__inner.--layoutuse_desk ul li{
    display: flex;
}

.--layoutuse_desk li p:first-child{
    width: 54px;
    border-right: 1px solid #ddd;
    margin-right: 5px;
}
.--layoutuse_desk li:last-child p:first-child{
    border: none;
    margin-right: 0;
}
.--layoutuse_desk ul li:last-child{
    position: absolute;
    bottom: 11px;
    right: 27px;
    line-height: 1;
    color: #666;
    margin-bottom: 0;
}

.--layoutuse_desk ul li:last-child p{
    width: 100%;
    line-height: 1;
}
.--layoutuse_desk ul li:last-child span{
    display: inline-block;
    content: "";
    margin: 0px 0px 0px 5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    color: #A7A2A9;
    position: absolute;
    top: 3px;
    /* align-items: center; */
}

/* 似た商品を探す */
.contents--body__inner.--layoutuse_groupdesk > p{
    padding: 0 5%;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}
.contents--body__inner.--layoutuse_groupdesk > p span{
    display: block;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 12px;
}
.contents--body__inner .--layoutuse_groupdesk .--list_item .contents--body__item ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    gap: 12px;
}
.contents--body__inner .--layoutuse_groupdesk .--list_item .contents--body__item ul li p{
    text-align: center;
    line-height: 1.2;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #666;
}
.contents--body__inner .--layoutuse_groupdesk .--list_item .contents--body__item ul li p span{
    font-size: 12px;
}
.contents--body__inner .--layoutuse_groupdesk .--list_item .contents--body__item ul li{
    min-width: 124px;
    padding-bottom: 12px;
}
.contents--body__inner .--layoutuse_groupdesk .--list_item .contents--body__item ul li:first-child{
    margin-left:5% ;
}
.contents--body__inner .--layoutuse_groupdesk .--list_item .contents--body__item ul li figcaption{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 0;
    width: calc(92%);
    color: #888;
    margin: 8px auto 0;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
}

/* PC対応 */
@media screen and (min-width:769px) {
    .contents--body__item .--info_inner,
    .--layoutinfo .contents--body__item{
        margin-bottom: 0;
    }
    .contents--body__inner.--layoutinfo{
        display: grid;
        /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; */
        gap: 12px;
        grid-template-columns: 630px auto;

    }
    .contents--body__inner.--layoutuse_info{
        grid-column: 1 / 2;
    }
    .contents--body__inner.--layoutuse_desk{
        grid-column: 2 / 3;
        padding: 0;
    }
    .contents--body__inner.--layoutuse_desk .contents--body__item > div{
        width: 100%;
    }
    .contents--body__inner .--lead_txt{
        margin-top: 12px;
    }
    .contents--body__inner.--layoutuse_groupdesk{
        grid-column: 1 / 3 ;
    }
    .contents--body__inner.--layoutuse_groupdesk > p{
        padding: 0;
    }
    .contents--body__inner .--layoutuse_groupdesk .--list_item .contents--body__item ul li:first-child{
        margin-left: 0;
    }
    
}
@media screen and (min-width:769px) and (max-width:1100px) {
    .contents--body__inner.--layoutuse_desk{
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
    .--layoutinfo .contents--body__item{
        grid-column: 1 / 3;
    }
    .contents--body__inner.--layoutuse_desk .contents--body__item > div{
        max-width: 460px;
    }
    .brand--sec__aside .--lead_txt,
    .contents--body__inner.--layoutinfo{
        padding: 0 5%;
    }
}


/* --------------------------------------------------------------------------- */
/* 関連するコーディネート */
.brand--sec__aside{
    margin-bottom: 48px;
}

.--related_contents .contents--body__item li a figure{
    width: 280px;
}

.brand--sec__aside ul li:first-child{
    /* padding: 0 5%; */
}
.brand--sec__aside .--lead_txt{
    font-size: 16px;
    font-weight: 700;
    padding: 0 5% 0;
}

.brand--sec__aside ul li:first-child{
    margin-left: 5%;
}
.brand--sec__aside ul li{
    min-width: 280px;
    margin-right: 16px;
}
.brand--sec__aside ul{
    display: flex;
    overflow-x: scroll;
    gap: 16px;
    padding-bottom: 12px;
}
.brand--sec__aside > div:first-child{
    margin-bottom: 24px;
}
@media screen and (min-width:769px) {
    .brand--sec__aside .--lead_txt{
        padding: 0;
        max-width: 960px;
        margin: auto;
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px){
    .brand--sec__aside{
        max-width: 960px;
        margin: 0 auto;
        padding:0 5%;

    }
}

/* --------------------------------------------------------------------------- */
/* 天板のカラーリング系 */
.brand--sec__brend-wrap{
    background: #fafafa;
    padding: 42px 5%;
}

.brand--sec__brend-lead{
    margin-bottom: 24px;
}
.brand--sec__brend-lead h2 span{
    font-size: 12px;
    font-weight: 700;
}

.brand--sec__brend-lead h2{
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
}
.brand--sec__brend-lead p{
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    letter-spacing: 0.02em;
}

.brand--sec__brend-inner h3{
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
}
.brand--sec__brend-inner .--lead_txt{
    margin-bottom: 12px;
    color: #666;
}

.brand--sec__brend-inner .--contents_body .--lead_txt p{
    font-size: 16px;
    font-weight: 700;
}

.brand--sec__brend-inner .--contents_lead{
    margin-bottom: 24px;
}

/* おすすめ樹種 */
.brand--sec__brend-inner .contents--inner{
    background: #fff;
    padding: 6px 14px;
    border-radius: 12px;
    margin-bottom: 32px;
}
.brand--sec__brend-inner .--item_main ul{
    display: grid;
    gap: 12px;
    grid-template-columns: auto auto auto;
}

.brand--sec__brend-inner .--item_main ul figcaption{
    margin: 0;
    line-height: 1.2;
    margin-top: 7px;
    font-size: 12px;
    text-align: justify;
}
.brand--sec__brend-inner .--contents_body > div{
    margin-bottom: 32px;
}

.brand--sec__brend-inner .--contents_body .--item_sub ul{
    display: flex;
    gap: 24px;
}
.brand--sec__brend-inner .--contents_body .--item_sub ul li{
    /* width: 42px; */
    height: max-content;
}
.brand--sec__brend-inner .--contents_body .--item_sub ul p{
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
}

.brand--sec__brend-inner .--contents_body .--item_sub ul div.--brend_color{
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.--brend_color.__board_wg{background-color: #B2A3A3;}
.--brend_color.__board_wh{background-color: #EFEFEF;}
.--brend_color.__board_sa{background-color: #A8D5B7;}
.--brend_color.__board_bk{background-color: #606060;}

.brand--sec__brend-inner .--contents_info a{
    display: block;
    max-width: 290px;
    height: 42px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 0;
    width: calc(92%);
    color: #888;
    margin: 8px auto 0;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
}

.brand--sec__brend-inner .--contents_info a span{
    display: block;
    margin-top: 8px;
    line-height: 1;
}

.brand--sec__brend-inner .--contents_info{
    margin-bottom: 42px;
}
.--contents_lead img{
    border-radius: 4px;
}
@media screen and (min-width:769px) {
    .brand--sec__brend-lead p{
        max-width: 960px;
        margin: 0 auto;
    }
    .brand--sec__brend-inner .contents--inner{
        background: #fff;
        padding: 32px;
        border-radius: 12px;
        margin-bottom: 32px;
        width: 100%;
        max-width: 960px;
        margin: 0 auto 32px;
    }

    .brand--sec__brend-inner .--contents_lead{
        display: flex;
        flex-direction: row;
        gap: 42px;
    }
    .brand--sec__brend-inner .--contents_lead .--lead_txt{
        order: 2;
    }
    .brand--sec__brend-inner .--contents_lead .--lead_txt{
        order: 1;
        width: 60%;
        margin: auto 0;
    }
    .brand--sec__brend-inner h3{
        font-size: 24px;
        font-weight: 700;
        margin-top: 24px;
        line-height: 1;
        margin-bottom: 16px;
        text-align: left;
    }
    .brand--sec__brend-inner .--contents_body{

    }
    .brand--sec__brend-inner .--contents_info{

    }
    .brand--sec__brend-inner .--item_main ul{
        grid-template-columns: auto auto auto auto;
        max-width: 420px;
    }
    .brand--sec__brend-inner .--contents_body > div{
        width: 460px;
        margin-bottom: 0px;
    }
    .brand--sec__brend-inner .--contents_body{
        display: flex;
        gap: 42px;

    }
}

div#secAll > div h2{
    font-size: 18px;
}

@media screen and (min-width:769px) {
    

div#secAll > div{
    max-width: 960px;
    margin: 0 auto ;
}

div#secAll{
    width: 100%;
    margin-top: 48px;
}


div#secAll > div h2{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
}

.brand--sec__topics-wrap h2{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 42px;
}

/* MVのCSS　テイストと同じ */

@media only screen and (min-width: 1024px){
    .brand--mv__lead a{
        display: block;
        background: #fff;
        padding: 10px 0;
        line-height: 1.5;
        color: #0e0e0e;
        border: 1px solid #ccc;
        position: relative;
        transition: all 0.2s ease;
        font-weight: 600;
        font-size: 13px;
    }
    .brand--mv__lead a:before{
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -3px;
        width: 8px;
        height: 8px;
        border-top: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg);
    }

    .brand--mv__lead div{
        width: 250px;
        margin: 0 auto;
        padding-top: 20px;
    }
}



.taste-leading-area button a{

}