body {
	background-color: #06334b;
}
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;}}
@media only screen and (max-width:415px){ article#introduction h1 img { width:100%;} }

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

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

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

@media only screen and (max-width:750px){
/*------------HEADER--------------*/
#header {
	width:100%;
	padding-top: 91px;
	}
#header .inner {
	width:100%;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	background-image:url(../img/mainBG.jpg);
	background-size: contain;
	height: 0;
    padding-top: 72.26%;
	position: relative;
	}
	#header h1 {
		text-align: right;
		position: absolute;
		right:0;
		bottom: 2%;
	}
	#header h1 img {
		width:70%;
	}
	
	#start {
		width:100%;
		margin: 0;
		padding: 0;
		height:auto;
		line-height: 0;
	}
	#start img {width:100%;}
	
	#head_text {
		display: none;
	}
	#header #movie {
		text-align: left;
		position: absolute;
		left:2%;
		bottom: 2%;
	}
	#header #movie img {
		width:40%;
	}
	#header #movie .pc { display: none;}

/*------------NAVI--------------*/
#navi {
    width:100%;
}
#navi ul {
	width:100%;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-image: url(../img/navi_bg.png);
	background-position: left top;
	background-repeat: repeat;
}
#navi ul li {
	width:auto;
	height:89px;
	display: inline-table;
	vertical-align: middle;
	padding-top: 10px;
	}
	#navi ul li img {
		width:100%;
	}
	#navi ul li a:hover {
		opacity: 0.5;
	}



/*------------INTRODUCTION--------------*/
#introduction {
	background-color: #000;
	padding: 5em 0;
	background-image: url(../img/bg_light_bk.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50% auto;
}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}

#introduction * {
		color: #fff;
	}
#introduction h2 {
	width:94%;
	margin: 0 auto 0.5em;
	}
#introduction p	{
	width:94%;
	margin: 0 auto 3em;
	}
	
#introduction section {
	width:90%;
	margin: 0 auto;
	background-color: #e3e3e3;
	padding:1.5em 2%;
	text-align: center;
	box-shadow:0px 0px 30px 3px #7a6b23 inset;
	}
#introduction section * { 
	color: #000;
	}
#introduction section h1 {
	width:auto;
	border-bottom: 7px solid #000;
	display: inline-block;
	line-height: 1.2;
	margin: 0 auto 1em auto;
	font-size: 180%;
	}
#introduction section p{
	width:100%;
	margin-bottom: 0;
	text-align: left;
	}
	
	
/*------------STORY--------------*/
#story{
    position:relative;
	background-color: #06334b;
	padding: 5em 0;
	background-image: url(../img/bg_light_bl.png);
	background-repeat: no-repeat;
	background-position: right 20px top;
	background-size: 50% auto;
}
#story h1 {
	text-align: center;
	margin-bottom: 2em;
	}

.tab_wrap{
    width:94%;
	margin: auto;
}
.multiple-items,
.multiple-items .box,
.multiple-items .box a,
.multiple-items .box img {
	margin: 0;
	padding: 0;
	line-height: 1;
	}
	.multiple-items {background-color: #e4e9eb;}

	#story h1.storynumber {
		background-color: #000;
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-weight: bold;
		font-size: 220%;
		padding: 0.3em 0 0.3em 0.5em;
		margin: 0;
	}
	#story h1.storynumber span {
		font-size: 70%;
	}
	#story section {
		background-color: #e4e9eb;
		padding: 0.5em;
	}
	#story section h1 {
		font-size: 180%;
		color: #000;
		text-align: center;
		margin-bottom: 0.5em;
	}
	#story section p {
		text-align: left;
		color: #000;
	}

/*------------CAST&STAFF--------------*/
#cast {
	background-color: #000;
	padding: 5em 0;
	background-image: url(../img/bg_light_bk.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50% auto;
}
#cast * {color: #000;}
#cast h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#cast section {
	width:94%;
	margin: 0 auto 2em auto;
	background-color: #e3e3e3;
	padding:0 0 1.5em 0;
	text-align: center;
	box-shadow:0px 0px 30px 3px #7a6b23 inset;
	}
#cast section .castphoto {
	width:100%;
	margin-bottom: 1em;
	}
#cast section .castphoto img {
	width:100%;
	}
