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



/* top */

/* 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;
	background-color: #000;
	padding-bottom:30px;
}

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

	#movie_title_image img {
		width:100%;
	}

#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: 80%;
	background-position: center center;
}

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

#movie_banner_count {
	width: 480px;
}

	#movie_banner_count 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: center 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;
}
