/* ベースカラー:深みのあるゴールド×ブラックで高級感を演出 */
.kkd-gold-theme {
background: linear-gradient(135deg, #f7e7b0 0%, #e5c878 100%);
border: 2px solid #bfa14c;
border-radius: 12px;
padding: 2.5rem 2rem;
margin: 40px 0;
box-shadow: 0 6px 32px rgba(191,161,76,0.13);
color: #2d2a26;
font-family: ‘Yu Gothic’, ‘Hiragino Kaku Gothic ProN’, Meiryo, sans-serif;
}
.kkd-title {
display: flex;
align-items: center;
font-size: 1.7rem;
font-weight: bold;
border-left: 8px solid #bfa14c;
padding-left: 16px;
margin-bottom: 2rem;
background: linear-gradient(90deg, #fffbe9 60%, #f7e7b0 100%);
border-radius: 0 12px 12px 0;
position: relative;
}
.kkd-title .fa-solid {
color: #fffbe9 !important;
background: #bfa14c;
border-radius: 50%;
padding: 12px;
margin-right: 10px !important;
font-size: 1.5em;
border: 2px solid #fffbe9;
box-shadow: 0 2px 8px rgba(191,161,76,0.15);
}
.kkd-section {
margin-bottom: 2.5rem;
}
.kkd-section h2 {
font-size: 1.2rem;
color: #bfa14c;
font-weight: bold;
margin-bottom: 1.2rem;
border-left: 5px solid #bfa14c;
padding-left: 12px;
background: #fffbe9;
border-radius: 0 8px 8px 0;
}
.kkd-list {
list-style: none;
padding-left: 0;
margin-bottom: 2rem;
}
.kkd-list li {
display: flex;
align-items: center;
margin-bottom: 1.2em;
font-size: 1.05em;
background: #fffbe9;
border-radius: 8px;
padding: 10px 14px;
box-shadow: 0 2px 8px rgba(191,161,76,0.07);
}
.kkd-list .fa-solid,
.kkd-list .fa-regular {
margin-right: 6px !important;
margin-left: 2px;
font-size: 1.1em;
color: #fffbe9 !important;
background: #bfa14c;
border-radius: 50%;
padding: 6px;
width: 24px;
height: 24px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.kkd-svg-illust {
display: block;
margin: 24px auto 32px auto;
max-width: 180px;
}
.svg-inline–fa {
margin-right: 6px !important;
}
html body svg, html body i, html body .fas {
color: #bfa14c !important;
fill: #bfa14c !important;
}
/* 個別アイコンカラー調整例 */
.kkd-list .fa-bolt { background: #f4b400; color: #fff !important; }
.kkd-list .fa-leaf { background: #8bc34a; color: #fff !important; }
.kkd-list .fa-heartbeat { background: #d32f2f; color: #fff !important; }
.kkd-list .fa-user-shield { background: #1976d2; color: #fff !important; }
.kkd-list .fa-box-open { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-flask { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-trophy { background: #ffb300; color: #fff !important; }
.kkd-list .fa-bottle-water { background: #1976d2; color: #fff !important; }
.kkd-list .fa-star { background: #ffeb3b; color: #bfa14c !important; }
.kkd-list .fa-truck { background: #607d8b; color: #fff !important; }
.kkd-list .fa-gem { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-sync-alt { background: #388e3c; color: #fff !important; }
.kkd-list .fa-users { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-box { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-bolt-lightning { background: #ff9800; color: #fff !important; }
.kkd-list .fa-bottle-droplet { background: #1976d2; color: #fff !important; }
.kkd-list .fa-award { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-shield-alt { background: #388e3c; color: #fff !important; }
.kkd-list .fa-check-circle { background: #8bc34a; color: #fff !important; }
.kkd-list .fa-crown { background: #ffb300; color: #fff !important; }
.kkd-list .fa-gift { background: #d32f2f; color: #fff !important; }
.kkd-list .fa-comment-dots { background: #1976d2; color: #fff !important; }
.kkd-list .fa-hand-holding-heart { background: #ffb300; color: #fff !important; }
.kkd-list .fa-shipping-fast { background: #607d8b; color: #fff !important; }
.kkd-list .fa-certificate { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-seedling { background: #8bc34a; color: #fff !important; }
.kkd-list .fa-bullseye { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-fire { background: #d32f2f; color: #fff !important; }
.kkd-list .fa-flask-vial { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-boxes-stacked { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-thumbs-up { background: #8bc34a; color: #fff !important; }
.kkd-list .fa-repeat { background: #388e3c; color: #fff !important; }
.kkd-list .fa-lightbulb { background: #ffeb3b; color: #bfa14c !important; }
.kkd-list .fa-mars { background: #1976d2; color: #fff !important; }
.kkd-list .fa-mortar-pestle { background: #bfa14c; color: #fff !important; }
.kkd-list .fa-user-md { background: #1976d2; color: #fff !important; }
.kkd-list .fa-shield-virus { background: #388e3c; color: #fff !important; }
.kkd-list .fa-battery-full { background: #8bc34a; color: #fff !important; }
以上の情報は2025-11-21 09:48時点で確認した情報です。価格変動、品切れ、クーポン終了、情報変更などがございます。リンク先でご確認ください。 投稿日 2025年5月1日
投稿者 もも