/* layout */

/* title_and_lead */
.mv_inner p{
    font-size: 1.6rem;
}

.main-title{
    font-size: 2rem;
}

.main-introduction{
    padding: 20px 0;
    line-height: 1.8;
    font-size: 1.5rem;
    font-weight: bold;
}

.main-introduction br{
    display: none;
}

.sp-title {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 2rem;
    background: #2589d0;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.sp-subtitle{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2589d0;
    font-size: 2.2rem;
}

@media (min-width: 768px){
    .main-introduction{
        font-size: 1.7rem;
        text-align: center;
    }

    .main-introduction br{
        display: block;
    }

    .sp-title{
        font-size: 2.5rem;
        padding: 20px;
    }
    .sp-subtitle{
        margin: -100px 0 30px;
        padding: 100px 0 10px;
    }
}

.anchor_title{
    padding-bottom: 10px;
    font-size: 2.3rem;
    font-weight: bold;
}

.anchor_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.anchor_list > li{
    width: calc((100% - 10px) / 2);
}

.anchor_list > li a {
    position: relative;
    box-sizing: border-box;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 3px solid #2589d0;
    border-radius: 5px;
    padding: 5px;
    color: #222;
    text-align: center;
    transition: all 0.2s;
    flex-direction: column;
    background: #fff;
}

.anchor_list > li a:after{
    content: '';
    position: absolute;
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    right:10px;
    border-bottom: 3px solid #2589d0;
    border-right: 3px solid #2589d0;
    transition: transform .5s;
}


.anchor_list > li img{
    width: 50px;
}

.anchor_list > li span {
    font-size: 15px;
    font-weight: bold;
}

.anchor_list > li a:hover {
    background-color: #b4e8ff;
    /* border: 3px solid #b3e5fc; */
}

@media (min-width: 768px){
    .anchor_list > li{
        width: calc((100% - 20px) / 3);
    }

    .anchor_title:before {
        display: inline-block;
        content: "";
        width: 23px;
        margin-right: 1rem;
        height: 23px;
        background: url(/html/user_data/assets/img/common/ico_search_bk.svg) no-repeat;
    }
}

/* product_list */
.block-product__list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    /* padding-bottom: 100px; */
}

.block-product__list li {
    width: calc((100% - 20px) / 2);
}

.block-product__list li a{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.block-items__item__info{
    display: flex;
    flex-direction: column;
}
.block-product__desc {
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.1rem;
    margin-top: auto;
    margin-bottom: 15px;
}

.block-product__list li .block-items__item__name{
    text-decoration: none;
    font-weight: bold;
}
.block-items__item__price--unit {
    font-size: 2.4rem;
}

.block-product__link-btn {
    display: none;
}

.block-product__link-btn:after {
    content: "";
    position: absolute;
    top: 46%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
    transform: rotate(-45deg) translate(0, -50%);
}

.more_link_wrap {
    margin: 50px 0;
    display: flex;
    gap: 12px;
}

@media (max-width: 767px) {
.more_link_wrap {
    flex-direction: column;
}
}

.more_link_wrap a {
    position: relative;
    box-sizing: border-box;
    width: 450px;
    margin: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 3px solid #2589d0;
    border-radius: 50px;
    padding: 15px 30px 10px 15px;
    color: #222;
    text-align: center;
    transition: all 0.2s;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}

.more_link_wrap a:after{
    content: '';
    position: absolute;
    transform: translateY(-25%) rotate(-45deg);
    width: 10px;
    height: 10px;
    right: 25px;
    border-bottom: 3px solid #2589d0;
    border-right: 3px solid #2589d0;
    transition: transform .5s;
}

.more_link_wrap a:hover{
    opacity: 0.7;
}

@media (min-width: 768px) {
    .block-product__list li{
        width: calc((100% - 40px) / 2);
    }
}

@media (min-width: 1024px) {
    .block-product__list li {
        width: calc((100% - 80px) / 5);
    }
    .block-items__item__price--unit {
        font-size: 1.8rem;
    }
    .block-product__desc {
        font-size: 1.2rem;
    }
}

/* Point */
.novelty-tips {
    margin: 0 auto 50px;
    padding: 5%;
    background: #eeeeee;
    border-radius: 12px;
    font-size: 1.3em;
}

.novelty-tips h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2em;
    color: #2c3e50;
}

