@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 0.732vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  overflow-x: hidden;
  background-image: url(../img/bg_all.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}

@media screen and (max-width: 768px) {
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 55%);
  }
}

body.fixed {
  width: 100%;
  position: fixed !important;
}

body>* {
  position: relative;
}

a {
  opacity: 1;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

.is_pc {
  display: inline;
}

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

.is_sp {
  display: none;
}

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

img {
  max-width: 100%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.7rem 5.8rem 0 3.9rem;
}

@media screen and (max-width: 768px) {
  .header__inner {
    align-items: center;
    padding: 1rem 1.6rem;
  }
}

.header__logo {
  width: 32rem;
}

@media screen and (max-width: 768px) {
  .header__logo {
    display: flex;
    width: 16rem;
  }
}

.header__icons {
  display: flex;
  gap: 4rem;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header__icons {
    gap: 2rem;
  }
}

.header__icon img {
  display: block;
}

.header__icon.-twitter img {
  width: 4.7rem;
}

@media screen and (max-width: 768px) {
  .header__icon.-twitter img {
    width: 2.8rem;
  }
}

.header__icon.-instagram img {
  width: 4.8rem;
}

@media screen and (max-width: 768px) {
  .header__icon.-instagram img {
    width: 3.2rem;
  }
}

.footer {
  position: relative;
  padding-bottom: 1rem;
  z-index: 1;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: -8rem;
    padding-bottom: 4rem;
    background: #ffffff;
  }
}

.footer_inner {
  padding-top: 4rem;
  border-radius: 9rem 9rem 0 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .footer_inner {
    padding-top: 4rem;
    border-radius: 2rem 2rem 0 0;
  }
}

.footer_logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3.2rem;
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    gap: 1.6rem;
  }
}

.footer_logo span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 768px) {
  .footer_logo span {
    font-size: 1.5rem;
  }
}

.footer_logo img {
  height: 5.2rem;
}

@media screen and (max-width: 768px) {
  .footer_logo img {
    height: 3.2rem;
  }
}

.footer .copyright {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 1rem;
  }
}

.container {
  width: 100%;
  max-width: 112.8rem;
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    max-width: none;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.contents__bg {
  border-radius: 4rem;
  background-size: cover;
  box-shadow: 0 0.3rem 2.8rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background-color: #ffffff;
  border: solid 0.8rem #339E35;
}

@media screen and (max-width: 768px) {
  .contents__bg {
    border-radius: 2rem;
    background-position: 35%;
  }
}

.contents__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19rem;
  background-image: url(../img/bg_event_title.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .contents__title {
    height: 11rem;
    padding: 2.4rem 0 1rem;
  }
}

.contents__title img {
  display: block;
  width: auto;
  height: 4.8rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .contents__title img {
    width: auto;
    height: 4.8rem;
    margin-bottom: 0rem;
  }
}

.contents__body {}

@media screen and (max-width: 768px) {
  .contents__body {}
}

.contents__inner {}

@media screen and (max-width: 768px) {
  .contents__inner {
    overflow: hidden;
  }
}

.contents__inner.-radius {
  border-radius: 3.2rem;
}

@media screen and (max-width: 768px) {
  .contents__inner.-radius {
    border-radius: 1.6rem;
  }
}

.mv_bg {
  padding-top: 8.8rem;
  padding-bottom: 21.3rem;
}

@media screen and (max-width: 768px) {
  .mv_bg {
    height: auto;
    padding: 9rem 2rem 0;
  }
}

.mv_bg h2 img {
  display: block;
  width: 108.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mv_bg h2 img {
    width: 100%;
    padding: 0;
  }
}

.intro {
  position: relative;
  padding-bottom: 34rem;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-top: 5.6rem;
    padding-bottom: 4rem;
  }
}

.intro__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 7.6rem;
}

