@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Lusitana|Teko");
::-moz-selection {
 background:#000;
 color:#fff;
}
::selection {
	background: #000;
	color: #fff;
}
* { outline: none; }
body {
	font-family: sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background-color: #000;
}
.tk { font-family: "Teko", sans-serif; }
.tn { font-family: "Times New Roman", "Lusitana", serif; }
a { color: #fff; }
.pc { display: none !important; }
.ani2,
.ani9 { opacity: 0; }
#fullWrap {
	width: 640px;
	margin: 0 auto;
	opacity: 0;
}
#sub #fullWrap { overflow: hidden; }
#headerPict {
	background: url(../images/header_bg_sp.jpg) no-repeat center top;
	height: 248px;
	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;
}
.subContents {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.subContents h2 {
	text-align: center;
	height: 130px;
	line-height: 130px;
	font-size: 30px;
}
#newsList li {
	min-height: 50px;
	margin-bottom: 2px;
}
#newsList li a {
	display: block;
	padding: 9px 35px 9px 155px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
#newsList li:nth-child(odd) { background-color: #003f59; }
.nDate {
	background: #0595d4;
	width: 126px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
}
.nDate b {
	font-size: 26px;
	height: 32px;
	line-height: 36px;
	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: 20px;
	line-height: 37px;
}
#newsList .nTitle { text-decoration: underline; }
#bgs {
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: -100px;
	top: 0;
	overflow: hidden;/*	background: url(../images/bg_sp.gif) no-repeat center center / cover;*/
}
#bgsin {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
footer {
	position: relative;
	padding-top: 70px;
}
footer #footerLogos {
	width: 500px;
	margin: 0 auto;
	position: relative;
	height: 44px;
	padding-bottom: 90px;
}
#footerLogos #fl1 {
	position: absolute;
	height: 46px;
	width: 68px;
	left: 0;
	top: 0;
	background: url(../images/fl1.png) no-repeat center center;
}
#index #footerLogos #fl1 { background: url(../images/tf1.png) no-repeat center center / contain; }
#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 35px 9px 155px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	background-color: #003f59;
}
#newsArticle {
	padding: 35px 50px;
	line-height: 37px;
	font-size: 20px;
}
#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;
}
#menuBtn {
	position: fixed;
	z-index: 10000;
	width: 102px;
	height: 102px;
	top: 0;
	right: 0;
	background-color: #cd001d;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 102px;
	height: 102px;
}
.menu-trigger span {
	position: absolute;
	left: 36px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.menu-trigger span:nth-of-type(1) { top: 41px; }
.menu-trigger span:nth-of-type(2) { top: 50px; }
.menu-trigger span:nth-of-type(3) { top: 59px; }
.menu-trigger.active {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	width: 15px;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	width: 15px;
}
.cmnBnrs {
	margin: 0 auto 48px;
	width: 340px;
}
.cmnBnrs .bnr {
	width: 320px;
	margin-right: 10px;
	margin-left: 10px;
}
.cmnBnrs .bnr a {
	border: 2px solid #008cc6;
	display: block;
	width: 316px;
}
.cmnBnrs .bnr a img {
	width: 100%;
	height: auto;
}
.cmnBnrs .owl-controls { margin: 0; }
.cmnBnrs .owl-prev,
.cmnBnrs .owl-next {
	padding-top: 38px;
	top: 35px;
	bottom: auto;
	overflow: hidden;
	color: #fff;
	background: #008cc6;
	width: 38px;
	height: 0;
	line-height: 38px;
	text-indent: 0;
}
.cmnBnrs .owl-prev {
	right: 190px;
	left: auto;
}
.cmnBnrs .owl-prev::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f104";
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-family: "FontAwesome";
	text-align: center;
}
.cmnBnrs .owl-next {
	left: 190px;
	right: auto;
}
.cmnBnrs .owl-next::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f105";
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-family: "FontAwesome";
	text-align: center;
}
nav {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 60px;
}
nav #mm dt {
	height: 60px;
	line-height: 60px;
	color: #cd001d;
	font-size: 30px;
	position: relative;
}
nav #mm dt:after { content: " /"; }
nav #mm dd {
	float: left;
	height: 70px;
	font-size: 38px;
	margin-right: 32px;
	position: relative;
	line-height: 70px;
}
nav #mm dd:last-of-type {
	margin-right: 0;
	width: 100%;
}
nav #mm dd:last-of-type:after { display: none; }
nav #mm dd:after {
	content: "/";
	position: absolute;
	right: -32px;
	top: 0;
	width: 32px;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
nav #mm dd a {
	height: 45px;
	display: block;
	text-decoration: none;
}
nav #mm dd a.active { color: #cd001d; }
#share {
	height: 64px;
	padding-top: 20px;
}
#share dt {
	height: 64px;
	float: left;
	font-size: 30px;
	line-height: 64px;
	padding-right: 25px;
}
#share dd {
	width: 64px;
	height: 64px;
	float: left;
}
#share dd a {
	display: block;
	height: 64px;
	background-position: center center;
	background-repeat: no-repeat;
}
#snavf a { background-image: url(../images/navf_sp.png); }
#snavt a { background-image: url(../images/navt_sp.png); }
#snavl a { background-image: url(../images/navl_sp.png); }
#newsArticle p img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}
#newsArticle p iframe {
	width: 540px;
	height: 304px;
	display: block;
	margin: 0 auto;
}
#newsArticle p a { color: #0693d0; }
#trailerList {
	width: 544px;
	margin-right: auto;
	margin-left: auto;
}
#trailerList li {
	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: 640px; }
