@charset "utf-8";

html {
	font-size: 62.5%;
scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
 
body {
background-attachment:fixed;
	background-image: url("../common/images/bg01.jpg");
	background-position: center 0;
background-repeat: no-repeat;
background-color: #000;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.75;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}


img {
	max-width: 100%;
	height: auto;
}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt40 {
	margin-top: 40px;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.hover a:hover img {
	opacity: .6;
}


/* header
*****************************************/
.header01 {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
}

.header01 > .inner01 {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}

.header01 > .inner01 > .logo01 {
	position: absolute;
	z-index: 10;
	top: 0;
	left: -3px;
	
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 0.5s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 0.5s forwards;
}

.globalNav01 {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 3px;
text-align: right;
}

.globalNav01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 960px;
}

.globalNav01 > ul > li {
}

/* 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);
}
}


/* footer
*****************************************/
.footer01 {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1100px;
}

.footer01 .copyrights {
	margin-top: 25px;
}

.footer01 > .inner02 {
	width: 100%;
	text-align: center;
	padding: 30px;
	background-color: #000;
	height: 100%;
font-size: 40%;
}



/* contents
*****************************************/
.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contents01 {
	overflow: hidden;
}

.contents01.type_character  {

}

.contents01 > .inner01 {
	position: relative;
	margin: 0 auto;
	width: 1120px;
}


.contents01 > .inner01 > .heading01 {
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.0s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.0s forwards;
}

.contents01.type_character > .inner01 > .heading01 {
	position: absolute;
	top: 5vh;
z-index: -3;
}

.contents01.type_gamesystem > .inner01 > .heading01 {
	position: absolute;
	top: 5vh;
z-index: -3;
}


.contents01.type_spec > .inner01 > .heading01 {
	position: absolute;
	top: 5vh;
z-index: -3;
}

.contents01 > .inner01 > .btn01 {
	padding: 100px 0 100px;
	text-align: center;
}

.contents01.type_spec > .inner01 > .btn01 {
	padding: 100px 0 100px;
}




.frameArea01 > .inner01 {
	padding-top: 600px;
	text-align: center;
}

.contents01.type_gamesystem .frameArea01 > .inner01 > .image02 {
	margin-top: 100px;
}

.contents01.type_gamesystem .frameArea01 > .inner01 > .image03 {
	margin-top: 50px;
}

.contents01.type_gamesystem .frameArea01 > .inner01 > .image04 {
	margin-top: 50px;
}
.contents01.type_gamesystem .frameArea01 > .inner01 > .image05 {
	margin-top: 50px;
}
.contents01.type_gamesystem .frameArea01 > .inner01 > .image06 {
	margin-top: 50px;
}
.contents01.type_gamesystem .frameArea01 > .inner01 > .image07 {
	margin-top: 50px;
}
.contents01.type_gamesystem .frameArea01 > .inner01 > .image08 {
	margin-top: 50px;
}


.contents01.type_spec .frameArea01 > .inner01 {
	padding-top: 630px;
}
.contents01.type_spec .frameArea01 > .inner01 > .image02 {
	margin-top: 80px;
}

.copy{
	display: flex;
	flex-wrap:wrap;
width: 250px;
margin: 0 auto;
}
.copy li {
	width: calc(100%/2);
	box-sizing:border-box;
}
.copy li img {
	max-width:100%; 
	height: auto; 
}

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