.tip {
    margin-bottom: 2em;
    background: #fff;
    padding: 1em 1.5em;
    border-left: 5px solid #2589d0;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.tip h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    color: #e35900;
    line-height: 1.3;
}

.tip h3 span {
    font-weight: bold;
    font-size: 3rem;
    margin-right: 0.5em;
    color: #e35900;
}

.tip p br {
    display: none;
}

@media (min-width: 768px) {
    .tip h3 {
        font-size: 2rem;
    }

    .tip p br {
        display: block;
    }
}

/* press */
.press_visit{
    margin-bottom: 50px;
}

.press_visit a{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    color: #222;
    border: 1px solid #ccc;
    padding: 15px;
}

.press_visit a:hover{
    opacity: 0.7;
}

.press_visit .tag--new{
    font-size:1.3rem;
}

.press_visit h3{
    margin-top: 10px;
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    .press_visit a{
        flex-direction: row;
    }
    .press_visit img{
        width: 300px;
    }
    .press_visit .press_text{
        width: calc(100% - 300px);
    }
}

/* sidenavi */
#side_navi{
    display: none;
}

@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 80px;
        transition: all 0.3s ease; 
    }

    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -130px;
    }

    #side_navi.visible{
        right: -130px; 
    }

    #side_navi.visible.hidden{
        right: 0; 
    }
    
    /* トグルボタンのスタイル */
    .toggle-btn {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 5px 0 0 5px;
        border-right: none;
        padding: 25px 10px;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        font-size: 1.4rem;
    }

    #side_navi .toggle-btn {
        opacity: 0;
        cursor: default;
    }

    #side_navi.visible .toggle-btn,
    #side_navi.visible.hidden .toggle-btn{
        opacity: 1;
        cursor: pointer;
    }

    .item_navi {
        position: relative;
        border-radius: 10px 0 0 10px;
        width: 130px;
        padding: 15px 10px;
        text-align: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-right: none;
    }

    .snav li {
        margin-top: 7px;
        position: relative;
    }

    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 30px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        background: #fff;
        line-height: 1.3;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        transition: all 0.2s;
    }

    .snav li a:before{
        content: "";
        position: absolute;
        top: 39%;
        left: 5px;
        color: #bf0000;
        border-style: solid;
        border-color: transparent;
        border-width: 0.35em 0.5em;
        border-right-color: currentColor;
        border-left: 0;
    }

    .snav li a:hover {
        color: #fff;
        background: #bf0000;
    }

    .snav li a.active {
        color: #fff;
        background: #bf0000;
    }

    .section-navi{
        margin-top: -100px;
        padding-top: 110px;
    }
}
@media screen and (min-width: 1500px) and (min-height: 650px){
    #side_navi {
        right: -150px; 
    }
    
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -150px;
    }

    #side_navi.visible{
        right: -150px; 
    }

    .item_navi {
        width: 150px;
        padding: 15px 10px;
    }

    .snav li {
        margin-top: 7px;
    }

    .snav li a {
        padding: 4px 5px 4px 17px;
        min-height: 35px;
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1400px) and (min-height: 550px) {
    .section-navi {
        margin-top: -90px;
        padding-top: 100px;
    }
}

/* タブ全体のコンテナ（薄いオレンジの背景） */
.tab-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* background-color: #eee; */
    /* border-radius: 50px; */
    padding: 8px;
    list-style: none;
    margin: 20px 0;
    position: relative;
}

/* 各タブのスタイル */
.tab-item {
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
    color: #503e35;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
    transition: all 0.3s ease;
    border-radius: 40px;
    white-space: nowrap;
}

/* ホバーした時：背景を少し明るく、文字色をメインカラーに */
.tab-item:not(.active):hover {
    background-color: #2589d0; /* ほんのり赤みのある背景（サイトの色に合わせて調整してください） */
}

