.expensive_purchase_brand_link {
    margin: 0px auto 4rem;
    text-align: center;
}

.expensive_purchase_brand_repeat {
    width: 100%;
    display: block;
    box-sizing: border-box;
    display: grid;
    gap: 16px 5%;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em;
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .expensive_purchase_brand_repeat {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 0%;
        margin-bottom: 0%;
    }
}

.expensive_purchase_brand_itemwrap {
    width: 100%;

    font-weight: 700;
}

.expensive_purchase_brand_item_dummy {
    width: 180px;
}

.expensive_purchase_brand_itembox {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
}

.expensive_purchase_brand_itembox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expensive_purchase_brand_item_h4 {
    font-size: var(--font-l);
    text-align: center;
}

@media (max-width: 767px) {
    /* ▼▼▼ ここにSP用のスタイルを再適用 ▼▼▼ */
    .expensive_purchase_brand_itemwrap {
        /* 基本レイアウト */
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        max-width: 350px;

        /* 装飾スタイル */
        position: relative;
        background-color: #e60012;
        /* 赤い枠線の色 */
        border-radius: 15px;
        aspect-ratio: 1;
        /* 正方形にする */
        padding: 2px;
        /* 枠線の太さ */
        box-shadow: 3.5px 3.5px 0px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .expensive_purchase_brand_itemwrap a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 12px;
        position: relative;
        z-index: 2;
        padding: 10px;
    }

    .expensive_purchase_brand_itembox {
        aspect-ratio: unset;
        /* 正方形指定をリセット */
        border-radius: 0;
        margin-bottom: 8px;
    }

    .expensive_purchase_brand_item_h4 {
        line-height: 1.2;
    }

    /* 右下の矢印（背景） */
    .expensive_purchase_brand_itemwrap::before {
        content: "";
        width: 10vw;
        height: 20vw;
        background-color: #e60012;
        position: absolute;
        right: -4vw;
        bottom: -8vw;
        transform: rotate(45deg);
        z-index: 3;
    }

    /* 右下の矢印（アイコン） */
    .expensive_purchase_brand_itemwrap::after {
        content: "";
        width: 2vw;
        height: 3vw;
        color: #fff;
        background: url(/brand/wp-content/themes/otakaraya/assets/img/common/icon_arrow_white02.png)
            no-repeat top left;
        background-size: contain;
        position: absolute;
        display: block;
        right: 7px;
        bottom: 6px;
        z-index: 4;
    }

    .expensive_purchase_brand_item_dummy {
        width: 44%;
    }

    a.img__link .img::before {
        display: none;
    }

    a.img__link .img::after {
        display: none;
    }

    .expensive_purchase_brand_link.btn__wrap.btn__red {
        width: 100%;
        margin: 6% auto 6%;
    }

    .expensive_purchase_brand_link.btn__wrap.btn__red a {
        padding: 1rem 0.75rem;
    }
}
