@charset "utf-8";
/* ブランドカテゴリーページ（個別設定済）用CSS */
#category{
    width: min(100%,760px);
    font-size: 12px;
}

#category{
    h2{
        margin-bottom: .5em;
    }
    h3{
        font-size:14px;
        border-bottom:1px dotted #ccc;
        margin:5px 0 10px 0;
        padding-bottom:5px;
    }
    h4{
        width: 100% !important;
        margin: .5em 0 0;
        padding: 0;
    }
    h4 img{
        width: 100% !important;
        height: auto;
    }

    .link_btn2 {
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    .info {
        h5{
            font-size: 2em;
            text-align: center;
            margin: 1em auto 0;
            width: fit-content;
            padding: 0 2em .2em;
            border-bottom: 3px solid #000;
        }
        img{
            display: block;
            max-width: 320px;
            margin: 1.5em auto;
            max-height: 180px;

        }
        p{
            font-size: 1.35em;
            line-height: 2em;
            padding: 0 1em;
            width: 97%;
            margin: 1em auto;
            box-sizing: border-box;
        }
    }
.price em {
    font-size: 1.15em;
    text-align: center;
    color: blue !important;
}
.btnWrap {
    background: #fff;
}
.name a:link {
    text-decoration: none;
}
.icon{
    display: block;
    margin-bottom: .5em;
}
.icon_d {
    height: 1.5em;
}
.icon_d li,
.icon_d img {
    width: 1.4em !important;
    margin-bottom: .5em;
}

}

/* アイテムカテゴリ用 */
#topSlide{
    margin-bottom:10px;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#topSlide{
    h2{
        margin: 0 auto .5em;
    }
    img{
        width: 55%;
        height: auto;
    }
    p{
        width: 45%;
        font-size:1.1em;
        line-height:30px;
        margin: 1em;
    }
}
#recBrand{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 1em auto 2em;
}
.recBrand{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}