/**
 * ご利用ガイド（[tcf_user_guide]）— 和紙・臙脂・金彩アクセント
 */

.tcf-user-guide {
    display: grid;
    grid-template-columns: min(320px, 100%) 1fr;
    gap: clamp(1.35rem, 3.2vw, 2.5rem);
    align-items: start;
    max-width: 1120px;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    padding: 0 clamp(0.5rem, 2vw, 0.25rem);
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    color: #2e2a26;
}

@media (min-width: 960px) {
    .tcf-user-guide {
        grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    }
}

@media (max-width: 899px) {
    .tcf-user-guide {
        grid-template-columns: 1fr;
    }
}

/* ── 目次 ── */
.tcf-user-guide__toc {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
    padding: 1.35rem 1.25rem 1.4rem;
    border: 1px solid rgba(127, 46, 53, 0.18);
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, rgba(252, 247, 240, 0.94) 100%);
    box-shadow:
        0 4px 14px rgba(26, 19, 13, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.tcf-user-guide__toc-title {
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(184, 139, 70, 0.45);
    font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e2745;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.tcf-user-guide__toc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.tcf-user-guide__toc-list a {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.5rem 0.55rem;
    margin: 0 -0.35rem;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #2f261d;
    text-decoration: none;
    line-height: 1.55;
    transition: background 0.15s ease, color 0.15s ease;
}

.tcf-user-guide__toc-list a::before {
    content: '';
    flex: 0 0 0.42rem;
    width: 0;
    height: 0;
    margin-top: 0.42rem;
    border-style: solid;
    border-width: 0.26rem 0 0.26rem 0.44rem;
    border-color: transparent transparent transparent #b88b46;
}

.tcf-user-guide__toc-list a:hover {
    background: rgba(127, 38, 41, 0.07);
    color: #7f2629;
}

/* ── セクション共通 ── */
.tcf-user-guide__main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(1.65rem, 3vw, 2.5rem);
}

.tcf-user-guide__section {
    scroll-margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
}

.tcf-user-guide__section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}

.tcf-user-guide__section-tag {
    display: inline-block;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5a4a3a;
    background: rgba(184, 139, 70, 0.16);
    border: 1px solid rgba(184, 139, 70, 0.35);
}

.tcf-user-guide__section--lead .tcf-user-guide__section-tag {
    color: #4a3018;
    background: linear-gradient(180deg, rgba(255, 243, 220, 0.95), rgba(245, 228, 198, 0.85));
    border-color: rgba(184, 139, 70, 0.5);
}

.tcf-user-guide__section-tag--notice {
    color: #5c2226;
    background: rgba(127, 38, 41, 0.1);
    border-color: rgba(127, 38, 41, 0.28);
}