/* オプション：下からスッと線が出てくるアニメーション */
.tab-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #2589d0; 
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

/* アクティブ（選択中）のタブ（濃いオレンジ） */
.tab-item.active {
    background-color: #2589d0; /* 選択時の色（濃い目のオレンジ） */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* スマホ等で文字がはみ出る場合の調整 */
@media screen and (max-width: 480px) {
    .tab-item {
        font-size: 12px;
        padding: 10px 5px;
    }
}

/* コンテンツ表示の制御 */
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media screen and (max-width: 768px) {
    .tab-menu {
        flex-wrap: wrap; /* 折り返しを許可 */
        justify-content: center;
        border-radius: 20px; /* 少し角丸を緩める */
        padding: 10px;
        flex-direction: column;
    }
    
    .tab-item {
        flex: 0 1 calc(50% - 10px); /* 2カラムにする */
        margin: 5px;
        font-size: 12px;
        padding: 8px 5px;
        width: 100%;
    }
}

.content-footer {
padding-right: 0 !important;
padding-left: 0 !important;
}

/* PC: 4列並び */
.category-grid-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 30px 0 10px;
}

.category-card {
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.category-card:hover {
    transform: translateY(-5px); /* 上に5px浮かせる */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); /* 影を付けて立体感を出す */
    border-color: #2589d0; /* 枠線をメインカラーに変える（お好みで） */
}



.card-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    flex-direction: column;
}

.card-text {
    font-size: 14px;
    font-weight: bold;
    /* color: #333; */
    line-height: 1.3;
    text-align: center;
    margin-top: 10px;
}

/* 矢印アイコン */
.arrow-icon {
    width: 16px;
    height: 16px;
    background-color: #2589d0;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-left: 5px;
}

.arrow-icon::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 4px;
    left: 6px;
}

/* アクティブ状態 */
.category-card.active {
    background-color: #e1f5fe;
    border: 1px solid #b3e5fc;
}

