@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}


ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}










div#pc_header {
	position: fixed;
	background-color: #ffbdc7;
	width: 100%;
	min-width: 980px;
	height: 60px;
	z-index: 1000;
}
	img#pc_header_logo_mbl {
		position: absolute;
		left: 10px;
		top: 5px;
	}
	ul#pc_menu {
		position: absolute;
		display: flex;
		width: 525px;
		height: 60px;
		right: 150px;
		line-height: 0px;
	}
	img#pc_header_login {
	 	position: absolute;
	 	right: 10px;
	 	top: 10px;
	}

div#sp_header {
	position: fixed;
	background-color: #ffbdc7;
	width: 450px;
	height: 40px;
	z-index: 1000;
	display: none;
}
	ul#sp_menu {
		position: absolute;
		display: flex;
		height: 40px;
		left: 0px;
		line-height: 0px;
	}
		ul#sp_menu img {
			height: 40px;
		}
	img#sp_header_login {
	 	position: absolute;
	 	right: 6px;
	 	top: 6px;
	 	width: 83px;
	}

@media screen and (max-width: 450px) {
	div#pc_header { display: none; }
	div#sp_header { display: block; }
}










div#pc_keyvisual_container {
	position: relative;
	padding-top: 60px;
}
	div#pc_keyvisual_inner {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		min-width: 980px;
		max-width: 2400px;
		height: 54vw;
		max-height: 88vh;
		min-height: 604px;
		z-index: 10;
	}
		div#pc_keyvisual_modern {
			position: absolute;
			left: 0px;
			top: 0px;
			background-image: url('../img/pc/keyvisual_modern.png');
			background-size: cover;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			z-index: -10;
		}
		div#pc_keyvisual_fantasy {
			position: absolute;
			left: 0px;
			top: 0px;
			background-image: url('../img/pc/keyvisual_fantasy.png');
			background-size: cover;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			z-index: -11;
		}
		div#pc_keyvisual_photos {
			position: absolute;
			left: 0px;
			top: 0px;
			background-image: url('../img/pc/keyvisual_photos.png');
			background-size: cover;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			z-index: -12;
		}
		div#pc_keyvisual_2nd {
			position: absolute;
			left: 0px;
			top: 0px;
			background-image: url('../img/pc/keyvisual_2nd.png');
			background-size: cover;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			z-index: -12;
		}
		img#pc_keyvisual_message {
			position: absolute;
			left: 5px;
			top: 5px;
		}
		img#pc_keyvisual_logo_icha {
			position: absolute;
			right: 5px;
			top: 5px;
		}
		img#pc_keyvisual_logo_mbl {
			position: absolute;
			width: 525px;
			height: 233px;
			left: 50%;
			transform: translateX(-50%);
			bottom: -120px;
		}
		img#pc_keyvisual_release {
			position: absolute;
			width: 356px;
			height: 94px;
			left: 107px;
			top: 48px;
		}
div#sp_keyvisual_container {
	position: relative;
	padding-top: 40px;
	display: none;
}
	div#sp_keyvisual_inner {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 450px;
		height: 333px;
		z-index: 10;
	}
		div#sp_keyvisual_modern {
			position: absolute;
			left: 0px;
			top: 0px;
			background-image: url('../img/sp/keyvisual_modern.png');
			background-size: contain;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			z-index: -10;
		}
		div#sp_keyvisual_fantasy {
			position: absolute;
			left: 0px;
			top: 0px;
			background-image: url('../img/sp/keyvisual_fantasy.png');
			background-size: contain;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			z-index: -11;
		}
		div#sp_keyvisual_photos {
			position: absolute;
			left: 0px;
			top: 0px;
			background-image: url('../img/sp/keyvisual_photos.png');
			background-size: contain;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			z-index: -12;
		}
		div#sp_keyvisual_2nd {
			position: absolute;
			left: 0px;
			top: 0px;
			background-image: url('../img/sp/keyvisual_2nd.png');
			background-size: contain;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			z-index: -12;
		}
		img#sp_keyvisual_message {
			position: absolute;
			left: 5px;
			top: 5px;
			width: 222px;
		}
		img#sp_keyvisual_logo_icha {
			position: absolute;
			right: 5px;
			top: 5px;
			width: 88px;
		}
		img#sp_keyvisual_logo_mbl {
			position: absolute;
			width: 315px;
			left: 50%;
			transform: translateX(-50%);
			bottom: -90px;
		}
		img#sp_keyvisual_release {
			position: absolute;
			width: 220px;
			left: 40px;
			top: 24px;
			z-index: 10;
		}
@media screen and (max-width: 450px) {
	div#pc_keyvisual_container { display: none; }
	div#sp_keyvisual_container { display: block; }
}










div.pc_container {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div.sp_container {
	position: relative;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
@media screen and (max-width: 450px) {
	div.pc_container { display: none; }
	div.sp_container { display: block; }
}




div#pc_story {
	background-color: #ffcfd6;
	margin-top: 40px;
	padding-bottom: 120px;
}
div#sp_story {
	background-color: #ffcfd6;
	margin-top: 30px;
	padding-bottom: 60px;
	display: none;
}
@media screen and (max-width: 450px) {
	div#pc_story { display: none; }
	div#sp_story { display: block; }
}