@media screen and (max-width: 768px) {
  .intro__inner {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}

.intro__img {
  width: 33.3rem;
}

@media screen and (max-width: 768px) {
  .intro__img {
    position: relative;
    width: 16rem;
    order: 1;
  }
}

.intro__desc {
  padding-top: 10rem;
  line-height: 1.56;
  order: 1;
}

.intro__desc p {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  color: #339E35;
}

@media screen and (max-width: 768px) {
  .intro__desc {
    padding-top: 1rem;
  }

  .intro__desc p {
    font-size: 1.6rem;
    display: inline;
    line-height: 2.1;
    order: 2;
  }
}

.intro__desc p+p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .intro__desc p+p {
    display: block;
    margin-top: 0;
  }
}

.intro__desc .text_img {
  width: auto;
  height: 4.8rem;
}

@media screen and (max-width: 768px) {
  .intro__desc .text_img {
    width: 26rem;
    height: auto;
    margin: 1rem 0;
  }
}

.intro__desc .text_deco_img {
  width: auto;
  height: 4.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .intro__desc .text_deco_img {
    height: 3rem;
    margin: 0.5rem;
  }
}

.vegetable {
  position: relative;
  padding-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .vegetable {
    margin-top: 0;
    padding-bottom: 10rem;
  }
}

.vegetable__section-title {
  display: block;
  width: auto;
  height: 15rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .vegetable__section-title {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 5rem;
  }
}

.vegetable__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .vegetable__wrap {
    flex-direction: column;
    gap: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-top: 4rem;
  }
}

.vegetable__item {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 4rem);
}

@media screen and (max-width: 768px) {
  .vegetable__item {
    width: 100%;
  }
}

.vegetable__item.tomato {
  color: #e81515;
}

.vegetable__item.tomato .vegetable__shipping h5::before {
  background-color: #e81515;
}

.vegetable__item.daikon {
  color: #749D02;
}

.vegetable__item.daikon .vegetable__shipping h5::before {
  background-color: #749D02;
}

.vegetable__item.carrot {
  color: #ec7132;
}

.vegetable__item.carrot .vegetable__shipping h5::before {
  background-color: #ec7132;
}

.vegetable__item.negi {
  color: #749D02;
}

.vegetable__item.negi .vegetable__shipping h5::before {
  background-color: #749D02;
}

.vegetable__item.piment {
  color: #339E35;
}

.vegetable__item.piment .vegetable__shipping h5::before {
  background-color: #339E35;
}

.vegetable__item.kokabu {
  color: #749D02;
}

.vegetable__item.kokabu .vegetable__shipping h5::before {
  background-color: #749D02;
}

.vegetable__item.bareisyo {
  color: #B9995C;
}

.vegetable__item.bareisyo .vegetable__shipping h5::before {
  background-color: #B9995C;
}

.vegetable__item.kyuri {
  color: #339E35;
}

.vegetable__item.kyuri .vegetable__shipping h5::before {
  background-color: #339E35;
}

