@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
* {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-behavior: auto;
  }
}

html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  html, body {
    -webkit-overflow-scrolling: touch;
  }
}

.line-break {
  display: block;
}

svg#blob-defs {
  position: absolute;
}

body {
  overflow-x: hidden;
}

h2 {
  font-size: 45px;
  font-weight: 900;
  color: #444;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
@media screen and (max-width: 1220px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  h2 {
    font-size: 30px;
  }
}

section {
  padding: 100px 0;
}

.section__container {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
  background: #4AD921;
}
header nav, header h1, header p, header a {
  position: relative;
  z-index: 0;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  padding: 20px;
  top: 0;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 520px) {
  header nav h1 {
    display: block;
    width: 100%;
  }
}
header nav h1 a {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
}
header nav h1 a img {
  width: 100%;
  height: auto;
}
header nav ul.hav__menu__wrapper {
  display: block;
  position: fixed;
  top: 160px;
  left: 2%;
  z-index: 999;
}
header nav ul.hav__menu__wrapper li {
  line-height: 1.7;
}
header nav ul.hav__menu__wrapper li a {
  font-size: 20px;
  font-weight: 500;
  color: #1f8701;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  header nav ul.hav__menu__wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px 0;
    background: rgba(74, 217, 33, 0.8);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }
  header nav ul.hav__menu__wrapper li a {
    font-size: 20px;
    font-weight: 500;
    color: white;
  }
}
header #kv {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 5;
}
header #kv div.kv__wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
header #kv div.kv__wrapper h2 {
  display: block;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 25px;
  z-index: 15;
  opacity: 0;
  animation: popIn 0.6s forwards;
  animation-delay: 2.5s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper h2 {
    top: 20vh;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper h2 {
    top: 17vh;
  }
}
header #kv div.kv__wrapper h2 svg {
  stroke: transparent;
  width: 100%;
  margin: 0 auto 50px;
}
header #kv div.kv__wrapper h2 svg text {
  font-size: 30px;
  font-weight: 700;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  fill: #004EA2;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper h2 svg text {
    font-size: 50px;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper h2 svg text {
    font-size: 70px;
  }
}
header #kv div.kv__wrapper h2 svg text textPath {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
header #kv div.kv__wrapper h2 svg text textPath tspan {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
header #kv div.kv__wrapper h2 svg text textPath tspan.char-1 {
  fill: #FF0000;
  font-weight: 900;
}
header #kv div.kv__wrapper h2 svg text textPath tspan.char-2 {
  fill: #009389;
  font-weight: 900;
}
header #kv div.kv__wrapper h2 svg text textPath tspan.char-3 {
  fill: #81B02E;
  font-weight: 900;
}
header #kv div.kv__wrapper h2 svg text textPath tspan.char-4 {
  fill: #F38200;
  font-weight: 900;
}
header #kv div.kv__wrapper h2 svg text textPath tspan.char-5 {
  fill: #FF0000;
  font-weight: 900;
}
header #kv div.kv__wrapper h2 svg text textPath tspan.char-6 {
  fill: #009389;
  font-weight: 900;
}
header #kv div.kv__wrapper ul.clouds {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
}
header #kv div.kv__wrapper ul.clouds li.cloud {
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
  animation: popIn 0.6s forwards;
}
header #kv div.kv__wrapper ul.clouds li.cloud.bounce-animation {
  animation: popIn 0.6s forwards, continuousBounce 3s ease-in-out infinite;
}
header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(1) {
  width: min(20vw, 300px);
  top: 15vh;
  left: 20vw;
  animation-delay: 0.2s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(1) {
    width: min(30vw, 400px);
    top: 15vh;
    left: 15vw;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(1) {
    top: 29vh;
    left: 10vw;
  }
}
header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(2) {
  width: min(25vw, 400px);
  top: 7vh;
  left: 60vw;
  animation-delay: 1.4s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(2) {
    width: min(35vw, 500px);
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(2) {
    top: 23vh;
  }
}
header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(3) {
  width: min(22vw, 500px);
  top: 43vh;
  left: 8vw;
  z-index: 5;
  animation-delay: 1.8s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(3) {
    width: min(32vw, 600px);
    left: -1vw;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(3) {
    left: -7vw;
  }
}
header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(4) {
  width: min(17vw, 400px);
  top: 63vh;
  left: 70vw;
  z-index: 10;
  animation-delay: 0.8s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(4) {
    width: min(27vw, 500px);
    top: 76vh;
    left: 67vw;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(4) {
    top: 85vh;
  }
}
header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(5) {
  width: min(22vw, 500px);
  top: 85vh;
  left: 18vw;
  z-index: 5;
  animation-delay: 1.2s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(5) {
    width: min(32vw, 600px);
    top: 90vh;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(5) {
    top: 95vh;
  }
}
header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(6) {
  width: min(35vw, 800px);
  top: 75vh;
  right: -4vw;
  z-index: 5;
  animation-delay: 1.6s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(6) {
    width: min(45vw, 500px);
    top: 86vh;
    right: -19vw;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(6) {
    top: 92vh;
  }
}
header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(7) {
  width: min(35vw, 700px);
  top: 70vh;
  left: -11vw;
  animation-delay: 0.6s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(7) {
    width: min(45vw, 700px);
    top: 85vh;
    left: -18vw;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(7) {
    top: 90vh;
  }
}
header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(8) {
  width: min(40vw, 800px);
  top: 77vh;
  left: 35vw;
  animation-delay: 1s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(8) {
    width: min(50vw, 700px);
    top: 85vh;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(8) {
    top: 90vh;
  }
}
header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(9) {
  width: min(25vw, 800px);
  top: 50vh;
  right: -5vw;
  animation-delay: 0.4s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(9) {
    width: min(35vw, 800px);
    top: 60vh;
    right: -11vw;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper ul.clouds li.cloud:nth-child(9) {
    top: 70vh;
  }
}
header #kv div.kv__wrapper ul.clouds li.cloud img {
  display: block;
  width: 100%;
  height: auto;
}
header #kv div.kv__wrapper .slider_wrapper {
  width: 100%;
  height: 100vh;
  opacity: 0;
  transform: scale(0.8);
  animation: popIn 0.6s forwards;
  animation-delay: 2.2s;
}
header #kv div.kv__wrapper .slider_wrapper .kv__logo {
  position: absolute;
  top: 30vh;
  left: 39vw;
  transform: translate(-50%, -50%);
  width: min(25vw, 400px);
  height: auto;
  z-index: 5;
  opacity: 0;
  transform: scale(0.8);
  animation: popIn 0.6s forwards;
  animation-delay: 2.8s;
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper .slider_wrapper .kv__logo {
    width: min(35vw, 400px);
    top: 40vh;
    left: 35vw;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper .slider_wrapper .kv__logo {
    width: min(60vw, 400px);
    top: 45vh;
    left: 25vw;
  }
}
header #kv div.kv__wrapper .slider_wrapper .slider {
  width: 100%;
  height: auto;
}
header #kv div.kv__wrapper .slider_wrapper .slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph {
  aspect-ratio: 1/1;
  width: min(70vw, 70vh, 800px);
  height: auto;
  max-width: 800px;
  max-height: 800px;
  margin: 22vh auto 0 auto;
  position: relative;
}
@media screen and (max-width: 1536px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph {
    width: min(80vw, 80vh, 900px);
    height: min(80vw, 80vh, 900px);
  }
}
@media screen and (max-width: 1366px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph {
    width: min(75vw, 75vh, 700px);
    max-width: 700px;
    max-height: 700px;
  }
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph {
    width: min(70vw, 70vh, 1500px);
    max-width: 1500px;
    max-height: 1500px;
    margin-top: 35vh;
  }
}
@media screen and (max-width: 960px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph {
    margin-top: 36vh;
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph {
    width: min(140vw, 140vh, 1000px);
    height: min(140vw, 140vh, 1000px);
    max-width: 1000px;
    max-height: 1000px;
    margin-top: 30vh;
    transform: translateX(-18vw);
  }
}
@media screen and (max-width: 390px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph {
    width: min(140vw, 140vh, 1000px);
    height: min(150vw, 150vh, 1000px);
  }
}
header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph .mask-rotator {
  width: 100%;
  height: 100%;
  position: relative;
}
header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph .mask-rotator img.morph__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  clip-path: url(#blobClip);
  transform: scale(1);
}
@media screen and (max-width: 1536px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph .mask-rotator img.morph__img {
    transform: scale(1.8);
  }
}
@media screen and (max-width: 1366px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph .mask-rotator img.morph__img {
    transform: scale(2);
  }
}
@media screen and (max-width: 1220px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph .mask-rotator img.morph__img {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 960px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph .mask-rotator img.morph__img {
    transform: scale(1.9);
  }
}
@media screen and (max-width: 520px) {
  header #kv div.kv__wrapper .slider_wrapper .slider .slide figure.morph .mask-rotator img.morph__img {
    margin-bottom: 5vh;
    transform: scale(1.5);
  }
}

section.section__intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 25vh 0 0 0;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  section.section__intro {
    padding: 10vh 0 0 0;
  }
}
section.section__intro .section__container {
  font-size: 22px;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
section.section__intro .section__container .section__inner {
  display: block;
  position: relative;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 520px) {
  section.section__intro .section__container .section__inner {
    width: 80%;
  }
}
section.section__intro .section__container .section__inner:nth-of-type(1) {
  width: 55%;
  margin-top: 0;
}
@media screen and (max-width: 520px) {
  section.section__intro .section__container .section__inner:nth-of-type(1) {
    width: 80%;
  }
}
section.section__intro .section__container .section__inner:nth-of-type(2) {
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  background: rgba(129, 176, 46, 0.1);
}
@media screen and (max-width: 960px) {
  section.section__intro .section__container .section__inner:nth-of-type(2) {
    padding: 35px 50px 50px 50px;
  }
}
@media screen and (max-width: 520px) {
  section.section__intro .section__container .section__inner:nth-of-type(2) {
    padding: 35px 10% 30px 10%;
  }
}
section.section__intro .section__container .section__inner:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  background: rgba(129, 176, 46, 0.5);
  z-index: -1;
}
section.section__intro .section__container .section__inner p {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: justify;
}
section.section__intro .section__container .section__inner p.span--emphasis {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 70px 0;
}
section.section__intro .section__container .section__inner h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
  padding-bottom: 30px;
  width: 100%;
  z-index: 5;
}
section.section__intro .section__container .section__inner ul {
  display: block;
  position: relative;
  width: 100%;
  width: 55%;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 960px) {
  section.section__intro .section__container .section__inner ul {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  section.section__intro .section__container .section__inner ul {
    width: 100%;
  }
}
section.section__intro .section__container .section__inner ul:nth-of-type(1) li {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  section.section__intro .section__container .section__inner ul:nth-of-type(1) li {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 30px;
  }
}
section.section__intro .section__container .section__inner ul:nth-of-type(1) li span {
  font-size: 22px;
  font-weight: 600;
  margin-right: 30px;
  padding: 7px 20px;
  background: white;
  border-radius: 25px;
}
@media screen and (max-width: 520px) {
  section.section__intro .section__container .section__inner ul:nth-of-type(1) li span {
    font-size: 20px;
    display: block;
    width: 92px;
    margin-bottom: 20px;
    padding: 5px 20px;
  }
}
section.section__intro .section__container .section__inner ul:nth-of-type(2) {
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 20px 30px 20px 46px;
  background: white;
  border-radius: 10px;
  text-indent: -16px;
}

section.section__mayor-greeting {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0auto;
  padding: 25vh 20px 100px 20px;
  z-index: 10;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  section.section__mayor-greeting {
    padding: 10vh 20px 0 20px;
  }
}
section.section__mayor-greeting canvas#kv-bg {
  z-index: 1;
  pointer-events: none;
}
section.section__mayor-greeting .section__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  section.section__mayor-greeting .section__container {
    width: 95%;
  }
}
section.section__mayor-greeting .section__container .section__inner--left {
  flex: 1 1 400px;
  width: 50%;
  margin-top: 0;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 1366px) {
  section.section__mayor-greeting .section__container .section__inner--left {
    margin-top: 0;
  }
}
@media screen and (max-width: 1220px) {
  section.section__mayor-greeting .section__container .section__inner--left {
    width: 30%;
  }
}
section.section__mayor-greeting .section__container .section__inner--left p {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  color: #444;
  position: relative;
  width: 90%;
  z-index: 5;
}
@media screen and (max-width: 1366px) {
  section.section__mayor-greeting .section__container .section__inner--left p {
    width: 100%;
  }
}
section.section__mayor-greeting .section__container .section__inner--left .mayor-heading-blob--behind {
  position: absolute;
  width: 30%;
  top: 15%;
  left: 5%;
  transform: rotate(130deg);
  opacity: 0.5;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  section.section__mayor-greeting .section__container .section__inner--left .mayor-heading-blob--behind {
    width: 60%;
    top: 5vh;
    left: 5%;
  }
}
section.section__mayor-greeting .section__container .section__inner--left ul {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-top: 30px;
  column-gap: 20px;
}
section.section__mayor-greeting .section__container .section__inner--left ul li:last-child {
  font-size: 25px;
}
section.section__mayor-greeting .section__container .section__inner--right {
  flex: 1 1 300px;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 1220px) {
  section.section__mayor-greeting .section__container .section__inner--right {
    width: 70%;
  }
}
section.section__mayor-greeting .section__container .section__inner--right figure.morph.mayor-morph {
  position: absolute !important;
  width: 280px;
  height: 280px;
  margin: 0 auto 20px;
  position: relative;
  width: 240px;
  height: 240px;
  width: 200px;
  height: 200px;
}
section.section__mayor-greeting .section__container .section__inner--right .mask-rotator {
  width: 100%;
  height: 100%;
}
section.section__mayor-greeting .section__container .section__inner--right .mask-rotator img.morph__img {
  width: 80%;
  height: auto;
  object-fit: cover;
  clip-path: url(#blobClipMayor);
  transform: scale(1.4);
}

section.section__goals {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0;
  z-index: 5;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  section.section__goals {
    padding-top: 100px;
  }
}
section.section__goals .section__container {
  padding: 0;
}
@media screen and (max-width: 1220px) {
  section.section__goals .section__container {
    width: 80%;
  }
}
section.section__goals .section__container h2 {
  text-align: center;
  margin-bottom: 70px;
}
section.section__goals .section__container .section__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  padding: 2% 0;
  border-radius: 25px;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  section.section__goals .section__container .section__wrapper:nth-of-type(2) .section__inner--left {
    order: 2;
  }
}
section.section__goals .section__container .section__wrapper .section__inner--left {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 520px) {
  section.section__goals .section__container .section__wrapper .section__inner--left {
    width: 100%;
  }
}
section.section__goals .section__container .section__wrapper .section__inner--left h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: right;
  color: #444;
  line-height: 1.4;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  section.section__goals .section__container .section__wrapper .section__inner--left h3 {
    font-size: 23px;
  }
}
section.section__goals .section__container .section__wrapper .section__inner--left h3 span {
  font-size: 28px;
  font-weight: 700;
  color: #444;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  section.section__goals .section__container .section__wrapper .section__inner--left h3 span {
    font-size: 23px;
  }
}
section.section__goals .section__container .section__wrapper .section__inner--left p {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
section.section__goals .section__container .section__wrapper .section__inner--right {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 520px) {
  section.section__goals .section__container .section__wrapper .section__inner--right {
    width: 100%;
  }
}
section.section__goals .section__container .section__wrapper .section__inner--right h3 {
  font-size: 28px;
  font-weight: 700;
  color: #444;
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  section.section__goals .section__container .section__wrapper .section__inner--right h3 {
    font-size: 23px;
  }
}
section.section__goals .section__container .section__wrapper .section__inner--right h3 span {
  font-size: 28px;
  font-weight: 700;
  color: #444;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
section.section__goals .section__container .section__wrapper .section__inner--right p {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
section.section__goals .section__container .section__wrapper .heading-blob--behind {
  position: absolute;
  width: 50%;
  top: -80%;
  z-index: 1;
  opacity: 0.5;
}
section.section__goals .section__container .section__wrapper:nth-of-type(1) .heading-blob--behind {
  left: 20%;
  transform: rotate(50deg);
}
section.section__goals .section__container .section__wrapper:nth-of-type(2) .heading-blob--behind {
  left: -10%;
  transform: rotate(100deg);
}
section.section__goals .section__container .section__wrapper:nth-of-type(3) .heading-blob--behind {
  transform: rotate(150deg);
}
@media screen and (max-width: 520px) {
  section.section__goals .section__container .section__wrapper:nth-of-type(3) .heading-blob--behind {
    margin-top: 40px;
  }
}
section.section__goals > .heading-blob--behind {
  position: absolute;
  height: 90%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  section.section__goals > .heading-blob--behind {
    height: 90%;
    left: -10vw;
  }
}
@media screen and (max-width: 520px) {
  section.section__goals > .heading-blob--behind {
    left: -75vw;
  }
}

section.section__snack-collaboration {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 100px 0;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  section.section__snack-collaboration {
    padding: 0;
  }
}
section.section__snack-collaboration p, section.section__snack-collaboration span, section.section__snack-collaboration li, section.section__snack-collaboration ul {
  font-feature-settings: "palt";
  font-weight: 300;
  letter-spacing: 0.2rem;
}
section.section__snack-collaboration .section__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 50px;
  background: rgba(129, 176, 46, 0.05);
  border-radius: 25px;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  section.section__snack-collaboration .section__container {
    width: 95%;
    padding: 10px;
  }
}
section.section__snack-collaboration .section__container img.flag {
  display: block;
  position: absolute;
  top: -130px;
  right: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section.section__snack-collaboration .section__container img.flag {
    top: -100px;
  }
}
@media screen and (max-width: 520px) {
  section.section__snack-collaboration .section__container img.flag {
    width: 100%;
    top: -50px;
  }
}
section.section__snack-collaboration .section__container img.sunako__collaboration {
  width: 100%;
}
@media screen and (max-width: 520px) {
  section.section__snack-collaboration .section__container img.sunako__collaboration {
    display: none;
  }
}
section.section__snack-collaboration .section__container .sunako__collaboratio--sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 520px) {
  section.section__snack-collaboration .section__container .sunako__collaboratio--sp {
    display: block;
  }
}
section.section__snack-collaboration .section__container h2 {
  font-weight: 700;
  color: #444;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
  margin-bottom: 70px;
}
section.section__snack-collaboration .section__container .item__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  section.section__snack-collaboration .section__container .item__container {
    gap: 50px;
  }
}
@media screen and (max-width: 520px) {
  section.section__snack-collaboration .section__container .item__container {
    gap: 20px;
  }
}
section.section__snack-collaboration .section__container .item__container .item__inner {
  width: 47%;
  height: auto;
  text-align: center;
  background: white;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  section.section__snack-collaboration .section__container .item__container .item__inner {
    width: 100%;
  }
}
section.section__snack-collaboration .section__container .item__container .item__inner img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
section.section__snack-collaboration .section__container .item__container .item__inner h3 {
  font-size: 35px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.1em;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #4AD921;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  section.section__snack-collaboration .section__container .item__container .item__inner h3 {
    width: 95%;
  }
}
section.section__snack-collaboration .section__container .item__container .item__inner h4 {
  font-size: 25px;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.1em;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  section.section__snack-collaboration .section__container .item__container .item__inner h4 {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  section.section__snack-collaboration .section__container .item__container .item__inner h4 {
    font-size: 23px;
  }
}
section.section__snack-collaboration .section__container .item__container .item__inner p {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: justify;
  width: 90%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 1024px) {
  section.section__snack-collaboration .section__container .item__container .item__inner p {
    width: 90%;
  }
}
section.section__snack-collaboration .section__container .item__container .item__inner ul {
  margin-bottom: 30px;
  padding: 0 5%;
}
section.section__snack-collaboration .section__container .item__container .item__inner ul li {
  display: flex;
  font-size: 18px;
  align-content: center;
  align-items: center;
  line-height: 1.6;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 1366px) {
  section.section__snack-collaboration .section__container .item__container .item__inner ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  section.section__snack-collaboration .section__container .item__container .item__inner ul li {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
section.section__snack-collaboration .section__container .item__container .item__inner ul li:nth-of-type(3) span.border {
  letter-spacing: 0;
}
section.section__snack-collaboration .section__container .item__container .item__inner ul li span {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  section.section__snack-collaboration .section__container .item__container .item__inner ul li span {
    display: block;
  }
}
section.section__snack-collaboration .section__container .item__container .item__inner ul li span span {
  padding-left: 18px;
  text-indent: -18px;
}
section.section__snack-collaboration .section__container .item__container .item__inner ul li span.border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5em;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 10px;
  padding: 8px 20px;
  border: solid thin #444;
  border-radius: 25px;
}

section.section__smadori-hopping {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  background: black;
  z-index: 1;
}
section.section__smadori-hopping::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  top: -2px;
  left: 0;
  margin: 0;
  padding: 0;
  background: url("/cms/wp-content/themes/code_tcd090-child/img/yuzawa-machi_lp/cloud_bottom-line.svg") no-repeat center center;
  background-size: cover;
  background-origin: border-box;
  background-clip: content-box;
  z-index: 5;
  transform: rotate(180deg);
}
section.section__smadori-hopping .snack-tour__img {
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section.section__smadori-hopping .snack-tour__img img {
  display: inline-block;
  position: relative;
  width: 60%;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 520px) {
  section.section__smadori-hopping .snack-tour__img img {
    width: 90%;
  }
}
section.section__smadori-hopping p, section.section__smadori-hopping span, section.section__smadori-hopping li, section.section__smadori-hopping ul {
  font-feature-settings: "palt";
  font-weight: 300;
  letter-spacing: 0.2rem;
}
section.section__smadori-hopping .section__container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 25px;
  z-index: 5;
}
@media screen and (max-width: 520px) {
  section.section__smadori-hopping .section__container {
    width: 90%;
  }
}
section.section__smadori-hopping .section__container .section__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  z-index: 5;
}
section.section__smadori-hopping .section__container .section__wrapper .section__inner--left {
  flex: 1 1 400px;
  width: 50%;
  min-width: 300px;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 5;
}
section.section__smadori-hopping .section__container .section__wrapper .section__inner--left h2 {
  color: white;
  margin-bottom: 50px;
}
section.section__smadori-hopping .section__container .section__wrapper .section__inner--left h2 span {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding-top: 10px;
}
section.section__smadori-hopping .section__container .section__wrapper .section__inner--left p {
  font-size: 18px;
  line-height: 1.6;
  color: white;
  width: 90%;
}
@media screen and (max-width: 1366px) {
  section.section__smadori-hopping .section__container .section__wrapper .section__inner--left p {
    width: 100%;
  }
}
section.section__smadori-hopping .section__container .section__wrapper .section__inner--right {
  flex: 1 1 400px;
  width: 50%;
  min-width: 300px;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 5;
}
section.section__smadori-hopping .section__container .section__wrapper .section__inner--right ul li {
  display: flex;
  font-size: 18px;
  align-content: center;
  align-items: center;
  line-height: 1.6;
  color: white;
  width: 90%;
  padding: 10px 0;
}
@media screen and (max-width: 1366px) {
  section.section__smadori-hopping .section__container .section__wrapper .section__inner--right ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  section.section__smadori-hopping .section__container .section__wrapper .section__inner--right ul li {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
section.section__smadori-hopping .section__container .section__wrapper .section__inner--right ul li span {
  font-size: 18px;
  display: inline-block;
}
section.section__smadori-hopping .section__container .section__wrapper .section__inner--right ul li span.border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5em;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 20px;
  padding: 8px 20px;
  border: solid thin white;
  border-radius: 25px;
}
section.section__smadori-hopping .section__container .section__wrapper .button_wrapper {
  display: block;
  text-align: center;
  width: 100%;
  margin: 20px auto;
}
section.section__smadori-hopping .section__container .section__wrapper .button_wrapper a {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: white;
  display: inline-block;
  padding: 10px 50px;
  background: #4AD921;
  border-radius: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  section.section__smadori-hopping .section__container .section__wrapper .button_wrapper a {
    font-size: 20px;
  }
}
section.section__smadori-hopping .section__container .section__wrapper .button_wrapper a:hover {
  color: yellow;
  background: #00A0E9;
}

section.section__cocktails {
  display: block;
  position: relative;
  width: 100%;
}
section.section__cocktails::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  top: -198px;
  left: 0;
  margin: 0;
  padding: 0;
  background: url("/cms/wp-content/themes/code_tcd090-child/img/yuzawa-machi_lp/cloud_bottom-line.svg") no-repeat center center;
  background-size: cover;
  background-origin: border-box;
  background-clip: content-box;
  z-index: 1;
}
section.section__cocktails .section__container {
  width: 80%;
  max-width: 1200px;
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container {
    width: 90%;
  }
}
section.section__cocktails .section__container h2 {
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  z-index: 1;
}
section.section__cocktails .section__container h2 span {
  font-size: 45px;
  font-weight: 900;
  padding-left: 5px;
}
@media screen and (max-width: 960px) {
  section.section__cocktails .section__container h2 span {
    font-size: 42px;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container h2 span {
    font-size: 30PX;
  }
}
section.section__cocktails .section__container .section__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 70px;
  position: relative;
  padding: 50px;
  background: rgba(247, 237, 226, 0.3);
  margin-top: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container .section__wrapper {
    padding: 30px;
  }
}
section.section__cocktails .section__container .section__wrapper h3 + p {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  width: 90%;
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container .section__wrapper h3 + p {
    width: 100%;
  }
}
section.section__cocktails .section__container .section__wrapper h3 + p span {
  display: table;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 5px;
  border: solid thin #444;
}
section.section__cocktails .section__container .section__wrapper .item--left {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 49%;
}
@media screen and (max-width: 1024px) {
  section.section__cocktails .section__container .section__wrapper .item--left {
    width: 47%;
  }
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container .section__wrapper .item--left {
    width: 100%;
  }
}
section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left {
  display: block;
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1220px) {
  section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left {
    order: 2;
  }
  section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left span.line-break {
    display: inline;
  }
}
section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left h3 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left h3 span {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left ul {
  margin-top: 30px;
}
section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left ul h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
section.section__cocktails .section__container .section__wrapper .item--left .item__inner--left ul li span {
  font-size: 18px;
  padding-left: 20px;
}
section.section__cocktails .section__container .section__wrapper .item--left .item__inner--right {
  display: block;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1220px) {
  section.section__cocktails .section__container .section__wrapper .item--left .item__inner--right {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container .section__wrapper .item--left .item__inner--right {
    margin-top: 0;
    margin-bottom: 30px;
    order: 1;
  }
}
section.section__cocktails .section__container .section__wrapper .item--left .item__inner--right img {
  width: 100%;
  height: auto;
}
section.section__cocktails .section__container .section__wrapper .item--right {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 49%;
}
@media screen and (max-width: 1024px) {
  section.section__cocktails .section__container .section__wrapper .item--right {
    width: 47%;
  }
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container .section__wrapper .item--right {
    width: 100%;
  }
}
section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left {
  display: block;
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1220px) {
  section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left {
    order: 2;
  }
}
section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left h3 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 15px;
}
section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left h3 span {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left ul {
  margin-top: 30px;
}
section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left ul h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  padding-right: 20px;
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left ul li {
    padding-right: 0;
  }
}
section.section__cocktails .section__container .section__wrapper .item--right .item__inner--left ul li span {
  padding-left: 20px;
}
section.section__cocktails .section__container .section__wrapper .item--right .item__inner--right {
  display: block;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1220px) {
  section.section__cocktails .section__container .section__wrapper .item--right .item__inner--right {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  section.section__cocktails .section__container .section__wrapper .item--right .item__inner--right {
    margin-top: 28px;
  }
}
@media screen and (max-width: 520px) {
  section.section__cocktails .section__container .section__wrapper .item--right .item__inner--right {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
section.section__cocktails .section__container .section__wrapper .item--right .item__inner--right img {
  width: 100%;
  height: auto;
}

.button__back-to-top {
  display: inline-block;
  position: fixed;
  bottom: 10%;
  right: 5%;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  .button__back-to-top {
    right: 3%;
    bottom: 5%;
  }
}
.button__back-to-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.3s;
  z-index: 4;
}
.button__back-to-top a {
  font-size: 25px;
  font-weight: 500;
  color: white;
  position: relative;
  padding: 60px 50px 40px 50px;
  background: url("/cms/wp-content/themes/code_tcd090-child/img/yuzawa-machi_lp/cloud_button-01.svg") no-repeat center center/contain;
  border-radius: 500px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .button__back-to-top a {
    font-size: 18px;
    padding: 40px 30px 30px 30px;
  }
}
.button__back-to-top a:hover {
  color: yellow;
  background: url("/cms/wp-content/themes/code_tcd090-child/img/yuzawa-machi_lp/cloud_button-02.svg") no-repeat center center/contain;
  background-display: none;
}

footer {
  background: #4AD921;
}
footer .footer__inner {
  padding: 35px;
}
footer .footer__inner p {
  display: block;
  opacity: 1;
  visibility: visible;
  color: white;
  transform: translateY(0);
}

canvas#kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bounce {
  animation: bounce 0.4s ease;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes continuousBounce {
  0%, 100% {
    transform: scale(1) translateY(0px);
  }
  25% {
    transform: scale(1.02) translateY(-5px);
  }
  50% {
    transform: scale(0.98) translateY(2px);
  }
  75% {
    transform: scale(1.01) translateY(-3px);
  }
}
.section__goals {
  position: relative;
}
.section__goals .radiate-icon {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.section__goals .radiate-icon img {
  width: 60px;
  height: auto;
  display: block;
}

@media screen and (max-width: 960px) {
  .section__goals .radiate-icon img {
    width: 45px;
  }
}
@media screen and (max-width: 520px) {
  .section__goals .radiate-icon img {
    width: 35px;
  }
}
/* スクロールアニメーション */
.scroll-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.scroll-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.menu {
  position: fixed;
  top: -15%;
  right: -15%;
  width: 5%;
  height: 5%;
  background-color: #F5F7EC;
  color: #333;
  transition: 0.3s ease;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 999;
  /* メニューが開いているとき */
  /* メニューリストのスタイル */
}
@media screen and (max-width: 520px) {
  .menu {
    right: -35%;
  }
}
.menu.open {
  width: 110vh;
  height: 110vh;
}
@media screen and (max-width: 1024px) {
  .menu.open {
    width: 70vh;
    height: 70vh;
  }
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 35vh;
  margin-left: 25vh;
}
@media screen and (max-width: 1024px) {
  .menu ul {
    margin-top: 25vh;
  }
}
@media screen and (max-width: 520px) {
  .menu ul {
    margin-top: 20vh;
    margin-left: 20vh;
  }
}
.menu li {
  padding: 20px 0;
}
.menu li a {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  display: block;
}
.menu li a::before {
  content: "⚫︎";
  font-size: 14px;
  color: #238C3D;
  display: none;
  visibility: hidden;
  margin-right: 20px;
  transform: translateY(-2px);
  opacity: 0;
  transition: 0.3s;
}
.menu li a:hover {
  color: #238C3D;
}
.menu li a:hover::before {
  display: inline-block;
  margin-right: 10px;
  visibility: visible;
  opacity: 1;
}

/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 20;
  /* バツ印に変化するスタイル */
}
@media screen and (max-width: 520px) {
  .hamburger {
    top: 30px;
    right: 30px;
  }
}
.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #238C3D;
  margin: 10px 0;
  transition: 0.4s;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.scroll-animate {
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* 本番環境ではホッピングツアーページで店舗リストとモーダル内のimgがpタグに囲まれてしまうため、以下のpを表示 */
section.section__restaurant-list__container .restaurant-list__wrapper .restaurant__wrapper .item__wrapper > p {
  display: block !important;
}

#restaurant-list > div > div > div.modal__container.is-open > div.modal__content > p {
  display: block !important;
}

#sunack-bar-list > div.restaurant-list__wrapper > div > div.modal__container.is-open > div.modal__content > p {
  display: block !important;
}