@charset "UTF-8";
/* 768/992/1200 */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  transition: 300ms;
  color: #141517; }

img {
  height: auto;
  vertical-align: bottom; }

html {
  color: #141517;
  letter-spacing: .6px; }

body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Open Sans' , "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #3a3a3a; }

section {
  clear: both; }

.wrap {
  width: 100%; }

.section {
  width: 100%; }

/* section */
.inner-section {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .inner-section {
      padding: 30px 3%; } }

/* inner-section */
.ttl-h1 {
  margin-bottom: 30px;
  padding-top: 40px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    .ttl-h1 {
      margin-bottom: 20px;
      padding-top: 15px;
      font-size: 20px;
      letter-spacing: 0px; } }
  .ttl-h1.is-img {
    padding-top: 0; }
  .ttl-h1 span {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      .ttl-h1 span {
        font-size: 13px; } }
  .ttl-h1 .line {
    display: inline-block;
    width: 50px;
    height: 1px;
    margin-bottom: 0;
    background-color: #111; }
  .ttl-h1 img {
    width: 100%;
    height: auto; }

/* ttl-h1 */
.ttl-h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: left; }
  .block-img-2 .ttl-h2 {
    margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .ttl-h2 {
      margin-top: 20px;
      font-size: 18px; } }

.ttl-h3 {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9; }
  @media screen and (max-width: 768px) {
    .ttl-h3 {
      margin-top: 20px; } }

.block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  /* text */ }
  .block:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .block {
      display: block;
      margin-bottom: 50px; } }
  .block .img {
    width: 40%;
    text-align: center;
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .block .img {
        width: 100%; } }
    .block .img img {
      width: 100%;
      max-width: 500px; }
      .block .img img.radius {
        border-radius: 30px; }
  .block .text {
    width: 55%;
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .block .text {
        width: 100%;
        padding: 20px 0; } }
    .block .text p {
      font-size: 14px;
      line-height: 2; }
  .block .mini {
    width: 35%; }
    @media screen and (max-width: 767px) {
      .block .mini {
        width: 100%; }
        .block .mini img {
          max-width: 300px; } }
  .block .short {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .block .short {
        width: 100%; } }

/* block */
.img-right {
  flex-direction: row-reverse; }

/* img-right */
.btn {
  width: 100%;
  text-align: center;
  /* a */ }
  .btn a {
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
    height: 70px;
    line-height: 70px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      .btn a {
        margin-top: 20px;
        height: 60px;
        line-height: 60px;
        font-size: 17px; } }
    .btn a:hover {
      opacity: .8;
      box-shadow: none; }
    .btn a:before {
      position: absolute;
      content: "";
      top: 30px;
      right: 16px;
      width: 10px;
      height: 2px;
      background: #fff;
      transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .btn a:before {
          top: 25px; } }
    .btn a:after {
      position: absolute;
      content: "";
      top: 37px;
      right: 16px;
      width: 10px;
      height: 2px;
      background: #fff;
      transform: rotate(-45deg); }
      @media screen and (max-width: 768px) {
        .btn a:after {
          top: 32px; } }
  .block-img-2 .btn {
    text-align: right; }

/* btn */
.center {
  text-align: center; }