#cast section h1 {
	width:auto;
	border-bottom: 7px solid #000;
	display: inline-block;
	line-height: 1.2;
	margin: 0 auto 0.5em auto;
	font-size: 220%;
	font-weight: bold;
	}
#cast section h2 {
	font-weight: bold;
	width: 94%;
	margin: 0 auto;
	}
#cast section h3 {
	font-weight: bold;
	width: 94%;
	margin: 0 auto 1em auto;
	}
#cast section .casttxt {
	text-align: left;
	width: 94%;
	margin: 0 auto;
	}

#cast #staff h1 {
	margin-top: 1em;
	}
#cast #staff h2 {
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	width: 6em;
	margin: 0 auto 0.5em;
	padding:0.2em 0 0 0;
	}
#cast #staff h3 {
	margin-bottom: 0.3em;
	}#cast #staff h3.btm {margin-bottom: 2em;}
#cast #staff p {
	font-size: 80%;
	margin-bottom: 1.5em;
	}
	
	
/*------------CHART--------------*/
#chart {
    position:relative;
	background-color: #06334b;
	padding: 5em 0;
	background-image: url(../img/bg_light_bl.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50% auto;
}
#chart h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#chart section {
	width: 94%;
	margin: 0 auto;	
	}
#chart section img {
	width:100%;
	}

/*SNS AREA*/
	#sns {
		width:auto;
		margin: 5em auto 2.5em auto;
	}
	#sns ul {
		display: flex;
		justify-content:center;
		margin-bottom: 2em;
	}
	#sns ul li img {
		width:4em;
		margin: 0 0.5em;
	}
	#sns p {
		text-align: center;
		margin-bottom: 10px;
	}
	#sns p.twbnr img {
		width:90%;
	}
	#sns p.lnkbnr img {
		width:90%;
		margin-bottom: 1em;
	}
	
}



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

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

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

@media only screen and (max-width:550px){
	
}




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

@media only screen and (min-width:751px){

/*------------HEADER--------------*/
#header {
	width:100%;
	background-color: #032437;
	background-image:url(../img/mainBG_pc.jpg);
    background-repeat: no-repeat;
	background-position: center bottom;
	height: 542px;
	}
#header .inner {
	width:1100px;
	height: 542px;
	position: relative;
	margin: 0 auto;
	}
	#header h1 {
		text-align: right;
		position: absolute;
		right:0;
		bottom: 25px;
	}
	#header h1 img {
		width:459px;
	}
	
	#start {
		width:100%;
		margin: 0;
		padding: 0;
		height:auto;
		line-height: 0;
		text-align: center;
		background-color: #a60712;
	}
	#start img {width:auto%;}
	
	#header #head_text {
		position: absolute;
		right: 0;
		top:30px;
	}
	#header #head_text p {
		text-align: right;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#header #movie {
		text-align: right;
		position: absolute;
		left:0;
		bottom: 25px;
	}
	#header #movie .smp { display: none;}
/*------------NAVI--------------*/
#navi {
    width:100%;
	background-image: url(../img/navi_bg.png);
	background-position: left top;
	background-repeat: repeat;
	margin: 0 auto;
}
#navi ul {
	width:1100px;
	margin: 0 auto;
    display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
#navi ul li {
	width:auto;
	height:89px;
	display: inline-table;
	vertical-align: middle;
	padding-top: 10px;
	}
	#navi ul li img {
		width:100%;
	}
	#navi ul li a:hover {
		opacity: 0.5;
	}


/*------------INTRODUCTION--------------*/
#introduction {
	background-color: #000;
}
#introduction .inner {
	width:1100px;
	margin: 0 auto;
	padding: 5em 0;
	background-image: url(../img/bg_light_bk.png);
	background-repeat: no-repeat;
	background-position: 150px top;
	}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#introduction * {
		color: #fff;
	}
#introduction h2 {
	margin: 0 auto 0.5em;
	}
#introduction p	{
	margin: 0 auto 3em;
	}
	
#introduction section {
	width:90%;
	margin: 0 auto;
	background-color: #e3e3e3;
	padding:1.5em 5%;
	text-align: center;
	box-shadow:0px 0px 30px 3px #7a6b23 inset;
	}
#introduction section * { 
	color: #000;
	}
