/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.clearfix:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.section:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.section:before,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

u {
	text-decoration: underline;
}

img {
	max-width: 100%;
}

body {
	background: #fffffe;
	color: #fffffd;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 0 20px;
	background: #fffffe;
}

.site-header-wrap {
	margin: 0 auto;
	max-width: 780px;
}

.site-header__logo {
	display: block;
	float: left;
	margin: 16px 0;
	max-height: 100px;
	max-width: 200px;
}

.site-header__phone {
	display: block;
	float: right;
	margin: 16px 0;
	width: 280px;
	color: #333333;
	font-size: 2em;
	text-align: right;
}

/* Content
---------------------------------------------------------------------------------------------------- */

.section-content {
	background: #8c8279;
	padding: 35px 0;
}

.section-content .title {
	max-width: 780px;
	margin: 0 auto 34px auto;
	font-size: 46px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

.section-content .video-wrap {
	max-width: 780px;
	margin: 0 auto 28px auto;
	position: relative;
}

.section-content .sharing {
	position: absolute;
	padding-top: 5px;
	left: -85px;
	top: -5px;
}

.section-content .sharing img {
	display: block;
	margin-bottom: 10px;
}

.video {
	position: relative;
	padding-bottom: 56.282051282%; /* (439/780)*100 <--intrinsic ratio */
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.section-content #fade-in-container {
	margin: 0 auto;
	max-width: 825px;
	position: relative;
}

.section-content .button {
	color: #fff;
	background: #ffb72b;
	border-bottom: 4px solid #e89e0f;
	display: block;
	max-width: 780px;
	margin: 0 auto 28px auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
	text-decoration: none;
	text-shadow: 0px 3px 0 rgba(0,0,0,0.1);
	padding: 20px;
}

.section-content .button:hover {
	background: #e89e0f;
	border-bottom: 4px solid #ffb72b;
}

.section-content .button span {
	font-size: 60px;
	font-weight: 400;
	display: inline-block;
	vertical-align: text-bottom;
}

.section-content .notice {
	max-width: 780px;
	margin: 0 auto 20px auto;
	padding-top: 20px;
	position: relative;
	top: -20px;
}

.section-content #section-content-notice-lock {
	margin-right: 4px;
}

.section-content #section-content-notice-text {
	display: inline;
	margin: 0 auto;
}

.arrow {
	position: absolute;
	left: 100%;
	top: -100px;
	z-index: 1;
}

/* Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 20px;
}

.site-footer #site-footer {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	min-width: 135px;
	color: #000000
}

.site-footer a {
	color: #000000;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 959px) {

	.section-content .sharing {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
	}

	.section-content .sharing img {
		display: inline-block;
		margin: 0 5px 10px;
	}

	.arrow {
		display: none;
	}

}

@media only screen and (max-width: 767px) {

	.arrow {
		display: none;
	}

	.section-content .title {
		font-size: 24px;
	}

	.title,
	.video-wrap,
	#fade-in-container {
		padding: 0 20px;
	}

	.section-content #section-content-notice-text {
		min-width: 0;
	}

	.section-content .button {
		font-size: 16px;
		padding: 15px 10px;
	}

	.site-footer {
		font-size: 12px;
	}

}

@media only screen and (max-width: 512px) {
	.site-header__logo {
		float: none;
		margin: 16px auto;
	}
	.site-header__phone {
		float: none;
		margin: 0 auto 16px;
		text-align: center;
	}
}