/*-----------------------------------------
**
** GODZILLA / SP
**
-----------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body#sp {
	background: rgba(0,0,0,1.0);
}

/*-----------------------------------------
** noise
-----------------------------------------*/
#noise {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0.15;
}
#noise {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
/*-----------------------------------------
** opning movie
-----------------------------------------*/
.__op-movie {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	overflow: hidden;
	/*display: none;*/
}
.__op-movie video.__vid {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*-----------------------------------------
** noise
-----------------------------------------*/
#noise {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0.15;
}
#noise {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

/*-----------------------------------------
** loading
-----------------------------------------*/
.loadingWrap{
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	/*display: none;*/
}
.loadingWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

/*-----------------------------------------
** #wrap, section
-----------------------------------------*/
#sp #wrap {
	width : 100%;
	height : 100%;
	position: relative;
}
#sp #wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
#wrap img.__img {
	width: 100%;
	height: auto;
}



/*--------------------------------------
**
** keyvisual
**
--------------------------------------*/
.__vis {
	position: relative;
	background: url(../img/top-gzl.png) left top no-repeat;
	background-size: contain;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.__vis .__kv {
	/*min-width: 100%;
	min-height: 100%;*/
	width: 100%;
	height: auto;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	
}
.__vis h1 {
	width: 90%;
	margin: 0;
	position: absolute;
	bottom: 16%;
	left: 5%;
}
.__vis h2 {
	margin: 0;
	width: 10px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.__vis h3 {
	margin: 0;
	width: 25%;
	position: absolute;
	bottom: 8%;
	left: 37.5%;
}
.__vis h4 {
	margin: 0;
	width: 90%;
	position: absolute;
	bottom: 28%;
	left: 5%;
}

.__vis h1 img,
.__vis h2 img,
.__vis h3 img,
.__vis h4 img {
	max-width: 100%;
}


/*--------------------------------------
**
** contents
**
--------------------------------------*/
section {
	position: relative;
	/*height: 100%;*/
}
.__contents {
	position: absolute;
	width: 100%;
	top: 91vh;
	left: 0;
	/*background: url(../img/bg-grid.png) 0 0;*/
	z-index: 2;
	padding: 2.5%;
}


/*--------------------------------------
** movie
--------------------------------------*/
.__movie {
  margin-top: 30px;
	margin-bottom: 30px;
}
.__movie .__tab {
	
}
.__movie .__tab img {
	max-width: 100%;
	vertical-align: bottom;
}
.__movie .__thumb {
	background: rgba(255,255,255,0.8);
	padding: 10px;
}
.__movie .__thumb div {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.__movie .__thumb div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*--------------------------------------
** news, theater
--------------------------------------*/
.__contents .__news,
.__contents .__theater{
	margin-top: 15px;
	display: block;
	background: url(../img/bg-dt.png) left top no-repeat;
	width: 100%;
	font-family: 'gzl-humanbold';
	font-size: 18px;
	/*color: rgba(3,44,74,1.0);*/
	color: rgba(0,0,0,1.0);
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
	position: relative;
}
.__contents .__news:before,
.__contents .__theater:before{
	position:absolute;
	top: 30%;
	left:10px;
	width: 15px;
	height: 15px;
	content: "";
	background: url(../img/ic-nav-g.png) 10% center no-repeat;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.__contents .__news a,
.__contents .__news a:visited,
.__contents .__news a:active,
.__contents .__news a:hover {
	display: block;
	/*color: rgba(3,44,74,1.0);*/
	color: rgba(0,0,0,1.0);
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
}
.__contents .__theater a,
.__contents .__theater a:visited,
.__contents .__theater a:active,
.__contents .__theater a:hover {
	display: block;
	/*color: rgba(3,44,74,1.0);*/
	color: rgba(0,0,0,1.0);
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
}

/*--------------------------------------
** contents navi
--------------------------------------*/
.__contents dl {
	/*margin: 0 0 30px 0;*/
	margin: 0 0 10px 0;
	padding: 0;
	color: rgba(3,44,74,1.0);
}
.__contents dl dt {
	margin-top: 15px;
	display: block;
	background: url(../img/bg-dt.png) left top no-repeat;
	width: 100%;
	font-family: 'gzl-humanbold';
	font-size: 18px;
	/*color: rgba(3,44,74,1.0);*/
	color: rgba(0,0,0,1.0);
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
	padding-top: 13px;
	padding-bottom: 13px;
	position: relative;
	
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.__contents dl dt._active {
	
}
.__contents dl dt:before{
	position:absolute;
	top: 30%;
	left:10px;
	width: 15px;
	height: 15px;
	content: "";
	background: url(../img/ic-nav-g.png) 10% center no-repeat;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.__contents dl dt._active:before{
	/*top: 12px;
	right: 15px;*/
	width: 17px;
	height: 17px;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.__contents dl dd {
	display: none;
	margin-left: 0;
	background: rgba(255,255,255,0.8);
}

.__contents dl dd h2 {
	font-family: 'gzl-humanbold';
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
dd .__img img {
	max-width: 100%;
}
.__inner {
	padding: 0 15px 15px;
}

dd .__close {
	font-family: 'gzl-humanbold';
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}
dd .__close img {
	vertical-align: middle;
	transform: rotate(-45deg);
	margin-right: 10px;
}

/*--------------------------------------
** INTRO / STORY
--------------------------------------*/
.__inner h2.__line {
	border-top: 1px solid rgba(3,44,74,1.0);
	padding-top: 30px;
	margin-top: 0;
}
#intro .__tx {
	padding-bottom: 30px;
}
#en {
	display: none;
}
.__tx:nth-child(3),
.__tx:nth-child(4){
	border-bottom: none;
}
#intro .__tx p {
	text-indent: 1em;
	line-height: 1.8;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;
}
#intro .__tx p.__lead {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.__lang-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	list-style: none;
	margin-left: 0;
	margin-top: 20px;
	padding-left: 0;
	/*display: none;*/
}
.__lang-wrap li {
	width: 50%;
	padding: 8px;
	text-align: center;
	font-size: 11px;
	font-family: 'gzl-humanbold';
	cursor: pointer;
	transition: all 1s;
	background: rgba(255,255,255,1.0);
}
.__lang-wrap li.__active {
	background: rgba(24,102,140,1.0);
	color: rgba(255,255,255,1.0)
}

span.__kerning {
	letter-spacing: -0.1em;
}

/*--------------------------------------
** STAFF
--------------------------------------*/
#staff .__tx.__line{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(3,44,74,1.0);
}
#staff .__posi {
	font-size: 14px;
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	vertical-align: middle;
}
#staff .__name {
	font-size: 20px;
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	vertical-align: middle;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(3,44,74,1.0);
}
#staff .__tag {
	font-family: 'gzl-humanbold';
	font-size: 14px;
	margin-bottom: 10px;
}
#staff .__comment {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 30px;
}
#staff .__profile {
	font-size: 13px;
}

