/*-----------------------------------------
**
** GODZILLA / TOP
**
-----------------------------------------*/
body#top {
	background: rgba(255,255,255,1.0) url(../img/gzl_top.png) left top no-repeat;
	background-size: cover;
}

/*-----------------------------------------
** 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%);
	transform: translate(-50%,-50%);
}

/*-----------------------------------------
** __first movie
-----------------------------------------*/
.__first {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1111;
	overflow: hidden;
}
.__first div {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.__first div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.__first .__close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 901;
	cursor: pointer;
}


/*--------------------------------------
**
** keyvisual
**
--------------------------------------*/
.__vis {
	/*background: url(../img/kv.png) top center no-repeat;
	background-size: cover;*/
	/*min-height: 100vh;
	height: auto !important;
	height: 100vh;*/
	overflow: hidden;
	position: relative;
}
.__vis img.__img,
.__vis video.__vid {
	/*min-width: 100%;
	min-height: 100%;*/
	width: auto;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}
.__vis video.__vid {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	/*background: url(../img/kv.png) top center no-repeat;
	background-size: cover;
	z-index: -100;*/
}
.__shadow-btm {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 252px;
	background: url(../img/03-shadow_btm.png) left bottom repeat-x;
}

/*--------------------------------------
**
** sand effect
**
--------------------------------------*/
.__bg-sand {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.__bg-sand .__sand {
	position: fixed;
	bottom: 0;
	/*z-index: 1;*/
	width: 2000px;
}

.__bg-sand .__sand img {
	width: 100%;
}

.__bg-sand .__sand-L {
	width: 100%;
	height: 494px;
	background: url(../img/fog-1-min.png) repeat-x;
	left: 0;
	-webkit-animation: sand_anime01 60s linear infinite;
	animation: sand_anime01 60s linear infinite;
	opacity: 0.2;
}
.__bg-sand .__sand-R {
	width: 100%;
	height: 554px;
	background: url(../img/fog-2-min.png) repeat-x;
	left: 0;
	-webkit-animation: sand_anime02 60s linear infinite;
	animation: sand_anime02 60s linear infinite;
	opacity: 0.6;
}

@-webkit-keyframes sand_anime01 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1788px 0;
	}
}
@keyframes sand_anime01 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1788px 0;
	}
}

@-webkit-keyframes sand_anime02 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1183px 0;
	}
}
@keyframes sand_anime02 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1183px 0;
	}
}

/*--------------------------------------
**
** grid
**
--------------------------------------*/
.__grid-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.__grid-wrap .__grid-l {
	background: url(../img/grid-l.png) left top repeat-y;
	/*background-size: 220px 100%;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 441px;
	height: 100%;
}
.__grid-wrap .__grid-r {
	background: url(../img/grid-r.png) right top repeat-y;
	/*background-size: 220px 100%;*/
	position: absolute;
	top: 0;
	right: 0;
	width: 437px;
	height: 100%;
}
.__grid-wrap .__grid-l img,
.__grid-wrap .__grid-r img {
	width: 50px;
	height: auto;
}


/*--------------------------------------
**
** text scroll
**
--------------------------------------*/
.__tx-scroll {
	width: 299px;
	height: 138px;
	overflow: hidden;
	position: absolute;
	bottom: 350px;
	right: 11%;
	z-index: 10;
	background: url(../img/bg-text-scroll.png) 0 0 repeat-y;
	/*-webkit-animation: tx-scroll 3.0s linear infinite;
	animation: tx-scroll 3.0s linear infinite;*/
	/*-webkit-transform: perspective(500px) rotateX(0deg) rotateY(-60deg) rotateZ(0deg);
	-moz-transform: perspective(500px) rotateX(0deg) rotateY(-60deg) rotateZ(0deg);
	-o-transform: perspective(500px) rotateX(0deg) rotateY(-60deg) rotateZ(0deg);
	-ms-transform: perspective(500px) rotateX(0deg) rotateY(-60deg) rotateZ(0deg);
	transform: perspective(500px) rotateX(0deg) rotateY(-60deg) rotateZ(0deg);*/
}
@-webkit-keyframes tx-scroll {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 -140px;
	}
}
@keyframes tx-scroll {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 -140px;
	}
}

/*--------------------------------------
**
** object 3d
**
--------------------------------------*/
.__obj3d-01 {
	width: 262px;
	height: 178px;
	overflow: hidden;
	position: absolute;
	top: 255px;
	left: 240px;
	z-index: 12;
	background: url(../img/obj-01.png) 0 0 no-repeat;
}
.__obj3d-01 video,
.__obj3d-01 img {
	width: 260px;
	height: auto;
	/*transform: rotate(-12deg);*/
	position: relative;
	top: 25px;
	left: 40px;
	opacity: 0.85;
}
.__obj3d-01 canvas {
	-webkit-transform: rotate(-12deg);
	transform: rotate(-12deg);
	mix-blend-mode: overlay;
	position: relative;
	top: 30px;
	left: 25px;
}
.__obj3d-02 {
	width: 210px;
	height: 142px;
	overflow: hidden;
	position: absolute;
	top: 150px;
	left: 150px;
	z-index: 11;
	background: url(../img/obj-02.png) 0 0 no-repeat;
}
.__obj3d-02 video,
.__obj3d-02 img {
	width: 180px;
	height: auto;
	position: relative;
	top: 27px;
	left: 35px;
	opacity: 0.85;
}
.__obj3d-02 canvas {
	mix-blend-mode: overlay;
	position: relative;
	top: 30px;
	left: 35px;
}

/*--------------------------------------
**
** logo, staff, nav
**
--------------------------------------*/
.__half-win {
	width: 47%;
	margin-left: auto;
	margin-right: 0;
	position: relative;
}
.__main-wrap {
	/*width: 100%;*/
	/*position: absolute;
	right: 30px;
	top: 45%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);*/
	margin-top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
h1 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
}
h2 {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 10px;
	text-align: center;
}
h3 {
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
	/*position: absolute;
	top: 25px;
	right: 30px;*/
}
h1 img,
h2 img {
	max-width: 100%;
}
,
h3 img {
	max-width: 100%;
}

/*--------------------------------------
**
** movie
**
--------------------------------------*/
.__movie {
	width: 272px;
	position: absolute;
	top: 45px;
	right: 80px;
  z-index:2;
}
.__movie:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}
.__movie .__tab {
	width: 22px;
	float: left;
}
.__movie .__thumb {
	width: 250px;
	padding: 10px;
	background: rgba(0,0,0,1.0);
	float: right;
	overflow: hidden;
}
.__movie .__thumb img {
  display:inline-block;
	width: 100%;
	vertical-align: middle;
}

/*--------------------------------------
**
** date
**
--------------------------------------*/
.__date {
	width: 140px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	/*position: absolute;
	bottom: 35px;
	right: 20px;*/
}
.__date img {
	max-width: 100%;
}



