@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Sans:wght@100..900&display=swap");
/* ブレイクポイント
------------------------------------------------------ */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.732vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.544vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100vh;
  background-color: #FFF281;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

.en {
  font-family: "Noto Sans", sans-serif;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.header-sns-nav {
  padding: 1rem 5.4rem;
}
@media screen and (max-width: 768px) {
  .header-sns-nav {
    padding: 1rem 1.6rem;
  }
}

.header-sns-nav-list {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .header-sns-nav-list {
    gap: 2.4rem;
  }
}

.header-sns-nav-item a img {
  width: auto;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .header-sns-nav-item a img {
    height: 2.4rem;
  }
}

.header-info {
  display: flex;
}

.header-info img {
  width: 27.2rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-info img {
    width: 12.8rem;
  }
}

.mv {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .mv-inner {
    padding-inline: 1.6rem;
  }
}

.mv-inner {
  display: block;
}
.mv-inner img {
  display: block;
}
.mv-inner .img-mv {
  margin: 0 auto 2.4rem;
  width: 76.4rem;
}
@media screen and (max-width: 768px) {
  .mv-inner .img-mv {
    width: 100%;
  }
}
.mv-inner .img-mv-bottom {
  margin: 0 auto;
  width: 127.2rem;
}
@media screen and (max-width: 768px) {
  .mv-inner .img-mv-bottom {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mv-inner {
    width: 100%;
  }
}

/* 全農フェスとは
------------------------------------------------------ */
.about {
  position: relative;
  padding: 18rem 0;
  background-image: url(../images/bg_about.svg);
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .about {
    background-size: cover;
    padding: 8rem 0;
  }
}
.about::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 24rem;
  background: rgb(255, 242, 129);
  background: linear-gradient(180deg, rgb(255, 242, 129) 0%, rgba(255, 242, 129, 0) 100%);
}
@media screen and (max-width: 768px) {
  .about::before {
    height: 4rem;
  }
}
.about .about-inner {
  max-width: 96rem;
  margin: 0 auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .about .about-inner {
    width: 100%;
    padding-inline: 1.6rem;
  }
}
.about .about-content {
  position: relative;
  width: 96rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding: 6.6rem;
  padding-top: 0;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .about .about-content {
    width: 100%;
    padding: 0 2.4rem 2.4rem;
    margin-bottom: 3rem;
  }
}
.about .about-content::before, .about .about-content::after {
  content: "";
  position: absolute;
  width: 46rem;
  height: 2.4rem;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about .about-content::before, .about .about-content::after {
    width: 35rem;
    height: 1.6rem;
  }
}
.about .about-content::before {
  top: 0;
  left: 0;
  background-image: url(../images/img_about_line02.png);
}
.about .about-content::after {
  bottom: 0;
  right: 0;
  background-image: url(../images/img_about_line.png);
}
.about .about-title {
  position: relative;
}
.about .about-title img {
  position: relative;
  top: -3.5rem;
  display: block;
  width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .about-title img {
    width: 24rem;
    top: -2rem;
  }
}
.about .about-text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.222;
  letter-spacing: 0.1em;
  color: #007564;
}
@media screen and (max-width: 768px) {
  .about .about-text {
    font-size: 1.4rem;
  }
}
.about .about-text p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .about .about-text p {
    text-align: left;
    line-height: 1.8;
  }
}
.about .about-image img {
  width: 100%;
  height: auto;
}

/* バンドタイトル（共通）
------------------------------------------------------ */
.band-title {
  position: absolute;
  top: -16rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .band-title {
    top: -8rem;
    left: -20%;
    width: 140%;
  }
}
.band-title::after {
  content: "";
  position: absolute;
  bottom: -8rem;
  left: 0;
  width: 100%;
  height: 15rem;
  background-image: url(../images/band_sub.png);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .band-title::after {
    bottom: -2.2rem;
    height: 5.4rem;
  }
}
@media screen and (min-width: 1367px) {
  .band-title::after {
    height: 10.9729vw;
  }
}
.band-title img {
  width: 100%;
}
/* ステージアトラクション
------------------------------------------------------ */
.stage {
  position: relative;
  padding-top: 24rem;
  padding-bottom: 10.8rem;
  background-image: url("../images/bg_timetable.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .stage {
    padding: 7rem 0;
  }
}
@media screen and (min-width: 1367px) {
  .stage {
    padding-top: 17.5566vw;
  }
}

