@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%;
}



.btnparts6{
	width: 94%;
	margin: 0 auto;
	position: relative;
	padding-top: 4%;
}
.btnparts6 .accordion {
	width: 72.4%;
	margin: -10% auto 0;
}


@media (min-width: 601px) {


	
}




.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: 92.5%;
    margin: 0 auto;
}




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

.swiper2 {
    padding-bottom: 5%;
}


#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;
	}

}

#lpwrap img.slide-accordion-btn,
#lpwrap .nvane-link-btn {
	width: 68%;
	left: 16%;
	top: 223.3vw;
}	
	


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

	#lpwrap img.slide-accordion-btn,
	#lpwrap .nvane-link-btn {
		top: 1340px;
	}

	
}








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

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



/* swiper2: 画像型ページャー上部配置 */
.swiper2 .swiper-pagination {
	position: static;
	aspect-ratio: 600 / 610;
}



.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: 0;
}
#lpwrap .swiper2 .swiper-pagination-bullet:nth-child(3),
#lpwrap .swiper2 a.btn {
	top: 48%;
}







#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%;
}
#lpwrap .swiper2  a.btn_l {
	position: absolute;
	left: 10.5%;
	width: 79%;
	top: 201vw;
}

@media (min-width: 601px) {

	#lpwrap .swiper2  a.btn_l {
		top: 1200px;
	}

}



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


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


.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
	top: 220vw;
}

@media (min-width: 601px) {

	.swiper2 .swiper-button-prev,
	.swiper2 .swiper-button-next {
		top: 1320px;
	}

}



.swiper2 .swiper-button-prev {
  background-image: url(../images/slider_left.png);
}

.swiper2 .swiper-button-next {
  background-image: url(../images/slider_right.png);
}
