@charset "utf-8";

@media (min-width: 768px) {
	body {
		font-size: 32px;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 32px;
	}
}

@font-face {
	font-family: "GothicUltraOT";
	src: url("../font/navFont.woff") format("woff"),
		url("../font/navFont.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: "KokuMin";
	src: url("../font/MainFont.woff") format("woff"),
		url("../font/MainFont.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;	
}

header{
	font-family: 'GothicUltraOT';
	color: #fff;
}

.logo {
	width: 64px;
	height: auto;
}

.header-nav {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

.header-nav-menu {
	display: flex;
	gap: 16px;
	padding: 0;
	margin: 0;
}

.header-nav-menu a{
	color: #fff;
	text-decoration: none;
}

.header-nav-menu a:visited {
	color: #fff;
}

.header-nav-menu a:hover {
	text-decoration: underline;
}

#CatchPhrase {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  text-align: left;
  color: #B72121;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

body {
	font-size: 32px;
	margin: 0;
	font-family: "KokuMin";
	background-image: url("../img/back.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
}

footer {
	font-size: 16px;
}

.footer-nav{
	display: flex;
	gap: 2rem;
}

.footer-nav-menu{
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.footer-nav-menu a{
	color: #fff;
	text-decoration: none;
}

.footer-nav-menu a:visited {
	color: #fff;
}

.footer-nav-menu a:hover {
	text-decoration: underline;
}







