
#slider{
    background: url("../img/bg-slider.png") center 0 no-repeat;
	background-size: 1440px 804px;
	height: 804px;
}
#slider .inner{
  padding-top: 40px;
}


.da-slider{
	width: 100%;
	height: 590px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	z-index: 1;
}
.da-slide{
	position: absolute;
	width: 100%;
/*	height: 600px;*/
	top: 0px;
	left: 0px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 24px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #999;
	margin: 3px;
	cursor: pointer;
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 50%;
    background: #E0E0E0;
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	bottom: 85px;
	background: linear-gradient(90deg, #7173FF,#AB0179);
	height: 36px;
	width: 36px;
/*	margin-top: -60px;*/
	cursor: pointer;
	z-index: 2000;
	transition: .3s;
	border-radius: 100vw;
}
.da-slider .da-arrows span:hover{
	opacity: 0.5;
}
.da-arrows span.da-arrows-prev{
	margin: 0 5px 0 0;
	right: 50%;
}
.da-arrows span.da-arrows-next{
	margin: 0 0 0 5px;
	left: 50%;
}
.da-slide-current p{
	left: 0;
	opacity: 1;
}
.da-arrows span::before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	width: 7px;
	height: 12px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
/*
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;*/
}
.da-arrows span.da-arrows-prev::before{
	left: 13px;
	/*transform: rotate(-135deg);*/
	transform: rotate(-180deg);
}
.da-arrows span.da-arrows-next::before{
	right: 13px;
}




