@charset "utf-8";
/* CSS Document */

img {
	display: block;
	width: 100%;
	height: auto;
}
body {
	margin: 0 auto;
	background-color: #000;
	position: relative;
	color: #FFF;
}
#wrap {
	width: 100%;
	margin: 0 auto;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
 font-size: .8rem;
}
header #wrap {
	padding: 15px;
	width: calc(100% - 30px);
}
header h1 {
	width: 100px;
	display: inline-block;
}
header .social {
	float: right;
}
header .social a {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
header .social img {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}
#banner, #keep {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
#banner {
	height: 85vh;
}
#banner #animation, #banner #film {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#banner #film {
	background-image: url(../img/mainFilm.png);
	left: 0;
}
#banner #animation {
	background-image: url(../img/mainAnimate.png);
	left: 100%;
}
#banner .btnNext {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	width: 35%;
}
#banner #film .btnNext {
	right: 0;
}
#banner #animation .btnNext {
	left: 0;
}
#keep {
	height: 15vh;
}
#keep p, #gifts p {
	font-size: 1.2rem;
	text-align: center;
	line-height: 2.5em;
}
#keep .btnGroup img {
	display: inline-block;
	width: 40%;
	height: auto;
	margin: 0 4.5%;
}
#gifts {
	background-image: url(../img/bgGift.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: cover;
}
#gifts img {
	width: 80%;
	margin: 0 auto;
}
#gifts p.title {
	background-image: url(../img/bgText.png);
	background-position: center;
	background-repeat: no-repeat;
}
#gifts p.decor {
	color: #ffe400;
	font-size: 1.5rem;
}
#login {
	padding: 15px 0;
}
#note {
	background-color: #515151;
}
#note ul {
	line-height: 1.5em;
	padding: 1em;
}
#note ul li {
	list-style-type: square;
	list-style-position: inside;
	padding: 0 .5em 0 2.5em;
	text-indent: -2em;
}
footer {
	background-color: #06F;
}
@media screen and (min-width: 641px) {
#wrap {
	width: 640px;
}
header {
	font-size: 1rem;
}
header #wrap {
	padding: 25px;
	width: calc(640px - 50px);
}
header h1 {
	width: 125px;
}
header .social img {
	width: 45px;
}
#banner {
	min-height: 828px;
}
#keep {
	min-height: 146px;
}
#keep p, #gifts p {
	font-size: 1.5rem;
}
#gifts img {
	width: 50%;
}
}