.category-card.active .card-text {
    color: #01579b;
}
.category-card.active .arrow-icon { background-color: #fff; }
.category-card.active .arrow-icon::after { border-color: #2589d0; }

/* スマホ対応：2列 */
@media screen and (max-width: 768px) {
    .category-grid-menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .card-inner {
        padding: 8px 10px;
        min-height: 60px;
    }
    .card-text {
        font-size: 11px; /* スマホで1行に収まりやすくするため */
    }
}

.block-productlist__item-sp .desc-frame {
    padding: 8px;
    border: 1px solid #ffd78b;
    border-radius: 4px;
    background: #feffde;
    color: #555;
}

.block-product__desc{
    display: none;
}

.kessan-product__beore{
    display: flex;
    flex-direction: column;
}

.kessan-product__lot{
    font-size: 13px;
    color: #333;
}

.kessan-product__def-price{
    font-size: 18px;
    color: #d11;
}

.price-info__row {
    justify-content: flex-start !important;
    flex-direction: column !important;
    margin-bottom: 4px;
}

.price-info__row--lot{
    justify-content: flex-start !important;
    flex-direction: column !important;
}

.block-items__item__name {
    margin-bottom: 10px;
}

.price-info {
    padding-top: 0 !important;
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 768px){
.price-info {
    flex-direction: column;
}
}


/* 関連特集 */
.feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 24px;
    padding-bottom: 40px;
}

.feature_list > li{
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.feature_list > li a{
    display: flex;
  	flex-direction: column;
    color:#333;
}

.feature_list > li a:hover{
    opacity: 0.7;
}

.feature_list > li img{
    width: 100%;
    vertical-align: bottom;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.feature_list > li .name{
    margin: 8px 0;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: bold;
}

.feature_list > li .comment{
    line-height: 1.4;
    color: #555;
    font-size: 1.2rem;
}

@media screen and (min-width: 600px){
    .feature_list > li {
        width: calc((100% - 24px) / 2);
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .feature_list > li .name{
        font-size: 1.8rem;
    }
    
    .feature_list > li .comment{
        font-size: 1.3rem;
    }
}

/* sidenavi */
#side_navi{
    display: none;
}

@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 30px;
        transition: all 0.3s ease; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -130px;
    }
    #side_navi.visible{
        right: -130px; 
    }
    #side_navi.visible.hidden{
        right: 0; 
    }

    /* トグルボタンのスタイル */
    .toggle-btn {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 5px 0 0 5px;
        border-right: none;
        padding: 25px 10px;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        font-size: 1.4rem;
    }
    #side_navi .toggle-btn {
        opacity: 0;
        cursor: default;
    }
    #side_navi.visible .toggle-btn,
    #side_navi.visible.hidden .toggle-btn{
        opacity: 1;
        cursor: pointer;
    }
    .item_navi {
        position: relative;
        border-radius: 10px 0 0 10px;
        width: 130px;
        padding: 15px 10px;
        text-align: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-right: none;
    }
    .snav li {
        margin-top: 5px;
        position: relative;
    }
    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 15px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        background: #fff;
        line-height: 1.3;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        transition: all 0.2s;
    }
    .snav li a:before{
        content: "";
        position: absolute;
        top: 39%;
        left: 5px;
        color: #bf0000;
        border-style: solid;
        border-color: transparent;
        border-width: 0.35em 0.5em;
        border-right-color: currentColor;
        border-left: 0;
    }
    .snav li a:hover {
        color: #fff;
        background: #bf0000;
    }
    .snav li a.active {
        color: #fff;
        background: #bf0000;
    }
}
@media screen and (min-width: 1500px) and (min-height: 650px){
    #side_navi {
        right: -150px; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -150px;
    }
    #side_navi.visible{
        right: -150px; 
    }
    .item_navi {
        width: 150px;
        padding: 15px 10px;
    }
    .snav li {
        margin-top: 5px;
    }
    .snav li a {
        padding: 10px 5px 10px 17px;
        min-height: 15px;
        font-size: 1.2rem;
    }
}
/*花子　右下*/
#imageContainer {
    /* width: 300px; */
    cursor: pointer;
}

.anchor_category__img {
    width: 40px !important;
    height: 40px ;
}

.price-info__row .price-info__value--unit {
    font-size: 1.6rem !important;
}

/* 1. 全体を包むボックス：余白を広げて「余裕」を出す */
.price-info-box {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 12px 10px; /* 上下12pxに広げて窮屈さを解消 */
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02); /* ほんの少し影をつけて浮かせる */
}

/* 2. 総額エリア：点線を細かくして主張を抑える */
.kessan-product__beore {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
    /* border-bottom: 1px dashed #dddddd; */
}

.kessan-product__lot {
    font-size: 11px;
    color: #333;
    font-weight: normal;
}

.kessan-product__def-price b {
    font-size: 16px; /* 総額は少し控えめに */
    color: #ff0017;
    letter-spacing: 0.02em;
}

.kessan-product__def-price small {
    font-size: 10px;
    color: #999;
    margin-left: 2px;
}

/* 3. 単価・ロットエリア */
.price-info__row {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 中央揃えで整列感を出す */
    margin-bottom: 6px;
}

.price-info__row:last-child {
    margin-bottom: 0;
}

.price-info__label {
    font-size: 11px;
    color: #333;
}

/* 単価：ここを最大・最優先に目立たせる */
.price-info__value--unit {
    color: #ff0017; /* 鮮やかな赤 */
    font-size: 22px; /* ぐっと大きく！ */
    font-weight: 900;
    line-height: 1;
    font-family: 'Arial Black', sans-serif; /* 数字を力強く */
}

.price-info__value--unit small {
    font-size: 12px;
    font-weight: bold;
    margin: 0 1px;
}

