body {
	background-color: #b6b9be;
}
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:cover;
	height: 0;
    padding-top: 141.2%;
	position: relative;
	background-repeat: no-repeat;
	}
	#header h1 {
		text-align: center;
		position: absolute;
		right:0;
		bottom: 0;
	}
	#header h1 img {
		width:100%;
	}
	
	#start {
		width:100%;
		margin: 0;
		padding: 0;
		height:auto;
		line-height: 0;
	}
	#start img {width:100%;}
	
	#start .schedule #head_twitter {
		display: block;
		width:100%;
		background-color: #00a2f5;
	}
	#start .bnr_vod_keryon {
		display: block;
		width:100%;
		background-color: #000;
	}
	
	#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;}
	
	#header #minogashi {
		display: none;
	}


/*------------NAVI--------------*/
#navi {
    width:100%;
	background-color: #0088a7;
}
#navi ul {
	width:100%;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
#navi ul li {
	width:auto;
	height:50px;
	text-align: center;
	padding-top: 10px;
	}
#navi ul li img {
	height:50px;
	}
	#navi ul li a:hover {
		opacity: 0.5;
	}



/*------------INTRODUCTION--------------*/
#introduction {
	padding: 5em 0;
	background-color: #b6b9be;
	background-image: url(../img/articleBG.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size:auto;
}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#introduction h1 img {
		width: 90%;
	}

#introduction * {
		color: #414141;
	}
#introduction h2 {
	width:94%;
	color: #001a2e;
	margin: 0 auto 0.7em;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4;
	font-size: 160%;
	letter-spacing: -0.05em;
	}
#introduction p	{
	width:94%;
	margin: 0 auto 3em;
	}
#introduction #photosumb {
	width:94%;
	margin: 0 auto 3em;
	display: flex;
	}
#introduction #photosumb img {
	width:33.33333%;
	}
	
#introduction section {
	width:90%;
	margin: 0 auto;
	background-color: #a99515;
	padding:1.5em 2%;
	text-align: center;
	}
#introduction section * { 
	color: #FFF;
	}
#introduction section h1 {
	width:auto;
	border-bottom: 3px solid #FFF;
	display: inline-block;
	line-height: 1.2;
	margin: 0 auto 1em auto;
	font-size: 180%;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	}
#introduction section p{
	width:95%;
	margin-bottom: 0;
	text-align: left;
	}
	
	
/*------------STORY--------------*/
#story{
    position:relative;
	background-color: #0088a7;
	padding: 5em 0;
	background-image: url(../img/articleBG2.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size:auto;
}
#story h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#story h1 img {
		width: 90%;
	}

.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: #001a2e;}

	#story h1.storynumber {
		background-color: #001a2e;
		color: #FFF;
		font-family: garamond-premier-pro, serif;
		font-weight: 500;
		font-style: normal;
		font-size: 220%;
		padding: 0.3em 0 0.3em 0.5em;
		margin: 0;
	}
	#story h1.storynumber em {
		font-size: 150%;
		font-style: normal;
	}
	#story h1.storynumber span {
		font-size: 70%;
	}
	#story section {
		background-color: #001a2e;
		padding: 0.5em;
	}
	#story section h1 {
		font-size: 180%;
		color: #0088a7;
		text-align: center;
		margin-bottom: 0.5em;
		font-family: dnp-shuei-mincho-pr6, sans-serif;
		font-weight: 600;
		font-style: normal;
		line-height: 1.5;
	}
	#story section p {
		text-align: left;
		color: #FFF;
	}

/*------------CAST&STAFF--------------*/
#cast {
	background-color: #b6b9be;
	padding: 5em 0;
	background-image: url(../img/articleBG.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size:auto;
}
#cast * {color: #fff;}
#cast h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#cast h1 img {
		width: 90%;
	}
#cast section {
	width:94%;
	margin: 0 auto 2em auto;
	background-color: #0088a7;
	padding:0 0 1.5em 0;
	text-align: center;
	}