.tcf-user-guide__h2 {
    margin: 0;
    font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
    font-size: clamp(1.22rem, 2.5vw, 1.48rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #1a2740;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid rgba(30, 39, 64, 0.12);
    width: 100%;
    box-sizing: border-box;
}

.tcf-user-guide__section--lead .tcf-user-guide__h2 {
    border-bottom-color: rgba(184, 139, 70, 0.42);
}

/* カード */
.tcf-user-guide__card {
    padding: clamp(1.15rem, 2.4vw, 1.55rem);
    border: 1px solid #e0d6c8;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 248, 242, 0.92));
    box-shadow: 0 10px 32px rgba(40, 28, 18, 0.07);
}

.tcf-user-guide__card--lead {
    border-color: rgba(184, 139, 70, 0.35);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 244, 0.94) 50%, rgba(252, 246, 236, 0.92) 100%);
    box-shadow:
        0 12px 36px rgba(60, 40, 22, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tcf-user-guide__card--emphasis {
    border-color: rgba(127, 38, 41, 0.32);
    background: linear-gradient(180deg, rgba(255, 250, 248, 0.98), rgba(245, 232, 228, 0.93));
}

.tcf-user-guide__intro {
    margin: 0 0 1.1rem;
    font-size: 0.98rem;
    line-height: 1.85;
    color: #3a3228;
}

/* 購入の流れ：スマホ閲覧者向け（カテゴリメニューへの導線・手順リストの下） */
.tcf-user-guide__mobile-shop-hint {
    margin: 1.05rem 0 0;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(127, 38, 41, 0.22);
    background: linear-gradient(180deg, rgba(255, 252, 250, 0.98), rgba(252, 244, 240, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.tcf-user-guide__mobile-shop-hint__title {
    margin: 0 0 0.45rem;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #7f2629;
    line-height: 1.45;
}
.tcf-user-guide__mobile-shop-hint__text {
    margin: 0;
    font-size: 0.93rem;
    line-height: 1.75;
    color: #3a3028;
}

.tcf-user-guide__prose {
    margin: 0 0 0.65rem;
    font-size: 0.98rem;
    line-height: 1.9;
    color: #2e2a26;
}

.tcf-user-guide__caption {
    margin: 0 0 1rem;
    font-size: 0.86rem;
    line-height: 1.7;
    color: #6b5c4d;
    padding: 0.5rem 0.65rem;
    border-radius: 8px;
    background: rgba(100, 90, 80, 0.06);
    border-left: 3px solid rgba(107, 92, 77, 0.35);
}

/* 受取：二行リード */
.tcf-user-guide__selector-intro {
    margin: 0 0 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 252, 248, 1), rgba(248, 242, 234, 0.92));
    border: 1px solid rgba(127, 46, 53, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.tcf-user-guide__selector-intro-line {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.65;
    color: #1e2745;
    letter-spacing: 0.02em;
}

.tcf-user-guide__selector-intro-line--sub {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px dashed rgba(127, 46, 53, 0.22);
    font-size: 0.95rem;
    font-weight: 600;
    color: #5c2f22;
}

/* 日程ボード（横長カードを縦に積む） */
.tcf-user-guide__schedule-board {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1.15rem;
}

.tcf-user-guide__schedule-card {
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(30, 74, 110, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 252, 0.5));
}

.tcf-user-guide__schedule-card--ship {
    border-color: rgba(127, 38, 41, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 244, 242, 0.65));
}

.tcf-user-guide__schedule-card-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1e4a6e;
    margin-bottom: 0.4rem;
}

.tcf-user-guide__schedule-card--ship .tcf-user-guide__schedule-card-label {
    color: #7f2629;
}

.tcf-user-guide__schedule-card-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.75;
    color: #3a342f;
}

/* 店頭／発送カード内：お渡し状態の可否（〇×） */
.tcf-user-guide__temp-avail {
    margin: 0.75rem 0 0;
    padding: 0.55rem 0.65rem 0.5rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px dashed rgba(30, 74, 110, 0.18);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.28rem 0.75rem;
    align-items: baseline;
    font-size: 0.82rem;
    line-height: 1.5;
}

.tcf-user-guide__schedule-card--ship .tcf-user-guide__temp-avail {
    border-color: rgba(127, 38, 41, 0.2);
}

.tcf-user-guide__temp-avail dt {
    margin: 0;
    padding-bottom: 0.28rem;
    font-weight: 700;
    color: #3a342f;
}

.tcf-user-guide__temp-avail dd {
    margin: 0;
    padding-bottom: 0.28rem;
    text-align: right;
}

.tcf-user-guide__temp-avail dt:not(:last-of-type),
.tcf-user-guide__temp-avail dd:not(:last-of-type) {
    border-bottom: 1px solid rgba(46, 42, 38, 0.08);
}

.tcf-user-guide__avail-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
}

.tcf-user-guide__avail-mark--ok {
    color: #1e5a3a;
}

.tcf-user-guide__avail-mark--no {
    color: #b32424;
    font-size: 1.15rem;
}

.tcf-user-guide__avail-mark--large {
    font-size: 1.45rem;
    font-weight: 900;
}

/* お渡し状態セクション：受取方法×状態の一覧表 */
.tcf-user-guide__avail-matrix-wrap {
    margin-top: 1.15rem;
    padding: 0.85rem 0.95rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(30, 74, 110, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 252, 0.45));
}