#staff table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0 15px;
	border: none;
}
#staff table th,
#staff table td {
	border: none;
	margin-bottom: 10px;
}
#staff table th {
	width: 37%;
	font-weight: bold;
	font-size: 13px;
	color: rgba(3,44,74,1.0);
	text-align: left;
	vertical-align: middle;
}
#staff table td {
	width: 63%;
	color: rgba(3,44,74,1.0);
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	font-family: "a-otf-ryumin-pr6n",serif;
	border-left: 1px solid rgba(3,44,74,1.0);
	padding-left: 1em;
}
/*#staff table tr:last-child td:last-child {
	border-left: none;
}*/

/*--------------------------------------
** CAST
--------------------------------------*/
#cast .__tx {
	position: relative;
	margin-bottom: 30px;
}
#cast .__tx.__line{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(3,44,74,1.0);
}
#cast .__photo {
	width: 35%;
	float: left;
}
#cast .__photo img {
	max-width: 100%;
}
#cast .__name {
	width: 65%;
	float: left;
	padding-left: 10px;
	position: relative;
	top: 50%;
	transform: translate(0,50%);
}
#cast .__name span {
	display: block;
}
#cast .__kanji {
	font-size: 20px;
	font-family: "a-otf-futo-min-a101-pr6n",serif;
}
#cast .__rome {
	font-family: 'gzl-humanbold';
	font-size: 15px;
	margin-bottom: 0px;
	letter-spacing: -0.02em;
}

