@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	position: relative;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.75;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background: #000 url("../common/images/bg01.jpg") repeat-y 50% 0;
	background-size: 100% auto;
}
.contents01.type_gameflow {
	background-image: url("../gameflow/images/bg01.jpg"),url("../gameflow/images/bg02.jpg");
	background-position: center 0, center 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}
.contents01.type_spec {
	background-image: url("../spec/images/bg01.jpg"),url("../spec/images/bg02.jpg");
	background-position: center 0, center 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}



img {
	width: 100%;
	height: auto;
}

.mt20 {
	margin-top: 20px;
}

.mt50 {
	margin-top: 50px;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

/* header
*****************************************/
.header01 {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 4.4vw;
}

.header01 > .logo01 {
	position: absolute;
	top: 3.733vw;
	left: 3.733vw;
	width: 44.666%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 0.6s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 0.6s forwards;
}

.globalNav01 {
	width: 43.2%;
	margin-left: 54.133vw;
}


/* footer01
*****************************************/
.footer01 {
	position: relative;
	z-index: 50;
	padding: 1.13vw 0 0;
	background-color: #000;
}

.footer01 > .logo02 {
	width: 70%;
	margin: 0 auto;
}

.footer01 > .copyrights01 {
	width: 92.4%;
	margin: 0.46vw auto 4vw;
}

.footer01 > .inner01 {
	width: 100%;
	background: #ff0000;
}

.footer01 > .inner01 > p {
	font-size: 9px;
	line-height: 1.29;
	padding: 1em 1.5em;
}


/* animation
*****************************************/
@-webkit-keyframes fadeIn01 {
0% {
	-webkit-transform: scale(3);
	transform: scale(3);
}
70% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
90% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
100% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
@keyframes fadeIn01 {
0% {
	-webkit-transform: scale(3);
	transform: scale(3);
}
70% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
90% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
100% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}

@-webkit-keyframes fadeIn02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	visibility: visible;
}
}

@keyframes fadeIn02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	visibility: visible;
}
}

/* contents
*****************************************/
.main01 {
	position: relative;
	padding-top: 49.65vw;
	z-index: 1;
}

.heading01 {
	position: relative;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1s forwards;
}
.contents01.type_gameflow .heading01 {
	width: 45.4%;
	position: absolute;
	top: 3.833vw;
	right: 10px;
}
.contents01.type_spec .heading01 {
	width: 45.4%;
	position: absolute;
	top: 6.833vw;
	right: 10px;
}


.contents01.type_gameflow .frameArea01 {
	padding-top: 70.5vw;
	padding-bottom: 0vw;
}
.contents01.type_spec .frameArea01 {
	padding-top: 70.5vw;
	padding-bottom: 0vw;
}

.flowBlock01 {
	position: relative;
}

.contents01.type_gameflow .flowBlock01 .image02 {
	margin-top: -5vw;
}
.contents01.type_gameflow .flowBlock01 .image03 {
	margin-top: -5vw;
}
.contents01.type_gameflow .flowBlock01 .image04 {
	margin-top: 0vw;
}
.contents01.type_gameflow .flowBlock01 .image05 {
	margin-top: -5vw;
}

.contents01.type_spec .flowBlock01 .image01 {
	margin-top: -10vw;
}
.contents01.type_spec .flowBlock01 .image02 {
	margin-top: 10.66vw;
}




.btn01 {
	width: 66.666%;
	margin-left: auto;
	margin-right: auto;
}


/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