.tcf-user-guide__avail-matrix-lead {
    margin: 0 0 0.65rem;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.6;
    color: #2e3d52;
}

.tcf-user-guide__avail-matrix-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -0.15rem;
    padding: 0 0.15rem;
}

.tcf-user-guide__avail-matrix {
    width: 100%;
    min-width: 280px;
    border-collapse: collapse;
    font-size: 0.8rem;
    line-height: 1.45;
}

.tcf-user-guide__avail-matrix th,
.tcf-user-guide__avail-matrix td {
    padding: 0.45rem 0.5rem;
    text-align: center;
    border: 1px solid rgba(46, 42, 38, 0.12);
    vertical-align: middle;
}

.tcf-user-guide__avail-matrix thead th {
    background: rgba(30, 74, 110, 0.08);
    font-weight: 800;
    color: #1e2745;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
}

.tcf-user-guide__avail-matrix tbody th[scope='row'] {
    text-align: left;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.65);
    color: #3a342f;
    white-space: nowrap;
}

.tcf-user-guide__avail-matrix tbody tr:last-child th,
.tcf-user-guide__avail-matrix tbody tr:last-child td {
    background: rgba(252, 244, 242, 0.55);
}

.tcf-user-guide__avail-matrix-note {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0.75rem 0 0;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    border: 1px solid rgba(184, 139, 70, 0.35);
    background: rgba(255, 252, 246, 0.95);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.6;
    color: #4a3d32;
}

.tcf-user-guide__avail-matrix-note p {
    margin: 0;
    flex: 1;
}

.tcf-user-guide__avail-matrix-note .tcf-user-guide__warn-triangle-svg {
    margin-top: 0.1em;
}

.tcf-user-guide__ship-inline-notes {
    margin: 0.65rem 0 0;
    padding-top: 0.6rem;
    border-top: 1px dashed rgba(127, 38, 41, 0.2);
}

.tcf-user-guide__ship-inline-notes p {
    margin: 0.4rem 0 0;
    font-size: 0.82rem;
    line-height: 1.68;
    color: #5a5048;
}

.tcf-user-guide__ship-inline-notes p:first-child {
    margin-top: 0;
}

/* 店頭／発送の下：相談（別枠） */
.tcf-user-guide__schedule-consult {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0 0 1.15rem;
    padding: 0.75rem 0.95rem;
    border-radius: 12px;
    border: 1px solid rgba(184, 139, 70, 0.42);
    background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(250, 240, 224, 0.55));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.tcf-user-guide__schedule-consult-text {
    margin: 0;
    flex: 1;
    font-size: 0.86rem;
    line-height: 1.68;
    color: #4a3d32;
    font-weight: 600;
}

.tcf-user-guide__warn-triangle-svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #7f2629;
    display: block;
    margin-top: 0.06em;
}

.tcf-user-guide__callout {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    border: 1px solid transparent;
}

.tcf-user-guide__callout-body p {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #3a342f;
}

.tcf-user-guide__callout-body p:first-child {
    margin-top: 0;
}

.tcf-user-guide__callout-title {
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #1e2745;
}

.tcf-user-guide__callout--info {
    background: rgba(30, 74, 110, 0.06);
    border-color: rgba(30, 74, 110, 0.18);
}

.tcf-user-guide__callout--tip {
    background: rgba(184, 139, 70, 0.1);
    border-color: rgba(184, 139, 70, 0.28);
}

.tcf-user-guide__callout--important {
    margin-bottom: 1rem;
    background: rgba(127, 38, 41, 0.07);
    border-color: rgba(127, 38, 41, 0.25);
}

.tcf-user-guide__callout--foot {
    margin-top: 1.15rem;
    margin-bottom: 0 !important;
}

.tcf-user-guide__callout--important .tcf-user-guide__callout-title {
    color: #7f2629;
}

.tcf-user-guide__callout--caution {
    margin: 0 0 1rem;
    background: rgba(90, 50, 30, 0.06);
    border-color: rgba(127, 60, 40, 0.22);
}

