@charset "utf-8";
/* メインスライダー
---------------------------------------------------------------------------*/
/* フルスクリーン */
.swiper-container {
    width: 100vw;
    height: calc(100vh - 170px);
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 20px!important;
}
.swiper-slide {
    height: calc(100vh - 170px);
	position:relative;
}
.swiper-container img {
    width: 100vw;
    height: calc(100vh - 170px);
    object-fit: cover;
}
.wrapper {
    height: 100%;
    height: 100vh;
    position: relative;
    width: 100vh;
}

/* スライダーナビゲーション調整 */
.swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #FFF;
    opacity: .4;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    opacity: .8;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px!important;
}

/* ビデオサイズ調整 */
#video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-height: calc(100vh - 170px);
    min-width: 100%;
    min-width: 100vw;
    background: url('../images/home/video.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    z-index: 999999;
}
.videoControls{
	position:absolute;
	top:50%;
	left:50%;
	width: 128px;
	height: 128px;
	z-index:9999999;
	cursor:pointer;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.videoControls:hover{
	opacity:0.8;
}
.videoControls img{
	width: 100%;
	height: auto;
	opacity:0.8;
}

/* SNSアイコンのレイヤーを上に */
.home_topSns {
    z-index: 999;
}

/* スクロールアイコン */
.block-sl {
    position: relative;
}
.fig-scroll {
    position: absolute;
    bottom: 70px;
    width: 50px;
    z-index: 9999;
    left: 50%;
	margin-left: -12.5px;
}
.fig-scroll img {
    max-width: 100%;
}


