.btn-gold {
    border: 1px solid #C6A75E;
    background-color: #0F1A2A;
    color: #FFFFFF;
    transition: all 0.4s ease;
}
.btn-gold:hover {
    background-color: #C6A75E;
    color: #0F1A2A;
}

.guide-card {
    border: 1px solid rgba(198, 167, 94, 0.2);
    transition: border 0.3s ease;
}
.guide-card:hover {
    border: 1px solid #C6A75E;
}

/* ご利用ガイド等のテーブル（静的 HTML のインラインスタイルと同等） */
.guide-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}
.guide-table th,
.guide-table td {
    padding: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.05em;
}
.guide-table th {
    background-color: rgba(255, 255, 255, 0.03);
    color: #c6a75e;
    font-weight: 500;
    width: 30%;
}

/* プライバシー・規約・特商法・会社概要などの表（静的 HTML のインラインスタイルと同等） */
.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}
.legal-table th,
.legal-table td {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.legal-table th {
    width: 30%;
    color: #c6a75e;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.02);
    vertical-align: top;
}

/* 会社概要・特商法セクション見出し（英字ラベル） */
.sub-heading {
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(198, 167, 94, 0.6);
    margin-bottom: 1.5rem;
    display: block;
}

.concept-card {
    background-color: rgba(255, 255, 255, 0.03);
    border-left: 2px solid #c6a75e;
    padding: 3rem;
    margin-bottom: 4rem;
}

/* プライバシーポリシー本文 */
.policy-section {
    margin-bottom: 5rem;
}
.policy-title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(198, 167, 94, 0.3);
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}
.policy-content {
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.05em;
}
.policy-content p,
.policy-content li {
    margin-bottom: 1rem;
}
.policy-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}
.policy-content blockquote {
    border-left: 2px solid #c6a75e;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
}
/* 記事ヘッダーで公開日／カテゴリを表示するため、本文先頭の重複 blockquote を隠す */
.column-article-body > blockquote:first-of-type {
    display: none;
}
.column-article-hero-figure img,
.column-index-hero-figure img {
    vertical-align: middle;
}
/* Markdown 由来の見出し（コラム記事本文 = .policy-content ） */
.policy-content h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    color: #ffffff;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    scroll-margin-top: 6rem;
}
.policy-content h3 {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.92);
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}
.policy-content a {
    color: #c6a75e;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.policy-content a:hover {
    color: #e0c47a;
}
.policy-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 13px;
}
.policy-content th,
.policy-content td {
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.75rem 1rem;
    text-align: left;
}
.policy-content th {
    background: rgba(255, 255, 255, 0.05);
}

/* ご利用規約本文 */
.article-section {
    margin-bottom: 5rem;
}
.article-title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(198, 167, 94, 0.3);
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}
.article-content {
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.05em;
}
.article-content p,
.article-content li {
    margin-bottom: 1rem;
}
.article-content ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
}
.article-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

/* サイドバー目次のアクティブ表示（スクロール連動スクリプト付きページ用） */
.sidebar-link.active {
    color: #c6a75e;
    border-left: 1px solid #c6a75e;
    padding-left: 1rem;
    margin-left: -1rem;
}

/* アンカーリンク時の固定ヘッダー避け */
section[id] {
    scroll-margin-top: 120px;
}

/* ご利用ガイド FAQ アコーディオン */
.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.faq-question {
    cursor: pointer;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s;
}
.faq-question:hover {
    color: #c6a75e;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.4s ease-out,
        padding 0.4s;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.8;
}
.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 2rem;
}
.faq-icon {
    transition: transform 0.3s;
    flex-shrink: 0;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.section-divider {
    width: 40px;
    height: 1px;
    background-color: #C6A75E;
    margin: 2rem auto;
}

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.required-badge::after {
    content: ' *';
    color: #f87171;
}

/* 共通入力（お問い合わせ・チェックアウト・会員登録など） */
label.agnes-field-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    display: block;
}

.agnes-field,
select.agnes-field,
textarea.agnes-field {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.45;
}

textarea.agnes-field {
    min-height: 14rem;
    resize: vertical;
    field-sizing: content;
}

.agnes-field:focus-visible,
select.agnes-field:focus-visible,
textarea.agnes-field:focus-visible {
    border-color: var(--agnes-gold);
    outline: 2px solid rgba(198, 167, 94, 0.35);
    outline-offset: 1px;
}

.agnes-field::placeholder,
textarea.agnes-field::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.agnes-field-hint {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.08em;
    margin-top: 0.35rem;
}

.agnes-field-errorbox {
    border: 1px solid rgba(248, 113, 113, 0.4);
    padding: 1rem;
    font-size: 11px;
    color: #fca5a5;
    letter-spacing: 0.08em;
}

/* カート数量（タッチしやすい最小幅） */
.agnes-qty-wrap {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

input[type="number"].agnes-qty-field {
    width: 3.5rem;
    min-width: 3.5rem;
    min-height: 2.5rem;
    margin: 0;
    padding: 0.25rem 0;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    -moz-appearance: textfield;
}

input[type="number"].agnes-qty-field::-webkit-outer-spin-button,
input[type="number"].agnes-qty-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].agnes-qty-field:focus-visible {
    outline: none;
}

.agnes-qty-wrap:focus-within {
    border-color: var(--agnes-gold);
    outline: 2px solid rgba(198, 167, 94, 0.35);
    outline-offset: 1px;
}
