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

/* サイトタイトル（テキストロゴ）の折り返し防止 2026-08-13 */
.c-headLogo__link {
	white-space: nowrap;
}
.l-fixHeader .c-headLogo.-txt {
	font-size: 1.05rem;
}

/* 丸ゴシック適用 2026-08-13 */
body,
button,
input,
select,
textarea {
	font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "BIZ UDGothic", sans-serif !important;
}

/* メインビジュアル：イラストの下辺（靴・道）を優先して表示 2026-08-13 */
.p-mainVisual img {
	object-position: center bottom;
}

/* トップページのH1はMV直下のリード扱いに（SEO用に残しつつ視覚的に控えめへ）2026-08-13 */
.home .p-topLead {
	font-size: 1.05rem;
	font-weight: 500;
	color: #6B6377;
	letter-spacing: 0.06em;
}

/* メインビジュアルのテキスト調整（SPで見切れ防止）2026-08-13 */
.p-mainVisual__slideTitle,
.p-mainVisual__slideText {
	white-space: normal;
	padding-left: 1em;
	padding-right: 1em;
}
@media (max-width: 767px) {
	.p-mainVisual__slideTitle { font-size: 1.45rem; }
	.p-mainVisual__slideText { font-size: 0.78rem; }
}

/* トップのリード見出し：SWELLのh2帯デザインを打ち消してリード文風に 2026-08-13 */
.home main .p-topLead.wp-block-heading {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin-top: 0;
	color: #6B6377;
	font-size: 1.02rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.home main .p-topLead.wp-block-heading::before,
.home main .p-topLead.wp-block-heading::after {
	display: none !important;
}
