/*
 * Copyright 2017, TANK
 * 
 * 2017 / 06 / 02
 */


/* + box1
*----------------------------------------------------------------------------*/
#box1 {
	position: relative;
	padding: 110px 0 20px;
	background: url(/web/images/imgOrderoom/box1/img-Bg1.jpg) no-repeat fixed center top / cover;
	color: #2b2b2b;
}

#box1 section ,
#box2 section ,
#box3 section {
	width: 1160px;
}

#box1 .balloon {
	position: absolute;
	left: 30px;
	bottom: 10px;
	animation: balloonA 5s infinite alternate ease-in-out;
	-webkit-animation: balloonA 5s infinite alternate ease-in-out;
	-moz-animation: balloonA 5s infinite alternate ease-in-out;
	-ms-animation: balloonA 5s infinite alternate ease-in-out;
	-o-animation: balloonA 5s infinite alternate ease-in-out;
}

@keyframes balloonA {
	0%,10% { bottom: 10px; }
	70% { bottom: 380px; left: 130px; }
	80% { bottom: 360px; }
	90%,100% { bottom: 380px; }
}
@-o-keyframes balloonA { 
	0%,10% { bottom: 10px; }
	70% { bottom: 380px; left: 130px; }
	80% { bottom: 360px; }
	90%,100% { bottom: 380px; }
}
@-webkit-keyframes balloonA { 
	0%,10% { bottom: 10px; }
	70% { bottom: 380px; left: 130px; }
	80% { bottom: 360px; }
	90%,100% { bottom: 380px; }
}
@-moz-keyframes balloonA { 
	0%,10% { bottom: 10px; }
	70% { bottom: 380px; left: 130px; }
	80% { bottom: 360px; }
	90%,100% { bottom: 380px; }
}
@-ms-keyframes balloonA { 
	0%,10% { bottom: 10px; }
	70% { bottom: 380px; left: 130px; }
	80% { bottom: 360px; }
	90%,100% { bottom: 380px; }
}

#box1 .airplane {
	position: absolute;
	right: -250px;
	-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	transform:rotate(10deg);
	animation: airplaneA 5s infinite ease-in-out;
	-webkit-animation: airplaneA 5s infinite ease-in-out;
	-moz-animation: airplaneA 5s infinite ease-in-out;
	-ms-animation: airplaneA 5s infinite ease-in-out;
	-o-animation: airplaneA 5s infinite ease-in-out;
}

@keyframes airplaneA {
	0% { right: -550px; top: 0; }
	60% { right: 610px; top: -260px; }
	61% { opacity: 0; }
	100% {  opacity: 0; }
}
@-o-keyframes airplaneA { 
	0% { right: -550px; top: 0; }
	60% { right: 610px; top: -260px; }
	61% { opacity: 0; }
	100% {  opacity: 0; }
}
@-webkit-keyframes airplaneA { 
	0% { right: -550px; top: 0; }
	60% { right: 610px; top: -260px; }
	61% { opacity: 0; }
	100% {  opacity: 0; }
}
@-moz-keyframes airplaneA { 
	0% { right: -550px; top: 0; }
	60% { right: 610px; top: -260px; }
	61% { opacity: 0; }
	100% {  opacity: 0; }
}
@-ms-keyframes airplaneA { 
	0% { right: -550px; top: 0; }
	60% { right: 610px; top: -260px; }
	61% { opacity: 0; }
	100% {  opacity: 0; }
}

#box1 .tabItem ul.tabs ,
#box2 .tabItem ul.tabs {
	text-align: center;
}

#box1 .tabItem ul.tabs li ,
#box2 .tabItem ul.tabs li {
	margin: 0 20px;
	display: inline-block;
	opacity: 0.7;
}

#box1 .tabItem ul.tabs li.active ,
#box2 .tabItem ul.tabs li.active {
	opacity: 1;
}

#box1 .tabItem ul.tabs li a ,
#box2 .tabItem ul.tabs li a {
	width: 169px;
	height: 60px;
	background: url(/web/images/imgOrderoom/img-tabBtn.png) no-repeat 50%;
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
}

#box1 .tab_container .tab_content ,
#box2 .tab_container .tab_content {
	position: relative;
	margin-top: 40px;
}

#box1 .tab_container #tab1 .padItem {
	position: absolute;
	top: 0;
	right: 0;
	animation-name: fadeInRightBig;
	-webkit-animation-name: fadeInRightBig;
}

#box1 .tab_container #tab1 h2 {
	padding-top: 65px;
	font-size: 48px;
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
}

