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

a:hover,
.accordion-header:hover,
.close-btn:hover,
#page-top img:hover {
	opacity: 1;
}

.btnarea1{
	position: relative;
}
.btnparts1.shine-wrapper{
	position: absolute;
	width: 46.5%;
	top: 27%;
	left: 4.5%;
}
.btnparts2.shine-wrapper{
	position: absolute;
	width: 46.5%;
	top: 27%;
	right: 4.5%;
}
.btnparts3.shine-wrapper{
	position: absolute;
	width: 46.5%;
	bottom: 7.5%;
	left: 4.5%;
}
.btnparts4.shine-wrapper{
	position: absolute;
	width: 46.5%;
	bottom: 7.5%;
	right: 4.5%;
}

/*フェードイン*/
.zankure_bg {
  background-color: #5b87e4; /* 任意 */
}

.swiper4 {
    background-image: none;
    padding-bottom: 0%;
}


.btnarea4{
	background: #5b87e4 url("../images/26m_ev_07.jpg") no-repeat 0 0 / 100% auto;
	padding-top: 12%;

}
.btnparts6{
	width: 94%;
	margin: 0 auto;
}

.slideareabg{
	background-color: #0081cc;
}


#lpwrap .swiper-wrapper img {
    max-width: 100% !important;
    width: 94%;
    height: auto;
    display: block;
	margin: 0 auto;
}

.swiper4 .swiper-button-next, .swiper4 .swiper-button-prev {
    width: 10%;
    height: 0;
    max-width: 80px;
    padding-top: 10%;
    top: 45%;
	opacity: 0.5;
}
/* ボタンのベース設定（必要に応じて調整してください） */
.shine-btn {
  position: relative;
  overflow: hidden; /* はみ出した光を隠す */
  display: inline-block;
}

/* 画像を囲む親要素の設定 */
.shine-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden; /* ここで光をカット */
}



/* 光るエフェクト（擬似要素） */
.shine-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shine 3s infinite;
  pointer-events: none; /* クリックを阻害しないように */
}


/*アコーディオン*/
.zancr_acc01_head {
    position: relative;
}

#lpwrap .zancr_acc01 .accordion-content a {
    display: block;
    width: 67%;
    margin: 0 auto;
}


#lpwrap .zancr_acc01 .accordion-header {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    z-index: 2;
}

#lpwrap .swiper-wrapper .zancr_acc01 .accordion-header {
    position: absolute;
    left: 3%;
    top: 0;
    width: 100%;
    z-index: 2;
}

.swiper2 {
    background: none;
    padding-bottom: 12%;
	background-color: #0081cc;
}


#lpwrap .slide-accordion-btn {
	position: absolute;
	top: 174vw;
	left: 3vw;
	cursor: pointer;
}

#lpwrap .slide-accordion-content a {
    display: block;
    width: 67%;
    margin: 0 auto;
}

/*スライド内アコーディオンの位置と大きさ調整*/
.slide-accordion-content {
	position: relative;
	top: 0;
}

@media (min-width: 601px) {

	.slide-accordion-content {
		top: 0;
	}

}



/*スライド内アコーディオンボタンの位置と大きさ調整*/
@media (min-width: 601px) {

	#lpwrap .slide-accordion-btn {
		top: 1045px;
		left: 16px;
	}	
}




/* N-VAN用の専用リンクボタン */
.nvane-link-btn {
    position: absolute;
    left: 0%;
    bottom: 0;
    z-index: 2;
}

.nvane-link-btn img {
  display: block;
  width: clamp(180px, 40vw, 360px); /* レスポンシブ対応例 */
  height: auto;
}




/* スライド
------------------------------------------------------*/

#lpwrap .swiper2 img.swiper-pagination-bullet {
  width: 35%;
  height: auto;
}



/* swiper2: 画像型ページャー上部配置 */
.swiper2 .swiper-pagination {
	position: static;
	background: url("../images/26m_ev_05.jpg") no-repeat 0 0 / 100% auto;
	height: 156vw;
}
@media (min-width: 601px) {

	.swiper2 .swiper-pagination {
		height: 936px;
	}

}


.swiper2 .swiper-pagination-bullet {
	border: none;
}
.swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: none;
}



/* 画像型ページャーのサイズを大きく */
#lpwrap .swiper2 .swiper-pagination img {
  width: 26.5%;
  border-radius: 0;
	display: inline;
	margin: 0 1.5%;
	opacity: 1;
}

#lpwrap .swiper2 .swiper-pagination-bullet,
#lpwrap .swiper2 a.btn {
	position: absolute;
	margin: 0;
	width: 50%;
	height: auto;
}
#lpwrap .swiper2 .swiper-pagination-bullet img {
	width: 100%;
}



#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(1),
#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(2) {
	top: 40vw;
}
#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(3),
#lpwrap .swiper2 a.btn {
	top: 95vw;
}
@media (min-width: 601px) {

	#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(1),
	#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(2) {
		top: 240px;
	}
	#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(3),
	#lpwrap .swiper2 a.btn {
		top: 570px;
	}
	
}






#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(1),
#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(3) {
	left: 1.8%;
}
#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(2) {
	right: 3.5%;
}
#lpwrap .swiper2  a.btn {
	right: 2.5%;
}

.swiper2 .swiper-pagination-bullet,
.swiper2 .swiper-pagination-bullet-active {
	background: none;
}


.swiper-slide {
	transition: max-height 0.2s ease, padding 0.2s ease;
}