#cast section .castphoto {
	width:100%;
	margin-bottom: 1em;
	}
#cast section .castphoto img {
	width:100%;
	}
#cast section h1 {
	width:auto;
	border-bottom: 7px solid #fff;
	display: inline-block;
	margin: 0 auto 0.5em auto;
	font-size: 220%;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.1em;
	}
#cast section h2 {
	width: 94%;
	margin: 0 auto;
	font-size: 150%;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	}
#cast section h3 {
	width: 94%;
	margin: 0 auto 1em auto;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	}
#cast section .casttxt {
	text-align: left;
	width: 94%;
	margin: 0 auto;
	}

#cast #staff h1 {
	margin-top: 1em;
	letter-spacing: 0;
	}
#cast #staff h2 {
	font-weight: bold;
	background-color: #FFF;
	color: #0088a7;
	width: 6em;
	font-size: 150%;
	margin: 0 auto 0.5em;
	padding:0.2em 0 0 0;
	}
#cast #staff h3 {
	font-size: 150%;
	margin-bottom: 0.3em;
	}#cast #staff h3.btm {margin-bottom: 2em;}
#cast #staff p {
	font-size: 100%;
	margin-bottom: 1.5em;
	}
	
	
/*------------CHART--------------*/
#chart {
    position:relative;
	background-color: #0088a7;
	padding: 5em 0;
	background-image: url(../img/articleBG2.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size:auto;
}
#chart h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#chart h1 img {
		width: 90%;
	}
#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: center;
		position: absolute;
		right:50px;
		bottom: 20px;
	}
	#header h1 img {
		width:600px;
	}
	
	#start {
		width:100%;
		margin: 0;
		padding: 0;
		height:auto;
		line-height: 0;
		text-align: center;
		background-color: #a60712;
	}
	#start .start {
		background-color: #a79100;
	}
	#start .schedule {
		display: block;
		background-color: #001a2e;
		width:100%;
	}
	#start .schedule .inner {
		display: block;
		position: relative;
		width:1100px;
		height:69px;
		margin: 0 auto;
	}
	#start img {width:auto;}
	
	#start .schedule #head_twitter {
		display: block;
		position: absolute;
		top:20px;
		right: 30px;
	}
	#start .schedule #head_twitter img {
		width:200px;
		
	}
	
	#header #head_text {
		position: absolute;
		right: 50px;
		top:50px;
	}
	#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;}
	
	#header #minogashi {
		text-align: right;
		position: absolute;
		left:0;
		bottom: 85px;
	}
	
/*------------NAVI--------------*/
#navi {
    width:100%;
	margin: 0 auto;
	background-color: #0088a7;
}
#navi ul {
	width:1100px;
	margin: 0 auto;
    display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
#navi ul li {
	width:auto;
	height:68px;
	display: inline-table;
	vertical-align: middle;
	padding: 15px 0;
	}
	#navi ul li img {
		height:100%;
		border: 1px solid #fff;
		padding: 10px;
	}
	#navi ul li a:hover {
		opacity: 0.5;
	}


/*------------INTRODUCTION--------------*/
#introduction {
	background-color: #b6b9be;
	background-image: url(../img/articleBG.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: contain;
}
#introduction .inner {
	width:1100px;
	margin: 0 auto;
	padding: 5em 0;
	}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#introduction * {
		color: #414141;
	}
#introduction h2 {
	color: #001a2e;
	margin: 0 auto 0.7em;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4;
	font-size: 200%;
	letter-spacing: -0.05em;
	
	}
#introduction p	{
	margin: 0 auto 3em;
	}
#introduction #photosumb {
	width:1100px;
	margin: 0 auto 3em;
	display: flex;
	}
#introduction #photosumb img {
	width:33.33333%;
	}
	
#introduction section {
	width:90%;
	margin: 0 auto;
	background-color: #a99515;
	padding:1.5em 5%;
	text-align: center;
	}
#introduction section * { 
	color: #fff;
	}
