body {
	width:100%;
	height:100%;
}
body .bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../../img/common/content-bg.jpg") repeat center top / 100vw;
	background-attachment: fixed;
}
#wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	margin:0 auto;
	min-width:1280px;
	font-size:20px;
	line-height:2em;
	color:#525556;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
#contents-wrapper {
	width:100%;
	min-height: 100%;
	position:relative;
	padding-bottom:240px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
.content h2 {
	width: 560px;
	height: 80px;
	margin: 0 auto 0;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding:0;
	height: 240px;
	margin: 0 auto;
	box-sizing: border-box;
}
#header .header-content {
	width: 100%;
	height: 100%;
	position: relative;
	background: url("../../img/common/content-head-bg.jpg") repeat center center / 1600px;
}
#header h1 {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	text-indent: -99999px;
}
#header h1 .logo {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background: url("../../img/mv/logo.png") no-repeat center center / 800px auto;
	z-index: 1;
}

#header h1 a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
	z-index: 1;
}
/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	position:fixed;
	width:50px;
	height:50px;
	right:30px;
	top:20px;
	z-index:900;
}
.menu-icon,
.menu-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  top:0px;
  left:0px;
}
.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #db0000;
}
.menu-icon span:nth-of-type(1) {
  top: 10px;
}
.menu-icon span:nth-of-type(2) {
  top: 22px;
}
.menu-icon span:nth-of-type(3) {
  bottom: 10px;
}

.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
  background: #525556;
}
.menu-icon.active span:nth-of-type(2) {
  left: 150%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
  background: #525556;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
  background: #525556;
}
#menu-icon a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
#menu-back {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(82,85,86,0.5);
	z-index:700;
	display: none;
}
.menu-area {
	position:fixed;
	width:300px;
	height:100%;
	top:0px;
	right:0px;
	z-index:800;
	overflow-y:auto;
	background:url("../../img/common/content-bg.jpg") repeat left top / 1600px;
	box-sizing: border-box;
	padding-bottom: 60px;
}
.menu-area {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	right:-300px;
}
.menu-area.act {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	right:0px;
}
.menu-area ul.menu {
	padding: 0;
	margin-top: 50px;
	margin-left: 50px;
	overflow: hidden;
}
.menu-area ul.menu li {
	position: relative;
	width: 250px;
	height: 50px;
	margin: 0 0 30px;
	text-indent: -99999px;
}
.menu-area ul li a {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-indent:-999999px;
}
.menu-area ul.menu li.menu-top {
	background: url("../../img/menu/menu-top.png") no-repeat left top / cover;
}
.menu-area ul.menu li.menu-news {
	background: url("../../img/menu/menu-news.png") no-repeat left top / cover;
}
.menu-area ul.menu li.menu-trailer {
	background: url("../../img/menu/menu-trailer.png") no-repeat left top / cover;
}
.menu-area ul.menu li.menu-story {
	background: url("../../img/menu/menu-story.png") no-repeat left top / cover;
}
.menu-area ul.menu li.menu-comment {
	background: url("../../img/menu/menu-comment.png") no-repeat left top / cover;
}
.menu-area ul.menu li.menu-original {
	background: url("../../img/menu/menu-original.png") no-repeat left top / cover;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	position: absolute;
	width:100%;
	left:0px;
	bottom: 0px;
	height: auto;
	overflow: hidden;
	z-index: 9;
	background: #525556;
}
.footer-content {
	width: 100%;
	margin: 0 auto;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 12px;
	line-height: 1em;
	color: #CCCCCC;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}


/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
body .bg {
	background: url("../../img/common/content-bg.jpg") repeat center top / 150vw;
}
#wrapper {
	min-width:740px;
	max-width:1000px;
	font-size:2.8vw;
	line-height:1.8em;
}
#contents-wrapper {
	padding-bottom:28vw;
}
#contents {
	width:100%;
	margin:0;
	position:relative;
	padding-bottom:0px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
.content h2 {
	width: 100%;
	height: 14vw;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header {
	height: 26vw;
}
#header h1 .logo {
	background: url("../../img/mv/logo.png") no-repeat center center / 75vw auto;
}
/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
	width:8vw;
	height:8vw;
	right:3vw;
	top:2vw;
}
.menu-icon {
  width: 8vw;
  height: 8vw;
}
.menu-icon span {
  height: 1vw;
}
.menu-icon span:nth-of-type(1) {
  top: 1.5vw;
}
.menu-icon span:nth-of-type(2) {
  top: 3.5vw;
}
.menu-icon span:nth-of-type(3) {
  bottom: 1.5vw;
}
.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(2vw) rotate(-45deg);
  transform: translateY(2vw) rotate(-45deg);
}
.menu-icon.active span:nth-of-type(2) {
  left: 150%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.menu-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-2vw) rotate(45deg);
  transform: translateY(-2vw) rotate(45deg);
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
#menu-back {
}
.menu-area {
	width:45vw;
}
.menu-area {
	right:-45vw;
}
.menu-area.act {
	right:0px;
}
.menu-area ul.menu {
	margin-top: 5vw;
	margin-left: 5vw
}
.menu-area ul.menu li {
	width:100%;
	height: 9vw;
	margin: 0 0 5vw 0;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area #copyright {
	font-size: 2.2vw;
}
}