@charset "utf-8";
/* CSS Document */
/* ------------------------------------ video */#myVideo {	object-fit:							cover;	position:							fixed;	top:								0;	left:								0;	width:								100%;	height:								100vh;	z-index:							-101;		pointer-events:						none;}div.pattern {	position:							absolute;	top:								0;	left:								0;	width:								100%;	height:								100%;	z-index:							-100;		background-image:					url('../images/video.png');	background-repeat:					repeat;}#myBtn {	float:								right;	display:							inline-block;	margin:								0px 0px 0px 0px;	padding:							6px 10px 7px 10px;	width:								auto;	height:								auto;	border:								0px none;		text-align:							center;	text-decoration:					none;	line-height:						auto;	white-space:						nowrap;		color:								#FFFFFF;	background-color:					#BF8855;}#myBtn:hover {	color:								#FFFFFF;	background-color:					#BF8855;}