#box1 .tab_container #tab1 h3 {
	font-size: 24px;
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

#box1 .tab_container #tab1 ul {
	overflow: hidden;
	position: relative;
	margin: 50px 0 90px;
	padding: 25px;
	width: 755px;
	height: 265px;
	background: url(/web/images/imgOrderoom/box1/img-tab1Zoom.png) no-repeat 0 0;
	z-index: 10;
	animation-name: fadeInUpBig;
	-webkit-animation-name: fadeInUpBig;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

#box1 .tab_container #tab1 ul li {
	float: left;
	width: 210px;
}

#box1 .tab_container #tab1 ul li h4 {
	margin-bottom: 40px;
	height: 50px;
	background: #f0323b;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
}

#box1 .tab_container #tab1 ul li:nth-child(2) h4 {
	background: #03c302;
}

#box1 .tab_container #tab1 ul li:nth-child(3) h4 {
	background: #808080;
}

#box1 .tab_container #tab1 ul li h4 img {
	margin: 0 20px;
}

#box1 .tab_container #tab1 ul li article {
	padding: 0 20px;
	font-size: 18px;
	font-weight: 600;
}

#box1 .tab_container #tab2 {
	text-align: center;
}

#box1 .tab_container #tab2 > div {
	margin: 10px 20px;
	display: inline-block;
	animation-name: fadeInUpBig;
	-webkit-animation-name: fadeInUpBig;
}

#box1 .tab_container #tab2 > div:nth-child(2) {
	animation-name: fadeInDownBig;
	-webkit-animation-name: fadeInDownBig;
}

#box1 .tab_container #tab2 > div h4 {
	margin: auto;
	width: 364px;
	height: 54px;
	background: url(/web/images/imgOrderoom/box1/img-tab2TitleBg.png) no-repeat 0 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
}


/* + box2
*----------------------------------------------------------------------------*/
#box2 {
	padding: 75px 0;
	background: url(/web/images/imgOrderoom/box2/img-Bg2.jpg) no-repeat fixed center top / cover;
	color: #3f3f3f;
}

#box2 h3 ,
#box3 h3 {
	margin-bottom: 30px;
	font-size: 40px;
	text-align: center;
	animation-name: fadeInDownBig;
	-webkit-animation-name: fadeInDownBig;
}

#box2 .tab_container .tab_content {
	text-align: center;
}

#box2 .tab_container .tab_content ul ,
#box2 .tab_container .tab_content .padImg {
	width: 35%;
	display: inline-block;
}

#box2 .tab_container .tab_content ul li {
	margin: 15px 60px 15px 0;
	padding-right: 50px;
	background: url(/web/images/imgOrderoom/box2/icon-title.png) no-repeat right 0;
	text-align: right;
	font-size: 20px;
	color: #0188cc;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#box2 .tab_container .tab_content ul li:nth-child(2) ,
#box3 ul li:nth-child(2) {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

#box2 .tab_container .tab_content ul li:nth-child(3) ,
#box3 ul li:nth-child(3) {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

#box2 .tab_container .tab_content ul li:nth-child(4) ,
#box3 ul li:nth-child(4) {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}

#box2 .tab_container .tab_content ul li:nth-child(5) {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
}

#box2 .tab_container .tab_content ul li h4 ,
#box2 .tab_container .tab_content ul li p {
	text-align: right;
}

#box2 .tab_container .tab_content ul li h4 {
	font-size: 24px;
}

#box2 .tab_container .tab_content .padImg {
	width: 64%;
	animation-name: fadeInRightBig;
	-webkit-animation-name: fadeInRightBig;
}


/* + box3
*----------------------------------------------------------------------------*/
#box3 {
	padding: 75px 0 180px;
	background: url(/web/images/imgOrderoom/box3/img-Bg3.jpg) no-repeat 0 0;
	color: #fff;
}

#box3 ul {
	text-align: center;
}

#box3 ul li {
	margin: 50px 1%;
	width: 22%;
	display: inline-block;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

#box3 ul li p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

/* + bottom
*----------------------------------------------------------------------------*/
#bottom{
	background-image:url(../images/imgSeomove/bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:relative;
	padding: 150px 0;
	background-size: cover;
}
#bottom .txt{
	width: 60%;
}
#bottom .txt h2{
	color:#ff4040;
	font-size:40px;
}
#bottom .txt p{
	color:#4c4c4c;
	font-size:30px;
}
#bottom .txt p.sss{
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 10px;
}
#bottom .txt p:last-child{
    float: right;
	margin-top: -150px;	
}
#bottom .town{
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 38%;
    text-align: center;
}


