@charset "UTF-8";
/* CSS Document */
/**********************************

	共通

**********************************/


body {
  font-family: 'Signika Negative',UD Shin Go Hangul Light;
}

#navi {
font-size: 13px;
font-weight: bold;
}
h1,h2,h3,h4,#navi, div.widelongbox {
font-family: 'Signika',UD Shin Go Hangul medium;

}

.maintitlebox h1 {
	color: #fff;
	font-size: 8vw;
	line-height: 1.1;
	top:28%;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

#navi {
font-size: 16px;

}

.maintitlebox h1 {
	font-size: 28px;
}

}