@charset "UTF-8";
.wrap02 {
  display: grid;
  max-width: 980px;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.wrap02 .swiper-container02 {
  background-color: aqua;
}
.wrap02 .swiper-container {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.wrap02 .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap02 .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0;
  position: relative;
}
.wrap02 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wrap02 .swiper-container .swiper-wrapper .swiper-slide .openday {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #565656;
  letter-spacing: 0.08em;
  padding: 6px 18px 4px;
  background-color: #ffffff;
}
.swiperWrap {
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5px;
  right: 8px;
  left: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 3px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  margin: 0;
  background-color: #fff;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d9d9d9;
}

.js-swiper-section {
  /* Swiper本体 */
}
.js-swiper-section .comSwiper {
  width: 100%;
}
.js-swiper-section .comSwiper .swiper-slide {
  height: auto;
}
.js-swiper-section .comSwiper .swiper-slide .imgArea {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.js-swiper-section .comSwiper .swiper-slide .imgArea .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: initial;
}
.js-swiper-section .comSwiper .swiper-slide {
  /* テキスト */
}
.js-swiper-section .comSwiper .swiper-slide .slide-content h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  font-family: "Shippori Mincho", sans-serif;
}
.js-swiper-section .comSwiper .swiper-slide .slide-content p {
  font-size: 12px;
  color: #8e8e8e;
  padding-bottom: initial;
}
.js-swiper-section {
  /* コントロール（スクロールバーとボタン） */
}
.js-swiper-section .controls-wrapper {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* スクロールバー */
}
.js-swiper-section .controls-wrapper .swiper-scrollbar {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: calc(100% - 70px) !important;
  /* ボタンの幅分引く */
  height: 1px !important;
  background: #cacaca !important;
}
.js-swiper-section .controls-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #707070 !important;
}
.js-swiper-section .controls-wrapper {
  /* ナビボタン */
}
.js-swiper-section .controls-wrapper .nav-buttons {
  display: flex;
  gap: 10px;
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom {
  width: 24px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #999;
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom:hover {
  background-color: #f0f0f0;
  color: #333;
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom svg {
  width: 6px;
  height: auto;
  fill: currentColor;
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom {
  /* Swiperの無効状態（Swiperがこのclassを付与する想定） */
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}/*# sourceMappingURL=swiper.css.map */