/* ------------------------------
 ヒーローエリアスライド */
/* .sydney-hero-area,
#slideshow {
  width: 100%;
  height: 100vh !important;
  position: relative;
} */

/* ------------------------------
   背景bg＋スライダー画像（完成形）
-------------------------------- */
.hero-stack {
  position: relative;
  overflow: visible;
}
.header-slider {
  position: relative;
  height: 98vh;
  min-height: 520px;
  overflow: hidden;
}

/* 背景（固定） */
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* Swiper（上に乗る） */
.hero-swiper {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 50%;
}
.hero-swiper .swiper-wrapper {
  height: 100%;
}
.hero-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-swiper .swiper-slide img {
  max-height: 120%;
  width: auto;
  max-width: 800px;
  object-fit: contain;
}

/* ナビゲーション */
.hero-stack .swiper-button-prev,
.hero-stack .swiper-button-next {
  z-index: 4;
}

.hero-stack .swiper-pagination {
  z-index: 4;
}

/* ------------------------------
   スライダー画像微調整
-------------------------------- */
.swiper,
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  /*   z-index: 0; */
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  width: 96%;
  height: 96%;
  object-fit: cover;
  display: block;
}

/* ------------------------------
   モバイル
-------------------------------- */
@media (max-width: 767px) {
  .header-slider {
    height: 70vh;
    min-height: 420px;
  }

  .hero-swiper {
    width: 100%;
  }

  .hero-swiper .swiper-slide {
    justify-content: center;
    padding-left: 0;
  }

  .hero-swiper img {
    max-width: 90%;
  }
}

/* ------------------------------
   スライド: text-slider-stopped */
.slide-inner.text-slider-stopped > .contain > h2.maintitle {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 100px !important;
  margin-bottom: 16px !important;
}
.slide-inner.text-slider-stopped > .contain > .subtitle.title1,
.slide-inner.text-slider-stopped > .contain > .subtitle.title2 {
  text-align: left;
  padding-left: 8%;
  padding-top: 0 !important;
}
.slide-inner.text-slider-stopped > .contain > .subtitle.title1 {
  padding-bottom: 0 !important;
}
.slide-inner.text-slider-stopped > .contain > .subtitle.title2 {
  padding-bottom: 10% !important;
}
.slide-inner.text-slider-stopped > .contain > .subtitle.title3,
.slide-inner.text-slider-stopped > .contain > .subtitle.title4 {
  padding-top: 0 !important;
  color: black;
  text-shadow: none;
}
.slide-inner.text-slider-stopped > .contain > .subtitle.title3 {
  padding-bottom: 0 !important;
}
.slide-inner.text-slider-stopped > .contain > .subtitle.title4 {
  padding-bottom: 8% !important;
  margin-top: -2%;
}
