/*----------------------------------------
** グッバイ・ゴダール！
** 2018.7.13 fri
** style
----------------------------------------*/
img {
	max-width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
img[src$=".svg"] {
	max-width: 100%;
	width: 100%; /* IE対応 */
	height: auto;
}


#wrapper {
	width: 100%;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 87.5%;
	overflow-x: hidden;
}
section {
	width: 100%;
	position: relative;
}
.__inner {
	max-width: 85%;
	/*width: 97%;*/
	margin: 0 auto;
	position: relative;
}

.__top {
	background: rgba(255,225,0,1.0) url(../img/bg-kv_pc.jpg) center center no-repeat;
	background-size: cover;
	min-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding-top: 51.5%;
	position: relative;
	overflow: hidden;
}

/*-----------------------------------------
** header
-----------------------------------------*/
header {
	width: 40%;
	position: absolute;
	top: 20%;
	right: 25%;
	transform: translateX(50%);
	z-index: 10;
	opacity: 1;
}
header h1 {
	margin-top: 0;
	margin-bottom: 0;
}
header h1 img {
	max-width: 100%;
	height: auto;
}

/*-----------------------------------------
** section.__top
-----------------------------------------*/
/*CANNES*/
.__cannes {
	width: 35%;
	margin: 0 auto 25px;
}
/*Catch Copy*/
.__catchCopy {
	width: 25%;
	position: absolute;
	top: 52%;
	right: 25%;
	transform: translateX(50%);
	z-index: 10;
}
/*BILLING*/
.__billing {
	width: 32%;
	position: absolute;
	bottom: 25%;
	right: 25%;
	transform: translateX(50%);
	z-index: 10;
}
/*ROADSHOW*/
.__roadshow {
	width: 17%;
	position: absolute;
	bottom: 15%;
	right: 23%;
	transform: translateX(50%);
	z-index: 10;
}
/*GODAR, ANNE*/
.__godar {
	width: 10%;
	position: absolute;
	top: 10%;
	right: 0;
}
.__anne {
	width: 20%;
	position: absolute;
	bottom: 2%;
	left: 50%;
}
/*SNS*/
.__ic-sns {
	width: 20%;
	position: absolute;
	top: 1%;
	right: 0.5%;
	text-align: right;
}
.__ic-sns ul {
	list-style: none;
	letter-spacing: -.4em;
	padding: 0;
	margin: 0;
}
.__ic-sns ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 13%;
	padding: 0 1.5%;
}
.__ic-sns ul li img {
	transition: 0.2s linear;
}
.__ic-sns ul li:hover img {
	animation: zoomUp 0.12s linear 2;
}


/*COMMENT BANNER*/
.__bn-comment {
	width: 8%;
	position: absolute;
	bottom: 2%;
	right: 2%;
}
.__bn-comment img {
	transition: 0.2s all;
}
.__bn-comment:hover img {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
/*DVD BANNER*/
#dvd {
	display: none;
}
.__bn-dvd-pc {
	position: absolute;
	width: 15%;
	left: 30px;
	bottom: 30px;
}

*[class^='__bn-dvd-'] img {
	transition: 0.2s all;
}
*[class^='__bn-dvd-']:hover img {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
/*.__bn-dvd-pc img {
	transition: 0.2s all;
}
.__bn-dvd-pc:hover img {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}*/


/*-----------------------------------------
** INTRODUCTION
-----------------------------------------*/
#intro {
	background: url(../img/intro/img-intro-01.jpg) center center no-repeat fixed;
	background-size: cover;
	padding-top: 51.5%;
}
#intro h2 {
	margin-bottom: 100px;
}
#intro h2 img {
	height: 90px;
}
#intro > div:first-child {
	background: rgba(255,255,255,0.9);
	width: 100%;
}
#intro > div:last-child {
	/*background: url(../img/intro/img-intro-02.jpg) center center no-repeat;*/
	width: 100%;
}
#intro > div:last-child img {
	width: 100%;
}
#intro .__inner {
	padding: 6% 0;
}
#intro .__tx-L {
	width: 48%;
	float: left;
	text-align: justify;
}
#intro .__tx-R {
	width: 48%;
	float: right;
	text-align: justify;
}
#intro .__lead {
	font-weight: 700;
	font-size: 1.05rem;
	margin-bottom: 1.5rem;
}
#intro p {
	line-height: 1.8;
}


