@charset "utf-8";

/* CSS Document */


/* reset *************************************************************/

body {
	line-height: 1;
	margin: 0;
	font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
	display: block;
}

article,
footer,
header {
	display: block;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

dl,
dt,
dd {
	padding: 0;
	margin: 0;
}

table,
tr,
td {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	display: block;
	color: #ff6699;
	text-decoration: none;
}

img {
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
}

div {
	margin: 0;
	padding: 0;
}


/* //reset *************************************************************/

* {
	box-sizing: border-box;
}

body {
	background: #333;
	font-family: sans-serif;
}

img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	vertical-align: bottom;
}

#wrapper {
	background: #fff;
	overflow-y: hidden;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 751px) {
	body {
		font-size: 24px;
	}
	#wrapper {
		width: 750px;
		margin: auto;
	}
}

@media screen and (max-width: 750px) {
	body {
		font-size: 14px;
	}
	#wrapper {
		width: 100%;
	}
}


/******************************/

.block {
	width: 100%;
	position: relative;
}

.front {
	position: absolute;
	top: 0;
	z-index: 100;
}

.front-area {
	position: relative;
}

.back {
	position: relative;
	z-index: 0;
}


/******************************/

#top {
	width: 100%;
}

#logo {
	position: absolute;
	right: 2%;
	top: 2%;
	width: 28.2666667%;
}

#main_title {
	position: absolute;
	left: 2%;
	top: 1%;
	width: 50.1333333%;
}

#pointo_get {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0%;
	width: 96.9333333%;
}


.btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 76.1333333%;
}

.btn1 {
	top: 1%;
}

.btn2 {
	bottom: 1.25%;
}

.btn3 {
	bottom: 12%;
}

.btn {
	-webkit-animation: anim-moema-1 0.8s;
	animation: anim-moema-1 0.8s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes anim-moema-1 {
	75% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95);
	}
	80% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	85% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95);
	}
	92% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes anim-moema-1 {
	75% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95);
	}
	80% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	85% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95);
	}
	92% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
