a.toggle {
	cursor: pointer !important;
}

:root {
	--color-one: rgba(54, 50, 44, 0.8);
	--color-two: #fff7ef;
	--color-three: hsl(240, 8%, 16%);
}

.title-yellow {
	color: #e7e68b !important;
}

/************************************/
/*按鈕*/
/************************************/
section#social_area {
	padding: 0 !important;
	margin: 0 !important;
}

#socail_icon_box {
	position: fixed;
	/* right: -7em; */
	right: 1em;
	top: 15%;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	z-index: 2500;
}

#socail_icon_box a {
	/* min-width: 11em; */
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	right: 0;
	position: absolute;
	-o-transition: right 0.35s;
	-moz-transition: right 0.35s;
	-webkit-transition: right 0.35s;
	transition: right 0.35s;
	margin-bottom: 1em;
	filter: drop-shadow(0.2em 0.2em 0.5em rgba(0, 0, 0, 0.7));
	top: 5em;
	width: 8em;
}

#socail_icon_box a img {
	margin-right: 1em;
	width: 100%;
}

/****************/
/*手機板按鈕*/
/****************/
@media screen and (max-width: 575px) {
	#socail_icon_box {
		right: 0em;
		top: 45%;
	}
	#socail_icon_box a {
		width: 5.5em;
	}
	.type_pc {
		display: none;
	}
}
@media screen and (min-width: 576px) {
	.type_ph {
		display: none;
	}
}
