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

#header {
	position: fixed;
	background: none;
}


/*トップスライダー*/
.top-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 700px;
    /* z-index: 100; */
    background: #fff;
}

/*Scroll誘導アニメ*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
		position: absolute;
    right: 65px;
    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;
  }
}

.bg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bg02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.movie-box {
	width:100%;
	height:100%;
}
.movie-box video {
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.index-bg02 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
    height: 100%;
}

.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: 70%;
	left: 30%;
	transform: translateX(-50%) translateY(-50%);
	-webkit- transform: translateX(-50%) translateY(-50%);
}
.main-logo {
	width: 200px;
	height: 150px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.text-wrap a {
		display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

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

.bnr-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
.bnr-box-arrow {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
}
.bnr-box02 {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}

.news-ph {
	height: 60px;
}
.news-box-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  padding: 0;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%) ;
}

/*slider2*/
.slider2 .slider-box {
	position: relative;
	height: 230px;
}

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


/*TRIBE PRIDE BG文字流れ*/
.scroll-infinity__item--text {
  font-family: 'Anton', sans-serif;
  width: calc(360vw / 3);
  font-size: 20rem;
  color: rgba(255,255,255,0.5);
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}





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

		#pc-top-header {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 1;
		}
		#pc-top-header #h_top{
			align-items: start;
		}
		#pc-top-header #h_top .h_logo {
			height: 180px;
		}
		.bg-top {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			max-height: 700px;
		}
		.news-box {
			position: absolute;
			bottom: 0;
			left: 50px;
			width : calc(100% - 50px) ;
			height : 40px ;
		}

		/*TRIBE PRIDE BG文字流れ*/
		.scroll-infinity {
			position: absolute;
		    top: -130px;
		    width:100%;
		}


/* 		.movie-box {
		    position: absolute;
		    top: 60%;
		    left: 30%;
			  transform: translateY(-50%);
			  -webkit- transform: translateY(-50%);
		    width: 800px;
		    height: 650px;
		} */
		.mask {
		  -webkit-clip-path: url(#svgPath);
		  clip-path: url(#svgPath);
		}

}

@media (max-width: 768px) {

		.scrolldown1{
		    /*描画位置※位置は適宜調整してください*/
				position: absolute;
		    left: unset;
		    right: 20px;
		    bottom: unset;
		    top: 60%;
		    height: 150px;
		    z-index: 1;
		}

		.top-slider {
			height: 100vh ;
			z-index: unset;
		}
		.top-catch {
			width: 90%;
	    bottom: 50px;
	    left: 5%;
	    transform: unset;
		}
		.main-logo {
		    padding: 30px;
		}
		.h300 {
			height: 220px;
		}
		.ph-box01 {
			height:270px;
		}
		.ph-box02 {
			height:270px;
			margin-top:80px;
		}
		.ph-box03 {
		    height: 160px;
		}
		.ph-box03 span {
		    display: block;
		    height: 160px;
		}

		/*TRIBE PRIDE BG文字流れ*/
		.scroll-infinity__item--text {
		  width: calc(360vw / 3);
		  font-size: 6rem;
		}
		.scroll-infinity {
			position: absolute;
		    top: 600px;
		    width:100%;
		}

		/*slider2*/
		.slider2 .slider-box {
			height: 150px;
		}

		.bg-top {
			position: relative;
			overflow: hidden;
		    height: 100%;
		}
		.movie-box {
		    width: 100%;
		    height: 100%;
		}
		.movie-box video {
			height: 100%;
		}
		.mask {
		  -webkit-clip-path: url(#svgPathsp);
		  clip-path: url(#svgPathsp);
		}


		.py-sp-0 {
			padding-top:0;
			padding-bottom:0;
		}
		.py-sp-50 {
			padding-top:50px;
			padding-bottom:50px;
		}
		.pt-sp-50 {
			padding-top:50px;
		}
		.pt-sp-100 {
			padding-top:100px;
		}
		.column-ph {
		    height: 130px;
		}
		.rank {
		    top: 110px;
		}




}



