@charset "utf-8";
body{
	color: #3C3B3B;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500; /* medium */
	font-style: normal;
	line-height: 1.5;
}
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
/* font_size */
.font_6{
	font-size: 6px;
}
.font_10{
	font-size: 10px;
}
.font_12{
	font-size: 12px;
}
.font_13{
	font-size: 13px;
}
.font_14{
	font-size: 14px;
}
.font_15{
	font-size: 15px;
}
.font_16{
	font-size: 16px;
}
.font_17{
	font-size: 17px;
}
.font_18{
	font-size: 18px;
}
.font_20{
	font-size: 20px;
}
.font_22{
	font-size: 22px;
}
.font_30{
	font-size: 30px;
}
/* font_color */
.font_orange{
	color: #EDA725;
}
.font_right_orange{
	color: #F8D27F;
}
.font_white{
	color: #fafafa;
}
.font_blue{
	color: #4AAABA;
}
.font_pink{
	color: #FF6AAA;
}
.font_green{
	color: #6FAB85;
}
/* font_weight */
.font_wei_regular{
	font-weight: 400; /* regular */
}
.font_wei_medium{
	font-weight: 500; /* default medium */
}
.font_wei_bold{
	font-weight: 700; /* bold */
}
.font_wei_black{
	font-weight: 900; /* black */
}
/* line_height */
.line_height_1{
	line-height: 1;
}
.line_height_12{
	line-height: 1.2;
}
.line_height_17{
	line-height: 1.7;
}
.line_height_2{
	line-height: 2;
}
/* font_eng */
.font_eng_black{
	font-family: "Roboto Flex", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-variation-settings:
		"slnt" -10,
		"wdth" 100,
		"GRAD" 0,
		"XOPQ" <thick stroke>,
		"XTRA" 468,
		"YOPQ" 79,
		"YTAS" 750,
		"YTDE" -203,
		"YTFI" 738,
		"YTLC" 514,
		"YTUC" 712;
}
.font_eng_regular{
	font-family: "Roboto Flex", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"slnt" -10,
		"wdth" 100,
		"GRAD" 0,
		"XOPQ" <thick stroke>,
		"XTRA" 468,
		"YOPQ" 79,
		"YTAS" 750,
		"YTDE" -203,
		"YTFI" 738,
		"YTLC" 514,
		"YTUC" 712;
}
.font_eng_regular_noslant{
	font-family: "Roboto Flex", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"slnt" 0,
		"wdth" 100,
		"GRAD" 0,
		"XOPQ" 96,
		"XTRA" 468,
		"YOPQ" 79,
		"YTAS" 750,
		"YTDE" -203,
		"YTFI" 738,
		"YTLC" 514,
		"YTUC" 712;
}
@media screen and (min-width: 768px){
	.pc_container{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.pc_none{
		display: none;
	}
	/* pc_font */
	.pc_font_12{
		font-size: 12px;
	}
	.pc_font_16{
		font-size: 16px;
	}
	.pc_font_18{
		font-size: 18px;
	}
	.pc_font_19{
		font-size: 19px;
	}
	.pc_font_20{
		font-size: 20px;
	}
	.pc_font_22{
		font-size: 22px;
	}
	.pc_font_24{
		font-size: 24px;
	}
	.pc_font_30{
		font-size: 30px;
	}
	.pc_font_35{
		font-size: 35px;
	}
	.pc_font_38{
		font-size: 38px;
	}
}
@media screen and (max-width: 768px){
	.sp_none{
		display: none;
	}
	.container{
		width: 100%;
		max-width: 375px;
		margin: 0 auto;
	}    
}