﻿@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;
}


/* story */


#story {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #000;
}

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

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

	#story_title_image img {
		width: 100%;
	}

#story_banner {
	width: 960px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
}
#story_banner_scenario {
	width: 960px;
}
	#story_banner_scenario img {
		width:100%;
	}




.story_area {
	width:100%;
	max-width:1280px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}
#story_area1 {
	background-image: url(/images/05story/story_first_back.jpg);
}

#story_area2 {
	background-image: url(/images/05story/story_first_back1.jpg);
}
#story_area3 {
	background-image: url(/images/05story/story_first_back2.jpg);
}
#story_area4 {
	background-image: url(/images/05story/story_first_back3.jpg);
}
#story_area5 {
	background-image: url(/images/05story/story_first_back4.jpg);
}


.story_text {
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
	.story_text img {
		width:100%;
	}

.story_text_sp {
	display:none;
}






/* 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;
}
