@charset "utf-8";

#left-menu {
	position: fixed;
	left: 4%;
	bottom: 10%;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}

.menu-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 31px;
}

.menu-text {
	font-family: "Arita-buri";
	font-weight: 600;
	color: #CEAD6C;
	font-size: 18px;
	letter-spacing: 0;
	line-height: normal;
	text-decoration: none;
	transition: color 0.2s ease;
	cursor: pointer;
}

.menu-text:hover,
.menu-text:focus {
	color: #ddc088;
}

.bgm-wrapper {
	margin-top: 0;
}

.profile-circle {
	width: 83px;
	height: 83px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1.5px solid #CEAD6C;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.profile-link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #CEAD6C;
}

.profile-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.profile-link .material-symbols-outlined {
	font-size: 32px;
	color: #CEAD6C;
}