/*-----------------------------------------
** STORY
-----------------------------------------*/
#story {
	background: rgba(254,225,1,1.0);
}
#story h2 {
	margin-bottom: 100px;
}
#story h2 img {
	height: 90px;
}
#story > div:first-child {
	background: url(../img/story/bg-story.svg) 2% 55% no-repeat;
	background-size: 55% auto;
	width: 100%;
}
#story > div:last-child {
	/*background: url(../img/intro/img-intro-02.jpg) center center no-repeat;*/
	width: 100%;
}
#story > div:last-child img {
	width: 100%;
}
#story .__inner {
	padding: 6% 1.5%;
	max-width: 1400px;
}
#story .__tx-L {
	width: 48%;
	float: left;
	text-align: justify;
}
#story .__tx-R {
	width: 48%;
	float: right;
	position: relative;
}
#story .__lead {
	font-weight: 700;
	font-size: 1.05rem;
	margin-bottom: 1.5rem;
}
#story p {
	line-height: 1.8;
}


#story .__tx-R > div:first-child,
#story .__tx-R > div:nth-of-type(3) {
	position: absolute;
	left: 0;
	width: 65%;
	/*max-width: 415px;*/
}
#story .__tx-R > div:nth-of-type(2),
#story .__tx-R > div:last-child {
	position: absolute;
	left: 56%;
	width: 45%;
	/*max-width: 290px;*/
}
#story .__tx-R > div:first-child {
	top: 0;
}
#story .__tx-R > div:nth-of-type(2) {
	top: 15%;
	z-index: 2;
}
#story .__tx-R > div:nth-of-type(3) {
	top: 45%;
}
#story .__tx-R > div:last-child {
	top: 60%;
	z-index: 2;
}
#story .__tx-R > div img {
	width: 100%;
	max-width: inherit;
}

div[class^='fadeImg-'] {
	background: rgba(254,225,1,1.0);
	opacity: 0;
	transition: 0.3s;
}
div[class^='fadeImg-'].__show {
	opacity: 1;
}

/*-----------------------------------------
** PRODUCTION NOTE
-----------------------------------------*/
#prono {
	background: rgba(238,238,239,1.0);
}
#prono .__inner {
	padding: 6% 0;
}
#prono h2 {}
#prono h2 img {
	height: 200px;
}
#prono > div:first-child {
	background-image: url(../img/prono/prono-godar.png), url(../img/prono/prono-anne.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 3% bottom, 95% bottom;
	background-size: 20% auto, 18% auto;
	width: 100%;
}
#prono > div:last-child {
	/*background-image: url(../img/prono/prono-godar.png), url(../img/prono/prono-anne.png);
	background-repeat: none, none;
	background-position: 3% bottom, 95% bottom;
	background-size: 15% auto, 15% auto;*/
	width: 100%;
}
#prono > div:last-child img {
	width: 100%;
}
#prono > div:last-child > div {
	width: calc(100% / 3);
	height: 200px;
	float: left;
	margin: 0;
	color: rgba(0,0,0,1.0);
	text-align: center;
	font-weight: 700;
	font-size: 1.1rem;
}
#prono > div:last-child > div:nth-child(odd) {
	background: rgba(249,190,0,1.0);
}
#prono > div:last-child > div:nth-child(even) {
	background: rgba(212,14,25,1.0);
}
#prono > div:last-child > div a {
	display: block;
	color: rgba(0,0,0,1.0);
	padding: 2%;
	height: 100%;
	position: relative;
}
#prono > div:last-child > div a span {
	display: block;
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	text-align: center;
	width: calc(100% - 4%);
	transition: 0.2s linear;
}
#prono > div:last-child > div a span:before,
#prono > div:last-child > div a span:after {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,0.8);
	content: "";
	opacity: 0;
	transition: all 0.3s;
}
#prono > div:last-child > div a span:before {
	top: -5px;
	transform: translateY(10px);
}

