/**
 * 詳細ページレイアウト
 */
.bg-area > main {
	padding-top: 105px;
}

.single-content-layer {
	padding: 85px 70px;
}

/**
 * ページタイトル
 */
.single-page-title {
	font-family: "Afacad", sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2.88px;
	line-height: 48px;
}

/**
 * 記事ラッパー
 */
.single-article {
	width: 980px;
	margin: 89px auto 0;
	margin-bottom: 240px;
}

/**
 * 記事のメタ情報
 */
.single-meta {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.12px;
	gap: 33px;
}

/**
 * カテゴリバッジ
 */
.single-category {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 30px;
	background-color: #d9d9d9;
}

/**
 * 日付
 */
.single-date {
	text-box-trim: trim-both;
}

/**
 * 記事タイトル
 */
.single-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.92px;
	line-height: 40px;
	margin: 0 0 91px;
}

/**
 * アイキャッチ画像
 */
.single-thumbnail {
	width: 979px;
	height: 534px;
	background-color: #d9d9d9;
	margin-bottom: 45px;
	border-radius: 20px;
	overflow: hidden;
}

.single-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/**
 * 記事本文
 */
.single-content {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.12px;
	line-height: 30px;
}

/**
 * ナビゲーション
 */
.single-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
	padding-top: 60px;
	margin-bottom: 18px;
}

.nav-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 53px;
	border: 3px solid #000000;
	border-radius: 99px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	background-color: transparent;
}

.nav-button.disabled {
	background-color: #555555;
	cursor: not-allowed;
}
