
/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #475B6F;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #6a6a6a;	
	background: #f1f0f0;
}

p {margin: 0 0 20px 0;	
	font-size: 15px;}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #4da7ca;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #4290ae;	
}


h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #3A4F52;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
	font-size: 14px;
    border: 1px solid white;
    color: white;
    background: none;
}

.btn.btn-o-white:hover {
	font-size: 14px;
    background: white;
    border-radius: 20px;
　　box-shadow: 2px 2px 2px rgb(0, 0, 0);
    color: #6a6a6a;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	position: relative;			
	text-align: center;
	padding: 0 !important;
}


#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 20px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .5s;		
}

#header .top.solid {
    background: #475B6F;
    padding-top: 10px;
    padding-bottom: 10px;
height:70px;
}

#header .top h1{
	margin-bottom: 0px;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
	font-family: 'Alegreya SC';
	color: ##E0672F;
}

#header .logo{
float:left;
}

.nav {
 display: inline-block;
	position: relative;
top:-50px;
    padding: 20px 0px 0 0px;
    margin: 0 0px 0px 80px;
    width: 100%;
}

#large-header .large-header{
    position: absolute;
    top: -1000px;
	z-index: 0;
}

canvas #particles-js{
    position: absolute;
    top: -1000px;
	z-index: 0;
}

#header > img.NX-BV30 {
	z-index: 9999;
}

#header .slogan{
    text-align: center;
display:block;
    position: absolute;
    top: 15%;
left:15%;
	font-size: 2.8em;
font-weight:700;
	line-height: 1em;	
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #007199;
  text-shadow:2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
              -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
              0px 1px 0 #ffffff,  0 -1px 0 #ffffff,
              -2px 0 0 #ffffff, 2px 0 0 #ffffff;
}

#header .secondary-slogan{
	margin-bottom: -35px;
	font-size: 2.1em;
	color: #007199;
  text-shadow:2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
              -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
              0px 1px 0 #ffffff,  0 -1px 0 #ffffff,
              -2px 0 0 #ffffff, 2px 0 0 #ffffff;
	line-height: 1em;
font-weight:600;	
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#header > .bottom {
    position: absolute;
    bottom: 70px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 300px;
}
#header > .bottom a {
    opacity: 0.7;
}
#header > .bottom a:hover {
    opacity: 1;
}

.cross text-right i{
z-index:99999;
}

.nav li a{
    padding-left: 8px;
color:#ffffff;
}

#header .content-block{
    display: inline-block;
}
.pull-left{
    display: inline-block;
}

.pull-left .nav .clearfix li{
    display: inline-block;
}


#header >　.pull-center > .dropdown-menu li{
  z-index: 9999;
  position: absolute;
  top:10px;
  padding: 8px 10px;
  color: #ff6000;
}

#header >　.pull-center > .dropdown-menu:before{
  z-index: 9999;
  position: absolute;
  top:10px;
}

#header >　.pull-center > .dropdown-menu > li > a {
  z-index: 9999;
  padding: 8px 10px;
  color: #fff;
}

#drawer-right .nav-pills>li:hover > a,
#drawer-right .nav-pills>li>a:focus > a,
#drawer-right .nav-pills>li>a.active > a {
  background-color: #c52d2f;
  color: #fff;
}


.shop {
    float: right;
clear:both;
margin-top:-100px;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 9999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
	font-size: 18px;
line-height: 1em;
	border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}

#drawer-right .social ul > li > a:hover{
	color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	padding: 80px 0;
}

.block-body {
	margin-top: 60px;
}

#header {
	background-image: url(../images/NX-BV41-bg1.jpg);
}
#services {
	color: white;
	background: linear-gradient(-99deg, #000000, #6c2c2f, #3b4e59, #495e3b);
width:100%;
height:auto;
	background-size: 400% 1600%;
	-webkit-animation: gradient 8s ease infinite;
	        animation: gradient 8s ease infinite;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#parallax {
	background-image: url(../images/NX-BV41-bg2.jpg);
	color: white;
}
#movie {
	background-image: url(../images/201-road.jpg);
	color: white;
}
#parallax h1{
	margin-bottom: 60px;
	color: #ff7f50;
}

#services  p.center{
	text-align: left;
	color: white;
   font-size: 16px;
}

/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

h3.kinou{
font-size:180%;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 13%;
    top: 15%;
    opacity: 1;
}
h2.kinou:hover {
    background-position: center;
}

h2.kinou:hover:before, .recent-work:hover span {
    opacity: 1;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 16px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    padding-right:1em;
    position: absolute;
    left: 13%;
    top: 40%;
	opacity: 0;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}
p.white:hover:before, .recent-work:hover p {
    opacity: 1;
	color: #ffffff;
	z-index: 100;
}