#monsterList li {
	height: 901px;
	width: 640px;
}
#monster0 { background: url(../images/monster_godzilla.jpg) no-repeat center center/cover; }
#monster1 { background: url(../images/monster_ghidorah.jpg) no-repeat center center/cover; }
#monster2 { background: url(../images/monster_mothra.jpg) no-repeat center center/cover; }
#monster3 { background: url(../images/monster_rodan.jpg) no-repeat center center/cover; }
#monsterModal {
	background: black;
	position: fixed;
	z-index: 12000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	display: none;
}
#monsterModalin {
	position: absolute;
	padding: 0;
	min-height: 100%;
	width: 100%;
	margin: 0;
}
#monsterModalinBox {
	width: 640px;
	text-align: center;
	margin: 0 auto;
}
#monsterModalinImage {
	opacity: 0;
	width: 640px;
	height: auto;
}
#monsterClose {
	text-align: center;
	padding: 64px;
}
#topWrap {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(../images/footer_bg_sp.jpg) no-repeat center bottom, url(../images/mv_sp.jpg) no-repeat center top;
	opacity: 0;
}
#topMains {
	background: url(../images/mv_sp.jpg) no-repeat center top;
	height: 1210px;
}
#topMains h1 {
	background: url(../images/top_logo_sp.png) no-repeat center center;
	position: absolute;
	height: 281px;
	width: 533px;
	left: 53px;
	top: 700px;
}
#startDate {
	/*background: url(../images/startdate_sp.png) no-repeat center center;*/
	position: absolute;
	height: 101px;
	width: 520px;
	left: 60px;
	top: 980px;
}
#startDate a img {
	display:block;
	margin-top:10px;
}
#catch {
	position: absolute;
	height: 221px;
	width: 51px;
	left: 50%;
	top: 201px;
	background: url(../images/catch_sp.png) no-repeat center center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#topCornerLogo { margin-bottom: 40px; }
#topCornerLogo .logo_list {
	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;
}
#topCornerLogo .logo_list > li {
	margin-left: 15px;
	height: 40px;
}
#topCornerLogo .logo_list > li > img {
	width: auto;
	height: 90%;
}
#topTrailers {
	width: 524px;
	margin-right: auto;
	margin-left: auto;
	display: block !important;
}
#topTrailers .bnr { text-align: center; }
#topTrailers .bnr a {
	display: block;
	height: 184px;
}
#topTrailers .bnr2 {
	padding-bottom: 48px;
	text-align: center;
}
#topTrailers .bnr2 a {
	display: block;
	height: 184px;
}
#topTrailers .spbnr {
	height: 150px;
	padding-bottom: 48px;
	text-align: center;
}
#topTrailers .spbnr a {
	display: block;
	height: 150px;
}
#topTrailersBox {
	height: 295px;
	width: 524px;
}
#topTrailers .trailers { border-top: 1px solid #0692cd; }
#topTrailers .trailers li {
	float: left;
	height: 49px;
	width: 50%;
	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 .trailers li:nth-child(even) { border-left: none; }
#topTrailers .trailers li a {
	display: block;
	text-align: center;
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	background-color: #000;
}
#topTrailers .trailers li a.active { background-color: #0692cd; }
.topImaxCopy {
	position: relative;
	color: #ccc;
	font-size: 12px;
	text-align: center;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
#monsterNav {
	height: 50px;
	width: 600px;
	margin-top: -25px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5000;
}
#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;
}
#subContentsin { position: relative; }
 @-webkit-keyframes introslide01 {  from {
 background-position:0 center;
}
to { background-position: -856px center; }
}
 @keyframes introslide01 {  from {
 background-position:0 center;
}
to { background-position: -856px center; }
}
 @-webkit-keyframes introslide02 {  from {
 background-position:52px center;
}
to { background-position: -590px center; }
}
 @keyframes introslide02 {  from {
 background-position:52px center;
}
to { background-position: -590px center; }
}
#introduction .introductionCatch { padding: 0 20px 48px; }
#introduction .introduction01 {
	padding-top: 450px;
	padding-bottom: 40px;
	position: relative;
	background: #000 url(../images/intro_bg1_sp.jpg) no-repeat center top;
}
#introduction .introduction01 .introductionInner {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#introduction .introduction02 {
	padding-top: 310px;
	padding-bottom: 28px;
	position: relative;
	background: #000 url(../images/intro_bg2_sp.jpg) no-repeat center top;
}
#introduction .introduction02 p + p { margin-top: 52px; }
#introduction .introductionInner {
	padding-right: 30px;
	padding-left: 30px;
	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: 102px; }
#introduction .introductionSlide01 {
	background: url(../images/intro_slide1_sp.jpg) repeat-x 0 center/auto 100%;
	-webkit-animation: introslide01 32s linear infinite;
	animation: introslide01 32s linear infinite;
}
#introduction .introductionSlide02 {
	background: url(../images/intro_slide2_sp.jpg) repeat-x 0 center/auto 100%;
	-webkit-animation: introslide02 24s linear infinite;
	animation: introslide02 24s linear infinite;
}

#bnr_dh {
	width: 524px;
	height: 72px;
	position: absolute;
	left: 50%;
	top: 1090px;
	transform: translate(-50%);
}
#bnr_dh a {
	display: block;
	height: 72px;
}
