@charset "UTF-8";
/* CSS Document */
body {
  background-color: #e0d0bc;
}
.header {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.header h1 {
  height: 60px;
}
.header h1 img {
  height: 100%;
}
.header nav {
  display: block;
  text-align: right;
}
.header ul {
  display: flex;
  justify-content: flex-end;
}
.header ul a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  margin: 0 10px;
  font-size: 2.0rem;
}
.header__try-link {
  border-top: #74c517 solid 2px;
  border-bottom: #74c517 solid 2px;
}

@media(max-width: 768px) {
  .open-button {
    display: block;
    position: fixed;
    right: 5px;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    transition: all .4s;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #333;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
    width: 25px;
  }
  .open-button span:after {
    bottom: -16px;
    width: 25px;
  }
  .open-button.active span {
    transform: translateY(6px) rotate(-45deg);
}

.open-button.active span:before {
  opacity: 0;
}

.open-button.active span:after{
    transform: translateY(-16px) rotate(90deg);
}

}
@media(max-width:768px) {
  .header {
    padding: 10px 24px;
  }
  .header h1 {
  height: 30px;
}
  #open-button {
    position:fixed;
    z-index: 999;
  top:-120%;
    left:0;
  width:100%;
    height: 400px;
   background-color: #e0d0bc;
  transition: all 0.6s;
  }
  .open-button__logo {
    height: 30px;
    margin: 10px 0 30px 24px;
  }
  .header ul {
    display: block;
    text-align:center; 
  }
  .header ul li {
    margin: 10px 70px;
  }
  .header nav ul li a {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 20px;
    margin: 0 auto;
  }
  .header__try-link {
    border: #74c517 solid 2px;
}
  #open-button.panelactive{
    top: 0;
}
}
.section-top {
  padding-bottom: 80px;
  line-height: 0;
}
.section-top__image {
  height: 650px;
  background-image: url("../images/top/top_image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}
.section-top__image-w1240 {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.section-top h2 {
  display: block;
  height: 440px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-top h2 img {
  display: block;
  height: 100%;
}
.section-top h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding: 60px 24px 50px;
}
.section-top p {
  line-height: 3.2rem;
  text-align: center;
  margin: 0 24px;
}
@media(max-width:768px) {
  .section-top h2 {
    height: 300px;
    padding-left: 24px;
  }
  .section-top h3 {
    font-size: 1.6rem;
  }
  .section-top p {
    font-size: 1.3rem;
    line-height: 2.6rem;
    text-align: left;
  }
}
.reason-title {
  width: 100%;
  background-image: url("../images/top/reason_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90% 10%;
}
.reason-title h2 {
  color: #fff;
  padding: 260px 0 140px;
}
.reason-contents {
  background-color: #dec6bd;
  padding-bottom: 80px;
}
.reason-contents ul {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 40px;
}
.reason-contents ul li {
  width: 380px;
  margin: 0 auto;
  list-style: none;
  padding: 0 40px 50px;
}
.reason-contents__image-one {
  background-image: url("../images/top/1.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  background-size: contain;
}
.reason-contents__image-two {
  background-image: url("../images/top/2.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  background-size: contain;
}
.reason-contents__image-three {
  background-image: url("../images/top/3.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  background-size: contain;
}
.reason-contents h5 {
  color: #3a2000;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.reason-contents h5 span {
  font-size: 3.0rem;
}
.reason-contents ul li p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 30px;
}
@media(max-width:768px) {
  .reason-title {
    background-position: 80% 10%;
  }
  .reason-title h2 {
    color: #fff;
    padding: 100px 0 20px;
  }
  .reason-contents ul {
    padding-top: 50px;
  }
  .reason-contents__image-one, .reason-contents__image-two, .reason-contents__image-three {
    height: 100px;
  }
  .reason-contents h5 {
    font-size: 1.0rem;
    line-height: 2.0rem;
  }
  .reason-contents h5 span {
    font-size: 1.8rem;
  }
  .reason-contents ul li p {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.section-try {
  background-color: #dec6bd;
  padding-bottom: 80px;
}
.try-02 {
  background-color: #e0d0bc;
}
.section-try__w1240 {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border: solid 5px #673900;
}
.section-try__w1220 {
  max-width: 100%;
  margin: 10px;
  background-color: #f5f5f5;
  border: solid 1px #673900;
}
.section-try h2 {
  padding: 90px 0 40px;
}
.try-subtitle {
  height: 90px;
  width: 90px;
  margin-right: 30px;
}
.try-title {
  height: 80px;
}
.section-try p {
  text-align: center;
  color: #673900;
  font-size: 2.0rem;
  line-height: 3.5rem;
  margin-bottom: 90px;
}
.section-try ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.section-try ul li {
  list-style: none;
  max-width: 500px;
  margin: 0 40px 80px;
}
.try-list h3 {
  color: #673900;
  font-size: 3.0rem;
  padding-bottom: 20px;
  border-bottom: solid 1px #673900;
}
.try-list__detail {
  height: 50px;
  margin: 20px;
}
.try-list__image {
  position: relative;
  width: 100%;
  max-height: 375px;
}
.try-list__image-photo {
  width: 100%;
    vertical-align: bottom;
}
.try-list__image-farmer-name {
  color: #fff;
  font-size: 2.4rem;
  padding: 20px 0;
  width: 200px;
  background-color: #673900;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media(max-width:768px) {
  .section-try__w1220 {
    margin: 5px;
    position: relative;
  }
  .try-subtitle {
    height: 60px;
    width: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .try-title {
    height: 40px;
  }
  .section-try p {
    text-align: center;
    color: #673900;
    font-size: 1.0rem;
    line-height: 2.0rem;
    margin-bottom: 90px;
  }
  .section-try ul li {
    list-style: none;
    max-width: 280px;
    margin: 0 40px 80px;
  }
  .try-list h3 {
    color: #673900;
    font-size: 1.6rem;
    padding-bottom: 10px;
    border-bottom: solid 1px #673900;
  }
  .try-list__detail {
    height: 25px;
    margin: 20px;
  }
  .try-list__image {
    position: relative;
    width: 100%;
    max-height: 375px;
  }
  .try-list__image-photo {
    width: 100%;
  }
  .try-list__image-farmer-name {
    color: #fff;
    font-size: 1.3rem;
    padding: 10px 0;
    width: 100px;
    background-color: #673900;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.try-button {
  padding-bottom: 120px;
}
.try-button__link {
  display: flex;
  align-items: center;
  max-width: 600px;
  justify-content: center;
  margin: 0 auto;
  padding: 30px 40px;
  background-color: #74c517;
  border-radius: 100px;
  color: #fff;
  font-size: 3.6rem;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.try-button__link span {
  font-size: 2.4rem;
  margin-right: 10px;
}
.try-button__description {
  font-size: 1.2rem;
  margin-top: 15px;
}
@media(max-width:768px) {
  .section-try h2 {
    padding: 70px 0 30px;
  }
  .section-try p {
    margin-bottom: 60px;
  }
  .section-try ul li {
    margin-bottom: 60px;
  }
  .try-button {
    padding-bottom: 80px;
  }
  .try-button__link {
    font-size: 1.8rem;
    padding: 15px 15px;
    max-width: 90%;
  }
  .try-button__link span {
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .try-button__description {
    font-size: 1.0rem;
    margin-top: 10px;
  }
}
.farmer-title {
  width: 100%;
  background-image: url("../images/top/farmer_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 10%;
  padding: 260px 0 100px;
}
.farmer-title h2 {
  color: #fff;
}
.farmer-title h2 span {
  color: #fff;
  position: relative;
  width: 410px;
  font-size: 2.0rem;
  margin: 0 auto 20px;
  display: block;
}
.farmer-title h2 span:before, .farmer-title h2 span:after {
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  background-color: #fff;
  top: 50%;
}
.farmer-title h2 span:before {
  transform: rotate(60deg);
  left: 0;
}
.farmer-title h2 span:after {
  transform: rotate(-60deg);
  right: 0;
}
.farmer-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 20px;
}
.farmer-contents ul li {
  width: 460px;
  margin: 0 80px 80px;
  list-style: none;
}
.farmer-contents__balloon {
  padding: 20px;
  margin: 0 50px 30px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  position: relative;
}
.farmer-contents__balloon:after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #f5f5f5;
  transform: translate(-50%, -50%)rotate(45deg);
}
.farmer-contents ul li img {
  height: 300px;
  width: 100%;
}
.farmer-contents h5 {
  padding: 30px 0;
  font-size: 2.4rem;
  border-bottom: dashed 2px #333;
}
.farmer-contents__description {
  padding-top: 10px;
  font-size: 1.4rem;
}
.section-farmer__column {
  padding-bottom: 80px;
}
.section-farmer__column-title {
  height: 46px;
}
.section-farmer h3 {
  font-size: 3.6rem;
  padding: 20px 0 30px;
  background-image: url("../images/top/column-circle.png");
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.section-farmer__column-contents {
  max-width: 900px;
  margin: 0 auto;
  line-height: 4.0rem;
}
.section-farmer__column-contents__red {
  font-size: 3.0rem;
  color: #c40e23;
  font-weight: 600;
  padding: 0 3px;
}
@media(max-width:768px) {
  .farmer-title {
    background-position: 30% 10%;
    padding: 90px 0 10px;
  }
  .farmer-title h2 span {
    width: 210px;
    font-size: 1.0rem;
    margin: 0 auto 10px;
  }
  .farmer-title h2 span:before, .farmer-title h2 span:after {
    height: 1px;
    width: 10px;
  }
  .farmer-contents ul {
    margin: 60px 0 60px;
  }
  .farmer-contents ul li {
    width: 327px;
    margin: 20px auto 40px;
    list-style: none;
  }
  .farmer-contents__balloon {
    padding: 15px;
    margin: 0 50px 20px;
    font-size: 1.3rem;
    line-height: 2.0rem;
  }
  .farmer-contents__balloon:after {
    height: 10px;
    width: 10px;
  }
  .farmer-contents ul li img {
    height: 216px;
  }
  .farmer-contents h5 {
    padding: 20px 0;
    font-size: 1.8rem;
    border-bottom: dashed 1px #333;
  }
  .farmer-contents__description {
    padding-top: 10px;
    font-size: 1.2rem;
  }
  .section-farmer__column {
    padding-bottom: 80px;
  }
  .section-farmer__column-title {
    height: 30px;
  }
  .section-farmer__column-contents {
    max-width: 327px;
    margin: 20px auto 0;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .section-farmer__column-contents__red {
    font-size: 1.6rem;
    color: #c40e23;
    font-weight: 600;
    padding: 0 3px;
  }
}
.voice-title {
  width: 100%;
  background-image: url("../images/top/voice_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 10%;
  padding: 260px 0 100px;
}
.voice-title h2 span {
  color: #333;
  position: relative;
  width: 300px;
  font-size: 2.0rem;
  margin: 0 auto 20px;
  display: block;
}
.voice-title h2 span:before, .voice-title h2 span:after {
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  background-color: #333;
  top: 50%;
}
.voice-title h2 span:before {
  transform: rotate(60deg);
  left: 0;
}
.voice-title h2 span:after {
  transform: rotate(-60deg);
  right: 0;
}
.voice-contents {
  background-color: #dec6bd;
  padding-bottom: 80px;
}
.voice-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}
.voice-contents ul li {
  list-style: none;
  width: 327px;
  height: 340px;
  margin: 0 40px 80px;
  background-color: #f5f5f5;
  border-radius: 20px;
  position: relative;
}
.voice-contents img {
  height: 70px;
  width: 70px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.voice-contents h5 {
  margin: 50px 0 10px;
  font-size: 1.8rem;
  color: #c40e23;
}
.voice-contents__name {
  font-size: 1.2rem;
}
.voice-contents p {
  font-size: 1.4rem;
  margin: 30px 20px 0;
}
@media(max-width:768px) {
  .voice-title {
    background-position: 70% 10%;
    padding: 90px 0 10px;
  }
  .voice-title h2 {
    line-height: 3.0rem;
  }
  .voice-title h2 span {
    width: 150px;
    font-size: 1.0rem;
    margin: 0 auto;
  }
  .voice-title h2 span:before, .voice-title h2 span:after {
    height: 1px;
    width: 10px;
  }
  .voice-contents {
    padding-bottom: 0px;
  }
  .voice-contents ul {
    padding-top: 100px;
  }
  .voice-contents ul li {
    height: 340px;
    margin: 0 40px 80px;
  }
}
.question-title {
  width: 100%;
  background-image: url("../images/top/question_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 10%;
}
.question-title h2 {
  padding: 260px 0 140px;
}
.question-contents {
  padding-bottom: 80px;
}
.question-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.question-contents ul li {
  width: 580px;
  height: 420px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin: 0 40px 40px;
  padding: 40px 40px 0;
}
.question-contents__Q, .question-contents__A {
  display: flex;
}
.question-contents__Q {
  padding-bottom: 20px;
  height: 90px;
}
.question-contents__A {
  padding-top: 20px;
  border-top: solid 3px #e0d0bc;
}
.question-contents img {
  height: 40px;
  width: 40px;
  margin-right: 14px;
}
.question-contents h5 {
  font-size: 2.4rem;
  text-align: left;
  line-height: 3.6rem;
}
.question-contents p {
  line-height: 3.2rem;
}
@media(max-width:768px) {
  .question-title {
    background-position: 40% 10%;
  }
  .question-title h2 {
    padding: 130px 0 40px;
  }
  .question-contents {
    padding-bottom: 80px;
  }
  .question-contents ul {
    margin-top: 50px;
  }
  .question-contents ul li {
    width: 327px;
    height: 100%;
    margin: 0 40px 60px;
    padding: 30px 20px 30px;
  }
  .question-contents__Q {
    padding: 0;
    height: 70px;
  }
  .question-contents__A {
    padding-top: 20px;
    border-top: solid 3px #e0d0bc;
  }
  .question-contents img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
  }
  .question-contents h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .question-contents p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
small {
  font-size: 1.0rem;
  padding-bottom: 10px;
}