@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider2 {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	width: 100%;
	height: 600px;
    /* padding-top: 100px;
    margin-bottom: 95px; */
	/*overflow: hidden;*/
/*	padding-bottom: 50px;*/
padding-left: 0;
max-width: 1320px;
margin: 0 auto;
}

ul li {
	list-style-type: none;
	padding-left: 0!important;
}


.slider-item {
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 600px;
	background-repeat: no-repeat;/*背景画像をリピートしない*/
	background-position: center!important;/*背景画像の位置を中央に*/
	background-size: contain;/*背景画像が.slider-item全体を覆い表示*/
}

.slider-item a {
	display: block;
	width: 100%;
}
/*　背景画像設定*/
/* .slider-item04 {
   background-image:url("../image/top-posting.png");
}

.slider-item05 {
    background-image:url("../image/top-dm.png");
}

.slider-item06 {
    background-image:url("../image/top-naishoku.png");
} */

/* .slider-item::after {
	content: '';
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
} */

@media screen and (min-width: 768px) and (max-width:1239.98px) {
	.slider2 {
		position:relative;
		z-index: 1;
        width: 96%;
		height: auto;
        padding-top: 100px;
		padding-bottom: 30px;
		margin: 0 auto;
	}
	
	.slider-item {
		display: flex!important;
		width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
		height: auto;
	}

}

@media screen and (max-width: 767.98px) {
	.slider2 {
		position:relative;
		z-index: 1;
        width: 96%;
		height: 350px;
        /* padding-top: 65px; */
		margin: 0 auto;
	}
	
	.slider-item {
		display: flex!important;
		width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
		height: 350px;
	}

}

@media screen and (max-width: 520.98px) {
	.slider2 {
		position:relative;
		z-index: 1;
        width: 96%;
		height: 300px;
	}
	
	.slider-item {
		display: flex!important;
		width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
		height: 300px;
	}

}


/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
    z-index: 3;
    top: 40%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    height: 20px;
    width: 20px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
	position: relative;
	z-index: 10;
    text-align:center;
	margin:10px 0 0 0;/*ドットの位置*/
    padding: 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 10px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:30px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    /*border-radius:50%;*/
    background:#cccccc;/*ドットボタンの色*/
	border: none;
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.top-tokucho {
	font-size: 12px;
	word-break: keep-all;
}


/*------------------------------------*/
/*--- スライダー  ------*/
/*------------------------------------*/
/*----- 共通 -----*/

.catch2 {
	font-size: 1.7rem;
	letter-spacing: 0.15em;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
    writing-mode: vertical-rl;
}

.catch2 p {
	text-align: left;
	padding: 15px 15px 15px 0;
	line-height: 2rem;
	margin-top: 15px;
	color: #eeeeee;
	border-top: 1px solid #fff;
}

.slider-item01 .catch2, .catch3 {
    writing-mode: vertical-rl;
}
.slider-item01 .catch2 span {
/*	color: #feaa5f;*/
	color: #ffffff;
}
.slider-item03 .catch2 span {
	color: #ffffff;
/*	color: rgb(215,238,96);*/
}

/*----- スマホサイズ small -----*/
@media screen and (min-width: 320px) and (max-width:575.98px)  {
	.catch2 {
		z-index: 5;
		/* padding: 20px; */
		position: absolute;
		right: 5%;
		top: 15%;
		font-size: 1.6rem;
		font-weight: 700;
	}
    
    .slick-prev, .slick-next {
    height: 15px;
    width: 15px;
}
    
    .slick-dots {
    margin: 20px 0 0 0;
}
    
    .slick-dots li {
    margin: 0 10px;
}

	.catch3 {
		z-index: 5;
		/* padding: 20px; */
		position: absolute;
		left: 0;
		bottom: 20%;
		font-size: 1.5rem;
		font-weight: 700;
        writing-mode: vertical-rl;
	}
}

