@charset "utf-8";
/* HEADER*/
body {
	background: #000;
	color: #FFF;
}
#fade {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999 !important;              /* #loaderより少ない値を入れて下さい */
}
#progressBarWrap {
	width: 200px !important;
	height: 2px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
	background: #333;
}
#progressBar {
	width: 0;
	height: 2px;
	position: fixed;
	background: #666;
	z-index: 99999;
}
#loader {
	width: 23px;
	height: 23px;
	position: fixed;
	_position: absolute;     /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -10px;       /* heightの半分のマイナス値 */
	margin-left: -10px;      /* widthの半分のマイナス値 */
	z-index: 99999;             /* #fadeより多い値を入れて下さい */
}
#progressTxt {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 99999999;             /* #fadeより多い値を入れて下さい */
	font-family: 'Oswald', sans-serif !important;
	font-size: 100px;
	color: #FFF;
	letter-spacing: 3px;
}
body {
	margin: 0;
}
img {
	max-width: 100%;
}
#header:before, #header:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
header {
	width: 100%;
	top: 0;
	z-index: 999;
}
#header ul {
	float: right;
	padding: 20px;
}
#header ul li {
	float: left;
	margin-left: 30px;
}
#header ul li.mail a {
	color: #FFF;
	font-size: 18px;
}
#header ul li.mail {
	padding: 5px 0 0 0;
}
#header ul li.tel {
	color: #FFF;
	font-size: 24px;
}
#header ul li.tel a {
	color: #FFF;
}
#header ul li img {
	height: 22px;
	margin: 0 10px 0 0;
}
p.logo {
	float: left;
	padding: 30px 30px 20px 30px;
}
p.logo img {
	width: 330px;
}
#globalnavi {
	float: right;
	width: 80%;
	box-sizing: border-box;
	text-align: right;
}
.nav {
	clear: both;
	overflow: hidden;
}
.scroll {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
	animation: fade 2s ease-in-out forwards;
	opacity: 0;
	z-index: 99;
	text-align: center;
}
@media only screen and (max-width:769px) {
p.logo {
	float: none;
}
p.logo img {
	width: 250px;
	display: block;
	margin: 0 auto;
}
#header ul {
	float: none;
	padding: 10px;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #FFF;
	z-index: 9999;
	border-top:1px solid #CCC;
}
#header ul li {
	float: left;
	margin-left: 0;
	width: 50%;
}
#header ul li.mail a {
	color: #333;
	font-size: 16px;
}
#header ul li.mail {
	padding: 5px 0 0 0;
}
#header ul li.tel {
	color: #333;
	font-size: 20px;
}
#header ul li.tel a {
	color: #333;
}
#header ul li img {
	height: 18px;
	margin: 0 10px 0 0;
}
}
@keyframes fade {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
.scroll-line {
	position: relative;
	left: 50%;
	z-index: 999;
	width: 60px;
	height: 60px;
	margin: 10px 0 0 -30px;
}
.scroll-line:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100px;
	background: #999;
	display: block;
	bottom: 20px;
	left: 50%;
	animation: sc 2s ease-in-out infinite;
}
@keyframes sc {
 0% {
 height:0;
}
 50% {
 height:60px;
}
 100% {
 height:0;
}
}
.scroll-line:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #999;
	display: block;
	top: 60%;
	left: 57%;
	transform: rotate(45deg);
}
.scroll p {
	background: none;
	color: #5DC2D6;
	font-family: 'Oswald', sans-serif !important;
	font-size: 20px;
}
@media only screen and (max-width:769px) {
.scroll-line {
	width: 30px;
	height: 30px;
	bottom: -10px;
	margin: 0 0 0 -15px;
}
.scroll-line:before {
	height: 30px;
	bottom: 10px;
}
.scroll-line:after {
	top: 32%;
	left: 60%;
	height: 10px;
}
@keyframes sc {
 0% {
 height:0;
}
 50% {
 height:30px;
}
 100% {
 height:0;
}
}
.scroll p {
	font-size: 11px;
}
}

