* {
  margin: 0px;
  padding: 0px;
}
.header {
  background-color: #000;
}
.footer {
  background-color: #000;
}
body {
  background-color: #e8fbdd;
  width: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-x: hidden;
}
/*------------kv------------*/

.topBanner-box-mm{
  display: none;
}

.wrap-topview {
  background: url(../images/kv_bg.png) center top no-repeat;
  display: block;
  margin-top: 70px;
  position: relative;
  overflow-x: hidden;
  height: 820px;
}

.kv_title{
  display: block;
  width: 1140px;
  max-width: 100%;
  margin:1% 0 0;
  opacity:0;
  -webkit-animation: puff-in-center 1s cubic-bezier(0.30, 0.000, 0.7, 0.6) both;
          animation: puff-in-center 1s cubic-bezier(0.30, 0.000, 0.7, 0.6) both;
}

.kv_food{
  position: absolute;
}

.kv_food_1{
  top: 12vh;
  left: 8vw;
  -webkit-animation: vibrate-1 2s linear infinite both;
	        animation: vibrate-1 2s linear infinite both;
}

.kv_food_2{
  top: 1vh;
  left:26vw;
  -webkit-animation: vibrate-1 4s linear infinite both;
	        animation: vibrate-1 4s linear infinite both;
}

.kv_food_3{
  top: 7vh;
  right: 9vw;
  -webkit-animation: vibrate-1 2s linear infinite both;
	        animation: vibrate-1 2s linear infinite both;
}


