@charset "UTF-8";
/*////////////////////////*/
/*ファーストビュー*/
/*////////////////////////*/

#header {position: fixed;}
/*トップスライダー*/
.top-slider {
	position: relative;
	width: 100%;
	height: 100vh ;
	z-index: 100;
}
.top_menu {
  position: absolute;
  top: 5%;
  left: 3%;
  z-index: 2;
}
.index_Hlogo {
  width: 340px;
}
.top_menu01 {
  display: block;
  width: fit-content;
  color: #fff;
}
.top_menu01:hover {
  color: #4f4f4f;
}

/*Scroll誘導アニメ*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  right:50%;
  bottom:0;
    /*全体の高さ*/
  height:100px;
  z-index: 1;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left:-22px;
  top: -30px;
    /*テキストの形状*/
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}
/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 100px;
  background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }
  100%{
    height:0;
    top:100px;
    opacity: 0;
  }
}

.slider1 .swiper-slide {
	height: unset;
}
.swiper-custom-parent {
  position: relative;
}
.slider1 {
  position: unset;
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
	width: 8%;
    height: 3px;
    border-radius: unset;
    background: #808080;
}
.top-catch {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit- transform: translateX(-50%) translateY(-50%);
	width: 100%;
}
.news_box {
	position: absolute;
	z-index: 1;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	width: 70%;
	height: 120px;
	padding:60px 10px 0;
}



/*////////////////////////*/
/*セカンドビュー*/
/*////////////////////////*/

.bg01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width:300px;
}
.bg02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width:100%;
}
.bg03 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width:60%;
  max-width: 900px;
  clip-path: polygon(32% 0%, 100% 0, 100% 100%, 0% 100%);
}
.py-001 {
  padding: 200px 0 100px;
}
.bg04 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width:60%;
  height: 290px;
  clip-path: polygon(32% 0%, 100% 0, 100% 100%, 0% 100%);
  background: #312E30;
}
.bg05 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width:100%;
  height: 290px;
}
.bnr-box {
  position: relative;
  height: 260px;
  overflow-y: hidden;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}
.bnr-box02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.bnr-box-img {
  width: 100%;
  height: 180px;
}
.link-arow {
  background: url(/assets/images/common/icon-line.svg) no-repeat bottom center / 100px ;
}

/*slider2*/
.stre_box {
	position: relative;
  height: 280px;
}
.stre_catch {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.icon01 {
  width: 10px;
}

.stre_box02 {
	position: relative;
  height: 180px;
}




/*slider3*/
.slider3 .slider-box {
	position: relative;
	height: 220px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: #000;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem;
    color: #fff;
}



.top-news {
	position: absolute;
	bottom: 2%;
	left: 0;
	z-index: 1;
	/*transform: translateX(-50%);
	-webkit- transform: translateX(-50%);*/
}



/*PCのみ*/
@media (min-width: 768px) {

		.index-news01 {
			width: 240px;
		}
		.index-news03 {
			width: 110px;
		}




}

@media (max-width: 768px) {

		.top-slider {
			height: 100vh;
			z-index: unset;
		}
		.top-catch {
			position: absolute;
			z-index: 1;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
			-webkit- transform: translateY(-50%);
			width: 100%;
			/*height: 33%;
			background:rgba(0,0,0,0.7);*/
		}
		.news_box {
		    bottom: -160px;
		    width: 90%;
		    height: 220px;
		}
    .bg02 {
      display: none;
    }
    .bg03 {
      top: unset;
      bottom: -150px;
      width:90%;
    }
    .py-001 {
      padding: 250px 0;
    }

    .stre_box {
      height: 180px;
      width: 95%;
      margin: 10px auto;
    }
    .bg04 {
      width:90%;
      height: 180px;
    }
    .slider3 .slider-box {
      height: 160px;
    }

    .bnr-box {
      height: 200px;    
    }
    .bnr-box-img {
      height: 120px;
    }

    .bg05 {
      height: 220px;
    }



}



