@charset "UTF-8";
/* **********************************************
	フォントスタイル
	
	採用フォント
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-weight: 400;
	font-weight: 500;
	font-weight: 600;
	font-weight: 700;
	
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-weight: 400;
	font-weight: 500;
	font-weight: 700;
	
	font-family: "ivymode", sans-serif;
	font-weight: 400;
	font-style: italic;

 ********************************************** */
/* /////////////// ブレイクポイント /////////////// */
/* スマホ */
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	ベース
 ================================================= */
body {
	font-family: "ryo-gothic-plusn","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25em;
	color: #333;
}
/* =================================================
	ファミリー
 ================================================= */
.ff-en {
	font-family: "futura-pt", "ryo-gothic-plusn","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.ff-envy {
	font-family: "ivymode", "futura-pt", "ryo-gothic-plusn","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.ff-jp {
	font-family: "ryo-gothic-plusn","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
