@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_blackrebellion {
	background-image: url("../blackrebellion/images/bg01.jpg"),url("../blackrebellion/images/bg02.jpg");
	background-position: center 0, center 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}
.contents01.type_codegeasschance {
	background-image: url("../codegeasschance/images/bg01.jpg"),url("../codegeasschance/images/bg02.jpg");
	background-position: center 0, center 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}
/*.contents01.type_special {
	background-image: url("../special2/images/bg01.jpg"),url("../special2/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;
}
.contents01.type_lightmiddle {
	background-image: url("../lightmiddle/images/bg01.jpg"),url("../lightmiddle/images/bg02.jpg");
	background-position: center 0, center 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}
.contents01.type_light {
	background-image: url("../light/images/bg01.jpg"),url("../light/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: 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: 53.2%;
	margin-left: 42.133vw;
}


/* footer01
*****************************************/
.footer01 {
	position: relative;
	z-index: 50;
	padding: 10.13vw 0 0;
	background-color: #000;
}

.footer01 > .logo02 {
	width: 29.066%;
	margin: 0 auto;
}

.footer01 > .copyrights01 {
	width: 72.4%;
	margin: 7.46vw auto 9vw;
}

.footer01 > .inner01 {
	width: 100%;
	background: #c9151e;
}

.footer01 > .inner01 > p {
	font-size: 11px;
	line-height: 1.59;
	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: 39.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: 78.4%;
	position: absolute;
	top: -11.733vw;
	right: 25vw;
}
.contents01.type_blackrebellion .heading01 {
	width: 80.266%;
	position: absolute;
	top: -11.733vw;
	right: 10vw;
}
.contents01.type_codegeasschance .heading01 {
	width: 75.266%;
	position: absolute;
	top: -2.733vw;
	right: 20vw;
}
/*.contents01.type_special .heading01 {
	width: 84.266%;
	position: absolute;
	top: 5.733vw;
	right: 0;
}*/
.contents01.type_spec .heading01 {
	width: 77.733%;
	position: absolute;
	top: -11.733vw;
	right: 10vw;
}
.contents01.type_lightmiddle .heading01 {
	width: 77.733%;
	position: absolute;
	top: -11.733vw;
	right: 15vw;
}
.contents01.type_light .heading01 {
	width: 77.733%;
	position: absolute;
	top: -21.733vw;
	right: 15vw;
}


.contents01.type_gameflow .frameArea01 {
	padding-top: 17.5vw;
	padding-bottom: 33.33vw;
}
.contents01.type_blackrebellion .frameArea01 {
	padding-top: 17.5vw;
	padding-bottom: 33.33vw;
}
.contents01.type_codegeasschance .frameArea01 {
	padding-top: 19.733vw;
	padding-bottom: 33.33vw;
}
/*.contents01.type_special .frameArea01 {
	padding-top: 17.5vw;
	padding-bottom: 33.33vw;
}*/
.contents01.type_spec .frameArea01 {
	padding-top: 17.5vw;
	padding-top: 19.733vw;
	padding-bottom: 33.33vw;
}
.contents01.type_lightmiddle .frameArea01 {
	padding-top: 17.5vw;
	padding-top: 19.733vw;
	padding-bottom: 33.33vw;
}
.contents01.type_light .frameArea01 {
	padding-top: 17.5vw;
	padding-top: 19.733vw;
	padding-bottom: 33.33vw;
}

.flowBlock01 {
	position: relative;
}

.contents01.type_gameflow .flowBlock01 .image02 {
	margin-top: -2.5vw;
}
.contents01.type_gameflow .flowBlock01 .image03 {
	margin-top: -2.5vw;
}
.contents01.type_gameflow .flowBlock01 .image04 {
	margin-top: -2.5vw;
}



.contents01.type_blackrebellion .flowBlock01 .image01 {
	margin-top: 1.1vw;
}
.contents01.type_blackrebellion .flowBlock01 .image02 {
	margin-top: 9.3vw;
}



.contents01.type_codegeasschance .flowBlock01 > .image01Wrap {
	margin-top: 1.15vw;
	position: relative;
}
.contents01.type_codegeasschance .flowBlock01 > .image01Wrap .image01_02 {
	position: absolute;
	top: 106.933vw;
	left: 0;
}
.contents01.type_codegeasschance .flowBlock01 > .image01Wrap .image01_03 {
	position: absolute;
	top: 154.4vw;
	left: 0;
}
.contents01.type_codegeasschance .flowBlock01 .image01 {
}
.contents01.type_codegeasschance .flowBlock01 .image02 {
	margin-top: 9.5vw;
}
.contents01.type_codegeasschance .flowBlock01 .image03 {
	margin-top: 9.5vw;
}
.contents01.type_codegeasschance .flowBlock01 .image04 {
	margin-top: 9.5vw;
}
.contents01.type_codegeasschance .flowBlock01 .image05 {
	margin-top: 9.5vw;
}




/*.contents01.type_special .flowBlock01 .image01 {
	margin-top: 1vw;
}*/




.contents01.type_spec .flowBlock01 .image01 {
	margin-top: 2.3vw;
}
.contents01.type_spec .flowBlock01 .image02 {
	margin-top: 10.66vw;
}
.contents01.type_spec .flowBlock01 .image03 {
	margin-top: 10.666vw;
}
.contents01.type_spec .flowBlock01 .image04 {
	margin-top: 9.466vw;
}

.contents01.type_lightmiddle .flowBlock01 .image01 {
	margin-top: 0.3vw;
}
.contents01.type_lightmiddle .flowBlock01 .image02 {
	margin-top: 0.66vw;
}
.contents01.type_lightmiddle .flowBlock01 .image03 {
	margin-top: 0.666vw;
}
.contents01.type_light .flowBlock01 .image01 {
	margin-top: 0.3vw;
}
.contents01.type_light .flowBlock01 .image02 {
	margin-top: 0.66vw;
}
.contents01.type_light .flowBlock01 .image03 {
	margin-top:0.666vw;
}



.btn01 {
	width: 66.666%;
	margin-left: auto;
	margin-right: auto;
}


/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
