@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Lusitana|Teko");
@font-face {
	font-family:"Yu Gothic";
	src:local("Yu Gothic Medium");
	font-weight:100;
}

@font-face {
	font-family:"Yu Gothic";
	src:local("Yu Gothic Medium");
	font-weight:200;
}

@font-face {
	font-family:"Yu Gothic";
	src:local("Yu Gothic Medium");
	font-weight:300;
}

@font-face {
	font-family:"Yu Gothic";
	src:local("Yu Gothic Medium");
	font-weight:400;
}

@font-face {
	font-family:"Yu Gothic";
	src:local("Yu Gothic Bold");
	font-weight:bold;
}

::-moz-selection {
	background:#000;
	color:#fff;
}

::selection {
	background:#000;
	color:#fff;
}

* {
	outline:none;
}

body {
	font-family:"Yu Gothic", YuGothic, sans-serif;
	font-weight:500;
	font-size:16px;
	color:#fff;
	background-color:#000;
}

.ani2 {
	display:none;
}

.tk {
	font-family:"Teko", sans-serif;
}

.tn {
	font-family:"Times New Roman", "Lusitana", serif;
}

a {
	color:#fff;
}

a:hover {
	text-decoration:none;
}

.sp {
	display:none !important;
}

#fullWrap {
	min-width:1200px;
	opacity:0;
}

#sub #fullWrap {
	padding-top:80px;
	overflow:hidden;
}

#headerPict {
	background:url(../images/header_bg.jpg) no-repeat center top/cover;
	height:200px;
	overflow:hidden;
	position:relative;
}

#sub h1 {
	position:absolute;
	top:50%;
	left:50%;
	width:373px;
	height:227px;
	margin-left:-187px;
	margin-top:-113px;
}

#sub h1 a {
	display:block;
	height:227px;
	background:url(../images/sub_header_logo.png) no-repeat center center;
}

#sub nav {
	height:80px;
	min-width:1200px;
	position:fixed;
	left:0;
	top:0;
	background-color:#000;
	width:100%;
	z-index:9999;
}

#sub nav ul {
	display:table;
	height:52px;
	font-size:26px;
	letter-spacing:.02em;
	padding-top:14px;
	margin:0 auto;
}

#sub nav li {
	display:table-cell;
	height:52px;
	padding-right:44px;
	position:relative;
}

#sub nav li:last-child {
	padding-right:0;
}

#sub nav li:last-child:after {
	display:none;
}

#sub nav li:after {
	content:"/";
	position:absolute;
	width:44px;
	height:52px;
	right:0;
	top:0;
	text-align:center;
	line-height:52px;
}

#sub nav li a {
	display:block;
	height:52px;
	line-height:52px;
	text-decoration:none;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

#sub nav li a:hover,
#sub nav li a.active {
	color:#cd001d;
}

.subContents {
	width:1200px;
	margin-right:auto;
	margin-left:auto;
}

.subContents h2 {
	text-align:center;
	line-height:130px;
	height:130px;
	font-size:30px;
	letter-spacing:.02em;
	text-shadow:0 0 108px #00acff;
}

#subContentsin {
	position:relative;
}

#newsList li {
	min-height:50px;
	margin-bottom:2px;
}

#newsList li a {
	display:block;
	padding:9px 50px 9px 220px;
	position:relative;
	text-decoration:none;
	overflow:hidden;
}

#newsList li a:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:0;
	background-color:rgba(5, 149, 212, .3);
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}

#newsList li a:hover:before {
	width:100%;
}

#newsList li:nth-child(odd) {
	background-color:#003f59;
}

.nDate {
	background:#0595d4;
	width:185px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	display:block;
}

.nDate b {
	font-size:24px;
	height:30px;
	line-height:34px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	font-weight:400;
	letter-spacing:.03em;
	text-indent:.03em;
}

.nTitle {
	font-size:18px;
	line-height:32px;
}

#newsList .nTitle {
	text-decoration:underline;
}

#bgs {
	position:fixed;
	z-index:-1;
	left:0;
	right:0;
	bottom:0;
	top:0;
	overflow:hidden;
}

#bgsin {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

#sub footer {
	height:110px;
	position:relative;
	padding-top:70px;
}

#sub footer #footerLogos {
	width:500px;
	margin:0 auto;
	position:relative;
}

#footerLogos #fl1 {
	position:absolute;
	height:46px;
	width:68px;
	left:0;
	top:0;
	background:url(../images/fl1.png) no-repeat center center;
}

#footerLogos #fl2 {
	position:absolute;
	height:17px;
	width:119px;
	left:93px;
	top:17px;
	background:url(../images/fl2.png) no-repeat center center;
}

