@charset "UTF-8";
@font-face {
  font-family: "chonburiregular";
  src: url("/assets/fonts/Chonburi/chonburi-regular-webfont.woff2") format("woff2"), url("/assets/fonts/Chonburi/chonburi-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.swiper {
  width: 100%;
  overflow: hidden;
  height: calc(100dvh - 60px);
}
@media screen and (min-width: 769px) {
  .swiper {
    height: calc(100dvh - 80px);
  }
}
.swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.swiper .swiper-slide .hero,
.swiper .swiper-slide .container {
  height: 100%;
}
@media screen and (min-width: 1216px) {
  .swiper .swiper-slide .container {
    max-width: 1152px;
  }
}
.swiper .swiper-slide img.slider-bg {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  min-width: 100%;
}
@media screen and (min-width: 769px) {
  .swiper .swiper-slide img.slider-bg.is-mobile {
    display: none;
  }
}
@media screen and (max-width: calc(769px - 1px)) {
  .swiper .swiper-slide img.slider-bg.is-desktop {
    display: none;
  }
}
.swiper .swiper-slide .title,
.swiper .swiper-slide .subtitle,
.swiper .swiper-slide .is-slide-up,
.swiper .swiper-slide .content {
  opacity: 0; /* 初期状態を透明にする */
  pointer-events: none; /* 初期状態でのクリックを無効化 */
}
.swiper .swiper-slide-active .title,
.swiper .swiper-slide-active .subtitle,
.swiper .swiper-slide-active .content {
  opacity: 1; /* アクティブスライド時に表示 */
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.swiper .swiper-slide-active .title {
  animation-name: slide-down;
}
.swiper .swiper-slide-active .subtitle {
  animation-name: slide-up;
}
.swiper .swiper-slide-active .content[data-slide="2"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
@media screen and (max-width: calc(769px - 1px)) {
  .swiper .swiper-slide-active .content[data-slide="2"] {
    width: 50%;
  }
}
.swiper .swiper-slide-active .content[data-slide="2"] img {
  width: 100%;
  height: auto;
}
.swiper .swiper-slide-active .content[data-slide=top-right] {
  position: absolute;
  top: 0;
  right: 0;
}
.swiper .swiper-slide-active .content[data-slide=top-left] {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper .swiper-slide-active .content[data-slide=bottom-right] {
  position: absolute;
  bottom: 0;
  right: 0;
}
.swiper .swiper-slide-active .content[data-slide=bottom-left] {
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper .swiper-slide-active .is-slide-up {
  position: relative;
  opacity: 1; /* アクティブスライド時に表示 */
  animation-name: slide-up;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  pointer-events: auto; /* アクティブスライド時にクリック可能にする */
}

@keyframes zoomUp {
  0% {
    transform: scale(1.05) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
.insta-swiper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.insta-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insta-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insta-swiper .swiper-pagination {
  top: calc(100% + 1rem);
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.swiper-swipe {
  overflow: hidden;
}
.swiper-swipe figure {
  margin: 0 auto;
}
.swiper-swipe figure img {
  margin: 0 auto;
  display: block;
}
.swiper-swipe .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 50px !important;
  height: 5px !important;
  border-radius: 0 !important;
  margin: 0 4px !important;
  background-color: rgba(201, 201, 201, 0.5);
  transition: background-color 0.3s ease;
}
.swiper-swipe .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0e335d;
}
/*# sourceMappingURL=swiper.css.map */
