@charset "UTF-8";
@import url(help/animate.css);
@media (min-width: 1281px) {
  .qualityArea .headerTitle .en {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    transition: all 1.5s;
  }
  .qualityArea .headerTitle .en:after {
    width: 0;
    transition: all 1.5s .5s;
  }
  .qualityArea h2, .qualityArea .Txt {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    transition: all 1.5s;
  }
  .qualityArea h2 {
    transition-delay: 1s;
  }
  .qualityArea .Txt {
    transition-delay: 1.5s;
  }
  .qualityArea .btn01 {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
    transition: all 2s;
    transition-delay: 2s;
  }
  .qualityArea .chick_foot span {
    opacity: 0;
    transition: all .3s;
  }
  .qualityArea .chick_foot.show span {
    opacity: 1;
  }
  .qualityArea .chick_foot.show span:nth-child(1) {
    transition-delay: .5s;
  }
  .qualityArea .chick_foot.show span:nth-child(2) {
    transition-delay: .8s;
  }
  .qualityArea .chick_foot.show span:nth-child(3) {
    transition-delay: 1s;
  }
  .qualityArea.show .headerTitle .en {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .qualityArea.show .headerTitle .en:after {
    width: 70px;
  }
  .qualityArea.show h2, .qualityArea.show .Txt {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .qualityArea.show .btn01 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .productArea .headerTitle .en {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    transition: all 1.5s;
  }
  .productArea .headerTitle .en:after {
    width: 0;
    transition: all 1.5s .5s;
  }
  .productArea .headerTitle h2 {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    transition: all 1.5s 1s;
  }
  .productArea.show .headerTitle .en {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .productArea.show .headerTitle .en:after {
    width: 70px;
  }
  .productArea.show .headerTitle h2 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .aboutArea .headerTitle .en {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    transition: all 1.5s;
  }
  .aboutArea .headerTitle .en:after {
    width: 0;
    transition: all 1.5s .5s;
  }
  .aboutArea h2, .aboutArea .Txt {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    transition: all 1.5s;
  }
  .aboutArea h2 {
    transition-delay: 1s;
  }
  .aboutArea .Txt {
    transition-delay: 1.5s;
  }
  .aboutArea.show .headerTitle .en {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .aboutArea.show .headerTitle .en:after {
    width: 70px;
  }
  .aboutArea.show h2, .aboutArea.show .Txt {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .featureArea .chick_foot span {
    opacity: 0;
    transition: all .3s;
  }
  .featureArea .chick_foot.show span {
    opacity: 1;
  }
  .featureArea .chick_foot.show span:nth-child(1) {
    transition-delay: .5s;
  }
  .featureArea .chick_foot.show span:nth-child(2) {
    transition-delay: .8s;
  }
  .featureArea .chick_foot.show span:nth-child(3) {
    transition-delay: 1.1s;
  }
  .featureArea .chick_foot.show span:nth-child(4) {
    transition-delay: 1.4s;
  }
  .featureArea ul.featureList li {
    opacity: 0;
    transition: all 1s;
  }
  .featureArea ul.featureList li:nth-of-type(1), .featureArea ul.featureList li:nth-of-type(2) {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .featureArea ul.featureList li:nth-of-type(3), .featureArea ul.featureList li:nth-of-type(4) {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
  .featureArea.show ul.featureList li {
    opacity: 1;
  }
  .featureArea.show ul.featureList li:nth-of-type(1), .featureArea.show ul.featureList li:nth-of-type(2) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .featureArea.show ul.featureList li:nth-of-type(3), .featureArea.show ul.featureList li:nth-of-type(4) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .featureArea.show ul.featureList li:nth-of-type(2), .featureArea.show ul.featureList li:nth-of-type(3) {
    transition-delay: .3s;
  }
  .featureArea.show ul.featureList li:nth-of-type(1), .featureArea.show ul.featureList li:nth-of-type(4) {
    transition-delay: .8s;
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  position: relative;
}

.bannerArea .arrowsL, .bannerArea .arrowsR {
  position: absolute;
  z-index: 99;
  top: calc(50% - 60px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.bannerArea .arrowsL {
  left: 0;
}

.bannerArea .arrowsR {
  right: 0;
}

.bannerArea .TxtBox {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: calc(50% - 60px);
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  text-align: center;
  letter-spacing: .05em;
  opacity: 0;
  transition: all 1.5s .8s;
}

.bannerArea .TxtBox .icon {
  width: 102px;
  height: 48px;
  margin: 0 auto 25px;
}

.bannerArea .TxtBox .title {
  font-size: 58px;
  color: #fff;
  margin-bottom: 15px;
}

.bannerArea .TxtBox .txt {
  font-size: 20px;
  color: #fff;
}

.bannerArea .slick-active .TxtBox {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

/*--parallax--*/
.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.parallax-window {
  background: transparent;
  padding: 130px 0;
  box-sizing: border-box;
}

/*--qualityArea--*/
.qualityArea {
  position: relative;
  padding: 130px 0 80px;
  background: #f9f9f9 url("../images/qualityBg.jpg") no-repeat right top;
}

.qualityArea .wrap {
  position: relative;
}

.qualityArea .chick_back {
  position: absolute;
  left: -210px;
  top: -75px;
}

.qualityArea .chick_front {
  position: absolute;
  left: 65px;
  top: -25px;
}

.qualityArea .rightBox {
  float: right;
}

.qualityArea .headerTitle {
  text-align: left;
}

.qualityArea h2 {
  font-size: 50px;
  font-weight: normal;
  letter-spacing: .05em;
  color: #1f2639;
  margin-bottom: 24px;
}

.qualityArea .en {
  margin-bottom: 30px;
  font-size: 14px;
  text-transform: uppercase;
}

.qualityArea .en:first-letter {
  font-size: 18px;
}

.qualityArea .Txt {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .05em;
  margin-bottom: 40px;
}

.qualityArea .btn01 {
  display: inline-block;
  margin-right: 20px;
}

.qualityArea .chick_foot {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

.qualityArea .chick_foot span {
  display: block;
  margin-bottom: 12px;
}

.qualityArea .chick_foot span:nth-of-type(1), .qualityArea .chick_foot span:nth-of-type(3) {
  margin-right: -23px;
}

.qualityArea .chick_foot span:nth-of-type(2) {
  margin-left: -23px;
}

.qualityArea .chick_foot .icon-foot {
  fill: #bbb;
  width: 23px;
  height: 26px;
}

/*--productArea--*/
.productArea {
  position: relative;
  z-index: 10;
  padding: 65px 0 0;
  height: 440px;
}

.productArea .product_icon01 {
  position: absolute;
  right: 0;
  top: 180px;
}

.productArea ul.productList {
  position: relative;
  bottom: -50px;
  margin: 0 -10px 0;
}

.productArea ul.productList li {
  padding: 0 10px;
}

.productArea .Txt {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  transition: all .5s;
}

.productArea h3 a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #1f2639;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}

.productArea .Img {
  overflow: hidden;
}

.productArea .Img img {
  display: block;
  width: 100%;
}

.productArea .price {
  font-family: "Roboto", sans-serif, "微軟正黑體";
  font-weight: normal;
  font-size: 15px;
  letter-spacing: .025em;
  color: #ea5514;
}

.productArea .price strong, .productArea .price b {
  font-weight: normal;
}

.productArea .btn02 {
  position: absolute;
  right: 20px;
  top: 20px;
}

.productArea .item:hover .Txt {
  background: #f6c959;
}

.productArea .item:hover .btn02 a {
  background: #1f2639;
}

.productArea .slick-dots {
  position: relative;
  bottom: 25px;
}

.productArea .slick-dots li.slick-active button:before {
  color: #ea5514;
}

.productArea .slick-dots li button:before {
  opacity: 1;
  color: #ea5514;
}

/*--aboutArea--*/
.aboutArea {
  padding: 200px 0 140px;
  text-align: center;
}

.aboutArea .headerTitle .en {
  color: #fff;
}

.aboutArea .headerTitle .en:after {
  background: #fff;
}

.aboutArea h2 {
  font-weight: normal;
  font-size: 38px;
  color: #fff;
  letter-spacing: .025em;
  margin-bottom: 30px;
}

.aboutArea h2 b {
  font-weight: normal;
  color: #f6c959;
}

.aboutArea .Txt {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .025em;
  color: #fff;
}

/*--featureArea--*/
.featureArea {
  position: relative;
  z-index: 1;
  background: url("../images/feature_bg.jpg") repeat;
}

.featureArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 100px;
  background: url("../images/feature_bg_top.png") no-repeat center top/cover;
}

.featureArea .wrap {
  position: relative;
  width: 1366px;
  min-height: 765px;
}

.featureArea .egg {
  position: absolute;
  left: 50%;
  bottom: -130px;
  width: 1168px;
  margin-left: -584px;
}

.featureArea .egg img {
  display: block;
  width: 100%;
}

.featureArea .feature_icon01, .featureArea .feature_icon02, .featureArea .feature_icon03, .featureArea .feature_icon04, .featureArea .feature_icon05, .featureArea .feature_icon06, .featureArea .feature_icon07, .featureArea .feature_icon08 {
  position: absolute;
}

.featureArea .feature_icon01 {
  left: 0;
  top: 0;
}

.featureArea .feature_icon02 {
  left: 0;
  top: 280px;
}

.featureArea .feature_icon03 {
  left: 50px;
  top: 10px;
}

.featureArea .feature_icon04 {
  right: 0;
  top: 150px;
}

.featureArea .feature_icon05 {
  right: 120px;
  top: -100px;
  z-index: 5;
}

.featureArea .feature_icon06 {
  right: 0;
  top: 400px;
  z-index: 3;
}

.featureArea .feature_icon07 {
  right: 0;
  top: 720px;
  z-index: 4;
}

.featureArea .feature_icon08 {
  right: 130px;
  top: 650px;
  z-index: 5;
}

.featureArea .chick_foot {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

.featureArea .chick_foot span {
  display: block;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

.featureArea .chick_foot span:nth-of-type(1), .featureArea .chick_foot span:nth-of-type(3) {
  margin-right: -27px;
}

.featureArea .chick_foot span:nth-of-type(2), .featureArea .chick_foot span:nth-of-type(4) {
  margin-left: -27px;
}

.featureArea .chick_foot span:nth-of-type(3) {
  margin-top: 15px;
}

.featureArea .chick_foot .icon-foot {
  fill: #f6c959;
  width: 24px;
  height: 28px;
}

.featureArea .slick-dots {
  position: relative;
}

.featureArea .slick-dots li.slick-active button:before {
  color: #ea5514;
}

.featureArea .slick-dots li button:before {
  opacity: 1;
  color: #ea5514;
}

@media (min-width: 1024px) {
  .featureArea .featureList {
    position: relative;
    z-index: 5;
  }
  .featureArea li {
    position: absolute;
    z-index: 2;
  }
  .featureArea li:nth-of-type(1) .item, .featureArea li:nth-of-type(2) .item {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
  }
  .featureArea li:nth-of-type(1) .item .Txt, .featureArea li:nth-of-type(2) .item .Txt {
    padding-left: 0;
    padding-right: 80px;
  }
  .featureArea li:nth-of-type(1) .item .Txt:before, .featureArea li:nth-of-type(2) .item .Txt:before {
    left: auto;
    right: 0;
  }
  .featureArea li:nth-of-type(1) {
    left: 0;
    top: 300px;
  }
  .featureArea li:nth-of-type(2) {
    left: 110px;
    top: 120px;
  }
  .featureArea li:nth-of-type(3) {
    right: 110px;
    top: 120px;
  }
  .featureArea li:nth-of-type(4) {
    right: 0;
    top: 300px;
  }
  .featureArea .item {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 350px;
  }
  .featureArea .Img {
    padding: 32px;
    width: 106px;
    height: 106px;
    background: url("../images/feature_icon_bg.png") no-repeat;
    box-sizing: border-box;
  }
  .featureArea .Img img {
    display: block;
    width: 100%;
  }
  .featureArea .Txt {
    position: relative;
    margin-top: 40px;
    padding-left: 80px;
  }
  .featureArea .Txt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 70px;
    height: 1px;
    background: #bbb;
  }
  .featureArea h3 a {
    display: block;
    font-weight: normal;
    color: #1f2639;
    font-size: 18px;
    letter-spacing: .025em;
  }
  .featureArea p {
    font-size: 15px;
    color: #666;
    letter-spacing: .025em;
  }
}

/*--map--*/
.mapArea {
  position: relative;
  z-index: 5;
}

.mapArea .wrap {
  width: 100%;
  padding: 0;
}

#gmap_s {
  width: 100%;
  height: 550px;
}

@media (max-width: 1760px) {
  .qualityArea {
    background: #f9f9f9 url("../images/qualityBg.jpg") no-repeat center top;
  }
  .featureArea .wrap {
    width: 1250px;
    min-height: 700px;
  }
}

@media (max-width: 1630px) {
  .featureArea .feature_icon08 {
    display: none;
  }
}

@media (max-width: 1366px) {
  .featureArea .egg {
    bottom: -130px;
    width: 1000px;
    margin-left: -500px;
  }
  .featureArea .feature_icon02 {
    display: none;
  }
  .featureArea .feature_icon03 {
    display: none;
  }
  .featureArea .feature_icon05 {
    display: none;
  }
  .featureArea .feature_icon06 {
    right: -70px;
  }
}

@media (max-width: 1280px) {
  .bannerArea .TxtBox .icon {
    margin: 0 auto 10px;
  }
  .bannerArea .TxtBox .title {
    font-size: 36px;
  }
  .bannerArea .TxtBox .txt {
    font-size: 16px;
  }
  .qualityArea .chick_back {
    display: none;
  }
  .qualityArea .chick_front {
    left: -30px;
  }
  .qualityArea .rightBox {
    width: calc(100% - 420px);
    box-sizing: border-box;
  }
  .qualityArea .chick_foot {
    display: none;
  }
  .featureArea .wrap {
    width: 100%;
  }
  .featureArea .egg {
    width: 100%;
    margin-left: 0;
    left: 0;
    padding: 0 70px;
    box-sizing: border-box;
    bottom: -50px;
  }
  .featureArea .feature_icon01 {
    display: none;
  }
  .featureArea .feature_icon04 {
    display: none;
  }
  .featureArea .feature_icon06 {
    display: none;
  }
  .featureArea .feature_icon07 {
    display: none;
  }
  .productArea {
    height: auto;
  }
  .productArea .product_icon01 {
    display: none;
  }
  .productArea ul.productList {
    bottom: 0;
    margin: 40px -10px 40px;
  }
  .aboutArea {
    padding: 100px 0 150px;
  }
  .qualityArea h2 {
    font-size: 43px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1023px) {
  .bannerArea .arrowsL, .bannerArea .arrowsR {
    top: 50%;
  }
  .bannerArea .TxtBox {
    top: 50%;
  }
  .featureArea {
    padding: 50px 0;
  }
  .featureArea .wrap {
    min-height: auto;
  }
  .featureArea .egg {
    display: none;
  }
  .featureArea .featureList {
    position: relative;
    z-index: 5;
  }
  .featureArea .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .featureArea .Img {
    padding: 32px;
    width: 106px;
    height: 106px;
    background: url("../images/feature_icon_bg.png") no-repeat;
    box-sizing: border-box;
  }
  .featureArea .Img img {
    display: block;
    width: 100%;
  }
  .featureArea .Txt {
    position: relative;
    margin-top: 20px;
  }
  .featureArea h3 a {
    display: block;
    font-weight: normal;
    color: #1f2639;
    font-size: 18px;
    letter-spacing: .025em;
  }
  .featureArea p {
    font-size: 15px;
    color: #666;
    letter-spacing: .025em;
  }
  .qualityArea .chick_front {
    display: none;
  }
  .qualityArea .headerTitle {
    text-align: center;
  }
  .qualityArea .rightBox {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .bannerArea .TxtBox {
    width: 100%;
  }
  .bannerArea .TxtBox .icon {
    margin: 0 auto 10px;
  }
  .bannerArea .TxtBox .title {
    font-size: 26px;
  }
  .bannerArea .TxtBox .txt {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .qualityArea {
    background-size: cover;
  }
  .qualityArea h2 {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .qualityArea .btn01 {
    margin: 0 10px 20px;
  }
}