#footerLogos #fl3 {
	height:17px;
	width:124px;
	position:absolute;
	left:236px;
	top:17px;
	background:url(../images/fl3.png) no-repeat center center;
}

#footerLogos #fl4 {
	height:25px;
	width:115px;
	position:absolute;
	left:384px;
	top:9px;
	background:url(../images/fl4.png) no-repeat center center;
}

#news article h3 {
	display:block;
	padding:9px 50px 9px 220px;
	position:relative;
	text-decoration:none;
	overflow:hidden;
	background-color:#003f59;
}

#newsArticle {
	padding:35px 50px;
	line-height:37px;
	font-size:18px;
}

#newsArticle p {
	padding-bottom:20px;
}

#btList {
	margin:0 auto;
	height:50px;
	width:185px;
}

#btList a {
	display:block;
	height:50px;
	background:#0693d0 url(../images/btn_back.png) no-repeat center center;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

#btList a:hover {
	background-color:#000;
}

#newsArticle p img {
	display:block;
	margin-right:auto;
	margin-left:auto;
	max-width:100%;
	height:auto;
}

#newsArticle p iframe {
	width:800px;
	height:450px;
	display:block;
	margin:0 auto;
}

#newsArticle p a {
	color:#0693d0;
}

#trailerList {
	width:1088px;
	margin-right:auto;
	margin-left:auto;
}

#trailerList li {
	float:left;
	height:390px;
	width:524px;
	padding-right:10px;
	padding-left:10px;
}

.trailerBlock {
	height:295px;
}

.trailerBlock iframe {
	width:100%;
	height:295px;
}

#trailerList li p {
	font-size:20px;
	line-height:32px;
	text-align:center;
	padding-top:15px;
}

#monsterList {
	width:659px;
	height:929px;
	margin:0 auto;
}

#monsterList li {
	height:929px;
	width:659px;
}

#monsterList li a {
	display:block;
	height:423px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

#monsterList li a:hover {
	opacity:.7;
}

#monster0 {
	background:url(../images/monster_godzilla_f.jpg) no-repeat center center;
}

#monster1 {
	background:url(../images/monster_ghidorah_f.jpg) no-repeat center center;
}

#monster2 {
	background:url(../images/monster_mothra_f.jpg) no-repeat center center;
}

#monster3 {
	background:url(../images/monster_rodan_f.jpg) no-repeat center center;
}

#monsterModal {
	background:black;
	position:fixed;
	z-index:12000;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:auto;
	display:none;
}

#monsterModalin {
	position:absolute;
	padding:120px 0;
	min-height:100%;
	min-width:1200px;
	width:100%;
	margin:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

#monsterModalinBox {
	width:900px;
	text-align:center;
	margin:0 auto;
}

#monsterModalinImage {
	opacity:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}

#monsterClose {
	position:absolute;
	top:50px;
	right:50px;
}

#topWrap {
	min-height:700px;
	min-width:1200px;
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	display:none;
}

#topWrap:before {
	content:"";
	position:absolute;
	left:0;
	right:50%;
	top:0;
	bottom:0;
	background:url(../images/top_mask.png) left top/100% 100%;
	z-index:9;
}

#topMains {
	position:absolute;
	top:50%;
	left:2%;
	width:394px;
	z-index:10;
	text-align:center;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

#topMains h1 {
	margin:0 auto 14px;
	width:308px;
	height:172px;
	background:url(../images/top_logo.png) no-repeat center center;
}

#topMains ul {
	height:22px;
	margin-left:26px;
}

#topMains li {
	height:22px;
	float:left;
}

#startDate {
	margin:0 auto 30px;
	width:330px;
	height:54px;
/*	background:url(../images/startdate.png) no-repeat center center;*/
}

#startDate a img {
	display:block;
	margin:0 auto;
	transition: opacity .3s linear;
}
#startDate a:hover img {
	opacity:0.8;
}
#catch {
	width:80px;
	height:239px;
	position:absolute;
	top:50%;
	left:50%;
	background:url(../images/catch.png) no-repeat center center;
	z-index:10;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

#scene {
	position:absolute !important;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
}

#scene li {
	display:block;
	position:absolute;
	z-index:6;
	left:0;
	top:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
}

#visual {
	background:url(../images/mv.jpg) no-repeat center top/100% auto;
	position:absolute;
	left:0;
	right:0;
	min-height:100%;
}

#topCornerLogo {
	position:absolute;
	top:16px;
	right:16px;
}

#topCornerLogo .logo_list {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

#topCornerLogo .logo_list > li {
	margin-left:15px;
	height:30px;
}

#topCornerLogo .logo_list > li > img {
	width:auto;
	height:100%;
}

#topWrap nav {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:11;
	background-color:rgba(0, 0, 0, .8);
}

