@charset "utf-8";

.intro {
  padding-top: calc(135px + (135 / 1920 * 100%));
  padding-bottom: 115px;
  background: linear-gradient(0deg, #E3EB98 calc(135px + (800 / 1920 * 100%)), #fff calc(135px + (800 / 1920 * 100%)));
}
.intro__kv__heading {
  position: relative;
  z-index: 2;
  flex: 1;
  opacity: 0;
  transform: translateY(40%);
}
.loaded .intro__kv__heading {
  transition: opacity 1s, transform .75s;
  opacity: 1;
  transform: translateY(0);
}
.intro__kv__heading img {
  position: relative;
  z-index: 1;
  top: 21px;
  left: calc(100 / 460 * 100%);
  display: block;
  width: calc(552 / 460 * 100%);
  max-width: none;
  margin-right: calc(92 / 460 * -100%);
}
.intro__kv__photo {
  z-index: 1;
  width: calc(1460 / 1920 * 100%);
  overflow: hidden;
}
.intro__kv__photo img {
  opacity: 0;
  transform: scale(1.1);
}
.loaded .intro__kv__photo img {
  transition: opacity 1s ease-in-out, transform 1.2s;
  opacity: 1;
  transform: scale(1);
}
.intro__content {
  max-width: 1000px;
  margin-top: 100px;
  gap: 50px min(calc(50 / 1000 * 100%), 50px);
}
.intro__content__desc {
  flex: 1;
}
.intro__content__copy {
  font-size: clamp(12px, calc(16 / 1200 * 100vw), 16px);
  line-height: 2.875;
  margin-block: calc((2.875 - 1) / 2 * -1em);
}
.intro__content__copy em {
  font-style: normal;
  background: linear-gradient(0deg, #FAC03D 0%, #FAC03D 50%, transparent 50%);
}
.intro__content__photo {
  width: calc(406 / 1000 * 100%);
}
.intro__movie {
  margin-top: 100px;
}
.intro__movie__content {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-top: 60px;
  aspect-ratio: 1920 / 1080;
}
.intro__movie__content iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px){
  .intro {
    padding-top: 110px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px){
  .intro {
    background: linear-gradient(0deg, #E3EB98 calc(135px + (420 / 767 * 100%)), #fff calc(135px + (420 / 767 * 100%)));
  }
}
@media screen and (max-width: 480px){
  .intro {
    padding-bottom: 80px;
    background: linear-gradient(180deg, #fff calc(110px + (340 / 380 * 100vw)), #E3EB98 calc(110px + (340 / 380 * 100vw)));
  }
  .intro__kv__heading img {
    top: 0;
    left: calc(20 / 70 * 100%);
    width: calc(302 / 70 * 100%);
    margin-right: calc(252 / 70 * -100%);
  }
  .intro__kv__photo {
    width: calc(310 / 380 * 100%);
    aspect-ratio: 310 / 400;
    margin-top: calc(92 / 380 * 100%);
  }
  .intro__kv__photo img {
    height: 100%;
    object-fit: cover;
  }
  .intro__content {
    margin-top: 45px;
    gap: 45px 0;
  }
  .intro__content__desc {
    flex: 1 0 100%;
  }
  .intro__content__copy {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2.714285714;
    margin-block: calc((2.714285714 - 1) / 2 * -1em);
  }
  .intro__content__photo {
    width: 100%;
  }
  .intro__movie {
    margin-top: 45px;
  }
  .intro__movie__content {
    margin-top: 40px;
  }
}



.parklife {
  padding-top: 65px;
  background: #fff;
}
.parklife__content {
  position: relative;
  z-index: 1;
  max-width: 1510px;
}
.parklife__content + .parklife__content {
  margin-top: -1px;
}
.parklife__content::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc((var(--window-half-width) - 50%) * -1);
  width: calc(var(--window-half-width) * 2);
  height: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  pointer-events: none;
}
.parklife__content::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  box-sizing: content-box;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  pointer-events: none;
}
.parklife__heading {
  grid-area: heading;
}
.section-en-heading img {
  width: auto;
  height: clamp(38px, calc(58 / 1200 * 100vw), 58px);
}
.parklife__content__photo--1 {
  grid-area: photo1;
}
.parklife__content__copy--1 {
  grid-area: copy1;
}
.parklife__content__copy img {
  width: auto;
}
.parklife__content__photo--2 {
  grid-area: photo2;
}
.parklife__content__photo--3 {
  grid-area: photo3;
}
.parklife__content--1 {
  grid-template:
  ". heading heading heading heading heading ." auto
  ". . . . . . ." 60px
  ". photo1 photo1 photo1 photo1 photo1 ." auto
  ". . . . . . ." 65px
  ". . copy1 . photo2 . ." auto
  ". . . . photo2 . ." 65px
  ". . photo3 . photo2 . ." 1fr
  / max(calc(50% - 500px), 30px) calc(20 / 1510 * 100%) minmax(0, 437px) calc(40 / 1510 * 100%) minmax(0, 473px) calc(30 / 1510 * 100%) max(calc(50% - 500px), 30px);
  align-items: start;
  padding-top: 65px;
  padding-bottom: 80px;
}
.parklife__content--1 .parklife__content__photo--3 img {
  max-width: 420px;
}
.parklife__content--2 {
  grid-template:
  ". photo1 photo1 photo1 photo1 photo1 ." auto
  ". . . . . . ." 65px
  ". . photo2 . copy1 . ." auto
  ". . photo2 . . . ." 65px
  ". . photo2 . photo3 . ." 1fr
  / max(calc(50% - 500px), 30px) calc(20 / 1510 * 100%) minmax(0, 546px) calc(40 / 1510 * 100%) minmax(0, 364px) calc(30 / 1510 * 100%) max(calc(50% - 500px), 30px);
  align-items: start;
  padding-block: 80px;
}
.parklife__content--2 .parklife__content__copy--1 {
  text-align: right;
  box-sizing: border-box;
  padding-right: calc(14 / 364 * 100%);
}
.parklife__content--3 {
  grid-template:
  ". photo1 photo1 photo1 photo1 photo1 ." auto
  ". . . . . . ." 65px
  ". . copy1 . photo2 . ." auto
  ". . . . photo2 . ." 85px
  ". . photo3 photo3 photo2 . ." 1fr
  / max(calc(50% - 500px), 30px) calc(20 / 1510 * 100%) minmax(0, 380px) calc(40 / 1510 * 100%) minmax(0, 473px) calc(87 / 1510 * 100%) max(calc(50% - 500px), 30px);
  align-items: start;
  padding-block: 80px;
}
.parklife__content--3 .parklife__content__photo--2 {
  z-index: 2;
}
.parklife__content--3 .parklife__content__photo--3 {
  z-index: 1;
  left: calc(79 / 420 * 100%);
  margin-left: auto;
  width: calc(364 / 420 * 100%);
}
@media screen and (max-width: 480px){
  .parklife {
    padding-top: 50px;
  }
  .parklife__content::after {
    content: none;
  }
  .section-en-heading img {
    height: calc(40 / 375 * 100vw);
  }
  .parklife__content--1 {
    grid-template:
    ". heading heading ." auto
    ". . . ." 40px
    "photo1 photo1 photo1 photo1" auto
    ". . . ." 30px
    ". copy1 copy1 ." auto
    ". . . ." 50px
    ". . photo2 photo2" auto
    ". . . ." 50px
    ". photo3 photo3 ." auto
    / calc(20 / 380 * 100%) calc(20 / 380 * 100%) minmax(0, 1fr) calc(20 / 380 * 100%);
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .parklife__content--1 .parklife__content__photo--3 img {
    max-width: calc(314 / 340 * 100%);
  }
  .parklife__content--2 {
    grid-template:
    "photo1 photo1 photo1 photo1 photo1" auto
    ". . . . ." 30px
    ". copy1 copy1 copy1 ." auto
    ". . . . ." 50px
    "photo2 photo2 photo2 . ." auto
    ". . . . ." 50px
    ". . photo3 photo3 ." auto
    / calc(20 / 380 * 100%) calc(60 / 380 * 100%) minmax(0, 1fr) calc(20 / 380 * 100%) calc(20 / 380 * 100%);
    padding-block: 60px;
  }
  .parklife__content--2 .parklife__content__copy--1 {
    padding-right: 0;
  }
  .parklife__content--3 {
    grid-template:
    "photo1 photo1 photo1 photo1" auto
    ". . . ." 30px
    ". copy1 copy1 ." auto
    ". . . ." 30px
    ". . photo2 ." auto
    "photo3 photo3 photo3 ." auto
    / calc(20 / 380 * 100%) calc(60 / 380 * 100%) minmax(0, 1fr) calc(20 / 380 * 100%);
    padding-block: 60px;
  }
  .parklife__content--3 .parklife__content__photo--3 {
    left: 0;
    margin-left: 0;
    width: auto;
    margin-top: -14px;
  }
}



.map {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding-bottom: 95px;
  background: #fff;
}
.map__heading {
  padding-block: 38px;
  background: #E3EB98;
}
.map__content__desc {
  max-width: 1700px;
  margin-top: 20px;
}
.map__content__desc img {
  width: auto;
}
@media screen and (max-width: 1200px){
  .map__content__photo {
    width: 1920px;
  }
}
@media screen and (max-width: 480px){
  .map {
    padding-bottom: 60px;
  }
  .map__heading {
    padding-block: 42px;
  }
  .map__content {
    margin-top: 40px;
  }
  .map__content__photo {
    width: 1200px;
  }
  .map__content__desc {
    margin-top: 40px;
  }
}



.relax {
  padding-bottom: 115px;
  background: #fff;
  --color-section: #D3B380;
}
.section-en-heading-wrap {
  position: relative;
  z-index: 1;
}
.section-en-heading-photo {
  z-index: 1;
}
.section-en-heading-wrap .section-en-heading {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: calc(65 / 1920 * 100%);
}
.relax__content {
  position: relative;
  z-index: 1;
  max-width: 1164px;
  flex-wrap: wrap;
  gap: 59px calc(59 / 1164 * 100%);
}
.relax__content__photo {
  width: calc(665 / 1164 * 100%);
}
.relax__content__desc {
  flex: 1;
}
.section-heading {
  font-size: clamp(18px, calc(28 / 1200 * 100vw), 28px);
  line-height: 1.714285714;
  margin-block: calc((1.714285714 - 1) / 2 * -1em);
}
.section-copy {
  font-size: clamp(12px, calc(16 / 1200 * 100vw), 16px);
  line-height: 2.125;
  margin-block: calc((2.125 - 1) / 2 * -1em);
}
.section-heading + .section-copy {
  margin-top: calc(30px - ((2.125 - 1) / 2 * 1em));
}
.section-copy em {
  font-style: normal;
  background: linear-gradient(0deg, var(--color-section) 0%, var(--color-section) 50%, transparent 50%);
}
.section-caution {
  font-size: clamp(10px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2.428571429;
  margin-top: calc(20px - ((2.428571429 - 1) / 2 * 1em));
  margin-bottom: calc((2.428571429 - 1) / 2 * -1em);
}
.relax__content--1 {
  margin-top: 65px;
}
.relax__content--1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -65px;
  right: calc((var(--window-half-width) - 50%) * -1);
  width: calc(var(--window-half-width) * 2);
  height: calc(100% + 65px + 272px);
  background: linear-gradient(90deg, #fff calc(205 / 1920 * 100%), #BCD7E4 calc(205 / 1920 * 100%));
}
.relax__content--1 .relax__content__ex {
  margin-top: 30px;
}
.relax__content--2 {
  margin-top: 127px;
}
.section-other {
  max-width: 1164px;
}
.section-other-heading img {
  width: auto;
  height: clamp(28px, calc(38 / 1200 * 100vw), 38px);
}
.section-other-list {
  margin-top: 20px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 50px calc(42 / 1164 * 100%);
}
.section-other-item-heading {
  font-size: clamp(16px, calc(22 / 1200 * 100vw), 22px);
  line-height: 2;
  margin-top: calc(30px - ((2 - 1) / 2 * 1em));
  margin-bottom: calc((2 - 1) / 2 * -1em);
}
.section-other-item-copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2.428571429;
  margin-top: calc(30px - ((2.428571429 - 1) / 2 * 1em));
  margin-bottom: calc((2.428571429 - 1) / 2 * -1em);
}
.section-other-item-copy em {
  font-style: normal;
  background: linear-gradient(0deg, var(--color-section) 0%, var(--color-section) 50%, transparent 50%);
}
.relax__other {
  margin-top: 100px;
}
.relax__other__item--2 .relax__other__item-photo img {
  height: calc(253 / 233 * 100%);
  margin-top: calc(20 / 360 * -100%);
}
.relax__other__item--2 .relax__other__item-photo .p-caption {
  padding: 0;
}
@media screen and (max-width: 480px){
  .relax {
    padding-bottom: 70px;
  }
  .section-en-heading-wrap .section-en-heading {
    margin-top: calc(37 / 380 * 100%);
  }
  .relax__content {
    gap: 30px 0;
  }
  .relax__content__photo {
    width: 100%;
  }
  .relax__content__desc {
    flex: 1 0 100%;
  }
  .section-heading {
    font-size: calc(18 / 375 * 100vw);
  }
  .section-copy {
    font-size: calc(12 / 375 * 100vw);
    line-height: 2.083333333;
    margin-block: calc((2.083333333 - 1) / 2 * -1em);
  }
  .section-heading + .section-copy {
    margin-top: calc(20px - ((2.083333333 - 1) / 2 * 1em));
  }
  .section-caution {
    margin-top: calc(10px - ((2.428571429 - 1) / 2 * 1em));
  }
  .relax__content--1 {
    margin-top: 50px;
  }
  .relax__content--1::before {
    top: -50px;
    height: calc(100% + 50px + 180px);
    background: linear-gradient(90deg, #fff calc(50 / 380 * 100%), #BCD7E4 calc(50 / 380 * 100%));
  }
  .relax__content--1 .relax__content__ex {
    margin-top: 35px;
  }
  .relax__content--2 {
    margin-top: 55px;
  }
  .section-other-heading img {
    height: calc(30 / 375 * 100vw);
  }
  .section-other-list {
    margin-top: 30px;
    grid-template-columns: 100%;
    gap: 50px 0;
  }
  .section-other-item-heading {
    font-size: calc(18 / 375 * 100vw);
  }
  .section-other-item-copy {
    font-size: calc(12 / 375 * 100vw);
    line-height: 2.083333333;
    margin-top: calc(20px - ((2.083333333 - 1) / 2 * 1em));
    margin-bottom: calc((2.083333333 - 1) / 2 * -1em);
  }
  .relax__other {
    margin-top: 55px;
  }
  .relax__other__item--2 .relax__other__item-photo img {
    margin-top: 0;
  }
}



.community {
  padding-bottom: 115px;
  background: #fff;
  --color-section: #CEDC3C;
}
.community__content {
  position: relative;
  z-index: 1;
  max-width: 1164px;
  flex-wrap: wrap;
  gap: 59px calc(59 / 1164 * 100%);
}
.community__content__photo {
  width: calc(665 / 1164 * 100%);
}
.community__content__desc {
  flex: 1;
}
.community__content--1 {
  margin-top: 65px;
}
.community__content--1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -65px;
  right: calc((var(--window-half-width) - 50%) * -1);
  width: calc(var(--window-half-width) * 2);
  height: calc(100% + 65px + 58px + 87px);
  background: linear-gradient(-90deg, #fff calc(205 / 1920 * 100%), #FDE1AE calc(205 / 1920 * 100%));
}
.community__content--1 .community__content__fes {
  width: 100%;
  margin-top: calc(149 / 1164 * -100%);
  margin-bottom: calc(87 / 1164 * -100%);
  text-align: right;
}
.community__content--1 .community__content__fes img {
  max-width: calc(440 / 1164 * 100%);
}
.community__other {
  margin-top: 100px;
}
@media screen and (min-width: 481px) and (max-width: 767px){
  .community__content--1 .community__content__fes {
    margin-top: 0;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 480px){
  .community {
    padding-bottom: 70px;
  }
  .community__content {
    gap: 30px 0;
  }
  .community__content__photo {
    width: 100%;
  }
  .community__content__desc {
    flex: 1 0 100%;
  }
  .community__content--1 {
    margin-top: 50px;
  }
  .community__content--1::before {
    top: -50px;
    height: calc(100% + 50px + 115px);
    background: linear-gradient(-90deg, #fff calc(50 / 380 * 100%), #FDE1AE calc(50 / 380 * 100%));
  }
  .community__content--1 .community__content__fes {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .community__content--1 .community__content__fes img {
    max-width: 100%;
  }
  .community__other {
    margin-top: 55px;
  }
}



.discovery {
  padding-bottom: 115px;
  background: #fff;
  --color-section: #BCD7E4;
}
.discovery__content {
  position: relative;
  z-index: 1;
  max-width: 1164px;
  flex-wrap: wrap;
  gap: 59px calc(59 / 1164 * 100%);
}
.discovery__content__desc {
  flex: 1;
}
.discovery__content--1 {
  margin-top: 65px;
}
.discovery__content--1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -65px;
  right: calc((var(--window-half-width) - 50%) * -1);
  width: calc(var(--window-half-width) * 2);
  height: calc(100% + 65px + 260px);
  background: linear-gradient(90deg, #fff calc(205 / 1920 * 100%), #E4CFB0 calc(205 / 1920 * 100%));
}
.discovery__content--1 .discovery__content__photo {
  width: calc(665 / 1164 * 100%);
}
.discovery__content--2 {
  margin-top: 125px;
}
.discovery__content--2 .discovery__content__photo {
  width: calc(716 / 1164 * 100%);
}
.discovery__other {
  margin-top: 70px;
}
@media screen and (max-width: 480px){
  .discovery {
    padding-bottom: 80px;
  }
  .discovery__content {
    gap: 30px 0;
  }
  .discovery__content__desc {
    flex: 1 0 100%;
  }
  .discovery__content--1 {
    margin-top: 50px;
  }
  .discovery__content--1::before {
    top: -50px;
    height: calc(100% + 50px + 180px);
    background: linear-gradient(90deg, #fff calc(50 / 380 * 100%), #E4CFB0 calc(50 / 380 * 100%));
  }
  .discovery__content--1 .discovery__content__photo {
    width: 100%;
  }
  .discovery__content--2 {
    margin-top: 50px;
  }
  .discovery__content--2 .discovery__content__photo {
    width: 100%;
  }
  .discovery__other {
    margin-top: 55px;
  }
}