@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	background: #fff;
}
.credit {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.85);
	color: #ccc;
	font-size: 11px;
	text-align: center;
	padding: 6px 10px;
	z-index: 40;
	line-height: 1.5;
}
.credit a {
	color: #8cf;
}
.mv-cta-fixed {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: -100px;
	z-index: 100000 !important;
	transition: bottom .4s;
}
.mv-cta-fixed.is-show {
	bottom: 20px;
}
.mv-cta-btn {
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 14px 16px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	background: #675454;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.mv-guide {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 20px;
	z-index: 9999 !important;
	background: rgba(0,124,78,0.8);
	color: #fff;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.mv-zoom-controls{
  display:none !important;
}