.vegetable__img {
  margin-bottom: 3.2rem;
  border-radius: 3rem;
  box-shadow: 0 0.3rem 1.2rem rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .vegetable__img {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.vegetable__title {
  display: block;
  width: auto;
  height: 4.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .vegetable__title {
    height: 3.2rem;
  }
}

.vegetable__desc {
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.vegetable__desc p {
  font-weight: 600;
  line-height: 1.8;
  margin: 0 -1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .vegetable__desc p {
    font-size: 1.5rem;
  }
}

.vegetable__shipping {
  position: relative;
  margin-top: auto;
}

.vegetable__shipping h5,
.vegetable__shipping p {
  font-weight: 700;
}

.vegetable__shipping h5 {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .vegetable__shipping h5 {
    margin-bottom: 0;
  }
}

.vegetable__shipping h5::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}

.vegetable__shipping h5 span {
  position: relative;
  display: inline-block;
  padding-inline: 0.8rem;
  background-color: #ffffff;
}

.vegetable__shipping p {
  display: block;
  font-size: 2rem;
  width: fit-content;
  margin: 0 auto;
}

.vegetable__map {
  position: absolute;
  bottom: 28rem;
  right: 4rem;
  width: 53rem;
}

@media screen and (max-width: 768px) {
  .vegetable__map {
    position: absolute;
    bottom: 7rem;
    right: 2rem;
    width: 28rem;
  }
}

.stage_event_title {}

.stage_event_title h2 {
  font-size: 4.8rem;
  font-weight: 900;
  color: #ffffff;
  background: #339E35;
  text-align: center;
  padding-block: 0.6rem;
}

@media screen and (max-width: 768px) {
  .stage_event_title h2 {
    font-size: 2.7rem;
    padding-block: 0.6rem;
  }
}

.event {
  margin-bottom: 14.8rem;
}

.event img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .event img {
    max-width: 90%;
  }
}

.event .container {
  position: relative;
}

@media screen and (max-width: 768px) {
  .event .container {
    top: 0;
  }
}

.event_section_title {
  height: 25.5rem;
  margin-bottom: 5.3rem;
}

@media screen and (max-width: 768px) {
  .event_section_title {
    width: 100%;
    height: auto;
    margin-bottom: 2.4rem;
  }
}

.contents__flex {
  display: flex;
  gap: 8.8rem;
  padding-inline: 10rem;
}

@media screen and (max-width: 768px) {
  .contents__flex {
    flex-direction: column;
    gap: 2rem;
    padding: 0 2rem;
  }
}

.contents__flex-item {
  width: calc(50% - 4.4rem);
}

@media screen and (max-width: 768px) {
  .contents__flex-item {
    width: 100%;
  }
}

.contents__noto {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  color: #339E35;
  width: calc(100% - 20rem);
  margin: 0 auto;
}

.contents__noto::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  border-bottom: dashed 2px #339E35;
}

.contents__noto span {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .contents__noto {
    width: 100%;
    text-align: center;
  }

  .contents__noto::before {
    content: none;
  }

  .contents__noto span {
    letter-spacing: 0;
    font-size: 1.1rem;
    text-align: center;
    padding: 0;
  }
}

.contents__title img.event_title01 {
  width: 54.2rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .contents__title img.event_title01 {
    width: 26rem;
}
}

.event_img01_01 {
  width: 83.3rem;
  margin-top: 3.6rem;
  padding-left: 1rem;
}

.event_img01_02 {
  width: 83.3rem;
  margin-bottom: 9.35rem;
}

.contents__title img.event_title02 {
  width: 82.3rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .event_img01_01 {}

  .event_img01_02 {
    margin-bottom: 6rem;
    margin-top: 2rem;
  }

  .contents__title img.event_title02 {
    width: 22rem;
    margin-top: -1.5rem;
}
}

@media screen and (max-width: 768px) {
  .contents__title img.event_title02 {}
}

.event_img02_01 {
  width: 35.8rem;
  height: auto;
  margin-top: -4rem;
}

.event_img02_01_text {
  font-size: 4.2rem;
  font-weight: 900;
  color: #339E35;
  text-align: center;
  margin-block: 1.6rem;
}

.event_img02_02 {
  width: 55rem;
  margin-top: 6.4rem;
  margin-bottom: 2.4rem;
}

.event_img02_03 {
  width: 83.3rem;
  margin-bottom: 17rem;
}

.contents__title img.event_title03 {
  width: 74rem;
  height: auto;
  margin-top: -6.4rem;
}

@media screen and (max-width: 768px) {
  .event_img02_01 {
    margin-top: 2rem;
    width: 20rem;
  }

  .event_img02_01_text {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.56;
  }

  .event_img02_02 {
    margin-top: 2.4rem;
    width: 24rem;
  }

  .event_img02_03 {
    margin-bottom: 6rem;
  }

  .contents__title img.event_title03 {
    width: 27rem;
}
}

@media screen and (max-width: 768px) {
  .contents__title img.event_title03 {}
}

.event_img03_01_text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #339E35;
  text-align: center;
  margin-block: 2.4rem 4.8rem;
}

.event_img03_02_text,
.event_img03_03_text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #339E35;
  text-align: center;
  padding-block: 2.4rem;
  border-top: solid 2px #339E35;
  border-bottom: solid 2px #339E35;
}

.event_img03_01,
.event_img03_02 {
  padding-top: 2.4rem;
}

