@charset "utf-8";
/* CSS Document */


.gallery-wrapper {
	width: 100%;
	position: relative;
    overflow: hidden;
}

.gallery-inner {
	height: 100%;
}

.gallery-inner > div {
	height: 100%;
}

.swiper-wrapper {
 	width: auto;
	height: 100%;
    box-sizing: border-box !important;
	z-index: 0 !important;
}

.swiper-wrapper .swiper-slide {
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
	list-style: none;
}

.swiper-pagination-bullet {
	background: #DEBE8D !important;
}

.swiper-pagination-bullet-active {
	background: #AA9575 !important;
}

.swiper-pagination {
	bottom: 10px;
	width: 98% !important;
	text-align: center;
	z-index: 0 !important;
	position: relative !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0px 10px !important;
	opacity: 1 !important;
}

@media screen and (max-width: 768px) {
	.swiper-pagination {
		margin-top: 0px;
	}
}


/* ---------------------------------------------
トップページのギャラリー
---------------------------------------------- */
.strength-swiper {
	padding: 30px 0px;
}

.strength-swiper li {
	width: 25% !important;
}

.strength-swiper li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.strength-swiper .swiper-pagination {
	bottom: -25px !important;
}


/* 前へ次への矢印カスタマイズ */
.sw_prev::before { /* 背景の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #AA9575;
  border-radius: 50%;
  cursor: pointer;
}

.sw_prev::after { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 16px; /* 要素の左からの距離 */
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
  cursor: pointer;
}

.sw_next::before { /* 背景の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #AA9575;
  border-radius: 50%;
  cursor: pointer;
}

.sw_next::after { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 16px; /* 要素の左からの距離 */
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  cursor: pointer;
}


@media screen and (max-width: 768px) {
	.strength-swiper li {
		width: 100% !important;
	}
}


/*2025.09.08 MV swiper*/
.mv-swiper .swiper-pagination {
    bottom: 0px !important;
}
.top_component_01 span.swiper-pagination-bullet {
    display: inline-block;
}