@charset "utf-8";
/* CSS Document */

.main, body {
  background-color: #fcf9e6;
}

/* header */
.header {
  height: 100px;
  width: 100%;
  background-color: #fcf9e6;
}
.header img {
  padding-top: 20px;
  max-width: 180px;
}

@media(min-width:960px) {
  .header img {
    padding-top: 15px;
    max-width: none;
  }
}
/* section-top */
.section-top {
  margin: 0 auto;
  position: relative;
}
.section-top img {
  width: 327px;
  height: 450px;
  border-radius: 0 0 0 100px;
}
.section-top__main {
  position: relative;
  padding-bottom: 0px;
}
.section-top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 270px;
  width: 270px;
  font-weight: 600;
  border-radius: 500px;
  background-color: rgba(252, 249, 230, 0.7);
  padding-top: 60px;
}
@media(min-width:960px) {
  .section-top {
    margin: 0 auto;
  }
  .section-top__main {
    justify-content: center;
    display: flex;
  }
  .section-top h2 {
    font-size: 48px;
    background-color: transparent;
    line-height: 7.2rem;
    left: auto;
    position: initial;
    transform: none;
    padding: 90px 30px 0 0;
    height: auto;
    width: auto;
  }
  .section-top img {
    width: 660px;
    height: 530px;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
/* section-lead */
.section-lead {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 35px;
  position: relative;
}
.section-lead__main-image {
  object-fit: cover;
  height: 450px;
  width: 327px;
  border-radius: 0 0 0 100px;
}
.section-lead h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-top: 80px;
  width: 375px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.section-lead__block {
  padding-top: 50px;
  max-width: 1160px;
}
.section-lead p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 270px;
  width: 270px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 600;
  border-radius: 500px;
  background-color: rgba(252, 249, 230, 0.7);
  padding-top: 20px;
}
@media(min-width:960px) {
  .section-lead {
    justify-content: center;
    padding: 0 0 40px 0;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-lead h3 {
    font-size: 2.8rem;
    line-height: 4.8rem;
    font-weight: 600;
    max-width: 480px;
    transform: none;
    position: initial;
    padding: 40px 0 30px 20px;
    left: auto;
    height: auto;
    width: auto;
  }
  .section-lead img {
    width: 660px;
    height: 530px;
    border-radius: 0 100px 0 0;
  }
  .section-lead p {
    position: initial;
    font-size: 2.0rem;
    padding: 0 0 0 20px;
    background-color: transparent;
    left: auto;
    transform: none;
    line-height: 4.2rem;
    color: #693f0d;
    font-weight: 600;
    height: auto;
    width: auto;
  }
  .section-lead__block {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
}
/* section-order */
.section-order {
  margin-bottom: 60px;
}
.section-order h4 {
  color: #fff;
  font-size: 2.4rem;
  padding-left: 10px;
  margin: 0 auto;
  font-weight: 600;
}
.section-order p {
  font-size: 1.6rem;
  padding-top: 5px;
  color: #fff;
}
.section-order__main {
  margin: 0 auto;
  padding: 25px 15px;
  height: 75px;
  max-width: 327px;
  background-color: #f98c22;
  border-radius: 12px;
  border: solid 1.5px #777;
}
.section-order__main-block {
  float: left;
}
@media(min-width:960px) {
  .section-order {
    margin-bottom: 80px;
  }
  .section-order h4 {
    font-size: 3.6rem;
    padding-left: 45px;
  }
  .section-order p {
    font-size: 2.8rem;
  }
  .section-order__main {
    height: 100px;
    max-width: 580px;
    padding: 35px 45px;
  }
}
/* section-reason */
.section-reason {
  margin: 0 auto;
  padding-bottom: 65px;
  max-width: 1040px;
}
.section-reason h2 {
  background-color: #fbedc6;
  border-radius: 500px;
  padding: 20px 0 20px;
  font-size: 2.3rem;
}
.section-reason-title {
  width: 327px;
  margin: 0 auto;
}
.section-reason__sub-number {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.section-reason__main-description {
  padding: 40px 0 10px 0px;
  font-size: 1.8rem;
}
.section-reason__main-lead {
  padding-bottom: 40px;
  font-size: 2.2rem;
  text-decoration: underline;
}
.section-reason__number {
  float: left;
  font-size: 2.4rem;
  background-color: #fbedc6;
  border-radius: 500px;
  height: 40px;
  width: 40px;
  padding-top: 8px;
  margin: 25px auto 0;
}
.section-reason__sub-block {
  font-size: 1.4rem;
  line-height: 2.4rem;
  width: 327px;
  text-align: center;
  margin: 0 auto;
}
.section-reason__first-reason, .section-reason__second-reason {
  padding-bottom: 40px;
}
.section-reason__first-reason, .section-reason__second-reason, .section-reason__third-reason {
  list-style: none;
}
@media(min-width:960px) {
  .section-reason__3reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-reason {
    max-width: 1040px;
    padding-bottom: 80px;
  }
  .section-reason h2 {
    font-size: 4.2rem;
  }
  .section-reason-title {
    width: 710px;
  }
  .section-reason__sub-title {
    padding: 0;
  }
  .section-reason__main-description {
    font-size: 2.4rem;
    padding-bottom: 25px;
  }
  .section-reason__main-lead {
    padding-bottom: 60px;
    font-size: 3.0rem;
    line-height: 4.8rem;
  }
  .section-reason__number {
    font-size: 4.0rem;
    height: 60px;
    width: 60px;
    margin: 25px auto 0 0px;
  }
  .section-reason__first-reason,.section-reason__second-reason {
    padding-right: 25px;
  }
  .section-reason__sub-block {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
/* section-try */
.section-try {
  max-width: 1160px;
  margin: 0 auto 65px;
  padding-bottom: 35px;
  background-color: #fbedc6;
}
.section-try__main-lead {
  padding: 25px 0 50px;
}
.section-try__main-lead p {
  font-size: 1.4rem;
  padding-bottom: 15px;
}
.section-try img {
  width: 270px;
  height: 200px;
}
.section-try__beji p, .section-try__kuchi p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 10px 24px 40px;
  margin: 0 auto;
}
.section-try__beji {
  padding: 0;
  margin: 0;
}
.section-try h4 {
  color: #fff;
  font-size: 2.4rem;
  padding-left: 10px;
  font-weight: 600;
}
.section-try__main-block {
  font-size: 1.6rem;
  color: #fff;
}
.section-try__order {
  padding: 25px 15px;
  height: 75px;
  background-color: #f98c22;
  border-radius: 12px;
  border: solid 1.5px #777;
  max-width: 327px;
  margin: 0 auto;
}
.section-try__order p {
  padding-top: 5px;
}
.section-try__main-block {
  float: left;
  padding-top: 0;
}
@media(min-width:960px) {
  .section-try {
    max-width: 1160px;
    margin-bottom: 80px;
    padding-bottom: 60px;
  }
  .section-try__main-lead p {
    font-size: 2.2rem;
    padding-bottom: 25px;
  }
  .section-try__main-lead h2 {
    font-size: 4.8rem;
  }
  .section-try__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-try img {
    width: 450px;
    height: 250px;
  }
  .section-try__beji p, .section-try__kuchi p {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 40px 0 60px;
  }
  .section-try__beji {
    padding-right: 30px;
  }
  .section-try__order {
    margin: 0 auto;
    max-width:  580px;
    height: 100px;
    padding: 35px 45px;
  }
  .section-try__order p {
    padding-top: 5px;
  }
  .section-try h4 {
    font-size: 3.6rem;
    padding-left: 45px;
  }
  .section-try__main-block {
    font-size: 2.8rem;
  }
}
/* section-quality */
.section-quality {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px 55px 24px;
}
.section-quality h2 {
  padding: 20px 0 20px;
  background-color: #fbedc6;
  border-radius: 500px;
  margin: 0 auto 30px;
}
.section-quality__main-text {
  font-size: 1.8rem;
  line-height: 3.3rem;
  padding-bottom: 30px;
}
.section-quality__sub-text {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media(min-width:960px) {
  .section-quality h2 {
    font-size: 3.6rem;
    width: 360px;
    margin: 0 auto 40px;
  }
  .section-quality__main-text {
    font-size: 3.2rem;
    padding-bottom: 40px;
  }
  .section-quality__sub-text {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}
/* section-farmer */
.section-farm {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px 65px;
}
.section-farm h2 {
  line-height: 3.6rem;
}
.section-farm__main-text {
  padding: 20px 0 20px;
  background-color: #fbedc6;
  border-radius: 500px;
  margin-bottom: 30px;
}
.section-farm__main-text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 15px;
}
.section-farm__sub-text {
  padding-bottom: 65px;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.line03 span:after {
    background: radial-gradient(circle farthest-side, #fbedc6, #fbedc6 60%, transparent 60%, transparent);
    background-size: 50px;
    background-position: left bottom;
    content: '';
    display: inline-block;
    height: 50px;
    width: 100%;
}
@media(min-width:960px) {
  .section-farm {
    padding-bottom: 80px;
  }
  .section-farm h2 {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }
  .section-farm__main-text {
    width: 720px;
    margin: 0 auto 40px;
  }
  .section-farm__main-text p {
    font-size: 2.0rem;
    padding-bottom: 15px;
  }
  .section-farm__sub-text {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
  .section-farm__sub-text {
    padding-bottom: 80px;
  }
  .section-farm__dot {
    font-size: 35rem;
    letter-spacing: -130px;
  }
  .line03 span:after {
    background: radial-gradient(circle farthest-side, #fbedc6, #fbedc6 60%, transparent 60%, transparent);
    background-size: 100px;
    background-position: left bottom;
    content: '';
    display: inline-block;
    height: 100px;
    width: 100%;
}
}
/* section-grow */
.section-grow {
  margin: 0 auto;
  padding: 0 24px 30px;
}
.section-grow h2 {
  line-height: 3.6rem;
  padding: 20px 0 20px;
  background-color: #fbedc6;
  border-radius: 500px;
  margin-bottom: 30px;
}
.section-grow__kind {
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 1.8rem;
}
.section-grow__certification {
  font-weight: 600;
  font-size: 1.6rem;
}
.section-grow__orange-point {
  background-color: #fff7c9;
  width: 160px;
  height: 160px;
  border-radius: 60px;
  padding-top: 40px;
  margin: 0 auto;
}
.section-grow__green-point {
  background-color: #ccffb3;
  width: 160px;
  height: 160px;
  border-radius: 60px;
  padding-top: 40px;
  margin: 0 auto;
}
.section-grow__green-point:not(:last-child) {
  margin-right: 10px;
}
.section-grow__green-block {
  display: flex;
}
.section-grow__blue-point {
  background-color: #b3ffe3;
  width: 160px;
  height: 160px;
  border-radius: 60px;
  padding-top: 40px;
}
.section-grow__blue-point:not(:last-child) {
  margin-right: 10px;
}
.section-grow__blue-block {
  display: flex;
}
.section-grow__sub-text {
  width: 100%;
}
.section-grow__color:not(:first-child) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-grow__pc-text {
  display: none;
}
.section-grow__description {
  padding: 20px 0 35px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
@media(min-width:960px) {
  .section-grow {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  .section-grow h2 {
    font-size: 3.6rem;
    width: 800px;
    margin: 0 auto 40px;
  }
  .section-grow__grow-list {
    display: flex;
    justify-content: space-between;
  }
  .section-grow__sub-text {
    display: none;
  }
  .section-grow__description {
    display: none;
  }
  .section-grow__orange-point, .section-grow__green-block {
    margin-right: 20px;
  }
  .section-grow__description-pc {
    font-size: 1.4rem;
  }
  .section-grow__pc-text {
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 2.1rem;
    max-width: 1040px;
    justify-content: space-between;
  }
  .section-grow__description-pc:first-child {
    padding: 0 20px 0 10px;
  }
  .section-grow__description-pc:nth-child(2) {
    padding-right: 50px;
  }
  .section-grow__description-pc:last-child {
    padding-right: 30px;
  }
  .section-grow__green-point:not(:last-child), .section-grow__blue-point:not(:last-child) {
    margin-right: 30px;
  }
}
/* section-farmer */
.section-farmer {
  padding:0 24px 65px;
  max-width: 1160px;
  margin: 0 auto;
  
}
.section-farmer__title {
  padding: 20px 0 20px;
  background-color: #fbedc6;
  border-radius: 500px;
  margin-bottom: 30px;
}
.section-farmer__title h2 {
  line-height: 3.6rem;
}
.section-farmer__title p {
  font-size: 1.6rem;
  padding-bottom: 15px;
}
.section-farmer img {
  width: 240px;
  height: 145px;
  border-radius: 50px 50px 0 0;
  vertical-align: top;
}
.section-farmer__text {
  background-color: #fff9d9;
  border-radius: 0 0 50px 50px;
  width: 240px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.section-farmer__main-text {
  padding: 10px 0 15px;
}
.section-farmer__sub-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 10px;
}
@media(min-width:960px) {
  .section-farmer {
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .section-farmer__title {
    width: 800px;
    margin: 0 auto 40px;
  }
  .section-farmer h2 {
    font-size: 3.6rem;
  }
  .section-farmer__title p {
    font-size: 2.0rem;
    padding-bottom: 15px;
  }
  .section-farmer__two-person {
    display: flex;
    justify-content: center;
  }
  .section-farmer__first-person {
    padding-bottom: 60px;
  }
  .section-farmer img{
    width: 300px;
    height: 340px;
    border-radius: 50px 0 0 50px;
    object-fit: cover;
  }
  .section-farmer__text {
    border-radius: 0 50px 50px 0;
    width: 390px;
    height: 340px;
    margin: 0;
  }
  .section-farmer__main-text {
    padding: 40px 0 25px;
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .section-farmer__sub-text {
    font-size: 1.8rem;
    padding:0 20px 30px;
    line-height: 3.0rem;
  }
  .section-farmer__second-person img {
    object-position: 20% 80%;
  }
}

/* section-voice */
.section-voice {
  padding:0 24px 65px;
  max-width: 1160px;
  margin: 0 auto;
}
.section-voice__title {
  background-color: #fbedc6;
  border-radius: 500px;
  margin-bottom: 30px;
  padding: 20px 0 20px;
}
.section-voice__title p {
    font-size: 1.4rem;
    padding-bottom: 15px;
}
.section-voice__first-voice img,.section-voice__second-voice img,.section-voice__third-voice img {
  width: 240px;
  height: 145px;
  border-radius: 50px 50px 0 0;
  vertical-align: top;
  object-fit: cover;
}
.section-voice__first-voice img {
  object-fit: cover;
}
.section-voice__main-text {
  padding: 10px 0 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.section-voice__right-text {
  background-color: #fff9d9;
  border-radius: 0 0 50px 50px;
  width: 240px;
  margin: 0 auto 30px;
}
.section-voice__sub-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media(min-width:960px) {
  .section-voice {
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .section-voice__title {
    width: 560px;
    margin: 0 auto 40px;
  }
  .section-voice__title h2 {
    font-size: 3.6rem;
  }
  .section-voice__title p {
    font-size: 2.0rem;
    padding-bottom: 15px;
  }
  .section-voice__first-voice,.section-voice__second-voice,.section-voice__third-voice {
    display: flex;
    justify-content: center;
  }
  .section-voice__first-voice,.section-voice__second-voice {
    padding-bottom: 60px;
  }
  .section-voice img{
    width: 300px;
    height: 340px;
    border-radius: 50px 0 0 50px;
    object-fit: cover;
  }
  .section-voice__first-voice img {
    object-position: 80% 20%;
  }
  .section-voice__right-text {
    border-radius: 0 50px 50px 0;
    width: 390px;
    height: 340px;
    margin: 0;
  }
  .section-voice__main-text {
    padding: 30px 0 15px;
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .section-voice__main-text:nth-child(2) {
    margin-bottom: 10px;
  }
  .section-voice__sub-text {
    font-size: 1.8rem;
    padding:0 20px 20px;
    line-height: 3.0rem;
  }
  .section-voice__first-voice img {
    object-position: 0% 80%;
  }
  .section-voice__second-voice img,.section-voice__third-voice img {
    object-position: 80% 20%;
  }
}
/* section-question */
.section-question {
  max-width: 1040px;
  margin: 0 auto;
  padding:0 24px 65px;
}
.section-question h2 {
  padding: 20px 0 20px;
  background-color: #fbedc6;
  border-radius: 500px;
  margin-bottom: 30px;
}
.section-question__first-question {
  padding-bottom: 50px;
}
.section-question__question {
  padding-bottom: 20px;
  font-size: 1.7rem;
  line-height: 2.6rem;
}
.section-question__answer {
  font-size: 1.8rem;
  padding-bottom: 15px;
  line-height: 2.7rem;
}
.section-question__answer-description {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media(min-width:960px) {
.section-question {
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .section-question h2 {
    font-size: 3.6rem;
    width: 300px;
    margin: 0 auto 40px;
  }
  .section-question__question {
    font-size: 2.2rem;
    padding-bottom: 40px;
  }
  .section-question__answer {
    font-size: 2.4rem;
  }
  .section-question__answer-description {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  .section-question__first-question {
    padding-bottom: 70px;
}
}
/* footer */
.footer {
  height: 100px;
  color: #693f0d;
  position: relative;
}
