@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  width: 100%;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
none {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
*, *::before, *::after {
  box-sizing: border-box;
}
p {
  word-break: break-all;
}
.main {
  background-image: url("../images/bg.png");
  padding-top: 50px;
}
.inner {
  padding: 0 12px;
}
@media(min-width:768px) {
  .main {
    padding-top: 100px;
  }
  .inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
  .button {
    max-width: 450px;
  }
}
/*header*/
.header {
  height: 50px;
  width: 100%;
  background-color: #fffafa;
  /*--------------headerを追尾させる--------------*/
  position: fixed;
  background: rgba(255, 250, 250, 0.9);
}
.header.transform {
  background: rgba(255, 250, 250, 0.9);
}
.header h1 {
  text-align: left;
  padding: 5px 12px;
}
.header img {
  height: 40px;
  width: auto;
}
/*-------------------------navigetion-------------------------*/
.open-button, .close-button {
  display: none;
}
@media(max-width:768px) {
  .open-button {
    display: block;
    position: absolute;
    right: 10px;
    top: -5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: 0;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 20px;
    padding: 20px;
    background: none;
    border: 0;
  }
  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f5deb3;
    width: 70%;
    height: 100%;
    padding-top: 50px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header nav ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  /*
  .header nav ul li:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
*/
  .header nav ul li a {
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
  }
  .header ul li span {
    display: none;
  }
}
@media(min-width:768px) {
  .header {
    height: 100px;
  }
  .header .inner {
    display: flex;
    justify-content: space-between;
  }
  .header h1 img {
    height: 70px;
    width: auto;
    padding-top: 15px;
    left: 0;
  }
  .header nav {
    display: block;
    text-align: right;
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header nav ul li:first-child {
    display: none;
  }
  .header nav li a {
    display: block;
    padding: 20px 40px 0;
    color: #333;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    height: 83px;
  }
  .header nav li span {
    display: block;
    font-size: 1.8rem;
    border-bottom: 2px solid#333;
  }
}
/*-------------------------mv-------------------------*/
.section-mv inner {
  padding: 0 0px;
}
/*mvのimgをHTMLでタイトルを表示CSSで背景を表示*/
.mv-mobile {
  background: url("../images/mv-mobile.png") no-repeat center/cover;
  width: 100%;
  height: 440px;
}
.mv-mobile__title {
  height: 100%;
  width: auto;
}
.mv-pc {
  display: none;
}
#about {
  background-color: #fffafa;
  text-align: center;
  display: block;
  padding: 0 12px 50px;
}
.read {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  padding: 50px 12px 50px;
  text-align: left;
  display: inline-block;
}
.section-read a {
  width: 100%;
  height: 55px;
}
@media(min-width:768px) {
	.section-mv {
		max-width: 1440px;
		margin: 0 auto;
	}
	.mv-mobile {
    display: none;
  }
  .mv-pc {
    background: url("../images/mv.png") no-repeat center;
    display: block;
    height: 600px;
    width: auto;
  }
  .mv-pc__title {
    height: 100%;
    width: auto;
	  padding-left: 50%;
  }
  #about {
    padding: 0 150px 100px;
  }
  .read {
    padding: 130px 0 90px 0;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}
/*-------------------------3つの理由-------------------------*/
.section-reason {
  padding: 50px 0px 20px 0;
}
.reason-title_pc {
  display: none;
}
.section-reason h2 {
  width: 70%;
  margin: 0 auto 50px;
}
.section-reason ul li {
  list-style: none;
  background-color: #fffafa;
  padding: 10px 14px 40px;
  margin-bottom: 40px;
}
.section-reason h3 {
  color: #228b22;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.3rem;
  padding-bottom: 15px;
  /*アイコンの中央にテキストを入れて改行しても崩れない指定*/
  text-align: left;
  display: flex;
  align-items: center;
}
.section-reason i {
  height: 75px;
  padding-right: 10px;
  vertical-align: middle;
}
.section-reason p {
  color: #333;
  font-size: 1.4rem;
  text-align: left;
}
@media(min-width:768px) {
  .section-reason {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-reason .inner {
    font-size: 0;
  }
  .reason-title_mobile {
    display: none;
  }
  .reason-title_pc {
    display: block;
    margin: 0 auto 100px;
  }
  .section-reason ul {
    padding: 0;
    margin: 0 auto;
    font-size: 0;
    display: flex;
    justify-content: center;
  }
  .section-reason ul li {
    width: 25%;
    margin-right: 35px;
    vertical-align: bottom;
  }
  .section-reason ul li:last-child {
    margin-right: 0;
  }
  .section-reason p {
    font-size: 1.6rem;
  }
}
/*-------------------------商品購入-------------------------*/
.section-trial {
  padding-bottom: 50px;
}
.section-trial h2 {
	margin-bottom: 50px;
}
.section-trial ul li {
	list-style: none;
}
.confidence {
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 12px;
}
.min {
  color: #3cb371;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 4.8rem;
  display: block;
}
.trial-img {
  overflow: hidden;
  border-radius: 6px 6px 6px 6px;
}
.trial-list {
  background: url("../images/trial-list@2x.png") no-repeat center;
  background-size: contain;
  max-width: 480px;
  padding: 10% 0;
  margin: 0 auto 50px;
}
.trial-list h3 {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
/*--------------点線imgを読み込みデザインする--------------*/
.trial-list h3 span {
  background: url("../images/bottom-img.png") repeat-x bottom;
  background-size: 10px;
  padding-bottom: 5px;
}
.trial-list strong {
  color: #dc143c;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 5.25rem;
}
.price {
  color: #333;
  font-size: 1.2rem;
}
.producer {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
}
.section-trial a {
  width: 100%;
  height: 55px;
}
@media(min-width:768px) {
  .section-trial {
    background-color: #fffafa;
    padding: 70px 0 100px;
    margin-bottom: 0;
  }
  .section-trial h2 {
    margin-bottom: 80px;
  }
  .trial-list {
    background-size: 100% 100%;
  }
  .section-trial ul {
    padding: 0;
    margin: 0 auto;
    /*リストを横並びで中央に表示する記述*/
    display: flex;
    justify-content: center;
  }
  .section-trial ul li {
    text-decoration: none;
    width: auto;
    margin-right: 60px;
  }
  .section-trial ul li:last-child {
    margin-right: 0;
  }
  .trial-list strong {
    font-size: 6rem;
    line-height: 9rem;
  }
  .br-mb {
    display: none;
  }
  .trial-list h3 {
    background: url("../images/bottom-img.png") repeat-x bottom;
    background-size: 10px;
    padding-bottom: 5px;
    display: inline-block;
  }
  .trial-list h3 span {
    background-image: none;
  }
  .price {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .producer {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
/*-------------------------登録農家さんたち-------------------------*/
.section-farmer {
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.section-farmer h2 {
  text-align: left;
  margin-bottom: 25px;
}
.section-farmer h2 img {
  max-width: 225px;
  display: block;
  margin-bottom: 20px;
}
.delicious {
  color: #333;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
/*-------------------------文字上の圏点-------------------------*/
.emphasis-points1 {
  padding: 0.1em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-position: top left;
  background-image: -webkit-gradient(radial, center center, 0, center center, 1.5, from(#3cb371), color-stop(0.5, #000000), color-stop(0.9, transparent), to(transparent));
  background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #3cb371, #3cb371 95%, transparent 95%, transparent);
  background-image: radial-gradient(0.1em 0.1em at center center, #3cb371, #3cb371 95%, transparent);
}
.farmer-img1 {
  background: url("../images/farmer1.png") no-repeat center/cover;
}
.farmer-img2 {
  background: url("../images/farmer2.png") no-repeat center/cover;
}
.farmer-img1, .farmer-img2 {
  border-radius: 6px 6px 0px 0px;
  line-height: 0;
/*	画像を背景にして枠の中に修める記述*/
  overflow: hidden;
  min-height: 300px;
}
.farmer-list {
  background-color: #fffafa;
  padding: 25px 15px 30px;
  border-radius: 0 0 6px 6px;
  margin-bottom: 40px;
}
.farmer-list h3 {
  color: #228b22;
  font-size: 1.8rem;
  line-height: 1.5;
}
.farmer-name {
  color: #333;
  font-size: 14px;
  background: url("../images/bottom-img.png") repeat-x bottom;
  background-size: 3px;
  padding-bottom: 3px;
}
.farmer-list p {
  color: #333;
  font-size: 1.6rem;
  padding-top: 18px;
  text-align: left;
}
@media(min-width:768px) {
  .section-farmer {
    margin: 50px auto 100px;
  }
  .section-farmer h2 {
    display: inline-block;
		margin-bottom: 50px;
  }
  .section-farmer h2 img {
    max-width: 240px;
    margin-bottom: 0;
  }
  .mb {
    display: none;
  }
  .delicious {
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
/*親要素h2（吹き出し）の内側に要素を入れる記述*/
    padding: 15px 1em 0;
    display: block;
  }
  .farmer-img1 {
    border-radius: 6px 0 0 0;
  }
  .farmer-box1:nth-of-type(2) {
    border-radius: 0 6px 0 0;
  }
  .farmer-img2 {
    border-radius: 0 0 6px;
  }
  .farmer-box2:nth-of-type(2) {
    border-radius: 0 0 0 6px;
  }
  /*	リストを横並びにして真ん中に寄せる*/
  .farmer-box1, .farmer-box2 {
    display: flex;
    justify-content: center;
  }
  /*	リストの1箇所を入れ替える*/
  .farmer-box2:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .farmer-img1, .farmer-img2 {
    width: 50%;
  }
  .farmer-list {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 65px;
    margin: 0 0;
    display: flex;
    /*リスト内にテキストが綺麗に表示する記述*/
    flex-direction: column;
    justify-content: center;
  }
  .farmer-list h3 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .farmer-list p {
    font-size: 1.6rem;
  }
}
/*-------------------------品質保証-------------------------*/
.section-quolity {
  background: url("../images/quality-img@2x.png") no-repeat center/cover;
  color: #fff;
  padding: 15px 10px 50px 10px;
}
.section-quolity h2 {
  text-align: left;
  display: inline-block;
}
.section-quolity h2 img {
  max-width: 210px;
  height: auto;
  margin-bottom: 20px;
}
.quolity-subtitle {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 25px;
  display: block;
}
.quolity-pc {
  display: none;
}
.emphasis-points2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.5rem;
  text-align: left;
  padding: 0.1em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-position: top left;
  background-image: -webkit-gradient(radial, center center, 0, center center, 1.5, from(#dc143c), color-stop(0.5, #000000), color-stop(0.9, transparent), to(transparent));
  background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #dc143c, #dc143c 95%, transparent 95%, transparent);
  background-image: radial-gradient(0.1em 0.1em at center center, #dc143c, #dc143c 95%, transparent);
}
.section-quolity h3 {
  font-size: 1.8rem;
  font-weight: 1.5;
  text-align: left;
  margin-bottom: 30px;
}
.quolity-read {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media(min-width:768px) {
  .section-quolity {
    padding: 100px 0px 180px 0px;
  }
  .section-quolity h2 img {
    max-width: 30%;
		margin-bottom: 15px;
  }
  .quolity-subtitle {
    font-size: 4.3rem;
    line-height: 1.5;
    color: #FFF;
    text-align: center;
  }
  .quolity-pc {
    display: block;
  }
  .emphasis-points2 {
    font-size: 4.3rem;
    line-height: 1.5;
  }
  .section-quolity h3 {
    text-align: center;
  }
  .quolity-read {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
/*-------------------------よくある質問-------------------------*/
.section-faq {
  background-color: #f5deb3;
  padding: 0 14px 30px;
  margin-bottom: 50px;
}
.section-faq h2 {
  text-align: left;
  max-width: 145px;
  height: auto;
	padding-top: 30px;
}
.section-faq dl div + div {
  background: url("../images/quality-line.png") no-repeat;
  background-size: contain;
}
.section-faq dl div {
  max-width: 480px;
  padding: 0;
  padding-top: 10%;
  margin: 25px auto 25px;
}
.section-faq dt, .section-faq__a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
  background-size: 40px;
  padding-left: 55px;
  /*アイコンのサイズを40pxに指定したけど、テキストを改行するとアイコンの縦幅を超えて崩れるため下のmin-heightが必要。*/
  min-height: 40px;
  background-repeat: no-repeat;
  background-position: top left;
}
.section-faq__q {
  color: #228b22;
  background-image: url("../images/Q@2x.png");
}
.section-faq__a {
  color: #ff8c00;
  background-image: url("../images/A@2x.png");
}
.section-faq__read {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
@media(min-width:768px) {
  .section-faq {
    padding: 50px 110px;
    margin-bottom: 0;
  }
  .section-faq h2 {
    max-width: 300px;
		padding: 0 1em;
/*
    position: relative;
    margin: 0;
    left: 7%;
*/
  }
  .quality-line {
    background: repeat-x bottom;
    background-size: contain;
    padding: 0;
    margin: 0 auto;
  }
  .section-faq dl div {
    max-width: 900px;
    padding-top: 6%;
    margin: 0 auto 40px;
  }
  .section-faq dt, .section-faq dd {
    font-size: 3rem;
    line-height: 1.5;
  }
}
/*-------------------------footer-------------------------*/
.footer {
  background-color: #f5deb3;
  min-height: 110px;
  padding: 20px 0 18px;
}
.footer img {
  margin: 0 auto 24px;
  height: 36px;
  width: auto;
  display: block;
}
.footer small {
  color: #333;
  font-size: 1.2rem;
  text-align: center;
}
@media(min-width:768px) {
  .footer {
    min-height: 200px;
    padding-top: 65px;
  }
  .footer img {
    height: 70px;
    width: auto;
    display: block;
    text-align: left;
    margin: 0;
  }
  .footer small {
    font-size: 1.6rem;
    display: block;
    padding-top: 20px;
  }
}