.box {
	opacity: 0;
}
.slideUp {
	opacity: 1;
	animation: slideUp 1s ease-in-out forwards;
}
@keyframes slideUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
#kv {
	max-width: 1400px;
	margin: 100px auto 0 auto;
	background: url(../img/kv-pic.jpg) no-repeat right -100px;
	height:880px;
	padding: 0 50px;
	box-sizing: border-box;
}
#kv h1 {
	font-size: 72px;
	color: #FFF;
	position: relative;
	padding: 100px 0 0;
	z-index: 1;
}
#kv h1:before {
	position: absolute;
	top: 5%;
	content: "Titanium";
	display: block;
	opacity: 0.2;
	color: #000;
	font-size: 110px;
	text-shadow: #FFF 1px 1px 0, #FFF -1px -1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0, #FFF 0px 1px 0, #FFF 0 -1px 0, #FFF -1px 0 0, #FFF 1px 0 0;
	z-index: 0;
}
#kv h1:after {
	position: absolute;
	z-index: 0;
	top: 45%;
	font-size: 110px;
	content: "Engineerling";
	display: block;
	opacity: 0.2;
	color: #000;
	text-shadow: #FFF 1px 1px 0, #FFF -1px -1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0, #FFF 0px 1px 0, #FFF 0 -1px 0, #FFF -1px 0 0, #FFF 1px 0 0;
}
#kv h1 + p {
	color: #FFF;
	font-size: 30px;
	margin: 50px 0;
	letter-spacing: 1px;
}
@media only screen and (max-width:769px) {
#kv {
	max-width: 1400px;
	margin: 50px auto 0 auto;
	background: url(../img/kv-pic.jpg) no-repeat right -100px;
	height: auto;
	padding: 0 20px 300px 20px;
	box-sizing: border-box;
}
#kv h1 {
	font-size: 36px;
	color: #FFF;
	position: relative;
	padding: 30px 0 0 0;
	line-height: 30px;
	z-index: 1;
}
#kv h1:before, #kv h1:after {
	font-size: 58px;
}
#kv h1:before {
	top: 0;
}
#kv h1:after {
	top: 100%;
}
#kv h1 + p {
	color: #FFF;
	font-size: 18px;
	margin: 50px 0 30px 0;
	letter-spacing: 1px;
}
}
#kv p a {
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 7px;
	padding: 15px 50px;
	font-size: 22px;
	position: relative;
}
#kv p a:after {
	content: "";
	display: block;
	background: url(../img/pointer.png) no-repeat;
	background-size: 60px auto;
	width: 62px;
	height: 12px;
	position: absolute;
	top: 18px;
	left: 180px;
}
@media only screen and (max-width:769px) {
#kv p a {
	font-size: 18px;
}
#kv p a:after {
	left:160px;
}
}
#message h2 {
	font-size: 50px;
	text-align: center;
	color: #FFF;
	padding: 100px 0 0 0;
}
#message h2 + p {
	text-align: center;
}
#message h2 span {
	display: block;
	font-size: 70%;
	margin: 10px 0 0 0;
}
@media only screen and (max-width:769px) {
#message h2 {
	font-size: 24px;
	padding-top: 50px;
}
#message h2 + p {
	margin: 0 10px 15px 10px;
}
}
h2.title {
	font-size: 38px;
	position: relative;
	text-align: center;
	padding: 200px 0 0 0;
}
h2.title span {
	color: #000;
	text-shadow: #FFF 1px 1px 0, #FFF -1px -1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0, #FFF 0px 1px 0, #FFF 0 -1px 0, #FFF -1px 0 0, #FFF 1px 0 0;
	opacity: 0.2;
	display: block;
	font-size: 170px;
	margin: -220px 0 0 0;
	z-index: -1;
	position: relative;
}
@media only screen and (max-width:769px) {
h2.title {
	font-size: 24px;
	position: relative;
	text-align: center;
	padding: 100px 0 0 0;
}
h2.title span {
	color: #000;
	text-shadow: #FFF 1px 1px 0, #FFF -1px -1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0, #FFF 0px 1px 0, #FFF 0 -1px 0, #FFF -1px 0 0, #FFF 1px 0 0;
	opacity: 0.2;
	display: block;
	font-size: 50px;
	margin: -80px 0 0 0;
	z-index: -1;
	position: relative;
}
}
.contents p img {
	margin: 50px 0 0 0;
}
.centre {
	text-align: center;
}
h3.subtitle {
	font-size: 28px;
	text-align: center;
	margin: 20px 0;
}
@media only screen and (max-width:769px) {
.contents p img {
	margin: 0;
}
h3.subtitle {
	font-size: 18px;
}
}
.contents p {
	font-size: 22px;
	text-align: center;
	letter-spacing: 2px;
}
@media only screen and (max-width:769px) {
.contents p {
	font-size: 16px;
}
}
.contents p small {
	font-size: 80%;
}
.contents p span {
	font-size: 150%;
}
ul.other-list {
	max-width: 1200px;
	margin: 50px auto 0 auto;
	overflow: hidden;
	clear: both;
}
ul.other-list li {
	float: left;
	width: 30%;
	margin: 0 5% 5% 0;
	text-align: center;
}
ul.other-list li:nth-child(3n) {
	margin-right: 0;
}
ul.other-list li .pic {
	overflow: hidden;
}
ul.other-list li .pic img {
	border-radius: 50%;
	margin-bottom: 5px;
}
ul.other-list li h4 {
	font-size: 20px;
}
ul.other-list li p {
	font-size: 18px;
}
ul.other-list li p span {
	font-size: 80%;
}
@media only screen and (max-width:769px) {
ul.other-list li h4 {
	font-size: 18px;
}
ul.other-list {
	display: flex;
	flex-wrap: wrap;
}
ul.other-list li p {
	font-size: 15px;
}
ul.other-list li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
	text-align: center;
}
ul.other-list li .pic {
	width: 80%;
	margin: 0 auto;
}
ul.other-list li:nth-child(2n) {
	margin-right: 0 !important;
}
ul.other-list li:nth-child(3n) {
	margin-right: 4%;
}
}
.attentionplease {
	background: rgba(102,29,31,.8);
	text-align: center;
	font-size: 22px;
	color: #FFF;
	padding: 20px;
}
@media only screen and (max-width:769px) {
.attentionplease {
	font-size: 18px;
}
}
ul.about-list {
	overflow: hidden;
	clear: both;
	max-width: 1200px;
	margin: 50px auto 0 auto;
}
ul.about-list li {
	float: left;
	text-align: center;
	width: 50%;
}
@media only screen and (max-width:769px) {
	ul.about-list {
		margin:0;
	}
	ul.about-list li p {
		margin:0 20px;
		font-size:14px;
}
	
}
h4.kakoi {
	border: 1px solid #FFF;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	margin: 50px auto;
	max-width: 1200px;
}
@media only screen and (max-width:769px) {
	h4.kakoi {
			padding: 20px;
	font-size: 18px;
	text-align: center;
	margin: 25px auto;
	}
}
ul.design-list {
	overflow: hidden;
	clear: both;
	max-width: 1200px;
	margin: 50px auto 0 auto;
}
@media only screen and (max-width:769px) {
	ul.design-list {
		margin: 25px auto 0 auto;
	}
}
ul.design-list li {
	float: left;
	width: 48%;
}
ul.design-list li:first-child {
	margin-right: 4%;
}
ul.design-list + p {
	text-align: center;
	margin: 50px 0 0 0;
}
ul.design-list + p a {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding: 15px 50px;
	font-size: 22px;
}
@media only screen and (max-width:769px) {
	ul.design-list + p a {
		font-size:18px;
	}
}
ul.design-list + p a:after {
	content: "+";
	margin-left: 20px;
}
.picandtext {
	max-width: 1200px;
	margin: 50px auto 0 auto;
	overflow: hidden;
	clear: both;
}
.picandtext .pic {
	float: left;
	width: 48%;
}
.picandtext .text {
	float: right;
	width: 48%;
}
.picandtext .text h4 {
	font-size: 22px;
}
.picandtext .text ul {
	margin: 20px 0 50px 0;
}
.picandtext .text ul li {
	font-size: 20px;
	margin-bottom: 10px;
}
.picandtext .text p a {
	color: #FFF;
	border-radius: 7px;
	padding: 15px 50px;
	font-size: 22px;
	position: relative;
	background: rgba(190,30,45,.8);
}
.picandtext .text p a:after {
	content: "";
	display: block;
	background: url(../img/pointer.png) no-repeat;
	background-size: 60px auto;
	width: 62px;
	height: 12px;
	position: absolute;
	top: 18px;
	left: 225px;
}
@media only screen and (max-width:769px) {
	.picandtext {
	margin: 25px auto 0 auto;
}
.picandtext .pic ,
.picandtext .text {
	float: none;
	width: auto;
}
.picandtext .text h4 {
	font-size: 18px;
	margin-top:10px;
}
.picandtext .text ul {
	margin: 10px 0 30px 0;
}
.picandtext .text ul li {
	font-size: 16px;
	margin-bottom: 10px;
}
.picandtext .text p {

}
.picandtext .text p a {
	display:block;
	width:70%;
	box-sizing:border-box;
	color: #FFF;
	border-radius: 7px;
	padding: 15px 0 15px 60px;
	font-size: 18px;
	position: relative;
	background: rgba(190,30,45,.8);
}
.picandtext .text p a:after {
	content: "";
	display: block;
	background: url(../img/pointer.png) no-repeat;
	background-size: 60px auto;
	width: 62px;
	height: 12px;
	position: absolute;
	top: 23px;
	left: 225px;
}
}
#how{
		background: url(../img/back2.jpg) no-repeat center top;
	padding: 0 50px 100px 50px;
}
#other {
	background: url(../img/back.jpg) no-repeat center bottom;
	padding: 0 50px 100px 50px;
}
#new {
	background: url(../img/back2.jpg) no-repeat center top;
	position: relative;
	top: -15px;
	padding: 0 50px 100px 50px;
}
#message {
	background: url(../img/back.jpg) no-repeat center top;
}
#about {
	background: url(../img/back2.jpg) no-repeat center top;
	padding: 0 50px 100px 50px;
}
#design {
	background: url(../img/back.jpg) no-repeat center bottom;
	padding: 0 50px 150px 50px;
}
#last {
	background: #231F20;
	padding: 100px 0;
}
@media only screen and (max-width:769px) {
	#how{
	padding: 0 10px 50px 10px;s
}
#other {
	padding: 0 10px 50px 10px;s
}
#new {
	padding: 0 10px 50px 10px;
}
#about {
	padding: 0 10px 50px 10px;
}
#design {
	padding: 0 10px 100px 10px;
}
#last {
	padding: 50px 0;
}
}
.last {
	max-width: 1200px;
	margin: 0 auto;
}
.last ul {
	overflow: hidden;
	clear: both;
}
.last ul li {
	float: left;
	width: 52%;
}