/*----- スマホサイズ large -----*/
@media screen and (min-width: 576px) and (max-width:767.98px)  {
	.catch2 {
		z-index: 5;
		/*
		background: rgb(3,162,222,.95);
		background: -moz-linear-gradient(left, rgba(3,162,222,.95) 0%, rgba(11,84,159,.95) 100%);
		background: -webkit-linear-gradient(left, rgba(3,162,222,.95) 0%,rgba(11,84,159,.95) 100%);
		background: linear-gradient(to right, rgba(255,255,255,.7) 0%,rgba(255,255,255,1.0) 100%);
*/
		padding: 40px;
		position: absolute;
		top: 10%;
		right: 0;
		font-size: 2.0rem;
		font-weight: bold;
	}
	.catch2 span {
		font-size: 1.9rem;
		line-height: 1.5rem;
		margin:0;
	}

	.catch3 {
		z-index: 5;
		padding: 40px;
		position: absolute;
		bottom: 10%;
		left: 0;
		font-size: 1.5rem;
		font-weight: bold;
        writing-mode: vertical-rl;
	}
}
/*----- tabletサイズ -----*/
@media screen and (min-width: 768px) and (max-width:991.98px) {
	.catch2 {
		z-index: 5;
		/*background: -moz-linear-gradient(left, rgba(3,162,222,.95) 0%, rgba(11,84,159,.95) 100%);
		background: linear-gradient(180deg,rgba(255,255,255,.30) 0%,rgba(255,255,255,1.0) 100%);*/
		padding: 40px;
		line-height: 1.1;
		color: #000;
		position:absolute;
		top: 15%;
		right: 5%;
		font-size: 2.2rem;
		font-weight: 700;
	}
	.catch2 span {
		font-size: 2.1rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}

	p.catch3 {
    z-index: 5;
    padding: 40px;
    line-height: 1.1;
    color: #000;
    position: absolute;
    bottom: 10%;
    font-size: 1.8rem;
    left: 5%;
    font-weight: 700;
    writing-mode: vertical-rl;
}
}
/*----- PCサイズ -----*/
@media screen and (min-width: 992px) and (max-width:1399.98px) {
	.catch2 {
		z-index: 5;
/*
		background: rgb(3,162,222,.95);
		background: -moz-linear-gradient(left, rgba(3,162,222,.95) 0%, rgba(11,84,159,.95) 100%);
		background: -webkit-linear-gradient(left, rgba(3,162,222,.95) 0%,rgba(11,84,159,.95) 100%);
		background: linear-gradient(to right, rgba(255,255,255,.7) 0%,rgba(255,255,255,1.0) 100%);
*/
		padding: 10px 40px;
		line-height: 1.6;
		color: #000;
		position:absolute;
		top: 15%;
		right: 5%;
		font-size:2.0rem;
		font-weight: 700;
	}
	.catch2 span {
		font-size: 2.3rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}

	p.catch3 {
    z-index: 5;
    padding: 40px;
    line-height: 1.6;
    color: #000;
    position: absolute;
    bottom: 0;
    font-size: 2.2rem;
    left: 0;
    font-weight: 700;
    writing-mode: vertical-rl;
}
}
/*----- 最大サイズ -----*/
@media screen and (min-width: 1400px) {
	.catch2 {
		z-index: 5;
		/*
		background: rgb(3,162,222,.95);
		background: -moz-linear-gradient(left, rgba(3,162,222,.95) 0%, rgba(11,84,159,.95) 100%);
		background: -webkit-linear-gradient(left, rgba(3,162,222,.95) 0%,rgba(11,84,159,.95) 100%);
		background: linear-gradient(to right, rgba(255,255,255,.7) 0%,rgba(255,255,255,1.0) 100%);
*/
		padding: 15px 40px;
		line-height: 1.1;
		color: #000;
		position: absolute;
		top: 20%;
		font-size: 2.8rem;
		right: 0;
		font-weight: 700;
	}
	
	.catch2 span {
		font-size: 2.3rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}

	p.catch3 {
    z-index: 5;
    padding: 40px;
    line-height: 1.1;
    color: #000;
    position: absolute;
    bottom: 0;
    font-size: 2.2rem;
    left: 0;
    font-weight: 700;
    writing-mode: vertical-rl;
}
}




.slider-item a {
  pointer-events: auto;
   display: block;
  position: relative;
  z-index: 2;
}

.slider-item a,
.slider-item img {
  pointer-events: auto;
}

.slick-slide,
.slick-track {
  z-index: 1 !important;
}