@charset "utf-8";

/* CSS Document */


/* 索引 */

.brandIndex__section {
    margin-bottom: 8rem;
}

.brandIndex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4rem 0;
}

.brandIndex li a:hover {
    text-decoration: none;
    background-color: #02467a;
    color: #fff;
    opacity: 1;
}

.brandIndex li span,
.brandIndex li a {
    display: block;
    border-radius: .2rem;
    text-align: center;
    padding: 1rem;
    font-size: 1.4rem;
    min-width: 4rem;
}

.brandIndex li span {
    color: #ccc;
    border: 1px solid #ccc;
}

.brandIndex li a {
    border: 1px solid #02467a;
    color: #02467a;
}

/* ブランドリスト */
.brandIndex__block h2 {
    text-align: left;
    margin-top:2.4rem;
    margin-bottom:2.4rem;
    font-size: 3rem;
    font-weight: 600;
    font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.brandIndex__block {
    margin-bottom: 4rem;
}

.brandIndex__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 1rem;
}

.brandIndex__content li {
    border-bottom: 1px solid #d6d6d6;
}

.brand__logo img {
    min-width: 80px;
}


.brandIndex__content li a {
    display:block;
    padding-top: 1.2rem;
    padding-bottom: 2.4rem;
    line-height: 1.6;
}



.brandIndex__content li a .brand__name {
    font-size: 1.4rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}


.brandIndex__content li a span {
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
    color:#666;
}


.bnr--exclusive a {
    display: inline-block;
}


.bnr--exclusive {
    text-align: center;
}

@media screen and (min-width:1024px) {
    .brandIndex li {
        margin-right: .4rem;
        margin-bottom: .5rem;
        min-width: 4rem;
    }
}

@media (min-width: 767.98px) and (max-width: 1023px) {
    .brandIndex {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        column-gap: .4rem;
        row-gap: .4rem;
    }

    .brandIndex--end {
        grid-column: 3 / 5;
        grid-row: 5 / 6;
    }

    .brandIndex__content {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 0;
    }

    .brandIndex__content li a {
        padding-bottom: 1rem;
        grid-column-gap: 2.4rem;
    }
}

@media (max-width: 767.98px) {
    
    .brandIndex {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        column-gap: .4rem;
        row-gap: .4rem;
        margin-bottom: 4rem;
    }

    .brandIndex--end {
        grid-column: 3 / 5;
        grid-row: 5 / 6;
    }

    .brandIndex__content {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 0;
    }


    .brandIndex__content li a {
        padding-bottom: 1rem;
        grid-column-gap: 2.4rem;
    }

}

/* ----------------------- 

Exclusive for Piu

----------------------- */

.intro {
    padding-bottom: 70px;
    background-color: #d5c0a5;
    margin-bottom: 8rem;
}

.intro_image {
    width: 90%;
    margin-left: auto;
}

.intro_title {
    width: 80%;
    margin: auto;
    font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
    font-size: 38px;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding-top: 30px;
}

.intro_text {
    width: 80%;
    margin: auto;
    letter-spacing: .08em;
    line-height: 2;
    margin-top: 24px;
}

.btn--brandlist {
    width: 80%;
    margin: 3.2rem auto 0;
}

.btn--brandlist a {
    letter-spacing: 0em;
    display: inline-block;
    padding: 1.2rem 2.4rem;
    background-color: #444;
    color: #fff;
}


.pc-image {
    display: block;
}

.sp-image {
    display: none;
}


@media (max-width:539px) {

    .btn--brandlist a {
        width: 100%;
        padding: 1.2rem 1rem;
        text-align: center;
    }

    .pc-image {
        display: none;
    }

    .sp-image {
        display: block;
    }



    .intro_image {
        width: 100%;
    }

}

.brand_list {
    width: 98%;
    margin: 0 auto 8rem;
}

.brand_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
}

/* .brand_list ul li {width: 25%; padding: 20px; } */
.brand_name {
    font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
    letter-spacing: 0.05em;
}

.brand_description {
    font-size: 1.3rem;
    line-height: 1.75;
}


@media screen and (min-width: 540px) and (max-width: 767px) {
    .brand_list ul {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 2rem;
        row-gap: 2rem;
    }


    .brand_description {
        font-size: 0.75rem;
        line-height: 1.75;
    }
}

@media (max-width:539px) {
    .brand_list ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
        row-gap: 2rem;
    }

    .brand_name {
        font-size: 1.4rem;
        margin: .6rem auto .5rem;
    }

    .brand_description {
        font-size: 0.75rem;
        line-height: 1.75;
    }
}