#prono > div:last-child > div a span:after {
	bottom: -5px;
	transform: translateY(-10px);
}
#prono > div:last-child > div a:hover span:before,
#prono > div:last-child > div a:hover span:after {
	opacity: 1;
	transform: translateY(0px);
}

/*-----------------------------------------
** CAST
-----------------------------------------*/
#cast {
	background: rgba(0,121,194,1.0) url(../img/cast/bg-cast.jpg) left top no-repeat fixed;
	background-size: cover;
}
#cast h2 {
	margin-bottom: 30%;
}
#cast h2 img {
	height: 180px;
}
#cast > div:first-child {
	width: 100%;
}
#cast > div:last-child {
	/*background: url(../img/intro/img-intro-02.jpg) center center no-repeat;*/
	width: 100%;
}
#cast > div:last-child img {
	width: 100%;
}
#cast .__inner {
	padding: 6% 0;
	max-width: 80%;
}
#cast ul {
	list-style: none;
	letter-spacing: -.4em;
	padding: 0;
	margin: 0;
	text-align: center;
}
#cast ul li {
	display: inline-block;
	letter-spacing: normal;
	padding: 0 2.5% 5%;
	margin: 0;
	width: 30%;
	text-align: left;
	vertical-align: top;
}
#cast ul li a {
	display: block;
	color: rgba(255,255,255,1.0);
}
#cast ul li a img {
	transition: 0.2s linear;
	border: 10px solid rgba(212,14,25,0.0);
}
#cast ul li a:hover img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	
	-webkit-filter: contrast(100%);
	-moz-filter: contrast(100%);
	-o-filter: contrast(100%);
	-ms-filter: contrast(100%);
	filter: contrast(100%);
	
	border: 10px solid rgba(212,14,25,1.0);
}


#cast .__photo {
	margin-bottom: 7px;
	/*background: rgba(212,14,25,1.0);*/
}
.__name {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 5px;
	transition: 0.2s linear;
}
.__role {
	font-size: 0.9rem;
	transition: 0.2s linear;
}
a:hover .__name,
a:hover .__role {
	color: rgba(249,190,0,1.0);
}


/*-----------------------------------------
** STAFF
-----------------------------------------*/
#staff {
	background: rgba(212,14,25,1.0) url(../img/staff/bg-staff.jpg) left top no-repeat fixed;
	background-size: cover;
	position: relative;
}
#staff h2 {
	margin-bottom: 100px;
}
#staff h2 img {
	height: 200px;
}
#staff .__inner {
	padding: 6% 0;
}
#staff .__tx-L {
	width: 48%;
	float: left;
	text-align: justify;
}
#staff .__tx-R {
	width: 48%;
	float: right;
	position: relative;
}
#staff .__lead {
	font-weight: 700;
	font-size: 1.05rem;
	margin-bottom: 1.5rem;
}
#staff p {
	line-height: 1.8;
}

#staff ul {
	list-style: none;
	letter-spacing: -.4em;
	padding: 0;
	margin: 0;
	text-align: center;
}
#staff ul li {
	display: block;
	letter-spacing: normal;
	padding: 0 0 5%;
	margin: 0 auto;
	width: 22%;
	text-align: left;
	vertical-align: top;
}
#staff ul li a {
	display: block;
	color: rgba(255,255,255,1.0);
}
#staff ul li a img {
	transition: 0.2s linear;
	border: 10px solid rgba(0,121,194,0.0);
}
#staff ul li a:hover img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);

	-webkit-filter: contrast(100%);
	-moz-filter: contrast(100%);
	-o-filter: contrast(100%);
	-ms-filter: contrast(100%);
	filter: contrast(100%);
	
	border: 10px solid rgba(0,121,194,1.0);
}

