progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-regular-webfont.woff') format('woff'),
		 url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'halohandletterregular';
	src: url('../fonts/halohandletter-webfont.eot');
	src: url('../fonts/halohandletter-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/halohandletter-webfont.woff2') format('woff2'),
		 url('../fonts/halohandletter-webfont.woff') format('woff'),
		 url('../fonts/halohandletter-webfont.ttf') format('truetype'),
		 url('../fonts/halohandletter-webfont.svg#halohandletterregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 16px;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #b80007;
  color: #FFF;
  padding: 0;
  margin: 0;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
object,
embed {
  height: 100%;
}
img {
  display: inline-block;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

iframe {
  border: none;
}

a {
  color: #FFF;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

a img {
  border: none;
}

h1,
h2,
h3 {
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.4;
	font-family: 'halohandletterregular';
}

h1,
h2 {
	font-size: 64px;
}

p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	width: 120px;
	margin: 20px auto;
}

form {
	margin-bottom: 45px;
}

textarea {
	width: 100%;
	border: 1px solid #CCC;
	background: #f0f0f0;
	resize: none;
	margin-bottom: 45px;
}

#header {
	text-align: center;
	padding: 30px 15px;
	position: relative;
}

.hint {
	font: 24px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 40px;
	opacity: 0;
	-moz-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.hint.active {
	opacity: 1;
}

.hint::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -50px;
	background: url("/images/arrow.svg") no-repeat;
	width: 39px;
	height: 52px;
	display: block;
}

#main {
	padding: 40px 15px 80px;
}

.xmas-gift {
	width: 152px;
	height: 152px;
	background: url("/images/xmas-gift.png");
	margin: 0 auto;
	background-size: cover;
	cursor: pointer;
}

#footer {
	text-align: center;
	padding: 20px 0 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2000;
}

.footer-menu {
	list-style: none;
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px;
}

.footer-menu li {
	display: inline-block;
	margin: 0 15px;
}

#footer p {
	font-size: 14px;
}

/* Modal */
.modal-box {
	backface-visibility: hidden;
	height: auto;
	left: 50%;
	max-width: 630px;
	min-width: 320px;
	position: fixed;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	visibility: hidden;
	width: 50%;
	z-index: 2000;
	padding: 0 15px 15px;
	text-align: center;
}

.modal-box.active {
	visibility: visible;
}

.modal-content {
	transform: scale(0.8);
	transition: all 0.3s ease 0s;
	opacity: 0;
}

.modal-box.active .modal-content {
	opacity: 1;
	transform: scale(1);
}

.modal-box p {
	font-size: 14px;
}

.modal-box .code {
	font-size: 28px;
}

.modal-box .conditions {
	margin-top: 60px;
	font-size: 12px;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: #b80007;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.overlay.active {
	opacity: 1;
	visibility: visible;
}

@media screen and ( max-width: 380px ) {
	h1,
	h2 {
		font-size: 48px;
	}

	.modal-box {
		top: 40%;
	}
}

@media screen and ( max-width: 340px ) {
	.xmas-gift {
		width: 100px;
		height: 100px;
	}

	.modal-box {
		min-width: 100%;
		width: 100%;
	}
}