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

#menu_sp {
	display: none;
}

#menu_modal_area_sp {
	display: none;
}

#menu_back_sp {
	display: none;
}
/*PVbanner*/
#pv_banner_area {
	position: absolute;
	width: 960px;
	height: 106px;
	left: 50%;
	margin-left: -480px;
	top: 80px;
}

#pv_banner {
	position: absolute;
	width: 300px;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 50;
}

	#pv_banner img {
		width: 100%;
		height: 100%;
	}

/* top */

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

#top_sp {
	display: none;
}

#top_image01 {
	width: 100%;
	height: auto;
	z-index: 10;
}

	#top_image01 img {
		width: 100%;
	}

#top_image02 {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 20;
}

	#top_image02 img {
		width: 100%;
	}

#top_image03 {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 30;
}

	#top_image03 img {
		width: 100%;
	}

/* jizen */

#jizen {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*background-color: #ffffec;*/
	background-image: url(/images/02jizen/jizen_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#jizen_line_up {
	width: 100%;
	height: 14px;
	background-image: url('/images/02jizen/jizen_line_up.png');
	background-repeat: repeat-x;
}

#jizen_banner {
	width: 960px;
	height: 283px;
	margin-left: auto;
	margin-right: auto;
}

#jizen_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;
}

#jizen_box_in1 {
	width: 480px;
}

	#jizen_box_in1 img {
		width: 480px;
	}


#jizen_box_in2 {
	width: 480px;
	height: 240px;
	position: relative;
}

#jizen_box_in2_info {
	width: 480px;
	top: 0;
	left: 50%;
	margin-left: -240px;
	position: absolute;
}

	#jizen_box_in2_info img {
		width: 480px;
	}

#jizen_box_in2_textbox {
	width: 360px;
	height: 30px;
	top: 120px;
	left: 50%;
	margin-left: -180px;
	font-size: 30px;
	position: absolute;
}

#jizen_box_in2_btn {
	width: 160px;
	height: 46px;
	top: 160px;
	left: 50%;
	margin-left: -80px;
	position: absolute;
}

#jizen_box_in2_btn_img {
	width: 160px;
}


#jizen_info1 {
	width: 960px;
	/*height: 657px;*/
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#jizen_info2 {
	width: 672px;
	height: 329px;
	margin-left: auto;
	margin-right: auto;
}
	#jizen_info2 img {
		width:100%;
	}

#jizen_line_bm {
	width: 100%;
	height: 85px;
	background-image: url('/images/02jizen/jizen_title_bottom.png');
	background-repeat:no-repeat;
	background-position:top center;
}

/* movie */

#movie {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('/images/03movie/movie_back.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#movie_title {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

	#movie_title img {
		width: 640px;
	}

#movie_pv1 {
	width: 560px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
}

#movie_pv1_title {
	width: 960px;
	height: 87px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/03movie/movie_pv1_title.png');
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
}

/* info */

#info {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom:30px;
}

#info_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;
}

#info_box_in1 {
	width: 480px;
	height: 400px;
	position: relative;
}

#info_box_in1_twitter {
	width: 440px;
	height: 400px;
	top: 0;
	left: 50%;
	margin-left: -240px;
	position: absolute;
}

#info_box_in1_twitter_sp {
	display: none;
}
iframe.twitter-tweet {
	font-size:13px;

}

#info_box_in2 {
	width: 480px;
	height: 400px;
}

#info_box_in2_news_up {
	width: 440px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
}

	#info_box_in2_news_up img {
		width: 480px;
		height: 45px;
	}

#info_box_in2_news_body {
	width: 440px;
	height: 340px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/04info/info_news_area_back.png');
	background-repeat: repeat-y;
	background-size: 480px 13px;
}

.info_box_in2_news_topic {
	width: 345px;
	margin-left: 68px;
	line-height: 0.8em;
}

	.info_box_in2_news_topic p {
		font-size: 15px;
	}

#info_box_in2_news_bottom {
	width: 440px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
}

	#info_box_in2_news_bottom img {
		width: 480px;
		height: 16px;
	}

.info_news_icon {
	width: 42px;
}

.info_news_line {
	width: 480px;
	height: 13px;
}

/* story */

#story {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('/images/05story/story_back.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:30px;
}

#story_title {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

	#story_title img {
		width: 640px;
	}

#story_text {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}

	#story_text img {
		width: 520px;
	}


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