ul.bx-pager {
	display: flex;
	justify-content: center;
}
ul.bx-pager a {
	color: #666666;
	text-decoration: none;
}
ul.bx-pager a.active {
	color: #ffcfd6;
	text-decoration: none;
}


div#pc_footer {
	position: relative;
	background-color: #ffbdc7;
	width: 100%;
	min-width: 980px;
	height: 60px;
	z-index: 1000;
}
	img#pc_footer_login {
	 	position: absolute;
	 	left: 10px;
	 	top: 10px;
	}
	img#pc_footer_copyright {
		position: absolute;
		right: 18px;
		top: 10px;
	}
	ul#pc_footer_menu {
		position: absolute;
		display: flex;

		left: 10px;
		bottom: 10px;
		font-size: 12px;
		line-height: 12px;
		height: 12px;
		
		font-weight: bold;
	}
		ul#pc_footer_menu a {
			color: #ff5e77;
			text-decoration: none;
		}
	table#pc_footer_info {
		position: absolute;
		right: 3px;
		bottom: 3px;
		border-collapse: collapse;
	}
		table#pc_footer_info td {
			border: 1px solid #ff5e77;
			font-size: 10px;
			font-weight: bold;
			color: #ff5e77;
			line-height: 10px;
			padding: 3px;
		}
table#sp_footer_info {
	display: none;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
	table#sp_footer_info td {
		border: 1px solid #ff5e77;
		font-size: 10px;
		color: #ff5e77;
		line-height: 10px;
		padding: 3px;
	}
div#sp_footer {
	position: relative;
	background-color: #ffbdc7;
	width: 450px;
	height: 47px;
	z-index: 1000;
	display: none;
}
	img#sp_footer_login {
	 	position: absolute;
	 	left: 10px;
	 	top: 10px;
	}
	img#sp_footer_copyright {
		position: absolute;
		right: 6px;
		top: 10px;
	}
	ul#sp_footer_menu {
		 position: absolute;
		display: flex;
		bottom: 4px;
		line-height: 12px;
		font-size: 12px;
		justify-content: center;
		width: 100%;
	}
		ul#sp_footer_menu a {
			color: #ff5e77;
			text-decoration: none;
		}
@media screen and (max-width: 450px) {
	div#pc_footer { display: none; }
	div#sp_footer { display: block; }
	table#sp_footer_info { display: table; }
}


.sp_container.u-update img {
	width: 100%;
	height: auto;
}
.u-padding20 {
	padding: 0 20px;
}
.u-negative-margin-top160 {
	margin-top: -160px;
}
.u-variable-img img {
	width: 100%;
	height: auto;
}

.sp-system__wrap {
	background: url(../img/../img/sp/kirakirashiro_white.gif)no-repeat;
	background-size: 100%;
}

.sp-syste__ttl {
	padding: 0 20px;
}

.sp-system-another {
	position: relative;
}

.sp-system-another__ttl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
}
.sp-system__enemy {
	background: url(../img/sp/kirakirashiro_white.gif)no-repeat;
	background-size: 100%;
}
.sp-system__enemy__ttl {
	padding-top: 30px;
	width: 65%;
	margin: auto;
}
.sp-system__enemy__txt {
	padding: 0 20px;
}
.pc_container.u-update {
	width: auto;
	background-image: url(../img/pc/kirabg.gif), url(../img/pc/kirabg.gif);
	background-repeat: no-repeat,no-repeat;
	background-position: top,center;
}
.pc-system__wrap {
	width: 980px;
	margin: auto;
}

.pc-system__ttl {
	padding: 80px 0 0;
}
.pc-system__ttl img{
	width: 80%;
}

.pc-system-another {
	position: relative;
}
.pc-system-another img {
	width: 100%;
	height: auto;
}

.pc-system-another__ttl {
	position: absolute;
	width: 50vw;
	max-width: 980px;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
}

.pc-system__enemy {
	background-image: url(../img/pc/kirabg.gif), url(../img/pc/kirabg.gif);
	background-repeat: no-repeat,no-repeat;
	background-position: top,bottom;
	padding: 40px 0;
}
.pc-system__enemy__ttl {
	max-width: 980px;
	margin: auto;
}
.pc-system__enemy__ttl img {
	width: 50%;
}
.pc-system__enemy__img {
	max-width: 980px;
	margin: auto;
}
.pc-system__enemy__img img{
	width: 100%;
	height: auto;
}
.game-start {
	position: fixed;
	display: inline-block;
	bottom: 40px;
	right: 0;
	cursor: pointer;
	z-index: 1000000;
}
.game-start img {
}
@media screen and (max-width: 450px) {
	.game-start {
		bottom: 20px;
	}
	.game-start img{
		width: 120px;
	}
}
