@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

body,html,#container { width:100%; height:100%;-webkit-font-smoothing: antialiased;}



#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  opacity:0.9;
  z-index: 2;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 3;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

body {
	background: #ffffff;
	color: #000000;
	font-weight: 300;
	font-size: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}

#wrapper{
	width: 100%;
	height: 100%;
	position: fixed;
}

#container {
	width: 100%;
	height:100%;
	display: none;
	padding:2% 0 2% 0;
}

#barba-wrapper,
.barba-container {
	width: 100%;
	height:100%;
}

a {
	outline: none;
	color: #555555;
	text-decoration: none;
}

a:hover, a:focus {
	color: #999999;
}


#cont_wrap .dr {
  position: absolute;
  z-index: 104;
  top: 0;
  left:0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  background:none;
}

#cont_wrap .dr:hover {
  cursor: pointer;
}

.dr-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.dr-icon,
.dr-icon:before,
.dr-icon:after {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

#cont_wrap .dr:hover .dr-icon,
#cont_wrap .dr:hover .dr-icon:before,
#cont_wrap .dr:hover .dr-icon:after {
	  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #ff0000;

}

#cont_wrap .dr:hover .dr-icon {
background-color: rgba(0,0,0,0);
}

.dr-icon:before,
.dr-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.dr-icon:after {
  top: 10px;
}



#cont_wrap .dr:hover .dr-icon:before,
#cont_wrap .dr:hover .dr-icon:after {
	background-color: #ff0000;

}

.dr-icon {
  background-color: transparent;
  background-color: rgba(0,0,0,0);
}

.dr-icon:before,
.dr-icon:after {
  top: 0;
}

.dr-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dr-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}




#cont_logo {
    position: fixed;
    height: 250px;
    width: 250px;
    background:red;
    top:calc(50% - 250px/2);
    left:calc(83% - 250px/2);
	background-color: rgba(255,255,255,0.9);
	  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
}

#cont_logo .logo{
}



#cont_wrap {
	position: relative;
	width:65%;
	min-height:100%;
	background-color: rgba(0,0,0,0.8);
	z-index:1;
	padding:60px 3% 3% 3%;
	margin:0 0 2% 2%;
}

#cont_wrap h2 {
	word-spacing: -0.15em;
	display: block;
	color: #FFF;
	font-weight: 800;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#cont_wrap h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 30px; font-size: 3.2rem;
	color:#FFF;
	margin:0 0 40px 0;
}

#cont_wrap h4 {
	text-align:right;
	word-spacing: -0.15em;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 18px; font-size: 1.8rem;
	margin:-40px 0 40px 0;
	color:#999999;
}

#cont_wrap h4.contacts {
	text-align:right;
	word-spacing: -0.15em;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 18px; font-size: 1.8rem;
	margin:0 0 40px 0;
	color:#FFF;
}

#cont_wrap h4 a {
	color:#ffffff;
}

#cont_wrap h4 a:hover {
	color:#999999;
	text-decoration: line-through;
}



.stage {
  position: fixed;
  width: 96%;
  height:91%;
  display: flex;
  display: -webkit-flex;
  flex-shrink: 0;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -webkit-flex-direction: column;
  border:5px #000000 solid;
  margin:0 2%;
  padding:1%;
}

body.pages .stage {
  display:none;
}


.row {
  padding:0; margin:0;
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-direction: row;
  -webkit-flex-direction: row;
}


.row > .item {
	position:relative;
  padding:0; margin:0;
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  opacity:0;
  background-color: rgba(0,0,0,1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align:center;
}

.side {
	position:relative;
	padding:0 0 0 0;
  width:200px;
  text-align:left;
  vertical-align:top;
  z-index:1;
  overflow:visible;
}



.side h2 {
	display: block;
	margin: 0;
	padding: 40px 0 0 15px;
	letter-spacing: -0.05em;
	line-height: 0.1em;
	font-weight: 800;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 96px;
	font-size: 9.6rem;
	line-height: 0.9em;
}


.side h3 {
	display: block;
	margin: 0;
	padding: 0 0 20px 15px;
	letter-spacing: -0.05em;
	line-height:0.1em;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 0.9em;
}

.side h2 span{
	font-weight: 800;
}

.main {

  -webkit-flex: 1;
  flex: 1;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  text-align:left;
  border:5px #000000 solid;
  padding:260px 1% 1% 1%;
  overflow-y: auto;
  transform: translateZ(0); 
	
}

@-moz-document url-prefix() {

}

.works-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.works-menu li {
	word-spacing: -0.15em;
	font-weight: 800;
	font-family: 'Raleway', Arial, sans-serif;
	line-height:1;
	font-size: 16px;
  display: block ;
  padding:5px 0 5px 15px;
  text-decoration: none;
  color: #ffffff;

}


ul.works-menu li a {
  display:block;
  width:100%;
  color: #000000;
 background-color: rgba(0,0,0,0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
    padding:5px;
  
}

ul.works-menu li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0,0,0,1);
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0);
  background:#000;
}