#topWrap nav .gnav {
	position:relative;
	display:table;
	margin:-20px auto 0;
	height:40px;
	text-shadow:2px 2px 0 #000;
}

#topWrap nav .gnav li {
	display:table-cell;
	padding-right:44px;
	height:40px;
	position:relative;
	line-height:40px;
	font-size:26px;
	letter-spacing:.02em;
}

#topWrap nav .gnav li:last-child {
	padding-right:0;
}

#topWrap nav .gnav li:after {
	content:"/";
	position:absolute;
	right:0;
	height:40px;
	top:0;
	width:44px;
	text-align:center;
}

#topWrap nav .gnav li:last-child:after {
	display:none;
}

#topWrap nav .gnav li a {
	display:block;
	line-height:40px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	text-decoration:none;
}

#topWrap nav .gnav li a:hover,
#topWrap nav .gnav li a.active {
	color:#cd001d;
}

#topWrap nav .bnrs {
	margin:5px auto 13px;
	width:912px;
	text-align:center;
}

#topWrap nav .bnrs .bnr {
	margin-right:5px;
	margin-left:5px;
	background:#fff;
	display:inline-block;
	vertical-align:top;
}

#topWrap nav .bnrs .bnr a {
	border:1px solid #008cc6;
	display:block;
	width:140px;
	-webkit-transition:opacity .3s linear;
	transition:opacity .3s linear;
}

#topWrap nav .bnrs .bnr a:hover {
	opacity:.7;
}

#topWrap nav .bnrs .bnr a img {
	width:100%;
	height:auto;
}

#topWrap nav .bnrs .owl-prev,
#topWrap nav .bnrs .owl-next {
	padding-top:15px;
	top:12px;
	bottom:auto;
	overflow:hidden;
	color:#fff;
	background:#008cc6;
	width:15px;
	height:0;
	line-height:15px;
	text-indent:0;
	-webkit-transition:opacity .3s linear;
	transition:opacity .3s linear;
}

#topWrap nav .bnrs .owl-prev:hover,
#topWrap nav .bnrs .owl-next:hover {
	opacity:.7;
}

#topWrap nav .bnrs .owl-prev {
	right:461px;
	left:auto;
}

#topWrap nav .bnrs .owl-prev::after {
	position:absolute;
	top:0;
	left:0;
	content:"\f104";
	width:15px;
	height:15px;
	line-height:15px;
	font-family:"FontAwesome";
	text-align:center;
}

#topWrap nav .bnrs .owl-next {
	left:461px;
	right:auto;
}

#topWrap nav .bnrs .owl-next::after {
	position:absolute;
	top:0;
	left:0;
	content:"\f105";
	width:15px;
	height:15px;
	line-height:15px;
	font-family:"FontAwesome";
	text-align:center;
}

#topWrap nav .bnrs .owl-controls {
	margin:0;
}

#topWrap nav .logos {
	background:#000;
}

#topWrap nav .logos_list {
	height:40px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

#topWrap nav .logos_logo01 {
	margin-right:16px;
	background:url(../images/tf2.png) no-repeat center bottom;
	width:108px;
	height:17px;
}

#topWrap nav .logos_logo02 {
	margin-right:18px;
	background:url(../images/tf3.png) no-repeat center bottom;
	width:111px;
	height:17px;
}

#topWrap nav .logos_logo03 {
	margin-right:20px;
	background:url(../images/tf4.png) no-repeat center bottom;
	width:103px;
	height:25px;
}

#topWrap nav .logos_logo04 {
	background:url(../images/tf1.png) no-repeat center bottom/contain;
	width:40px;
	height:27px;
}

#topLargeBnr {
	text-align:center;
	z-index:11;
}

#topLargeBnr a {
	display:block;
	-webkit-transition:opacity .3s linear;
	transition:opacity .3s linear;
}

#topLargeBnr a:hover {
	opacity:.7;
}

#topPixi {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}

#topPixi .layer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#topPixi .pixi2 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#topshare {
	height:40px;
	width:220px;
	position:absolute;
	z-index:11;
	left:3%;
	top:16px;
	text-shadow:2px 2px 0 #000;
}

#topshare dt {
	font-size:26px;
	width:100px;
	line-height:40px;
	float:left;
}

#topshare dd {
	width:40px;
	height:40px;
	float:left;
}

#topshare dd a {
	display:block;
	height:40px;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}

#topshare dd a:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

#tw a {
	background:url(../images/icon_twitter.png) no-repeat center center/90% 90%;
}

#fb a {
	background:url(../images/icon_facebook.png) no-repeat center center/90% 90%;
}

#ln a {
	background:url(../images/icon_line.png) no-repeat center center/90% 90%;
}

#topTrailers {
	position:absolute;
	z-index:9999;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#000;
	display:none;
}