/************ = 適應性 = ************/
/* +width:1440 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	#bottom .txt p:last-child{
	    margin-top: 50px;	
	}
	#bottom .town{
		right: 0;
		width: 40%;
		bottom: initial;
		top: 20%;	
	}
	#bottom{
		padding: 100px 0;
	}
}

/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#box1 section ,
	#box2 section ,
	#box3 section {	
		width: 95%;
	}
}

/* +width:1104 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1104px) {
	#box1 .tab_container #tab1 h3 {
		font-size: 22px;
	}
	#box1 .tab_container #tab1 ul {
		padding: 15px;
		background-size: 80% auto;
	}
	#box1 .tab_container #tab1 ul li {
		width: 170px;
	}
	#box1 .tab_container #tab1 ul li h4 img {
		margin: 0 15px;
	}
	#box1 .tab_container #tab1 ul li article {
		text-shadow: 1px 1px 0px #fff;
	}
	#box3 {
		padding-bottom: 140px;
	}
}

/* +width:1020 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1020px) {
	#box1 {
		padding: 30px 0 20px;
	}
}

/* +width:960 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	#box1 .balloon ,
	#box1 .airplane {
		display: none;
	}
	#box1 .tab_container #tab1 h2 ,
	#box1 .tab_container #tab1 h3 {
		padding-top: 0;
		text-align: center;
	}
	#box1 .tab_container #tab1 ul {
		margin: 20px 0;
		padding: 0;
		width: auto;
		height: auto;
		background: none;
	}
	#box1 .tab_container #tab1 ul li {
		width: 33%;
	}
	#box1 .tab_container #tab1 ul li h4 {
		margin-bottom: 10px;
		text-align: center;
	}
	#box1 .tab_container #tab1 .padItem {
		position: relative;
		text-align: center;
	}
	#box2 {
		padding: 35px 0;
	}
	#box2 .tab_container .tab_content ul ,
	#box2 .tab_container .tab_content .padImg {
		width: 100%;
		text-align: center;
	}
	#box2 .tab_container .tab_content ul li {
		margin: 15px 0;
		padding-right: 0;
		text-align: center;
		background: none;
	}
	#box3 {
		padding-bottom: 75px;
		background: url(/web/images/imgOrderoom/box3/img-Bg3.jpg) no-repeat fixed center top / cover;
	}
	#box3 ul li {
		width: 45%;
	}
	#bottom .txt p:last-child img{
		width: 150px;
	}
	#bottom .txt p{
		font-size:18px;
	}
	#bottom .txt{
		width:100%;
	}
	#bottom .town{
	    top: 5%;	
	}
	#bottom{
	    padding: 100px 0 50px;	
	}
}

/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#box2 .tabItem ul.tabs li {
		margin: 0 5px;
	}
	#bottom .town{
	    right: initial;
		left: 2%;
		top: initial;
		bottom: 3%;	
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#box1 .tab_container #tab1 h2 {
		font-size: 28px;
	}
	#box1 .tab_container #tab1 h3 {
		font-size: 16px;
	}
	#box1 .tab_container #tab1 ul li {
		margin-bottom: 30px;
		width: 100%;
	}
	#box1 .tab_container #tab1 ul li h4 {
		margin: 10px auto;
		width: 220px;
		text-align: left;
	}
	#box1 .tab_container #tab1 ul li article {
		text-align: center;
	}
	#box1 .tabItem ul.tabs li a ,
	#box2 .tabItem ul.tabs li a {
		width: 124px;
	}
	#box2 h3 ,
	#box3 h3 {
		font-size: 28px;
	}
	#box3 ul li {
		width: 60%;
	}
	#bottom .txt p:last-child{
	    margin-right: 0;	
	}
	#bottom .town{
	    width: 55%;	
	}
	#bottom{
	    padding: 50px 0;	
	}
	@keyframes flo{
		0%{ background-position:-10% 50%,20% 10%,75% 35%,7% 80%,90% 65%; }
		25%{ background-position:-10% 50.5%,20% 11%,75% 34%,7% 80%,90% 64.5%; }
		50%{ background-position:-10% 51.5%,20% 12%,75% 33%,7% 81%,90% 64%; }
		75%{ background-position:-10% 52%,20% 11%,75% 34%,7% 82%,90% 63%; }
		100%{ background-position:-10% 51%,20% 10%,75% 35%,7% 81%,90% 64.5%; }
	}
}
