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

/*----section-top----*/
.section-top img {
  display: block;
  animation: fadeInDown 1s ease 0s forwards;
  opacity: 0;
}
.mein-visual {
  max-width: 100%;
  vertical-align: bottom;
  animation: fadeInDown 3s ease 0s forwards;
  opacity: 0;
}
.mein-visual img {
  width: 100%;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-top h2 {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.06em;
  text-align: left;
  font-size: 2.8rem;
  margin: 32px auto 0;
  padding: 0 32px 0;
  max-width: 408px;
  animation: fadeInSide 1.5s ease 1s forwards;
  opacity: 0
}
@keyframes fadeInSide {
  from {
    opacity: 0;
    transform: translateX(-100px)
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-top h2 span {
  display: block;
}
.top_text {
  text-align: left;
  margin: 0 auto;
  padding: 0 32px 48px;
  max-width: 400px;
}
.top_text br {
  display: none;
}
.top_text p {
  margin-top: 3.0rem;
}
.symbol {
  display: none;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px)
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media(min-width:768px) {
  .section-top {
    padding-bottom: 48px;
  }
  .section-top h2 {
    writing-mode: vertical-rl;
    font-size: clamp(3.6rem, 3.88vw, 5.6rem);
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin: 0 0 0 3vw;
    padding: 0;
  }
  .section-top h2 span:last-child {
    margin-top: 6vw;
  }
  .top_text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .top_text p {
    margin: 0 2vw 0 0;
    font-size: clamp(1.6rem, 1.388vw, 2.4rem);
    line-height: 1.8;
  }
  .top_text p:first-child {
    margin-right: 0;
  }
  .top_text br {
    display: block;
  }
  .section-top {
    display: grid;
    justify-items: start;
    align-items: center;
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "img img h2 ."". text . .";
    row-gap: 3vw;
    position: relative;
  }
  .mein-visual {
    grid-area: img;
  }
  .top_title {
    grid-area: h2;
  }
  .top_text {
    grid-area: text;
  }
  .symbol {
    position: absolute;
    right: 5%;
    bottom: 0;
    display: block;
    margin-bottom: 87px;
    max-width: 20%;
    opacity: 0.6;
  }
}
@media(min-width:1000px) {
  .section-top {
    padding-bottom: 120px;
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "img img h2 ."". text h2 .";
  }
  .mein-visual {
    grid-area: img;
    vertical-align: bottom;
  }
  .top_title {
    grid-area: h2;
  }
  .section-top h2 span:first-child {
    text-align: center;
    margin-bottom: 24rem;
  }
}

/*---section-about---*/
.about {
  background-color: rgba(112, 143, 65, 0.15);
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}
.about:after {
  display: block;
  content: "";
  width: 100%;
  height: 56px;
  position: absolute;
  top: -56px;
  left: 0;
  background-image: url("../images/top/img_about_bg__sp.png");
}
.about__mainImage {
  margin-top: 40px;
  width: 100%;
}
.about__wrapper {
  margin-top: 40px;
}
.about__description {
  margin-top: 32px;
}
.about__descHeading {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #627d39;
}
.about__descText {
  margin-top: 0.8rem;
  text-align: justify;
}
.about__descImg {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  max-width: 700px;
  position: relative;
}
.descImg__item {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.descImg__itemSub {
  position: absolute;
  width: 40%;
}
.ikimono {
  right: -32px;
  bottom: -18px;
}
.hatake {
  left: -24px;
  bottom: -24px;
}
@media(min-width:768px) {
  .about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about:after {
    content: "";
    display: block;
    width: 100%;
    height: 56px;
    position: absolute;
    top: -56px;
    left: 0;
    background-image: url("../images/top/img_about_bg__pc.png");
  }
  .about__wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 80px;
  }
  .about__wrapper--rowRev {
    display:flex ;
    flex-direction: row-reverse;
    align-items: center;
  }
  .about__description {
    margin-top: 0;
    width: 60%;
   }
   .about__description--paddingL {
    padding-left: 16px;
   }
   .about__description--paddingR {
    padding-right: 16px;
   }
  .about__descHeading {
    margin-top: 0;
    font-size: 2.4rem;
  }
  .about__descImg {
    margin-top: 0;
    flex-shrink: 0;
    width: 40%;
    position: relative;
  }
  .descImg__item {
    width: 100%;
  }
  .descImg__itemSub {
    position: absolute;
  }
  .ikimono {
    width: 50%;
    right: 36px;
    bottom: -110px;
  }
  .hatake {
    width: 50%;
    left: -24px;
    bottom: -24px;
  }
  .space {
    margin-top: 48px;
  }
}
@media(min-width:1330px) {
  .ikimono {
    right: -90px;
    bottom: -7px;
  }
  .hatake {
    left: -72px;
    bottom: 0px;
    }

}

/*---section-produce---*/
.produce {
  padding-top: 48px;
  padding-bottom: 48px;
}
.produce__title {
  padding-top: 16px;
  height: 144px;
  background-image: url("../images/top/img_produce_title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.produce__linkWrapper {
  margin-top: 48px;
}
.produceLink {
  max-width: 500px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}
.produceLink__title {
  width: 100%;
}
.produceLink__title a {
  display: inline-block;
  transition: all .3s ease 0.1s;
}
.produceLink__title a:hover {
  opacity: 1;
  transform: scale(1.05);
  transition: all .3s ease-out 0.1s;
}
.produce__description {
  margin-top: -4.8rem;
  display: grid;
  row-gap: 0.8rem;
  z-index: -1000;
}
.produce__textBox {
  padding: 7.4rem 3.2rem 2.4rem;
  border-radius: 30px;
  background-color: #faf8f2;
}
.produce__description > .produce__pageLink {
  align-self: end;
  justify-self: end;
}
.produce__desctext {
  text-align: justify;
}
.pageLink {
  display: block;
  padding: 1em 2em;
  border-radius: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background-color: #cfb54e;
}
.produce__shopLink {
  margin-top: 48px;
}
@media(min-width:896px) {
  .produce__linkWrapper {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .produceLink {
    flex: 1;
    margin-top: 0;
  }
  .produceLink:last-child {
    margin-top:164px;
  }
}
@media(min-width:1000px) {
  .produce {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .produce h2 {
    padding-top: 4.0rem;
    height: 25rem;
  }
  .produce__linkWrapper {
    margin-top: 72px;
  }
  .produce__shopLink {
    margin-top: 80px;
  }
}

/* section-sns */
.sns {
  background-color: rgba(224, 213, 182, 0.35);
  padding-top: 48px;
  padding-bottom: 48px;
}
.sns__title {
  margin: 0 auto;
  width: 28.8rem;
  padding-top: 1.6rem;
  height: 8.8rem;
  background-image: url("../images/top/img_sns_title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.insta__wrapper {
  background-color: #f9faf4;
  border-radius: 30px;
  margin: 48px auto 0;
  padding: 48px 16px 28px;
}
.insta__textArea {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.insta__subTitle {
  display: inline-block;
  color: #c76d5c;
  font-size: 1.6rem;
  line-height: 1;
}
.insta__title {
  margin-top: 0.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #c76d5c;
}
.insta__message {
  margin-top: 3.2rem;
  text-align: left;
}
.insta__linkText {
  display: block;
  color: #4c4846;
  text-decoration: none;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.06em;
  margin-top: 32px;
}
.insta__linkArea {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #4c4846;
  max-width: 400px;
}
.instaGrid {
  margin-top: 24px;
  max-width: 400px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
}
.instaGrid__item img {
  border-radius: 6px;
}
.instaGlyph {
  display: inline-block;
  width: 36px;
  margin: 20px;
}
.instaAccount {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media(min-width:1000px) {
  .sns {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .sns__title {
    width: 48rem;
    padding-top: 2.4rem;
    height: 14rem;
  }
  .insta__title {
    font-size: 3.6rem;
    margin-top: 0.5em;
  }
  .insta__wrapper {
    max-width: 1120px;
    margin: 120px auto 0;
    padding: 80px 32px 40px;
    display: flex;
    justify-content: center;
  }
  .insta__textArea {
    margin: 0;
    margin-right: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .insta__linkText {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: right;
  }
  .insta__linkArea {
    margin: 0;
    max-width: none;
  }
  .instaGrid {
    max-width: 539px;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

/* section-vision */
.vision {
  background-color: #f9faf4;
  padding-top: 48px;
  padding-bottom: 96px;
}
.vision__title {
  position: relative;
  width: 26.4rem;
  margin: 0 auto;
}
.vision__titleImage {
  position: absolute;
  top: -5.0rem;
  right: -0.8rem;
  display: block;
  width: 96px;
  height: 112px;
  background-image: url("../images/top/img_vision_title.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.message__title {
  margin-top: 4.8rem;
  font-size: 2.0rem;
  line-height: 1;
  text-align: center;
  color: #b08643;
}
.message__textWrapper {
  margin-top: 24px;
}
.message__text {
  margin-top: 1em;
}
.owner {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.owner__img {
  display: block;
  width: 100%;
  max-width: 216px;
  margin: 0 auto;
}
.owner__name {
  display: block;
  width: 100%;
  max-width: 384px;
}
.experience {
  margin-top: 40px;
}
.experience__img2col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.experience__img {
  max-width: 376px;
  width: 100%;
}
.experience__caption {
  margin-top: 1.6rem;
  text-align: center;
}
.origin {
  margin-top: 40px;
}
.originBox {
  padding: 32px;
  border-radius: 30px;
  background-color: rgba(215, 202, 129, 0.12);
}
.origin__symbol {
  width: 56px;
  margin: 0 auto;
}
.origin__title {
  margin-top: 1.6rem;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #b08643;
}
.origin__list {
  margin-top: 40px;
}
.origin__item {
  margin-bottom: 3.2rem;
  text-align: justify;
}
.origin__itemHeading {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  color: #b08643;
}
.origin__itemtext {
  margin-top: 1em;
}
@media(min-width:1000px) {
  .vision {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .vision__title {
    width: 53.6rem;
  }
  .vision__titleImage {
    top: -10rem;
    right: 2.2rem;
    width: 168px;
    height: 196px;
  }
  .message__title {
    margin-top: 120px;
    font-size: 3.2rem;
  }
  .message__textWrapper {
    margin-top: 32px;
  }
  
  .owner {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:16px;
  }
  .owner__img {
    display: block;
    width: 216px;
    margin: 0;
  }
  .owner__name {
    display: block;
    width: 100%;
  }
  .experience__img2col {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4.8rem;
  }
  .origin {
    margin-top: 80px;
  }
  .originBox {
    padding-top: 40px;
    padding-right:40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .origin__title {
    margin-top: 1.6rem;
    font-size: 3.2rem;
  }
  .origin__itemHeading {
    font-size: 2.0rem;
  }
}
.farmImage {
  display: block;
  max-width: 100%;
  margin-top: -3%;
  margin-bottom: -2%;
}