/* ==========================================================
   Azure Official Website - Main Stylesheet
   ここに今後、本格的なデザインを書いていきます。
   ========================================================== */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	background-color: #000;
	color: #fff;
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

/* ---------- ヘッダー ---------- */
.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 2rem;
}

.site-logo {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.site-nav a {
	margin-left: 1.5rem;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}

/* ---------- トップページ(ヒーロー) ---------- */
.hero {
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero__title {
	font-size: 4rem;
	letter-spacing: 0.2em;
}

.hero__subtitle {
	margin-top: 0.5rem;
	font-size: 1rem;
	letter-spacing: 0.15em;
	opacity: 0.7;
}

/* ---------- フッター ---------- */
.site-footer {
	text-align: center;
	padding: 2rem;
	font-size: 0.8rem;
	opacity: 0.5;
}
