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

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

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

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

@media only screen and (max-width:750px){
/*------------HEADER--------------*/
body {
	background-color: #000;
	background-image: url(../img/TOPbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
	
#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;
    padding-top: 130.26666%;
	position: relative;
	background-repeat: no-repeat;
	}
	#header h1 {
		text-align: center;
		position: absolute;
		width:100%;
		top: 30%;
  left: 0;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	}
	#header h1 img {
		width:80%;
	}
	
	#start {
		width:100%;
		margin: 0;
		padding: 0;
		height:auto;
		line-height: 0;
	}
	#start img {width:100%;}

	#start .schedule #pctw { display: none;}
	
	#head_text {
		display: none;
	}
	#head_text .slide-right { text-align: left;}
	#head_text .slide-left { text-align: right;}
	#head_text p { margin-bottom: 1em;}
	
	#head_text img {
		width:80%;
	}
	#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;
	}

/*------------ATTENTION--------------*/
#attention {
	width:90%;
	margin: 1.5em auto;
	border:5px solid #FFF;
	padding: 10px;
	}
	#attention h1 {
		color: #FFF;
		text-align: center;
		font-family: source-han-sans-japanese, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 180%;
	}
	#attention p {
		color: #FFF;
		text-align: center;
	}

/*------------NAVI--------------*/
#navi {
    width:100%;
}
#navi ul {
	width:96%;
	margin: 0.5em auto;
    display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
#navi ul li {
	width:47%;
	margin-bottom: 0.8em;
	height:auto;
	text-align: center;
	padding: 10px 1%;
	background-color: #000;
	line-height: 1;
	}
	#navi ul li.msg {width:100%;}
#navi ul li img {
	height:inherit;
	width:100%;
	}
	#navi ul li a:hover {
		opacity: 0.5;
	}



/*------------INTRODUCTION--------------*/
#introduction {
	
	padding: 5em 0;
}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#introduction h1 img {
		width: 90%;
	}

#introduction * {
	color: #FFF;
	}
#introduction h2 {
	width:94%;
	margin: 0 auto 0.7em;
	line-height: 1.4;
	color: #FFF;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	}
#introduction h2 p {
	border-bottom: 3px solid #b71592;
	display: inline;
	font-size: 150%;
	}
#introduction h2 em {
	font-style: normal;
	color: #b71592;
	font-weight: 500;
	}

#introduction p	{
	width:94%;
	margin: 0 auto 3em;
	line-height: 1.6;
	}
#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: #860468;
	padding:1.5em 2%;
	text-align: center;
	}
#introduction section * { 
	color: #FFF;
	}
	#introduction section em {
	font-style: normal;
	color: #d8e823;
	}

#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: source-han-sans-japanese, sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.5;
	}
#introduction section p{
	width:95%;
	margin-bottom: 0;
	text-align: left;
	}
	
	
/*------------STORY--------------*/
#story{
    position:relative;
	background-color: #860468;
	padding: 5em 0;
}
#story h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#story h1 img {
		width: 90%;
	}

.tab_wrap{
    width:94%;
	margin: auto auto 2em 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: #000;}

	#story h1.storynumber {
		background-color: #000;
		color: #fff;
		font-family: source-han-sans-japanese, sans-serif;
		font-weight: 500;
		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: #000;
		padding: 1em;
		text-align: center;
	}
	#story section h1 {
		display: inline-block;
		font-size: 180%;
		background: #FFF;
		color: #000;
		text-align: center;
		margin-bottom: 0.5em;
		font-family: source-han-sans-japanese, sans-serif;
		font-weight: 600;
		font-style: normal;
		line-height: 1.5;
	}
	#story section p {
		text-align: left;
		color: #FFF;
		font-family: fot-seurat-pron, sans-serif;
		font-weight: 600;
		font-style: normal;
		line-height: 1.6;
	}

/*------------CAST&STAFF--------------*/
#cast {
	background-color: #000;
	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: #860468;
	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 .prof {
	width:95%;
	margin: 0 auto 1em auto;
	padding:0.5em 0;
	background-color:#64034e;
	}
	
#cast section h1 {
	width:auto;
	border-bottom: 7px solid #fff;
	display: inline-block;
	margin: 0 auto 0.2em auto;
	font-size: 220%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	}
	#cast section h1 span {font-size: 60%; margin-left: 0.5em;}
#cast section .prof p {
	font-size: 80%;
	}
#cast section h2 {
	width: 94%;
	margin: 0 auto;
	font-size: 150%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	}
