.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

.delay2 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}

.delay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
}

.delay5 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
}

.scrollDown {
	position: absolute;
	height: 63px;
	background: url(/web/images/imgSignature/icon-arrowDown.png) no-repeat 50% 35px;
	display: block;
	left: 48%;
	bottom: 20px;
	-webkit-filter: drop-shadow(0px 0px 3px #6b6b6b);
	cursor: pointer;
	animation: arrowDown 1s infinite linear;
	-webkit-animation: arrowDown 1s infinite linear;
	-moz-animation: arrowDown 1s infinite linear;
	-ms-animation: arrowDown 1s infinite linear;
	-o-animation: arrowDown 1s infinite linear;
}

@keyframes arrowDown {
	0%,100% { background-position: 50% 35px; }
	50% { background-position: 50% 45px; }
}

@-webkit-keyframes arrowDown {
	0%,100% { background-position: 50% 35px; }
	50% { background-position: 50% 45px; }
}

@-moz-keyframes arrowDown {
	0%,100% { background-position: 50% 35px; }
	50% { background-position: 50% 45px; }
}

@-ms-keyframes arrowDown {
	0%,100% { background-position: 50% 35px; }
	50% { background-position: 50% 45px; }
}

@-o-keyframes arrowDown {
	0%,100% { background-position: 50% 35px; }
	50% { background-position: 50% 45px; }
}

.scrollDown img {
	animation: mouse 1s infinite linear;
	-webkit-animation: mouse 1s infinite linear;
	-moz-animation: mouse 1s infinite linear;
	-ms-animation: mouse 1s infinite linear;
	-o-animation: mouse 1s infinite linear;
}

@keyframes mouse {
	0%,100% { transform:rotate(0); }
	50% { transform:rotate(10deg); }
}

@-webkit-keyframes mouse {
	0%,100% { -webkit-transform:rotate(0); }
	50% { -webkit-transform:rotate(10deg); }
}

@-moz-keyframes mouse {
	0%,100% { -moz-transform:rotate(0); }
	50% { -moz-transform:rotate(10deg); }
}

@-ms-keyframes mouse {
	0%,100% { -ms-transform:rotate(0); }
	50% { -ms-transform:rotate(10deg); }
}

@-o-keyframes mouse {
	0%,100% { -o-transform:rotate(0); }
	50% { -o-transform:rotate(10deg); }
}


/* + banner
*----------------------------------------------------------------------------*/
#banner {
	width: 100%;
	height: 100vh;
	background-image: url(/web/images/imgSignature/box1/img-Bg1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	background-size: cover;
}

#banner section {
	width: 1280px;
	margin: 0 auto;
}

#banner .img {
	float: left;
	width: 50%;
	margin-top: 15%;
}

#banner .img .imgshow {
	position: relative;
}

#banner .img .imgshow .garbage {
	position: absolute;
	left: 30%;
	bottom: 38%;
	width: 32.8%;
	animation-name: garbage;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 10s;
	opacity: 0;
}

@keyframes garbage {
	0%,25% { opacity: 0; }
	30% { opacity: 0.5; bottom: 38%; }
	35% { opacity: 0.5; bottom: 35%; }
	40%,100% { opacity: 0; bottom: 35%; }
}

#banner .img .imgshow .hand {
	position: absolute;
	right: 0;
	top: 0;
	width: 67.4%;
	animation-name: hand;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 10s;
	opacity: 1;
}

@keyframes hand {
	 0% { right: -80px; top: -80px; opacity:0; }
	 12.5% { right: -40px; top: -40px; opacity:0.5; }
	 23%,29%,39% { right: 0px; top: 0px; opacity:1; }
	 45%,100% { right: 0px; top: 0px; opacity:0; }
}

#banner .img .imgshow .raibow {
	position: absolute;
	left: 5%;
	top: 25%;
	width: 23.1%;
	animation-name: raibow;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 10s;
	opacity: 0;
}

@keyframes raibow {
	0% { opacity: 0; top: 25%; }
	40% { opacity: 0; top: 30%; }
	60% { opacity: 1; top: 25%; }
	80% { opacity: 1; top: 25%; }
	100% { opacity: 0; top: 25%; }
}

#banner .img .imgshow .itbottom {
	width: 100%;
}

#banner .txt {
	float: right;
	width: 46%;
	margin-top: 25%;
	color: #4c4c4c;
}

#banner .txt h1 {
	font-size: 52px;
}

#banner .txt h2 {
	font-size: 36px;
}
#banner .txt p {
	font-size: 30px;
}

