:root {
  --gg-green:#18943B;
  --gg-beige:#F5F6D5;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.2px;
}

p {
  line-height: 1.8;
  letter-spacing: 1.2px;
}

html {
  background-color: #F5F6D5;
  font-size: 1.0416666667vw;
}

.sideMenu a {
  text-decoration: none;
  color: var(--gg-beige);
}

.menuWidth {
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
}

.HamburgerMenu {
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.MenuDis {
  display: block;
}

.sideMenu {
  background-color: var(--gg-green);
  height: 100vh;
  overflow-y: auto;
  padding-top: 110px;
  position: fixed;
  right: -550px;
  transition: all 0.6s;
  top: 0;
  width: 90%;
  max-width: 450px;
  z-index: 200;
}

.sideMenu li {
  padding: 25px 15px 25px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sideMenu a {
  width: 100%;
  line-height: 1.5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger {
  height: 60px;
  position: absolute;
  right: 3.5vw;
  top: 3vw;
  width: 60px;
  z-index: 300;
  border-radius: 10px;
  background-color: var(--gg-beige);
}

.hamburger span {
  background-color: var(--gg-green);
  height: 5px;
  /* height: 3px; */
  left: 12.5px;
  position: absolute;
  transition: all 0.6s;
  width: 35px;
  border-radius: 3px;
}

.hamburger__lineTop {
  top: 19px;
}

.hamburger__lineCenter {
  top: 39px;
}

.hamburger__lineBottom {
  top: 37px;
}

.overlay {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}

.nav-open .sideMenu {
  right: 0;
}

.nav-open .hamburger__lineTop {
  top: 29px;
  transform: rotate(45deg);
}

.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}

.nav-open .hamburger__lineBottom {
  top: 29px;
  transform: rotate(-45deg);
}

.nav-open .overlay {
  opacity: 0.4;
  visibility: visible;
}

ul {
  list-style: none;
}

.sideMenuLogo {
  /* margin-top: 110px; */
  position: absolute;
  max-width: 250px;
  width: 60%;
  /* bottom: 90px; */
  /* left: 40px; */
  bottom: 25vh;
  right: 0;
  left: 0;
  margin: auto;
}

.sideMenuLogo img {
  width: 100%;
}

.sideMenuTitle {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
  font-style: normal;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.section_margin {
  margin: 220px 0;
}

.keyvisual_block {
  width: 95%;
  margin: 0px auto 0 auto;
  padding: 2%;
}
.keyvisual_block img {
  width: 100%;
}

.greengreen_cover {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  z-index: 5;
  pointer-events: none;
}
.greengreen_cover img {
  width: 100%;
  height: 100%;
}

.ggcover_left {
  height: 100vh;
  position: fixed;
  z-index: 6;
}
.ggcover_left img {
  height: 100%;
}

.ggcover_right {
  height: 100vh;
  position: fixed;
  z-index: 6;
  right: 0;
}
.ggcover_right img {
  height: 100%;
}

.keyvisual_icons {
  width: 90%;
  margin: 0 auto;
}
.keyvisual_icons img {
  width: 100%;
}

.event-info_logo {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto 100px auto;
}
.event-info_logo img {
  width: 100%;
}

.event-info {
  position: relative;
}
.event-info p {
  text-align: center;
  color: var(--gg-green);
  font-size: 1.2rem;
  line-height: 2.8;
}
.event-info .info_bg1 {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
  width: 30%;
}
.event-info .info_bg1 img {
  width: 100%;
}
.event-info .info_bg2 {
  position: absolute;
  right: 0;
  bottom: -550px;
  z-index: -1;
  width: 25%;
}
.event-info .info_bg2 img {
  width: 100%;
}

.whats_greengreen {
  width: 40%;
}
.whats_greengreen img {
  width: 100%;
}

.gg_state {
  width: 55%;
}
.gg_state h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: var(--gg-beige);
}
.gg_state p {
  font-size: 0.95rem;
  color: var(--gg-beige);
  font-weight: 400;
  line-height: 2;
}
.gg_state button a {
  display: block;
  background-color: var(--gg-beige);
  width: 220px;
  height: 50px;
  color: var(--gg-green);
  cursor: pointer;
  line-height: 50px;
  border-radius: 50px;
  margin-top: 30px;
  font-size: 0.9rem;
}

.greengreen {
  scroll-snap-type: y mandatory;
}
.greengreen h3 {
  font-size: 3rem;
  color: var(--gg-green);
  line-height: 2.2;
  width: auto;
  margin: 0 auto;
}

.gg_bg {
  background-color: var(--gg-green);
  border-radius: 15px;
  padding: 4% 8%;
  display: flex;
  gap: 30px 5%;
  flex-wrap: wrap;
  align-items: center;
}

.contents_title {
  max-width: 1200px;
  width: 50%;
  margin: 0 auto;
}
.contents_title img {
  width: 100%;
}

.section_title {
  text-align: center;
  color: var(--gg-green);
}
.section_title span {
  display: block;
  font-size: 0.9rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section_title h2 {
  font-size: 3rem;
  line-height: 1;
  margin: 25px 0 40px 0;
  text-indent: 5px;
  letter-spacing: 5px;
}
.section_title .title_wave {
  width: 160px;
}

.contents_flex1 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  flex-wrap: wrap;
  gap: 100px 4%;
}
.contents_flex1 .contents_block1 {
  width: 42%;
}
.contents_flex1 .contents_block1 .contents_image {
  width: 100%;
}
.contents_flex1 .contents_block1 img {
  width: 100%;
}
.contents_flex1 .contents_block1 h4 {
  font-size: 2rem;
  color: var(--gg-green);
  text-align: center;
  margin-bottom: 15px;
  margin-top: 25px;
}
.contents_flex1 .contents_block1 p {
  text-align: center;
  font-size: 0.9rem;
  color: var(--gg-green);
}

.contents_flex2 {
  display: flex;
  justify-content: center;
  margin-top: 150px;
  flex-wrap: wrap;
  gap: 100px 4%;
}
.contents_flex2 .contents_block2 {
  width: 29%;
}
.contents_flex2 .contents_block2 img {
  width: 100%;
}
.contents_flex2 .contents_block2 h4 {
  font-size: 1.8rem;
  color: var(--gg-green);
  text-align: center;
  margin-bottom: 15px;
  margin-top: 25px;
}
.contents_flex2 .contents_block2 p {
  text-align: center;
  font-size: 0.8rem;
  color: var(--gg-green);
}

.contents_block__center {
  margin-top: 250px;
}

.artist_flex {
  display: flex;
  justify-content: space-around;
  margin-top: 120px;
  flex-wrap: wrap;
  gap: 70px 0;
}
.artist_flex .artist_block {
  width: 30%;
}
.artist_flex .artist_block img {
  width: 100%;
}
.artist_flex .artist_block h4 {
  font-size: 1.3rem;
  color: var(--gg-green);
  text-align: center;
  margin-top: 28px;
  margin-bottom: 15px;
}
.artist_flex .artist_block p {
  font-size: 0.8rem;
  color: var(--gg-green);
}

.comingsoon {
  margin: 120px 0 300px 0;
}
.comingsoon p {
  font-size: 5rem;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: var(--gg-green);
}

.event_info {
  max-width: 800px;
  width: 90%;
  margin: 100px auto 0 auto;
}

.event_flex {
  display: flex;
  gap: 20px 30px;
  padding-bottom: 15px;
  padding: 40px 8%;
  background-image: linear-gradient(to right, #18943B 8px, transparent 8px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  flex-wrap: wrap;
}
.event_flex h4 {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--gg-green);
  width: 80px;
  letter-spacing: 5px;
  font-weight: 500;
}
.event_flex p {
  font-size: 1.2rem;
  line-height: 1;
  flex: 1;
  color: var(--gg-green);
  font-weight: 400;
}

.access_map {
  margin-top: 100px;
}
.access_map iframe {
  width: 100%;
  height: 550px;
}

.access_flex {
  margin-top: 60px;
  display: flex;
  gap: 60px 4%;
  flex-wrap: wrap;
  justify-content: center;
}

.access_wave {
  width: 60px;
  margin: 20px 0 20px 0;
}

.access_block h4 {
  font-size: 1.5rem;
  color: var(--gg-green);
  font-weight: 500;
}
.access_block p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--gg-green);
  line-height: 2;
}

