@charset "UTF-8";
/*
@mixin fs_25_me() {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
*/
/*
@mixin lslh_5_18() {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
*/
/*
@mixin syuei_gothic_light() {
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@mixin syuei_gothic_medium() {
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-weight: 500;
	font-style: normal;
}
@mixin syuei_gothic_bold() {
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}
//秀英明朝
@mixin syuei_mincho_light() {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@mixin syuei_mincho_medium() {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 500;
	font-style: normal;
}
@mixin syuei_mincho_bold() {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 700;
	font-style: normal;
}
//din2014
@mixin din2014_regular() {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@mixin din2014_bold() {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}
*/