article {
		margin: 0 auto;
	}
@media only screen and (max-width:767px){ article h1 img { width:inherit;} }
@media only screen and (min-width:768px){ body { /*padding-top: 115px;*/}}


body {
	background-color: #000;
}

/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** MOBILE ****************/

@media only screen and (max-width:750px){
/*------------HEADER--------------*/
#header {
	width:100%;
	padding-top: 91px;
	position: relative;
	width: 100%;
	background-color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#menu{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
	z-index: 800;
}
/* header固定のため余白をつける。メニューのCSSには関係ない */
#menu{  
  padding-top: 160px;
}
.menu_inner {
  position: relative;
  padding: 15px;
	z-index: 801;
}


#header .header_inner {
	width:100%;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	background-image:url(../img/mainBG.jpg);
	background-size:cover;
	height: 0;
    padding-top: 144%;
	position: relative;
	background-repeat: no-repeat;
	}
	#header h1 {
		text-align: center;
		position: absolute;
		right:0;
		bottom: 20%;
	}
	#header h1 img {
		width:90%;
	}
	.header_inner p img { width:100%; }
	.header_inner .head_text01 { display: none;}
	.header_inner .head_text02 { display: none;}
	.header_inner .head_text_sp {
		width: 90%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		top: 2%;
	}

	.header_inner .head_tw,
	.header_inner .head_wasuu,
	.header_inner .head_start_PC,
	.header_inner .schedulePC,
	.header_inner .head_text
	{
		display: none;
	}
	
#start {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	line-height: 0;
	text-align: center;
	position: absolute;
	bottom: 3%;
	left: auto;
	right: auto;
	}
	
	#start img {width: 90%;margin-top: 1.5em;}
	#start .schedulePC {display: none;}
	
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 160px;
    background-color: #8a090f;
    transition: all .6s;
    z-index: 803;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 100px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 804;
	  background-color:#8a090f;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
	width: 100%;
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #FFF;
    text-decoration: none;
    color: #FFF;
  }
  .nav_item a:hover {
    background-color: #000;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
  }
	.nav_item img {
		width:auto;
		height: 40px;
	}
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
	

	
}/* sp */

/**************** PC ****************/

/* モニター幅751px以上 */

/**************** PC ****************/
@media only screen and (min-width: 751px) {
	
#header {
	padding-top: 130px;
	width:100%;
	background-color: #000;
	background-image:url(../img/mainBG_pc.jpg);
    background-repeat: no-repeat;
	background-position: center 130px;
	height: 740px;
	position: relative;
	}
#header .header_inner {
	width:1100px;
	margin: auto;
	position: relative;
	}
	
	#header h1 img {
		width:500px;
		position: absolute;
		left: 0;
		right: 0;
		top:300px;
		margin: auto;
	}
	.header_inner p img { width:inherit; }
	.header_inner .head_text img {
		position: absolute;
		left: 0;
		right: 0;
		top:10px;
		margin: auto;
	}
	.header_inner .head_text_sp {display: none;}
	.header_inner .head_start_PC {
		display: block;
		position: absolute;
		left:80px;
		top: 200px;
	}
	.header_inner .schedulePC {
		display: block;
		position: absolute;
		right:80px;
		top: 200px;
	}
	
	.header_inner .head_tw {
		display: inherit;
		position: absolute;
		left:80px;
		top:20px;
	}
	.header_inner .head_tw img {
		width:150px;
	}
	.header_inner .head_wasuu {
		display: inherit;
		position: absolute;
		right:115px;
		top: 300px;
	}
	
#start {
	width:1100px;
	height:141px;
	margin: 0 auto;
	position: absolute;
	text-align: right;
	left: 50%;
	bottom:120px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
	#start .head_start {display: none;}
	#start .head_schedule {display: none;}

#header #menu {
	position:absolute;
	left: auto;
	right: auto;
	bottom: 0;
	width: 100%;
	height: 100px;
	}
.menu_inner {
  position: relative;
    width: 1100px;
    padding: 0 0 20px 0;
    margin-left: auto;
    margin-right: auto;
	background-image: url(../img/navi_BG.png);
	background-repeat: no-repeat;
  }

  .nav_list{
	width: 900px;
	text-align: center;
	display:flex;
	margin-left: auto;
	margin-right: auto;
	justify-content:space-between;
  }
  .nav_list li{
	  display: block;
    padding: 18px 0 0 0;
  }
  .nav_list li a{
    color: #fff;
    font-weight: 600;
  }

}/* pc */