p.white:hover {
    background-position: center;
}
.recent-work {
    width: 100%;
    height: 100%;
    padding-bottom: 5%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 10%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.recent-work span{
	margin-top: -18px;
	opacity: 1;
	position: relative;
	z-index: 1;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}


.service-icon, .recent-work span i{
    opacity: 1;
	color: #fafad2;
}
.service-icon:hover:before, .recent-work:hover span i{
    opacity: 0;
	color: #66666;
	z-index: 0;
}



/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1, #services h2{
	color: white;
}
.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}

#services td{
padding: 2px 5px;
}

#services #view {
	color: black;
    margin-top: 15px;
background: #9acd32;
padding: 20px 40px;
}

#services #view h1, h2 {
	color: #2f4f4f;
}

/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}

#blog #view {
    margin-top: 15px;
background: #ffe4e1;
padding: 20px 40px;
}


#blog  .col-sm-4 blog-post table.site {
border-collapse: collapse;
border-top: #fff dotted 0px;
border-right: #fff dotted 0px;
border-left: #fff dotted 0px;
border-bottom: #fff dotted 0px;
}

#blog  .col-sm-4 blog-post  table.site tr td.left{
padding: 3px 12px;
width:70%;
}

#blog  .col-sm-4 blog-post  table.site tr td.right{
padding: 3px 12px;
width:30%;
}

/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#testimonials{
	text-align: center;
}

#testimonials p#bun{
	text-align: left;
}


#testimonials #view {
text-align: left;
    margin-top: 15px;
background: #ffe4e1;
padding: 20px 40px;
}


#testimonials .testimonial > img {
    border-radius: 20%;
    margin-bottom: 15px;
}
#testimonials .testimonial {
	padding: 25px;
}


/*////////////////////////////////////////////////////////////////////////
//  09 - movie
///////////////////////////////////////////////////////////////////////*/


#movie{
	color: white;
}

#movie .row{
	text-align: center;
margin-bottom:0px;
}


#movie h1.videos {
color: white;
padding-bottom:0px;
}

#movie h2.mov{
	color: #ffffff;
	font-size: 50px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
position: relative;
  margin-left: 0%;
   padding-top: 5%;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ background: #2B3E51; color: white;}



/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/
@media (max-width: 1398px){
.recent-work {
    width: 100%;
    height: 100%;
    padding-bottom: 50%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

h3.kinou{
font-size:17px;
color: #fafad2;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 10%;
    top: 10%;
}
}

@media (max-width: 1198px){
.recent-work {
    width: 100%;
    height: 100%;
    padding-bottom: 60%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 60%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

h3.kinou{
font-size:16px;
color: #fafad2;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 12%;
    top: 8%;
}

p.white {
z-index: 100;
	color: #ffffff;
	font-size: 13px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
text-align: left;
    position: absolute;
    left: 12%;
    top: 30%;
	opacity: 1;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}

.service-icon, .recent-work span i{
    opacity: 0.3;
}
}

@media (max-width: 998px){
	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}

.content-block{
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#header .slogan{
	font-size: 24px;
margin-left:-10%;
}

#header .secondary-slogan{
	font-size: 18px;
	z-index: 1000;
}

.recent-work {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

h3.kinou{
font-size:15px;
color: #fafad2;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 10%;
    top: 5%;
}

p.white {
z-index: 100;
	color: #ffffff;
	font-size: 13px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
text-align: left;
    position: absolute;
    left: 10%;
    top: 25%;
	opacity: 1;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}

iframe{
width:100%;
}
.foot iframe{
height:660px;}
}

@media (max-width: 767px){
	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}

#header .slogan{
	font-size: 24px;
}

#header .secondary-slogan{
	font-size: 18px;
}

#header > .bottom a img {
    width: 200px;
}

.recent-work {
    width: 100%;
    height: 100%;
    padding-bottom: 0%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 25%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

h3.kinou{
font-size:18px;
color: #fafad2;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
text-align:center;
    position: absolute;
    left: 10%;
    top: 10%;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 15px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 10%;
    top: 35%;
	opacity: 1;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}

iframe{
width:100%;
}

.foot iframe{
height:660px;}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background-size: 100% 100%;
	}

.content-block{
    background-position: center right;
    background-size: 100% 100%;
}

#header .slogan{
	font-size: 17px;
	z-index: 1000;
}

#header .secondary-slogan{
	font-size: 15px;
	z-index: 1000;
}

#header .NX-BV30{
	width:50%;
	z-index: 100;
}

.nav {
width:70%;
font-size: 9px;
}

.bottom .nextec{
	width: 150px;
    margin-bottom: 50px;
	z-index: 1000;
}

h2.kinou{
text-size:16px;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 13%;
    top: 15%;
}

p.white {
	opacity: 1!important;
	z-index: 100;
	color: #ffffff;
	font-size: 14px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 12%;
    top: 45%;
	opacity: 1;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}

#header > .bottom a img {
    width: 120px;
}
iframe{
width:100%;
}
.foot iframe{
height:1180px;}
}
