@charset "UTF-8";

.page-index {

  /* mvスライダー */
  .hero-swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
  }

  .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .slide-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    cursor: pointer;
  }
}

/* otonabaseセクション */
.otonabase {
  background-image: url(/assets/img/top/otonabase-section-bg-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;

  .otona-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .otonabase-logo {
    flex: 0 0 clamp(250px, 33.333%, 300px);
  }

  .otonabase img {
    width: 100%;
  }

  .text-area {
    color: #fff;
    line-height: 2.5;
    max-width: 600px;
  }

  .btn {
    background-color: #fff;
    color: #5b594f;
    margin-top: 25px;
  }

  @media screen and (max-width: 767px) {
    .otona-flex {
      flex-direction: column;
      align-items: center;
    }

    .content-area {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .gap-15 {
      gap: 36px;
    }

    .text-area {
      line-height: 1.8;
    }
  }

  @media screen and (max-width: 400px) {
    .otonabase-logo {
      max-width: 250px;
    }
  }
}

/* mvスライダー */
.swiper-pagination {
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-color: #fff;
  /* アクティブ */
}

.swiper-pagination-bullet {
  margin: 0 6px;
  background-color: #5b594f;
  /* 非アクティブ */
  opacity: 1;
}