.tcf-user-guide__callout--caution.tcf-user-guide__callout--foot {
    margin-top: 1rem;
    margin-bottom: 0 !important;
}

.tcf-user-guide__callout--caution .tcf-user-guide__callout-title {
    color: #6b3820;
}

.tcf-user-guide__callout--settle {
    margin-bottom: 1.15rem;
    background: rgba(255, 255, 255, 0.65);
    border-color: rgba(127, 38, 41, 0.2);
}

.tcf-user-guide__callout-sub {
    margin-top: 0.5rem !important;
    font-size: 0.88rem !important;
    color: #4a3d32 !important;
}

.tcf-user-guide__callout-icon {
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    background: rgba(30, 74, 110, 0.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e4a6e' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 8v5l3 2'/%3E%3C/svg%3E") center / 60% no-repeat;
}

.tcf-user-guide__callout-icon--tip {
    background-color: rgba(184, 139, 70, 0.2);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a6230' stroke-width='2'%3E%3Cpath d='M12 3l1.5 4.5L18 9l-4.5 1.5L12 15l-1.5-4.5L6 9l4.5-1.5L12 3z'/%3E%3C/svg%3E");
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
}

.tcf-user-guide__callout-icon--warn {
    background-color: rgba(127, 38, 41, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237f2629' stroke-width='2'%3E%3Cpath d='M12 5l8 14H4L12 5z'/%3E%3Cpath d='M12 10v4M12 17h.01'/%3E%3C/svg%3E");
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
}

.tcf-user-guide__callout-icon--ban {
    background-color: rgba(107, 55, 32, 0.12);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b3820' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 8l8 8M16 8l-8 8'/%3E%3C/svg%3E");
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
}

.tcf-user-guide__callout-icon--yen {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(127, 38, 41, 0.12);
    background-image: none;
    font-size: 1.05rem;
    font-weight: 800;
    color: #7f2629;
    font-family: system-ui, -apple-system, 'Segoe UI', 'Hiragino Sans', sans-serif;
    line-height: 1;
}

.tcf-user-guide__callout-icon--warn-triangle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.35rem;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0.2rem;
    box-sizing: border-box;
    background-color: rgba(127, 38, 41, 0.1);
    background-image: none;
    border-radius: 10px;
}

.tcf-user-guide__callout-icon--warn-triangle .tcf-user-guide__warn-triangle-svg {
    width: 100%;
    height: 100%;
    margin: 0;
}

/* 受取セレクタ枠 */
.tcf-user-guide__selector-shell {
    margin-top: 0.25rem;
    border-radius: 16px;
    border: 2px solid rgba(127, 38, 41, 0.28);
    background: linear-gradient(180deg, rgba(255, 253, 250, 1), rgba(248, 240, 234, 0.65));
    box-shadow:
        0 8px 28px rgba(45, 28, 22, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.tcf-user-guide__selector-shell-cap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.35rem 1rem;
    padding: 0.75rem 1.1rem;
    background: linear-gradient(90deg, rgba(127, 38, 41, 0.12), rgba(184, 139, 70, 0.12));
    border-bottom: 1px solid rgba(127, 38, 41, 0.15);
}

.tcf-user-guide__selector-shell-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #3f2220;
}

.tcf-user-guide__selector-shell-hint {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b5345;
    letter-spacing: 0.02em;
}

.tcf-user-guide__selector-shell-body {
    padding: 1rem 1rem 1.15rem;
}

/* 埋め込みショートコード内のパネル調整 */
.tcf-user-guide__selector-shell-body .tbt-shop-method-panel,
.tcf-user-guide__selector-shell-body .dps-content-selector {
    margin: 0;
    max-width: none;
}

.tcf-user-guide__selector-shell-body .dps-selector-container {
    border-radius: 12px;
}

/* 通販トップと同じ [tbt_shop_delivery_panel] 埋め込み */
.tcf-user-guide__shop-panel-wrap {
    margin-top: 1rem;
}

.tcf-user-guide__shop-panel-wrap .tbt-shop-method-panel {
    margin: 0;
    max-width: none;
}

/* ガイド内：最短お渡し／お届け日は非表示（受取方法はモーダルで確認） */
.tcf-user-guide__shop-panel-wrap .tbt-shop-method-status {
    display: none !important;
}

/* 商品状態：横長1行ずつ縦並び */
.tcf-user-guide__state-grid {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 0.65rem;
}

.tcf-user-guide__state {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(0.85rem, 2.5vw, 1.35rem);
    padding: 1rem 1.15rem;
    border: 1px solid #e5dcd0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 2px 10px rgba(40, 28, 18, 0.04);
}

.tcf-user-guide__state .tcf-user-guide__h3 {
    flex: 0 0 min(32%, 11.5rem);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.tcf-user-guide__temp-ring {
    flex-shrink: 0;
    font-size: 1.28rem;
    font-weight: 900;
    line-height: 1;
    font-family: 'Hiragino Sans', 'Yu Gothic UI', 'Meiryo', sans-serif;
    text-shadow:
        0 0 0 currentColor,
        0 1px 0 rgba(255, 255, 255, 0.9),
        0 0 1px rgba(0, 0, 0, 0.15);
}

.tcf-user-guide__temp-ring--chilled {
    color: #0d47a1;
}

.tcf-user-guide__temp-ring--frozen {
    color: #0277bd;
}

.tcf-user-guide__state p {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.82;
    color: #3a342f;
}

@media (max-width: 560px) {
    .tcf-user-guide__state {
        flex-direction: column;
        gap: 0.4rem;
    }

    .tcf-user-guide__state .tcf-user-guide__h3 {
        flex: none;
        width: 100%;
    }
}

.tcf-user-guide__h3 {
    font-size: 0.93rem;
    font-weight: 800;
    color: #1e4a6e;
    letter-spacing: 0.02em;
}

.tcf-user-guide__notes-board {
    margin-top: 1.15rem;
    padding: 1rem 1.05rem;
    border-radius: 12px;
    border: 1px dashed rgba(123, 104, 88, 0.45);
    background: rgba(252, 248, 242, 0.85);
}

.tcf-user-guide__notes-board-title {
    margin: 0 0 0.75rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #6b5a4a;
}

.tcf-user-guide__note-item {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin-bottom: 0.65rem;
}

.tcf-user-guide__note-item:last-child {
    margin-bottom: 0;
}

.tcf-user-guide__note-glyph {
    flex: 0 0 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.42rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #7f2629, #a84850);
    box-shadow: 0 0 0 2px rgba(127, 38, 41, 0.12);
}

.tcf-user-guide__note-item p {
    margin: 0;
    flex: 1;
    font-size: 0.86rem;
    line-height: 1.75;
    color: #4a423a;
}

/* 解凍 */
.tcf-user-guide__h3--inline {
    margin: 0 0 0.75rem;
}

.tcf-user-guide__thaw-block {
    margin-bottom: 0.85rem;
}

.tcf-user-guide__thaw-item {
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
    line-height: 1.82;
    color: #3a342f;
}

.tcf-user-guide__thaw-item:last-of-type {
    margin-bottom: 0.25rem;
}

.tcf-user-guide__thaw-note {
    margin: 0.55rem 0 0;
    padding: 0.65rem 0.8rem;
    border-radius: 10px;
    font-size: 0.88rem;
    line-height: 1.75;
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
}

.tcf-user-guide__thaw-note--watch {
    border: 1px solid rgba(127, 38, 41, 0.22);
    background: rgba(127, 38, 41, 0.05);
    color: #4a3a34;
}

.tcf-user-guide__thaw-note--avoid {
    border: 1px solid rgba(107, 55, 32, 0.25);
    background: rgba(90, 50, 30, 0.06);
    color: #4a3828;
}

.tcf-user-guide__thaw-warn-icon {
    flex-shrink: 0;
    line-height: 0;
    margin-top: 0.12em;
}

.tcf-user-guide__thaw-warn-icon .tcf-user-guide__warn-triangle-svg {
    width: 21px;
    height: 21px;
    margin: 0;
}

.tcf-user-guide__cross-mark {
    flex-shrink: 0;
    font-size: 1.35rem;
    font-weight: 900;
    color: #c62828;
    line-height: 1.2;
    margin-top: 0.02em;
}

/* 銀行：ルール行 */
.tcf-user-guide__rule-list {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(127, 38, 41, 0.12);
}

.tcf-user-guide__rule {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
}

.tcf-user-guide__rule-glyph {
    flex: 0 0 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.45rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #b88b46, #8a6230);
    box-shadow: 0 0 0 2px rgba(184, 139, 70, 0.25);
}

.tcf-user-guide__rule p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.75;
    color: #3a3028;
    font-weight: 600;
}

/* 購入フロー：タイムライン（数字バッジなし） */
.tcf-user-guide__steps--timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* 先頭・末尾の〇の中心に合わせ、上下にはみ出さない */
.tcf-user-guide__steps--timeline::before {
    content: '';
    position: absolute;
    left: 0.62rem;
    top: 1.4rem;
    bottom: 2.55rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(184, 139, 70, 0.45), rgba(127, 38, 41, 0.2));
    border-radius: 2px;
}

