@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
*/

/* メインビジュアル内のテキストを下に下げる */
.p-mainVisual__textLayer {
  display: flex;
  flex-direction: column; /* 縦方向に並べる */
  justify-content: flex-end; /* 下寄せ */
  align-items: center; /* 横中央寄せ */
  text-align: center;
  padding-bottom: 100px; /* 下部に余白（調整可能） */
}

/* メインビジュアル内のテキストを太くする */
.p-mainVisual__slideTitle {
  font-weight: 700; /* 700は一般的に太字レベルです */
}