/* 最小ロット */
.price-info__value--lot {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.desc-frame {
    padding: 8px;
    border: 1px solid #ffd78b;
    border-radius: 4px;
    background: #feffde;
    color: #555 !important;
}

/* タブメニュー全体のコンテナ */
.tab-menu {
    display: flex;
    flex-wrap: wrap; /* スマホで折り返せるように */
    gap: 10px;       /* タブ同士の間隔 */
    border-bottom: 2px solid #2589d0;/* 全体の下のライン（オレンジ） */
    padding: 0;
    list-style: none;
}

/* 各タブの共通スタイル */
.tab-item {
    padding: 12px 20px;
    background-color: #fff4e5; /* 選択されていない時の薄いオレンジ */
    border-radius: 10px 10px 0 0; /* 上の角だけ丸くする（ここがポイント！） */
    cursor: pointer;
    font-weight: bold;
    color: #333;
    transition: all 0.2s ease;
    border: none;
    margin-bottom: 0; /* ラインに密着させる */
    text-align: center;
    min-width: 120px;
}

/* ホバーした時（ちょっとだけ濃くする） */
.tab-item:hover:not(.active) {
    background-color: #ffe0cc;
}

/* 選択中（Active）のスタイル：画像1枚目の「人気急上昇」の状態 */
.tab-item.active {
    background-color: #2589d0;/* 鮮やかなオレンジ */
    color: #fff;            /* 文字は白に */
    position: relative;
}

/* スマホ対応：横幅が狭い時にきれいに並べる（必要に応じて） */
@media (max-width: 768px) {
    .tab-item {
        flex: 1; /* 幅を均等に */
        padding: 10px 5px;
        font-size: 12px;
        min-width: 80px;
    }
}

.small_title {
    padding: .5em .7em;
    border-left: 5px solid #2589d0;
    font-size: 18px;
    margin-bottom: 20px;
}

.gazou_flex {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

@media screen and (min-width: 600px) and (min-width: 1348px) {
    .content--right-none {
        width: 930px !important;
        margin-right: 0 !important;
        margin-left: auto !important;
    }
}

/* この夏オススメノベルティ */

.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サイズで少し大きく */
    }
}

@media (min-width: 1024px) {
    .block-productlist {
        padding-bottom: 0 !important;
    }
}

.gazou_flex {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}


.desc-frame{
    padding: 8px;
    border: 1px solid #ffd78b;
    border-radius: 4px;
    background: #feffde;
    color: #555;
}

/* 小見出し */
.heading-21 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #2589d0;
    font-size: 23px;
    margin-bottom: 20px;
}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.heading-21::before {
    background-color: #2589d0;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}

@media (max-width: 767px) {
.heading-21 {
    font-size: 18px;
}
.title {
    font-size: 1.6rem !important;
}
}


/* レビュー */
/* 行カード：横長・ホバーで少し浮かせる */
.review-row{
  display:flex;
  align-items:flex-start;
  gap:20px;
  margin: 20px 0;
  padding:20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background:#fff;
}

/* 左カラム：画像のみ */
.review-media{max-width:200px; flex:0 0 200px;}
.review-figure{margin:0;}
.review-img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:10px;
  background:#fff;
  transition:transform .25s ease;
}
.review-row:hover .review-img{ transform:scale(1.02); }

/* 右カラム：縦積み */
.review-content{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
}

/* タイトル：疑似要素の赤ライン（文字幅だけ） */
.review-title{
  position:relative;
  display:inline;          /* 文字幅ベース */
  margin-bottom: 10px;
  padding-bottom:8px;
  font-size: 1.8rem;
  font-weight:800;
  line-height:1.2;
}
.review-title::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:3px;
  background:#2589d0;
  border-radius:2px;
}

/* 画像上オーバーレイは廃止するので旧クラスを無効化 */
.product-caption{ all:unset; } /* 念のための初期化 */

/* 右カラム用の商品リンク */
.product-link{
  font-weight:700;
  font-size: 1.5rem;
  color:#2563eb;
  margin-bottom: 5px;
  text-decoration:underline;
  text-underline-offset:3px;
  display:inline-block;
}

.product-link:hover{
  text-decoration:none;
}

