@charset "utf-8";

/*---------------------------------------------------------------------- general --*/

h1, h2, h3, h4, h5, h6, div, p, a, address, dt, dd, li, th, td, input, select, textarea, button {
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	color: #444;
	text-align: left;
	letter-spacing: 0em;
	line-height: 1em;
}

div, p, a, address, dt, dd, li, th, td, input, select, textarea, button {
	font-family: YuGo-M;
}

div, dt, dd, li, th, td {
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	font-family: YuGo-M;
}

/*---------------------------------------------------------------------- variable --*/

html {
	--color: #444;
	--title: YuGo-B;
	--text: YuGo-R;
	--font_title_2: 40px / 1em YuGo-B;
}

/*---------------------------------------------------------------------- a --*/

a {
	position: relative;
	line-height: 1em;
}

/*---------------------------------------------------------------------- p --*/

p {
	letter-spacing: 0em;
	line-height: 1.75em;
}

div p:not(:first-of-type),
dd p:not(:first-of-type),
li p:not(:first-of-type),
td p:not(:first-of-type) {
	margin-top: 1em;
}






@media (1367px <= width) {
	html {
		--font_cover_title: 65px;
		--font_title: 40px;
		--font_title_en: 100px;
		
		font-size: 21px;
	}
}

@media (1281px <= width <= 1366px) {
	html {
		--font_cover_title: 50px;
		--font_title: 40px;
		--font_title_en: 100px;
		
		font-size: 19px;
	}
}

@media (1024px <= width <= 1280px) {
	html {
		--font_cover_title: 50px;
		--font_title: 32px;
		--font_title_en: 100px;
		
		font-size: 19px;
	}
}

@media (768px <= width <= 1023px) {
	html {
		--font_cover_title: 40px;
		--font_title: 28px;
		--font_title_en: 90px;
		
		font-size: 16px;
	}
}

@media (401px <= width <= 767px) {
	html {
		--font_cover_title: 18px;
		--font_title: 24px;
		--font_title_en: 60px;
		
		font-size: 15px;
	}
}

@media (width <= 400px) {
	html {
		--font_cover_title: 16px;
		--font_title: 20px;
		--font_title_en: 60px;
		
		font-size: 13px;
	}
}