#cast section h3 {
	width: 94%;
	margin: 0 auto 1em auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	}
#cast section .casttxt {
	text-align: left;
	width: 94%;
	margin: 0 auto;
	}	
	
#cast section dl {
	width:94%;
	margin: 0 auto;
	border:2px solid #64034e;
	text-align: center;
	padding-bottom: 1em;
	line-height: 1.4;
	}
#cast section dl dt {
	background-color: #64034e;
	color: #FFF;
	display: inline-block;
	margin-bottom: 1em;
	padding:0.2em 1em 0.3em;
	font-family: fot-seurat-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	}
#cast section dl dd {
	font-family: fot-seurat-pron, sans-serif;
	}

#cast section#staff {
	width:94%;
	margin: 0 auto 2em auto;
	background-color: #860468;
	padding:0 0 1.5em 0;
	text-align: center;
	}
#cast #staff h1 {
	margin: 0.5em auto 1em auto;
	letter-spacing: 0;
	}
#cast #staff h2 {
	font-weight: bold;
	background-color: #64034e;
	color: #FFF;
	width: 6em;
	font-size: 150%;
	margin: 0 auto 0.5em;
	padding:0.2em 0 0 0;
	}
#cast #staff h3 {
	color: #FFF;
	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: #860468;
	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: 0 auto;
		padding: 5em 0 2.5em 0;
		background-color: #000;
	}
	.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;
	}
	
.snstop {
	width:auto;
	background-color: none;
	text-align: center;
	}
.snstop img {
	width:96%;
	}
	
}



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

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

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

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




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

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

/*------------HEADER--------------*/
body {
	background-color: #000;
	background-image: url(../img/TOPbg_PC.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
	
#header {
	width:100%;
	height: 542px;
	background-image:url(../img/mainBG_pc.jpg);
    background-repeat: no-repeat;
	background-position: center bottom;
	}
#header .inner {
	width:1100px;
	height: 542px;
	position: relative;
	margin: 0 auto;
	}
	#header h1 {
		text-align: right;
		position: absolute;
		right:0;
		top: 180px;
	}
	#header h1 img {
		width:620px;
	}
	
	#start {
		width:100%;
		margin: 0;
		padding: 0;
		height:auto;
		line-height: 0;
		text-align: center;
		background-color: #000;
	}
	#start .start {
		background-color: #000;
	}
	#start .schedule {
		display: block;
		background-color: #860468;
		width:100%;
	}
	#start .schedule .inner {
		display: flex;
		justify-content:center;
		align-items: center;
		position: relative;
		width:1100px;
		height:69px;
		margin: 0 auto 1em auto;
	}#start .schedule .inner #pctw { margin-top:10px; }
	
	#start img {width:auto;}
	

	#start .bnr_vod_keryon {
		display: none;
	}
	
	#header #head_text {
		position: absolute;
		right: 50px;
		top:30px;
	}
	#header #head_text p {
		width:511px;
		margin: 0;
		padding: 0;
	}
	#header #head_text p#head_text01 {text-align: center;}
	#header #head_text p#head_text02 {text-align: center;}
	
	#header #head_text p img {
		width:inherit;
	}
	#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;
	}

	
/*------------ATTENTION--------------*/
#attention {
	width:1050px;
	margin: 2em auto;
	border:5px solid #FFF;
	padding: 10px;
	}
	#attention h1 {
		color: #FFF;
		text-align: center;
		font-family: source-han-sans-japanese, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 180%;
	}
	#attention p {
		color: #FFF;
		text-align: center;
	}
	
/*------------NAVI--------------*/
#navi {
    width:100%;
	margin: 0 auto;
	z-index: 10000;
	background-color:none;
}
#navi ul {
	width:1100px;
	margin: 0.5em auto;
    display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
#navi ul li {
	width:32%;
	height:auto;
	margin-bottom: 0.8em;
	display: inline-table;
	vertical-align: middle;
	padding: 15px 0; 
	background-color: #000;
	text-align: center;
	}
	#navi ul li.btm {
		width:48.5%;
	}
	#navi ul li img {
		height:100%;
	}
	#navi ul li a:hover {
		opacity: 0.5;
	}


/*------------INTRODUCTION--------------*/
#introduction {
	
}
#introduction .inner {
	width:1100px;
	margin: 0 auto;
	padding: 5em 0;
	}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#introduction * {
		color: #fff;
	}
#introduction h2 {
	margin: 0 auto 0.7em;
	line-height: 1.4;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	}