/* タイムテーブル
------------------------------------------------------ */
.timetable .timetable-inner {
  width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .timetable .timetable-inner {
    width: 100%;
  }
}
.timetable .timetable-title img {
  display: block;
  margin: 0 auto 4.8rem;
  width: auto;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .timetable .timetable-title img {
    margin: 0 auto 2.4rem;
    height: 2.7rem;
  }
}
.timetable .timetable-list {
  position: relative;
  padding-block: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .timetable .timetable-list {
    padding-block: 0;
    gap: 0;
  }
}
.timetable .timetable-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26rem;
  width: 0.5rem;
  height: 100%;
  background-color: #007564;
}
@media screen and (max-width: 768px) {
  .timetable .timetable-list::before {
    content: none;
  }
}
.timetable .timetable-item {
  display: flex;
  align-items: center;
  gap: 7rem;
}
@media screen and (max-width: 768px) {
  .timetable .timetable-item {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    gap: 1rem;
    border-bottom: dashed 1px #007564;
  }
}
.timetable .timetable-item:last-child {
  margin-bottom: 0;
}
.timetable .timetable-time img {
  width: auto;
  height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .timetable .timetable-time img {
    height: 1.8rem;
  }
}
.timetable .timetable-content {
  font-size: 2.4rem;
  font-weight: bold;
  color: #007564;
}
@media screen and (max-width: 768px) {
  .timetable .timetable-content {
    font-size: 2rem;
    text-align: center;
  }
}
.timetable .timetable-badge {
  display: inline-block;
  background-color: #007564;
  color: #FFF281;
  padding: 0.4rem 1.2rem;
  border-radius: 0.4rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .timetable .timetable-badge {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
  }
}
.timetable .timetable-note {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 3rem;
  color: #007564;
}
@media screen and (max-width: 768px) {
  .timetable .timetable-note {
    text-align: left;
    padding-inline: 1.6rem;
  }
}