.row > .item02 {
position:relative;
  padding:0; margin:0;
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  background-color: rgba(255,255,255,0.9);
}

.row > .item:hover {
  background-color: rgba(0,0,0,0.7);
  opacity:1;
}

.row > .item a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
	z-index:100;
}


.item h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 16px; font-size: 1.6rem;
}

.item h2 span {
	font-weight: 800;
}


.item h2 {
	padding-top: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	color: rgba(255,255,255,1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}


.item:hover h2{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.appear {
-webkit-transform-origin:center top;-webkit-animation:show 1s none;
-moz-transform-origin:center top;-moz-animation:show 1s none;
transform-origin:center top;animation:show 1s none;}
span.appear {display:inline-block;}
.d1 {-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;animation-delay:1.2s;}
.d2 {-webkit-animation-delay:1.4s;-moz-animation-delay:1.4s;animation-delay:1.4s;}
.d3 {-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;animation-delay:1.6s;}
.d4 {-webkit-animation-delay:1.8s;-moz-animation-delay:1.8s;animation-delay:1.8s;}
.d5 {-webkit-animation-delay:2s;-moz-animation-delay:2s;animation-delay:2s;}
.d6 {-webkit-animation-delay:2.2s;-moz-animation-delay:2.2s;animation-delay:2.2s;}
.d7 {-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;animation-delay:2.4s;}
.d8 {-webkit-animation-delay:2.6s;-moz-animation-delay:2.6s;animation-delay:2.6s;}
@-webkit-keyframes show {
	0% {opacity:0;}
	40% {opacity:1;}
	100% {opacity:0;}
}
@-moz-keyframes show {
	0% {opacity:0;}
	40% {opacity:1;}
	100% {opacity:0;}
}
@keyframes show {
	0% {opacity:0;}
	40% {opacity:1;}
	100% {opacity:0;}
}



video {
	position: fixed;
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	opacity:0.2;
}

.logo { width:85%;}

.path{
    stroke:#000000;
    fill:rgba(0, 0, 0, 0);
    stroke-width:0.3;    
    stroke-dasharray: 3000;
    stroke-dashoffset:3000;
    -moz-animation:DASH 5s ease-in-out 2s forwards;
    -webkit-animation:DASH 4s ease-in-out 2s forwards;
    -o-animation:DASH 5s ease-in-out 2s forwards;
    animation:DASH 5s ease-in-out 2s forwards;
    -webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;    
	z-index: 2;
}

@keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:rgba(0, 0, 0, 0);}
    60% {stroke-dashoffset:1;fill:rgba(0, 0, 0, 0);}
    100%{stroke-dashoffset:0;fill:rgba(0, 0, 0, 1);}
}

@-moz-keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:rgba(0, 0, 0, 0);}
    60% {stroke-dashoffset:1;fill:rgba(0, 0, 0, 0);}
    100%{stroke-dashoffset:0;fill:rgba(0, 0, 0, 1);}
}

@-webkit-keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:rgba(0, 0, 0, 0);}
    60% {stroke-dashoffset:1;fill:rgba(0, 0, 0, 0);}
    100%{stroke-dashoffset:0;fill:rgba(0, 0, 0, 1);}
}

@-o-keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:rgba(0, 0, 0, 0);}
    60% {stroke-dashoffset:1;fill:rgba(0, 0, 0, 0);}
    100%{stroke-dashoffset:0;fill:rgba(0, 0, 0, 1);}
}

@-ms-keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:rgba(0, 0, 0, 0);}
    60% {stroke-dashoffset:1;fill:rgba(0, 0, 0, 0);}
    100%{stroke-dashoffset:0;fill:rgba(0, 0, 0, 1);}
}




footer {
  position: fixed;
  right:2%;
  bottom:2%;
  color:#000;
  font-size:12px;
  font-family: 'Raleway', Arial, sans-serif;
}



.flex-images { height:auto;}
.flex-images .item {
	float: left;
	margin: 2px;
	border: 1px solid #eee;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
}
.flex-images .item img { display: block; width: auto; height: 100%; }

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0px;
   visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }




@media screen and (max-width: 750px) {

#container {
	width: 100%;
	height:100%;
	display: none;
	padding:5% 0 5% 0;
}
	