#story_banner_scenario {
	width: 480px;
}

	#story_banner_scenario img {
		width: 100%;
	}

#story_banner_world {
	width: 480px;
}

	#story_banner_world img {
		width: 100%;
	}

/* chara */

#chara {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('/images/06chara/character_back.png');
	background-repeat: no-repeat;
	/*background-position: center center;*/
}

#chara_title {
	width: 100%;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('/images/06chara/character_title_back.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#chara_title_image {
	width: 640px;
	top: 0;
	left: 50%;
	margin-left: -320px;
	position: absolute;
}

	#chara_title_image img {
		width: 640px;
	}

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

#chara_image1 {
	width: 960px;
	height: 555px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	background-image: url('/images/06chara/character_1.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#chara_image2 {
	width: 960px;
	height: 555px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 20;
	background-image: url('/images/06chara/character_1.png');
	background-repeat: no-repeat;
	display: none;
	background-position: center center;
}

#chara_voice {
	width: 480px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#chara_voice_in {
	width: 480px;
	height: 110px;
	top: 0;
	left: 0;
	position: absolute;
}

	#chara_voice_in img {
		width: 480px;
	}

#chara_voice_btn1 {
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	margin-left: -190px;
	position: absolute;
}

	#chara_voice_btn1 img {
		width: 50px;
	}

#chara_voice_btn2 {
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	margin-left: -124px;
	position: absolute;
}

	#chara_voice_btn2 img {
		width: 50px;
	}

#chara_voice_btn3 {
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	margin-left: -58px;
	position: absolute;
}

	#chara_voice_btn3 img {
		width: 50px;
	}

#chara_voice_btn4 {
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	margin-left: 8px;
	position: absolute;
}

	#chara_voice_btn4 img {
		width: 50px;
	}

#chara_voice_btn5 {
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	margin-left: 74px;
	position: absolute;
}

	#chara_voice_btn5 img {
		width: 50px;
	}

#chara_voice_btn6 {
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	margin-left: 140px;
	position: absolute;
}

	#chara_voice_btn6 img {
		width: 50px;
	}


#chara_voice_btn1_ex {
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	margin-left: -125px;
	position: absolute;
	display: none;
}

	#chara_voice_btn1_ex img {
		width: 50px;
	}

#chara_voice_btn2_ex {
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	display: none;
}

	#chara_voice_btn2_ex img {
		width: 50px;
	}

#chara_voice_btn3_ex {
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	margin-left: 75px;
	position: absolute;
	display: none;
}

	#chara_voice_btn3_ex img {
		width: 50px;
	}




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

#chara_box_in1-1 {
	width: 480px;
}

	#chara_box_in1-1 img {
		width: 50%;
	}

#chara_box_in1-2 {
	width: 480px;
}

	#chara_box_in1-2 img {
		width: 50%;
	}

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

#chara_box_in2-1 {
	width: 480px;
}

	#chara_box_in2-1 img {
		width: 50%;
	}

#chara_box_in2-2 {
	width: 480px;
}

	#chara_box_in2-2 img {
		width: 50%;
	}


#chara_bottom_line {
	width: 100%;
	height: 88px;
	max-width: 1280px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/93line/line_down.png);
	background-position: center center;
}

/* system */

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

#system_title {
	width: 640px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*background-image: url('/images/07system/system_title.png');
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;*/
}
	#system_title img {
		width:100%;
	}

#system_image {
	width: 960px;
	height: 788px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('/images/07system/system_scenario_img.png');
	background-repeat: no-repeat;
}


#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 {
	width: 200px;
	height: 150px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#system_menu_ending {
	width: 200px;
	height: 150px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#system_menu_summon {
	width: 200px;
	height: 150px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}


/* spec */

#spec {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('/images/08spec/spec_back.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

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

	#spec_title img {
		width: 640px;
	}

#spec_anakare {
	width: 960px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(/images/08spec/spec_anakare.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}
#spec_separate_line {
	width: 920px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px white solid;
}

#spec_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;
}

#spec_box_in1 {
	width: 480px;
}

	#spec_box_in1 img {
		width: 480px;
	}

#spec_box_in2 {
	width: 480px;
}

	#spec_box_in2 img {
		width: 480px;
	}

#spec_creator {
	width: 512px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

	#spec_creator 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-position: top center;
	background-repeat: no-repeat;
}

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

	#footer_image img {
		width: 640px;
	}

/* other */

#SoundBox {
	display: none;
}