.event_img03_03 {
  width: 58.7rem;
  margin-top: 4.7rem;
  margin-bottom: 20rem;
}

@media screen and (max-width: 768px) {
  .event_img03_01_text {
    font-size: 1.8rem;
    line-height: 1.56;
    margin-bottom: 2.4rem;
  }

  .event_img03_02_text,
  .event_img03_03_text {
    font-size: 1.8rem;
    padding-block: 1.6rem;
  }

  .event_img03_01,
  .event_img03_02 {}

  .event_img03_03 {
    margin-top: 3.2rem;
    margin-bottom: 6rem;
  }
}



.contents__title img.event_title04 {
  width: 45.5rem;
  height: auto;
  margin-top: -8rem;
}

@media screen and (max-width: 768px) {
  .contents__title img.event_title04 {
    width: 27rem;
    margin-top: -6rem;
  }
}

.event_img04_01_text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #339E35;
  text-align: center;
  margin-block: 2.4rem 4.8rem;
}

.event_img04_01 {}

.event_img04_02 {
  width: auto;
  height: 38rem;
}

.event_img04_03 {
  padding: 0 3.2rem;
  margin-bottom: 5.6rem;
}

.event_img04_02_text,
.event_img04_03_text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #339E35;
  text-align: center;
  margin-block: 2.4rem 4.8rem;
}

.event_img04_01_text span,
.event_img04_02_text span {
  display: inline-block;
  font-size: 1.6rem;
  color: #E85515;
}

@media screen and (max-width: 768px) {
  .event_img04_01_text {
    font-size: 1.8rem;
    line-height: 1.56;
    margin-bottom: 2.4rem;
  }

  .event_img04_01 {}

  .event_img04_02 {
    width: 100%;
    height: auto;
  }

  .event_img04_03 {
    margin-top: 1rem;
    padding: 0;
  }

  .event_img04_02_text,
  .event_img04_03_text {
    font-size: 1.5rem;
    line-height: 1.56;
    margin-bottom: 2.4rem;
  }

  .event_img04_01_text span,
  .event_img04_02_text span {}
}

.contents__title img.event_title05 {
  width: 18rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .contents__title img.event_title05 {
    width: 10rem;
  }
}

.event_img05_01_text {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  color: #339E35;
  width: fit-content;
  margin: 0 auto 5.6rem;
  padding: 2.4rem 0 0;
  letter-spacing: 0.1em;
  border-top: solid 1px #339E35;
}

@media screen and (max-width: 768px) {
  .event_img05_01_text {
    font-size: 1.4rem;
    line-height: 1.56;
    margin: 0 2rem;
    padding-bottom: 3.2rem;
  }
}

.other {
  margin-top: 8rem;
  padding-bottom: 24rem;
}

@media screen and (max-width: 768px) {
  .other {
    margin-top: 6rem;
    padding-bottom: 10rem;
  }
}

.other .contents__inner {}

@media screen and (max-width: 768px) {
  .other .contents__inner {}
}

.other_img01 {
  display: block;
  height: 4.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .other_img01 {
    height: 3.2rem;
    margin-bottom: 2.4rem;
  }
}

.other_list {
  display: block;
  width: fit-content;
  margin: 7rem auto 7rem;
}

.other_list li {
  position: relative;
  font-size: 4rem;
  font-weight: 900;
  padding-left: 4rem;
  color: #339E35;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .other_list {
    margin: 3rem 2rem 2rem;
  }

  .other_list li {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    padding-left: 2.4rem;
    line-height: 1.7;
  }
}

.other_list li::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #339E35;
}

@media screen and (max-width: 768px) {
  .other_list li::before {
    top: 1.1rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .other_list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-size: contain;
    background-repeat: repeat-x;
  }
}

.other_list li span {
  position: relative;
  display: block;
}

@media screen and (max-width: 768px) {
  .other_list li span {
    display: inline;
  }
}

.other_list li span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4rem;
  width: calc(100% + 4rem);
  height: 2px;
  background-size: contain;
  background-repeat: repeat-x;
}

@media screen and (max-width: 768px) {
  .other_list li span::after {
    content: none;
  }
}

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