@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 700px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	width: 100%;
	/*overflow: hidden;*/
/*	padding-bottom: 50px;*/
}
.slick-slider {
	padding: 0!important;
	margin: 0!important;
}

ul li {
	list-style-type: none;
	padding-left: 0!important;
}


.slider-item {
	display: flex!important;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 700px;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-repeat: no-repeat;/*背景画像をリピートしない*/
	background-position: center;/*背景画像の位置を中央に*/
	background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*　背景画像設定*/
.slider-item01 {
	/* background-image:url("../images/slider-01.jpeg");  */
	justify-content: center;
	align-items: center;
	background-position: center center!important;
}

.slider-item02 {
    /* background-image:url("../images/slider-02.jpeg");  */
	justify-content: center;
	align-items: center;
	background-position: left;
} 

.slider-item03 {
    /* background-image:url("../images/slider-03.jpeg");  */
	justify-content: center;
	align-items: center;
}

.slider-item::after {
	content: '';
	background-color: rgba(255,255,255,0.2);
	/* background-color: rgba(255,255,255,0.5);  */
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}


@media screen and (min-width:320px) and (max-width:767.98px) {
	.slider {
		position:relative;
		z-index: 1;
		height: calc( 100vh - 80px );
	}
	
	.slider-item {
		display: flex!important;
        width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: calc( 100vh - 80px );/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;/*背景画像をリピートしない*/
        background-position: center;/*背景画像の位置を中央に*/
        background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
    }
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 45%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #eee;/*矢印の色*/
    border-right: 2px solid #eee;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
	z-index: 10;
    text-align:center;
	margin:10px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:30px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    background:#cccccc;/*ドットボタンの色*/
	border: none;
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.top-tokucho {
	font-size: 12px;
	word-break: keep-all;
}


/*------------------------------------*/
/*--- スライダー  ------*/
/*------------------------------------*/
/*----- 共通 -----*/

.slider-logo {
	color: #333333;
    font-weight: bold;
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
    text-shadow: 0px 0px 15px #fff;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.slider-logo span p {
	font-size: 5rem;
	color: rgb(0,0,87);
	display: block;
	letter-spacing: 0.2rem;
	/* text-shadow: 0px 0px 15px #FFF; */
	/* font-family: Arial, Helvetica, sans-serif; */
	text-transform: uppercase;
	margin: 20px 0;
}

/*----- スマホサイズ small -----*/
@media screen and (min-width: 320px) and (max-width:575.98px)  {
	section.slider-logo {
		padding: 20px;
	}
	.slider-logo {
		position: absolute;
		z-index: 10;
		display: block;
		font-size: 6vw;
		line-height: 1.8;
		
	}

	.slider-logo span p {
		line-height: 1.3em;
	}
}

/*----- スマホサイズ large -----*/
@media screen and (min-width: 576px) and (max-width:767.98px)  {
	section.slider-logo {
		padding: 20px;
	}
	.slider-logo {
		position: absolute;
		z-index: 10;
		display: inline-block;
		font-size: 22px;
		line-height: 1.8;
	}
}
/*----- tabletサイズ -----*/
@media screen and (min-width: 768px) and (max-width:991.98px){
	section.slider-logo {
		padding: 30px;
	}
	.slider-logo {
		position: absolute;
		z-index: 10;
		display: inline-block;
		font-size: 40px;
		line-height: 1.8;
	}
}
/*----- PCサイズ -----*/
@media screen and (min-width: 992px) and (max-width:1399.98px){
	section.slider-logo {
		padding: 30px;
	}
	.slider-logo {
		position: absolute;
		z-index: 10;
		display: inline-block;
		font-size: 50px;
		line-height: 1.8;
	}
}
/*----- 最大サイズ -----*/
@media screen and (min-width: 1400px) {
	section.slider-logo {
		padding: 40px;
	}
	.slider-logo {
		position: absolute;
		z-index: 10;
		display: inline-block;
		font-size: 60px;
		line-height: 1.8;
	}
}



/*---------------------------------------------*/
/* slider-zoom
============================================== */
.slide-zoom {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide-zoom img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  object-fit: cover;
  opacity: 0;
  animation: zoomFade 4s ease-in-out forwards;
}

@keyframes zoomFade {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}