/* Wave Background */
.wave {
	position: relative;
	height: 400px;
}

canvas {
	position: absolute;
	bottom: 40%;
	left: 0;
	width: 100%;
	z-index: -1;
}

/* Slider */
.slider_outer {
	width: 100%;
	height: auto;
	margin: 1vw auto;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
}

.slider_outer .slider {
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.slider_outer .slick-track {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
}

.slider_outer .slide-item img {
	width: 100%;
	height: 100%;
}

.slider_outer .thumbnail {
	width: 10%;
	height: auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.slider_outer .thumbnail-item {
	margin-top: 12px;
	box-sizing: border-box;
	position: relative;
}

.slider_outer .thumbnail-item:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}

.slider_outer .thumbnail-item.thumbnail-current:after {
	opacity: 0;
}

.slider_outer .thumbnail-item img {
	width: 100%;
	margin: 0 auto;
}


/* Key Visual */
.players-key-visual {
	padding: 0px 1% 0 0px;
	position: relative;
	margin-top: -12%;

}

@media print, screen and (min-width:768px) {
	.players-key-visual {
		padding: 1% 0 0 1%;
		margin: 2% auto;
		max-width: 1680px;
	}
}

@media print, screen and (min-width:1920px) {
	.players-key-visual {
		padding: 0 0 0 10%;
		margin: 1% auto;
		max-width: 1800px;
	}
}

.players-key-visual_18 {
	margin-top: 65%;
	position: relative;

}

@media print, screen and (min-width:768px) {
	.players-key-visual_18 {
		margin-top: 52%;
	}
}

/* Lead */
.players-lead {
	margin-top: -6.0rem;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: justify;
	line-height: 2.4rem;
}

@media print, screen and (min-width:580px) {
	.players-lead {
		margin-top: -2.4rem;
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: -0.1px;
	}
}

@media print, screen and (min-width:768px) {
	.players-lead {
		margin-top: -2.4rem;
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: -0.1px;
	}
}

/* Text Animatiton */
.eachTextAnime span {
	opacity: 0;
}

.eachTextAnime.appeartext span {
	animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Promise */
.otw-svg {
	margin-top: 1.5rem;
	margin-bottom: -3rem;
	width: 70%;
}

@media print, screen and (min-width:512px) {
	.otw-svg {
		margin-top: 2rem;
		margin-bottom: -2rem;
	}
}

@media print, screen and (min-width:768px) {
	.otw-svg {
		margin-top: 1.8rem;
		margin-bottom: -1.8rem;
		width: 50%;
	}
}


/* colum */
.players-column-box_name {
	margin-top: -0.4rem;
	margin-bottom: 0.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

@media print, screen and (min-width:768px) {
	.players-column-box_name {
		margin-top: -1.8rem;
	}
}

.players-column-box_detail {
	margin: 20 20 0 20;
	text-align: justify;
}

.players-column-box_caption {
	margin-top: -2.4rem;
	text-align: left;
	font-size: 1.0rem;
}

@media print, screen and (min-width:768px) {
	.players-column-box_caption {
		font-size: 1.2rem;
	}
}

@media print, screen and (min-width:1025px) {
	.players-column-box_caption {
		margin-top: -4.0rem;
	}
}

/* クリックしたら波紋が広がるボタン */
.btnripple {
	/*波紋の基点とするためrelativeを指定*/
	position: relative;
	/*はみ出す波紋を隠す*/
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background: #5D6068;
	color: #fff;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 18px;
	margin: 1.0rem 0.2rem;
	outline: none;
}

.btnripple::after {
	content: "";
	/*絶対配置で波紋位置を決める*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*波紋の形状*/
	background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
	transform: scale(10, 10);
	/*はじめは透過0に*/
	opacity: 0;
	/*アニメーションの設定*/
	transition: transform 0.3s, opacity 1s;
}

/*クリックされたあとの形状の設定*/
.btnripple:active::after {
	transform: scale(0, 0);
	transition: 0s;
	opacity: 0.3;
}

.blur {
	animation-name: blurAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

/*テキストの動き-じわっと出現*/

.blur {
	animation-name: blurAnime;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
}

@keyframes blurAnime {
	from {
		filter: blur(10px);
		transform: scale(1.02);
		opacity: 0;
	}

	to {
		filter: blur(0);
		transform: scale(1);
		opacity: 1;
	}
}

.blurTrigger {
	opacity: 0;
}

/* .pagetop {
    position: relative;
} */

/* animation */
.is-ready .is-in-left,
.is-ready .is-in-right,
.is-in-left.is-ready,
.is-in-right.is-ready,
.is-in-bottom.is-ready {
	opacity: 0;
	transition: transform .2s ease-in-out, opacity .3s ease-in-out;
}

.is-ready .is-in-left,
.is-in-left.is-ready {
	transform: translateX(-100%);
}

.is-ready .is-in-right,
.is-in-right.is-ready {
	transform: translateX(100%);
}

.is-in-bottom.is-ready {
	transform: translateY(100px);
}

.is-active .is-in-left,
.is-active .is-in-right,
.is-in-left.is-active,
.is-in-right.is-active,
.is-in-bottom.is-active {
	transform: translate(0);
	opacity: 1;
}

.is-cover-image.is-ready {
	position: relative;
}

.is-cover-image.is-ready::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 120%;
	background: #fff;
	transition: width .5s ease-in-out;
}

.is-cover-image.is-active::before {
	width: 0;
}