@charset "utf=8";
.all{
    overflow: hidden;
}

.fade-in-image {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 2s ease-out;
    transition-delay: calc(var(--delay) * .5s);
    /* width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
    object-fit: cover; */
  }
  
  .fade-in-image.visible {
    opacity: 1;
    transform: translateY(0);
  }

.confetti canvas {
    height: 150vh;
    width: 100%;
    position: absolute;
}

.firstview{
    height: 150vh;
}
.first-back{
    background-color: #f9f26b;
    height: 100vh;
}
.top-concept{
    position: absolute;
    z-index: 10;
}
.first-svg{
    position: absolute;
    z-index: -1;
}
  
.topimg{
    position: relative;
}
.topimg img:nth-child(1){
    position: absolute;
    width: 42%;
    top: 10em;
    left: 30%;
    z-index: 1000;
}
.topimg img:nth-child(2){
    position: absolute;
    width: 26%;
    top: 3em;
    left: 7%;
}
.topimg img:nth-child(3){
    position: absolute;
    width: 30%;
    top: 7em;
    right: 3%;
}
.catchcopy{
    position: relative;
}
.catchcopy h1{
    position: absolute;
    background-color: #fff;
    line-height: 2.5em;
    padding: 0 0.5em 0 1.2em;
    font-size: 3em;
    font-weight: bold;
    left: 3%;
    top: 12em;
    z-index: 1001;
}
.top-concept{
    text-align: center;
    width: 100vw;
    margin: 3em auto;
}
.top-concept p{
    line-height: 3em;
    margin-top: 10em;
}
.omocha{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.omocha img{
    position: absolute;
}
.sheep{
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    width: 30%;
    min-width: 270px;
    left: 5%;
    bottom: -1em;
    rotate: -15deg;
    transition: 1.5s ease-in-out;
}
.redcar{
    animation: fuwafuwacar 3s ease-in-out infinite alternate;
    /* transform: scale(-1, 1); */
    width: 20%;
    min-width: 180px;
    bottom: -3em;
    right: 0;
    transition: 1.5s ease-in-out;
}
@keyframes fuwafuwacar {
    0% {
      transform:translate(-1, 1) rotate(35deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(-1, 1) rotate(-35deg);
    }
  }
  @keyframes fuwafuwa {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
  }
.link-button-area{
    margin: 4em auto;
}
.link-button-area .link-button{
    display: inline-block;
    background-color: #fcd701;
    border-radius: 33px;
    transition: 0.3s;
    padding: 1.3em 3em;
    text-align: center;
}
.link-button:hover{
    background-color: #ff9124;
}


.slick{
    display: flex;
    padding-top: 8em;
    padding-bottom: 5em;
}
.slick li img{
    width: 300em;
}
.slick li {
    margin-inline: 5px;
}
.slick img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
}
.slick {
    width: 90%;
    margin: 0 auto 50px;
}

.fadeInl {
    transform: translate3d(-50px, 0, 0);
    transition: 1s;
    opacity: 0;
}
.fadeInl.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.plan img,
.facilities img{
    width: 100%;
}
.plan,
.facilities{
    position: relative;
    max-width: 100vw;
}
.plan-title,
.facilities-title{
    position: absolute;
    top: 45%;
    left: 10%;
    font-weight: bold;
    font-size: 3em;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    transition: 0.5s;
}
.plan:hover .plan-title{
    opacity: 0;
    left: 20%;
}
.facilities:hover .facilities-title{
    opacity: 0;
    left: 3%;
}
.plan-summary,
.facilities-summary{
    position: absolute;
    top: 0;
    color: #fff;
    background-color: #fcd701;
    height: 100%;
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.plan-summary img,
.facilities-summary img{
    width: 20%;
    max-width: 200px;
    max-height: 500px;
}
.facilities-summary img{
    rotate: 25deg;
}
.plan-summary img{
    transform: scale(-1, 1);
    rotate: -25deg;
}
.plan-summary{
    position: absolute;
    left: -100%;
    top: 0;
    overflow: hidden;
    transition: 0.8s;
}
.plan:hover .plan-summary{
    left: 0;
}
.facilities-summary{
    position: absolute;
    right: -100%;
    top: 0;
    overflow: hidden;
    transition: 0.8s;
}
.facilities:hover .facilities-summary{
    right: 0;
}
.plan-summary h2,
.facilities-summary h2{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 5em;
}
.plan-img,
.facilities-img{
    transition: 0.8s;
    filter: brightness(90%);
}
.plan:hover .plan-img,
.facilities:hover .facilities-img{
    filter: brightness(50%);
}
.balloon1,
.balloon2{
    position: relative;
    width: 100%;
    height: 1%;
}
.balloon1 img{
    position: absolute;
    top: -1000%;
    left: 10%;
}
.balloon2 img{
    position: absolute;
    top: -100%;
    right: 10%;
    overflow: hidden;
}
.arrow {
    position: relative;
    display: inline-block;
    width: 5em;
    height: 3px;
    margin-top: 29px;
    border-radius: 9999px;
    background-color: #fff;
    position: absolute;
    bottom: 5em;
}
.arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 2em;
    height: 3px;
    border-radius: 9999px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
}

/* news */
.fadeIn {
    transform: translate3d(50px, 0, 0);
    transition: 1s;
    opacity: 0;
  }
  
  .fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
.news{
    width: 90%;
    background-color: #f84d4e;
    border-radius: 30px;
    margin: 10em auto;    
}
.news h2{
    width: 8em;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 4em;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #fff;
    margin: 0 auto 2em;
}
.news ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.news ul .content{
    width: 25%;
    background-color: #fff;
    border-radius: 30px;
}
.img-hidden img{
    aspect-ratio: 1.5/1;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.content{
    transition: 0.3s;
}
.news-contents{
    margin: 4em auto;
    width: 80%;
    line-height: 2em;
}
.news ul li a .new{
    background-color: #fcd701;
    border-radius: 5px;
    color: #fff;
    padding: 2px 2em;
    margin: 0 2em;
}
.news ul li a .event{
    background-color: #38bfff;
    border-radius: 5px;
    color: #fff;
    padding: 2px 2em;
    margin: 0 2em;
}
.news-contents p{
    margin-top: 2em;
    font-weight: bold;
}
.content:hover{
    scale: 1.1;
}
.news-link-button-area{
    margin-top: 4em;
    text-align: center;
    padding-bottom: 5em;
}
.news-link-button{
    background-color: #f84d4e;
    color: #f4f1ec;
    border: 2px solid #f4f1ec;
    border-radius: 33px;
    padding: 1.3em 3em;
    transition: 0.3s;
}
.news-link-button:hover{
    color: #f84d4e;
    background-color: #f4f1ec;
}


/* access */
.access{
    max-width: 90%;
    margin: 0 auto;
}
.access h2{
    width: 8em;
    display: block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 4em;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #000;
    margin: 0 auto 1.5em;
    position: relative;
}
.access h2::before {
    position: absolute;
    top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 8em;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    content: 'ACCESS';
    z-index: -1;
}
.gmap{
    aspect-ratio: 16/9;
    width: 90%;
    height: auto;
    max-width: 1200px;
}
.access .gglmap{
    text-align: center;
}
.access-txt{
    display: flex;
}
.access-address,
.access-summary{
    width: 50%;
    padding: 8%;
    text-align: center;
}
.access-address h3{
    font-size: 1.3em;
    font-weight: bold;
    line-height: 3em;
}
.access-summary .link-button-area{
    width: inherit;
}
.access-summary .link-button-area a{
    justify-content: flex-end;
}