@charset "UTF-8";
/*
Theme Name: smilecrew製品サイト
Description: ホームページ用のテーマ
Author: 株式会社ティー・エム・シー
Version: 1.2.1
*/

/* Webフォント */
@font-face {
	font-family: 'GenJyuuGothic';
	font-style: normal;
	font-weight: 400;
	src: url("/wp/wp-content/themes/xxxxxxxxx/font/GenJyuuGothic-Medium.woff") format('woff');
}

@font-face {
	font-family: 'GenJyuuGothic';
	font-style: bold;
	font-weight: 500;
	src: url("/wp/wp-content/themes/xxxxxxxxx/font/GenJyuuGothic-Bold.woff") format('woff');
}

@font-face {
	font-family: 'Jost';
	src: url('jost.woff2') format('woff2'),
		url('jost.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/*
Theme Name: My Custom Theme
*/

/* --- 基本リセット & 全体設定 --- */

/*
 * レスポンシブ（スマホ版）
 */