.elementor-908 .elementor-element.elementor-element-c034b34{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-163316d *//* ==========================
   商品説明 (共通設定)
========================== */
.product-description-custom {
    font-family: 'Noto Sans JP', sans-serif;
    color: #444;
    line-height: 2;
    font-size: 14px; /* PCサイズ */
}

/* スマホ用レスポンシブ設定 */
@media (max-width: 767px) {
    .product-description-custom {
        font-size: 14px;
    }
    .product-description-custom h2 { font-size: 24px !important; }
    .product-description-custom h3 { font-size: 16px !important; line-height: 1.6!important;}
    .product-description-custom h4 {
   
    padding: 8px 20px!important;
   
}
}

/* ==========================
   H2
========================== */
.product-description-custom h2 {
    position: relative;
    margin: 100px 0 40px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .15em;
    color: #222;
    padding-bottom: 25px;
}

.product-description-custom h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 1px;
    background: #ddd;
    transform: translateX(-50%);
}

.product-description-custom h2::after {
    content: "◆";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 12px;
    color: #b89c7d;
    font-size: 12px;
}

/* ==========================
   H3
========================== */
.product-description-custom h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 60px 0 20px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .08em;
    color: #222;
}

.product-description-custom h3::before {
    content: "";
    width: 35px;
    height: 1px;
    background: #b89c7d;
}

/* ==========================
   H4
========================== */
.product-description-custom h4 {
    display: block;
    width: 100%;
    margin: 40px 0 20px;
    padding: 12px 20px;
    background: #e8e0d6;
    
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .15em;
    color: #121110;
    box-sizing: border-box;
}

/* ==========================
   本文・画像
========================== */
.product-description-custom p { margin-bottom: 1.8em; }
.product-description-custom h2 + p,
.product-description-custom h3 + p { margin-top: 15px; }

.product-description-custom img {
    width: 100%;
    border-radius: 12px;
    margin: 40px 0;
}
/* --- タグのリンク部分を修正 --- */
.product-tags-list .tagged_as a {
    display: inline-block !important;
    padding: 5px 12px !important;
    background-color: #f0f0f0 !important;
    color: #555 !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    
    /* 追加：ここが重要です */
    max-width: 100% !important; /* 親の幅を超えない */
    word-break: break-word !important; /* 長い単語を折り返す */
    white-space: normal !important; /* 折り返しを有効化 */
}

/* --- 強制左寄せ 2カラムコンテナ --- */
.em-pickup-btns-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px !important;
    padding: 0 !important;
    margin: 20px 0 !important;
    
    /* 強制的な左寄せ設定 */
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
    
    width: 100% !important;
    max-width: 100% !important;
}

/* --- ボタンデザイン --- */
.em-pickup-more-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    padding: 0 30px !important;
    
    border: 1px solid #121110 !important;
    border-radius: 50px !important;
    background: transparent !important;
    color: #121110 !important;
    
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.1em !important;
    text-decoration: none !important;
    
    /* ボタンの幅を固定して左に詰める */
    flex: 0 0 auto !important; 
    min-width: 180px !important;
    max-width: 250px !important;
    
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

/* --- ホバー時の挙動 --- */
.em-pickup-more-btn:hover {
    background-color: #121110 !important;
    color: #ffffff !important;
}

/* --- スマホ対応（縦並びにして、隙間を縮める） --- */
@media (max-width: 767px) {
    .em-pickup-btns-container {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;       /* ここを20pxから10pxに減らしました */
    }
    .em-pickup-more-btn {
        width: 100% !important;
        max-width: 100% !important;
        height: 48px !important;    /* スマホで少し高さを抑えるとより綺麗です */
    }
}/* End custom CSS */