.last ul li:nth-child(1) {
	margin-right: 4%;
	width: 44%;
}
@media only screen and (max-width:769px) {
	.last ul li ,
	.last ul li:nth-child(1) {
	float: none;
	width: auto;
	margin:0;
}
.last ul li:nth-child(1) {
	margin-bottom:50px;
}
}
.last h3 {
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.last ul li p {
	font-size: 20px;
	text-align: center;
}
@media only screen and (max-width:769px) {
	.last{
		margin:0 10px;
	}	
	.last h3 {
	font-size: 20px;
}
.last ul li p {
	font-size: 16px;
}
}
.last ul li p:nth-child(4), .last ul li p:nth-child(5) {
	margin-bottom: 10px;
}
.last ul li p a {
	color: #FFF;
}
.last ul li table th, .last ul li table td {
	padding: 5px;
	font-size: 18px;
}
@media only screen and (max-width:769px) {
	.last ul li table th, .last ul li table td {
	padding: 5px 0;
	font-size: 15px;
}
ul li table td a{
	color:#FFF;
}
.last ul li table th{
	width:30%;
}
}
#contact {
	background: #FFF;
}
#contact h2 {
	color: #333 !important;
}
#contact h2.title span {
	opacity: 0.1 !important;
}
#contact table {
	width: 100%;
}
#contact table th, #contact table td {
	color: #333;
	padding: 10px;
	box-sizing: border-box;
	font-size: 20px;
}
#contact table th {
	width: 30%;
}
.contact-wrap {
	max-width: 1024px;
	margin: 0 auto;
}
#contact table td input {
	width: 100%;
	background: #F1F2F2;
	border: none;
	padding: 5px;
	box-sizing: border-box;
}
#contact table td textarea {
	width: 100%;
	background: #F1F2F2;
	border: none;
	padding: 5px;
	box-sizing: border-box;
	height: 300px;
}
@media only screen and (max-width:769px) {
	#contact table th {
	width: auto;
}
#contact{
	padding:0 10px;
}
#contact table th, #contact table td {
	display:block;
	padding:0;
}
#contact table {
	margin-top:25px;
}
#contact table th{
	font-size:16px;
}
#contact table td {
	margin-bottom:10px;
}
#contact table td textarea {
	height:200px;
}
}
.btn {
	background: #721520;
	width: 200px;
	color: #FFF;
	margin: 0 auto;
	display: block;
	padding: 10px 0;
	border: none;
	letter-spacing: 10px;
	font-size: 20px;
}
p.copyright {
	padding: 50px 0;
	color: #999;
	text-align: center;
	font-size: 16px;
	background: #FFF;
}
.error {
	color: #C00;
}
@media only screen and (max-width:769px) {
	p.copyright {
		font-size:12px;
		margin-bottom:50px;
	}
}
