    /* ============================================
       ナビゲーション
    ============================================ */
    .global-nav {
        background: #fff;
        border-bottom: 1px solid #ccc;
        position: sticky;
        top: 0px;
        z-index: 100;
        width: 712px;
        margin: 0 auto;
    }

    /* PC用ナビ */
    #nav-pc {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 8px 0;
    }

    .nav-links {
        display: flex;
        list-style: none;
    }

    .nav-links li a {
        display: block;
        font-size: 12px;
        color: #222;
        text-decoration: none;
        padding: 6px 14px;
        border-left: 1px solid #e0e0e0;
    }

    .nav-links li:last-child a {
        border-right: 1px solid #e0e0e0;
    }

    .nav-links li a:hover {
        background: #f5f5f5;
    }

    /* ============================================
       ヒーロー
    ============================================ */
    .hero-section {
        background: #d9d9d9;
        padding: 35px 25px;
        margin-bottom: 40px;
    }

    .hero-title {
        font-size: 22px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
    }

    .hero-lead {
        font-size: 14px;
        color: #222;
        margin-bottom: 20px;
    }

    .btn-hero {
        background: #737373;
        padding: 8px 25px !important;
        font-size: 14px;
    }

    /* ============================================
       お盆とは
    ============================================ */

    #contents .contentsR p {
        padding: 0px;
        font-size: 12px;
    }

    .section-heading {
        background: #F7F7F5;
        border-bottom: 3px solid #595685;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
        padding: 10px 14px;
    }

    .section-heading__marker {
        color: #595685;
        font-weight: 700;
        font-size: 14px;
        margin-right: 8px;
        letter-spacing: 0.05em;
    }

    .section-heading__text {
        color: #3b3b3b;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.04em;
        font-family: serif;
    }

    .about-textbox {
        padding: 20px;
        background: #F7F7F5;
    }

    .about-block {
        margin-bottom: 14px;
    }

    .about-block:last-child {
        margin-bottom: 0;
    }

    .about-heading {
        font-weight: bold;
        margin-bottom: 4px;
    }

    .about-text {
        font-weight: normal;
        line-height: 1.75;
    }

    /* ============================================
       こんな方に
    ============================================ */
    .target-section {
        padding: 16px 0 8px;
        text-align: center;
    }

    .target-title{
        font-size: 16px !important;
        color: #595685;
        margin-bottom: 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        font-family: serif;
    }

    .target-title::after {
        content: "";
        display: block;
        width: 130px;
        height: 1px;
        background: #aaa;
    }

    /* ============================================
       おすすめ新商品
    ============================================ */
    .section-title {
        font-size: 22px;
        font-weight: 600;
        color: #222;
        letter-spacing: 0.05em;
        margin-bottom: 0;
        font-family: "Noto Serif", serif;
    }

    .recommended-article {
        padding: 25px;
        background: #F7F7F5;
    }

    .recommend-badge {
        font-size: 13px;
        padding: 5px 16px;
        margin-bottom: 15px;
    }

    .product-flex {
        display: flex;
        gap: 25px;
    }

    .product-media {
        width: 240px;
        flex-shrink: 0;
    }

    .main-product-img {
        width: 100%;
        margin-bottom: 10px;
        aspect-ratio: 1 / 1;
    }

    .thumb-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }

    .thumb-box {
        width: 100%;
        aspect-ratio: 1 / 1;
        cursor: pointer;
        opacity: 0.7;
        transition: opacity .2s;
    }

    .thumb-box.active {
        outline: 2px solid #787CA9;
        opacity: 1;
    }

    .product-body {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .product-code {
        font-weight: bold;
        font-size: 14px;
        color: #000;
        margin-bottom: 4px;
    }

    .product-name {
        font-weight: bold;
        font-size: 15px;
        color: #000;
        margin-bottom: 12px;
    }

    .price-box {
        text-align: right;
        margin-bottom: 12px;
    }

    .price-main {
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }

    .price-sub {
        font-size: 11px;
        color: #666;
    }

    .product-desc {
        font-size: 13px;
        color: #444;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .badge-container {
        margin-bottom: 20px;
    }

    .action-container {
        display: flex;
        gap: 12px;
        margin-top: auto;
    }

    .btn-action {
        flex: 1;
    }

    .btn-view-detail {
        background: #8c8c8c;
    }

    .btn-order {
        background: #787CA9;
    }

    .badge {
        display: inline-block;
        background: #ccc;
        color: #222;
        font-size: 11px;
        padding: 3px 12px;
        border-radius: 20px;
        margin-right: 6px;
        margin-top: 6px;
        white-space: nowrap;
    }

    .btn-action {
        flex: 1;
        display: block;
        text-align: center;
        padding: 10px 0;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 18px;
        cursor: pointer;
}

    /* ============================================
       グリッドカード共通（香電・電報・うるし）
    ============================================ */
    .maincontent--sendmail {
        width: 100%;
        padding: 0px;
        max-width: 712px !important;
    }

    .maincontent--sendmail h2::before {
        content: "";
        display: block;
        width: 40px;
        min-width: 40px;
        order: 2;
        height: 2px;
        background: #9891bd;
        margin-left: 32px;
    }

    .grid-container {
        display: flex;
        gap: 16px;
    }

    .grid-card {
        flex: 1;
        background: #fff;
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .grid-img {
        width: 100%;
    }

    .grid-body {
        padding: 12px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .grid-title {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        margin-bottom: 6px;
        line-height: 1.4;
    }

    .grid-price {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-align: right;
    }

    .grid-price-sub {
        font-size: 12px;
        color: #666;
        text-align: right;
        margin-bottom: 10px;
    }

    .grid-price-sub--note {
        text-align: left;
        font-size: 11px;
    }

    .grid-badges {
        margin-top: auto;
    }

    .grid-actions {
        display: flex;
        gap: 6px;
        margin-top: 10px;
    }

    .grid-btn {
        flex: 1;
        font-size: 14px;
        padding: 6px 0;
    }

    /* ============================================
       香電グリッド
    ============================================ */
    .incense-section {
        padding: 24px 25px;
        margin-bottom: 40px;
    }

    .incense-title {
        font-size: 14px;
        padding: 5px 16px;
        margin-bottom: 8px;
    }

    .incense-lead {
        font-size: 14px;
        color: #444;
        margin-bottom: 16px;
    }

    .incense-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .section-label {
        --label-color: #595685;
        /* ← ここで色を変える */

        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        font-weight: bold;
        color: var(--label-color);
        text-shadow:
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 1px 0 #fff,
            1px 2px 3px rgba(0, 0, 0, 0.25);
        padding-bottom: 8px;
        border-bottom: 1px dotted var(--label-color);
    }

    .section-label::before {
        content: "::";
        letter-spacing: -1px;
    }

    .productList-text {
        padding: 15px;
    }

    .productList,
    .example-section{
        margin: 0 0 40px 0 !important; ;
    }

    /* ============================================
       電報・うるし電報
    ============================================ */
    .product-grid-section {
        padding: 24px 25px;
        margin-bottom: 40px;
    }

    .product-grid-section+.product-grid-section {
        margin-top: -20px;
    }

    .grid-section-title {
        font-size: 14px;
        font-weight: bold;
        padding: 5px 16px;
        margin-bottom: 8px;
    }

    .grid-section-lead {
        font-size: 14px;
        color: #444;
        margin-bottom: 16px;
        line-height: 1.6;
    }

    .lead-badge {
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        padding: 2px 8px;
        border-radius: 2px;
        margin-right: 4px;
        vertical-align: middle;
        color: #fff;
    }

    .lead-badge--vc {
        background: #737373;
    }

    .lead-badge--vip {
        background: #787CA9;
    }

    .lead-badge--formal {
        background: #4a6a6a;
    }

    /* ============================================
       文例
    ============================================ */

    .example-section-title {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        background: #4a4a6a;
        padding: 10px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 0;
    }

    .example-card-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        background: #ccc;
        border: 1px solid #ccc;
    }

    .example-card {
        background: #fff;
        padding: 20px 18px 14px;
        display: flex;
        flex-direction: column;
    }

    .example-card-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
    }

    .example-tag {
        font-size: 11px;
        color: #fff;
        background: #4a4a6a;
        padding: 3px 10px;
        border-radius: 2px;
        white-space: nowrap;
    }

    .example-num-label {
        font-size: 11px;
        color: #666;
        white-space: nowrap;
    }

    .example-num {
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        background: #8c8c8c;
        padding: 3px 10px;
        border-radius: 2px;
    }

    .example-card-text {
        font-size: 13px;
        color: #222;
        line-height: 1.85;
        flex: 1;
    }

    .example-cta {
        display: block;
        width: 100%;
        background: #4a4a6a;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        padding: 11px 0;
        border-radius: 3px;
        margin-top: auto;
        letter-spacing: 0.05em;
        text-decoration: none;
        transition: opacity 0.2s;
    }

    .example-cta:hover {
        opacity: 0.85;
    }

    /* ============================================
       よくあるご質問
    ============================================ */
    .faq-section-title { font-size: 22px; font-weight: 600; color: #222; letter-spacing: 0.05em; margin-bottom: 0; font-family: "Noto Serif", serif; }
    .itemQ {
        display: flex;
        align-items: center;
        padding: 6px 20px;
        cursor: pointer;
        gap: 12px;
        transition: background 0.15s;
        user-select: none;
        -webkit-user-select: none;
        background-color: #FAFAFA;
    }

    .itemQ:hover {
        background: #FAFAFA;
    }

    .itemQ .q {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        color: #787CA9;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .itemQ .text {
        flex: 1;
        font-size: 15px;
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.5;
    }

    /* ＋ / − アイコン */
    .itemQ .images {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        position: relative;
    }

    .itemQ .images::before,
    .itemQ .images::after {
        content: '';
        position: absolute;
        background: #787CA9;
        border-radius: 2px;
        top: 50%;
        left: 50%;
        transition: transform 0.25s ease, opacity 0.2s;
    }


    .itemQ .images::before {
        width: 14px;
        height: 2px;
        transform: translate(-50%, -50%);
    }


    .itemQ .images::after {
        width: 2px;
        height: 14px;
        transform: translate(-50%, -50%);
    }

    .box--list__item.is-open .itemQ .images::after {
        transform: translate(-50%, -50%) rotate(90deg);
        opacity: 0;
    }


    .box--list__item.is-open .itemQ {
        background: #FAFAFA;
        border-left: 3px solid #787CA9;
        padding-left: 17px;
    }


    .itemA {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.28s ease;
        background: #fafafa;
    }

    .box--list__item.is-open .itemA {
        grid-template-rows: 1fr;
    }

    .itemA--box {
        overflow: hidden;
        display: flex;
        gap: 12px;
        padding: 0 20px;
        background-color: #fff;
    }

    .box--list__item.is-open .itemA--box {
        padding: 16px 20px 20px;
    }

    .itemA--box .a {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        color: #787CA9;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        margin-top: 2px;
    }

    .itemA--box .text {
        flex: 1;
        font-size: 14px;
        color: #444;
        line-height: 1.85;
    }

    .itemA--box .text a {
        color: #787CA9;
        text-decoration: underline;
    }

        .box--list__item:not(.is-open) .itemA {
            grid-template-rows: 0fr;
        }

        .box--list__item:not(.is-open) .itemA--box {
            padding: 0 20px;
        }



    /* ============================================
   パンくずリスト
   ※ 基本スタイルはすべて共通CSSに委ねる
============================================ */

    /* ============================================
   SVG（こんな方に選ばれています）
============================================ */
    .svg-circle {
        fill: #aaaaaa;
    }

    /* SVGテキスト共通 */
    .svg-text {
        font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', sans-serif;
        fill: #ffffff;
        font-weight: bold;
        text-anchor: middle;
    }

    /* PC用（font-size: 13） */
    .svg-text--pc {
        font-size: 13px;
    }

    .svg-text--sp {
        font-size: 14px;
    }

    /* ============================================
   監修コンテンツ
============================================ */
    .supervisor-section {
        padding: 48px 0;
        border-top: 1px solid #e0e0e0;
        margin-bottom: 0;
    }

    /* タイトルブロック */
    .supervisor-titlebox {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 32px;
    }

    .supervisor-linebox {
        flex-shrink: 0;
        padding-top: 4px;
    }

    .supervisor-line {
        display: block;
        width: 2px;
        height: 60px;
        background: #787CA9;
        border-radius: 2px;
    }

    .supervisor-title {
        font-family: "Noto Serif", serif;
        font-size: 22px;
        font-weight: 600;
        color: #222;
        letter-spacing: 0.05em;
        flex: 1;
        padding-top: 4px;
    }

    .supervisor-credit {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
    }

    .supervisor-credit p {
        font-size: 14px;
        color: #666;
        line-height: 1.7;
        text-align: right;
    }

    .supervisor-img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 50%;
        border: 2px solid #e0e0e0;
    }

    /* 本文 */
    .supervisor-body {
        margin-bottom: 36px;
    }

    .supervisor-body-title {
        font-size: 16px;
        font-weight: 600;
        color: #222;
        margin-bottom: 10px;
        font-family: "Noto Serif", serif;
    }

    .supervisor-body-text {
        font-size: 14px;
        color: #444;
        line-height: 1.9;
        margin-bottom: 24px;
    }

    /* 先生監修文例 */
    .supervisor-examples {
        margin-bottom: 36px;
    }

    .supervisor-examples-title {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        background: #787CA9;
        padding: 10px 16px;
        margin-bottom: 16px;
    }

    .supervisor-example-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .supervisor-example-card {
        background: #fafafa;
        border-left: 3px solid #787CA9;
        padding: 16px 20px;
    }

    .supervisor-example-card p {
        font-size: 13px;
        line-height: 2;
    }

    /* プロフィール */
    .supervisor-profile {
        background: #f7f7f7;
        padding: 24px;
        border-radius: 4px;
    }

    .supervisor-profile-title {
        font-size: 14px;
        font-weight: bold;
        color: #222;
        margin-bottom: 10px;
    }

    .supervisor-profile-text {
        font-size: 13px;
        color: #555;
        line-height: 1.9;
    }