.tcf-user-guide__steps--timeline > li {
    position: relative;
    padding: 0.75rem 0 0.75rem 2.35rem;
    border-bottom: 1px solid rgba(224, 214, 200, 0.65);
}

.tcf-user-guide__steps--timeline > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tcf-user-guide__steps--timeline > li::before {
    content: '';
    position: absolute;
    left: 0.2rem;
    top: 0.95rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #fffef9;
    border: 2px solid #b88b46;
    box-shadow: 0 0 0 3px rgba(184, 139, 70, 0.15);
    z-index: 1;
}

.tcf-user-guide__step-title {
    display: block;
    font-weight: 800;
    font-size: 0.98rem;
    color: #1e2745;
    letter-spacing: 0.02em;
}

.tcf-user-guide__step-body {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.9rem;
    line-height: 1.82;
    color: #3f3a34;
}

.tcf-user-guide__step-body a {
    color: #7f2629;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.tcf-user-guide__step-body a:hover {
    color: #5c1e22;
}

@media (max-width: 480px) {
    .tcf-user-guide__steps--timeline::before {
        left: 0.5rem;
        top: 1.35rem;
        bottom: 2.35rem;
    }

    .tcf-user-guide__steps--timeline > li {
        padding-left: 2rem;
    }

    .tcf-user-guide__steps--timeline > li::before {
        left: 0.08rem;
    }
}

