/* CSS Document */
body{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding-top: 87px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-container {
  opacity: 0;
  transition: all .6s;
  overflow: hidden;
}
.body-container.lazy {
  opacity: 1;
  position: relative;
}

.container{
  max-width: 768px;
  margin: auto;
}
.inner{
  padding: 0 20px;
}
img{
  max-width: 100%;
  height: auto;
}
a.under-line{
  text-decoration: underline;
  text-underline-offset:2px;
}
.inline-block{
  display: inline-block;
}

/* ---------------------------------------------------------------------------
//  section-header
--------------------------------------------------------------------------- */
.section-header{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.section-header .site-h1 a{
  display: flex;
  height: 54px;
  align-items: center;
  background: url("../img/bg-nav.png") no-repeat bottom right -14px;
  background-size: 62px;
}
.section-header nav .btns{
  display: flex;
}
.section-header nav .btns .nav-btn{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  background: #DCEFFA;
  font-size: 15px;
  color: #0192E5;
}
.section-header nav .btns .nav-btn.active{
  background: #0192E5;
  color: #fff;
}
/* ---------------------------------------------------------------------------
//  section-bnr01
--------------------------------------------------------------------------- */
.section-bnr01 .container{
  /*padding: 12px 56px;*/
  text-align: center;
  border: none!important;
  padding:0 0 12px 0;
}
/* ---------------------------------------------------------------------------
//  section-topMv
--------------------------------------------------------------------------- */
.section-topMv .container{

}
.section-topMv .title-area{
  background: url("../img/bg-topMvN.jpg")no-repeat top center;
  background-size: cover;
  padding-top: 118.06%;
  position: relative;
}

.section-topMv .title-area .site-copy{
  position: absolute;
  top: 10.6vw;
  left: 20px;

}
.section-topMv .description-area{
  background: url("../img/bg-mvDescription02.png")no-repeat bottom right -10px, url("../img/bg-mvDescription.jpg")no-repeat center;
  background-size: 108px, cover;
  padding: 29px 0 38px;

}
.section-topMv .description-area .description{
  font-size: 16px;
  line-height: calc(24 / 16);
}

/* ---------------------------------------------------------------------------
//  section-type01
--------------------------------------------------------------------------- */
.section-type01 .container{
  margin-top: 30px;
}
.section-top01 .container{
  border-top: solid 3px #E58400;
}
.section-top02 .container{
  border-top: solid 3px #C4861E;
}
.section-top03 .container{
  border-top: solid 3px #4BC1B8;
}
.section-top04 .container{
  border-top: solid 3px #52AADD;
}
.section-type01 .section-image{
  padding-top: 62.6%;
}
.section-top01 .section-image{
  background: url("../img/secImage-top01.jpg") no-repeat bottom;
  background-size: cover;
}
.section-top02 .section-image{
  background: url("../img/secImage-top02.jpg") no-repeat bottom;
  background-size: cover;
}
.section-top03 .section-image{
  background: url("../img/secImage-top03.jpg") no-repeat bottom;
  background-size: cover;
}
.section-top04 .section-image{
  background: url("../img/secImage-top04.jpg") no-repeat bottom;
  background-size: cover;
}

.section-top01 .section-contents{
  background: #FFFCE8;
}
.section-top02 .section-contents{
  background: rgba(196,134,15,.1);
}
.section-top03 .section-contents{
  background: #EAF4F2;
}
.section-top04 .section-contents{
  background: rgba(82,170,221,.1);
}
.section-type01 .section-contents .point-wrap{
  position: relative;
  top: -27px;
  z-index: 10;
  padding-bottom: 12px;
}
.section-top03 .section-contents .point-wrap{
  padding-bottom: 1px;
}
.section-type01 .section-contents .point-wrap::before{
  content: "";
  width: 61px;
  height: 81px;
  position: absolute;
  left: 0;
  right: 0;
  top: -47px;
  margin: auto;
  z-index: -1;
}
.section-top01 .section-contents .point-wrap::before{
  background: url("../img/point01.svg")no-repeat;
  background-size: contain;
}
.section-top02 .section-contents .point-wrap::before{
  background: url("../img/point02.svg")no-repeat;
  background-size: contain;
}
.section-top03 .section-contents .point-wrap::before{
  background: url("../img/point03.svg")no-repeat;
  background-size: contain;
}
.section-top04 .section-contents .point-wrap::before{
  background: url("../img/point04.svg")no-repeat;
  background-size: contain;
}
.section-type01 .section-contents .title-wrap{
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
}
.section-top01 .section-contents .title-wrap{
  background: url("../img/shape01.svg")repeat,#E58400;
}
.section-top02 .section-contents .title-wrap{
  background: url("../img/shape01.svg")repeat,#C4860F;
}
.section-top03 .section-contents .title-wrap{
  background: url("../img/shape01.svg")repeat,#4BC1B8;
}
.section-top04 .section-contents .title-wrap{
  background: url("../img/shape01.svg")repeat,#52AADD;
}
.section-type01 .section-contents .main-wrap{
  padding: 36px 17px 32px;
  background: #fff;
  margin-bottom: 14px;
  border-radius: 0 0 8px 8px;
}
.section-type01 .section-contents .main-wrap .copy{
  text-align: center;
  margin-bottom: 20px;
}
.section-type01 .section-contents .main-wrap .description{
  font-size: 14px;
  line-height: calc(20 / 14);
  padding: 18px 0 0 0;
}
.section-top01 .color-text{
  color: #E58400
}
.section-top02 .color-text{
  color: #C4860F
}
.section-top03 .color-text{
  color: #4BC1B8
}
.section-top04 .color-text{
  color: #52AADD
}
.section-type01 .description+.image{
  margin-top: 17px;
  text-align: center;
}
.section-top01 .section-contents .main-wrap .description{
  background: url("../img/dottedLine-orange.png")top center repeat-x;;
}
.section-top02 .section-contents .main-wrap .description{
  background: url("../img/dottedLine-brown.png")top center repeat-x;;
}
.section-top03 .section-contents .main-wrap .description{
  background: url("../img/dottedLine-green.png")top center repeat-x;;
}
.section-top04 .section-contents .main-wrap .description{
  background: url("../img/dottedLine-blue.png")top center repeat-x;;
}
.section-top01 .section-contents .bottom-wrap{
  background:url("../img/tri-top01.svg") no-repeat center top,#fff;
  background-size: 37px , auto;

}
.section-top02 .section-contents .bottom-wrap{
  background:url("../img/tri-top02.svg") no-repeat center top,#fff;
  background-size: 37px , auto;

}
.section-top04 .section-contents .bottom-wrap{
  background:url("../img/tri-top04.svg") no-repeat center top,#fff;
  background-size: 37px , auto;

}
.section-type01 .section-contents .bottom-wrap{
   border: solid 2px #E58400;
  padding: 24px 20px 15px;
  border-radius: 8px;
  text-align: center;
}
.section-top01 .section-contents .bottom-wrap{
   border: solid 2px #E58400;
}
.section-top02 .section-contents .bottom-wrap{
   border: solid 2px #C4860F;
}
.section-top04 .section-contents .bottom-wrap{
   border: solid 2px #52AADD;
}
.section-type01 .section-contents .bottom-wrap .description{
  font-size: 14px;
  line-height: calc(20 / 14);
  text-align: left;
  display: inline-block;
}
.section-top04 .section-contents .bottom-wrap .description{
  text-align: center;
}
/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
.section-footer .animation-wrap{
  background: url("../img/bg-footer.svg");
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: solid 2px #0092E5;
}
.section-footer copy{
  font-size: 11px;
  line-height: calc(25 /11);
  color: #0092E5;
  padding: 4px 20px 51px;
  text-align: center;
  display: block;
}
.pageTop-btn{
  width: 74px;
  height: 33px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/top-btn.svg") no-repeat center bottom;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
}
.pageTop-btn.active{
  opacity: 1;
  visibility: visible;
}

/* ---------------------------------------------------------------------------
//  人参栽培ページ
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
//  section-ninjinMv
--------------------------------------------------------------------------- */
.section-ninjinMv .container{
  position: relative;
  max-height: 700px;
  overflow: hidden;
}
.section-ninjinMv .bg-area{
  background: url("../img/bg-ninjinMvNew.jpg") no-repeat center top -10px;
  background-size: cover;
  height: 0;
  padding-top: 104%;
  position: relative;
}
.section-ninjinMv .illust{
  position: absolute;
  width: 100%;
  padding-top: 36.2%;
  bottom: 0;
  background: url("../img/illust-ninjinMv01.svg")no-repeat top 10px center;
  background-size: cover;
}
.section-ninjinMv .bg-area .text-area {
  position: absolute;
  padding-top: 20%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
.section-ninjinMv .text-area .copy{
  margin-bottom: 8%;
}
.section-ninjinMv .text-area .description{
  color: #fff;
  font-size: 16px;
  line-height: calc(25 / 16);
  font-weight: 500;
}

/* ---------------------------------------------------------------------------
//  section-article
--------------------------------------------------------------------------- */
.section-article .article-list .article-item{
  padding: 70px 32px 80px;
  background: url("../img/bg-kurkN.jpg") center;
  background-size: 100%;
  position: relative;
  border: solid 10px #D69463;
  text-align: center;
  margin-bottom: 66px;
  max-width: 375px;
  margin: 0 auto 66px auto;
  color: #fff;
}
.section-article .article-list .article-item:first-of-type::before{
  content: "";
  background: url("../img/ninjin01.png")no-repeat center;
  background-size: contain;
  width: 111px;
  height: 79px;
  position: absolute;
  top: -39px;
  right: 0;
  left: 0;
  margin: auto;
}

.section-article .article-list .article-item::after{
  content: "";
  background: url("../img/seal01.png")no-repeat center;
  background-size: contain;
  width: 71px;
  height: 59px;
  position: absolute;
  bottom: 20px;
  right: 22px;
}
/*.section-article .article-list .article-item:nth-of-type(even):after{
  content: "";
  background: url("../img/byou03.png")no-repeat center;
  background-size: contain;
  width: 30px;
  height: 31px;
  position: absolute;
  bottom: 28px;
  right: 37px;
}*/
.section-article .article-list .article-item .title{
  font-size: 20px;
  line-height: calc(25 / 20);
  margin-bottom: 4px;
  font-weight: 600;
}
.section-article .article-list .article-item .date{
  font-size: 16px;
  font-weight: 500;
  line-height: calc(25 / 16);
  margin-bottom: 32px;
}
.section-article .article-list .article-item .images .image{
  margin-bottom: 100px;
  position: relative;
}
.section-article .article-list .article-item .images .image.rolateA{
  transform: rotate(5deg);
}
.section-article .article-list .article-item .images .image.rolateB{
  transform: rotate(-5deg);
}
.section-article .article-list .article-item .images .image:first-of-type:after{
  content: "";
  background: url("../img/seal02.png")no-repeat center;
  background-size: contain;
  width: 71px;
  height: 59px;
  position: absolute;
  top: 220px;
  left: -5px;
}
.section-article .article-list .article-item .images .image:last-of-type{
  margin-bottom: 40px;
}
.section-article .article-list .article-item .images .image::before{
  content: "";
  position: absolute;
  background: url("../img/byou-L.png")no-repeat;
  background-size: contain;
  width: 25px;
  height: 26px;
  top: -15px;
  left: -4px;
}
.section-article .article-list .article-item .images .image::after{
  content: "";
  position: absolute;
  background: url("../img/byou-R.png")no-repeat;
  background-size: contain;
  width: 25px;
  height: 26px;
  top: -15px;
  right: 0;
}
.section-article .article-list .article-item .images img{
  box-shadow: 5px 5px 10px rgba(0,0,0,.44);
  max-width: 100%;
  width: 100%;
}
.section-article .article-list .article-item .description{
  font-size: 16px;
  font-weight: 700;
  line-height: calc(25 / 16);
  text-align: left;
}
/* ---------------------------------------------------------------------------
//  商品一覧ページ
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
//  section-bnr01
--------------------------------------------------------------------------- */
.section-bnr02 .container{
  padding: 24.5px 20px;
  text-align: center;
}
/* ---------------------------------------------------------------------------
//  section-tab
--------------------------------------------------------------------------- */
.section-tab{

}
.section-tab .container{
  margin-bottom: 50px;
  position: relative;
  margin-top: -47px;
}
.sticky{
  position: sticky;
  top: 87px;
  z-index: 1000;
}
.section-tab .tab-area {
  display: flex;
  position: absolute;
  width: 100%;
  max-width: 768px;
  top: 0;


  }
.section-tab  .tab {
    width: 50%;
    background: #fff;
    height: 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    line-height: calc(24 / 16);
    position: relative;
    padding-bottom: 8px;
  border-bottom: dotted 1px #ccc;
  }
 .section-tab .tab.Active {
    opacity: 0;
    visibility: hidden;


  }
.section-tab .tab:first-of-type{
  border-right: dotted 1px #ccc;

}
.section-tab .tab:first-of-type:after{
  content: url("../img/arow01.svg");
  position: absolute;
  bottom: -1px;

}
.section-tab .tab:last-of-type{
  border-left: dotted 1px #ccc;

}
.section-tab .tab:last-of-type:after{
  content: url("../img/arow02.svg");
  position: absolute;
  bottom: -1px;

}
.section-tab .content-area {
  font-size: 30px;
  text-align: center;
  }
 .section-tab .content {
    display: none;
  }
 .section-tab .content.show {
    margin-top: 50px;
    display: block;
  }
.section-tab .content01{
  background: url("../img/bg-tabContent.svg")repeat,#F5FAEC;
  border-top: solid 3px #5E831E;
}
.section-tab .content02{
  background: url("../img/bg-tabContent.svg")repeat,#FEFFEF;
  border-top: solid 3px #E58400;
}
.section-tab .content .title{
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  width: 50%;
  padding-top: 3px;
}
.section-tab .content01 .title{
  color: #5E831E;
  position: relative;
  margin-bottom: 34px;
}
.section-tab .content01 .title::after{
  content: url("../img/mark01.svg");
  display: block;
}
.section-tab .content02 .title{
  color: #E58400;
  position: relative;
  margin-bottom: 34px;
  margin-left: auto;
}
.section-tab .content02 .title::after{
  content: url("../img/mark02.svg");
  display: block;
}
.section-tab .content .mineralVege{
  margin-bottom: 31.7px;
}
.section-tab .content .product-list{
  padding: 0 0 29px;
  max-width: 500px;
  margin: auto;
}
.section-tab .content .product-list .item{
  margin-bottom: 48px;
  padding-top: 10%;
}
.section-tab .content .product-list .item .images{
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}
.section-tab .content .product-list .item .package{
  width: 50%;
  position: relative;
}
.section-tab .content .product-list .item .dish{
  width: 50%;
  position: relative;
  right: -1%;
}
.section-tab .content .product-list .item .package img{
  margin-top: -25%;
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  max-width: inherit;
}

.section-tab .content .product-list .item .text-wrap{
  width: 100%;
  background: #fff;
  border-radius: 13px;
  padding: 12px 12px 12px;
  text-align: center;
  border: solid 2px;
  margin: 0 20px;
  width: calc(100% - 20px);
  margin: 0 auto 20px;
}
.section-tab .content .product-list .item.salad01 .text-wrap{
  border: solid 2px rgba(38,159,224,.6);
  color: #199EE3;
}
.section-tab .content .product-list .item.salad02 .text-wrap{
  border: solid 2px rgba(232,130,136,.6);
  color: #EA8186;
}
.section-tab .content .product-list .item.salad03 .text-wrap{
  border: solid 2px rgba(180,40,49,.6);
  color: #B42831;
}
.section-tab .content .product-list .item.salad04 .text-wrap{
  border: solid 2px rgba(147,192,56,.6);
  color: #93C038;
}
.section-tab .content .product-list .item.salad05 .text-wrap{
  border: solid 2px rgba(234,133,49,.6);
  color: #EA8531;
}
.section-tab .content .product-list .item.salad06 .text-wrap{
  border: solid 2px rgba(151,110,168,.6);
  color: #976EA8;
}
.section-tab .content .product-list .item.stirFry01 .text-wrap{
  border: solid 2px rgba(53,48,92,.6);
  color: #35305C;
}
.section-tab .content .product-list .item.stirFry02 .text-wrap{
  border: solid 2px rgba(218,188,59,.6);
  color: #DABC3B;
}
.section-tab .content .product-list .item.stirFry03 .text-wrap{
  border: solid 2px rgba(87,152,65,.6);
  color: #579841;
}
.section-tab .content .product-list .item.stirFry04 .text-wrap{
  border: solid 2px rgba(33,143,193,.6);
  color: #218FC1;
}
.section-tab .content .product-list .item.stirFry05 .text-wrap{
  border: solid 2px rgba(102,45,14,.6);
  color: #662D0E;
}
.section-tab .content .product-list .item.stirFry06 .text-wrap{
  border: solid 2px rgba(215,138,63,.6);
  color: #D78A3F;
}
.section-tab .content .product-list .item.stirFry07 .text-wrap{
  border: solid 2px rgba(97,88,154,.6);
  color: #61589A;
}
.section-tab .content .product-list .item .text-wrap .name{
  width:100%;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(24 / 16);

  padding-bottom: 5px;
  text-align: left;
  color: #000000;
}
.section-tab .content .product-list .item .text-wrap .copy{
  border-bottom: solid 1px;
  font-size: 13px;
  font-weight: 600;
  line-height: calc(20 / 13);
  text-align: left;
  padding-bottom: 10px;
}
.section-tab .content .product-list .item .text-wrap .flex-box{
  display: flex;
  position: relative;
}
.section-tab .content .product-list .item .text-wrap .dl-wrap{
  width: calc(100% - 141px);
  width: 100%;
  padding: 16px 0 11px;
  font-size: 13px;
  line-height: calc(20 /13);
  color: #000;
  text-align: left;
}
.section-tab .content .product-list .item .text-wrap .dl-wrap .dl{
  display: flex;
}
.section-tab .content .product-list .item .text-wrap .dl-wrap .dl+.dl{
  margin-top: 15px;
}
.section-tab .content .product-list .item .text-wrap .dl-wrap .dl span{
  width: 70px;
  text-align: right;
  white-space: nowrap;
}
.section-tab .content .product-list .item .text-wrap .dl-wrap.full{
  width: 100%;
}
.section-tab .content .product-list .item .text-wrap .btns{
  width: 130px;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.section-tab .content .product-list .item .text-wrap .btns a{
  margin: 0 2.5px;
}

/* ---------------------------------------------------------------------------
//  ビタミンページ
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
//  section-vitaminMv
--------------------------------------------------------------------------- */
.section-vitaminMv{
  background: url("../img/bg-vitaminMv.png");
  max-width: 768px;
  margin: auto;
}
.section-vitaminMv .container{
  background: url("../img/illust-vitaminMv@2x.png")no-repeat top -48px center;
  background-size: 412px;
  padding-top: 97px;
}
.section-vitaminMv .vitamin-copy{
  text-align: center;
  margin-bottom: 19px;
}
.section-vitaminMv .btn-area{
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  max-width: 335px;
  margin: 0 auto 14px auto;
}
.section-vitaminMv .btn-area a{
  width: calc((100% - 42px) / 4);
}
.section-vitaminMv .description{
  font-size: 16px;
  font-weight: 500;
  line-height: calc(25 / 16);
  margin-bottom: 102px;
  max-width: 335px;
  margin: 0 auto 102px auto;
}
.section-vitaminMv .image-area{
  background: #fff;
  text-align: center;
  height: 305px;
}
.section-vitaminMv .image-area .health{
  position: relative;
  top: -78px;
}
.section-vitaminMv .image-area .image{
  position: relative;
  top: -62px;
  left: -38px;
  right: 0;
  margin: auto;
  width: 344px;
}
/* ---------------------------------------------------------------------------
//  section-vitamin
--------------------------------------------------------------------------- */
.section-vitamin{
  padding-top: 150px;
  margin-top: -150px;
}
.section-vitamin .container{
  padding: 55.6px 0 84px;
  position: relative;
  margin-bottom: 100px;
}
.section-yousan .container{
  margin-bottom: 60px;
}
.section-vitamin .container{
  padding: 55.6px 0 84px;
  position: relative;
  margin-bottom: 122px;
}
.section-vitamin .inner{
  max-width: 375px;
  margin: auto;
}
.section-vitaminA .container{
  background: url("../img/bottom-vitaminA.svg") bottom repeat-x,rgba(255,239,196,.64);
  border-top: solid 1px #E58421;
}
.section-vitaminA .container::before{
  content: "";
  background: url("../img/illust-vitaminA@2x.png") no-repeat center;
  background-size: contain;
  width: 189px;
  height: 120px;
  position: absolute;
  top: -76px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-vitaminC .container{
  background: url("../img/bottom-vitaminC.svg") bottom repeat-x,#FCFAD8;
  border-top: solid 1px #DABC3B;
}
.section-vitaminC .container::before{
  content: "";
  background: url("../img/illust-vitaminC@2x.png") no-repeat center;
  background-size: contain;
  width: 164px;
  height: 100px;
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-vitaminK .container{
  background: url("../img/bottom-vitaminK.svg") bottom repeat-x,#EAF8FF;
  border-top: solid 1px #158EC3;
}
.section-vitaminK .container::before{
  content: "";
  background: url("../img/illust-vitaminK@2x.png") no-repeat center;
  background-size: contain;
  width: 160px;
  height: 150px;
  position: absolute;
  top: -83px;
  left: 10px;
  right: 0;
  margin: auto;
}
.section-yousan .container{
  background: url("../img/bottom-yousan.svg") bottom repeat-x,#F5FAEC;
  border-top: solid 1px #5E831E;
}
.section-yousan .container::before{
  content: "";
  background: url("../img/illust-yousan@2x.png") no-repeat center;
  background-size: contain;
  width: 166px;
  height: 88px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-vitamin .title-wrap .title{
  text-align: center;
  margin-bottom: 14.5px;
}
.section-vitamin .main-wrap .title{
  max-width: 270px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 10;
}
.section-vitaminA .main-wrap .title{
  background: #EC8522;

}
.section-vitaminC .main-wrap .title{
  background: #DBBD29;

}
.section-vitaminK .main-wrap .title{
  background: #158EC3;

}
.section-yousan .main-wrap .title{
  background: #5E831E;

}
.section-vitamin .main-wrap .work-list{
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  line-height: calc(30 /16);
  position: relative;
  top: -15px;
  margin-bottom: 3px;
}
.section-vitaminA .main-wrap .work-list{
  padding: 77px 13px 50px;
  background: url("../img/bg-vitaminA.png")no-repeat left 95% center,#fff;

}
.section-vitaminC .main-wrap .work-list{
  padding: 77px 13px 50px;
  background: url("../img/bg-vitaminC.png")no-repeat left 89% top 75%,#fff;

}
.section-vitaminK .main-wrap .work-list{
  padding: 86px 13px 70px;
  background: url("../img/bg-vitaminK.png")no-repeat left 85% top 70%,#fff;

}
.section-yousan .main-wrap .work-list{
  padding: 54px 13px 54px;
  background: url("../img/bg-yousan.png")no-repeat left 93% top 65%,#fff;

}
.section-vitamin .bottom-wrap .title{
  text-align: center;
  margin-bottom: 11px;
}
.section-vitamin .bottom-wrap .description{
  font-size: 14px;
  line-height: calc(20 / 14)
}

/* ---------------------------------------------------------------------------
//  certificaton
--------------------------------------------------------------------------- */
.section-certificationMv .bg-area{
  background: url("../img/bg-certification@2x.jpg") no-repeat center;
  background-size: cover;
  padding-top: 89%;
  margin-top: -10px;
  position: relative;

}
.section-certificationMv .bg-area h1{
  position: absolute;
  bottom: 22px;
  padding: 0 20px;
}
/* ---------------------------------------------------------------------------
//  section-certificaton
--------------------------------------------------------------------------- */
.section-certification01 .section-contents{
  background: rgba(82,170,221,.1);
  padding-top: 43px;
  padding-bottom: 60%;
  margin-bottom: 40px;
}
.section-certification01 .section-contents .flex-box{
  display: flex;
  justify-content: space-between;
}
.section-certification01 .section-contents .flex-box .item{
  width: calc((100% - 10px) / 2);
  text-align: center;
}
.section-certification01 .section-contents .flex-box .item .text-wrap{
  border: solid 2px #52AADD;
  border-radius: 8px;
  position: relative;
  padding: 27px 15px;
  background: #fff;
}
.section-certification01 .section-contents .flex-box .item h2{
  font-size: 16px;
  font-weight: bold;
  line-height: calc(24 / 16);
  color: #52AADD;
  margin-bottom: 16px;
}
.section-certification01 .section-contents .flex-box .item p{
  font-size: 14px;
  line-height:  calc(20 /14);
  margin-bottom: 0;
  text-align: left;
  min-height: 40px;
}
.section-certification01 .section-contents .flex-box .item .image{
  position: relative;
  padding: 0 20px;
}
.section-certification01 .section-contents .flex-box .item .image img{
  position: absolute;
  left: 5%;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  max-width: inherit;
}

/* ---------------------------------------------------------------------------
//  footer animation
--------------------------------------------------------------------------- */
.car-animation {
  background: url(../img/car-bg.png) center center / 371px auto repeat-x;
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.car-animation .leaf {
  background: url(../img/car-seedleaf.png) right 100px bottom / 116px 38px no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.car-animation .car {
  position: absolute;
  bottom: 0;
  width: 65px;
  height: 36px;
  animation: scroll 50s linear infinite;
}
@keyframes scroll {
  0% { left: 100%; transform: translate(0); opacity: 1; }
  40% { left: 0; transform: translate(-100%); opacity: 1; }
  100% { left: 0; transform: translate(-100%); opacity: 0; }
}
.car-animation2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.car-animation2 .car {
  position: absolute;
  bottom: 0;
  left: -65px;
  width: 65px;
  height: 36px;
  animation: scroll2 50s 25s linear infinite;
}
@keyframes scroll2 {
  0% { left: -65px; transform: translate(0); opacity: 1; }
  40% { left: calc(100% + 65px); transform: translate(-100%); opacity: 1; }
  100% { left: calc(100% + 65px); transform: translate(-100%); opacity: 0; }
}
.car-animation2 .car img {
  transform: scale(-1, 1);
}
.section-header .container .inner {
  position: relative;
}
