

@charset "UTF-8";
/*!
 * Creative v1.0.4 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html{
	background-color:rgba(255, 255, 255, 1);
}

input {
font-size:12px;
}

[class*=js-] {
    cursor: pointer;
}
.js-toggle-right-slidebar {
    display: block;
    right: 30px;
    top: 10px;
    position: absolute;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	width: 50px;
	height: 44px;
	padding:10px;
	background-color:rgba(0, 0, 0, 1);
	border-radius:3px;
	border:2px solid rgba(255, 255, 255, 1);
}
.menu-trigger span {
	position: absolute;
	width: 26px;
	height: 4px;
	background-color:rgba(255, 255, 255, 1);
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 8px;
}
.menu-trigger span:nth-of-type(2) {
	top: 18px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 8px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

html,
body {
	height: 100%;
	width: 100%;
	color:rgba(105, 105, 105, 1);
	background:rgba(255, 255, 255, 1);
	font-family:"Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
	word-break: break-all;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: rgba(79, 170, 255, 1);
  outline: none;
}
a:hover,
a:focus {
  color: rgba(79, 170, 255, 1);
  outline: none;
}
a:focus, *:focus { outline:none; }
h1,
h2,
h3,
h4,
h5,
h6 {
}
p {
  font-size: 14px;
  line-height: 1.5;
}
.bg-primary {
  background-color: #f05f40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.row {
    margin:0;
}
section {
  padding: 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}


header {
height: 65%;
}

.other header {
height: 30%;
}

header {
  position: relative;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;
  background-position: center !important;
  text-align: center !important;
}

header .header-content {
  position: absolute;
  text-align: center;
  top:45%;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  color:rgba(255, 255, 255, 1);
  text-shadow:rgba(0, 0, 0, 1) 1px 1px 1px;
}

header .header-content .header-content-inner p {
  font-weight: 300;
  color:rgba(255, 255, 255, 1);
  font-size: 16px;
  margin-bottom: 50px;
  text-shadow:rgba(0, 0, 0, 1) 1px 1px 1px;
}


@media (min-width: 768px) {

	header .header-content {
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px;
	}

	.other header .header-content {
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px;
	}

	header .header-content .header-content-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	header .header-content .header-content-inner p {
	font-size: 18px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
}

.service-box p {
  margin-bottom: 0;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #f05f40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(105, 105, 105, 1);
  border-color: rgba(105, 105, 105, 1);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}


/*-------------add--------------*/
@media (min-width: 768px) {
  .navbar-right {
    margin-left: 170px;
  }
}

h1{
	font-weight:400;
	line-height:1;
	margin:20px 0;
	font-size:24px;
}



h2{
	text-align:center;
	font-weight:bold;
	margin:-25px 0 20px;
}

h1 span.big{
}

h2 span.mini{
	font-size:16px;
	border:none;
	line-height:1;
	opacity:0.9;
}

table{
	margin:0 auto;
	width:100%;
}

table tr{
	margin:0 auto;

}

table tr th,
table tr td{
	padding:5px;
}

table tr th{
}

div#search_box input[type="text"]{
	background:rgba(105, 105, 105, 1);
	color:rgba(255, 255, 255, 1);
}

div#search_box label{
	background:rgba(105, 105, 105, 1);
	color:rgba(255, 255, 255, 1);
	padding:1px 10px;
	cursor:pointer;
	border-radius: 2px;
}

div#search_box label:hover {
	opacity:0.7;
}

.contact_table span {
    float: right;
    background: #f00;
    padding: 3px 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}

table.contact_table  {
    max-width: 750px;
}

table.contact_table  tr,
table.contact_table  tr th,
table.contact_table  tr td{
    background:  !important;
    color: !important;
}

table.contact_table  tr:nth-child(2n),
table.contact_table  tr:nth-child(2n) th,
table.contact_table  tr:nth-child(2n) td{
    background:  !important;
    color: !important;
}

table.contact_table input,
table.contact_table textarea{
    background:  !important;
    color: !important;
    max-width:360px;
}

table.contact_table tr td button.btn-csend{
    background:  !important;
    color: !important;
}
table.contact_table tr td button.btn-creset{
    background:  !important;
    color: !important;
}

table.contact_table tr td button.btn-csend:hover,
table.contact_table tr td button.btn-creset:hover{
    opacity:0.7;
}

.contact_table tr:last-child td{
text-align:center;
}


footer .col-lg-6{
	text-align:left;
}

footer  p{
	color:rgba(0, 0, 0, 1);
}

.list_wrap .left {
    position: relative;
    width: 100%;
}
.list_wrap .left:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}
.list_wrap .left img,
.list_wrap .left video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:100%;
    z-index:5;
}