/* ── 受取セクション：冷蔵は店頭のみ（注意） ── */
.tcf-user-guide__schedule-note--chilled {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0 0 0.85rem;
    padding: 0.72rem 0.9rem;
    border-radius: 12px;
    border: 1px solid rgba(30, 74, 110, 0.2);
    background: linear-gradient(180deg, rgba(240, 248, 252, 0.65), rgba(255, 255, 255, 0.92));
}

.tcf-user-guide__schedule-note--chilled .tcf-user-guide__warn-triangle-svg {
    color: #1e4a6e;
}

.tcf-user-guide__schedule-note-text {
    margin: 0;
    flex: 1;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.65;
    color: #2a241c;
}

/* 商品状態モーダル起動（商品ページと同一クラス・ガイド用ラップ） */
.tcf-user-guide__preservation-help-wrap {
    margin: 0 0 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    border: 1px dashed rgba(184, 139, 70, 0.45);
    background: rgba(255, 252, 246, 0.75);
    text-align: center;
}

.tcf-user-guide__preservation-help-wrap .tcf-sp-preservation-help-btn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(127, 38, 41, 0.35);
    background: linear-gradient(180deg, #fffefb, #f7efe3);
    font-size: 0.88rem;
    font-weight: 800;
    color: #111 !important;
    text-decoration: none !important;
    cursor: pointer;
    font-family: 'Noto Sans JP', 'Hiragino Sans', Meiryo, sans-serif;
    box-shadow: 0 4px 12px rgba(40, 28, 18, 0.08);
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.12s ease;
}

