@charset "utf-8";

html {
	display: none;
	font: 0px/1 'Noto Sans Hebrew', sans-serif;
	text-align: center;
	color: #9b9892;
	background: #fff;
}
a:hover {
	opacity: .5;
	-webkit-transition: 250ms;
	transition: 250ms;
}





/* nav
----------------------------------------------------------------------*/
nav {
	position: fixed;
	z-index: 8000;
	top: 50%;
	left: 30px;
	margin-top: -101px;
}
nav li a {
	display: block;
	width: 28px;
	height: 22px;
	margin: 10px 0;
	background: url(../img/nav.png) center center no-repeat;
}
nav li a[href="#contact"] {
	background-image: url(../img/nav_contact.png);
}
nav li.current a {
	background-image: url(../img/nav_current.png);
}
nav li.current a[href="#contact"] {
	background-image: url(../img/nav_contact_current.png);
}





/* header
----------------------------------------------------------------------*/
header h1 {
	position: absolute;
	z-index: 6000;
	top: 50%;
	right: 50%;;
	margin: -76px 161px 0 0;
}
header a {
	position: absolute;
	z-index: 7000;
	top: 40px;
	right: 30px;
}





/* article
----------------------------------------------------------------------*/
article h2 {
	display: none;
	position: fixed;
	z-index: 9000;
	top: 30px;
	left: 30px;
}
section  {
	position: relative;
	padding-top: 120px;
}
section h3 {
	z-index: 5000;
	right: 0;
	width: 540px;
}
section h3.fixed {
	display: none;
	position: fixed;
}

/* #omoi */
#omoi {
	height: 1454px;
	background: url(../img/bg_omoi.jpg) left 120px repeat-x;
}

/* #instance */
#instance {
	height: 8209px;
	background: url(../img/bg_instance_01.png) left 120px repeat-x;
}
#instance:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_instance_02.png) left 4210px repeat-x;
}
#instance div {
	position: fixed;
	z-index: 3000;
	right: 0;
}
#instance div img {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

/* #nagare */
#nagare div {
	display: none;
	position: fixed;
	z-index: 4000;
	right: 145px;
	width: 250px;
	height: 206px;
	overflow: hidden;
}
#nagare h3 {
	margin-top: -90px;
}
#nagare div img {
	position: absolute;
	z-index: 4600;
	top: 0;
	left: 0;
	width: 250px;
	height: 206px;
	-webkit-transition: 500ms;
	transition: 500ms;
}
#nagare div img + img {
	z-index: 4500;
}
#nagare div img + img + img {
	z-index: 4400;
}
#nagare div img + img + img + img {
	z-index: 4300;
}
#nagare div img + img + img + img + img {
	z-index: 4200;
}
#nagare div img + img + img + img + img + img {
	z-index: 4100;
}
#nagare div img.deactive {
	margin-left: -250px;
}
#nagare ol {
	margin-right: 540px;
}
#nagare ol li {
	padding-top: 363px;
	background: url(../img/arw.png) center 150px no-repeat;
}
#nagare ol li:first-child {
	padding-top: 0;
	background: none;
}
#nagare h4 {
	display: inline-block;
	margin-bottom: 17px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e1e0de;
}
#nagare p + h4 {
	margin-top: 80px;
}

/* #profile */
#profile h3 {
	position: absolute;
	top: 50%;
	margin-top: 53px;
}
#rocket {
	position: fixed;
	right: 50%;
	width: 637px;
	height: 761px;
	margin: -380px -49px 0 0;
	-webkit-transition: 938ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: 938ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
#rocket > img {
	position: absolute;
	top: 0;
	right: 0;
}
#rocket > img + img {
	z-index: -1;
	-webkit-animation: 125ms vibes1 infinite;
	animation: 125ms vibes1 infinite;
}
#rocket div {
	position: absolute;
	display: table;
	z-index: -2;
	bottom: 2px;
	width: 80%;
	margin: 0 10%;
}
#rocket span {
	display: table-cell;
	table-layout: fixed;
	height: 126px;
	background: url(../img/img_jet_out.png) center top no-repeat;
	-webkit-animation: 50ms vibes2 infinite;
	animation: 50ms vibes2 infinite;
}
#rocket span img {
	-webkit-animation: 150ms vibes2 infinite;
	animation: 150ms vibes2 infinite;
}
@-webkit-keyframes vibes1 {
	0% {-webkit-transform: rotate(-.25deg);}
	100% {-webkit-transform: rotate(.25deg);}
}
@keyframes vibes1 {
	0% {transform: rotate(-.25deg);}
	100% {transform: rotate(.25deg);}
}
@-webkit-keyframes vibes2 {
	0% {-webkit-transform: rotate(-2deg);}
	100% {-webkit-transform: rotate(2deg);}
}
@keyframes vibes2 {
	0% {transform: rotate(-2deg);}
	100% {transform: rotate(2deg);}
}

/* #contact */
#contact div {
	margin-right: 540px;
}
#contact dl {
	width: 350px;
	margin: 0 auto 54px;
	text-align: left;
}
#contact dt {
	float: left;
	width: 100px;
	height: 30px;
	clear: both;
}
#contact dd {
	height: 30px;
}





/* aside
----------------------------------------------------------------------*/
aside img:first-child {
	position: fixed;
	z-index: 1000;
	right: -55px;
}
aside img + img {
	position: fixed;
	z-index: 2000;
	right: 167px;
}





/* footer
----------------------------------------------------------------------*/
footer {
	position: fixed;
	z-index: 8000;
	bottom: 25px;
	left: 38px;
}