@charset "utf-8";

html {
	font-size: 62.5%;
scroll-behavior: smooth;
}

* {
	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") ;
background-attachment:fixed;
background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 100%;
}
.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: 1.733vw;
	left: 2vw;
	width: 33.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: 53.2%;
	margin-left: 42.133vw;
}


/* footer01
*****************************************/
.footer01 {
	position: relative;
	margin-top: 0;
	width: 100%;
background-color: #000
padding-bottom: 10px;
}

.footer01 > .logo02 {
	width: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
padding: 1.5em;
}

.footer01 > .inner02 {
	width: 100%;
	text-align: center;
	background-color: #000;
	height: 100%;
font-size: 40%;
padding: 2em;
}


/* 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: 35vw;
	z-index: 1;
width: 80%;
margin: 0 auto;
}

.heading01 {
	position: relative;
	width: 100%;
	opacity: 0;
	visibility: hidden;
text-align: left;
	-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_character .heading01 {
	width: 100%;
	position: absolute;
	top: 2.4vw;
	margin: 0 auto;
}

.contents01.type_gameflow .heading01 {
	width: 78.4%;
	position: absolute;
	top: 2.4vw;
	right: 0;
}
.contents01.type_spec .heading01 {
	width: 77.733%;
	position: absolute;
	top: 2.4vw;
	right: 0;
}

.contents01.type_character .frameArea01 {
	padding-top: 5vw;
	padding-bottom: 10vw;
margin: 0 auto;
text-align: center;
}
.contents01.type_gameflow .frameArea01 {
	padding-top: 17.5vw;
	padding-bottom: 10vw;
}
.contents01.type_spec .frameArea01 {
	padding-top: 17.5vw;
	padding-top: 19.733vw;
	padding-bottom: 10vw;
}

.flowBlock01 {
	position: relative;
}
.contents01.type_character .flowBlock01 img {
	margin-bottom: 3vw;
}

.contents01.type_gameflow .flowBlock01 .image02 {
	margin-top: 3vw;
}
.contents01.type_gameflow .flowBlock01 .image03 {
	margin-top: 1.5vw;
}
.contents01.type_gameflow .flowBlock01 .image04 {
	margin-top: 1.5vw;
}
.contents01.type_gameflow .flowBlock01 .image05 {
	margin-top: 3vw;
}
.contents01.type_gameflow .flowBlock01 .image06 {
	margin-top: 1.5vw;
}
.contents01.type_gameflow .flowBlock01 .image07 {
	margin-top: 3vw;
}
.contents01.type_gameflow .flowBlock01 .image08 {
	margin-top: 1.5vw;
}

.contents01.type_spec .flowBlock01 .image02 {
	margin-top: 1.5vw;
}
}


.btn01 {
margin: 0 auto;
}

.btn01 img{
	width: 50%;
margin: 0 auto;
text-align: center;
}



/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