#cont_wrap h2 {
	display: block;
	color:#FFF;
	font-weight: 800;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	white-space: nowrap;
	margin:0;
	padding:0;
	line-height:1;
}

#cont_wrap h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 26px; font-size: 2.8rem;
	color:#FFF;
	margin:0 0 40px 0;
}
	
.item h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 12px; font-size: 1.2rem;
}

.row > .item {
	position:relative;
  padding:0; margin:0;
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  opacity:0;
  background-color: rgba(0,0,0,1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align:center;
  display:none;
}

.row > .item:hover {
  background-color: rgba(0,0,0,1);
  opacity:0.7;
}

.item h2 {
	padding-top: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: rgba(255,255,255,1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.appear { 
-webkit-transform-origin:center top;-webkit-animation: none;
-moz-transform-origin:center top;-moz-animation:none;
transform-origin:center top;animation:none;}
span.appear {display:inline-block;}
.d1 {-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;animation-delay:1.2s;}
.d2 {-webkit-animation-delay:1.4s;-moz-animation-delay:1.4s;animation-delay:1.4s;}
.d3 {-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;animation-delay:1.6s;}
.d4 {-webkit-animation-delay:1.8s;-moz-animation-delay:1.8s;animation-delay:1.8s;}
.d5 {-webkit-animation-delay:2s;-moz-animation-delay:2s;animation-delay:2s;}
.d6 {-webkit-animation-delay:2.2s;-moz-animation-delay:2.2s;animation-delay:2.2s;}
.d7 {-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;animation-delay:2.4s;}
.d8 {-webkit-animation-delay:2.6s;-moz-animation-delay:2.6s;animation-delay:2.6s;}

@-webkit-keyframes showsp {
	0% {opacity:0;}
	40% {opacity:1;}
	100% {opacity:0;}
}
@-moz-keyframes showsp {
	0% {opacity:0;}
	40% {opacity:1;}
	100% {opacity:0;}
}
@keyframes showsp {
	0% {opacity:0;}
	40% {opacity:1;}
	100% {opacity:0;}
}






.logo { width:80%; margin:10px 0 10px 0;}
	
.stage {
  position: fixed;
  width: 100%;
  height:100%;
  display: flex;
  display: -webkit-flex;
  flex-shrink: 0;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -webkit-flex-direction: column;
  border:none;
  margin:0;
  padding:0;
}


.row {
  flex-direction: column;
  -webkit-flex-direction: column;
}

#cont_logo {
	display: none;
}

#cont_logo .logo{
}



#cont_wrap {
	position: relative;
	width:90%;
	min-height:100%;
	background-color: rgba(0,0,0,0.8);
	z-index:1;
	padding:60px 3% 3% 3%;
	margin:0 5% 5% 5%;

}

#cont_wrap h4 {
	text-align:right;
	word-spacing: -0.15em;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 12px; font-size: 1.2rem;
	margin:-40px 0 40px 0;
	color:#FFF;
}

#cont_wrap h4.contacts {
	text-align:right;
	word-spacing: -0.15em;
	font-weight: 300;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 12px; font-size: 1.2rem;
	margin:0 0 40px 0;
	color:#FFF;
}

.abouttxt { margin:40px 0 40px 0; display:block; font-size:12px; line-height:1.5; color:#FFF; font-weight:300;}

}

@media screen and (min-width: 750px) {
.bwg,
.bw {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
}


.bw:hover {
  -webkit-filter: grayscale(100%);
}

.bwg:hover {
  -webkit-filter: grayscale(100%);
  border:3px #FFFFFF solid;
}

.images{ position:relative; display:block;}
.images div { position: absolute; width:100%; height:100%; opacity:0; padding:2%; background-color: rgba(0,0,0,0.5); text-align:center;
border:5px #FFFFFF solid;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;}

.images div p{
	width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); 
  transform: translate(-50%, -50%);
  color:#FFF;
  	font-weight: 300;
	font-size: 14px; 
}

.images div p.en{
font-family: 'Raleway', Arial, sans-serif;
font-size: 40px; 
}

.images div:hover{ opacity:1;}	  
		  


.images p.wd{
	text-align:center;
	opacity:1;
	width:100%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%); 
  transform: translate(-50%, 0%);
  color:#FFF;
  	font-weight: 300;
	font-size: 12px;
	line-height:1.2;
	background-color: rgba(0,0,0,0.7);
	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  z-index:4;
}

.images p.wd:hover{ background-color: rgba(0,0,0,0.9);}	  

.abouttxt { margin:40px 0 40px 0; display:block; font-size:14px; line-height:1.5; color:#FFF; font-weight:300;}
#area { width:100%; height:350px;}
  
