/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@-webkit-keyframes top_hero_slider {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes top_hero_slider {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .top_hero_slider {
    opacity: 0;
  }
  .top_hero_area.inited .top_hero_slider {
    -webkit-animation-name: top_hero_slider;
    animation-name: top_hero_slider;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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-keyframes top_hero_nav_list {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes top_hero_nav_list {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .top_hero_nav_list > li {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .top_hero_area.inited .top_hero_nav_list > li {
    -webkit-animation-name: top_hero_nav_list;
    animation-name: top_hero_nav_list;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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);
  }
  .top_hero_area.inited .top_hero_nav_list > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .top_hero_area.inited .top_hero_nav_list > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .top_hero_area.inited .top_hero_nav_list > li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .top_hero_area.inited .top_hero_nav_list > li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .top_hero_area.inited .top_hero_nav_list > li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .top_hero_area.inited .top_hero_nav_list > li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.5s;
  }
}

@-webkit-keyframes top_event_list {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate3d(-1, -1, 1, 3rad);
    transform: scale(0.5) rotate3d(-1, -1, 1, 3rad);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate3d(1);
    transform: scale(1) rotate3d(1);
  }
}

@keyframes top_event_list {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate3d(-1, -1, 1, 3rad);
    transform: scale(0.5) rotate3d(-1, -1, 1, 3rad);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate3d(1);
    transform: scale(1) rotate3d(1);
  }
}

@media screen and (min-width: 768px) {
  .top_event_list .top_event_img {
    opacity: 0;
  }
  .top_event_area.inited .top_event_list > li:nth-child(1) .top_event_img {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .top_event_area.inited .top_event_list > li:nth-child(2) .top_event_img {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .top_event_area.inited .top_event_list > li:nth-child(3) .top_event_img {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  .top_event_area.inited .top_event_list > li:nth-child(4) .top_event_img {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .top_event_area.inited .top_event_list > li:nth-child(5) .top_event_img {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .top_event_area.inited .top_event_list > li .top_event_img {
    opacity: 0;
    -webkit-animation-name: top_event_list;
    animation-name: top_event_list;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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-keyframes top_section_title__main {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes top_section_title__main {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .top_section_title__main > img {
    opacity: 0;
  }
  .inited .top_section_title__main > img {
    opacity: 0;
    -webkit-animation-name: top_section_title__main;
    animation-name: top_section_title__main;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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);
  }
  .inited .top_section_title__main > img:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .inited .top_section_title__main > img:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .inited .top_section_title__main > img:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .inited .top_section_title__main > img:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .inited .top_section_title__main > img:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .inited .top_section_title__main > img:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .inited .top_section_title__main > img:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .inited .top_section_title__main > img:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .inited .top_section_title__main > img:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
}

@-webkit-keyframes top_section_title__sub {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes top_section_title__sub {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .top_section_title__sub > img {
    opacity: 0;
  }
  .inited .top_section_title__sub > img {
    opacity: 0;
    -webkit-animation-name: top_section_title__sub;
    animation-name: top_section_title__sub;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
}

@-webkit-keyframes newsline_list {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes newsline_list {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .newsline_list > li {
    opacity: 0;
  }
  .top_topics_area.inited .newsline_list > li {
    opacity: 0;
    -webkit-animation-name: newsline_list;
    animation-name: newsline_list;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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);
  }
  .top_topics_area.inited .newsline_list > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .top_topics_area.inited .newsline_list > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .top_topics_area.inited .newsline_list > li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .top_topics_area.inited .newsline_list > li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .top_topics_area.inited .newsline_list > li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .top_topics_area.inited .newsline_list > li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .top_topics_area.inited .newsline_list > li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .top_topics_area.inited .newsline_list > li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .top_topics_area.inited .newsline_list > li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
}

@-webkit-keyframes top_bg_overlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes top_bg_overlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .top_bg_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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);
  }
  .top_bg_overlay::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .5;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .top_topics_area.inited .top_bg_overlay {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: top_bg_overlay;
    animation-name: top_bg_overlay;
  }
  .top_agri_box.inited .top_bg_overlay {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: top_bg_overlay;
    animation-name: top_bg_overlay;
  }
}

@-webkit-keyframes top_agri_box__title {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes top_agri_box__title {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media screen and (min-width: 768px) {
  .top_agri_box__title {
    overflow: hidden;
  }
  .top_agri_box__title::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
  }
  .top_agri_box.inited .top_agri_box__title::after {
    -webkit-animation-name: top_agri_box__lead;
    animation-name: top_agri_box__lead;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

@-webkit-keyframes top_agri_box__lead {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes top_agri_box__lead {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media screen and (min-width: 768px) {
  .top_agri_box__lead {
    position: relative;
    overflow: hidden;
  }
  .top_agri_box__lead::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
  }
  .top_agri_box.inited .top_agri_box__lead::after {
    -webkit-animation-name: top_agri_box__lead;
    animation-name: top_agri_box__lead;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

@-webkit-keyframes top_agri_box__main_kage {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes top_agri_box__main_kage {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .top_agri_box__main .top_agri_box__main_kage {
    opacity: 0;
  }
}

@-webkit-keyframes top_agri_box__main_img {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes top_agri_box__main_img {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .top_agri_box__main .top_agri_box__main_img {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .top_agri_box.inited .top_agri_box__main .top_agri_box__main_img {
    -webkit-animation-name: top_agri_box__main_img;
    animation-name: top_agri_box__main_img;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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);
  }
  .top_agri_box.inited .top_agri_box__main .top_agri_box__main_kage {
    -webkit-animation-name: top_agri_box__main_kage;
    animation-name: top_agri_box__main_kage;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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-keyframes farmmap {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes farmmap {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .farmmap {
    opacity: 0;
  }
}

@-webkit-keyframes farmmap__link_list {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes farmmap__link_list {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .farmmap .farmmap__link_list > li {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .top_farmmap_area.inited .farmmap {
    -webkit-animation-name: farmmap;
    animation-name: farmmap;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .top_farmmap_area.inited .farmmap .farmmap__link_list > li {
    -webkit-animation-name: farmmap__link_list;
    animation-name: farmmap__link_list;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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);
  }
  .top_farmmap_area.inited .farmmap .farmmap__link_list > li:nth-child(1) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  .top_farmmap_area.inited .farmmap .farmmap__link_list > li:nth-child(2) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
  .top_farmmap_area.inited .farmmap .farmmap__link_list > li:nth-child(3) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
}

@-webkit-keyframes top_nav_list-odd {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes top_nav_list-odd {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes top_nav_list-even {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes top_nav_list-even {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .top_nav_list > li .top_nav__text_wrapper {
    opacity: 0;
  }
  .top_nav_area.inited .top_nav_list > li:nth-child(odd) .top_nav__text_wrapper {
    -webkit-animation-name: top_nav_list-odd;
    animation-name: top_nav_list-odd;
  }
  .top_nav_area.inited .top_nav_list > li:nth-child(even) .top_nav__text_wrapper {
    -webkit-animation-name: top_nav_list-even;
    animation-name: top_nav_list-even;
  }
  .top_nav_area.inited .top_nav_list > li:nth-child(1) .top_nav__text_wrapper {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .top_nav_area.inited .top_nav_list > li:nth-child(2) .top_nav__text_wrapper {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .top_nav_area.inited .top_nav_list > li:nth-child(3) .top_nav__text_wrapper {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  .top_nav_area.inited .top_nav_list > li:nth-child(4) .top_nav__text_wrapper {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .top_nav_area.inited .top_nav_list > li .top_nav__text_wrapper {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -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);
  }
}

/*# sourceMappingURL=animation.css.map */