/* ステージカード
------------------------------------------------------ */
.stage-cards {
  display: grid;
  gap: 3.2rem;
  max-width: 96rem;
  margin: 10.8rem auto 0;
}
@media screen and (max-width: 768px) {
  .stage-cards {
    width: 100%;
    padding-inline: 3.2rem;
    margin-top: 6.4rem;
    gap: 2.4rem;
  }
}
.stage-cards .stage-cards-row {
  display: grid;
}
@media screen and (max-width: 768px) {
  .stage-cards .stage-cards-row {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.stage-cards .stage-cards-row.-row1 {
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
.stage-cards .stage-cards-row.-row2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .stage-cards .stage-cards-row.-row2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.stage-cards .stage-cards-row .stage-card {
  position: relative;
  aspect-ratio: 467/353;
}
.stage-cards .stage-cards-row .stage-card img {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
}
.stage-cards .stage-cards-row.-row1 .stage-card {
  aspect-ratio: 960/353;
}
@media screen and (max-width: 768px) {
  .stage-cards .stage-cards-row.-row1 .stage-card {
    aspect-ratio: 367/944;
  }
}
@media screen and (max-width: 768px) {
  .stage-cards .stage-cards-row.-row1 .stage-card.-card04 {
    aspect-ratio: 467/353;
  }
}
.stage-cards .stage-cards-row .-card01 img {
  top: -4.5%;
  left: -4%;
  width: 108%;
}
@media screen and (max-width: 768px) {
  .stage-cards .stage-cards-row .-card02 {
    margin-top: 3.2rem;
  }
}
.stage-cards .stage-cards-row .-card02 img {
  top: -18%;
  left: -4%;
  width: 111%;
}
.stage-cards .stage-cards-row .-card03 img {
  top: -4.4%;
  left: -2%;
  width: 106.3%;
}
@media screen and (max-width: 768px) {
  .stage-cards .stage-cards-row .-card03 img {
    top: -1.7%;
    left: -5%;
    width: 110.3%;
  }
}
.stage-cards .stage-cards-row .-card04 img {
  top: -4.4%;
  left: -2%;
  width: 104%;
}
@media screen and (max-width: 768px) {
  .stage-cards .stage-cards-row .-card04 img {
    top: -5.4%;
    left: -5%;
    width: 110.4%;
  }
}
.stage-cards .stage-cards-row .-card05 img {
  top: -4%;
  left: -4%;
  width: 108.2%;
}
.stage-cards .stage-cards-row .-card06 img {
  top: -4%;
  left: -4%;
  width: 108.2%;
}

/* ミッションラリー＆クイズ抽選会
------------------------------------------------------ */
.mission .mission-inner {
  position: relative;
  z-index: 1;
}
.mission .mission-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
  background-image: url("../images/ttl_sub_mission.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mission .mission-title {
    height: 8rem;
    margin-bottom: 1.6rem;
  }
}
.mission .mission-title img {
  display: block;
  width: auto;
  height: 6.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mission .mission-title img {
    height: 2.6rem;
  }
}
.mission .mission-sub-title img {
  display: block;
  width: auto;
  height: 8.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mission .mission-sub-title img {
    height: 4.8rem;
  }
}
.mission .mission-steps {
  width: 96rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 768px) {
  .mission .mission-steps {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
    padding-inline: 6.4rem;
  }
}
.mission .mission-step {
  position: relative;
  aspect-ratio: 304/440;
}
.mission .mission-step img {
  position: absolute;
  top: -13%;
  width: 115%;
  left: -15%;
}
.mission .mission-prize {
  position: relative;
  top: -7rem;
  padding: 20rem 0 14rem;
  background-image: url("../images/bg_mission_bottom.jpg");
}
@media screen and (max-width: 768px) {
  .mission .mission-prize {
    top: -3rem;
    padding: 8rem 0.8rem;
  }
}
.mission .mission-prize::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background-image: url("../images/bg_mission_middle.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mission .mission-prize::before {
    height: 5rem;
  }
}
.mission .mission-prize img {
  display: block;
  width: 96rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mission .mission-prize img {
    width: 100%;
  }
}

/* ブース紹介
------------------------------------------------------ */
.booth {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 13rem;
  background-image: url("../images/bg_booth_top.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .booth {
    padding-top: 8rem;
    padding-bottom: 6.4rem;
  }
}
@media screen and (min-width: 1367px) {
  .booth {
    padding-top: 13.1675vw;
  }
}
.booth::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.6rem;
  background-image: url("../images/band_parallel.png");
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .booth::after {
    height: 4rem;
    background-size: cover;
  }
}
.booth .booth-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200rem;
  background: #00B89A;
  background: linear-gradient(180deg, rgb(255, 242, 129) 0%, rgb(0, 184, 154) 54%, rgb(0, 184, 154) 100%);
}
.booth .booth-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_booth.svg");
  background-repeat: no-repeat;
}
.booth .booth-inner {
  position: relative;
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .booth .booth-inner {
    width: 100%;
    padding-inline: 3.2rem;
  }
}
.booth .booth-category {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .booth .booth-category {
    margin-bottom: 4rem;
  }
}
.booth .booth-category-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .booth .booth-category-title {
    margin-bottom: 2.4rem;
  }
}
.booth .booth-category-title img {
  display: block;
  width: auto;
  height: 7.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .booth .booth-category-title img {
    height: 4rem;
  }
}
.booth .booth-category.-c01 .booth-category-title img {
  height: 16.4rem;
  margin-right: 7rem;
}
@media screen and (max-width: 768px) {
  .booth .booth-category.-c01 .booth-category-title img {
    display: block;
    height: 8.8rem;
    margin: 0 auto 0 4.6rem;
  }
}
.booth .booth-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .booth .booth-cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.booth .booth-card img {
  width: 100%;
}
.booth .booth-cards-other {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .booth .booth-cards-other {
    grid-template-columns: 1fr;
  }
}