#staff .__photo {
	margin-bottom: 7px;
	/*background: rgba(0,121,194,1.0);*/
}
.__anne-staff {
	width: 20%;
	position: absolute;
	right: 7%;
	bottom: 0;
}


/*-----------------------------------------
** OUTRO
-----------------------------------------*/
#outro {
	background: rgba(255,255,255,1.0);
}
#outro .__inner {
	padding: 0 0 3%;
}
#outro h2 {}
#outro h2 img {
	height: 80px;
}
#outro > div:first-child {
	width: 100%;
	background: url(../img/outro/img-outro.jpg) center bottom no-repeat;
	background-size: cover;
	padding-top: 41.5%;
}
#outro > div:last-child {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
}
#outro > div:last-child img {
	width: 100%;
}





/*-----------------------------------------
** btn effect
-----------------------------------------*/
/* rumble effect */
.__rumble:hover{
	animation: rumble 0.12s linear 2;
}

@keyframes rumble{
	0%	{transform:rotate(0deg)	translate(0,0);}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
	25%	{transform:rotate(0.8deg)	translate(0px,1px);}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
	50%	{transform:rotate(0deg)	translate(0,0);}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
	75%	{transform:rotate(-0.8deg)	translate(0,1px);}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
	100%	{transform:rotate(0deg)	translate(0,0);}
}