#banner .txt p.en {
	font-size: 26px;
	position: relative;
	margin: 20px 0;
}

#banner .txt p.en b {
	position: relative;
	z-index: 3;
}

#banner .txt p.en:after {
	content: '';
	width: 90%;
	position: absolute;
	bottom: -2px;
	right: 20px;
	height: 20px;
	background: #c6c7c8;
	z-index: 1;
}


/* + box2
*----------------------------------------------------------------------------*/
#box2 ,
#box3 {
	position: relative;
	padding: 100px 0;
	background: url(/web/images/imgSignature/box2/img-Bg2.jpg) no-repeat fixed center top / cover;
	color: #fff;
}

#box2 > div ,
#box3 > div {
	width: 55%;
	display: inline-block;
}

#box2 h4 ,
#box3 h4 {
	margin: auto;
	width: 70%;
	font-size: 30px;
}

#box2 .info ul ,
#box3 .info ul {
	margin-top: 20px;
	text-align: center;
}

#box2 .info ul li ,
#box3 .info ul li {
	margin: 10px 20px;
	width: 255px;
	height: 255px;
	display: inline-block;
	border: 1px #fff solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#box2 .info ul li p ,
#box3 .info ul li p {
	margin: 5px 0;
	text-align: center;
}

#box2 .info ul li p:first-child ,
#box3 .info ul li p:first-child {
	margin-top: 50px;
}

#box2 .rifhtImg ,
#box3 .rifhtImg {
	position: relative;
	width: 44%;
}

#box2 .rifhtImg img ,
#box3 .rifhtImg img {
	position: absolute;
	display: block;
}

#box2 .rifhtImg img.photo ,
#box3 .rifhtImg img.photo {
	position: relative;
	width: auto;
	max-width: none;
}

#box2 .rifhtImg .iPad {
	-webkit-animation: iPad 5s infinite linear;
	-moz-animation: iPad 5s infinite linear;
	-ms-animation: iPad 5s infinite linear;
	-o-animation: iPad 5s infinite linear;
	animation: iPad 5s infinite linear;
	z-index: 10;
	opacity: 0;
}

@keyframes iPad {
	00% { opacity: 0; }
	40% { transform-origin: 100% 100%; transform: translateX(-50px); opacity: 0; }
	50%,100% { transform: translateX(0px); opacity: 1; }
}

#box2 .rifhtImg .computer {
	-webkit-animation: computer 5s infinite linear;
	-moz-animation: computer 5s infinite linear;
	-ms-animation: computer 5s infinite linear;
	-o-animation: computer 5s infinite linear;
	animation: computer 5s infinite linear;
	right: 0;
	z-index: 9;
}

@keyframes computer {
	0% { transform: scale3d(0, 0, 1); }
	0.1% { transform: scale3d(0.01, 0.01, 1); }
	10% { transform: scale3d(1, 0.01, 1); }
	30%,100% { transform: scale3d(1, 1, 1); }
}


/* + box3
*----------------------------------------------------------------------------*/
#box3 {
	background-image:url(/web/images/imgSignature/box3/img-Bg3.jpg);
	color: #4c4c4c;
}

#box3 .info ul li {
	border-color: #4c4c4c;
}

#box3 .info ul li:nth-child(1) {
	margin-left: 15%;
}

#box3 .info ul li:nth-child(2) {
	margin-right: 15%;
}

#box3 .rifhtImg .iPad {
	-webkit-animation: iPad2 5s infinite linear;
	-moz-animation: iPad2 5s infinite linear;
	-ms-animation: iPad2 5s infinite linear;
	-o-animation: iPad2 5s infinite linear;
	animation: iPad2 5s infinite linear;
	z-index: 10;
	opacity: 0;
}

@keyframes iPad2 {
	00% { opacity: 0; }
	40% { transform-origin: 100% 100%; transform: translateY(50px); opacity: 0; }
	50%,100% { transform: translateY(0px); opacity: 1; }
}

#box3 .rifhtImg .computer {
	-webkit-animation: computer2 5s infinite linear;
	-moz-animation: computer2 5s infinite linear;
	-ms-animation: computer2 5s infinite linear;
	-o-animation: computer2 5s infinite linear;
	animation: computer2 5s infinite linear;
	right: 0;
	z-index: 9;
}

@keyframes computer2 {
	0% { transform: scale3d(0, 0, 1); }
	0.1% { transform: scale3d(0.01, 0.01, 1); }
	10% { transform: scale3d(0.01, 1, 1); }
	30%,100% { transform: scale3d(1, 1, 1); }
}

