﻿/* =====================================================================
*
*    ブランドTOP
*
* =================================================================== */
#brand-column {
    max-width: 940px;
    margin: auto;
}
.feature-item .feature-item-img img {
    width: 100% !important;
    height: auto !important;
}
.brand-favorite-item0 {
    display: none;
}

.feature-item .feature-item-name, .feature-item .feature-item-product-id {
    text-align: left;
    font-size: 14px;
}

.feature-vari-price {
    text-align: left;
    font-weight: 600;
    font-size: 13px;
}

.productPrice {
    font-size: 17px;
}

.feature-vari-add-point {text-align: left;background: var(--point_bg);border-radius: 10px;padding: 0 1em;display: inline-block;font-size: 13px;width: auto;}

.feature-item {
    text-align: left;
    width: 23%;
}

.feature-item-img img {
    display: block;
    margin: auto;
}

.feature-item-list {gap: 15px;}

.brand-category-top {
    display: flex;
    gap: 30px;
    margin: 2em 0;
    flex-wrap: wrap;
}

.brand-category-top li {
    width: 28%;
    margin: 1%;
}

.brand-category-top li a {
line-height: 3em;
    text-align: center;
    box-shadow: rgba(0, 0, 0, .2) 1px 1px 11px;
    display: block;
    padding: 10px 20px;
    background: #f1f1f1;
    color: #333;
    border-radius: 999px;
    font-size: 15px;
    border: 1px solid #ddd;
}
.brand-content {
    overflow: hidden;
}
.brand_series {
    display: flex;
}

.brand-series {
    display: flex;
    margin-bottom: 3em;
    gap: 10px;
}

.brand-series li {
    width: 33.333%;
    text-align: center;
}

.brand-series li img {
    margin-bottom: 0.5em;
    width: 100%;
}
.brand_series {
    display: flex;
}

.brand-series {
    display: flex;
    margin-bottom: 3em;
    gap: 10px;
}

.brand-series li {
    width: 33.333%;
    text-align: center;
}

.brand-series li img {
    margin-bottom: 0.5em;
    width: 100%;
}

#dvTopRanking h3 {
    border-top: 0;
}
.rankingWrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

#dvTopRanking {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
}

.glbPlist {
    background: transparent;
}

.btnCta {
    background: #222;
    color: #fff;
    border-radius: 25px;
    padding: .5em 1.5em;
    display: block;
    margin: auto;
    width: 80%;
    max-width: 350px;
    text-align: center;
    margin-bottom: 2em;
    font-size: 120%;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.btnCta:hover {
    color: #ccc;
    background: #2e2e2e;
}
.btnCta:visited {
    color: #ddd;
}
.btnCta.lastCta {
    max-width: 500px;
    margin: 5em auto;
    background: #000;
}
.rank.rank1 {
    transform: scale(1.5);
    top: 18px;
    left: 18px;
    box-shadow: rgba(0, 0, 0, .1) 0px 0px 5px;
    text-shadow: rgba(0, 0, 0, .1) 0px 0px 5px;
}
#header-banner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: -9px;
    height: clamp(320px, 40vw, 500px);
    overflow: hidden;
}

#header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.brand-description {
    padding-bottom: 1.5em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #888;
}

#list-title {
    text-align: left;
}
.feature-item #productImage {
    -webkit-filter: brightness(0.97) contrast(95%);
    filter: brightness(0.97) contrast(95%);
    margin-bottom: .5em;
}

.brand-wrapping {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #fafafa;
    padding: 30px 0 40px;
}

.brand-wrapping-inner {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}

.brand-wrapping-inner > div {
    display: flex;
    gap: 40px;
    align-items: center;
}

.brand-wrapping-inner h3 {
    text-align: left;
    margin-bottom: 1em;
}

.brand-wrapping a {
    display: inline-block;
    padding: 10px 22px;
    background: #fff;
    color: #111;
    border: 1px solid #111;
    border-radius: 999px;
    font-size: 13px;
    margin-top: 1em;
}

.brand-wrapping img {
    border-radius: 15px;
}

#Contents {
    margin-bottom: 0;
}

.brand-wrapping-inner h2 {
    text-align: left;
    margin-bottom: 1.5em;
}
