body {
	background-color: #4f4398;
}
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%;
}
#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 {
	background-color: #e3c499;
	padding: 5em 0;
}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#introduction h1 img {
		width: 90%;
	}

#introduction * {
		color: #75490d;
	}
#introduction h2 {
	width:94%;
	color: #4f4398;
	margin: 0 auto 0.7em;
	font-family: iroha-21popura-stdn, sans-serif;
	font-style: normal;
	font-weight:bold;
	line-height: 1.4;
	font-size: 120%;
	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: #4f4398;
	padding:1.5em 2%;
	text-align: center;
	}
#introduction section * { 
	color: #FFF;
	}
#introduction section h1 {
	width:auto;
	border-bottom: 7px solid #FFF;
	display: inline-block;
	line-height: 1.2;
	margin: 0 auto 1em auto;
	font-size: 180%;
	font-family: iroha-21popura-stdn, sans-serif;
	font-style: normal;
	font-weight:bold;
	line-height: 1.5;
	}
#introduction section p{
	width:95%;
	margin-bottom: 0;
	text-align: left;
	}
	
	
/*------------STORY--------------*/
#story{
    position:relative;
	background-color: #4f4398;
	padding: 5em 0;
}
#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: #FFF;}

	#story h1.storynumber {
		background-color: #FFF;
		color: #5f5198;
		font-family: century-gothic, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 220%;
		padding: 0.3em 0 0.3em 0.5em;
		margin: 0;
	}
	#story h1.storynumber span {
		font-size: 70%;
	}
	#story section {
		background-color: #FFF;
		padding: 0.5em;
	}
	#story section h1 {
		font-size: 180%;
		color: #4f4398;
		text-align: center;
		margin-bottom: 0.5em;
		font-family: iroha-21popura-stdn, sans-serif;
		font-style: normal;
		font-weight:bold;
		line-height: 1.5;
	}
	#story section p {
		text-align: left;
		color: #4f4398;
	}

/*------------CAST&STAFF--------------*/
#cast {
	background-color: #e3c499;
	padding: 5em 0;

}
#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: #5f5198;
	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: iroha-21popura-stdn, sans-serif;
	font-style: normal;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing: -0.1em;
	}
#cast section h2 {
	width: 94%;
	margin: 0 auto;
	font-size: 150%;
	font-family: iroha-21popura-stdn, sans-serif;
	font-style: normal;
	font-weight:bold;
	}
#cast section h3 {
	width: 94%;
	margin: 0 auto 1em auto;
	font-family: iroha-21popura-stdn, sans-serif;
	font-style: normal;
	font-weight:400;
	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: #5f5198;
	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: #4f4398;
	padding: 5em 0;
}
#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: right;
		position: absolute;
		right:0;
		bottom: 0;
	}
	#header h1 img {
		width:500px;
	}
	
	#start {
		width:100%;
		margin: 0;
		padding: 0;
		height:auto;
		line-height: 0;
		text-align: center;
		background-color: #a60712;
	}
	#start .start {
		background-color: #db1557;
	}
	#start .schedule {
		display: block;
		background-color: #a65907;
		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;
		
	}
	#start .bnr_vod_keryon {
		display: none;
	}
	
	#header #head_text {
		position: absolute;
		right: 0;
		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;
}
#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%;
	}
	#navi ul li a:hover {
		opacity: 0.5;
	}


/*------------INTRODUCTION--------------*/
#introduction {
	background-color: #e3c499;
}
#introduction .inner {
	width:1100px;
	margin: 0 auto;
	padding: 5em 0;
	}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#introduction * {
		color: #75490d;
	}
#introduction h2 {
	color: #4f4398;
	margin: 0 auto 0.7em;
	font-family: iroha-21popura-stdn, sans-serif;
	font-style: normal;
	font-weight:bold;
	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: #4f4398;
	padding:1.5em 5%;
	text-align: center;
	}
#introduction section * { 
	color: #fff;
	}
#introduction section h1 {
	width:auto;
	border-bottom: 7px solid #fff;
	display: inline-block;
	line-height: 1.2;
	margin: 0 auto 1em auto;
	font-size: 180%;
	font-family: iroha-21popura-stdn, sans-serif;
	font-style: normal;
	font-weight:bold;
	line-height: 1.5;
	}
#introduction section p{
	width:100%;
	margin-bottom: 0;
	text-align: left;
	}
	

	
/*------------STORY AREA--------------*/
#story{
    position:relative;
	background-color: #4f4398;
}
#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: #fff;}

	#story h1.storynumber {
		background-color: #FFF;
		color: #5f5198;
		font-family: century-gothic, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 250%;
		padding: 0.3em 0 0.3em 0.5em;
		margin: 0;
	}
	#story h1.storynumber span {
		font-size: 70%;
	}
	#story section {
		background-color: #fff;
		padding: 0.5em;
	}
	#story section h1 {
		text-align: center;
		margin-bottom: 0em;
		font-size: 220%;
		color: #5f5198;
		font-family: iroha-21popura-stdn, sans-serif;
		font-style: normal;
		font-weight:bold;
		line-height: 1.5;
	}
	#story section p {
		text-align: left;
		color: #5f5198;
		padding: 1em;
		font-size: 100%;
	}


/*------------CAST&STAFF--------------*/
#cast {
	background-color: #e3c499;
	width:100%;
}
#cast * {color: #fff;}
#cast .inner {
	width:1100px;
	margin: 0 auto;
	background-color: #e3c499;
	padding: 5em 0;
}
#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: #5f5198;
	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: iroha-21popura-stdn, sans-serif;
	font-style: normal;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing: -0.1em;
	}
#cast section h2 {
	font-weight: bold;
	font-size: 180%;
	font-family: iroha-21popura-stdn, sans-serif;
	width: 94%;
	margin: 0 auto 1em;
	}
#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 {
	}
	
#cast #staff h1 {
	margin-top: 1em;
	letter-spacing: 0;
	margin-bottom: 2em;
	}
#cast #staff h2 {
	font-weight: bold;
	background-color: #FFF;
	color: #5f5198;
	width: 6em;
	font-size: 160%;
	margin: 0 auto 0.5em;
	padding:0.2em 0 0 0;
	}
#cast #staff h3 {
	margin-bottom: 0.3em;
	font-size: 180%;
	}#cast #staff h3.btm {margin-bottom: 2em;}
#cast #staff p {
	font-size: 100%;
	width:90%;
	margin: 0 auto 3em auto;
	}
	
/*------------CHART--------------*/
#chart {
    position:relative;
	background-color: #4f4398;
	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;
	}
	
	
}


