@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=M+PLUS+Rounded+1c&display=swap');

html[data-theme='light'] {
	--vp-c-bg: #daa520; /* ダークゴールド系の背景色 */
}

body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	/* Windowsでのフォントシャギー対策 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	transform: rotate(0.03deg);
}

.top {
	position: relative;
	text-align: center;
}

.top img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 768px) {
	img {
		height: 100vw;
	}
}

.top .tagline {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 2.5rem;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	width: 100%;
}

.top .message {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 0.9em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	line-height: 1rem;
	width: 100%;
	max-width: 650px;
}

.contents .message {
	color: grey;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 10px;
}

a.title::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-image: url('/img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.vp-doc.container {
	padding: 0 0;
}

footer {
	padding: 16px 0 !important;
}

.news {
	margin: 10px 0;
	font-size: 0.9rem;
	color: #666;
}

.vp-doc h2 {
	color: #c6872c; /* 落ち着いたゴールド系の見出し色 */
}

.news .headline {
	display: block;
	padding: 5px 0;
	font-size: 1.5rem;
	border-bottom: 1px solid #c0c0c0;
	color: #c6872c; /* 落ち着いたゴールド系の見出し色 */
}

.news ul {
	list-style-type: none;
	padding: 0;
	line-height: 1rem;
}

.news ul li .date {
	display: inline-block;
	margin-right: 5px;
}

.outline-title {
	display: none;
}

@media (max-width: 600px) {
	.top .tagline {
		font-size: 1.2rem;
	}
	.top .message {
		font-size: 0.7rem;
		line-height: 0.75rem;
	}
	.news ul {
		margin: 10px;
		font-size: 0.8rem;
	}
	.news ul li .date {
		display: block;
	}
	.news .headline {
		padding-left: 5px;
	}
}

.outline-marker {
	background-color: #c6872c !important; /* 落ち着いたゴールド系の強調色 */
}
