@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
*/
/* ===========================
   AIはじめる - カスタムスタイル
=========================== */

/* メインビジュアル テキスト強化 */
.p-mainVisual__text {
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  letter-spacing: 0.05em;
}

/* 見出し（h2）スタイル */
.wp-block-heading h2,
article h2 {
  border-left: 4px solid #0EA5E9;
  padding-left: 12px;
  background: linear-gradient(to right, #f0f9ff, #ffffff);
}

/* 記事カード ホバーエフェクト */
.p-postCard {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.p-postCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(14,165,233,0.15);
}

/* ボタン スタイル強化 */
.wp-block-button__link,
.c-btn {
  border-radius: 999px !important;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* サイドバー ウィジェットタイトル */
.widget-title {
  border-bottom: 2px solid #0EA5E9;
  padding-bottom: 6px;
  font-size: 1rem;
  font-weight: bold;
}

/* フッター */
#footer {
  background: #1E293B;
  color: #94a3b8;
}

/* スクロールボタン */
.p-mainVisual__scrollBtn {
  color: #ffffff;
  opacity: 0.8;
}