/*  bg
--------------------------------------*/
.da-slider div.bg{
	position: relative;
	opacity: 0;
	width: 100%;
	height: auto;
}
.da-slider ul{
	position: absolute;
	opacity: 0;
}
.da-slider-fb .da-slide ul,
.da-slider-fb .da-slide div.bg{
	left: 0;
	opacity: 1;
}
.da-slide-current ul,
.da-slide-current div.bg{
	left: 0;
	opacity: 1;
}
.da-slide-fromright ul,
.da-slide-fromright div.bg{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0s both;
	animation: fromRightAnim1 0.6s ease-in 0s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromRightAnim1{
	0%{ left: 100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim1{
	0%{ left: 100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromRightAnim1{
	0%{ left: 100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim1{
	0%{ left: 100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
.da-slide-fromleft ul,
.da-slide-fromleft div.bg{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim1{
	0%{ left: -100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim1{
	0%{ left: -100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim1{
	0%{ left: -100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim1{
	0%{ left: -100%; opacity: 1; }
	100%{ left: 0%; opacity: 1; }
}
.da-slide-toright ul,
.da-slide-toright div.bg{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-moz-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-o-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-ms-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
.da-slide-toleft ul,
.da-slide-toleft div.bg{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -100%; opacity: 1; }
}
@-moz-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -100%; opacity: 1; }
}
@-o-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -100%; opacity: 1; }
}
@-ms-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -100%; opacity: 1; }
}
@keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -100%; opacity: 1; }
}
/*  aino
--------------------------------------*/
.da-slide .pic{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide .pic{
	left: 0;
	opacity: 1;
}
.da-slide .pic{
	white-space: nowrap;
	z-index: 10;
}
.da-slide-current .pic{
	left: 0;
	opacity: 1;
}
.da-slide-fromright .pic{
	animation: fromRightAnim4 0.3s ease-in-out 0.8s both;
/*	-webkit-animation: fromRightAnim3 0.6s ease-in-out 1s both;
	-moz-animation: fromRightAnim3 0.6s ease-in-out 1s both;
	-o-animation: fromRightAnim3 0.6s ease-in-out 1s both;
	-ms-animation: fromRightAnim3 0.6s ease-in-out 1s both;
	animation: fromRightAnim3 0.6s ease-in-out 1s both;*/
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
.da-slide-fromleft .pic{
	-webkit-animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
.da-slide-toright .pic{
	-webkit-animation: toRightAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim3 0.6s ease-in-out 0.6s both;
	animation: toRightAnim3 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
.da-slide-toleft .pic{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out both;
	-o-animation: toLeftAnim2 0.6s ease-in-out both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out both;
	animation: toLeftAnim2 0.6s ease-in-out both;
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
/*  mura
--------------------------------------*/
.da-slide .text{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide .text{
	left: 0;
	opacity: 1;
}
.da-slide .text{
/*	white-space: nowrap;*/
	z-index: 10;
}
.da-slide-current .text{
	left: 0;
	opacity: 1;
}
.da-slide-fromright .text{
	-webkit-animation: fromRightAnim3 0.6s ease-in-out 1.8s both;
	-moz-animation: fromRightAnim3 0.6s ease-in-out 1.8s both;
	-o-animation: fromRightAnim3 0.6s ease-in-out 1.8s both;
	-ms-animation: fromRightAnim3 0.6s ease-in-out 1.8s both;
	animation: fromRightAnim3 0.6s ease-in-out 1.8s both;
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
.da-slide-fromleft .text{
	-webkit-animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim3 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0; opacity: 1; }
}
.da-slide-toright .text{
	-webkit-animation: toRightAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim3 0.6s ease-in-out 0.6s both;
	animation: toRightAnim3 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 0;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
.da-slide-toleft .text{
	-webkit-animation: toLeftAnim3 0.6s ease-in-out both;
	-moz-animation: toLeftAnim3 0.6s ease-in-out both;
	-o-animation: toLeftAnim3 0.6s ease-in-out both;
	-ms-animation: toLeftAnim3 0.6s ease-in-out both;
	animation: toLeftAnim3 0.6s ease-in-out both;
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 0;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
/*  title
--------------------------------------*/
.da-slide .title{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0%;
}
#da-slider div.title-area{
	position: absolute;
	bottom: 185px;
	left: 20px;
	width: 100%;
	height: auto;
	z-index: 100;
}
/*#da-slider div#slide-00 div.title-area{
  background: none !important;
}*/
#da-slider div.title-area .title{
/*	display: flex;
	flex-wrap: wrap;
	align-items: center;*/
	margin: 0 !important;
    background: url("../img/bg-officetour-title.png") 0 0 no-repeat;
	background-size: 420px 40px;
	padding: 0 0 0 20px;
	font-size: 1.5rem;
/*	background: linear-gradient(to right, rgba(255, 243, 98, .8), rgba(255, 243, 98, 0));*/
	color: #fff;
	width: 420px;
	height: 40px;
	line-height: 40px;
}
#da-slider div.title-area .title span{
	font-size: 1.8rem;
	font-weight: 700;
}
/*#da-slider div.title-area .title span{
  margin: 0 10px 0 0;
  background: #fff;
  padding: 0 10px;
  color: #194ab1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}*/
.da-slider-fb .da-slide .title{
	left: 0%;
	opacity: 1;
}
.da-slide-current .title{
	left: 0%;
	opacity: 1;
}
.da-slide-fromright .title{
/*	-webkit-animation: fromRightAnim4 0.3s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.3s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.3s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.3s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.3s ease-in-out 0.8s both;*/
	animation: fromRightAnim4 0.6s ease-in-out 1.8s both;
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
.da-slide-fromleft .title{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
.da-slide-toright .title{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
.da-slide-toleft .title{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 0%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
/*  
--------------------------------------*/
#da-slider,
#da-slider div,
#da-slider div img{
  margin: 0 !important;
}
#da-slider ul,
#da-slider ul li{
  margin: 0;
  padding: 0;
}
#da-slider ul li::before{
  display: none;
}
#da-slider ul{
  position: absolute;
  bottom: 0;
/*  background: url("../img/bg-project-flow-slider-pic.png") 0 0 no-repeat;*/
  width: 100%;
  height: 185px;
}
#da-slider ul::before{
	position: absolute;
	content: "";
/*	background: linear-gradient(90deg, #4297FC,#00B8EE);*/
	background: url("../img/bg-officetour-textarea.png") center bottom no-repeat;
	background-size: 100% auto;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 185px;
	width: 100%;
	z-index: 2;
}
#da-slider #slide-00 ul::before{
  display: none;
}
#da-slider ul li{
  bottom: -58px;
  background: none;
  color: #fff;
  width: 100%;
}
#da-slider ul li.pic{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}
/*#da-slider div#slide-00 .bg{
	position: relative;
  background: url("../img/bg-project-flow-slider-00.jpg") no-repeat scroll center 0;
  background-size: cover;
  height: 100%;
}
#da-slider div#slide-00 .bg img{
  position: absolute;
  bottom: 0;
}*/
#da-slider ul li.pic img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#da-slider div.da-slide ul li.text{
  position: absolute;
  bottom: 40px;
  margin: 0;
  background: rgba(255,255,255,.7);
  padding: 15px 0;
  width: 100%;
  height: 105px;
}
#da-slider div.da-slide ul li.text::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #7173FF,#AB0179);
}
/*#da-slider div.da-slide ul li.text:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	border: 12px solid transparent;
	border-left: 20px solid #fff;
}*/
#da-slider div.da-slide ul li.text p{
  padding: 0 100px;
  color: #1E1F1E;
  line-height: 1.5;
}
#da-slider div.da-slide ul li.text p:last-child{
	margin: 0;
}
#da-slider div#slide-03 ul li.text,
#da-slider div#slide-08 ul li.text{
	/*  background: url("../img/bg-project-flow-slider-text-02.png") left center no-repeat;*/
  width: calc(100% - 340px);
}
#da-slider div#slide-03 ul li.text p,
#da-slider div#slide-08 ul li.text p{
  width: 100%;
}


body#project-flow #content #da-slider img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
  border-radius: 5px;
}





/*  1024
--------------------------------------*/
@media screen and (max-width: 1024px) {
	#slider{
		background: none;
		height: 100%;
	}
	#da-slider,
	#slider .inner,
	.da-slide,
	#da-slider ul li.pic{
		height: 590px !important;
	}
	#slider .inner{
		margin-bottom: 60px;
		padding: 0;
	}
	body.officetour #slider img{
		width: 100% !important;
		height: 590px !important;
		object-fit: cover;
	}
	#da-slider div.da-slide ul li.text p{
		padding: 0 20px;
		font-size: 1.3rem;
	}
	#da-slider div.title-area{
		left: 10px;
	}
	.da-arrows span {
		bottom: 34px;
	}
	.da-dots{
		bottom: 0;
	}




}

