@-webkit-keyframes bg_left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		        transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes bg_left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		        transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes bg_right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		        transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes bg_right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		        transform: translateX(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes toRight {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes toRight {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes toLeft {
	0% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes toLeft {
	0% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes hero {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes hero {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes spin {
	0% {
		opacity: 0;
		-webkit-transform: rotateY(240deg) scale(0.5) translateY(10%);
		        transform: rotateY(240deg) scale(0.5) translateY(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotateY(0) scale(1) translateY(0);
		        transform: rotateY(0) scale(1) translateY(0);
	}
}
@keyframes spin {
	0% {
		opacity: 0;
		-webkit-transform: rotateY(240deg) scale(0.5) translateY(10%);
		        transform: rotateY(240deg) scale(0.5) translateY(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotateY(0) scale(1) translateY(0);
		        transform: rotateY(0) scale(1) translateY(0);
	}
}
@-webkit-keyframes fadeUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20%);
		        transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20%);
		        transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes fadeUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(5%);
		        transform: translateY(5%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(5%);
		        transform: translateY(5%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes fadeLeft1 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20%);
		        transform: translateX(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeLeft1 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20%);
		        transform: translateX(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeDown1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20%);
		        transform: translateY(-20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeDown1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20%);
		        transform: translateY(-20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes popup {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes popup {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes popup2 {
	0% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes popup2 {
	0% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes poyopoyo {
	0%, 40%, 60%, 80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50%, 70% {
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
	}
}
@keyframes poyopoyo {
	0%, 40%, 60%, 80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50%, 70% {
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
	}
}
@-webkit-keyframes poyopoyo2 {
	0%, 40%, 60%, 80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50%, 70% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
	}
}
@keyframes poyopoyo2 {
	0%, 40%, 60%, 80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50%, 70% {
		-webkit-transform: scale(0.98);
		        transform: scale(0.98);
	}
}
@-webkit-keyframes title {
	0% {
		-webkit-transform: scale(1.8);
		        transform: scale(1.8);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes title {
	0% {
		-webkit-transform: scale(1.8);
		        transform: scale(1.8);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes product {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes product {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes batan {
	0% {
		-webkit-transform: perspective(2000px) rotateX(89.9deg);
		        transform: perspective(2000px) rotateX(89.9deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: perspective(0) rotateX(0);
		        transform: perspective(0) rotateX(0);
		opacity: 1;
	}
}
@keyframes batan {
	0% {
		-webkit-transform: perspective(2000px) rotateX(89.9deg);
		        transform: perspective(2000px) rotateX(89.9deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: perspective(0) rotateX(0);
		        transform: perspective(0) rotateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes maptitle {
	0% {
		-webkit-transform: translateY(-200px);
		        transform: translateY(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@keyframes maptitle {
	0% {
		-webkit-transform: translateY(-200px);
		        transform: translateY(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
.init *,
.init *::before,
.init *::after {
	-webkit-animation-play-state: paused !important;
	        animation-play-state: paused !important;
}

.gnav ._list > li {
	-webkit-animation-name: gnav;
	        animation-name: gnav;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
.gnav ._list > li:nth-child(1) {
	-webkit-animation-delay: 1.3s;
	        animation-delay: 1.3s;
}
.gnav ._list > li:nth-child(2) {
	-webkit-animation-delay: 1.4s;
	        animation-delay: 1.4s;
}
.gnav ._list > li:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}
.gnav ._list > li:nth-child(4) {
	-webkit-animation-delay: 1.6s;
	        animation-delay: 1.6s;
}
.gnav ._list > li:nth-child(5) {
	-webkit-animation-delay: 1.7s;
	        animation-delay: 1.7s;
}
.gnav ._list > li:nth-child(6) {
	-webkit-animation-delay: 1.8s;
	        animation-delay: 1.8s;
}
.gnav ._list > li:nth-child(7) {
	-webkit-animation-delay: 1.9s;
	        animation-delay: 1.9s;
}
.gnav ._list > li:nth-child(8) {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.gnav ._list > li:nth-child(9) {
	-webkit-animation-delay: 2.1s;
	        animation-delay: 2.1s;
}
.gnav ._list > li:nth-child(10) {
	-webkit-animation-delay: 2.2s;
	        animation-delay: 2.2s;
}

.main ._hero {
	-webkit-animation-name: hero;
	        animation-name: hero;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.main ._topicsSection > ._bg ._left {
	-webkit-animation-name: bg_left;
	        animation-name: bg_left;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.main ._topicsSection > ._bg ._right {
	-webkit-animation-name: bg_right;
	        animation-name: bg_right;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.main ._topicsSection .top_topics_slider {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._newsSection > ._bg ._left {
	-webkit-animation-name: bg_left;
	        animation-name: bg_left;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.main ._newsSection > ._bg ._right {
	-webkit-animation-name: bg_right;
	        animation-name: bg_right;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.main ._newsSection ._newsArea > ._title {
	overflow: hidden;
	-webkit-animation-name: toRight;
	        animation-name: toRight;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._newsSection ._newsArea > ._title > ._inner {
	display: block;
	overflow: hidden;
	-webkit-animation-name: toLeft;
	        animation-name: toLeft;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._newsSection ._newsArea > .tabNewsBox .newsSlider .newsSlide._news .newslineList > li {
	-webkit-animation-name: fadeLeft1;
	        animation-name: fadeLeft1;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
.main ._newsSection ._newsArea > .tabNewsBox .newsSlider .newsSlide._news .newslineList > li:nth-child(1) {
	-webkit-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}
.main ._newsSection ._newsArea > .tabNewsBox .newsSlider .newsSlide._news .newslineList > li:nth-child(2) {
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.main ._newsSection ._newsArea > .tabNewsBox .newsSlider .newsSlide._news .newslineList > li:nth-child(3) {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}
.main ._newsSection ._newsArea > .tabNewsBox .newsSlider .newsSlide._news .newslineList > li:nth-child(4) {
	-webkit-animation-delay: 0.7s;
	        animation-delay: 0.7s;
}
.main ._newsSection ._newsArea > .tabNewsBox .newsSlider .newsSlide._news .newslineList > li:nth-child(5) {
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
.main ._eventArea > ._title {
	overflow: hidden;
	-webkit-animation-name: toRight;
	        animation-name: toRight;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._eventArea > ._title > ._inner {
	display: block;
	overflow: hidden;
	-webkit-animation-name: toLeft;
	        animation-name: toLeft;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._eventArea .eventCardList > li {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
.main ._eventArea .eventCardList > li:nth-child(1) {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}
.main ._eventArea .eventCardList > li:nth-child(2) {
	-webkit-animation-delay: 0.7s;
	        animation-delay: 0.7s;
}
.main ._eventArea .eventCardList > li:nth-child(3) {
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
.main ._eventArea .eventCardList > li:nth-child(4) {
	-webkit-animation-delay: 0.9s;
	        animation-delay: 0.9s;
}
.main ._farmstandArea > ._title {
	overflow: hidden;
	-webkit-animation-name: toRight;
	        animation-name: toRight;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._farmstandArea > ._title > ._inner {
	display: block;
	overflow: hidden;
	-webkit-animation-name: toLeft;
	        animation-name: toLeft;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._farmstandArea ._cardList li {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
.main ._farmstandArea ._bannerList > li {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
.main ._farmstandArea ._bannerList > li:nth-child(1) {
	-webkit-animation-delay: 1.1s;
	        animation-delay: 1.1s;
}
.main ._farmstandArea ._bannerList > li:nth-child(2) {
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}
.main ._recipeArea > ._title {
	overflow: hidden;
	-webkit-animation-name: toRight;
	        animation-name: toRight;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._recipeArea > ._title > ._inner {
	display: block;
	overflow: hidden;
	-webkit-animation-name: toLeft;
	        animation-name: toLeft;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._recipeArea ._wrapper {
	-webkit-animation-name: popup;
	        animation-name: popup;
	-webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	        animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-duration: 0.7s;
	        animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
.main ._recipeArea ._text {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 1.3s;
	        animation-delay: 1.3s;
}
.main ._movieSection > ._bg ._left {
	-webkit-animation-name: bg_left;
	        animation-name: bg_left;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.main ._movieSection > ._bg ._right {
	-webkit-animation-name: bg_right;
	        animation-name: bg_right;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.main ._movieSection > .container > ._title {
	overflow: hidden;
	-webkit-animation-name: toRight;
	        animation-name: toRight;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._movieSection > .container > ._title > ._inner {
	display: block;
	overflow: hidden;
	-webkit-animation-name: toLeft;
	        animation-name: toLeft;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._movieSection > .container > ._list > li {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
.main ._movieSection > .container > ._list > li:nth-child(1) {
	-webkit-animation-delay: 0.9s;
	        animation-delay: 0.9s;
}
.main ._movieSection > .container > ._list > li:nth-child(2) {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.main ._movieSection > .container > ._list > li:nth-child(3) {
	-webkit-animation-delay: 1.1s;
	        animation-delay: 1.1s;
}
.main ._aboutSection > ._bg ._left {
	-webkit-animation-name: bg_left;
	        animation-name: bg_left;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.main ._aboutSection > ._bg ._right {
	-webkit-animation-name: bg_right;
	        animation-name: bg_right;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.main ._aboutSection > .container > ._title {
	overflow: hidden;
	-webkit-animation-name: toRight;
	        animation-name: toRight;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._aboutSection > .container > ._title > ._inner {
	display: block;
	overflow: hidden;
	-webkit-animation-name: toLeft;
	        animation-name: toLeft;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._base {
	-webkit-animation-name: popup;
	        animation-name: popup;
	-webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	        animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-duration: 0.7s;
	        animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._pins > li ._pin {
	-webkit-animation-name: fadeDown1;
	        animation-name: fadeDown1;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._pins > li:nth-child(1) ._pin {
	-webkit-animation-delay: 1.6s;
	        animation-delay: 1.6s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._pins > li:nth-child(2) ._pin {
	-webkit-animation-delay: 1.7s;
	        animation-delay: 1.7s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._pins > li:nth-child(3) ._pin {
	-webkit-animation-delay: 1.8s;
	        animation-delay: 1.8s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._pins > li:nth-child(4) ._pin {
	-webkit-animation-delay: 1.9s;
	        animation-delay: 1.9s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._pins > li:nth-child(5) ._pin {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._pins > li:nth-child(6) ._pin {
	-webkit-animation-delay: 2.1s;
	        animation-delay: 2.1s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._pins > li:nth-child(7) ._pin {
	-webkit-animation-delay: 2.2s;
	        animation-delay: 2.2s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._pins > li:nth-child(8) ._pin {
	-webkit-animation-delay: 2.3s;
	        animation-delay: 2.3s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._links > li ._link {
	-webkit-animation-name: popup;
	        animation-name: popup;
	-webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	        animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-duration: 0.7s;
	        animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._links > li:nth-child(1) ._link {
	-webkit-animation-delay: 1.9s;
	        animation-delay: 1.9s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._links > li:nth-child(2) ._link {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._links > li:nth-child(3) ._link {
	-webkit-animation-delay: 2.1s;
	        animation-delay: 2.1s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._links > li:nth-child(4) ._link {
	-webkit-animation-delay: 2.2s;
	        animation-delay: 2.2s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._links > li:nth-child(5) ._link {
	-webkit-animation-delay: 2.3s;
	        animation-delay: 2.3s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._links > li:nth-child(6) ._link {
	-webkit-animation-delay: 2.4s;
	        animation-delay: 2.4s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._links > li:nth-child(7) ._link {
	-webkit-animation-delay: 2.5s;
	        animation-delay: 2.5s;
}
.main ._aboutSection > .container ._farmstandMapArea .farmstandMap ._links > li:nth-child(8) ._link {
	-webkit-animation-delay: 2.6s;
	        animation-delay: 2.6s;
}
.main ._aboutSection > .container ._farmstandMapArea ._bg > * {
	-webkit-animation-name: popup2;
	        animation-name: popup2;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
.main ._aboutSection > .container ._farmstandMapArea ._bg > *:nth-child(1) {
	-webkit-animation-delay: 1.1s;
	        animation-delay: 1.1s;
}
.main ._aboutSection > .container ._farmstandMapArea ._bg > *:nth-child(2) {
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}
.main ._aboutSection > .container ._farmstandMapArea ._bg > *:nth-child(3) {
	-webkit-animation-delay: 1.3s;
	        animation-delay: 1.3s;
}
.main ._aboutSection > .container ._farmstandMapArea ._bg > *:nth-child(4) {
	-webkit-animation-delay: 1.4s;
	        animation-delay: 1.4s;
}
.main ._aboutSection > .container ._farmstandMapArea ._bg > *:nth-child(5) {
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}
.main ._aboutSection > .container ._farmstandMapArea ._bg > *:nth-child(6) {
	-webkit-animation-delay: 1.6s;
	        animation-delay: 1.6s;
}
.main ._aboutSection > .container ._lead {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 2.3s;
	        animation-delay: 2.3s;
}
.main ._productSection > ._bg ._left {
	-webkit-animation-name: bg_left;
	        animation-name: bg_left;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.main ._productSection > ._bg ._right {
	-webkit-animation-name: bg_right;
	        animation-name: bg_right;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.main ._productSection > ._content > ._title {
	overflow: hidden;
	-webkit-animation-name: toRight;
	        animation-name: toRight;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._productSection > ._content > ._title > ._inner {
	display: block;
	overflow: hidden;
	-webkit-animation-name: toLeft;
	        animation-name: toLeft;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._productSection > ._content .top_topics_slider {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
.main ._serviceSection > ._bg ._left {
	-webkit-animation-name: bg_left;
	        animation-name: bg_left;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.main ._serviceSection > ._bg ._right {
	-webkit-animation-name: bg_right;
	        animation-name: bg_right;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.main ._serviceSection > ._title {
	overflow: hidden;
	-webkit-animation-name: toRight;
	        animation-name: toRight;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._serviceSection > ._title > ._inner {
	display: block;
	overflow: hidden;
	-webkit-animation-name: toLeft;
	        animation-name: toLeft;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._serviceSection .container ._list > li {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}
.main ._serviceSection .container ._list > li:nth-child(1) {
	-webkit-animation-delay: 1.1s;
	        animation-delay: 1.1s;
}
.main ._serviceSection .container ._list > li:nth-child(2) {
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}
.main ._serviceSection .container ._list > li:nth-child(3) {
	-webkit-animation-delay: 1.3s;
	        animation-delay: 1.3s;
}
.main ._serviceSection .container ._list > li:nth-child(4) {
	-webkit-animation-delay: 1.4s;
	        animation-delay: 1.4s;
}
.main ._serviceSection .container ._list > li:nth-child(5) {
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}
.main ._serviceSection .container ._list > li:nth-child(6) {
	-webkit-animation-delay: 1.6s;
	        animation-delay: 1.6s;
}
.main ._serviceSection .container ._list > li:nth-child(7) {
	-webkit-animation-delay: 1.7s;
	        animation-delay: 1.7s;
}
.main ._pickupSection > ._bg ._left {
	-webkit-animation-name: bg_left;
	        animation-name: bg_left;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.main ._pickupSection > ._bg ._right {
	-webkit-animation-name: bg_right;
	        animation-name: bg_right;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.main ._pickupSection .container > ._title {
	overflow: hidden;
	-webkit-animation-name: toRight;
	        animation-name: toRight;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._pickupSection .container > ._title > ._inner {
	display: block;
	overflow: hidden;
	-webkit-animation-name: toLeft;
	        animation-name: toLeft;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.main ._pickupSection .container ._slider {
	-webkit-animation-name: fadeUp2;
	        animation-name: fadeUp2;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
/*# sourceMappingURL=top_animation.css.map */