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

/**************** Smartphone ****************/

/* モニター幅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: 127.86% 0 0 0;
	position: relative;
	background-repeat: no-repeat;
	}
	#header h1 {
		text-align: center;
		position: absolute;
		right: 0;
		top: 173px;
	}
	#header h1 img {
		width:70%;
		filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.8));
	}
	.header_inner p img { width:100%; }
	.header_inner .head_text_PC { display: none;}
	.header_inner .head_read {
		width: 80%;
		position: absolute;
		left: 50%;
		bottom: 1%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.8));
	}
	.header_inner .head_text_sp.hts02 {
		width: 95%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		top: 3%;
	}
	.header_inner .head_start {
		width: 100%;
		position: absolute;
		bottom: 0;
		line-height: 0;
		margin: 0;
		padding: 0;
	}

	.head_start_PC,
	.schedulePC,
	.head_text,
	.head_wasuu,
	.head_text_PC,
	.head_tw
	{
		display: none;
	}
	
#start {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	line-height: 0;
	text-align: center;
	left: auto;
	right: auto;
	}

#start .head_start {
	background-color: #a40c1e;
}
	
	#start img {width: 100%;margin-top: 0;}
	#start .schedulePC {display: none;}
	#start_pc {display: none;}
	
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 260px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 160px;
    background-color: #3c0e00c4;
    transition: all .6s;
    z-index: 803;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 10px;
    top: 100px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 804;
	  background-color: #c58b24;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
	width: 100%;
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .nav_item a:hover {
    background-color: #420902;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 3px;
    background-color: #FFF;
    transition: all .6s;
  }
	.nav_item img {
		width:auto;
		height: 65px;
	}
  .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;
	background-color: #FFF;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
	background-color: #FFF;
  }
	

	
}/* sp */

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

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

/**************** PC ****************/
@media only screen and (min-width: 751px) {
	
#header {
	padding-top: 130px;
	width:100%;
	background-color: #420902;
	background-image:url(../img/mainBG_pc.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 130px;
	height: 817px;
	position: relative;
	}
#header .header_inner {
	width:1100px;
	margin: auto;
	position: relative;
	}
	
	#header h1 img {
		width: 500px;
		position: absolute;
		text-align: center;
		top: 18px;
		right: 270px;
		filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.8));
}

	.header_inner p img { width:inherit; }
	.header_inner .head_text_sp { display: none;}

	.header_inner .head_text_PC img {
		width: auto;
	}

	.header_inner .head_text_PC.htp02 {
		position: absolute;
		right: 0;
		top:20px;
		text-align: right;
	}
	.header_inner .head_read {
		width: 550px;
		position: absolute;
		right: 230px;
		top: 413px;
		text-align: right;
	}

	#start .head_start {
		position: absolute;
		left:auto;
		right:auto;
		top: 674px;
		width: 100%;
		background-color: #a40c1e;
		height: 106px;
		text-align: center;
	}
	#start .head_schedule {
		position: absolute;
		right:auto;
		left:auto;
		top: 779px;
		width: 100%;
		background-color: #c6a53c;
		height: 85px;
		text-align: center;
	}

	#start .head_schedule img{
		margin-top: 8px;
	}
	
	.header_inner .head_tw {
		display: inherit;
		position: absolute;
		left:-10px;
		top:460px;
	}
	.header_inner .head_tw img {
		width:300px;
	}



#header #menu {
	position:absolute;
	left: auto;
	right: 300px;
	bottom: 0;
	width: 100%;
	height: 100px;
	}
.menu_inner {
  position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	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 */

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  #header {
  	margin-top: 100px;
    padding-top: 100px;
    width: 100%;
    background-color: #beeef2;
    background-image: url(../img/mainBG_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 450px;
    position: relative;
  }

  #header .header_inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }

  #header h1 img {
		width: 400px;
		position: absolute;
		text-align: center;
		top: -75px;
		right: 137px;
		filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.8));
	}

  .header_inner p img {
    width: inherit;
  }

  .header_inner .head_text_sp {
    display: none;
  }

  .header_inner .head_text_PC img {
    width: auto;
  }

  .header_inner .head_text_PC.htp02 {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
  }

  .header_inner .head_read {
    width: 530px;
    position: absolute;
    right: -6px;
    top: 323px;
  }

  #start .head_start {
    position: absolute;
    left: auto;
    right: auto;
    top: 550px;
    width: 100%;
    height: 100px;
    text-align: center;
  }

  #start .head_schedule {
    position: absolute;
    right: auto;
    left: auto;
    top: 650px;
    width: 100%;
    background-color: #c6a53b;
    height: 90px;
    text-align: center;
  }

  .header_inner .head_tw {
    display: inherit;
    position: absolute;
    left: 0;
    top: 395px;
  }

  .header_inner .head_tw img {
    width: 150px;
  }

  #header #menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -260px;
    width: 100%;
    height: 70px;
    justify-content: center;
  }

  .menu_inner {
    position: relative;
    width: 90%;
    padding: 0 0 20px 0;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
  }

  .nav_list {
    width: 100%;
    text-align: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .nav_list img {
    width: 150px;
    height: auto;
  }

  .nav_list li {
    display: block;
    padding: 10px 0 0 0;
  }

  .nav_list li a {
    color: #fff;
    font-weight: 600;
  }

  .hvr-float:hover {
    transform: translateY(-5px);
  }

  /* INTRODUCTIONセクション */
  #introduction {
    padding: 2em;
  }

  #introduction h1 {
    font-size: 2.5em;
    margin-bottom: 1em;
  }

  #introduction p {
    font-size: 1.2em;
    line-height: 1.6;
  }

  /* STORYセクション */
  #story {
    padding: 4em 0;
  }

  #story h1 {
    font-size: 2em;
    margin-bottom: 1em;
  }

  #story section p {
    font-size: 1.1em;
    line-height: 1.5;
  }

  /* CAST&STAFFセクション */
  #cast {
    padding: 4em 0;
  }

  #cast h1 {
    font-size: 2em;
    margin-bottom: 1em;
  }

  #cast section {
    padding: 2em;
  }

  #cast section h1 {
    font-size: 1.8em;
  }

  #cast section p {
    font-size: 1.1em;
    line-height: 1.5;
  }

  /* CHARTセクション */
  #chart {
    padding: 4em 0;
  }

  #chart h1 {
    font-size: 2em;
    margin-bottom: 1em;
  }

  /* SNS AREAセクション */
  #sns {
    margin-top: 5em;
  }

  #sns h1 {
    font-size: 1.8em;
    margin-bottom: 1em;
  }

  #sns ul li img {
    width: 2.5em;
    margin: 0 0.5em;
  }

  /* COPYRIGHTセクション */
  #copy {
    padding: 2em 0;
  }

  #copy p {
    font-size: 0.8em;
  }
}


