@import url("global.css");
@import url("lineup_global.css");
#toparea #toptitle-lineup .title .logo img {
  width: 500px;
}
#toparea #toptitle-lineup #topimg-lineup {
  background-image: url("../naturie/img/main.jpg");
}

#features .list li p span {
  background: linear-gradient(transparent 60%, #e8e1cb 60%);
}

#section1 {
  margin-top: 140px;
  margin-bottom: 120px;
  position: relative;
}
#section1 .textarea .inner {
  margin-top: 40px;
}
#section1 .textarea .inner .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
#section1 .box1 {
  position: relative;
  padding: 0 0 100px;
  background-color: #F5F2E9;
}
#section1 .box1 .textarea {
  width: 46%;
  float: left;
}
#section1 .box1 .textarea .inner:first-child {
  margin-top: 80px;
}
#section1 .box1 figure {
  width: 46%;
  float: right;
  margin-top: -70px;
}
#section1 .box2 {
  position: relative;
}
#section1 .box2 .wrapper {
  position: relative;
}
#section1 .box2 .textarea {
  width: 46%;
  float: right;
}
#section1 .box2 .textarea .inner:first-child {
  margin-top: 80px;
}
#section1 .box2 .img1 {
  display: none;
}
#section1 .box2 .img2 {
  position: absolute;
  left: 0;
  top: -70px;
  width: 46%;
  height: 800px;
}

.linkbanner {
  background: url("../naturie/img/bannerbg.jpg") no-repeat center center;
  background-size: cover;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #section1 .textarea .inner .title {
    font-size: 26px;
    text-align: center;
  }
  #section1 .box1 {
    padding-top: 1px;
    padding-bottom: 130px;
  }
  #section1 .box1 .textarea {
    width: auto;
    float: none;
  }
  #section1 .box1 figure {
    width: 70%;
    float: none;
    height: auto;
    margin: -70px auto 0;
  }
  #section1 .box2 .textarea {
    width: auto;
    padding-top: 0;
    float: none;
  }
  #section1 .box2 .textarea .tabspnone {
    display: none;
  }
  #section1 .box2 .img1 {
    display: block;
    margin: -60px auto 80px;
    width: 80%;
  }
  #section1 .box2 .img2 {
    width: 70%;
    position: static;
    height: auto;
    margin: 60px auto 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #toparea #toptitle-lineup .title .logo img {
    width: 46vw;
  }

  #section1 {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  #section1 .textarea .inner .title {
    font-size: 23px;
    text-align: center;
  }
  #section1 .box1 figure {
    margin-top: -40px;
  }
  #section1 .box1 .textarea .inner:first-child {
    margin-top: 50px;
  }
  #section1 .box2 .textarea .inner:first-child {
    margin-top: 50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #toparea #toptitle-lineup .title .logo img {
    width: 60vw;
  }

  #section1 {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  #section1 .textarea .inner .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #section1 .box1 {
    padding-bottom: 80px;
  }
  #section1 .box1 figure {
    margin-top: -30px;
  }
  #section1 .box1 .textarea .inner:first-child {
    margin-top: 40px;
  }
  #section1 .box2 .img1 {
    width: 90%;
    margin: -30px auto 0;
  }
  #section1 .box2 .img2 {
    margin-top: 40px;
  }
  #section1 .box2 .textarea .inner:first-child {
    margin-top: 40px;
  }
}
