.desc-frame{
    padding: 8px;
    border: 1px solid #ffd78b;
    border-radius: 4px;
    background: #feffde;
    color: #555;
}

.wid_footer{
    width: 1200px;
    background-color: #ffffff;
    margin-top: 30px;
    padding: 30px;
}

.q_and_a {
    margin-bottom: 5px;
    border-bottom: 2px solid #eeeeee;
}

.q_and_a summary {
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.8em 2em 0.8em 2.3em;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.q_and_a summary::before,
.q_and_a p::before {
    position: absolute;
    left: 0em;
    font-weight: 600;
    font-size: 1.3em;
}

.q_and_a summary::before {
    content: "Q";
    background-color: #9d010f;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
}

.q_and_a summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000000b3;
    border-right: 3px solid #000000b3;
    content: '';
    transition: transform .5s;
}

.q_and_a[open] summary::after {
    transform: rotate(225deg);
}

.q_and_a p {
    font-size: 1.5rem;
    position: relative;
    transform: translateY(-10px);
    margin: 0;
    padding: 0.8em 2em 0.8em 2.3em;
    color: #333;
    transition: transform .5s, opacity .5s;
}


.q_and_a p::before {
    content: "A";
    background-color: #aaa;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
}

@media screen and (min-width: 1348px) {
    .main-footer__wrap {
        width: auto !important;
    }
}

@media screen and (min-width: 600px) {
    .content-footer {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 40px !important;
    }
}

/* 関連特集 */
.feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 24px;
    padding-bottom: 40px;
    margin-top: 30px;
}

.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;
    }
}


.features_sct ul{
    font-size: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 2rem;
    background: #fff9e0;
}
.features_sct ul li{
    width: calc((100% - 90px) / 4);
    display: flex;
    flex-direction: column;
}

.features_sct {
        margin-bottom: 80px;
}
.midashi_sct{
    font-size: 16px;
    font-weight: bold;
    margin-top: 1rem;
}
.features_sct ul li p{
    font-size: 15px;
    margin-top: 0.3rem;
}
@media (max-width: 767px) {
    .features_sct ul {
        font-size: 1.4rem;
        margin: auto;
    }
    .features_sct ul li{
        width: calc((100% - 30px) / 2);
}
.features_sct ul {
        gap: 20px;
    padding: 1.5rem;
}
}

.seal_title {
    position: relative;
    padding: .5em .7em;
    background-color: #f174a0;
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}

.seal_title::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #e16490;
    content: '';
}

.title--subtext {
    font-size: 1.8rem;
    background: #fdf2f5;
    padding: 10px;
    border-left: 7px solid #e16490;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .block-productlist__wrap {
        margin-top: 0 !important;
    }
}

.title {
    border-bottom: 3px solid #f174a0;
}

@media screen and (min-width: 600px) {
    .content-front .heading-unit {
        border-bottom: 3px solid #f174a0 !important;
    }
}

.category-header_back {
    border-left: 7px solid #e16490;
}

/* オススメノベルティ */

.recommend-ttl {
    font-size: 2rem;
    background: #fdf2f5;
    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: #fdf2f5;
    margin: 50px 0 50px;
    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.5rem;
}

.flexbox-right .link-btn {
    margin-top: auto;
    padding: 7px;
    font-size: 1.7rem;
    background: #dd0000;
    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;
    }
}