@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



/* ============================================================
 * DXMASTERS_ADDITIONS_START
 * dxmasters.tokyo SWELL 子テーマ style.css 追記分
 * 2026-05-16 Cocoon→SWELL 移行 Phase C で追加
 * ============================================================ */

/* --- 罠1対策: 旧 Cocoon 時代に .post-cta-box は cocoon-child-master/style.css で
   display:none !important; だった（82/83記事で出現）。SWELL 環境でも同じ非表示挙動を継続する。
   将来 CTA 表示に切替える場合はこのルール削除＋専用デザイン追加。 --- */
.post-cta-box {
  display: none !important;
}

/* --- ブランドカラー（緑 #059669 系統） SWELL のテキスト色・ボタン色を上書きする最小限 --- */
:root {
  --dxmasters-brand: #059669;
  --dxmasters-brand-dark: #047857;
  --dxmasters-brand-light: #6EE7B7;
}

/* SWELL のメインカラー上書き（必要に応じて。SWELLカスタマイザー側で設定する方が望ましい） */
/*
.l-header__inner a.c-headLogo:hover { color: var(--dxmasters-brand); }
.swl-mark--marker { background: linear-gradient(transparent 60%, var(--dxmasters-brand-light) 60%); }
*/

/* --- 罠2対策（旧）: SWELL未設定時の picsum.photos プレースホルダ対策で
   #main_visual を非表示にしていたが、2026-05-16 ブランドメインビジュアル
   (main-visual.jpg, attachment_id=382) を WP メディアに登録し、
   loos_customizer の slider1_imgid 経由で SWELL 正規ルートに反映済み。
   よって display:none は解除（コメントアウト）した。
   再びサンプルプレースホルダを隠したい場合は下記コメントを外す:
   #main_visual { display: none !important; }
   .top #content { padding-top: 2em; }
   (2026-05-16 setup-mv 完了に伴う解除) --- */

/* === DXMASTERS_ADDITIONS_END === */