/* center */
.ylw a {
  background: linear-gradient(120deg, #ffd348, #fabe00); }

.grn a {
  background: #00b933; }

.tc a {
  background: #c30d23; }

.pro a {
  background: #c39551; }

.bk a {
  background: linear-gradient(120deg, #383a40, #141517); }

.red a {
  background: #FD463E; }

.niku a {
  background: #dd6600; }

.uo a {
  background: #013f8a; }

.hidden {
  visibility: hidden; }

.btn-only {
  margin-top: 30px;
  padding: 60px 3%;
  background: #ececec; }
  .btn-only a {
    max-width: 550px;
    margin-top: 0;
    font-size: 22px;
    border-radius: 8px; }
    @media screen and (max-width: 768px) {
      .btn-only a {
        font-size: 18px; } }

.list {
  /* li */ }
  .list li {
    clear: both;
    margin-bottom: 35px; }
    .list li dl {
      font-size: 13px;
      font-weight: 600; }
      .list li dl dt {
        float: left;
        color: #555; }
        @media screen and (max-width: 767px) {
          .list li dl dt {
            font-size: 12px; } }
        @media screen and (max-width: 425px) {
          .list li dl dt {
            float: none;
            margin-bottom: 10px; } }
        .list li dl dt span {
          display: block;
          text-align: right; }
          @media screen and (max-width: 425px) {
            .list li dl dt span {
              display: inline; } }
      .list li dl dd {
        margin-left: 130px; }
        @media screen and (max-width: 767px) {
          .list li dl dd {
            margin-left: 115px; } }
        @media screen and (max-width: 425px) {
          .list li dl dd {
            margin-left: 0; } }
        .list li dl dd a {
          display: inline-block;
          color: #ff69b4;
          text-decoration: underline; }
          @media screen and (max-width: 425px) {
            .list li dl dd a {
              margin-top: 5px; } }

/* list */
.mail-ttl-desc {
  line-height: 2;
  text-align: left; }
  .mail-ttl-desc strong {
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    .mail-ttl-desc {
      line-height: 1.8;
      font-size: 14px; } }

.note-lists {
  margin-top: 20px;
  font-size: 12px;
  color: #333; }

.note-list {
  margin-top: 5px; }

.feature {
  padding-bottom: 30px; }

.feature-block {
  margin-top: 100px; }
  .feature-block:first-child {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .feature-block {
      margin-top: 60px; } }

.block-img-1 {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .block-img-1 {
      display: block; } }

.feature-pre-wrap {
  width: 50%;
  padding-right: 3%; }
  .block-img-2 .feature-pre-wrap {
    width: 100%;
    padding: 0; }
  @media screen and (max-width: 768px) {
    .feature-pre-wrap {
      width: 100%; } }

.farmer-pre-thumb-wrap {
  display: flex;
  align-items: flex-start; }

.feature-thumb-1 {
  width: 100%; }
  .feature-thumb-1 img {
    width: 100%;
    border-radius: 4px; }
  .block-img-2 .feature-thumb-1 {
    width: 50%;
    height: auto;
    padding-right: 1.5%; }
    .block-img-2 .feature-thumb-1:nth-child(2n) {
      padding-right: 0;
      padding-left: 1.5%; }

.farmer-info {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 10px;
  padding-left: 10px; }

.farmer-thumb {
  overflow: hidden;
  flex-basis: 70px;
  flex-shrink: 0;
  border-radius: 50%; }
  @media screen and (max-width: 768px) {
    .farmer-thumb {
      flex-basis: 50px; } }
  .farmer-thumb img {
    width: 100%; }

.farmer-info-txt {
  padding-left: 10px;
  text-align: left; }

.farmer-add {
  font-size: 12px; }

.farmer-name {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .farmer-name {
      font-size: 14px; } }

.feature-info {
  width: 50%;
  text-align: left; }
  .block-img-2 .feature-info {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .feature-info {
      width: 100%;
      margin-top: 20px; } }

.feature-txt {
  min-height: 100px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.9; }
  @media screen and (max-width: 768px) {
    .feature-txt {
      min-height: auto;
      margin-top: 20px;
      font-size: 13px; } }

.feature-note-lists {
  margin-top: 20px;
  font-size: 11px;
  color: #999999; }

.feature-note-list {
  margin-top: 5px; }

.feature-plice {
  max-width: 400px;
  margin: auto;
  margin-top: 40px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: .6; }
  .feature-plice .yen {
    font-size: 13px;
    font-weight: normal; }
  .feature-plice .tax {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0; }
  .block-img-2 .feature-plice {
    margin-right: 0; }

.ttl-product {
  position: relative;
  margin-top: 60px;
  padding-left: 18px;
  color: #6F6F6F;
  font-size: 18px;
  letter-spacing: 0; }
  .ttl-product:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 8px;
    height: 28px;
    background: #D0D0D0;
    transform: translate(0, -50%); }
  @media screen and (max-width: 768px) {
    .ttl-product {
      font-size: 14px; } }

.product-lists {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 30px auto 0; }

.product-list {
  width: calc( 100% / 4 );
  padding: 14px 8px;
  /* product-farmer */ }
  @media screen and (max-width: 768px) {
    .product-list {
      width: calc( 100% / 2 );
      padding: 8px 4px 8px 8px; }
      .product-list:nth-child(2n) {
        padding-right: 8px;
        padding-left: 4px; } }
  .product-list a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    letter-spacing: 0;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.1);
    background: #fff;
    transition: 300ms; }
    .product-list a:hover {
      opacity: .8;
      box-shadow: none; }
  .product-list .product-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    background: #fff; }
  .product-list .product-farmer {
    display: flex;
    margin-top: -14px;
    padding: 0 5px;
    align-items: baseline; }
    @media screen and (max-width: 768px) {
      .product-list .product-farmer {
        margin-top: -5px; } }
    .product-list .product-farmer .farmer-img {
      width: 50px;
      flex-basis: 50px;
      flex-shrink: 0; }
      @media screen and (max-width: 768px) {
        .product-list .product-farmer .farmer-img {
          flex-basis: 35px; } }
      .product-list .product-farmer .farmer-img img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        border: 2px solid #fff;
        background: #fff; }
    .product-list .product-farmer .product-farmer-name {
      position: relative;
      top: -8px;
      left: 5px;
      font-size: 12px;
      line-height: 1.3; }
  .product-list .product-name {
    margin-top: 5px;
    padding: 0 5%;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .product-list .product-name {
        font-size: 14px; } }

/* product-list */
.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  padding: 50px 20px;
  background: #fafaff; }
  @media screen and (max-width: 768px) {
    .btn-wrap {
      display: block; } }
  .btn-wrap .btn {
    max-width: 400px;
    width: calc(100% / 2); }
    @media screen and (max-width: 768px) {
      .btn-wrap .btn {
        width: 100%;
        margin: auto; } }
    .btn-wrap .btn a {
      margin-top: 0;
      border-radius: 8px; }
    .btn-wrap .btn:nth-child(1) {
      margin-right: 30px; }
      @media screen and (max-width: 768px) {
        .btn-wrap .btn:nth-child(1) {
          margin-right: auto;
          margin-bottom: 30px; } }

.footer {
  border-top: 1px solid #eee;
  background: #fefefd; }

.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin: auto;
  font-size: 12px;
  padding: 25px 0; }

.footer-cell {
  flex-basis: 23%;
  text-align: left;
  padding-right: 5px; }
  @media screen and (max-width: 768px) {
    .footer-cell {
      flex-basis: 41%; } }

.footer-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .footer-title {
      font-size: 12px; } }

.ul-sitemap > li {
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .ul-sitemap > li {
      font-size: 10px; } }
  .ul-sitemap > li:last-child {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .ul-sitemap > li:last-child {
        margin-bottom: 20px; } }
  .ul-sitemap > li a:hover {
    text-decoration: underline; }

.footer-bottom {
  border-top: 1px solid #eee; }

.list-sns {
  padding: 30px 0;
  text-align: center; }
  .list-sns li {
    display: inline-block;
    width: 30px;
    margin-left: 25px; }
    .list-sns li:first-child {
      margin-left: 0; }
    .list-sns li img {
      width: 100%; }

/* list-sns */
.footer-copy {
  padding-bottom: 20px;
  font-size: 11px;
  text-align: center; }

.ip6 {
  display: block; }
  @media screen and (max-width: 375px) {
    .ip6 {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.bg-glay {
  background: #f2f2f2; }

.underline {
  padding-bottom: 5px;
  font-weight: 600;
  background: linear-gradient(transparent 50%, #ffffc1 50%); }
  @media screen and (max-width: 768px) {
    .underline {
      padding-bottom: 2px; } }
  .underline.ul-dark {
    color: #e80000;
    background: linear-gradient(transparent 50%, #fbf4ee 50%); }

/*# sourceMappingURL=style.css.map */
