@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__slide {
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", "BIZ UDPGothic", sans-serif;
    font-weight: bold;
}
.p-mainVisual__slideTitle{
    font-size: 1.5em;　/*1.5em*/

}
.p-mainVisual__slideText {
    font-size: 1.2em;　/*1.2em*/
}

@media screen and (min-width: 1025px) {
	.p-mainVisual__slideTitle {
		font-size: 2.0em;　/*3.5em*/
	}
	.p-mainVisual__slideText {
		font-size: 1.2em;　/*1.5em*/
	}
}