#introduction section h1 {
	width:auto;
	border-bottom: 3px solid #fff;
	display: inline-block;
	line-height: 1.2;
	margin: 0 auto 1em auto;
	font-size: 180%;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	}
#introduction section p{
	width:100%;
	margin-bottom: 0;
	text-align: left;
	}
	

	
/*------------STORY AREA--------------*/
#story{
    position:relative;
	background-color: #0088a7;
	background-image: url(../img/articleBG2.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size:contain;
}
#story .inner{
	width:1100px;
	margin: auto;
	padding: 5em 0;
}
#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: #001a2e;}

	#story h1.storynumber {
		background-color: #001a2e;
		color: #FFF;
		font-family: garamond-premier-pro, serif;
		font-weight: 500;
		font-style: normal;
		font-size: 280%;
		padding: 0.3em 0 0.3em 0.5em;
		margin: 0;
	}
	#story h1.storynumber em {
		font-size: 150%;
		font-style: normal;
	}
	#story h1.storynumber span {
		font-size: 70%;
	}
	#story section {
		background-color: #001a2e;
		padding: 0.5em;
	}
	#story section h1 {
		text-align: center;
		margin-bottom: 0em;
		font-size: 220%;
		color: #FFF;
		font-family: dnp-shuei-mincho-pr6, sans-serif;
		font-weight: 600;
		font-style: normal;
		line-height: 1.5;
	}
	#story section p {
		text-align: left;
		color: #FFF;
		padding: 1em;
		font-size: 100%;
	}


/*------------CAST&STAFF--------------*/
#cast {
	background-color: #b6b9be;
	width:100%;
	background-image: url(../img/articleBG.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: contain;
}
#cast * {color: #fff;}
#cast .inner {
	width:1100px;
	margin: 0 auto;
	padding: 5em 0;
}
#cast h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#cast .inner div {
	display: block;
	justify-content: center;
	}
#cast section {
	width:98%;
	display: flex;
	align-items:center;
	margin: 0 auto 2em auto;
	background-color: #0088a7;
	padding:0 0 0 0;
	text-align: center;
	border: 2px solid #0088a7;
	line-height: 1;
	}
#cast section .castphoto {
	width:50%;
	margin-bottom: 0;
	padding: 0;
	line-height: 1;
	}
#cast section .castpro {
	width:50%;
	margin-bottom: 0;
	line-height: 1.5;
	}
#cast section .castphoto img {
	width:100%;
	height: 100%;
	}
#cast section h1 {
	width:auto;
	border-bottom: 3px solid #fff;
	display: inline-block;
	margin: 0 auto 0.5em auto;
	font-size: 220%;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.1em;
	}
#cast section h2 {
	font-weight: bold;
	font-size: 180%;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 94%;
	margin: 0 auto 1em;
	}
#cast section h3 {
	font-weight: bold;
	width: 94%;
	margin: 0 auto 1em auto;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	}
#cast section .casttxt {
	text-align: left;
	width: 94%;
	margin: 0 auto;
	
	}

#cast section#staff {
	display: block;
	padding-bottom: 2.5em;
	}
	
#cast #staff h1 {
	margin-top: 1em;
	letter-spacing: 0;
	margin-bottom: 2em;
	line-height: 1.5;
	}
#cast #staff h2 {
	font-weight: bold;
	background-color: #FFF;
	color: #0088a7;
	width: 6em;
	font-size: 160%;
	margin: 0 auto 0.5em;
	padding:0.2em 0 0 0;
	line-height: 1.6;
	}
#cast #staff h3 {
	margin-bottom: 0.3em;
	font-size: 180%;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	}#cast #staff h3.btm {margin-bottom: 2em;}
#cast #staff p {
	font-size: 100%;
	width:90%;
	margin: 0 auto 3em auto;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	}
	
/*------------CHART--------------*/
#chart {
    position:relative;
	background-color: #0088a7;
	width:100%;
	background-image: url(../img/articleBG2.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size:contain;
}
#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;	
	text-align: center;
	}
#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;
	}
	
	
}


