.desc-frame{
    padding: 8px;
    border: 1px solid #ffd78b;
    border-radius: 4px;
    background: #feffde;
    color: #555;
}
@media screen and (min-width: 768px) {
    .col-2c{
        width: calc((100% - 45px) / 4);
    }
    .category-contents__title + .category-contents__flexbox img {
        width: auto;
    }
    .head_anchor .contents_text::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 2px #bbb;
        border-right: solid 2px #bbb;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
        transform: rotate(45deg);
    }
}
@media screen and (max-width: 767px){
    .col-2c {
        width: calc((100% - 15px) / 2);
    }
}
.cairo-img{
    border: 1px solid #ccc;
}
.cairo-img:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
/* バイヤーおすすめ */

.recommend-ttl {
    font-size: 2rem;
    background: #287fd9;
    display: block;
    color: #fff;
    line-height: 1.2;
    padding: 11px 25px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: bold;
}
@media (min-width: 768px) {
    .recommend-ttl {
        display: inline-block;
        border-radius: 10px 10px 0 0;
    }
}

.flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #e0efff;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.flexbox-left img {
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .flexbox {
        flex-direction: row;
        border-radius: 0 10px 10px 10px;
    }
}

.flexbox-left {
    width: 250px;
}

@media (min-width: 768px) {
    .flexbox-left {
        width: 250px;
    }
}

.flexbox-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 768px) {
    .flexbox-right {
        width: calc(100% - 270px);
    }
}

.flexbox-right .subttl {
    font-size: 2rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .flexbox-right h3 {
        font-size: 3.8rem;
    }
}
.flexbox-right h3 {
    font-size: 2.8rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .flexbox-right .comment {
        font-size: 1.6rem;
    }
}
.flexbox-right .comment {
    font-size: 1.6rem;
}

.flexbox-right .link-btn {
    margin-top: auto;
    padding: 7px;
    font-size: 1.7rem;
    background: #287fd9;
    color: #fff;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .link-btn {
        margin-top: 10px;
        padding: 7px;
        font-size: 1.4rem;
    }
}
.link-btn {
    position: relative;
    background: #555;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
}

.osusume_sct{
position: relative; /* これが重要です */
    margin-bottom: 30px;
}

.pb-badge {
    position: absolute;
    top: -20px;       /* 浮き出す位置 */
    left: -20px;
    z-index: 10;
    
    /* 形をふわふわした丸（波打つ丸型）にする */
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #ffd700, #ffb800); /* 暖かみのある、ゴールド系のグラデーション */
    color: #fff;
    border-radius: 50% / 40% 60% 60% 40%; /* 不規則な丸みで、柔らかい形に */
    
    /* 中央揃えと文字設定 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; /* 丸ゴシック体を推奨 */
    line-height: 1.1;
    font-size: 15px;
    font-weight: 700;
    
    /* 質感と影 */
    border: 3px solid #fff; /* 白い境界線でバッジを引き立てる */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* より存在感のある、柔らかい影 */
    transform: rotate(-10deg); /* ほんの少し傾けて、遊び心を */
    transition: transform 0.3s ease; /* マウスホバー用の動き */
}

/* 文字のメリハリ */
.pb-badge .main-text {
    font-size: 16px; /* 「PB商品」を少し大きく */
    display: block;
    margin-top: 1px;
}

/* マウスホバーで少し動く（かわいい演出） */
.pb-badge:hover {
    transform: rotate(0deg) scale(1.05); /* 傾きを戻して、少し大きく */
}
/* 追加するスタイル */
.product-spec {
    margin-bottom: 10px; /* 下のコメントとの間隔 */
}

.product-spec p {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
}

/* 価格などの数字部分を少し強調したい場合（任意） */
.product-spec p span {
    color: #d00; /* 赤色にする場合。不要なら削除してください */
}

@media (min-width: 768px) {
    .product-spec p {
        font-size: 1.8rem; /* PCサイズで少し大きく */
    }
}

.pager-normal {
    list-style: none;
    list-style-type: none;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    font-size: 1.2rem;
}

.category_item_list ul {
    /* 1. 以前の設定を上書き・適用 */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

    /* 2. もしリストの黒丸（・）や余白が邪魔な場合は以下も追加 */
    list-style: none;
    padding: 0;
    margin: 0;
}

div.category_item_list ul.pager-normal__list {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.pager-normal__item--disable {
    pointer-events: none;
    opacity: 0.3;
}

.pager-normal__item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
}

.pager-normal__item--active {
    background: #9d0000;
    color: #ffffff;
    pointer-events: none;
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
}

@media (min-width: 600px) {
    .block-productlist__item:nth-child(n+5) {
        margin-top: 0 !important;
    }
}

.category_item_list a {
    /* 打ち消し：下線を戻し、色をリセット */
    text-decoration: none ;/* 打ち消して下線を出す場合。完全に消すならそのまま none */
    color: inherit;              /* 親要素の色を引き継ぐ（初期化） */
}

.block-productlist__items {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
}

@media (max-width: 1023px) {
    .block-productlist__item {
        width: calc((100% - 20px) / 2) !important;
    }
}

.title--subtext {
    font-size: 1.8rem;
    background: #efefef;
    padding: 10px;
    border-left: 7px solid #232c80;
    font-weight: bold;
    margin-bottom: 20px;
}