footer {
  padding: 200px 0;
  position: relative;
  z-index: 3;
}
footer small {
  display: block;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 10vh;
  color: var(--gg-green);
  font-weight: 300;
}

.footer_logo {
  max-width: 380px;
  width: 60%;
  margin: 0 auto;
}
.footer_logo svg {
  width: 100%;
}

.footer_snsicon {
  width: 30px;
  margin: 0px auto 5px auto;
}
.footer_snsicon svg {
  width: 100%;
  height: 100%;
}

.footer_sns {
  margin-top: 10vh;
}
.footer_sns p {
  font-size: 0.9rem;
  color: var(--gg-green);
  text-align: center;
}

.gg_bgforsp {
  display: none;
}

.brsp {
  display: none;
}

.timetable_flex {
  display: flex;
  justify-content: space-between;
  gap: 40px 0;
  margin-top: 80px;
  flex-wrap: wrap;
}

.timetable_block {
  width: 48%;
}
.timetable_block img {
  width: 100%;
}

.vendor_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 3%;
  margin-top: 80px;
}

.vendor_block {
  width: 42%;
}

.vendor_list {
  text-align: center;
  margin-bottom: 50px;
}
.vendor_list h4 {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: var(--gg-green);
}
.vendor_list p {
  font-size: 0.8rem;
}

