<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 60vh;/*スライダー全体の縦幅を画面の高さいっぱい（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-item01 {
    background:url("../images/index-top2-1.jpeg"); /*top-kick.jpg*/
	
}
.slider-item02 {
    background:url("../images/top-ball-22.jpg"); /* top-ball.jpg */
}

.slider-item03 {
    background:url("../images/top-goal.jpg"); /* top-all */
}

.slider-item {
	display: flex!important;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 60vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.slider-item::after {
	content: '';
	background-color: rgba(74,69,78,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: 50vh;
	}
	
	.slider-item {
		display: flex!important;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 50vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center 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 {
	/*position: relative;*/
	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;
    /*border-radius:50%;*/
    background:#cccccc;/*ドットボタンの色*/
	border: none;
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.top-tokucho {
	font-size: 12px;
	word-break: keep-all;
}


/*------------------------------------*/
/*--- スライダー  ------*/
/*------------------------------------*/
/*----- 共通 -----*/
.slider-item01 p , .slider-item02 p , .slider-item03 p {
	font-weight: bold;
	color: #ffffff;
	z-index: 5;
	line-height: 1.3em;
	position: absolute;
	font-family: "Arial Black", Gadget, "sans-serif";
	
}

/* widthについて テキストver ：左、画像ver：右 */

/*----- スマホサイズ small -----*/
@media screen and (min-width: 320px) and (max-width:575.98px)  {
	section.slider-logo {
		padding: 20px 0;
	}
	.slider-logo {
		position: absolute;
		top: 30vh;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0; /* 3.6% */
		z-index: 10;
		display: inline-block;
		background: #FFF;
		width:120px;
	}
	.catch {
		position: absolute;
		right: 0;
		height: 12vh;
		display: flex;
		align-items: center;
		justify-content: center;
	    bottom: 43.5vh;
		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: 20px;
		line-height: 1.1;
		color: #000;
	}

	.catch span {
		font-size: 1.5rem;
		line-height: 1.5;
		margin:0;
		color: #000;
	}
	
	.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: 20px;
		line-height: 1.1;
		color: #000;
	}
	
	.catch2 span {
		font-size: 1.5rem;
		line-height: 1.5;
		margin:0;
		color: #000;
	}
}

/*----- スマホサイズ large -----*/
@media screen and (min-width: 576px) and (max-width:767.98px)  {
	section.slider-logo {
		padding: 20px 0;
	}
	.slider-logo {
		position: absolute;
		top: 30vh;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0; /* 3.6% */
		z-index: 10;
		display: inline-block;
		background: #FFF;
		width:160px;
	}
	.catch {
		position: absolute;
		right: 0;
		height: 12vh;
		display: flex;
		align-items: center;
		justify-content: center;
	    bottom: 43.5vh;
		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: 20px 40px;
		line-height: 1.1;
		color: #000;
	}

	.catch span {
		font-size: 2rem;
		line-height: 1.5;
		margin:0;
		color: #000;
	}
	
	.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: 20px 40px;
		line-height: 1.1;
		color: #000;
	}
	
	.catch2 span {
		font-size: 2rem;
		line-height: 1.5;
		margin:0;
		color: #000;
	}
}
/*----- tabletサイズ -----*/
@media screen and (min-width: 768px) and (max-width:991.98px){
	section.slider-logo {
		padding: 20px 0;
	}
	.slider-logo {
		position: absolute;
		top: 35vh;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0; /* 3.6% */
		z-index: 10;
		display: inline-block;
		background: #FFF;
		width:180px;
	}
	.catch {
		position: absolute;
		right: 0;
		height: 15vh;
		display: flex;
		align-items: center;
		justify-content: center;
	    bottom: 33.5vh;
		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 60px;
		line-height: 1.1;
		color: #000;
	}

	.catch span {
		font-size: 2rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}
	
	.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 60px;
		line-height: 1.1;
		color: #000;
	}
	
	.catch2 span {
		font-size: 2rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}
	
}
/*----- PCサイズ -----*/
@media screen and (min-width: 992px) and (max-width:1399.98px){
	section.slider-logo {
		padding: 20px;
	}
	.slider-logo {
		position: absolute;
		top: 35vh;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0; /* 3.6% */
		z-index: 10;
		display: inline-block;
		background: #FFF;
		width:260px;
	}
	.catch {
		position: absolute;
		right: 0;
		height: 15vh;
		display: flex;
		align-items: center;
		justify-content: center;
	    bottom: 33.5vh;
		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 70px 40px 40px;
		line-height: 1.1;
		color: #000;
	}

	.catch span {
		font-size: 2.2rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}
	.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 70px 40px 40px;
		line-height: 1.1;
		color: #000;
	}
	
	.catch2 span {
		font-size: 2.2rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}
}
/*----- 最大サイズ -----*/
@media screen and (min-width: 1400px) {
	section.slider-logo {
		padding: 20px;
	}
	.slider-logo {
		position: absolute;
		top: 35vh;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0; /* 3.6% */
		z-index: 10;
		display: inline-block;
		background: #FFF;
		width:260px;
	}
	.catch {
		position: absolute;
		right: 0;
		height: 17vh;
		display: flex;
		align-items: center;
		justify-content: center;
	    bottom: 33.5vh;
		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 70px 40px 40px;
		line-height: 1.1;
		color: #000;
	}

	.catch span {
		font-size: 2.2rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}
	.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 70px 40px 40px;
		line-height: 1.1;
		color: #000;
	}
	
	.catch2 span {
		font-size: 2.2rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}
}



</pre></body></html>