@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
}

.text-arrow-anim {
  position: relative;
}
.text-arrow-anim span {
  position: relative;
  display: block;
}
@media (any-hover: hover) {
  .text-arrow-anim span {
    color: #262e27 !important;
    transform: translateY(0);
    transition: color 0.3s cubic-bezier(0.95, 0.05, 0.71, 0.925) 0.12s, transform 0.32s cubic-bezier(0.95, 0.05, 0.71, 0.925) 0.12s;
  }
  .text-arrow-anim span::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #58a247;
    bottom: -1px;
    opacity: 0;
    transform: scale(0, 1) translateY(-6px);
    transform-origin: left top;
    transition: transform 0.32s cubic-bezier(0.95, 0.05, 0.71, 0.925), opacity 0.3s cubic-bezier(0.95, 0.05, 0.71, 0.925); /*変形の時間*/
  }
  .text-arrow-anim img {
    position: absolute;
    left: calc(50% - 23px);
    width: 40px;
    opacity: 0;
    transform: translate(0px, 14px);
    transform-origin: right top;
    transition: transform 0.35s cubic-bezier(0.95, 0.05, 0.71, 0.925), opacity 0.35s cubic-bezier(0.95, 0.05, 0.71, 0.925);
  }
  .text-arrow-anim:hover span {
    color: #38684f !important;
    transform: translateY(-2px);
  }
  .text-arrow-anim:hover span::after {
    transform: scale(1, 1) translateY(0);
    transform-origin: left top;
    opacity: 1;
  }
  .text-arrow-anim:hover img {
    opacity: 1;
    transform: translate(6px, 0px);
  }
}

.logo-loop {
  animation: loop 250s infinite linear 0.5s both;
}
.logo-loop:nth-of-type(2) {
  animation: loop2 250s infinite linear 0.5s both;
}

.gallery-loop {
  animation: loop 500s infinite linear 0.5s both;
}
.gallery-loop:nth-of-type(2) {
  animation: loop2 500s infinite linear 0.5s both;
}

.gallery-image:nth-of-type(3n + 1) {
  margin-top: 66px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .gallery-image:nth-of-type(3n + 1) {
    margin-top: 190px;
  }
}
.gallery-image:nth-of-type(3n + 2) {
  margin-top: 0;
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .gallery-image:nth-of-type(3n + 2) {
    margin-bottom: 121px;
  }
}
.gallery-image:nth-of-type(3n) {
  margin-top: 38px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .gallery-image:nth-of-type(3n) {
    margin-top: 106px;
    margin-bottom: 34px;
  }
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.wobble-image {
  transform: scale(1.7);
  filter: blur(30px);
  transition: transform 1.3s linear;
}

@media screen and (min-width: 768px) {
  .wobble-image {
    filter: blur(50px);
    transition: transform 1.3s linear;
  }
}
.js-text-effect span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.js-text-effect2 span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.js-text-effect3 span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.js-text-effect4 span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.js-text-effect5 span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.js-text-effect6 span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.js-text-effect7 span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.js-text-effect8 span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.js-text-effect-ornament span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.js-text-effect9 span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.scrollbar-hidden {
  /*スクロールバー非表示（Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
