@charset "UTF-8";
/* CSS Document */
.header {
  width: 100%;
  position: relative;
}
.logo {
  height: 43px;
  position: relative;
  display: block;
  margin: 12px 24px;
  padding-top: 10px;
}
.header-content-wrapper {
  display: none;
}
#menu-btn-check {
  display: none;
}
@media(min-width:900px) {
  .hamburger-menu {
    display: none;
  }
}
@media (max-width:900px) {
  .menu-btn {
    position: fixed;
    top: 5px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fefcf9;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    border-radius: 2px;
    background-color: #76512d;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: antiquewhite;
    transition: all 0.5s; /*アニメーション設定*/
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #967362;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
}
@media(min-width:900px) {
  .header {
    height: 80px;
  }
  .header-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: absolute;
    display: inline;
    text-align: right;
    right: 140px;
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header nav li a {
    display: block;
    padding: 30px 20px 0;
    color: #333;
    text-decoration: none;
    font-weight: 600;
  }
  .logo {
    margin: 10px 0;
    height: 60px;
    left: 140px;
    position: absolute;
  }
}
.section-top__box {
  position: relative;
}
.section-top__image {
  max-width: 370px;
  margin-bottom: 40px;
  border-bottom-left-radius: 800px 250px;
  border-bottom-right-radius: 800px 250px;
}
.section-top__title {
  position: absolute;
  color: #ffffff;
  background-color: rgba(88, 70, 42, 0.9);
  top: 50%;
  left: 50%;
  padding: 5px 0;
  transform: translate(-50%, -50%);
  width: 327px;
  border-radius: 10px;
}
.section-top__title1 {
  font-size: 1.4rem;
}
.section-top__title2 {
  font-size: 1.8rem;
}
.section-top__discription {
  padding-bottom: 60px;
  display: inline-block;
  width: 225px;
  font-weight: 700;
  line-height: inherit;
}
.section-pc-top__image {
  display: none;
}
@media(min-width:400px) {
  .section-pc-top__image {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: cover;
    margin: 0 auto;
    object-position: bottom;
    padding-bottom: 60px;
    border-bottom-left-radius: 450px 200px;
    border-bottom-right-radius: 450px 200px;
  }
  .section-top__image {
    display: none;
  }
  .section-top__discription {
    max-width: 1060px;
  }
}
@media(min-width:1040px) {
  .section-top__title {
    position: absolute;
    color: #ffffff;
    background-color: rgba(88, 70, 42, 0.9);
    top: 48%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
    width: 800px;
  }
  .section-top__title1 {
    font-size: 2.5rem;
    line-height: 35px;
    text-align: center;
    font-weight: 800;
  }
  .section-top__title2 {
    font-size: 3.5rem;
    line-height: 35px;
    font-weight: 800;
  }
  .section-top__discription {
    font-size: 2rem;
    width: 1050px;
    font-weight: 200;
    padding-bottom: 40px;
  }
}
.btn {
  border-radius: 20px;
  background-color: #3f683a;
  width: 327px;
  height: 50px;
  border: 3px double #ffffff;
  color: white;
  font-size: 1.6rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  position: relative;
}
.btnimg {
  position: absolute;
  width: 50px;
  right: 1%;
  top: 23%;
}
.btnyellow {
  color: yellow;
  font-size: 1.4rem;
}
@media(min-width:1040px) {
  .btn {
    width: 450px;
    height: 80px;
    border: 5px double #ffffff;
    color: white;
    font-size: 2rem;
    border-radius: 35px;
  }
  .btnimg {
    position: absolute;
    width: 100px;
    right: 2%;
    top: 15%;
    margin-right: -6px;
  }
  .btnyellow {
    display: block;
    color: yellow;
    font-size: 2rem;
  }
  .btn-title {
    font-size: 2.5rem;
  }
}
.section-3reasons {
  margin: 0 24px;
}
.section-3reasons__all li {
  list-style-type: none;
  margin-bottom: 50px;
}
.section-3reasons__h2 {
  font-size: 2.0rem;
  color: #587530;
  margin: 60px 0 30px;
}
.section-3reasons__3 {
  color: #fe9500;
}
.section-3reasons__image {
  width: 324px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
}
.section-3reason__123 {
  display: flex;
  margin-top: 20px;
  font-weight: 800;
}
.section-3reasons__title {
  padding: 2px;
  font-size: 1.8rem;
}
.section-3reasons__number {
  width: 15px;
  position: relative;
  margin: 0 20px 3px 5px;
}
.section-3reasons__description {
  margin: 20px 0 30px;
  font-size: 1.4rem;
  text-align: left;
}
@media(min-width:1040px) {
  .section-3reasons {
    font-size: 1.8rem;
  }
  .section-3reasons__h2 {
    font-size: 3.0rem;
    color: #587530;
    margin: 100px 0 50px;
    text-align: center;
  }
  .section-3reasons__all {
    display:flex;
    text-align: left;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-3reasons__all li {
    list-style-type: none;
    margin-bottom: 60px;
  }
  .section-3reasons__image {
    height: 250px;
    max-width: 350px;
  }
  .section-3reason__123 {
    display: block;
  }
  .section-3reasons__title {
    font-size: 2.0rem;
    margin: 26px;
    display: contents;
  }
  .section-3reasons__number {
    width: 15px;
    margin: 0;
  }
  .section-3reasons__description {
    max-width: 350px;
    margin: 20px 0;
  }
}
.section-trial__background {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
}
.section-trial {
  background-image: url("../veg/mokume2.png");
  width: 100%;
  height: 820px;
}
.section-trial__innner {
  width: 327px;
  height: 655px;
  background-color: antiquewhite;
  margin: 0 auto 40px;
}
.section-trial__image {
  position: absolute;
  display: block;
  width: 145px;
  height: 100px;
  object-fit: cover;
}
.section-trial__imagejust {
  justify-content: space-between;
}
.section-trial__descriptionall {
  justify-content: space-between;
}
.section-trial h2 {
  padding-top: 20px;
  font-size: 1.4rem;
}
.section-trial__midashi {
  font-size: 2.0rem;
  background: linear-gradient(transparent 60%, #ffde07 60%);
  font-weight: 600;
}
.section-trial__div {
  font-size: 1.6rem;
  background: linear-gradient(transparent 60%, #ffde07 60%);
  padding: 0;
}
.section-trial__li {
  margin: 35px 10px 10px;
}
.section-trial__title {
  display: none;
}
.movile-title {
  display: block;
  text-align: center;
  border-bottom: solid #000000 0.5px; /*下のborder指定*/
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 40px;
}
.section-trial__1280 {
  color: red;
  font-weight: 800;
  font-size: 1.6rem;
}
.section-trial__description {
  text-align: end;
  font-size: 1.4rem;
  padding: 10px 0;
  font-weight: 600;
}
.tax {
  font-size: 1.2rem;
  font-weight: 100;
}
.section-trial__last {
  margin: 30px 0;
  font-weight: 800;
}
.section-trial__li2 {
  padding: 10px;
}
@media(min-width:1040px) {
  .section-trial {
    height: 1015px;
    background-size: 100%;
  }
  .section-trial__background {
    margin-top: 0;
  }
  .section-trial__innner {
    height: 740px;
    width: auto;
    max-width: 740px;
    margin: 50px auto;
  }
  .section-trial__innner h2 {
    font-size: 2.0rem;
  }
  .section-trial__midashi {
    font-size: 3.0rem;
  }
  .section-trial__set {
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 40px;
  }
  .section-trial__image {
    height: 250px;
    width: 270px;
    object-position: -50px;
  }
  .section-trial__all {
    line-height: 30px;
  }
  .section-trial__all li {
    list-style-type: none;
  }
  .section-trial__li {
    margin: 40px 40px 0px;
  }
  .section-trial__title {
    font-size: 3.2rem;
    border-bottom: none;
    padding-top: 20px;
    text-align: end;
    display: block;
  }
  .movile-title {
    display: none;
  }
  .section-trial__1280 {
    color: red;
    font-weight: 600;
    font-size: 3rem;
  }
  .section-trial__descriptionall {
    display: contents;
    width: 450px;
  }
  .section-trial__description {
    font-size: 2rem;
    margin: 20px 0;
  }
  .section-trial__last {
    font-weight: 600;
    font-size: 2rem;
    text-align: end;
  }
  .section-trial__div {
    font-size: 1.8rem;
  }
}
.section-assurance {
  margin: 60px 24px 60px;
}
.section-assurance h2 {
  color: #466524;
  padding-bottom: 40px;
  text-align: center;
}
.section-assurance h3 {
  text-align: center;
}
.red {
  color: red;
  display: contents;
}
.section-assurance img {
  width: 324px;
  height: 150px;
  object-fit: cover;
  margin-top: 40px;
}
.section-assurance__description {
  font-size: 1.4rem;
  padding-top: 40px;
  text-align: left;
}
.assurance-moji {
  display: none;
}
@media(min-width:1040px) {
  .section-assurance {
    margin: 0 auto;
  }
  .section-assurance__all {
    text-align: left;
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
  }
  .assurance-moji {
    display: inline;
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(transparent 50%, #ffde07 50%);
  }
  .section-assurance img {
    max-height: 320px;
    max-width: 580px;
    height: 100%;
    width: 100%;
  }
  .section-assurance h2 {
    font-size: 3.0rem;
    padding-bottom: 60px;
    padding: 100px 0 40px;
  }
  .section-assurance__h3 {
    display: none;
  }
  .section-assurance__description {
    padding-block: inherit;
    padding: 40px 20px 0;
  }
}
.section-organic__div {
  color: #466524;
  font-size: 1.4rem;
  font-weight: 700;
}
.section-organic h2 {
  color: #466524;
  padding-bottom: 30px;
}
.section-organic img {
  width: 324px;
  height: 150px;
  object-fit: cover;
  margin-top: 40px;
}
.section-organic__description {
  padding: 40px 24px 60px;
  text-align: left;
}
.organic-moji {
  display: none;
}
@media(min-width:1040px) {
  .section-organic {
    margin: 0 auto;
  }
  .section-organic__all {
    display: flex;
    text-align: left;
    margin: 0 auto;
    max-width: 1160px;
    padding-bottom: 100px;
    flex-direction: row-reverse;
  }
  .section-organic__all img {
    max-height: 320px;
    max-width: 580px;
    height: 100%;
    width: 100%;
  }
  .section-organic h2 {
    font-size: 3.0rem;
    line-height: initial;
    padding-bottom: 40px;
  }
  .section-organic h3 {
    display: none;
  }
  .section-organic__description {
    text-align: left;
    padding-block: inherit;
    padding: 50px 20px 0;
  }
  .section-organic__div {
    font-size: 1.8rem;
    color: #466524;
    padding-top: 100px;
  }
  .organic-moji {
    display: inline;
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(transparent 50%, #ffde07 50%);
  }
}
.section-nature {
  margin: 0 24px 60px;
  list-style: none;
}
.section-nature p {
  padding: 25px 0;
}
.section-nature h2 {
  font-size: 2.0rem;
  color: #587530;
  padding: 40px 0;
}
.kitinto-none {
  display: block;
}
.section-nature__maru {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: solid;
  border-color: #f3351b;
  border-width: 3px;
  width: 120px;
  height: 120px;
  font-size: 16px;
  margin: 0 auto;
}
.section-nature__title {
  font-weight: 800;
}
.section-nature__3 {
  font-size: 1.2rem;
  border-bottom: solid;
  border-width: 1px;
}
.section-nature__image {
  padding-top: 8px;
  margin-bottom: 2px;
}
.section-maru2 {
  display: flex;
}
.section-nature__maru2 {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: solid;
  border-color: #fb9308;
  border-width: 3px;
  width: 120px;
  height: 120px;
  font-size: 16px;
  margin: 0 auto;
}
.section-maru3 {
  display: flex;
}
.section-nature__maru3 {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: solid;
  border-color: #bbc732;
  border-width: 3px;
  width: 120px;
  height: 120px;
  font-size: 16px;
  margin: 0 auto;
}
.section-nature__innner {
  max-width: 327px;
  height: 800px;
  background-color: #f8f3eb;
  margin: 0 auto 40px;
}
.section-nature__all {
    list-style: none;
}
@media(min-width:1040px) {
  .section-nature {
    margin: 0 auto;
  }
  .section-nature h2 {
    font-size: 3.0rem;
    line-height: initial;
  }
  .section-nature__innner {
    max-width: 1160px;
    height: 410px;
  }
  .section-nature__image {
    width: 30px;
    margin-bottom: 10px;
  }
  .section-nature__title {
    font-size: 2rem;
  }
  .kitinto-none {
    display: none;
  }
  .kitinto {
    font-size: 2rem;
  }
  .section-nature__3 {
    font-size: 1.4rem;
  }
  .section-nature p {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .section-nature__all {
    display: inline-flex;
  }
  .section-nature__maru {
    border-width: 3px;
    width: 150px;
    height: 150px;
    font-size: 20px;
    margin-right: 80px;
    line-height: initial;
  }
  .section-nature__maru2, .section-nature__maru3 {
    border-width: 3px;
    width: 150px;
    height: 150px;
    font-size: 20px;
    margin-right: 20px;
    line-height: initial;
  }
  .section-maru2 {
    padding-right: 80px;
  }
}
.section-farmer {
  margin: 60px 24px 60px;
}
.section-farmer li {
  list-style-type: none;
}
.section-farmer h2 {
  color: #466524;
  line-height: 25px;
}
.nouka {
  color: #466524;
}
.section-farmer img {
  width: 324px;
  height: 150px;
  object-fit: cover;
  margin-top: 30px;
}
.section-farmer__title {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 40px 0;
}
.nouka {
  font-size: 1.4rem;
}
.section-farmer__desctiption {
  font-size: 1.4rem;
  padding-bottom: 30px;
  text-align: left;
  max-width: 550px;
  margin: 0 auto;
}
@media(min-width:1040px) {
  .nouka {
    font-size: 1.6rem;
    line-height: 40px;
  }
  .section-farmer h2 {
    font-size: 3.0rem;
    padding-bottom: 50px;
  }
  .sma {
    display: none;
  }
  .section-farmer__title {
    font-size: 2rem;
    margin: 0 auto 40px;
    /*    background: linear-gradient(transparent 68%, #ffde07 78%);*/
    /*    height: 5px;*/
    width: fit-content;
    position: relative;
    padding: 40px 0 0;
  }
  .section-farmer__title::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    background-color: #d7fb89;
    z-index: -1;
  }
  .section-farmer img {
    height: 300px;
    width: 550px;
  }
  .section-farmer__sub {
    display: block;
  }
  .section-farmer__maru {
    display: none;
  }
  .section-farmer__all {
    display: inline-flex;
    text-align: center;
    list-style-type: none;
  }
  .section-farmer__desctiption {
    margin: 0 30px;
    font-size: 1.6rem;
  }
}
.section-voice {
  margin: 60px 0;
}
.section-voice li {
  list-style: none;
}
.section-voice h2 {
  color: #466524;
  padding: 40px 0;
}
.section-voice__span {
  font-size: 1.4rem;
  font-weight: 600;
}
.section-voice__AOM {
  display: flex;
  background-color: #657d3a;
  max-height: 150px;
  max-width: 400px;
  margin: 0 auto;
}
.section-voice__image {
  width: 200px;
  height: 150px;
  object-fit: cover;
}
.section-voice__title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 15px auto;
  text-align: left;
}
.AOM {
  font-size: 1.2rem;
  padding: 10px;
}
.section-voice__description {
  font-size: 1.4rem;
  padding: 40px 24px;
  text-align: left;
}
.section-voice__innner {
  width: 100%;
  height: 100%;
  background-color: #f3ead9;
  margin: 0 auto 60px;
  padding: 0 24px;
}
@media(min-width:1040px) {
  .section-voice {
    margin: 0 auto;
  }
  .section-voice__innner {
    margin: 0 auto;
  }
  .section-voice__image {
    width: 350px;
    height: 250px;
    margin-top: -2px;
  }
  .section-voice__span {
    font-size: 2rem;
  }
  .section-voice li {
    list-style: none;
    padding: 20px;
    margin: 0 auto;
  }
  .section-voice h2 {
    font-size: 3rem;
    line-height: initial;
  }
  .section-voice__title {
    font-size: 2rem;
    display: list-item;
    padding-top: 30px;
    text-align: center;
  }
  .AOM {
    display: block;
    text-align: right;
    padding: 20px 50px 0;
  }
  .section-voice ul {
    display: inline-flex;
  }
  .section-voice__AOM {
    display: inline-block;
    max-height: none;
    max-width: none;
  }
  .section-voice__title br {
    display: none;
  }
  .section-voice__description {
    padding: 30px 0;
    max-width: 350px;
    margin: 0 auto;
  }
}
.section-QA {
  padding: 0 24px;
}
.section-QA h2 {
  color: #466524;
  font-size: 2.0rem;
}
.section-QA__title {
  font-size: 1.6rem;
  background-color: antiquewhite;
  padding: 20px;
  margin: 40px 0;
  text-align: left;
}
.section-QA span {
  font-weight: 600;
  font-size: 1.6rem;
}
.section-QA p {
  font-size: 1.4rem;
  text-align: left;
}
.section-QA__title hr {
  display: none;
}
@media(min-width:1040px) {
  .section-QA {
    margin: 100px 0;
  }
  .section-QA h2 {
    font-size: 3.0rem;
  }
  .section-QA__all {
    margin: 40px;
  }
  .section-QA__title {
    font-size: 2.0rem;
    padding: 30px 50px 1px;
    margin: 0 auto;
    max-width: 1160px;
  }
  .section-QA p {
    font-size: 2rem;
    background-color: antiquewhite;
    padding: 40px 50px;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-QA__title h3 {
    line-height: 40px;
  }
  .section-QA__title hr {
    display: block;
  }
}
.logo-last {
  height: 55px;
  margin: 40px 0;
}
.footer02 {
  color: #ffffff;
  background-image: url("../veg/3.jpg");
  background-position: bottom;
  background-size: 100%;
  text-align: center;
  padding: 10px;
  position: relative;
}
.copyright {
  font-size: 0.8rem;
  padding-top: 28px;
  text-shadow: 1px 0 3px black;
}
@media(min-width:1040px) {
  .logo-last {
    height: 100px;
    margin: 100px 0;
  }
  .footer02 {
    height: 120px;
  }
  .copyright {
    font-size: 1.6rem;
    text-shadow: 1px 0 3px black;
    padding-top: 85px;
  }
}