.list_wrap .right{
    z-index:10;
    position:relative;
}

.list_wrap .grad-gray > a{
overflow:hidden;
display:block;
}
.list_wrap .grad-gray a:hover {
opacity:0.8;
}

.list_wrap .grad-gray p.title a,
.list_wrap .grad-gray p{
margin:0;
}

.list_wrap .grad-gray .update{
font-size:10px;
padding:30px 0 5px 10px;
}
.list_wrap .grad-gray .update:after{
  content:"UPDATE";
  display: inline-block;
  margin-left: 1em;
}

.list_wrap .grad-gray .title{
font-size:16px;
padding-left:10px;
padding:5px 0 5px 10px;
font-weight:600;
height: 26px;
overflow: hidden;
}

.list_wrap .grad-gray .tags{
font-size: 12px;
margin: 5px 0 30px 10px;
overflow: hidden;
height: 17px;
}

#detail {
margin-bottom:30px;
}

#detail video,
#detail img{
max-width:100%;
min-width:50%;
margin:auto;
}
.navbar.affix p{
display:none;
}

#detail .left,
#detail .right{
margin:30px 0;
}

#detail .left p.update {
font-size:12px;
padding:30px 0 5px 10px;
}

#detail .left h1.title {
font-size:20px;
padding-left:10px;
padding:5px 0 5x 10px;
font-weight:600;
}

#detail .left p.tags {
font-size:12px;
padding:5px 0 30px 10px;
}

#detail span.tags {
font-size:12px;
}

#detail .right p {
font-size:14px;
}

#detail .right p.link {
font-size:12px;
padding:5px 0 30px 0;
}

#detail .right p.link a{
}

.tags a {
color:rgba(79, 170, 255, 1);
}

.navbar-default .navbar-toggle:focus{
background: rgba(79, 170, 255, 1);
}


#thumbnails {  
width:100%;
padding:10px;
border:1px solid #EEE; 
overflow:auto; 
}


.logo {
    display: block;
    left: 50px;
    width: 150px;
    background-size: cover;
    position: absolute;
    border: 0;
    z-index: 5000;
    overflow:hidden;
    padding:0;
}


nav.navbar {
margin-bottom: 0px;
border:none;
background: transparent;
}

.navigation {
top:60px;
position:absolute;
padding-left: 0.5em;
height: 100%;
min-width:95%;
}

footer{
	background:rgba(240, 240, 240, 1);
	padding:2em 0;
}


footer div.row div.col-xs-9:last-child p{
font-size:12px;
text-align:right;
}

footer a{
	color:rgba(0, 0, 0, 1);
}

.ymovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ymovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.grad-gray:nth-child(2n+1) {
background: rgba(255, 255, 255, 1);
}

.grad-gray:nth-child(2n)  {
background: rgba(250, 250, 250, 1);
}

.grad-gray:nth-child(2n+1) p.update,
.grad-gray:nth-child(2n+1) p.title a,
.grad-gray:nth-child(2n+1) p.tags a{
color: rgba(105, 105, 105, 1);
}

.grad-gray:nth-child(2n) p.update,
.grad-gray:nth-child(2n) p.title a,
.grad-gray:nth-child(2n) p.tags a{
color: rgba(105, 105, 105, 1);
}


#search_box{
display:none;
padding:10px 0;
}

#search_box div{
display:inline-block;
}

#search_box input{
border:none;
text-align:center;
width:90px;
border-radius: 2px;
}

#search_box div.keywords input{
width:125px;
border-radius: 2px;
}

span#box_open svg{
cursor:pointer;
margin-left: 5px;
}
span#box_open.active svg{
transition:transform 0.5s;
transform: rotate(90deg);
}



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination > li > input {
    display:none;
}

.pagination > li > label {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(105, 105, 105, 1);
    color: rgba(105, 105, 105, 1);
    padding: 6px 12px;
    line-height: 1.42857;
    margin-left: -1px;
    cursor:pointer;
    
}

.pagination > li > label.active, .pagination > li > label:hover {
    background-color: rgba(105, 105, 105, 1);
    color: rgba(255, 255, 255, 1);
}

.privacy {
padding:30px 0;
}

.mini {
font-size:0.8em;
}
.max-mini {
font-size:0.5em;
}

.dropdown-toggle {
}

.dropdown-menu li a{
color:rgba(255, 255, 255, 1);
}

a.dropdown-toggle {
margin-left:0.5em;
padding:2px;
}

.caret {
transition: all .6s;
}

.open .caret{
transform: rotate(180deg);
}
.caret.active:before{
}