@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-3px, 2px);
            transform: translate(-3px, 2px);
  }
  40% {
    -webkit-transform: translate(-3px, -2px);
            transform: translate(-3px, -2px);
  }
  60% {
    -webkit-transform: translate(3px, 2px);
            transform: translate(3px, 2px);
  }
  80% {
    -webkit-transform: translate(3px, -2px);
            transform: translate(3px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-3px, 2px);
            transform: translate(-3px, 2px);
  }
  40% {
    -webkit-transform: translate(-3px, -2px);
            transform: translate(-3px, -2px);
  }
  60% {
    -webkit-transform: translate(3px, 2px);
            transform: translate(3px, 2px);
  }
  80% {
    -webkit-transform: translate(3px, -2px);
            transform: translate(3px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(1px);
            filter: blur(1px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(1px);
            filter: blur(1px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

/*------------tab------------*/

.tab_box {
  width: 100%;
  margin: -3% 0 0;
}

.tab {
  display: flex;
    margin: 0 auto;
    width: 60%;
    justify-content: space-around;
}

.tab a {
  background-size:auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 250px;
  max-width: 100%;
  cursor: pointer;
}

.tab1{
    background-image: url('../images/tab01.png');
}
.tab1:hover{
  background-image: url('../images/tab01_hover.png');
}
.tab2{
    background-image: url('../images/tab02.png');
}
.tab2:hover{
  background-image: url('../images/tab02_hover.png');
}
.tab3{
    background-image: url('../images/tab03.png');
}
.tab3:hover{
  background-image: url('../images/tab03_hover.png');
}
.tab4{
    background-image: url('../images/tab04.png');
}
.tab4:hover{
  background-image: url('../images/tab04_hover.png');
}
.tab5{
    background-image: url('../images/tab05.png');
}
.tab5:hover{
  background-image: url('../images/tab05_hover.png');
}

/*------------contentBox------------*/
.contentBox{
  padding:0 0 1%;
}

.contentBox.section-one{
  background:url(../images/section-one-bg.jpg) center top no-repeat;
  background-size: auto;
  margin: -5% 0 0 ;
}

.section-one h2 {
  margin: 12.4% auto 4% !important;
}

.contentList-long .pid-list{
  position: absolute;
  width: 93%;
}

.contentList-long .pid-list .btn{
  margin: 0.2rem auto 0px;
}

.contentList-long .pid-list .d-flex{
  margin-top: -0.5rem;
}

.contentList-long .pid-list p{
  margin-top: -0.5rem;
}
.contentBox h2{
  margin: -0.9% 0 5%;
}

.contentBox h2 img{
  width: 38%;
  max-width: 100%;
  display: block;
  margin: 0 auto 0;
}

.contentList{
  padding: 1rem 1.5rem 3.5rem 1rem;
}

.contentList .List-bg{
  width: 96%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.video-container{
  width: 94%;
  margin: 0 auto;
}
.video-container iframe{
  width: 100%;
    height: 280px;
    border: 1px solid #1f511c;
    border-radius: 16px;
    overflow: hidden;
}

.contentList .pid-list{
  padding:0 1rem 0;
}
.contentList .pid-list h3{
  color: #1e521d;
  font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 2;
}
.contentList .pid-list p{
  color: #1e521d;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
}

hr{
  border-top: 1px solid rgb(38 109 40);
  margin: 0.5rem 0 0.8rem;
}

.pid-list .discount{
  background-color: #f22d7d;
    border: 1px solid #f22d7d;
    border-radius: 20px;
    font-size: 1.2rem;
    color: #FFFFFF;
    padding: 0 1rem;
    height: 32px;
    margin: 1rem 0.5rem 0;
    font-weight: 600;
}

.pid-list .price{
  color: #f22d7d;
  font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}

.pid-list .btn {
  background-color: #1f511c;
  width: 180px;
  border-radius: 50px;
  line-height: 1.5;
  font-size: 1.6rem;
  z-index: 1;
  display: block;
  color: #FFF;
  margin: 0.9rem auto 0;
}

.section-two, .section-five {
  background: url(../images/section-two-bg.jpg) center top #d7e8ca repeat-y;
}

.section-three{
  background: url(../images/section-three-bg.jpg) center top #c8d9bb repeat-y;
}

.section-four {
  background: url(../images/section-four-bg.jpg) center top #e8fbdd repeat-y;
}

.fas {animation: left 1s infinite;}
@keyframes left {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(8px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*------------Policy------------*/

.policy_contentBox{
  background-color: #72956b;
}
.policy_contentBox h2 img{
  width: 13%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 1.5%;
}
.policy{
  font-size: 1.1em;
  padding: 3% 4% 2%;
  margin: 0 auto;
  color: #10230f;
  line-height: 1.6em;
}
.policy h3{
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 2%;
  color: #10230f;
}
.policy div{
  padding-bottom: 3%;
}
.policy h4 {
  font-size: 1.2em;
  padding-bottom: 1%;
}
.policy ol li {
  margin: 0 0 0 1.2rem;
  line-height: 2em;
}

/*------------rwd------------*/

@media (max-width: 1280px) {
  .kv_food_2 {
    top: 3vh;
    left: 30vw;
  }
  .contentBox.section-one{
    margin: -7% 0 0;
  }
  .pid-list .price{
    font-size: 2.6rem;
  }
  .pid-list .discount{
    margin: 0.6rem 0.5rem 0;
  }
    .tab {
      width: 100%;
    }
}

@media (max-width: 1200px) {
  .kv_title{
    margin: 8% 0 0;
  }
}

@media (max-width: 1024px) {
  .topBanner-box{
    display: none;
  }
  .topBanner-box-mm {
    display: block;
  }
  .wrap-topview {
    background: url(../images/kv_bg_m.jpg) center top no-repeat;
    display: block;
    overflow-x: hidden;
    margin-top: 0;
    background-size: cover;
    height: 930px;
  }
  .kv_title{
    margin: 6% 0 0 ;
  }
  .kv_food_1 {
    top: 20vh;
    left: 8vw;
  }
  .kv_food_2 {
    top: 14vh;
     left: 32vw;
     width: 10%;
  }
  .kv_food_3 {
    top: 10vh;
    right: 9vw;
  }      
  .tab_box {
      margin: 0;
    }
  .tab_box .container{
    padding: 0;
    max-width: 100% !important;
  }
  .tab a {
    background-size: contain;
    padding-bottom: 24%;
    height: auto;
  }
  .contentBox.section-one{
      margin: -4rem 0 0;
  }
    .section-one h2 {
      margin:8.5rem auto 4% !important ;
    }
    .contentBox h2 img{
      width: 40%;
    }
    .video-container iframe{
      height: 240px;
    }
    .contentList .pid-list h3{
      font-size: 1.6rem;
      line-height: 1.5;
    }
    .contentList .pid-list p{
      font-size: 1.2rem;
    }
    .pid-list .price{
      font-size: 2.2rem;
    }
    .contentList-long .pid-list {
      position: relative;
      width: 100%;
    }           
    .pid-list .discount{
      margin: 0.2rem 0.5rem 0;
        font-size: 1rem;
        height: auto;
        line-height: 1.8;
      }
    .pid-list .btn, .contentList-long .pid-list .btn {
      width: 50%;
      line-height: 1.5;
      font-size: 1.4rem;
      display: block;
      color: #FFF;
      margin:0.8rem auto 0;
    }
  .policy{
    font-size: 1.5em;
    padding: 4% 4% 2%;
  }
  .policy_contentBox h2 img{
    width: 26%;
    padding-top: 3%;
  }
  .policy ol li {
    line-height: 1.8em;
    margin: 0 0 0 2.5rem;
    font-size: 0.9em;
  }
}

@media (max-width: 969px) {
  .topBanner-box{
    display: none;
  }
  .topBanner-box-mm{
    display: block;
  }
  .wrap-topview {
    background: url(../images/kv_bg_m.jpg) center top no-repeat;
    display: block;
    overflow-x: hidden;
    margin-top: 0;
    background-size: cover;
    height: auto;
  }
  .topBanner-box-mm .kv_title{
    width: 100%;
    margin: 7% 0 0;
  }
  .kv_food_1 {
    top: 3vh;
    left: 8vw;
    width: 25%;
  }
  .kv_food_2 {
    top: -3vh;
    left: 36vw;
    width: 18%;
  }
  .kv_food_3 {
    top: -2vh;
    right: 4vw;
    width: 20%;
  }
  .contentBox.section-one {
    margin: -6rem 0 0;
}
.video-container iframe {
  height: 180px;
}
.section-one h2 {
  margin: 8.8rem auto 4% !important;
}
.contentBox h2 img {
  width: 45%;
}
.contentList .List-bg{
  display: none;
}
.contentList{
  background-color: #effbe8;
  border: 1px solid #266d28;
  border-radius: 20px;
  box-shadow: -10px 10px 0px #266d28;
  padding: 0.8rem 1rem 2rem;
  margin: 0 0 4rem;
}
.video-container {
  width: 100%;
}
.contentList .pid-list h3 {
  font-size: 1.4rem;
  line-height: 1.6;
}
.pid-list .btn, .contentList-long .pid-list .btn {
  width: 50%;
  margin: 0;
  position: absolute;
  left: 21%;
  bottom: -3.6rem;
}
}

@media (max-width: 768px) {
  
  .policy{
    font-size: 1.4em;
    padding: 8% 4% 2%;
  }
  .policy_contentBox h2 img{
    width: 50%;
    padding-top: 5%;
  }
  .policy ol li {
    line-height: 2em;
  }
}

@media (max-width: 640px) {
  .contentBox.section-one {
    margin: 2rem 0 0;
    background: url(../images/section-one-bg-mm.png) center top no-repeat;
    border-top: 2px solid #1e521d ;
}
.section-one h2 {
  margin: -0.4rem auto 4% !important;
}
.contentBox h2 img {
  width: 70%;
}
.contentList {
  margin: 0 auto 3rem;
  width: 90%;
}
.pid-list .btn, .contentList-long .pid-list .btn {
  width: 60%;
  left: 18%;
  bottom: -3.6rem;
}
.contentList .pid-list h3 {
  font-size: 1.3rem;
  line-height: 1.4;
}
.contentList .pid-list p {
  font-size: 1.1rem;
}
  .policy{
    font-size: 1.2em;
    padding: 8% 4% 2%;
  }
  .policy h3{
    font-size: 1.2em;
  }
  .policy h4 {
    font-size: 1.1em;
  }
  .policy ol li {
    line-height: 1.8em;
  }
}

@media (max-width: 360px) {
  .policy{
    font-size: 1em;
    padding: 8% 4% 2%;
  }
  .policy ol li {
    line-height: 1.6em;
  }
}