@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #333333;
  --color-white: #ffffff;
  --color-deepred: #9f1d22;
  --color-red: #e60013;
  --color-green: #3e5a2e;
  --color-gray: #faf9f7;
  --color-beige: #f1ede8;
  /*カレントカラー*/
  --color-current: #9f1d22;
  /*テキストリンクカラー*/
  --color-textlink: #9f1d22;
  /*必須ボタンカラー*/
  --color-required: #9f1d22;
  /*任意ボタンカラー*/
  --color-optional: #9f1d22;
  /*ラジオボタンカラー*/
  --color-radio: #9f1d22;
  /*チェックボタンカラー*/
  --color-check: #9f1d22;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Noto Serif JP", serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-lato: "Lato", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.375;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #333333;
  --color-white: #ffffff;
  --color-deepred: #9f1d22;
  --color-red: #e60013;
  --color-green: #3e5a2e;
  --color-gray: #faf9f7;
  --color-beige: #f1ede8;
  /*カレントカラー*/
  --color-current: #9f1d22;
  /*テキストリンクカラー*/
  --color-textlink: #9f1d22;
  /*必須ボタンカラー*/
  --color-required: #9f1d22;
  /*任意ボタンカラー*/
  --color-optional: #9f1d22;
  /*ラジオボタンカラー*/
  --color-radio: #9f1d22;
  /*チェックボタンカラー*/
  --color-check: #9f1d22;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Noto Serif JP", serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-lato: "Lato", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.375;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

.sp-none {
  display: none !important;
}

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.logo {
  height: 15rem;
}