.tcf-user-guide__preservation-help-wrap .tcf-sp-preservation-help-btn:hover {
    border-color: rgba(127, 38, 41, 0.55);
    box-shadow: 0 6px 16px rgba(127, 38, 41, 0.12);
}

.tcf-user-guide__preservation-help-wrap .tcf-sp-preservation-help-btn:focus-visible {
    outline: 2px solid rgba(127, 38, 41, 0.4);
    outline-offset: 2px;
}

/* 商品状態モーダル（商品詳細と同一マークアップ・ガイドページでも利用） */
.tcf-sp-preservation-modal[hidden] {
    display: none !important;
}

.tcf-sp-preservation-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(12px, env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px)) max(12px, env(safe-area-inset-bottom, 0px))
        max(12px, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
}

.tcf-sp-preservation-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(42, 22, 16, 0.5);
    touch-action: none;
    cursor: pointer;
}

.tcf-sp-preservation-modal-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    max-height: min(88vh, 680px);
    display: flex;
    flex-direction: column;
    min-height: 0;
    pointer-events: none;
}

.tcf-sp-preservation-modal-dialog {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    max-height: min(88vh, 680px);
    min-height: 0;
    background: linear-gradient(180deg, #fffefb 0%, #f8f3ea 100%);
    border-radius: 16px;
    border: 1px solid rgba(232, 224, 213, 0.95);
    box-shadow: 0 20px 56px rgba(42, 22, 16, 0.22), 0 0 0 1px rgba(139, 46, 46, 0.06);
    overflow: hidden;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.tcf-sp-preservation-modal-header {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 12px 18px;
    border-bottom: 1px solid rgba(232, 224, 213, 0.9);
    background: rgba(255, 252, 248, 0.98);
}

.tcf-sp-preservation-modal-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #2a1610;
    line-height: 1.35;
    font-family: inherit;
    padding-right: 8px;
}

.tcf-sp-preservation-modal-close {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin: -6px -4px -6px 0;
    border: none;
    border-radius: 10px;
    background: rgba(127, 38, 41, 0.08);
    color: #7f2629;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.15s ease,
        color 0.15s ease;
}

.tcf-sp-preservation-modal-close:hover {
    background: rgba(127, 38, 41, 0.16);
    color: #5c1a1d;
}

.tcf-sp-preservation-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 14px 18px 16px;
}

.tcf-sp-preservation-help-section {
    margin: 0 0 16px;
}

.tcf-sp-preservation-help-section:last-of-type {
    margin-bottom: 12px;
}

.tcf-sp-preservation-help-heading {
    margin: 0 0 6px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #5a4438;
}

.tcf-sp-preservation-help-section--ref .tcf-sp-preservation-help-heading {
    color: #1565c0;
}

.tcf-sp-preservation-help-section--frz .tcf-sp-preservation-help-heading {
    color: #0277bd;
}

.tcf-sp-preservation-help-section p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.75;
    color: #3a2f28;
    font-family: inherit;
}

.tcf-sp-preservation-help-thaw {
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(2, 119, 189, 0.22);
    background: rgba(2, 119, 189, 0.06);
    font-size: 0.88rem;
    line-height: 1.65;
    color: #2a241c;
    font-family: inherit;
}

.tcf-sp-preservation-help-notes {
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px dashed #e4d9cc;
    font-size: 0.86rem;
    line-height: 1.72;
    color: #4a3d34;
    font-family: inherit;
}

.tcf-sp-preservation-help-notes p {
    margin: 0 0 10px;
    font-size: inherit;
}

.tcf-sp-preservation-help-notes p:last-child {
    margin-bottom: 0;
}

.tcf-sp-preservation-modal-footer {
    flex: 0 0 auto;
    padding: 12px 18px 16px;
    border-top: 1px solid rgba(232, 224, 213, 0.85);
    background: rgba(255, 250, 245, 0.97);
}

