/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}
body {
	background: #fff;
	font: 400 12px/1.8 "Open Sans", sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	border: 0;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.position-relative {
	position: relative;
}
.leftauto {
	right: 0 !important;
	left: auto !important;
}
.righttauto {
	left: 0 !important;
	right: auto !important;
}
/* Transition elsements */
a, .btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	transition: all 0.125s ease-in-out 0s;
}
.client-logo, .gallery-caption, .gallery-image:after, .gallery-image img, .price-table, .team-detail, .team-image:after, .work-caption, .work-image > img, .work-image:after, .post-thumbnail, .post-video, .post-images-slider {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/* Reset box-shadow */
.btn, .well, .panel, .progress, .form-control, .form-control:hover, .form-control:focus, .navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Reset border-radius */
.well, .label, .alert, .progress, .form-control, .modal-content, .panel-heading, .panel-group .panel, .nav-tabs > li > a, .nav-pills > li > a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.pr-remove {
	/*vertical-align: middle !important;*/
	text-align: center;
}
.examples {
	border-radius: 2px;
	padding: 7px 5px;
	margin: 0 0 40px;
}
.examples.bg-dark {
	background: #333;
	border: 0;
}
.et-icons .box1 {
	border: 1px solid #e5e5e5;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}
.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}
.fa-icons > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}
.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
.help-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Sections */
.navbar-custom + .main {
	margin-top: 50px;
}
.main {
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.module {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.module-small {
	position: relative;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Module header */
.module-small {
	padding: 70px 0;
}
.module-extra-small {
	padding: 25px 0px;
}
.module-medium {
	padding: 75px 0px;
}
.holder-w {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 1px;
	width: 50%;
}
.holder-w:before {
	border-top: 1px solid #eaeaea;
	position: relative;
	display: block;
	content: "";
	top: 1px;
	height: 1px;
	width: 100%;
}
/* Sections dividers */
.divider-w {
	border-top: 0px solid #eaeaea;
	margin: 0;
}
.divider-d {
	border-top: 1px solid #202020;
	margin: 0;
}
/* Half-image */
.side-image {
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.side-image-text {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 140px 60px 140px;
}
/* Dark background */
.bg-dark, .bg-dark-30, .bg-dark-60, .bg-dark-90, .bg-dark .module-title, .bg-dark-30 .module-title, .bg-dark-60 .module-title, .bg-dark-90 .module-title, .bg-dark .module-subtitle, .bg-dark-30 .module-subtitle, .bg-dark-60 .module-subtitle, .bg-dark-90 .module-subtitle, .bg-dark .alt-module-subtitle h5, .bg-dark-30 .alt-module-subtitle h5, .bg-dark-60 .alt-module-subtitle h5, .bg-dark-90 .alt-module-subtitle h5 {
	color: #fff;
}
.bg-dark {
	background: #111;
}
.bg-dark-30:before {
	position: absolute;
	background: rgba(2, 2, 2, 0.4);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-dark-60:before {
	position: absolute;
	background: rgba(34, 34, 34, 0.8);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-dark-90:before {
	position: absolute;
	background: rgba(34, 34, 34, 0.9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-gradient:before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, black 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(0, 0, 0, 0.95)), color-stop(100%, black));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, black 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, black 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, black 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0 );
	/* IE6-8 */
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-light {
	background: #f6f6f6;
}
.parallax-bg {
	background-attachment: fixed;
	background-size: cover;
}
/* Vertical margin, padding */
.p-0 {
	padding: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-120 {
	padding-top: 120px !important;
}
.pt-140 {
	padding-top: 140px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.pb-140 {
	padding-bottom: 140px !important;
}
.m-0 {
	margin: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
.mt-sm-0 {
	margin-top: 0 !important;
}
.mt-sm-10 {
	margin-top: 10px !important;
}
.mt-sm-20 {
	margin-top: 20px !important;
}
.mt-sm-30 {
	margin-top: 30px !important;
}
.mt-sm-40 {
	margin-top: 40px !important;
}
.mt-sm-50 {
	margin-top: 50px !important;
}
.mt-sm-60 {
	margin-top: 60px !important;
}
.mt-sm-70 {
	margin-top: 70px !important;
}
.mt-sm-80 {
	margin-top: 80px !important;
}
.mb-sm-0 {
	margin-bottom: 0 !important;
}
.mb-sm-10 {
	margin-bottom: 10px !important;
}
.mb-sm-20 {
	margin-bottom: 20px !important;
}
.mb-sm-30 {
	margin-bottom: 30px !important;
}
.mb-sm-40 {
	margin-bottom: 40px !important;
}
.mb-sm-50 {
	margin-bottom: 50px !important;
}
.mb-sm-60 {
	margin-bottom: 60px !important;
}
.mb-sm-70 {
	margin-bottom: 70px !important;
}
.mb-sm-80 {
	margin-bottom: 80px !important;
}
}

@media only screen and (max-width: 767px) {
.mt-xs-0 {
	margin-top: 0 !important;
}
.mt-xs-10 {
	margin-top: 10px !important;
}
.mt-xs-20 {
	margin-top: 20px !important;
}
.mt-xs-30 {
	margin-top: 30px !important;
}
.mt-xs-40 {
	margin-top: 40px !important;
}
.mt-xs-50 {
	margin-top: 50px !important;
}
.mt-xs-60 {
	margin-top: 60px !important;
}
.mt-xs-70 {
	margin-top: 70px !important;
}
.mt-xs-80 {
	margin-top: 80px !important;
}
.mb-xs-0 {
	margin-bottom: 0 !important;
}
.mb-xs-10 {
	margin-bottom: 10px !important;
}
.mb-xs-20 {
	margin-bottom: 20px !important;
}
.mb-xs-30 {
	margin-bottom: 30px !important;
}
.mb-xs-40 {
	margin-bottom: 40px !important;
}
.mb-xs-50 {
	margin-bottom: 50px !important;
}
.mb-xs-60 {
	margin-bottom: 60px !important;
}
.mb-xs-70 {
	margin-bottom: 70px !important;
}
.mb-xs-80 {
	margin-bottom: 80px !important;
}
}
/* Scroll to top */
.scroll-up {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}
.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.scroll-up a:hover, .scroll-up a:active {
	opacity: 1;
	color: #000;
}
/* ISSEI AONE */
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
	border-radius: 0;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	padding: 8px 37px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.btn.btn-round {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn.btn-circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn.btn-w {
	background: rgba(255, 255, 255, 0.8);
	color: #111;
}
.btn.btn-w:hover, .btn.btn-w:focus {
	background: white;
	color: #111;
}
.btn.btn-g {
	background: #e5e5e5;
	color: #111;
}
.btn.btn-g:hover, .btn.btn-g:focus {
	background: #d8d8d8;
	color: #111;
}
.btn.btn-border-w {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #fff;
}
.btn.btn-border-w:hover, .btn.btn-border-w:focus {
	background: #fff;
	border-color: transparent;
	color: #111;
}
.btn.btn-d {
	background: rgba(17, 17, 17, 0.8);
	color: #fff;
	padding: 20px 0px;
}
.btn.btn-d:hover, .btn.btn-d:focus {
	background: #111111;
}
.btn.btn-b {
	background: #111111;
	color: #fff;
}
.btn.btn-b:hover, .btn.btn-b:focus {
	background: rgba(17, 17, 17, 0.8);
}
.btn-border-d {
	background: transparent;
	border: 1px solid #111111;
	color: #111;
}
.btn.btn-border-d:hover, .btn.btn-border-d:focus {
	background: #111111;
	color: #fff;
}
.btn.btn-font-w {
	background: rgba(255, 255, 255, 0.8);
	color: #fff;
}
.btn.btn-font-w:hover {
	background: #fff;
	color: #111;
}
/* Buttons size */
.btn.btn-lg {
	padding: 12px 45px;
	font-size: 13px;
}
.btn.btn-sm {
	padding: 6px 25px;
	font-size: 10px;
	letter-spacing: 1px;
}
.btn.btn-xs {
	padding: 4px 19px;
	font-size: 10px;
	letter-spacing: 0;
}
.btn-list .btn {
	margin: 5px 0;
}


/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
 background: #000;
 color: #fff;
}

::-webkit-selection {
 background: #000;
 color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
/* Forms common style */
.form-control {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 14px;
	height: 60px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.form-control:focus {
	border-color: #CACACA;
}
/* Forms size */
.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}
.rqst-form {
	margin-top: 27px;
}
.rqst-form .btn {
	margin-top: 5px;
}
.input-group-addon {
	border: 1px solid #e4e4e4 !important;
}
/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
	color: #111;
}
a:hover, a:focus {
	text-decoration: none;
	color: #aaa;
	outline: 0;
}
.bg-dark a {
	color: #aaa;
}
.bg-dark a:hover, .bg-dark a:focus {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}
ol, ul, blockquote {
	margin: 0 0 20px;
}
p {
	margin: 0 0 10px;
}
blockquote {
	border: 0;
	font-style: italic;
	font-size: 15px;
	padding: 0;
}
.font-alt {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
}
.font-serif {
	font-family: Volkhov, "Times New Roman", sans-serif;
	font-style: italic;
}
.large-text {
	font-size: 24px !important;
}
.rotate {
	text-shadow: none !important;
}
.module-title {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #111;
	margin: 50px 0 70px;
}
.module-title-w {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 100;
	font-size: 20px;
	color: #fff;
	margin: 0 0 70px;
}
.module-subtitle {
	text-align: center;
	font-size: 16px;
	color: #111;
	margin-bottom: 50px;
}
.module-subtitle-w {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 70px;
}
.module-icon {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}
.module-title + .module-subtitle {
	margin-top: -35px;
}
.module-title-w + .module-subtitle-w {
	margin-top: -35px;
}
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a, .flex-control-nav > li > a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.flex-direction-nav a {
	position: absolute;
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	margin: 0;
}
.flex-direction-nav .flex-prev {
	opacity: 0;
	left: 0;
	cursor: url(../../images/prev-light.png), e-resize;
}
.flex-direction-nav .flex-next {
	opacity: 0;
	right: 0;
	cursor: url(../../images/next-light.png), e-resize;
}
.flex-control-nav {
	position: absolute;
	width: auto;
	left: 50%;
	bottom: 20px;
	z-index: 11;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flex-control-nav > li {
	display: inline-block;
	margin: 5px 3px;
}
.flex-control-nav > li > a {
	background: transparent;
	border: 1px solid #fff;
	display: block;
	height: 6px;
	width: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.flex-control-nav > li > a:hover, .flex-control-nav > li > a.flex-active {
	background: #fff;
}
/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
	margin: 0 !important;
}
.hero-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.hero-slider, .hero-slider .flex-viewport {
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
}
.hero-slider .slides {
	height: 100% !important;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}
.hero-slider .flex-direction-nav a {
	width: 15%;
}
.hero-slider .slides li {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
/* Caption */
.titan-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 70%;
	margin: 0 auto;
	border: 2px solid #000;
}
.titan-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.caption-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #E80003;
}
/*
Photography Page Slider
*/
.photography-page .image-caption {
	bottom: 20px;
	position: absolute;
	width: 35%;
}
.photography-page .image-caption .caption-text {
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.photography-page .flex-control-nav {
	left: 80%;
	bottom: 20px;
	z-index: 11;
}
/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
	margin-top: 40px;
}
.owl-pagination div {
	display: inline-block;
}
.owl-controls .owl-page span {
	background: transparent;
	border: 1px solid #111;
	display: block;
	height: 6px;
	width: 6px;
	margin: 0 3px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
	background: #111;
}
.owl-controls .owl-buttons > div {
	display: inline-block;
	margin: 5px;
	font-size: 14px;
	color: #111;
}
/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}
.loader {
	position: absolute;
	border-left: 2px solid #ffffff;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	-moz-animation: load 0.8s infinite linear;
	ms-animation: load 0.8s infinite linear;
	o-animation: load 0.8s infinite linear;
	animation: load 0.8s infinite linear;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}
 @-webkit-keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
	background-color: rgba(0,0,0,0.9);
	border: 0;
	border-radius: 0;
	z-index: 1000;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	-webkit-transition: background, padding 0.4s ease-in-out 0s;
	-moz-transition: background, padding 0.4s ease-in-out 0s;
	-ms-transition: background, padding 0.4s ease-in-out 0s;
	-o-transition: background, padding 0.4s ease-in-out 0s;
	transition: background, padding 0.4s ease-in-out 0s;
}
.navbar a {
	-webkit-transition: color 0.125s ease-in-out 0s;
	-moz-transition: color 0.125s ease-in-out 0s;
	-ms-transition: color 0.125s ease-in-out 0s;
	-o-transition: color 0.125s ease-in-out 0s;
	transition: color 0.125s ease-in-out 0s;
}
.navbar-custom .dropdown-menu {
	background: rgba(26, 26, 26, 1);
	border-radius: 0;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-custom .navbar-brand {
	letter-spacing: 4px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
.navbar-custom .nav li > a {
	position: relative;
	color: #fff;
}
.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding: 11px 15px;
	letter-spacing: 2px;
	color: #999;
}
.navbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}
.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover, .navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: rgba(255,255,255,0.7);
}
.navbar-custom .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}
.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}
.dropdown-menu {
	min-width: 180px;
	font-size: 11px;
}
/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px 0px 0px 0px;
}
.titan-title-size-1 {
	letter-spacing: 4px;
	font-size: 15px;
}
.titan-title-size-2 {
	line-height: 1.3;
	letter-spacing: 3px;
	font-size: 18px;
	opacity: .8;
}
.titan-title-size-3 {
	letter-spacing: 16px;
	font-size: 46px;
}
.titan-title-size-4 {
	letter-spacing: 24px;
	font-weight: 400;
	font-size: 48px;
}
/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
	padding: 10px 0;
}
.footer .copyright {
	margin: 0;
}
.footer .footer-social-links {
	text-align: right;
}
.footer .footer-social-links a {
	display: inline-block;
	padding: 0 6px;
}
/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}
#map {
	height: 100%;
	width: 100%;
}
#map img {
	max-width: none;
}
/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
	color: rgba(255, 255, 255, 0.6);
}
.callout-title {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0;
}
.callout-btn-box {
	text-align: right;
	padding-top: 4px;
}
.request-cta {
	padding: 50px 0px;
}
/*ISSEI*/