/* ripple efect */
.ripple__effect {
	/* 値の変更はエフェクト形体・サイズ・スピードに影響する */
	width: 150px;
	height: 150px;
	/* 必須 */
	position: absolute;
	border-radius: 100%;
	pointer-events: none;
	transform: scale(0);
	opacity: 0;
}
/* エフェクト要素の色を指定 */
.ripple__effect.is-orange { background: #FFB700;}
.ripple__effect.is-blue   { background: #4aa3df;}
.ripple__effect.is-black  { background: #999;}
/* classが付与されたらアニメーションを実行 */
.ripple__effect.is-show {
	animation: ripple 0.75s ease-out;
}
@keyframes ripple {
	from {
		opacity: 1;
		background: rgba(255,255,25,,1.0);
	}
	to {
		transform: scale(2);
		opacity: 0;
		background: rgba(255,255,25,,1.0);
	}
}

@keyframes zoomUp {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.0);
	}
}




/*-----------------------------------------
**
** query
**
-----------------------------------------*/
@media screen and (min-width:981px) and (max-width:1080px){
	
}
@media screen and (min-width:801px) and (max-width:980px){
	
}

@media screen and (min-width:641px) and (max-width:800px){
	
}

@media screen and (max-width:640px) {
	.__inner {
		max-width: 90%;
		/*width: 97%;*/
		margin: 0 auto;
		position: relative;
	}
	
	
	.__top {
		background: rgba(255,225,0,1.0) url(../img/bg-kv_sp.jpg) center top no-repeat;
		background-size: 100% auto;
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding-top: 110vh;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	
	/*-----------------------------------------
	** header
	-----------------------------------------*/
	header {
		width: 94%;
		position: absolute;
		top: 23%;
		right: 3%;
		transform: none;
		z-index: 10;
		opacity: 1;
		margin: 0 auto 30px;
	}
	header h1 {
		margin-top: 0;
		margin-bottom: 0;
	}
	header h1 img {
		max-width: 100%;
		height: auto;
	}
	
	/*-----------------------------------------
	** section.__top
	-----------------------------------------*/
	/*CANNES*/
	.__cannes {
		width: 50%;
		margin: 0 auto 15px;
	}
	/*CATCH COPY*/
	.__catchCopy {
		width: 70%;
		position: absolute;
		top: 39%;
		right: 15%;
		transform: none;
		z-index: 10;
	}
	/*BILLING*/
	.__billing {
		width: 90%;
		position: inherit;
		bottom: inherit;
		right: inherit;
		transform: none;
		z-index: 10;
		margin: 0 auto 30px;
	}
	/*ROADSHOW*/
	.__roadshow {
		width: 50%;
		position: inherit;
		bottom: inherit;
		right: inherit;
		transform: none;
		z-index: 10;
		margin: 0 auto 30px;
	}
	/*GODAR, ANNE*/
	.__godar {
		width: 19%;
		position: absolute;
		top: 20.5%;
		right: 0;
	}
	.__anne {
		width: 35%;
		position: absolute;
		bottom: inherit;
		top: 43%;
		left: 0;
	}
	/*SNS*/
	.__ic-sns {
		width: 80%;
		position: inherit;
		top: inherit;
		right: inherit;
		text-align: center;
		margin: 0 auto 15px;
	}
	.__ic-sns ul {
		list-style: none;
		letter-spacing: -.4em;
		padding: 0;
		margin: 0;
	}
	.__ic-sns ul li {
		display: inline-block;
		letter-spacing: normal;
		width: 11%;
		padding: 0 1%;
	}
	
	
	/*COMMENT BANNER*/
	.__bn-comment {
		width: 22%;
		position: absolute;
		bottom: 46.5%;
		right: 2%;
	}
	/*DVD banner*/
	.__bn-dvd-pc {
		display: none;
	}
	#dvd {
		display: block;
		background: rgba(255,255,255,1.0);
		padding: 15px 0;
	}
	.__bn-dvd-sp {
		width: 80%;
		margin: 0 auto;
	}
	
	
	/*-----------------------------------------
	** INTRODUCTION
	-----------------------------------------*/
	#intro {
		background: none;
		padding-top: 50vh;
	}
	#intro:before {
		content: "";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background:url(../img/intro/img-intro-01_sp.jpg) center center no-repeat; /*fixedをトル！*/
		-webkit-background-size: cover;/*Android4*/
		background-size: cover;
	}
	#intro h2 {
		margin-bottom: 40px;
		text-align: center;
	}
	#intro h2 img {
		height: 40px;
	}
	#intro > div:first-child {
		background: rgba(255,255,255,0.9);
		width: 100%;
		z-index: 1;
		position: relative;
	}
	#intro > div:last-child {
		/*background: url(../img/intro/img-intro-02.jpg) center center no-repeat;*/
		width: 100%;
	}
	#intro > div:last-child img {
		width: 100%;
		z-index: 1;
		position: relative;
	}
	#intro .__inner {
		padding: 6% 0;
	}
	#intro .__tx-L {
		width: 100%;
		float: inherit;
		text-align: justify;
		margin: 0 auto 25px;
	}
	#intro .__tx-R {
		width: 100%;
		float: inherit;
		text-align: justify;
		margin: 0 auto 0;
	}
	#intro .__lead {
		font-weight: 700;
		font-size: 1.00rem;
		margin-bottom: 1.5rem;
	}
	#intro p {
		line-height: 1.6;
	}
	
	
	/*-----------------------------------------
	** STORY
	-----------------------------------------*/
	#story {
		background: rgba(254,225,1,1.0);
	}
	#story h2 {
		margin-bottom: 40px;
		text-align: center;
	}
	#story h2 img {
		height: 40px;
	}
	#story > div:first-child {
		background: url(../img/story/bg-story.svg) 2% 20% no-repeat;
		background-size: contain;
		width: 100%;
	}
	#story > div:last-child {
		/*background: url(../img/intro/img-intro-02.jpg) center center no-repeat;*/
		width: 100%;
	}
	#story > div:last-child img {
		width: 100%;
	}
	#story .__inner {
		padding: 6% 5%;
	}
	#story .__tx-L {
		width: 100%;
		float: inherit;
		text-align: justify;
	}
	#story .__tx-R {
		width: 100%;
		float: inherit;
		position: relative;
	}
	#story .__lead {
		font-weight: 700;
		font-size: 1.05rem;
		margin-bottom: 1.5rem;
	}
	#story p {
		line-height: 1.8;
	}

	#story .__tx-R > div:first-child,
	#story .__tx-R > div:nth-of-type(3) {
		position: inherit;
		left: inherit;
		width: 50%;
		height: 120px;
		float: left;
		overflow: hidden;
		padding: 2px;
	}
	#story .__tx-R > div:nth-of-type(2),
	#story .__tx-R > div:last-child {
		position: inherit;
		left: inherit;
		width: 50%;
		height: 120px;
		float: left;
		overflow: hidden;
		padding: 2px;
	}
	#story .__tx-R > div:first-child {
		top: 0;
	}
	#story .__tx-R > div:nth-of-type(2) {
		top: inherit;
		z-index: 2;
	}
	#story .__tx-R > div:nth-of-type(3) {
		top: inherit;
	}
	#story .__tx-R > div:last-child {
		top: inherit;
		z-index: 2;
	}
	#story .__tx-L > div img,
	#story .__tx-R > div img {
		width: auto;
		height: 140px;
		max-width: inherit;
	}
	
	
	/*-----------------------------------------
	** PRODUCTION NOTE
	-----------------------------------------*/
	#prono {
		background: rgba(238,238,239,1.0);
	}
	#prono .__inner {
		padding: 6% 0;
	}
	#prono h2 {}
	#prono h2 img {
		height: 100px;
	}
	#prono > div:first-child {
		background-image: url(../img/prono/prono-godar.png), url(../img/prono/prono-anne.png);
		background-repeat: no-repeat, no-repeat;
		background-position: 3% bottom, 95% bottom;
		background-size: 20% auto, 18% auto;
		width: 100%;
	}
	#prono > div:last-child {
		width: 100%;
	}
	#prono > div:last-child img {
		width: 100%;
	}
	#prono > div:last-child > div {
		width: calc(100% / 2);
		height: 120px;
		float: left;
		margin: 0;
		color: rgba(0,0,0,1.0);
		text-align: center;
		font-weight: 700;
		font-size: 0.8rem;
		letter-spacing: -.05rem;
	}
	#prono > div:last-child > div:nth-child(odd) {
		background: none;
	}
	#prono > div:last-child > div:nth-child(even) {
		background: none;
	}
	#prono > div:last-child > div:nth-of-type(1),
	#prono > div:last-child > div:nth-of-type(4),
	#prono > div:last-child > div:nth-of-type(5),
	#prono > div:last-child > div:nth-of-type(8),
	#prono > div:last-child > div:nth-of-type(9) {
		background: rgba(249,190,0,1.0);
	}
	#prono > div:last-child > div:nth-of-type(2),
	#prono > div:last-child > div:nth-of-type(3),
	#prono > div:last-child > div:nth-of-type(6),
	#prono > div:last-child > div:nth-of-type(7) {
		background: rgba(212,14,25,1.0);
	}
	#prono > div:last-child > div a {
		display: block;
		color: rgba(0,0,0,1.0);
		padding: 2%;
		height: 100%;
		position: relative;
	}
	#prono > div:last-child > div a span {
		display: block;
		position: absolute;
		bottom: 50%;
		transform: translateY(50%);
		text-align: center;
		width: calc(100% - 4%);
	}
	
	
	/*-----------------------------------------
	** CAST
	-----------------------------------------*/
	#cast {
		background: rgba(0,121,194,1.0) url(../img/cast/bg-cast_sp.jpg) center top no-repeat;
		background-size: cover;
		position: relative;
	}
	/*#cast:before {
		content: "";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background:url(../img/cast/bg-cast_sp.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}*/
	#cast h2 {
		margin-bottom: 250px;
	}
	#cast h2 img {
		height: 90px;
	}
	#cast > div:first-child {
		width: 100%;
	}
	#cast > div:last-child {
		/*background: url(../img/intro/img-intro-02.jpg) center center no-repeat;*/
		width: 100%;
	}
	#cast > div:last-child img {
		width: 100%;
	}
	#cast .__inner {
		padding: 6% 0;
		max-width: 100%;
	}
	#cast ul {
		list-style: none;
		letter-spacing: -.4em;
		padding: 0 1.5%;
		margin: 0;
		text-align: center;
	}
	#cast ul li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0 1.5% 7%;
		margin: 0;
		width: calc(100% /2);
		margin: 0 auto;
		text-align: left;
		vertical-align: top;
	}
	#cast ul li a {
		display: block;
		color: rgba(255,255,255,1.0);
	}
	#cast ul li a img {
		transition: 0.2s linear;
		border: 5px solid rgba(212,14,25,0.0);
	}
	#cast ul li a:hover img {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		filter: grayscale(100%);

		-webkit-filter: contrast(100%);
		-moz-filter: contrast(100%);
		-o-filter: contrast(100%);
		-ms-filter: contrast(100%);
		filter: contrast(100%);
		border: 5px solid rgba(212,14,25,1.0);
	}


	#cast .__photo {
		margin-bottom: 7px;
		/*background: rgba(212,14,25,1.0);*/
	}
	.__name {
		font-size: 0.85rem;
		font-weight: 700;
		margin-bottom: 5px;
		transition: 0.2s linear;
		letter-spacing: -0.07rem;
	}
	.__role {
		font-size: 0.64rem;
		transition: 0.2s linear;
		letter-spacing: -0.07rem;
	}
	a:hover .__name,
	a:hover .__role {
		color: rgba(249,190,0,1.0);
	}


	/*-----------------------------------------
	** STAFF
	-----------------------------------------*/
	#staff {
		background: rgba(212,14,25,1.0) url(../img/staff/bg-staff_sp.jpg) center top no-repeat;
		background-size: cover;
		position: relative;
	}
	#staff h2 {
		margin-bottom: 40px;
	}
	#staff h2 img {
		height: 100px;
	}
	#staff .__inner {
		padding: 6% 0 10%;
		max-width: 80%;
	}

	#staff ul {
		list-style: none;
		letter-spacing: -.4em;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#staff ul li {
		display: block;
		letter-spacing: normal;
		padding: 0 0 7%;
		margin: 0 auto;
		width: 63%;
		text-align: left;
		vertical-align: top;
	}
	#staff ul li a {
		display: block;
		color: rgba(255,255,255,1.0);
	}
	#staff ul li a img {
		transition: 0.2s linear;
		border: 5px solid rgba(0,121,194,0.0);
	}
	#staff ul li a:hover img {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		filter: grayscale(100%);

		-webkit-filter: contrast(100%);
		-moz-filter: contrast(100%);
		-o-filter: contrast(100%);
		-ms-filter: contrast(100%);
		filter: contrast(100%);
		border: 5px solid rgba(0,121,194,1.0);
	}

	#staff .__photo {
		margin-bottom: 7px;
		/*background: rgba(0,121,194,1.0);*/
	}
	.__anne-staff {
		width: 28%;
		position: absolute;
		right: 2%;
		bottom: 0;
	}
	
	
	/*-----------------------------------------
	** OUTRO
	-----------------------------------------*/
	#outro {}
	#outro .__inner {
		padding: 0 0 15px;
	}
	#outro h2 {
		margin: 0;
	}
	#outro h2 img {
		height: 40px;
	}
	#outro > div:first-child {
		width: 100%;
		background: url(../img/outro/img-outro.jpg) center bottom no-repeat;
		background-size: cover;
		padding-top: 45%;
	}
	#outro > div:last-child {
		max-width: 1000px;
		width: 80%;
		margin: 0 auto;
		padding: 3% 0;
	}
	#outro > div:last-child img {
		width: 100%;
	}
	
	
}