/* + box4
*----------------------------------------------------------------------------*/
#box4 > div {
	padding: 80px 0;
	float: left;
	width: 50%;
	background: url(/web/images/imgSignature/box4/img-leftBg.jpg) no-repeat 0 0;
	text-align: center;
}

#box4 > div:nth-child(2) {
	background-image: url(/web/images/imgSignature/box4/img-rightBg.jpg);
}

#box4 > div .tit {
	margin-bottom: 30px;
	height: 247px;
	background: url(/web/images/imgSignature/box4/img-titleBg.png) no-repeat 30% 50%;
}

#box4 > div .tit p {
	text-align: center;
	font-size: 24px;
	color: #fff;
}

#box4 > div .tit p:nth-child(1) {
	padding-top: 100px;
	font-size: 40px;
}

#box4 > div h3 ,
#box4 > div h4 {
	text-align: center;
	font-size: 36px;
	color: #fff;
}

#box4 > div a.cont {
	padding: 5px 0;
	background: rgba(255, 0, 0, 0.6);
	border-radius: 20px;
	text-align: center;
	color: #fff;
	width: 300px;
	display: inline-block;
}




/************ = 適應性 = ************/
/* +width:1680 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1680px) {
	#box2 .info ul li ,
	#box3 .info ul li {
		width: 205px;
		height: 205px;
	}
	#box2 .info ul li p:first-child ,
	#box3 .info ul li p:first-child {
		margin-top: 20px;
	}
}

/* +width:1440 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	#banner .img{
		margin-top: 50px;
	}
	#banner .txt{
		margin-top: 180px;		
	}
	#banner .txt h1{
	    font-size: 40px;	
	}
	#banner .txt h2{
	    font-size: 30px;	
	}
	#banner .txt p.en,
	#banner .txt p{
		font-size: 22px;	
	}
}

/* +width:1366 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	#banner section {
		width:90%;
	}
	#box2 .info ul li ,
	#box3 .info ul li {
		width: 175px;
		height: 175px;
	}
	#box2 .info ul li p img ,
	#box3 .info ul li p img {
		width: 50%;
	}
}

/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#banner .txt h1{
		font-size: 32px;	
	}
	#banner .txt h2 {
		font-size: 26px;
	}
	#banner .img{
		margin-top: 150px;
	}
	#banner .txt{
		margin-top: 250px;
	}	
	#box2 .info ul li, #box3 .info ul li {
		margin: 10px;
	}
	#box2 .rifhtImg img, #box3 .rifhtImg img {
		top: 70px;
	}
	#box2 .rifhtImg .iPad , #box3 .rifhtImg .iPad {
		width: 310px;
	}
}

/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#box2, #box3 {
		padding-top: 40px;
	}
	#box2 > div, #box3 > div {
		width: 100%;
	}
	#box2 .rifhtImg, #box3 .rifhtImg {
		display: none;
	}
	#box3 .info ul li:nth-child(2) {
		margin-right: 0;
	}
	#box3 .info ul li:nth-child(1) {
		margin-left: 0;
	}
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#banner .img{
	    width: 70%;
		margin: 0 15%;	
		margin-top: 50px;
	}
	#banner .txt{
	    margin-top: 50px;	
		width: 100%;
	}
	#box2 h4, #box3 h4 {
		width: 80%;
	}
	#box4 > div {
		width: 100%;
	}
}

/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#box2 h4, #box3 h4 {
		width: 90%;
		font-size: 25px;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#banner .txt h1{
		font-size: 24px;
	}	
	#banner .txt p.en,
	#banner .txt p{
		font-size: 18px;	
	}
	#banner .img{
		margin-top: 100px;
	}
	#banner .img{
		width: 50%;
		margin: 0 25%;
	}
	#banner .txt h2{
	    font-size: 18px;	
	}
	#box2 h4, #box3 h4 ,#box4 > div h3, #box4 > div h4 {
		font-size: 22px;
	}
}

/* +width:380 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 380px) {
	#banner .img{
		margin-top: 80px;
	}
	#banner .txt{
	    margin-top: 20px;	
	}
	#banner .txt p.en, #banner .txt p{
		font-size: 16px;	
	}
	#banner .txt p.en{
	    margin: 10px 0;	
	}
	#banner .txt p.en:after{
		height: 30px;
		background: #c6c7c8;
		width: 80%;
		bottom: -5px;	
	}
	#box2 h4, #box3 h4 , #box4 > div h3, #box4 > div h4 {
		font-size: 18px;
	}
}
