@media only screen and (max-width: 1910px){
  .about-bird{
    width: calc(50% - 500px);
  }
  .banner-box .slick-next{
    right: 10%;
  }
  .banner-box .slick-prev{
    left: 10%;
  }
  .big-store-left{
    width: 38%;
    margin-left: 2%;
  }
  .big-store-s-img{
    width: 46%;
  }
  .big-store-left .big-store-s-img:nth-child(2) {
    margin-right: 8%;
  }
  .big-store-middle{
    width: 18%;
    margin: 0;
    margin-left:  1.5%;

  }
  .big-store-right{
    width: 38%;
    margin-left: 1.5%;
  }
  .big-store-right .big-store-s-img{
    margin:0;
    margin-bottom: 30px;
    width: 47%;

  }
  .big-store-right .big-store-s-img:nth-child(1),
  .big-store-right .big-store-s-img:nth-child(3){
    margin-right: 4%;
  }
  .s-store-img-box1, 
  .s-store-img-box2, 
  .s-store-img-box4{
    width: 18%;
    margin-left: 2%;
  }
  .s-store-img-box1{
    margin-left: 0;
    margin: 0 1%;
  }
  .s-store-img-box2{
    margin-left: 1%;
  }
  .s-store-img-box3{
    width: 38%;
    margin-left: 2%;
  }
  .s-store-img-box3 .s-store-img{
    width: 47%;
  }
  .s-store-img-box3 .s-store-img:first-child{
    margin-right: 6%;
  }
  .products-left-periphery{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .products-right-periphery{
    width: 48%;
    margin-right: 2%; 
  }
}

@media only screen and (max-width: 1366px){

  #about{
      top: -300px;
     
  }
 
  .banner-logo{
    width: 56%;
    max-width: 100%;
    top: -210px;
  }
  .banner-box{

    padding-bottom: 50px;
    padding-top: 0;
  }
  .banner-list-img,
  .banner-box{
    height: 570px;
  }
  .about-box{
    width: 60%;
    padding: 60px 0;
  }
  .about-info-p1{
    width: 38%;
  }
  .about-info-p2{
    width: 38%;
    margin: 0 2%;
  }
  .about-info-p3{
    width:20%;
  }
  .about-bird{
    width: calc(50% - 30%);
  }
  .products-left-periphery li, 
  .products-right-periphery li{
    height: 310px;
  }
  .contact-bird{
    top: -100px;
  }
} 
@media only screen and (max-width: 1280px){
  .banner-logo{
    width: 65%;
  }
}
@media only screen and (max-width: 1024px){
  .banner-list-img, .banner-box{
    height: 400px;
  }
  #about{
      top: -250px;   
  }
  .banner-logo{
    top: -170px;
  }
  .banner-list-block{
    width: 80%;
  }
  .header-box{
    width: 95%;
  }
  .header-menu{
    padding: 0 10px;
  }
  .about-box{
    width: 70%;
  }
   .about-bird{
    width: calc(50% - 35%);
    bottom: -100px;
  }
  .introduction-info{
    padding: 0 10px;
  }
  .introduction-youtube-box{
    width: 98%;
  }
  .banner-box .slick-next{
    right: 5%;
  }
  .banner-box .slick-prev{
    left: 5%;
  }
  .store-pig-img{
    width: 20%;
    right: 0;
    bottom: -120px;
  }

  .big-store-big-img{
    margin-bottom: 20px;
  }
  .big-store-right .big-store-s-img{
    margin-bottom: 20px;
  }
  .products-left-list li{
    width: 25%;
    margin: 0 4%;
    vertical-align: middle;
  }
  .products-left-list-img{
    height: 250px;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
  }
  .products-list-title{
    font-size: 16px;
  }
  .products-left-list li{
    padding-bottom: 20px;
  }
  .products-left-periphery li, 
  .products-right-periphery li{
    height: 225px;
    width: 100%;
  }
  .footer-list-box{
    padding-left: 0;
  }
  .footer-box{
    width: 95%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 800px){
  .footer-logo{
    margin-bottom: 10px;
  }
  .banner-list-img, .banner-box{
    height: 330px;
    padding-bottom: 25px;
  }
  #about{
      top: -230px;   
  }
  #products{
      top: -150px;   
  }
  .banner-logo{
    top: -130px;
    width: 50%;
  }
  .banner-list{
    width: 95%;
  }
  .store-bg{
    animation: none;
  }
  .about-box .title-icon, 
  .contact-box .title-icon, 
  .store-info-block .store-info-icon,
  .store-border-box span{
    transform: scale(1);
  }
  .products-right-periphery li:nth-child(2){
    margin-top: 0;
  }
  .rwd-menu-icon.active span:nth-child(2){
    display: none;
  }
  .rwd-menu-icon span{
    transition: all .4s linear;
    position: relative;
  }
  .rwd-menu-icon.active span:nth-child(1){
    transform: rotate(45deg);
    top: 5px;
  }
  .rwd-menu-icon.active span:nth-child(3){
    transform: rotate(-45deg);
  }
  .rwd-title-box{
    display: inline-block;
    width: calc( 100% - 300px);
    vertical-align: middle;
    font-weight: 900;
    letter-spacing: 2px;
  }
  .rwd-title{
    width: 140px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 30px;
  }
  .header-2 .rwd-title-box{
    width: calc( 100% - 230px);
  }
  .header-rwd-menu-arrow{
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -13.5px;
    background-color: #FFF;
    right: 8px;
    box-shadow: rgba(231, 31, 25, 1.0) -4px -4px 0;

  }
  .header-2 .header-fb-link{
    width: 200px;
  }
  .header-2 .header-menu-box{
    width: 220px;
  }
  .header-menu-box,
  .hreader2 .header-menu-box
  {
    width: 220px;
    max-width: 100%;
    display: block;
    position: fixed;
    right:-100%;
    z-index: 999;
    background-color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    transition: all .4s linear;
    margin-top: 25px;
    box-shadow: rgba(231, 31, 25, 1.0) -2px -2px 0,rgba(231, 31, 25, 1.0) -3px -3px 0,rgba(231, 31, 25, 1.0) -4px -4px 0,rgba(231, 31, 25, 1.0) 2px 2px 0,rgba(231, 31, 25, 1.0) 3px 3px 0,rgba(231, 31, 25, 1.0) 4px 4px 0,rgba(231, 31, 25, 1.0) -3px -3px 0,rgba(231, 31, 25, 1.0) -4px -4px 0,rgba(231, 31, 25, 1.0) 2px 2px 0,rgba(231, 31, 25, 1.0) 3px 3px 0,rgba(231, 31, 25, 1.0) 1px 1px 0,rgba(231, 31, 25, 1.0) -4px 4px 0,rgba(231, 31, 25, 1.0) 4px -4px 0,rgba(231, 31, 25, 1.0) -1px -1px 0;
   

  }
  .header-menu-box.open,
  .hreader2 .header-menu-box.open{
    right: 28px;
  }
  .header-menu,
  .header-2 .header-menu{
    width: 100%;
  }
  .header-menu li,
  .hreader2 .header-menu li{
    width: 100%;
    display: block;
  }
  .about-box .title-p,
  .contact-box .title-p,
  .about-info-p1,
  .about-info-p2,
  .about-info-p3,
  .about-bird,
  .introduction-text,
  .introduction-title,
  .introduction-youtube-img,
  .introduction-title-logo,
  .store-info-icon,
  .store-info-title span,
  .store-border-box span,
  .store-info-list li,
  .big-store-title-box span,
  .big-store-title,
  .s-store-title-box span,
  .s-store-title,
  .products-block-icon,
  .big-store-left,
  .big-store-middle,
  .big-store-right,
  .s-store-img-box1,
  .s-store-img-box2,
  .s-store-img-box3,
  .s-store-img-box4,
  .products-title-icon,
  .prdocuts-title-icon2,
  .prdocuts-title-icon3,
  .prdocuts-title-p,
  .products-left-list li,
  .products-right-periphery li,
  .products-left-periphery li,
  .products-food-1-box,
  .prodcuts-food2,
  .prodcuts-food3,
  .prodcuts-food4,
  .prodcuts-food5,
  .contact-info-p,
  .contact-enter-p1,
  .contact-enter-p2,
  .contact-enter-list li,
  .contact-list li,
  .contact-bird,
  .footer-logo,
  .footer-list,
  .footer-map,
  .about-box .title-icon, 
  .contact-box .title-icon,
  .contact-info-p2,
  .store-title{
    opacity: 1;
  }
  .about-box .title:after{
    width: 100%;
  }
  .banner-box .slick-prev{
    left: 10px;
  }
  .banner-box .slick-next{
    right: 45px;
  }
  .rwd-menu-icon span{
    width: 85%;
    margin: 0 auto;
    height: 5px;
    display: block;
    background-color: #767575;
  }
  .rwd-menu-icon span:nth-child(2) {
    margin: 8px auto;
  }
  .rwd-menu-icon{
    display: block;
  }
  .about-box{
    width: 95%;
  }
  .about-info-p2{
    width: 35%;
  }
  .about-bird{
    display: none;
  }
  .introduction-youtube{
    height: 400px;
  }
  .introduction-text{
    padding-bottom: 0;
  }
  .introduction-info{
    width: 100%;
    display: block;
  }
  .introduction-youtube{
    position: relative;
  }
  .introduction-info-box{
    padding-bottom: 30px;
  }
  .introduction-youtube-box{
    width: 98.5%;
  }
  .store-info-box{
    width: 95%;
    padding: 60px 50px;
    box-sizing: border-box;
  }
  .store-pig-img{
    bottom: -75px;
    right: 0;
  }
  .big-store, .s-store{
    width: 93%;
    margin: 0 auto;
  }
  .big-store-left{
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .big-store-left .big-store-s-img:nth-child(2){
      margin-right:1%;
  }
  .big-store-left .big-store-s-img:nth-child(3){
      margin-left:1%;
  }
  .big-store-s-img{
    width: 49%;
  }
  .big-store-middle{
    margin-left: 0%;
  }
  .big-store-right .big-store-s-img:nth-child(3), 
  .big-store-right .big-store-s-img:nth-child(4){
    display: none;
  }
  .big-store-middle{
    width: 50%;
  }
  .big-store-right{
    width: 49%;
    margin-left: 1%;
  }
  .big-store-right .big-store-s-img{
    width: 100%;
  }
  .big-store-s-img,
  .big-store-big-img{
    margin-bottom: 15px;
  }
  .big-store-right .big-store-s-img {
    margin-bottom: 29px;
  }
  .s-store-img-box1,
  .s-store-img-box2{
    margin: 0;
    width: 49%;
  }
  .s-store-img-box1{
    margin-right: 1%;
  }
  .s-store-img-box2{
    margin-left: 1%;
  }
  .s-store-img-box3{
    width: 100%;
    margin: 0;
  }
  .s-store-img-box4{
    display: none;
  }
  .s-store-img-box3 .s-store-img:first-child{
    margin-right: 1%;
  }
  .s-store-img-box3 .s-store-img{
    width: 49%;
  }
  .s-store-img-box3 .s-store-img:nth-child(2){
    width: 49%;
    margin-left: 1%;
  }
  .store-box{
    padding-bottom: 80px;
  }
  .big-store-title-box, 
  .s-store-title-box{
    margin-left: 0;
  }
  .products-block-icon-box{
    width: 35%;
  }
  .products-block-icon{
    top: -135px;
  }
  .products-left, 
  .products-right{
    width: 100%;
    display: block;
  }
  .products-left{
    padding-top: 50px;
  }
  .products-right-periphery,
  .products-left-periphery{
    width: 95%;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .products-left-periphery li, 
  .products-right-periphery li{
    width: 49%;
    display: inline-block;
    margin: 0 0.5%;
    margin-bottom: 10px;
  }
  .prodcuts-food2-img{
    top: -50px;
  }
  .prodcuts-food4-img{
    right: 0;
  }
  .products-left-periphery li, 
  .products-right-periphery li{
    height: 280px;
  }
  .products-food .products-title{
    margin-top: 20px;
  }
  .contact-bird{
    display: none;
  }
  .footer-map{
    width: 100%;
    float: left;
  }
  .footer-logo{
    width: 100%;
  }
  .footer-logo-img{
    width: 80%;
  }
  .footer-logo-icon{
    width: 20%;
    box-sizing: border-box;
  }
  .footer-list{
    width: 100%;
    margin-top: 30px;
  }
  .header-menu li{
    line-height: 60px;
    transition: all .4s linear;
  }
  .header-2 .header-menu li,
  .header-2 .header-menu-box, 
  .header-2 .header-menu,
  .header-2 .rwd-menu-icon,
  .header-2 .header-logo, 
  .header-2 .header-fb-link{
    transition: all .4s linear;
  }
  .products-block-icon{
    transform: scale(1);
  }
  .products-food-1-box{
    bottom: -10px;
  }
  .header-menu li:hover a span{
    transform: scaleX(0);
  }

}
@media only screen and (max-width: 750px){
  .banner-logo{
    top: -110px;
  }
  .store-info-box{
    padding: 20px;
  }
  .store-info-title{
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .store-info-icon{
    width: 30px;
    display: block;
    margin: 0 auto;
  }
  .store-info-title span{
    webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    display: block;
  }
  .store-border-box{
    display: none;
  }
  .store-info-list{
    width: 350px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .store-info-list li.store-taiwan{
    margin-bottom: 20px;
  }
  .store-info-list li{
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .contact-form{
    width: 95%;
  }
  .contact-info-p{
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 500px){
  #about{
    top: -140px;
  }
  #introduction{
    top: -40px;
  }
  #contact{
    top: -40px;
  }
  #products{
    top: -140px;
  }
  .banner-box .slick-next{
    right: 15px;
  }
  .store-info-icon{
    padding: 0;
  }
  .store-info-box{
    margin-top: 0;
    padding: 0 20px;
  }
  .header-menu-box.open,
  .hreader2 .header-menu-box.open{
    right: 16px;
  }

  .about-info-p2{
    margin: 0;
  }
  .about-info-p1,
  .about-info-p2,
  .about-info-p3{
    width:100%;
    display: block;
    margin-bottom: 10px;
  }
  .introduction-title-box{
    padding: 24px 0;
  }
  .introduction-youtube-box{
    width: 100%;
  }
  .introduction-youtube{
    height: 220px;
  }
  .introduction-youtube-img{
    width: 200px;
  }
  .store-pig-img{
    display: none;
  }
  .store-info-block{
    padding: 50px 0;
  }
  .store-info-icon{
    width: 43px;
    max-width: 100%;
  }

  .big-store-title, 
  .s-store-title{
    font-size: 20px;
  }
  .big-store-title-box span, 
  .s-store-title-box span{
    font-size: 24px;
  }
  .big-store, .s-store{
    width: 95%;
  }
  .big-store-left{
    width: 350px;
    max-width: 100%;
  }
  .big-store-s-img, .big-store-big-img{
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .big-store-left .big-store-s-img:nth-child(2),
  .big-store-left .big-store-s-img:nth-child(3){
    margin: 0;
    margin-bottom: 10px;
  }
  .big-store-middle{
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
  .big-store-right{
    width: 350px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .big-store-right .big-store-s-img{
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .big-store-right .big-store-s-img:nth-child(1), 
  .big-store-right .big-store-s-img:nth-child(3),
  .s-store-img-box3 .s-store-img:first-child{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .banner-box .slick-next:before,
  .banner-box .slick-prev:before{
    width: 30px;
    height: 30px;
  }
  .s-store-img-box3 .s-store-img:nth-child(2){
    width: 350px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .s-store-img-box1, 
  .s-store-img-box2,
  .s-store-img-box3 .s-store-img,
  .s-store-long-img{
    width: 350px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .s-store-img-box1,
  .s-store-img{
    margin-bottom: 10px;
  }
  .products-block-icon-box{
    width: 240px;
  }
  .products-title{
    padding-bottom: 0;
  }
  .products-left-list li{
    width: 32%;
    margin: 0 9%;
  }
  .products-left-periphery li, 
  .products-right-periphery li{
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    height: 310px;
  }
  .products-food-1-box{
    width: 200px;
    display: block;
    float: none;
    margin: 10px auto;
    bottom: 0;

  }
  .products-food-box1{
    width: 100%;
  }
  .prodcuts-food2,
  .prodcuts-food4,
  .prodcuts-food5
  {
    width: 350px;
    display: block;
  }
  .prodcuts-food3{
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  .prodcuts-food2-img{
    top: 0;
  }
  .prodcuts-food4{
    display: none;
  }
  .prodcuts-food5{
    float: right;
  }
  .contact-info-p{
    text-align: center;
  }
  .contact-rwd-info-p{
    display: block;
    text-align: center;
    font-weight: bold;
  }
  .contact-enter-p1,
  .contact-enter-p2{
    width: 100%;
    text-align: center;
  }
   .contact-enter-p1{
    letter-spacing: 5px;
   }
  .contact-enter-list{
    width: 100%;
    margin:15px auto;
  }
  .contact-enter-list li{
    letter-spacing: 2px;
    text-align: justify;
  }
  .contact-enter-list li:before{
    content: '';
  }
  .web{
    padding-top: 0;
    text-align: right;
    letter-spacing: 0;
  }
  .footer-box{
    padding-bottom: 0;
  }
  .header-logo{
    width: 150px;
  }
  .rwd-menu-icon{
    padding: 26px 0;
  }
  .banner-box{
    margin-top: 82px;
  }
  .banner-logo{
    width: 250px;
    top: -75px;
  }
  .header-2 .header-logo{
    width: 100px;
  }
  .header-2 .rwd-menu-icon{
    padding: 16.5px 0;
  }
  .rwd-menu-icon{
    width: 40px;
  }
  .rwd-menu-icon span:nth-child(2){
    margin: 5px auto;
  }
  .banner-box{
    padding:0;
  }
  .banner-list-img, .banner-box{
    height: 180px;
  }
  .banner-box{
    padding-bottom: 25px;
  }
  .banner-bottom{
    bottom: -1px;
  }
  .contact-info-p{
    letter-spacing: 2px;
  }
  .tw-add{
    width: 50%;
  }
  .contact-list li.tw-add-box, .contact-list li.tw-add-box2{
    width: 100%;
    display: block;
  }
  .rwd-title-box{
    width: calc(100% - 200px);
   }
  .header-2 .rwd-title-box {
    width: calc(100% - 180px);
  }
  .rwd-title{
      font-size: 18px;
      width: 85px;
    }
}
@media only screen and (max-width: 320px){
  .contact-enter-list li{
    font-size: 15px;
  }
}