#introduction section h1 {
	width:auto;
	border-bottom: 7px solid #000;
	display: inline-block;
	line-height: 1.2;
	margin: 0 auto 1em auto;
	font-size: 180%;
	}
#introduction section p{
	width:100%;
	margin-bottom: 0;
	text-align: left;
	}
	

	
/*------------STORY AREA--------------*/
#story{
    position:relative;
	background-color: #06334b;
}
#story .inner{
	width:1100px;
	margin: auto;
	padding: 5em 0;
	background-image: url(../img/bg_light_bl.png);
	background-repeat: no-repeat;
	background-position: 150px top;
}
#story h1 {
	text-align: center;
	margin-bottom: 2em;
	}
.tab_wrap{
    width:100%;
	margin: auto;
}
.multiple-items,
.multiple-items .box,
.multiple-items .box a,
.multiple-items .box img {
	margin: 0;
	padding: 0;
	line-height: 1;
	}
	.multiple-items {background-color: #e4e9eb;}

	#story h1.storynumber {
		background-color: #000;
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-weight: bold;
		font-size: 220%;
		padding: 0.3em 0 0.3em 0.5em;
		margin: 0;
	}
	#story h1.storynumber span {
		font-size: 70%;
	}
	#story section {
		background-color: #e4e9eb;
		padding: 0.5em;
	}
	#story section h1 {
		text-align: center;
		margin-bottom: 0.5em;
		font-size: 180%;
		color: #000;
	}
	#story section p {
		text-align: left;
		color: #000;
	}


/*------------CAST&STAFF--------------*/
#cast {
	background-color: #000;
	width:100%;
}
#cast * {color: #000;}
#cast .inner {
	width:1100px;
	margin: 0 auto;
	background-color: #000;
	padding: 5em 0;
	background-image: url(../img/bg_light_bk.png);
	background-repeat: no-repeat;
	background-position: 150px top;
}
#cast h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#cast .inner div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
#cast section {
	width:48%;
	margin: 0 auto 2em auto;
	background-color: #e3e3e3;
	padding:0 0 1.5em 0;
	text-align: center;
	box-shadow:0px 0px 30px 3px #7a6b23 inset;
	}
#cast section .castphoto {
	width:100%;
	margin-bottom: 1em;
	}
#cast section .castphoto img {
	width:100%;
	}
#cast section h1 {
	width:auto;
	border-bottom: 7px solid #000;
	display: inline-block;
	line-height: 1.2;
	margin: 0 auto 0.5em auto;
	font-size: 220%;
	font-weight: bold;
	}
#cast section h2 {
	font-weight: bold;
	width: 94%;
	margin: 0 auto;
	}
#cast section h3 {
	font-weight: bold;
	width: 94%;
	margin: 0 auto 1em auto;
	}
#cast section .casttxt {
	text-align: left;
	width: 94%;
	margin: 0 auto;
	}

#cast section#staff {
	width:100%;
	}
#cast #staff h1 {
	margin-top: 1em;
	}
#cast #staff h2 {
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	width: 6em;
	margin: 0 auto 0.5em;
	padding:0.2em 0 0 0;
	}
#cast #staff h3 {
	margin-bottom: 0.3em;
	}#cast #staff h3.btm {margin-bottom: 2em;}
#cast #staff p {
	font-size: 80%;
	margin-bottom: 1.5em;
	}
	
/*------------CHART--------------*/
#chart {
    position:relative;
	background-color: #06334b;
	width:100%;
}
#chart .inner {
	width:1100px;
	margin: 0 auto;
	padding: 5em 0;
	background-image: url(../img/bg_light_bl.png);
	background-repeat: no-repeat;
	background-position: 150px top;
}
#chart h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#chart section {
	width: 94%;
	margin: 0 auto;	
	}
#chart section img {
	width:auto;
	}

	
		
/*SNS AREA*/
	#sns {
		width:auto;
		margin: 3em auto 2.5em auto;
	}
	#sns ul {
		display: flex;
		justify-content:center;
		margin-bottom: 1em;
	}
	#sns ul li img {
		width:27px;
		margin: 0 0.5em;
	}
	#sns p {
		text-align: center;
		margin-bottom: 10px;
	}
	#sns p.twbnr img {
		width:200px;
	}
	#sns p.lnkbnr img {
		width:464px;
		margin: 0 0.5em;
	}
	
	
}