#cast .__profile {
	font-size: 13px;
	clear: both;
}
#cast .__tag {
	font-family: 'gzl-humanbold';
	font-size: 15px;
	margin-bottom: 20px;
	display: block;
}
#cast .__profile p {
	margin-top: 0;
	margin-bottom: 0;
}
#cast .__chara {
	font-size: 13px;
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	margin-bottom: 7px;
}

/*--------------------------------------
** CHARACTER
--------------------------------------*/
#character ul {
	list-style: none;
	padding-left: 0;
}
#character ul li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 15px;
	float: left;
	text-align: center;
}
#character ul li img {
	max-width: 100%;
	margin-bottom: 5px;
}
#character ul li span {
	display: block;
}
#character .__kana {
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	font-size: 14px;
	letter-spacing: -0.02em;
}
#character .__rome {
	font-family: 'gzl-humanbold';
	font-size: 11px;
	letter-spacing: -0.02em;
}

#character ul li a,
#character ul li a:visited,
#character ul li a:active,
#character ul li a:hover {
	color: rgba(3,44,74,1.0);
	text-decoration: none;
	display: block;
}


/*--------------------------------------
** GALLERY
--------------------------------------*/
#gallery ul {
	list-style: none;
	padding-left: 0;
}
#gallery ul li {
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
#gallery ul li img {
	max-width: 100%;
}



/*--------------------------------------
** REPOERT
--------------------------------------*/
#report .__inner {
	padding-top: 15px;
	border-top: 1px solid rgba(3,44,74,0.2);
}
#report h2 {
	margin-top: 0;
}
#report ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}
#report ul li {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#report ul li a {
	color: rgba(3,44,74,1.0);
	text-decoration: none;
}
#report .__date {
	font-family: 'gzl-humanbold';
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
}
#report .__title {
	font-size: 13px;
	padding-bottom: 14px;
	font-family: "a-otf-ryumin-pr6n",serif;
	margin-top: 0;
}





/*--------------------------------------
** SNS
--------------------------------------*/
.__sns {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.__sns div {
	position: relative;
}
.__sns div:nth-child(2) {
	margin-left: 45px;
	margin-right: 45px;
}
.__sns div a {
	display: block;
	position: relative;
	/*top: 50%;
	-webkit-transform: translate(0,50%);
	-moz-transform: translate(0,50%);
	-ms-transform: translate(0,50%);
	transform: translate(0,50%);*/
}
.__sns div:nth-child(1) img,
.__sns div:nth-child(3) img {
	width: 11px;
	height: auto;
}
.__sns div:nth-child(2) a img {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,25%);
	-moz-transform: translate(0,25%);
	-ms-transform: translate(0,25%);
	transform: translate(0,25%);
}
.__sns div:nth-child(2) img {
	width: 50px;
	height: auto;
}


/*--------------------------------------
**
** footer
**
--------------------------------------*/
footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	font-size: 9px;
	color: rgba(255,255,255,1.0);
}
footer.__2nd {
	background: rgba(255,255,255,0.7);
}
footer img {
	vertical-align: middle;
}
.l-footer__policy {
	margin-bottom: 10px;
}
.l-footer__policy--link {
	color: #fff;
	text-decoration: none;
}
.l-footer__policy--link:hover {
	text-decoration: underline;
}