.tcf-sp-preservation-modal-done {
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid rgba(127, 38, 41, 0.35);
    border-radius: 12px;
    background: linear-gradient(180deg, #8b2e2e, #722626);
    color: #faf9f7 !important;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    box-shadow: 0 4px 14px rgba(127, 38, 41, 0.25);
    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease,
        filter 0.12s ease;
}

.tcf-sp-preservation-modal-done:hover {
    filter: brightness(1.05);
    box-shadow: 0 6px 18px rgba(127, 38, 41, 0.3);
}

.tcf-sp-preservation-modal-done:active {
    transform: translateY(1px);
}

body.tcf-preservation-modal-open {
    overflow: hidden;
}

@media (max-width: 781px) {
    /* モバイルでは固定目次を隠し、本文の読了速度を優先 */
    .tcf-user-guide__toc {
        display: none !important;
    }

    .tcf-user-guide {
        gap: 0.85rem;
        margin-bottom: 1.3rem;
        padding-left: 0.12rem;
        padding-right: 0.12rem;
    }

    .tcf-user-guide__main {
        gap: 1rem;
    }

    .tcf-user-guide__section-head {
        margin-bottom: 0.4rem;
        gap: 0.25rem;
    }

    .tcf-user-guide__section-tag {
        padding: 0.22rem 0.66rem;
        font-size: 0.68rem;
        letter-spacing: 0.08em;
    }

    .tcf-user-guide__h2 {
        width: auto;
        max-width: 100%;
        display: inline-block;
        white-space: nowrap;
        font-size: min(1.02rem, 3.9vw);
        letter-spacing: 0.01em;
        line-height: 1.22;
        padding-bottom: 0.22rem;
    }

    .tcf-user-guide__card {
        padding: 0.64rem 0.68rem;
        border-radius: 11px;
    }

    .tcf-user-guide__intro,
    .tcf-user-guide__prose {
        font-size: 0.8rem;
        line-height: 1.5;
        margin-bottom: 0.45rem;
    }

    .tcf-user-guide__mobile-shop-hint {
        margin-top: 0.75rem;
        margin-bottom: 0;
        padding: 0.62rem 0.7rem;
        border-radius: 11px;
    }
    .tcf-user-guide__mobile-shop-hint__title {
        font-size: 0.78rem;
        margin-bottom: 0.35rem;
        letter-spacing: 0.02em;
    }
    .tcf-user-guide__mobile-shop-hint__text {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .tcf-user-guide__steps--timeline > li {
        padding-top: 0.48rem;
        padding-bottom: 0.42rem;
    }

    .tcf-user-guide__step-title {
        font-size: 0.77rem;
    }

    .tcf-user-guide__step-body {
        font-size: 0.75rem;
        line-height: 1.42;
    }

    .tcf-user-guide__selector-intro {
        margin-bottom: 0.62rem;
        padding: 0.68rem 0.72rem;
    }

    .tcf-user-guide__selector-intro-line {
        font-size: 0.78rem;
        line-height: 1.38;
    }

    .tcf-user-guide__selector-shell-cap,
    .tcf-user-guide__shop-panel-wrap .tbt-shop-method-panel,
    .tcf-user-guide__shop-panel-wrap .tbt-shop-method-panel__eyebrow,
    .tcf-user-guide__shop-panel-wrap .dps-selector-title {
        text-align: center !important;
        justify-content: center;
    }

    .tcf-user-guide__selector-shell-body {
        padding: 0.68rem 0.7rem 0.76rem;
    }

    .tcf-user-guide__schedule-board {
        gap: 0.45rem;
        margin-bottom: 0.6rem;
    }

    .tcf-user-guide__schedule-card {
        padding: 0.6rem 0.7rem;
    }

    .tcf-user-guide__schedule-card-label {
        font-size: 0.7rem;
        margin-bottom: 0.22rem;
    }

    .tcf-user-guide__schedule-card-text,
    .tcf-user-guide__temp-avail {
        font-size: 0.76rem;
        line-height: 1.48;
    }
}