.navbar-header {
	text-align: center;
	color: #000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 30px;
}
/*ISSEI fonts*/
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}
.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}
.wf-caveat {
	font-family: 'Caveat', cursive;
	font-weight: 700;
}
}
/*--------------------------------------------------------------
	p01
--------------------------------------------------------------*/
.wrapper01 {
	width: 100%;
	height: auto;
	z-index: 100;
}
.p01-title {
	width: 100%;
	height: auto;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 12.5vw;
	color: #000;
	line-height: 180px;
	padding-top: 150px;
	text-align: center;
}
.ao-module-title {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #111;
	margin: 30px 0 60px;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
}
.ao-module-subtitle {
	text-align: center;
	font-size: 16px;
	color: #111;
	margin-bottom: 70px;
}
.Jao-module-subtitle {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	color: #111;
	overflow: hidden;
	line-height: 2.2em;
	background-image: url(../images/signature.jpg);
	background-position: 60% 60%;
	background-repeat: no-repeat;
	background-size: 10%;
	padding-bottom: 300px;
	border: 0px solid rgba(193,0,3,1.00);
}
.shouldercopy {
	width: 30%;
	height: auto;
	padding: 30px 0px;
	border-top: 1px dotted rgba(0,0,0,1.00);
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	color: #111;
}
/*--------------------------------------------------------------
	p02
--------------------------------------------------------------*/
.wrapper02 {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 50px 0px;
}
.blast-box {
	position: relative;
	width: 10vw;
	height: auto;
	z-index: 0;
	border-bottom: 0px solid rgba(0,0,0,0.5);
	margin: 0px auto 70px auto;
	overflow: hidden;
}
.blast-box img {
	width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
	p03
--------------------------------------------------------------*/
.wrapper03 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 0;
	background-image: url(../images/OSPsketch-backPC.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 250px 0px;
	border: 0px solid rgba(25,122,45,1.00);
}
.osp-sketch {
	position: absolute;
	z-index: 100;
	top: 10%;
	left: 0;
	width: 70%;
	height: auto;
	padding-top: 100px;
	border: 0px solid rgba(255,255,255,1.00);
}
.osp-sketch img {
	width: 90%;
	height: auto;
	opacity: 1;
}
.about-osp {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 200;
	width: 100%;
	border: 0px solid rgba(78,78,78,1.00);
}
.founded {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 200;
	text-align: center;
	color: rgba(255,255,255,.7);
	font-family: Volkhov, "Times New Roman", sans-serif;
	font-style: italic;
	font-size: 16px;
	line-height: 2em;
}
.tsuneo-prof {
	position: relative;
	width: 40%;
	height: auto;
	margin: 100px auto 0px;
	color: rgba(255,255,255,0.7);
	font-size: 15px;
	line-height: 2.5em;
	text-align: justify;
}
.tsuneo-pic {
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px solid rgba(255,255,255,0.1);
	float: left;
	margin: 10px 15px 10px 0px;
	text-align: justify;
}
.tsuneo-pic img {
	width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
	p04
--------------------------------------------------------------*/

.wrapper04 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/p04backPC.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	padding-bottom: 150px;
	padding-top: 50px;
	display:none;
}
.drop-shadow {
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,.4));
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,.4));
}
.drop-shadow02 {
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,.7));
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.5));
}
.rotate01 {
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.team-item {
	position: relative;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}
.team-image {
	position: relative;
	overflow: hidden;
}
.team-image img {
	width: 65%;
}
.team-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 50;
	left: 0;
	z-index: 1;
}
.team-detail {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
	padding: 20px;
}
.team-detail h5 {
	font-size: 16px;
}
.team-detail p {
	font-size: 14px;
}
.team-descr {
	margin: 0px auto;
	z-index: 100;
	border: 0px solid rgba(220,44,47,1.00);
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.team-name {
	font-size: 18px;
	color: #111;
}
.team-role {
	font-size: 11px;
	color: #aaa;
}
.team-item:hover .team-image:after {
	background: rgba(0, 0, 0, 0.6);
}
.team-item:hover .team-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}
/*--------------------------------------------------------------
	p05
--------------------------------------------------------------*/

