

*{margin:0;padding:0;}
@keyframes bg1-data-v-c2c41fa4 {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-916px)
	}
}

@keyframes bg2-data-v-c2c41fa4 {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-916px)
	}
}

@keyframes bg3-data-v-c2c41fa4 {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-1832px)
	}
}

.home .banner {
	height: 650px;
	border-bottom: 1px solid #222223;
	position: relative;
	overflow: hidden;
	perspective: 900px;
	transform-style: preserve-3d
}

@media screen and (max-width:768px) {
	.home .banner {
		height: 60vh
	}
}

.home .banner .bg {
	min-width: 2200px;
	height: 2736px;
	z-index: 0;
	position: absolute;
	left: -22%;
	right: -22%;
	top: -22%;
	bottom: -22%;
	transform: rotateX(15deg);
	transform-origin: center;
	vertical-align: middle
}

@media screen and (max-width:768px) {
	.home .banner .bg {
		width: 768px
	}
}

.home .banner .bg .bg1 {
	height: 912px;
	background: 50% no-repeat;
	background-size: 100% 100%;
	animation: bg1-data-v-c2c41fa4 10s linear infinite
}

.home .banner .bg .bg2 {
	height: 912px;
	background: 50% no-repeat;
	background-size: 100% 100%;
	animation: bg2-data-v-c2c41fa4 10s linear infinite;;
}
.home .banner .bg .bg3 {
	height: 912px;
	background: 50% no-repeat;
	background-size: 100% 100%;
	animation: bg3-data-v-c2c41fa4 15s linear infinite;;
}

.home .banner:before {
	content: "";
	position: absolute;
	right: 0;
	top: -2%;
	bottom: 0;
	left: 0;
	background-size: 105% 105%;
	z-index: 1;
	
}

.home .banner:after {
	content: "";
	position: absolute;
	right: 4%;
	top: 38%;
	bottom: 0;
	width: 1266px;
	height: 337px;
	background: url(../images/background.png) no-repeat 50%;
	z-index: 1
}

@media screen and (max-width:768px) {
	.home .banner:after {
		width: 375px;
		height: 150px;
		background-size: 100% 100%
	}
}

.home .banner .box {
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	height: 100%;
	margin: auto;
	z-index: 3
}

@media screen and (max-width:768px) {
	.home .banner .box {
		width: 100%
	}
}

.home .banner .box .install {
	/*width: 580px;
	height: 210px;
	border-bottom: 1px solid #66666d;
	border-left: 1px solid #66666d;
	border-right: 1px solid #66666d;*/
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

@media screen and (max-width:768px) {
	.home .banner .box .install {
		width: auto;
		height: 40%;
		left: 30px;
		right: 30px;
		transform: translateY(-50%)
	}
}

.home .banner .box .install:before {
	content: "";
	width: 20%;
	border-top: 1px solid #66666d;
	position: absolute;
	left: 0;
	top: 0
}

@media screen and (max-width:768px) {
	.home .banner .box .install:before {
		width: 10%
	}
}

.home .banner .box .install:after {
	content: "";
	width: 20%;
	border-top: 1px solid #66666d;
	position: absolute;
	right: 0;
	top: 0
}

@media screen and (max-width:768px) {
	.home .banner .box .install:after {
		width: 10%
	}
}

.home .banner .box .install h1 {
	color:#fff;
	font-size: 60px;
	letter-spacing: 0.5em;
	font-weight: 550;
	line-height: 120px;
	white-space: nowrap;
	margin: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%)
}

@media screen and (max-width:768px) {
	.home .banner .box .install h1 {
		font-size: 23px;
		white-space: nowrap
	}
}

.home .banner .box .install p {
	padding-top: 40px;
	font-size: 18px;
	color: #99999b;
	text-align: center
}

@media screen and (max-width:768px) {
	.home .banner .box .install p {
		font-size: 14px;
		padding-top: 25px
	}
}

.home .banner .box .install .info {
	color:#fff;
	display: flex;
	justify-content: space-around;
	margin: 40px 0
}

.home .banner .box .install .info span {
	font-size: 18px
}

@media screen and (max-width:768px) {
	.home .banner .box .install .info span {
		font-size: 14px
	}
}

.home .banner .box .install .btn-home {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 250px;
	font-size: 16px;
	transform: translate(-50%,50%);
	letter-spacing: .02em;
	overflow: hidden;
	color: #fff;
    background-color: #fa5e2e;
    border: 1px solid #fa5e2e;
	display: inline-block;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .2s;
    -webkit-appearance: none;
}

@media screen and (max-width:768px) {
	.home .banner .box .install .btn-home {
		font-size: 14px;
		width: 230px;
		height: 40px;
	}
}

@media screen and (min-width:768px) {
	.home .banner .box .install .btn-home:hover {
		background-color: #ec6a42
	}

	.home .banner .box .install .btn-home:hover .line:after {
		transform: skewX(-45deg) translateX(25em);
		transition: all 1s ease;
	}

	.home .banner .box .install .btn-home .line:after {
		content: "";
		background-color: hsla(0,0%,100%,.4);
		height: 40px;
		width: 3em;
		display: block;
		position: absolute;
		bottom: 0;
		left: -40%;
		transform: skewX(-45deg) translateX(0);
		transition: none
	}
}



/*--banner·½°¸2*/

*{margin:0;padding:0;}

.slideshow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 550;
  text-transform: uppercase;
  /*background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);*/
  padding: 1em 2em;
  line-height: 120px;
  font-size:60px;
  color:#FFFFFF;
  letter-spacing: 0.5em;
}
h1 small {
  display: block;
  text-transform: lowercase;
  font-size: .7em;
}
h1 small:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: .5em;
}
h1 small:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: .5em;
}