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

/* 251230_固定ページヘッダー透明化（動作確認） */

html {
  outline: 10px solid red !important;
}

/* ========================================
   2025-12-30  LPファーストビュー調整
   目的：
   1) スマホ：メインコピーを改行させない
   2) PC：サブコピーを見えやすくする
======================================== */

/* スマホ：メインコピーを1行に収める */
@media (max-width: 767px){
  .p-mainVisual__slideTitle{
    white-space: nowrap !important;
    font-size: 26px !important;
    letter-spacing: 0.02em;
  }
}

/* 2) PC：サブコピーを見えやすくする */
@media (min-width: 768px){
  .p-mainvisual__slideText{
    text-shadow: 0 1px 6px rgba(0,0,0,0.45);
    color: #f2f2f2;
    font-size: 16px;
    line-height: 1.7;
  }
}