/* 来場者プレゼント
------------------------------------------------------ */
.present {
  padding-block: 0.8rem;
  background-color: #ffffff;
}
.present .present-inner {
  padding-block: 10.4rem;
  background-color: #FFF281;
  background-image: url(../images/bg_about.svg);
}
@media screen and (max-width: 768px) {
  .present .present-inner {
    padding: 6.4rem 1.6rem;
  }
}
.present .present-inner img {
  display: block;
  width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .present .present-inner img {
    width: 100%;
  }
}

/* メッセージ動画
------------------------------------------------------ */
.message {
  position: relative;
  padding: 8rem 0 14rem;
  background-color: #007564;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 4rem 0 8.8rem;
  }
}
.message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.6rem;
  background-image: url("../images/band_parallel.png");
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .message::after {
    height: 4rem;
    background-size: cover;
  }
}
.message .message-inner {
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .message .message-inner {
    width: 100%;
    padding-inline: 1.6rem;
  }
}
.message .message-title {
  margin-bottom: 3.2rem;
}
.message .message-title img {
  width: 100%;
}
.message .message-video {
  position: relative;
}
.message .message-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.message .message-video img {
  width: 100%;
  height: auto;
  display: block;
}

/* 駐車場
------------------------------------------------------ */
.parking {
  position: relative;
  padding: 8rem 0;
  background-color: #FFF281;
  border-bottom: solid 0.5rem #007564;
}
@media screen and (max-width: 768px) {
  .parking {
    padding: 4rem 0;
  }
}
.parking .parking-inner {
  position: relative;
  z-index: 1;
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .parking .parking-inner {
    width: 100%;
    padding-inline: 1.6rem;
  }
}
.parking .parking-title {
  text-align: center;
  margin-bottom: 0;
}
.parking .parking-title img {
  width: 100%;
}
.parking .parking-info {
  max-width: 96rem;
  margin: 0 auto 3rem;
  padding: 4rem;
  background-color: white;
  border-radius: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .parking .parking-info {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
}
.parking .parking-info p {
  font-size: 3.2rem;
  font-weight: bold;
  color: #007564;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .parking .parking-info p {
    font-size: 2rem;
  }
}
.parking .parking-info span {
  display: inline-block;
  border: 0.3rem solid #007564;
  padding: 0.4rem 0.8rem 0.6rem;
  border-radius: 0.4rem;
  margin-left: 1.6rem;
  font-size: 2.7rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .parking .parking-info span {
    font-size: 1.8rem;
  }
}
.parking .parking-noto {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.parking .parking-noto li {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.56;
  color: #007564;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .parking .parking-noto li {
    font-size: 1.2rem;
  }
}
.parking .parking-noto li::before {
  content: "※";
}

/* お問合せ
------------------------------------------------------ */
.contact {
  position: relative;
  padding: 8rem 0 6rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 4.8rem 0 6.4rem;
  }
}
.contact .contact-inner {
  position: relative;
  z-index: 1;
  max-width: 96rem;
  margin: 0 auto;
  padding-inline: 2rem;
  display: flex;
  justify-content: center;
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  .contact .contact-inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.contact .contact-title img {
  width: 54rem;
}
@media screen and (max-width: 768px) {
  .contact .contact-title img {
    display: block;
    width: 27rem;
    margin: 0 auto;
  }
}
.contact .contact-info {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact .contact-info {
    text-align: center;
  }
}
.contact .contact-info .contact-org {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #007564;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contact .contact-info .contact-org {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.contact .contact-info .contact-tel {
  margin-bottom: 0.8rem;
}
.contact .contact-info .contact-tel img {
  width: 42rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact .contact-info .contact-tel img {
    width: 100%;
  }
}
.contact .contact-info p.contact-info {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1.6rem;
  color: #007564;
}
/* フッター
------------------------------------------------------ */
.footer {
  padding: 2rem 0;
  background-color: #007564;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 1.6rem 0;
  }
}
.footer p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer p {
    font-size: 1.1rem;
  }
}

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