.wrapper05-PC {
	position: relative;
	width: 100%;
	height: 3000px;
	overflow: hidden;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.whatwedo-prof {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px auto 50px;
	color: #111;
	font-size: 15px;
	line-height: 2em;
	text-align: center;
}
.performance {
	position: relative;
	width: 90%;
	height: 3000px;
	overflow: hidden;
	margin: 100px auto 0px;
	padding-bottom: 100px;
}
.timeline-scale {
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 3000px;
	margin: 0 auto;
	background-image: url(../images/timeline.png);
	background-repeat: repeat-y;
	background-position: top center;
	overflow: hidden;
}
.timeline-gridPC {
	position: absolute;
	z-index: 100;
	display: grid;
	grid-row-gap: 100px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 230px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	border: 0px solid rgba(0,0,0,1.00);
}
.timeline-gridPC .item {
	position: relative;
	overflow: hidden;
	background-color: rgba(255,255,255,1.00);
	border: 0px solid rgba(0,0,0,1.00);
}
.itembox-R {
	border: 0px solid rgba(170,4,7,1.00);
	padding-left: 100px;
	width: 100%;
}
.itembox-L {
	border: 0px solid rgba(170,4,7,1.00);
	padding-right: 100px;
	width: 100%;
}
.year {
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	line-height: 1.0em;
	font-size: 80px;
}
.yearsize01 {
	font-size: 20px;
}
.yearsize02 {
	font-size: 50px;
}
.yearsize03 {
	font-size: 80px;
}
.yearsize04 {
	font-size: 110px;
}
.yearsize05 {
	font-size: 140px;
}
.ospdone {
	color: rgba(0,0,0,1.00);
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.0em;
	padding: 5px 0px;
	border-bottom: 1px dotted rgba(0,0,0,0.3);
}
.ospdone-detail {
	color: rgba(0,0,0,0.8);
	font-size: 16px;
	line-height: 1.6em;
	padding: 5px 0px;
}
.timeline-gridPC .item01 {
	overflow: hidden;
	background-image: url(../images/timeline-img01.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 30%;
}
.timeline-gridPC .item02 {
	overflow: hidden;
	background-image: url(../images/timeline-img02.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 40%;
}
.timeline-gridPC .item03 {
	overflow: hidden;
	background-image: url(../images/timeline-img03.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 40%;
}
.timeline-gridPC .item04 {
	overflow: hidden;
	background-image: url(../images/timeline-img04.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 40%;
}
.timeline-gridPC .item05 {
	overflow: hidden;
	background-image: url(../images/timeline-img05.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 50%;
}
.timeline-gridPC .item06 {
	overflow: hidden;
	background-image: url(../images/timeline-img06.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 50%;
}
.timeline-gridPC .item07 {
	overflow: hidden;
	background-image: url(../images/timeline-img07.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
}
.timeline-gridPC .item08 {
	overflow: hidden;
	background-image: url(../images/timeline-img08.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 30%;
}
/*--------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------*/
.contactus {
	width: 100%;
	height: auto;
	padding: 40px;
	margin: 10px auto;
	font-size: 30px;
	color: rgba(0,0,0,1.00);
	text-align: center;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.form-group01 {
	width:100%;
	height: auto;
	background-color: rgba(255,255,255,1.00);
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	
}
ul.form-group01 li.left {
	width: 50%;
	height: auto;
	
}

input.form-control {
	width: 100%;
	height: 50px;
	border-radius: 0;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 15px;
}
.btn-default {
	background-color: rgba(0,0,0,0.5);
	border: 0px;
	width: 50%;
	height: 85px;
	text-align: center;
	line-height: 85px;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	margin-top: 20px;
}
ul.form-group02 {
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1.00);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
ul.form-group02 li.left {
	width: 50%;
	height: auto;
	background-color: rgba(137,179,65,0);
}
ul.form-group02 li.right {
	width: 115px;
	height: 115px;
	margin-left: 15px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(44,220,179,1.00);
}
textarea.form-control {
	width: 100%;
	height: 200px;
	font-size: 14px;
	padding: 15px;
}

/*----------------
	Testimonial
----------------*/
.testimonial:before {
	background: rgba(2, 2, 2, 1);
}
.testimonials-slider {
	position: relative;
}
.testimonial-text {
	text-align: center;
	font-style: normal;
	font-size: 18px;
}
.testimonial-caption {
	text-align: center;
	padding: 10px 0 0;
}
.testimonial-title {
	font-size: 14px;
}
.testimonial-descr {
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/



@media (min-width: 768px) {
.navbar-transparent {
	background: rgba(0,0,0,0.8);
	padding-bottom: 0px;
	padding-top: 0px;
}
.navbar-custom .dropdown-menu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
}
.navbar-custom .open > .dropdown-menu {
	visibility: visible;
	opacity: 1;
}
.navbar-custom .dropdown-menu .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 9px;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f105";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}
/* Comments */
.comment .comment {
	margin-left: 75px;
}
}

@media (max-width: 1200px) {
/* Features */
.alt-features-item {
	margin: 20px 0 0;
}
}

@media (max-width: 1050px) {
/* Navbar */
.navbar-custom {
	letter-spacing: 1px;
}
}

@media (max-width: 991px) {
/* Navbar */
.navbar-custom {
	letter-spacing: 0;
}
/* Headers */
.titan-title-size-3 {
	letter-spacing: 8px;
	font-size: 36px;
}
.titan-title-size-4 {
	letter-spacing: 12px;
	font-size: 38px;
}
.work-item, .works-grid-3 .work-item, .container .works-grid-3 .work-item, .works-grid-4 .work-item, .works-grid-5 .work-item {
	width: 50%;
}
/* Half-image */
.side-image {
	position: relative;
	height: 300px;
}
}

@media (max-width: 767px) {
/* Navbar */
.navbar-custom .navbar-nav {
	letter-spacing: 3px;
	margin-top: 1px;
	margin-bottom: 0;
}
.navbar-custom li > a:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}
.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
	padding: 10px 25px;
}
.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header, .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
	padding: 10px 35px;
}
.navbar-custom li a, .navbar-custom .dropdown-search {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
}
.navbar-custom .dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown-toggle:after {
	right: 7px;
	content: "\f107";
}
.navbar-custom .nav > .open > .dropdown-toggle:after, .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
	right: 7px;
	content: "\f106";
}
/* Shop navbar */
.navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
	padding-left: 15px;
}
.navbar-custom .cart-item-number {
	display: none;
}
.navbar-custom .navbar-cart > a:after {
	content: "\f107";
}
.navbar-custom .navbar-cart-item a {
	border: 0 !important;
}
.dropdown-menu.cart-list {
	text-align: left;
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
}
.navbar-cart-item {
	border: none;
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding-bottom: 10px;
}
.navbar-cart-img {
	display: none;
}
.navbar-cart-title {
	white-space: normal;
	padding: 0;
	margin-left: 0;
}
/* Headers */
.titan-title-size-1 {
	letter-spacing: 2px;
	font-size: 14px;
}
.titan-title-size-2 {
	line-height: 1.3;
	letter-spacing: 2px;
	font-size: 16px;
	opacity: .8;
}
.titan-title-size-3 {
	letter-spacing: 4px;
	font-size: 26px;
}
.titan-title-size-4 {
	letter-spacing: 6px;
	font-size: 28px;
}
/* Features */
.features-item {
	margin: 0 0 30px;
}
.alt-features-item {
	padding-left: 0;
	margin: 0 0 30px;
	text-align: center;
}
.alt-features-icon {
	position: static;
	width: auto;
	margin: 0 auto 8px;
}
/* Callout */
.callout-text {
	margin: 0 0 30px;
}
.callout-text, .callout-btn-box {
	text-align: center;
}
/* Sidebar */
.sidebar {
	margin-top: 50px;
}
.widget {
	margin-bottom: 60px;
}
.post.mb-0 {
	margin-bottom: 40px !important;
}
.footer {
	text-align: center;
}
.copyright, .footer-social-links {
	text-align: center;
	margin: 10px 0;
}
/* Half-image */
.side-image-text {
	padding-left: 15px;
	padding-right: 15px;
}
/* Restaurant menu */
.menu-title, .menu-detail, .menu-price-detail {
	text-align: center;
}
.align-center-sm {
	text-align: center;
}
.align-left-sm {
	text-align: left;
}
}

@media only screen and (max-width: 480px) {
.work-item, .works-grid-3 .work-item, .works-grid-4 .work-item, .works-grid-5 .work-item {
	width: 100%;
}
}

/*ipad */
@media screen and (min-width:768px) and ( max-width:1024px) {
/*--------------------------------------------------------------
	タブp01
--------------------------------------------------------------*/
	.p01-title {
	width: 100%;
	height: auto;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 15.5vw;
	color: #000;
	line-height: 1em;
	padding-top: 170px;
	text-align: center;
}
/*--------------------------------------------------------------
	タブp02
--------------------------------------------------------------*/
.blast-box {
	position: relative;
	width: 15vw;
	height: auto;
	z-index: 0;
	border: 0px solid rgba(0,0,0,1.00);
	margin: 0px auto 50px auto;
	overflow: hidden;
}
.Jao-module-subtitle {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 13px;
	color: #111;
	line-height: 2em;
	background-image: url(../images/signature.jpg);
	background-position: 80% 85%;
	background-repeat: no-repeat;
	background-size: 25%;
	padding-bottom: 150px;
	margin-top: 30px;
	overflow: hidden;
}
/*--------------------------------------------------------------
	タブp03
--------------------------------------------------------------*/
.wrapper03 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 0;
	background-image: url(../images/OSPsketch-backTB.png);
	background-repeat: no-repeat;
	background-size:100%;
	padding: 250px 0px;
	border: 0px solid rgba(25,122,45,1.00);
}
.osp-sketch {
	position: absolute;
	z-index: 100;
	top: 10%;
	left: 0;
	width: 80%;
	height: auto;
	padding-top: 100px;
	
}
.osp-sketch img {
	width: 100%;
	height: auto;
	opacity: 1;
}
.tsuneo-prof {
	position: relative;
	width: 60%;
	height: auto;
	overflow: hidden;
	z-index: 200;
	margin: 80px auto 0px;
	color: rgba(255,255,255,0.8);
	font-size: 13px;
	line-height: 2em;
	text-align: justify;
}
.tsuneo-pic {
	position: relative;
	width: 90px;
	height: auto;
	border: 1px solid rgba(255,255,255,0.3);
	float: left;
	margin: 10px 15px 10px 0px;
	text-align: justify;
}
/*--------------------------------------------------------------
	タブp04
--------------------------------------------------------------*/
.wrapper04 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/p04backTB.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	padding-bottom: 60px;
	padding-top: 40px;
}
/*--------------------------------------------------------------
	タブp05
--------------------------------------------------------------*/
.performance {
	position: relative;
	width: 100%;
	height: 2500px;
	overflow: hidden;
	margin: 30px auto 0;
}
.timeline-scale {
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 2500px;
	margin: 0 auto;
	background-image: url(../images/timeline.png);
	background-repeat: repeat-y;
	background-position: top center;
	overflow: hidden;
}
.timeline-gridPC {
	position: absolute;
	z-index: 100;
	display: grid;
	grid-row-gap: 100px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding: 0px 20px;
}
.timeline-gridPC .item {
	position: relative;
	overflow: hidden;
}
.itembox-R {
	padding-left: 30px;
	width: 100%;
}
.itembox-L {
	padding-right: 30px;
	width: 100%;
}
.timeline-gridPC .item01 {
	overflow: hidden;
	background-image: url(../images/timeline-img01.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 50%;
}
.timeline-gridPC .item02 {
	overflow: hidden;
	background-image: url(../images/timeline-img02.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 60%;
}
.timeline-gridPC .item03 {
	overflow: hidden;
	background-image: url(../images/timeline-img03.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 70%;
}
.timeline-gridPC .item04 {
	overflow: hidden;
	background-image: url(../images/timeline-img04.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 50%;
}
.timeline-gridPC .item05 {
	overflow: hidden;
	background-image: url(../images/timeline-img05.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 70%;
}
.timeline-gridPC .item06 {
	overflow: hidden;
	background-image: url(../images/timeline-img06.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 70%;
}
.timeline-gridPC .item07 {
	overflow: hidden;
	background-image: url(../images/timeline-img07.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 30%;
}
.timeline-gridPC .item08 {
	overflow: hidden;
	background-image: url(../images/timeline-img08.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 30%;
}
.year {
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	line-height: 1.0em;
	font-size: 80px;
}
.yearsize01 {
	font-size: 20px;
}
.yearsize02 {
	font-size: 40px;
}
.yearsize03 {
	font-size: 60px;
}
.yearsize04 {
	font-size: 80px;
}
.yearsize05 {
	font-size: 100px;
}
.ospdone {
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.0em;
	padding: 5px 0px;
	border-bottom: 1px dotted rgba(0,0,0,0.3);
}
.ospdone-detail {
	color: #000;
	font-size: 12px;
	line-height: 1.6em;
	padding: 5px 0px;
}
/*--------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------*/
.contactus {
	width: 80%;
	height: auto;
	padding: 40px;
	margin: 10px auto;
	font-size: 30px;
	color: rgba(0,0,0,1.00);
	text-align: center;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.form-group01 {
	width:100%;
	height: auto;
	background-color: rgba(255,255,255,1.00);
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	
}
ul.form-group01 li.left {
	width: 100%;
	height: auto;
	
}

input.form-control {
	width: 100%;
	height: 50px;
	border-radius: 0;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 15px;
}
.btn-default {
	background-color: rgba(0,0,0,0.5);
	border: 0px;
	width: 100%;
	height: 85px;
	text-align: center;
	line-height: 85px;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	margin-top: 20px;
}
ul.form-group02 {
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1.00);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
ul.form-group02 li.left {
	width: 100%;
	height: auto;
	background-color: rgba(137,179,65,0);
}
ul.form-group02 li.right {
	width: 115px;
	height: 115px;
	margin-left: 15px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(44,220,179,1.00);
}
textarea.form-control {
	width: 100%;
	height: 200px;
	font-size: 14px;
	padding: 15px;
}

}

/*スマホ */
@media screen and (max-width: 480px) {
.navbar-transparent {
	background: #000;
	padding-bottom: 0px;
	padding-top: 0px;
}
/*--------------------------------------------------------------
	スマホp01
--------------------------------------------------------------*/
.p01-title {
	width: 100%;
	height: auto;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 20vw;
	color: #000;
	line-height: 1em;
	padding-top: 170px;
	text-align: center;
}
.ao-module-title {
	position: relative;
	text-align: center;
	font-weight: 100;
	font-size: 20px;
	color: #111;
	margin: 20px 0 30px;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	border: 0px solid rgba(0,0,0,1.00);
}
.ao-module-subtitle {
	text-align: center;
	font-size: 9px;
	color: #111;
	margin-bottom: 40px;
}
.Jao-module-subtitle {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 13px;
	color: #111;
	line-height: 2em;
	background-image: url(../images/signature.jpg);
	background-position: 80% 85%;
	background-repeat: no-repeat;
	background-size: 35%;
	padding-bottom: 150px;
	margin-top: 30px;
	overflow: hidden;
}
/*--------------------------------------------------------------
	スマホp02
--------------------------------------------------------------*/
.wrapper02 {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
	border: 0px solid rgba(0,0,0,1.00);
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: top center;
	padding: 50px 0px;
	padding-bottom: 70px;
}
.blast-box {
	position: relative;
	width: 30vw;
	height: auto;
	z-index: 0;
	border: 0px solid rgba(0,0,0,1.00);
	margin: 0px auto 50px auto;
	overflow: hidden;
}
/*--------------------------------------------------------------
	スマホp03
--------------------------------------------------------------*/
.wrapper03 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 0;
	background-image: url(../images/OSPsketch-backSM.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0px;
	border: 0px solid rgba(25,122,45,1.00);
}
.osp-sketch {
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 0;
	width: 100%;
	height: auto;
	padding-top: 50px;
	border: 0px solid rgba(255,255,255,1.00);
}
.osp-sketch img {
	width: 100%;
	height: auto;
}
.about-osp {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 200;
	width: 100%;
	border: 0px solid rgba(223,215,0,1.00);
}
.founded {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 200;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-family: Volkhov, "Times New Roman", sans-serif;
	font-style: italic;
	font-size: 13px;
	line-height: 2em;
}
.tsuneo-prof {
	position: relative;
	width: 85%;
	height: auto;
	overflow: hidden;
	z-index: 200;
	margin: 60px auto 0px;
	color: rgba(255,255,255,0.8);
	font-size: 13px;
	line-height: 2em;
	text-align: justify;
}
.tsuneo-pic {
	position: relative;
	width: 90px;
	height: auto;
	border: 1px solid rgba(255,255,255,0.3);
	float: left;
	margin: 10px 15px 10px 0px;
	text-align: justify;
}
.team-image img {
	width: 50%;
}
/*--------------------------------------------------------------
	スマホp04
--------------------------------------------------------------*/
.wrapper04 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/p04backSM.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	padding-bottom: 60px;
	padding-top: 40px;
}
.team-item {
	position: relative;
	text-align: center;
	border: 0px solid #000;
	width: 100%;
	margin-top: 20px;
	padding: 0px 0px 10px;
}
.team-descr {
	margin: 0px auto;
	z-index: 100;
	border: 0px solid rgba(220,44,47,1.00);
	position: absolute;
	bottom: 12px;
	width: 100%;
}
/*--------------------------------------------------------------
	スマホp05
--------------------------------------------------------------*/

.wrapper05-PC {
	position: relative;
	z-index: 100;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 60px;
	background-image: url(../images/p05back-sm.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}
.whatwedo-prof {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px auto 50px;
	color: #111;
	font-size: 13px;
	line-height: 2em;
	text-align: center;
}
.performance {
	position: relative;
	width: 100%;
	height: 1500px;
	overflow: hidden;
	margin: 30px auto 0;
}
.timeline-scale {
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 1500px;
	margin: 0 auto;
	background-image: url(../images/timeline.png);
	background-repeat: repeat-y;
	background-position: top center;
	overflow: hidden;
}
.timeline-gridPC {
	position: absolute;
	z-index: 100;
	display: grid;
	grid-row-gap: 0px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding: 0px 10px;
}
.timeline-gridPC .item {
	position: relative;
	overflow: hidden;
}
.itembox-R {
	padding-left: 30px;
	width: 100%;
}
.itembox-L {
	padding-right: 30px;
	width: 100%;
}
.timeline-gridPC .item01 {
	overflow: hidden;
	background-image: url(../images/timeline-img01.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 70%;
}
.timeline-gridPC .item02 {
	overflow: hidden;
	background-image: url(../images/timeline-img02.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 90%;
}
.timeline-gridPC .item03 {
	overflow: hidden;
	background-image: url(../images/timeline-img03.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100%;
}
.timeline-gridPC .item04 {
	overflow: hidden;
	background-image: url(../images/timeline-img04.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 90%;
}
.timeline-gridPC .item05 {
	overflow: hidden;
	background-image: url(../images/timeline-img05.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 90%;
}
.timeline-gridPC .item06 {
	overflow: hidden;
	background-image: url(../images/timeline-img06.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 90%;
}
.timeline-gridPC .item07 {
	overflow: hidden;
	background-image: url(../images/timeline-img07.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 80%;
}
.timeline-gridPC .item08 {
	overflow: hidden;
	background-image: url(../images/timeline-img08.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 60%;
}
.year {
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	line-height: 1.0em;
	font-size: 40px;
}
.yearsize01 {
	font-size: 20px;
}
.yearsize02 {
	font-size: 40px;
}
.yearsize03 {
	font-size: 60px;
}
.yearsize04 {
	font-size: 80px;
}
.yearsize05 {
	font-size: 100px;
}
.ospdone {
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.0em;
	padding: 5px 0px;
	border-bottom: 1px dotted rgba(0,0,0,0.3);
}
.ospdone-detail {
	color: #000;
	font-size: 10px;
	line-height: 1.6em;
	padding: 5px 0px;
}
/*--------------------------------------------------------------
	お問い合わせスマホ
--------------------------------------------------------------*/
.contactus {
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 30px auto;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	text-align: center;
}
ul.form-group01 li.left {
	width: 100%;
	height: auto;
	
}

input.form-control {
	width: 100%;
	height: 50px;
	border-radius: 0;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 15px;
}
.btn-default {
	background-color: rgba(0,0,0,0.5);
	border: 0px;
	width: 100%;
	height: 85px;
	text-align: center;
	line-height: 85px;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	margin-top: 20px;
}
ul.form-group02 {
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1.00);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
ul.form-group02 li.left {
	width: 100%;
	height: auto;
	background-color: rgba(137,179,65,0);
}
ul.form-group02 li.right {
	width: 115px;
	height: 115px;
	margin-left: 15px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(44,220,179,1.00);
}
textarea.form-control {
	width: 100%;
	height: 300px;
	font-size: 14px;
	padding: 15px;
}

}
/*スマホend */