#introduction h2 p {
	border-bottom: 3px solid #b71592;
	display: inline;
	font-size: 200%;
	}
#introduction h2 p.bg01 {
	background-color: #bd15db;
	}
#introduction h2 p.bg02 {
	background-color: #ff00b4;
	}
#introduction h2 p em {
	font-style: normal;
	color: #b71592;
	font-weight: 600;
	}
	
#introduction p	{
	margin: 0 auto 3em;
	
	
	line-height: 1.6;
	}
#introduction #photosumb {
	width:1100px;
	margin: 0 auto 3em;
	display: flex;
	}
#introduction #photosumb img {
	width:33.33333%;
	height: auto;
	}
	
#introduction section {
	width:90%;
	margin: 0 auto;
	background-color:#860468;
	padding:1.5em 5%;
	text-align: center;
	}
#introduction section * { 
	color: #FFF;
	}
	#introduction section em {
	font-style: normal;
	color: #ffea00;
	}
#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: source-han-sans-japanese, sans-serif;
	font-weight: 800;
	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: #860468;
}
#story .inner{
	width:1100px;
	margin: auto;
	padding: 5em 0;
}
#story h1 {
	text-align: center;
	margin-bottom: 2em;
	}
.tab_wrap{
    width:100%;
	margin: auto auto 2em 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: #000;}

	#story h1.storynumber {
		background-color: #000;
		color: #fff;
		font-family: source-han-sans-japanese, sans-serif;
		font-weight: 500;
		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: #000;
		padding: 0.5em;
		text-align: center;
	}
	#story section h1 {
		display: inline-block;
		text-align: center;
		margin-bottom: 0em;
		font-size: 220%;
		background: #ffea00;
		color: #ac00cb;
		font-family: source-han-sans-japanese, sans-serif;
		font-weight: 600;
		font-style: normal;
		line-height: 1.5;
	}
	#story section p {
		text-align: left;
		color: #FFF;
		font-family: source-han-sans-japanese, sans-serif;
		font-weight: 400;
		font-style: normal;
		padding: 1em;
		font-size: 100%;
	}


/*------------CAST&STAFF--------------*/
#cast {
	background-color: #000;
	width:100%;
}
#cast * {color: #fff;}
#cast .inner {
	width:1100px;
	margin: 0 auto;
	background-color: #000;
	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: #860468;
	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 .prof {
	width:92%;
	margin: 0 auto 1em auto;
	padding:0.5em 0 0 0;
	background-color:#64034e;
	}
	
#cast section h1 {
	width:auto;
	border-bottom: 7px solid #fff;
	display: inline-block;
	margin: 0 auto 0.5em auto;
	font-size: 220%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0;
	}#cast section h1 span {font-size: 60%; margin-left: 0.5em;}
#cast section .prof p {
	width:100%;
	font-size: 80%;
	}
#cast section h2 {
	font-size: 180%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	width: 94%;
	margin: 0 auto 0.5em;
	}
#cast section h3 {
	width: 94%;
	margin: 0 auto 1em auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	}
#cast section .casttxt {
	text-align: left;
	width: 94%;
	margin: 0 auto;
	}
#cast section dl {
	width:91%;
	margin: 0 auto;
	border:2px solid #64034e;
	text-align: center;
	padding-bottom: 1em;
	line-height: 1.4;
	}
#cast section dl dt {
	background-color: #64034e;
	color: #FFF;
	display: inline-block;
	margin-bottom: 1em;
	padding:0.2em 1em 0.3em;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	}
#cast section dl dd {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	}

#cast section#staff {
	background-color: #860468;
	}
	
#cast #staff h1 {
	margin-top: 1em;
	letter-spacing: 0;
	margin-bottom: 2em;
	}
#cast #staff h2 {
	font-weight: bold;
	background-color: #64034e;
	color: #FFF;
	width: 6em;
	font-size: 160%;
	margin: 0 auto 0.5em;
	padding:0.2em 0 0 0;
	}
#cast #staff h3 {
	color: #FFF;
	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: #860468;
	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;
	text-align: center;
}
#chart h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#chart section {
	width: 94%;
	margin: 0 auto;	
	}
#chart section img {
	width:100%;
	}

	
		
/*SNS AREA*/
	.sns {
		background-color: #000;
		width:auto;
		margin: 0 auto;
		padding: 3em 0 2.5em 0;
	}
	.snstop {
		display: none;
	}
	
	.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;
	}
	
	
}