.food_list {
  max-width: 1080px;
  width: 80%;
  margin: 90px auto 0 auto;
}
.food_list p {
  font-size: 1rem;
  color: var(--gg-green);
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 20px;
  }
  .vendor_block {
    width: 47%;
  }
}
@media screen and (max-width: 1024px) {
  .ggcover_text {
    display: none;
  }
  html {
    font-size: 1.5625vw;
  }
  .event-info_logo {
    width: 80%;
  }
  .event-info p {
    font-size: 1.6rem;
  }
  .section_margin {
    margin: 180px 0;
  }
  .whats_greengreen {
    width: 80%;
  }
  .gg_bgforsp {
    display: block;
  }
  .gg_bgforpc {
    display: none;
  }
  .gg_bg {
    margin: 0 auto;
    justify-content: center;
    padding: 60px 5%;
  }
  .gg_state {
    width: 80%;
  }
  .gg_state h4 {
    font-size: 2.2rem;
  }
  .gg_state button a {
    font-size: 1rem;
  }
  .gg_state p {
    font-size: 1.2rem;
  }
  .contents_title {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.5041736227vw;
  }
  .event-info p {
    font-size: 1.5rem;
    line-height: 2.3;
  }
  .brsp {
    display: block;
  }
  .event-info_logo {
    margin: 0 auto 60px auto;
  }
  .section_margin {
    margin: 160px 0;
  }
  .whats_greengreen {
    width: 100%;
  }
  .gg_state {
    width: 100%;
  }
  .gg_state h4 {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .gg_state p {
    text-align: center;
    font-size: 1.3rem;
  }
  .gg_state button {
    display: block;
    margin: 0 auto;
  }
  .gg_state button a {
    margin-top: 40px;
    font-size: 1.2rem;
  }
  .contents_flex1 .contents_block1 {
    width: 100%;
  }
  .contents_flex1 .contents_block1 h4 {
    font-size: 3rem;
  }
  .contents_flex1 .contents_block1 p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .contents_flex1 .contents_block1 .contents_image {
    width: 80%;
    margin: 0 auto;
  }
  .contents_flex2 .contents_block2 {
    width: 100%;
  }
  .contents_block__center {
    margin-top: 0;
  }
  .contents_flex2 {
    margin-top: 100px;
    gap: 80px 0;
  }
  .contents_block2 .contents_image {
    width: 80%;
    margin: 0 auto;
  }
  .contents_flex2 .contents_block2 h4 {
    font-size: 2.6rem;
  }
  .contents_flex2 .contents_block2 p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .comingsoon {
    margin: 80px 0 200px;
  }
  .section_title .title_wave {
    width: 120px;
  }
  .section_title h2 {
    margin: 20px 0 35px;
  }
  .section_title span {
    font-size: 1.2rem;
  }
  .contents_flex1 {
    margin-top: 70px;
    gap: 80px 0;
  }
  .artist_flex {
    justify-content: center;
    margin-top: 80px;
  }
  .artist_flex .artist_block {
    width: 80%;
  }
  .artist_flex .artist_block h4 {
    font-size: 1.8rem;
    margin-top: 22px;
  }
  .artist_flex .artist_block p {
    font-size: 1.1rem;
  }
  .footer_sns p {
    font-size: 1.2rem;
  }
  footer small {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .access_block h4 {
    font-size: 1.8rem;
  }
  .access_block p {
    font-size: 1.1rem;
  }
  .event_info {
    margin: 50px auto 0 auto;
  }
  .event_flex h4 {
    width: 100%;
    font-size: 1.5rem;
  }
  .event_flex p {
    font-size: 1.5rem;
  }
  .access_map {
    margin-top: 80px;
  }
  .sideMenuTitle {
    font-size: 2.2rem;
  }
  .access_map iframe {
    height: 350px;
  }
  .event-info .info_bg2 {
    bottom: -80px;
  }
  .timetable_flex {
    justify-content: center;
  }
  .timetable_block {
    width: 95%;
  }
  .vendor_block {
    width: 85%;
  }
  .vendor_list {
    text-align: center;
    margin-bottom: 50px;
  }
  .vendor_list h4 {
    font-size: 1.9rem;
    margin-bottom: 8px;
    color: var(--gg-green);
  }
  .vendor_list p {
    font-size: 1.1rem;
  }
  .food_list p {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=index.css.map */