﻿@charset "UTF-8";

/* 全体CSS */

/***	body	***/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "ヒラギノ角ゴ　Pro", "Osaka", "ＭＳ ゴシック", sans-serif;
	font-size: 28px;
	color: #FFF;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	background-color: #000;
	position: relative;
}

#wrapper {
	width: auto;
	width: auto;
}
/*menu*/

#menu {
	width: 100%;
	position: fixed;
	height: 50px;
	z-index: 100;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: white solid;
	border-top: white solid;
}

#menu_area {
	width: 960px;
	height: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.menu_item {
	position: relative;
	width: 136px;
	height: 67px;
	float: left;
}

	.menu_item a img {
		width: 100%;
	}

.menu_ho {
	display: none;
}

#menu_back {
	width: 100%;
	height: 80px;
}

#menu_sp {
	display: none;
}

#menu_modal_area_sp {
	display: none;
}

#menu_back_sp {
	display: none;
}


/* system */


#system {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom:50px;
	background-image: url(/images/07system/system_back.jpg);
	background-repeat:no-repeat;
}

#system_title {
	width: 100%;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#system_title_image {
	width: 640px;
	height: 130px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

	#system_title_image img {
		width: 100%;
	}

#system_menu_area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#system_menu {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#system_menu_scenario {
	/*background-image: url(/images/07system/btn_scenario_on.png);*/
	width: 200px;
	height: 150px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
#system_menu_ending {
	/*background-image: url(/images/07system/btn_ending_off.png);*/
	width: 200px;
	height: 150px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
#system_menu_summon {
	/*background-image: url(/images/07system/btn_scenario_on.png);*/
	width: 200px;
	height: 150px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}



#system_image {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#system_image_sp {
	display:none;
}
#system_image2 {
	width: 480px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
	#system_image2 img {
		width:100%;
	}



/* footer */
#footer {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer_box {
	width: 960px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: start;
	align-items: start;
	margin-left: auto;
	margin-right: auto;
}

#footer_box_in1 {
	width: 480px;
}

	#footer_box_in1 img {
		width: 480px;
	}

#footer_box_in2 {
	width: 480px;
}

	#footer_box_in2 img {
		width: 480px;
	}

.footer_line {
	width: 100%;
	height: 2px;
	background-image: url(/images/09footer/footer_line.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer_image {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

	#footer_image img {
		width: 640px;
	}

/* other */

#SoundBox {
	display: none;
}