/*==============================
    ヘッダー
==============================*/
.header {
  position: fixed;
  z-index: 33;
  top: 0;
  left: 0;
  width: 100%;
}
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}
.header .logo {
  height: 13rem;
  margin-bottom: -6rem;
  padding-bottom: 0.6rem;
}
.header .logo::before {
  top: calc(100% - 5rem);
  width: 30rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv::before {
  content: "";
  width: 100%;
  aspect-ratio: 750/551;
  background: url(../img/mv/mv-sp.jpg) top left/contain no-repeat;
}
.mv__title {
  padding-top: 6.4rem;
  padding-left: 4.53%;
  padding-bottom: 13rem;
  margin-top: -1px;
  background: url(../img/mv/ttl-bg-sp.jpg) top left/cover no-repeat;
  width: 100%;
}
.mv__title img {
  width: 76.93%;
  height: auto;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sv__container {
  width: 80%;
  height: unset;
  margin-left: auto;
}
.sv__title {
  margin-inline: 5% auto;
  font-size: 3rem;
  padding-bottom: 3rem;
}

/*==============================
    共通ボタン
==============================*/
.official-btn {
  height: 60px;
  width: 100%;
  max-width: 350px;
}

.ln-btn {
  width: 100%;
  max-width: 350px;
  height: 80px;
  gap: 20px;
}
.ln-btn::before {
  width: 40px;
  flex-shrink: 0;
}

.ig,
.mail {
  gap: 15px;
}
.ig::before,
.mail::before {
  width: 30px;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  font-size: 2.8rem;
  margin-bottom: 6rem;
}
.com-title01--left {
  text-align: center;
}

/*==============================
    TOP
==============================*/
.top-corporate::before {
  width: 35%;
  top: 65rem;
  left: 5%;
  max-width: 220px;
  z-index: 2;
}
.top-corporate .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.top-corporate__title {
  font-size: 2.8rem;
  margin-bottom: 0;
  width: 100%;
}
.top-corporate__image {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.top-corporate__image::before {
  width: 35%;
  top: -2rem;
  right: 0;
  max-width: 130px;
}
.top-corporate__image::after {
  width: 20%;
  right: 50%;
  bottom: -5rem;
  max-width: 100px;
}
.top-corporate__image img:first-child {
  width: 80%;
}
.top-corporate__image img:last-child {
  width: 60%;
  margin-top: 5rem;
  margin-left: auto;
}

.top-product__h3 {
  margin-bottom: 5rem;
  gap: 1.5rem;
}
.top-product__h3 span {
  font-size: 2.8rem;
  text-align: center;
}
.top-product__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.top-product__wrap .top-product__text {
  width: 95%;
  padding: 4rem 2rem;
  background-color: var(--color-gray);
}
.top-product__wrap .top-product__title {
  font-size: 2.2rem;
}
.top-product__list {
  gap: 2rem;
}
.top-product__item {
  width: calc((100% - 2rem) / 2);
  gap: 4.5rem;
}
.top-product__item .top-product__title {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}
.top-product__item .top-product__image {
  width: 85%;
}

.top-order::after {
  width: 30%;
  right: 5%;
  bottom: 92%;
  max-width: 130px;
  z-index: -1;
}
.top-order__btn {
  width: 100%;
}
.top-order__btn::before {
  width: 7.822vw;
  bottom: 1rem;
  right: 1rem;
}
.top-order__btn span {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  gap: 0.5rem;
  text-underline-offset: 0.8rem;
}
.top-order__btn span small {
  font-size: 1.6rem;
}
.top-order__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.top-order__item {
  width: 100%;
  max-width: 400px;
}

.top-news::before {
  width: 25%;
  top: 6rem;
  left: 5%;
  max-width: 150px;
}
.top-news .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.top-news__h3 {
  font-size: 2.8rem;
  margin-bottom: 0;
}

.top-contact .line-btn {
  width: 100%;
  padding-right: 0;
  justify-content: center;
  padding: 20px;
  font-size: 1.8rem;
}
.top-contact .line-btn::before {
  left: unset;
  right: -3%;
}
.top-contact .line-btn > span {
  gap: 20px;
  padding-right: 0;
}
.top-contact .line-btn > span::before {
  width: 40px;
}
.top-contact .util__list {
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.top-contact .util__item:has(.tel-box) {
  width: 100%;
}
.top-contact .util__item:has(.tel-box) .tel-box {
  margin-inline: auto;
}
.top-contact__btn {
  height: 35rem;
}
.top-contact-btn-title::before {
  width: 6.4rem;
}

/*==============================
    法人の方へ
==============================*/
.corporate-section::before {
  right: 5%;
  top: 0;
  width: 20%;
  max-width: 90px;
}
.corporate-section::after {
  width: 25%;
  left: 5%;
  top: 28rem;
}
.corporate-section__wrap {
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.corporate-section__image {
  width: 70%;
  max-width: 400px;
}

.corporate-features::after {
  width: 30%;
  right: 5%;
  bottom: 92%;
  max-width: 130px;
  z-index: -1;
}
.corporate-features__item {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.corporate-features__title {
  font-size: 2.2rem;
  padding-bottom: 2rem;
}

.corporate-recommend::before {
  width: 30%;
  right: 5%;
  top: 2%;
  max-width: 155px;
}
.corporate-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.corporate-recommend__item p {
  font-size: 2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.corporate-recommend__image {
  max-width: 170px;
  margin-inline: auto;
}
.corporate-recommend__title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

/*==============================
    ご注文について
==============================*/
.order-section__item {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.order-section__title {
  font-size: 2.2rem;
  padding-bottom: 2rem;
}

.order-flow::after {
  width: 30%;
  right: 5%;
  bottom: 92%;
  max-width: 130px;
  z-index: -1;
}
.order-flow__list {
  gap: 10rem;
}
.order-flow__item {
  flex-direction: column;
  align-items: center;
}
.order-flow__image {
  width: 50%;
  max-width: 150px;
}
.order-flow__title {
  font-size: 2.2rem;
  padding-bottom: 2rem;
}

.order-voice__list {
  flex-direction: column;
  align-items: center;
}
.order-voice__item {
  align-items: flex-start;
}
.order-voice__image {
  width: 25%;
  flex-shrink: 0;
  max-width: 100px;
}

/*==============================
    よくあるご質問
==============================*/
.qa-section__item {
  padding: 4rem 2.5rem;
}
.qa-section__item dl dt::before,
.qa-section__item dl dd::before {
  font-size: 3rem;
}
.qa-section__item dl dt > span {
  padding-top: 0.6rem;
}
.qa-section__item dl dd > p {
  padding-top: 0.8rem;
}

/*==============================
    農園情報
==============================*/
.farm-greeting::before {
  right: 5%;
  top: 0;
  width: 20%;
  max-width: 90px;
}
.farm-greeting::after {
  width: 25%;
  left: 5%;
  top: 38rem;
}
.farm-greeting__wrap {
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.farm-greeting__image {
  width: 70%;
  max-width: 400px;
}

.farm-section::after {
  width: 30%;
  right: 5%;
  bottom: 90%;
  max-width: 130px;
}
.farm-section .com-table tr th,
.farm-section .com-table tr td {
  padding-inline: 2rem;
}
.farm-section .com-table tr th {
  width: 30%;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail__title {
  font-size: 2.2rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

.com-news__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th,
.contact .com-table td {
  padding-inline: 1.5rem;
}
.contact .com-table th {
  text-align: left;
  letter-spacing: 0;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
  height: 60px;
  width: 100%;
  max-width: 300px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 2.2rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer {
  padding-top: 6rem;
}
.footer .logo {
  margin-bottom: 3rem;
}
.footer__inner {
  display: flex;
  flex-direction: column;
}
.footer__box {
  order: 0;
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.footer__link {
  gap: 3rem;
}
.footer-nav {
  order: 2;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-deepred);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-deepred);
}
.footer-nav__item {
  border-top: 1px solid var(--color-deepred);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer__link {
  order: 1;
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer small {
  padding-block: 1.5rem;
}