/*  768
--------------------------------------*/
@media screen and (max-width: 768px) {

}


/*  667
--------------------------------------*/
@media screen and (max-width: 667px) {
	#da-slider div.da-slide ul li.text p {
		padding: 0 20px;
		font-size: 1.2rem;
	  }
	#da-slider div.da-slide ul li.text{
		padding: 10px 0;
		height: 135px;
	}
	#da-slider div.title-area{
		bottom: 215px;
	}
	#da-slider ul li.pic img{
		width: 100% !important;
		height: 480px !important;
	}
	#da-slider ul li.pic{
		height: 480px !important;
	}
	body.officetour #slider img{
		height: 413px !important;
	}
	#da-slider ul::before{
		background: url("../img/bg-officetour-textarea_sp.png") center bottom no-repeat;
		background-size: 100% auto;
		height: 175px;
	}


}


/*  480
--------------------------------------*/
@media screen and (max-width: 480px) {
	#da-slider div.title-area {
		left: 0;
		bottom: 205px;
	  }
	#da-slider div.da-slide ul li.text{
		height: 135px;
	}
	#da-slider div.title-area .title{
		padding: 0 0 0 10px;
		background-size: auto 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.3rem;
	}
	#da-slider div.title-area .title span {
		font-size: 1.6rem;
	}
	#da-slider,
	#slider .inner,
	.da-slide{
		height: 540px !important;
	}
/*	#da-slider ul::before {
		background-size: 290% auto;
	}*/
	body.officetour #slider img {
		height: 363px !important;
	}



}