/*-----------------------------------------
** #__pf デジタル配信
-----------------------------------------*/
.__bn-pf-pc {
	position: absolute;
	width: 9%;
	left: 30px;
	bottom: 20%;
}
#__pf {
	background: rgba(212,14,25,1.0);
}
#__pf .__inner {
	max-width: 1050px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	color: rgba(255,255,255,1.0);
}
#__pf h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
}
#__pf ul {
	list-style: none;
	letter-spacing: -.4em;
	padding: 0;
	margin: 0;
}
#__pf ul li {
	display: inline-block;
	letter-spacing: normal;
	width: calc(100% / 8);
	border-radius: 3px;
	padding: 0.15%;
}
#__pf ul li a {
	display: block;
	background: rgba(255,255,255,1.0);
	border-radius: 3px;
	padding: 10px;
}
#__pf ul li img {
	max-width: 100%;
	transition: 0.2s linear;
}
#__pf ul li a:hover img {
	opacity: 0.6;
}
#__pf p {
	font-size: 75%;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0;
}
#__pf .__50on {
	text-align: right;
	margin-bottom: 0.5em;
}

@media screen and (min-width:641px) and (max-width:800px){
	/*-----------------------------------------
	** #__pf デジタル配信
	-----------------------------------------*/
	.__bn-pf-pc {
		position: absolute;
		width: 13%;
		left: 30px;
		bottom: 25%;
	}
	#__pf .__inner {
		max-width: 90%;
		margin: 0 auto;
		padding: 20px 0;
		color: rgba(255,255,255,1.0);
	}
	#__pf h2 {
		margin: 0 0 20px 0;
		text-align: center;
	}
	#__pf ul {
		list-style: none;
		letter-spacing: -.4em;
		padding: 0;
		margin: 0;
	}
	#__pf ul li {
		display: inline-block;
		letter-spacing: normal;
		width: calc(100% / 4);
		border-radius: 3px;
		padding: 0.25%;
	}
	#__pf ul li a {
		display: block;
		background: rgba(255,255,255,1.0);
		border-radius: 3px;
		padding: 10px;
	}
	#__pf ul li img {
		max-width: 100%;
		transition: 0.2s linear;
	}
	#__pf ul li a:hover img {
		opacity: 0.6;
	}
	#__pf p {
		font-size: 75%;
	}
	#__pf .__50on {
		text-align: right;
	}
}

@media screen and (max-width:640px) {
	/*-----------------------------------------
	** #__pf デジタル配信
	-----------------------------------------*/
	.__bn-pf-pc {
		position: absolute;
		width: 28%;
		left: 15px;
		bottom: 21%;
	}
	#__pf .__inner {
		max-width: 95%;
		margin: 0 auto;
		padding: 15px 0;
		color: rgba(255,255,255,1.0);
	}
	#__pf h2 {
		margin: 0 0 20px 0;
		text-align: center;
	}
	#__pf ul {
		list-style: none;
		letter-spacing: -.4em;
		padding: 0;
		margin: 0;
	}
	#__pf ul li {
		display: inline-block;
		letter-spacing: normal;
		width: calc(100% / 2);
		border-radius: 3px;
		padding: 0.5%;
	}
	#__pf ul li a {
		display: block;
		background: rgba(255,255,255,1.0);
		border-radius: 3px;
		padding: 15px;
	}
	#__pf ul li img {
		max-width: 100%;
		transition: 0.2s linear;
	}
	#__pf ul li a:hover img {
		opacity: 0.6;
	}
	#__pf p {
		font-size: 70%;
	}
	#__pf .__50on {
		text-align: right;
	}
}