.navbar-default .gnavi > .open{
background: rgba(255, 255, 255, 1);
}
.navbar-default .gnavi > .open > a,
.navbar-default .gnavi > .open > a:hover,
.navbar-default .gnavi > .open > a:focus {
color: rgba(0, 0, 0, 1);
}

.navbar-default .gnavi .open .dropdown-menu > li > a {
color: rgba(0, 0, 0, 1);
text-align:center;
padding: 5px 0;
}

.menu-trigger {
backgorund:rgba(0, 0, 0, 1);
color:rgba(255, 255, 255, 1);
}


.gnavi {
background:rgba(0, 0, 0, 1);
}

.gnavi ul li{
padding:0.5em;
font-size:14px;
list-style:none;
color:rgba(255, 255, 255, 1);
border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.gnavi ul li.open{
border:none;
}


.gnavi ul li a{
color:rgba(255, 255, 255, 1);
}

.dropdown-menu {
width:100%;
}

ul.dropdown-menu li{
border-bottom:none;
}

ul.dropdown-menu li:last-child{
border-bottom: 1px solid rgba(255, 255, 255, 1);
}



/*--------------------767px以下-----------------------*/
@media (min-width: 768px) {
  .navbar-right ~ .navbar-right {
    margin-left: 170px;
  }
}


@media (max-width: 767px) {
	.cs_row{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	 
		-webkit-flex-direction:row;
		-moz-flex-direction:row;
		-ms-flex-direction:row;
		-o-flex-direction:row;
		flex-direction:row;
	 
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	 
		
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	/*スマートフォンサイズ*/
	.cs_col-xs-12 {
	  width: 100%;
	}

	.cs_col-xs-order-1{
		order:1;
	}
	.cs_col-xs-order-2{
		order:2;
	}
	.js-toggle-right-slidebar {
	    right: 10px;
	}
	.logo {
	left: 10px;
	max-width: 80px;
	}
	header {
	height: 50%;
	}
	
	.list_wrap .right {
	    position: static;
	}
	.list_wrap a img {
	top: 0;
	}
	.list_wrap .update {
	padding-top: 0.5em !important;
	}
	
	.list_wrap .tags {
	padding-bottom: 0.5em !important;
	margin-bottom: 0.5em !important;
    height: 1.5em !important;
	}
	
	.list_wrap > a {
	height: 100% !important;
	}
  
	.list_wrap .row .col-lg-2:nth-child(2n+1) {
	background: rgba(255, 255, 255, 1);

	} 
	.list_wrap .row .col-lg-2:nth-child(2n) {
	background: rgba(250, 250, 250, 1);
	}
	
	.list_wrap .col-xs-12 div.left {
	width:22%;
	float:left;
	padding-top:0;
	min-height:80px;
	}
	
	.list_wrap .left img,
	.list_wrap .left video {
	margin-top:0;
	min-height:80px;
	}

	.list_wrap .col-xs-12 div.right {
	width:78%;
	float:left;
	}
	
	.list_wrap .title{
	position: absolute;
    top: 30%;
	}
	
	.list_wrap .tags{
	position: absolute;
    bottom: 0;
	}

	footer {
	padding:0;
	}
	
	footer .row div:first-child {
	margin-top:1em;
	margin-bottom:1em;
	}

	footer .row div:first-child p{
	text-align:center;
	}

	footer .row div:last-child {
		margin-top:1em;
	}
	
	footer div.row p{
	font-size:10px;
	margin:0;
	}

	#search_box div {
	margin-bottom:1em;
	}
	.contact_table table,
	.contact_table tr,
	.contact_table td,
	.contact_table th {
	display:block;
    text-align: center;
	}
	.contact_table span {
	float:none;
	margin-left:1em;
	}
	.navbar-default .nav > li > a,
	.navbar-default .nav > li > a:focus {
		text-shadow:none;
	}
	
}
div#search_box video[poster] {
display:none;
}
table.mailform.contact_table tr:nth-child(2n+1),
table.mailform.contact_table tr:nth-child(2n+1) th,
table.mailform.contact_table tr:nth-child(2n+1) td{
background: rgba(255, 255, 255, 1) !important;
color:rgba(105, 105, 105, 1);
}
table.mailform.contact_table tr:nth-child(2n),
table.mailform.contact_table tr:nth-child(2n) th,
table.mailform.contact_table tr:nth-child(2n) td{
background: rgba(250, 250, 250, 1) !important;
color:rgba(105, 105, 105, 1);
}

table.mailform.contact_table td textarea,
table.mailform.contact_table td input{
background:rgba(105, 105, 105, 1);
color:rgba(255, 255, 255, 1);
}

.list_wrap .grad-gray .tags{
margin: 5px 0 10px 10px;
}

