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

/*トップスライダー*/
.top-slider {
	position: relative;
	width : calc(100% - 60px) ;
	height: calc(100vh - 70px) ;
}
/*Scroll誘導アニメ*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  right:4%;
  bottom:0;
    /*全体の高さ*/
  height:150px;
  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: 150px;
  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:100px;
    opacity: 1;
  }
  100%{
    height:0;
    top:150px;
    opacity: 0;
  }
}

.slider1 .swiper-slide {
	height: unset;
}
.swiper-custom-parent {
  position: relative;
}
.slider1 {
  position: unset;
  width: 100%;
  height: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
    left:unset;
    right: 10px;
    width: 30%;
}
.swiper-pagination-bullet {
	width: 30%;
    height: 3px;
    border-radius: unset;
    background: #808080;
}
.top-catch {
	position: absolute;
	z-index: 1;
	top: 45%;
	left: 0;
/*	transform: translateX(-50%) translateY(-50%);
	-webkit- transform: translateX(-50%) translateY(-50%);*/
	width: 45%;
	height: 65%;
	background:rgba(0,0,0,0.7);
}
.main-logo {
		position: absolute;
    top: 30px;
    left: 35%;
    width: 120%;
    margin: 20px auto;
}
.top-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background:rgba(77,77,77,0.9);
	padding: 25px 0;
	z-index: 5;
}
.top-bottom01 {
	line-height: 30px;
	border-right: solid 0.5px #fff;
}
.top-bottom02 {
	line-height: 30px;
}


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


.en-box {
	width:100px;
	height:100px;
	border-radius: 50px;
	padding-top:30px;
}

.bg-index01 {
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.top-logo01 {
	width: 300px;
	height: 300px;
}
.top-logo02 {
	width: 150px;
	height: 150px;
}
.bg-gradblack {
		background:rgba(0,0,0,0.8);
}

.info-wrap {
	height: 150px;
	overflow-y: scroll;
}


.bnr-box {
  position: relative;
  height: 260px;
  color: #fff;
  overflow-y: hidden;
}
.bnr-box-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height:100%;
}

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



/*PCのみ*/
@media (min-width: 768px) {
    .bg-md-lightgray {
    	background:#f2f2f2;
    }
		.py-topbg {
			padding:220px 0 150px;
		}
		.bg01 {
			position: absolute;
			top:0;
			left:0;
			width:70%;
			height:100%;
			background:#fff;
			z-index: 0;
		}
		.bg02 {
			position: absolute;
			top:0;
			right:0;
			width:70%;
			height:70%;
			background:#fff;
			z-index: 0;
		}
		.bg03 {
			position: absolute;
			top:0;
			left:0;
			width:70%;
			height:70%;
			background:#fff;
			z-index: 0;
		}
		.z-1 {z-index: 1;}

}

@media (max-width: 768px) {

		.top-slider {
			width: 100%;
	    height: 100vh;
		}
		.top-catch {
			position: absolute;
			z-index: 1;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
			-webkit- transform: translateY(-50%);
			width: 90%;
			height: 33%;
/*			background:rgba(0,0,0,0.7);*/
		}
		.top-bottom {
				height: 40px;
				padding: 5px 0;
		}
		.main-logo {
				position: absolute;
		    top: 50%;
		    left: 10px;
		    transform: translateY(-50%);
				-webkit- transform: translateY(-50%);
				width:100%;
		    margin: unset;
		}
		.py-topbg {
			padding:50px 0;
		}
		.bnr-box {
			margin-top:30px;
		  /*height: unset;
		  overflow-y: unset;*/
		}
		.top-logo01 {
			width: 200px;
			height: 200px;
		}
		.top-logo02 {
			width: 100px;
			height: 100px;
		}
		.h300 {
			height: 220px;
		}
		.bg-index01 {
			display:none;
		}
		.py-sp-100 {
			padding:100px 0;
		}




}