/* 本文と星 */
.review-rating{ color:#ffcc00; font-size:1.1em; }
.review-text{font-size: 1.4rem;line-height: 1.6;color:#111827;}

/* スマホ：縦積み＆画像大きめ */
@media (max-width:768px){
  .review-row{ flex-direction:column; }
  .review-media{ max-width:60%; flex:none; margin:0 auto; }
  .review-content{ text-align:left; } /* 必要なら center に */
}

/* よくある質問 */
.faq__item{
    background: #eaf0f7;
    margin-bottom: 16px;
    padding: 24px;
    border-radius: 8px;
    margin-top: 30px;
}

.faq__question{
    position: relative;
    line-height: 1.4;
    font-size: 1.8rem;
}

.faq__question span{
    color:#2589d0;
    margin-right: 8px;
    font-size: 2.4rem;
}

.faq__reply{
    position: relative;
    margin-top: 8px;
    line-height: 1.4;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

.faq__reply span{
    width: calc(100% - 52px);
}

.faq__reply:before{
    content: 'A';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #Fff;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    border-radius: 100px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #2589d0;
}

/* 制作事例 */
.works_wrap{
    display: flex;
    gap:15px;
    flex-wrap: wrap;
    padding: 20px 0 40px;
}

.works_item{
    width:calc((100% - 20px) / 2);
}

.works_item img{
    vertical-align: bottom;
    border: 1px solid #ccc;
}

.works_item img:hover{
    opacity: 0.7;
}

.works_user{
    font-size: 1.5rem;
    font-weight: bold;
}

.works_product{
    font-size: 1.4rem;
}

.works_product a{
    display: block;
    color: #2563eb;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .works_item{
        width:calc((100% - 30px) / 3);
    }
}

.works_product a:hover{
    text-decoration: none;
}

@media (min-width: 1024px) {
    .block-productlist {
        padding-bottom: 0 !important;
    }
}

.block-toc__wrap {
    /* border-bottom: solid; */
    border-width: 1px;
    border-color: #28abe6;
    margin: 0 0 20px 0;
    /* background-image: linear-gradient(-45deg, #fff 25%, #f8f8f8 25%, #f8f8f8 50%, #fff 50%, #fff 75%, #f8f8f8 75%, #f8f8f8); */
    background-size: 4px 4px;
    background: #e1f5fe;
    padding: 20px;
}

.bk_pink{
    background: #ffe9ef;
    padding: 25px;
}


/* 既存のサイトに影響を与えないよう、クラス名でスコープを絞っています */
    .premium-table-wrapper {
        max-width: 100%;
        margin: 15px 0;
        font-family: sans-serif;
        font-size: 15px;
    }

    .premium-table {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid #b3e5fc; /* 枠線を薄い水色に */
        background-color: #ffffff;
    }

    .premium-table th {
        background-color: #e1f5fe; /* ヘッダー：非常に薄い水色 */
        color: #01579b; /* 濃い青色 */
        border: 1px solid #b3e5fc;
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }

    .premium-table td {
        border: 1px solid #b3e5fc;
        padding: 10px;
        color: #333;
    }

    /* 2行目の「取引価額に応じた上限あり」など、
       特定の列を中央寄せにしたい場合はここを調整 */
    .premium-table td:last-child {
        background-color: #fafcfe; /* 右側の列にわずかに色を付けて強調 */
    }

    /* テーブル間の余白 */
    .table-spacer {
        height: 20px;
    }

    .contents_top {
    display: flex;
    justify-content: center;
    } 
@media screen and (max-width: 768px) {
    .contents_top {
        display: block;
    }
}

    .bk_orange {
    background: #f9e5d2;
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::before, .heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #2589d0;
    content: '';
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

@media (max-width: 767px){
.heading-16 {
    font-size: 16px;
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 15px;
}

.heading-16::before, .heading-16::after {
    width: 3px;
    height: 25px;
    background-color: #2589d0;
    content: '';
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 15px;
}
}

.heading-1 {
    padding: .5em .7em;
    border-left: 5px solid #2589d0;
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width: 767px){
.heading-16 {
    font-size: 16px;
}
}


.category-grid_price-search {
    grid-template-columns: repeat(3, 1fr) !important;
}