@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: #2f89e1;
	--text: YuGo-R;
	--serif: NotoSerif-M;
	--tel: TimesNewRoman-R;
	--font_title_2: 40px / 1em YuGo-B;
}

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

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

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

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

section p:not(:first-of-type),
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;
}


.icon {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}



.serif {
	font-family: var(--serif);
	line-height: 1.75em;
	letter-spacing: 2px;
}

.title {
	font-family: var(--serif);
	font-size: var(--title);
}

.tel {
	font-family: var(--tel);
}

@media (1024px <= width) {
	html {
		--font_cover_title: 65px;
		--title: 30px;
		--font_title_en: 100px;
		
		font-size: 16px;
	}
}

@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;
	}
}