#topTrailersBox {
	width:100%;
	height:calc(100% - 50px);
}

#topTrailersBox iframe {
	width:100%;
	height:100%;
}

#topTrailers ul {
	border-top:1px solid #0692cd;
}

#topTrailers ul li {
	float:left;
	height:49px;
	width:25%;
	border-left:1px solid #0692cd;
	border-right:1px solid #0692cd;
	border-bottom:1px solid #0692cd;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#topTrailers ul li:nth-child(even) {
	border-left:none;
}

#topTrailers ul li a {
	display:block;
	text-align:center;
	height:48px;
	line-height:48px;
	text-decoration:none;
	background-color:#000;
}

#topTrailers ul li a.active {
	background-color:#0692cd;
}

#topTrailersClose {
	position:absolute;
	top:70px;
	right:22px;
	z-index:55;
}

#topTrailersClose a img {
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

#topTrailersClose a:hover img {
	opacity:.7;
}

#avisual {
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	position:absolute;
	background-image:url(../images/mv.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}

@-webkit-keyframes avisual {
	from {
		background-position:center bottom;
	}
	to {
		background-position:center top;
	}
}

@keyframes avisual {
	from {
		background-position:center bottom;
	}
	to {
		background-position:center top;
	}
}

#avisual.fi {
	-webkit-animation:avisual 3.4s ease forwards;
	animation:avisual 3.4s ease forwards;
}

.topImaxCopy {
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:12;
	color:#ccc;
	font-size:10px;
}

#monsterNav {
	height:50px;
	width:800px;
	margin-top:-25px;
	margin-left:-400px;
	position:absolute;
	left:50%;
	top:50%;
}

#monsterPrev {
	height:50px;
	width:50px;
	border-bottom:2px solid white;
	border-left:2px solid white;
	display:block;
	position:absolute;
	display:block;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	left:0;
	top:0;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

#monsterNext {
	height:50px;
	width:50px;
	border-right:2px solid white;
	border-top:2px solid white;
	display:block;
	position:absolute;
	display:block;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:0;
	top:0;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

#monsterPrev:hover,
#monsterNext:hover {
	border-color:#cd001d;
}

@-webkit-keyframes introslide01 {
	from {
		background-position:0 center;
	}
	to {
		background-position:-1600px center;
	}
}

@keyframes introslide01 {
	from {
		background-position:0 center;
	}
	to {
		background-position:-1600px center;
	}
}

@-webkit-keyframes introslide02 {
	from {
		background-position:200px center;
	}
	to {
		background-position:-1000px center;
	}
}

@keyframes introslide02 {
	from {
		background-position:200px center;
	}
	to {
		background-position:-1000px center;
	}
}

#introduction .introductionCatch {
	padding:0 50px 48px;
}

#introduction .introduction01 {
	padding-top:42.16667%;
	position:relative;
	background:url(../images/intro_bg1.jpg) no-repeat center center/cover;
}

#introduction .introduction01 .introductionInner {
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end;
}

#introduction .introduction02 {
	padding-top:35.5%;
	position:relative;
	background:url(../images/intro_bg2.jpg) no-repeat center center/cover;
}

#introduction .introduction02 p + p {
	margin-top:32px;
}

#introduction .introductionInner {
	padding-right:60px;
	padding-left:50px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}

#introduction .introductionSlide01,
#introduction .introductionSlide02 {
	height:190px;
}

#introduction .introductionSlide01 {
	background:url(../images/intro_slide1.jpg) repeat-x 0 center/auto 100%;
	-webkit-animation:introslide01 40s linear infinite;
	animation:introslide01 40s linear infinite;
}

#introduction .introductionSlide02 {
	background:url(../images/intro_slide2.jpg) repeat-x 0 center/auto 100%;
	-webkit-animation:introslide02 30s linear infinite;
	animation:introslide02 30s linear infinite;
}

#bnrBox {
	width: 296px;
    height: 305px;
    z-index: 10;
    position: absolute;
    top: 111px;
    right: 50px;
}
#specialBnr {
	width: 296px;
	height: 75px;
	margin-bottom: 15px;
}
#specialBnr a {
	display: block;
	width: 296px;
	height: 85px;
	transition: opacity .3s linear;
}
#specialBnr a:hover {
	opacity: .7;
}

#maeuriBnr {
	width: 296px;
	height: 103px;
}
#maeuriBnr a {
	display: block;
	width: 296px;
	height: 103px;
	transition: opacity .3s linear;
}
#maeuriBnr a:hover {
	opacity: .7;
}

#bnr_dh {
	margin: 0 auto;
    width: 330px;
    height: 54px;
}
#bnr_dh a {
	display: block;
	height: 120px;
	transition: opacity .3s linear;
}
#bnr_dh a:hover { opacity: 0.8; }