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

/* TOPページ メイン画像上文字 */
.p-mainVisual__slideTitle{
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
    font-weight: 800;
    font-size: 3em;
    letter-spacing: 0.25em;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3 );
}

.p-mainVisual__slideText{
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3 );
}

@media screen and (max-width: 768px){
	.p-mainVisual__slideTitle{
		font-size: 2em;
        letter-spacing: 0.03em;
	}
	
	.p-mainVisual__slideText{
		font-size: 1.0em;
	}
}