@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');





/* body
-----------------*/
body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}





/* header
-----------------*/
#header {
    padding: 0;
}





/* fonts
-----------------*/
.en {
    font-family: 'Bree Serif', serif;
	font-weight: 500;
}





/* inner
-----------------*/
.inner {
	width: 1200px;
	margin: auto;
}
	.inner .tit {
		margin-bottom: 40px;
	}
		.inner .tit h2 {
			font-size: 30px;
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		.inner .tit .en {
			font-size: 14px;
			line-height: 1;
			color: #2EC0ED;
		}





/* flex
-----------------*/
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}





/* fv
-----------------*/
#fv {
	width: 100%;
	max-height: 768px;
	overflow: hidden;
	position: relative;
}
	#fv .logo {
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 2;
	}


	#fv .abeam {
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 2;
	}


	#layer .layer1 img {
		transform: scale(1.1);
		width: 100%;
		height: auto;
		transform-origin: center center;
	}
	#layer .layer2 {
		width: 100%;
		margin: auto;
	}
		#layer .layer2 img {
			display: block;
			margin: auto;
		}


	#fv h1 {
		width: 100%;
		font-size: 100px;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}





/* read
-----------------*/
#read {
	width: 100%;
	padding: 100px 0 0 0;
	letter-spacing: 0.12em;
	background: #080E18;
}
	#read .text {
		padding-bottom: 100px;
	}
		#read .text h2 {
			width: 320px;
			font-size: 38px;
			color: #fff;
			line-height: 1.2em;
		}
			#read .text h2 span {
				color: #2EC0ED;
			}

		#read .text .txt {
			width: -webkit-calc(100% - 320px);
			width: calc(100% - 320px);
			font-size: 15px;
			line-height: 32px;
			color: #fff;
		}


	#read .pht {
		width: 100%;
		height: 470px;
		background: url("../img/read_pht.png") no-repeat center / cover;
	}





/* support
-----------------*/
#support {
	width: 100%;
	padding: 120px 0;
	letter-spacing: 0.12em;
	background: #080E18;
	color: #fff;
	overflow: hidden;
}
	#support .text {
		width: 50%;
		padding-right: 5%;
	}
		#support .text .txt {
			font-size: 15px;
			line-height: 32px;
		}


	#support .pht {
		width: 50%;
		position: relative;
	}
		#support .pht .img01 {
			width: 110%;
			height: auto;
		}

		#support .pht .img02 {
			position: absolute;
			top: 240px;
			left: -30px;
		}





/* award
-----------------*/
#award {
	width: 100%;
	padding: 120px 0 0 0;
	letter-spacing: 0.12em;
	background: #0C1221;
	color: #fff;
}
	#award .tit {
		text-align: center;
	}


	#award .swiper-container .swiper-slide h3 {
		font-size: 20px;
		color: #fff;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 15px;
		background: url("../img/icon_ranking.svg") no-repeat center top;
	}

	#award .swiper-container .swiper-slide .text {
		padding: 30px;
		border: solid 1px rgba(255,255,255,0.3);
		min-height: 220px;
	}


	#award .swiper-pagination {
		display: none;
	}





/* ranking
-----------------*/
#ranking {
	width: 100%;
	padding: 120px 0;
	letter-spacing: 0.12em;
	background: #0C1221;
	color: #fff;
}
	#ranking .tit {
		text-align: center;
	}


	#ranking .subtxt {
		padding-top: 15px;
		font-size: 12px;
		text-align: center;
	}


	#ranking .swiper-container .swiper-slide h3 {
		font-size: 20px;
		color: #fff;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 15px;
		background: url("../img/icon_ranking.svg") no-repeat center top;
	}

	#ranking .swiper-container .swiper-slide .tablebox {
		position: relative;
	}
		#ranking .swiper-container .swiper-slide .tablebox .days {
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			font-size: 14px;
			width: 100%;
			height: 100%;
			background: rgba(8,14,24,0.99);
			position: absolute;
			top: 0;
			left: 0;
		}

		#ranking .swiper-container .swiper-slide .tablebox table {
			width: 100%;
			border-collapse: collapse;
		}
			#ranking .swiper-container .swiper-slide .tablebox  table th {
				border-top: solid 1px #2EC0ED;
				border-bottom: solid 1px #2EC0ED;
				border-right: solid 1px #2EC0ED;
				font-size: 12px;
				font-weight: 500;
				text-align: center;
				color: #2EC0ED;
				padding: 3px;
			}
			#ranking .swiper-container .swiper-slide .tablebox  table th:nth-last-child(1) {
				border-right: none;
			}

			#ranking .swiper-container .swiper-slide .tablebox  table td {
				border-top: solid 1px #2EC0ED;
				border-bottom: solid 1px #2EC0ED;
				border-right: solid 1px #2EC0ED;
				font-size: 12px;
				font-weight: 500;
				padding: 3px;
				text-align: center;
			}
			#ranking .swiper-container .swiper-slide .tablebox  table td:nth-last-child(1) {
				border-right: none;
			}
			#ranking .swiper-container .swiper-slide .tablebox  table td.team {
				text-align: left;
				padding: 10px;
			}
				#ranking .swiper-container .swiper-slide .tablebox  table td.team img {
					width: 18px;
					height: auto;
				}


	#ranking .swiper-pagination {
		display: none;
	}



/* Totalranking
-----------------*/
#Totalranking {
	width: 100%;
	padding: 0 0 120px 0;
	letter-spacing: 0.12em;
	background: #0C1221;
	color: #fff;
}
	#Totalranking .tit {
		text-align: center;
	}

	#Totalranking .subtxt {
		padding-top: 15px;
		font-size: 12px;
		text-align: center;
	}

	#Totalranking .totalbox {
		position: relative;
		width: 470px;
		margin: 10px auto 10px auto;
	}

		#Totalranking .totalbox table {
			width: 100%;
			border-collapse: collapse;
		}
			#Totalranking .totalbox  table th {
				border-top: solid 1px #2EC0ED;
				border-bottom: solid 1px #2EC0ED;
				border-right: solid 1px #2EC0ED;
				font-size: 12px;
				font-weight: 500;
				text-align: center;
				color: #2EC0ED;
				padding: 3px;
			}
			#Totalranking .totalbox  table th:nth-last-child(1) {
				border-right: none;
			}

			#Totalranking .totalbox table td {
				border-top: solid 1px #2EC0ED;
				border-bottom: solid 1px #2EC0ED;
				border-right: solid 1px #2EC0ED;
				font-size: 12px;
				font-weight: 500;
				padding: 3px;
				text-align: center;
			}
			#Totalranking .totalbox table td:nth-last-child(1) {
				border-right: none;
			}
			#Totalranking .totalbox table td.team {
				text-align: left;
				padding: 10px;
			}
				#Totalranking .totalbox table td.team img {
					width: 18px;
					height: auto;
				}





/* please
-----------------*/
#please {
	width: 100%;
	padding: 70px 0 120px 0;
	letter-spacing: 0.12em;
	background: #080E18;
	color: #fff;
}
	#please .tit {
		text-align: center;
	}


	#please .text-flex {
		position: relative;
	}
		#please .text-flex .txt {
			width: 46%;
			font-size: 15px;
			line-height: 30px;
		}

		#please .text-flex .twitter {
			width: 50%;
			position: absolute;
			top: 0;
			right: 0;
		}
		#please .text-flex .twitter:after {
			display: none;
		}
			#please .text-flex .twitter li {
				width: 46%;
			}
				#please .text-flex .twitter li span {
					display: block;
					font-size: 15px;
					margin-bottom: 10px;
					text-align: center;
				}
				#please .text-flex .twitter li img {
					width: 100%;
					height: auto;
				}


	#please .text {
		margin-top: 40px;
	}
		#please .text h3 {
			font-size: 18px;
			color: #2EC0ED;
			line-height: 1.4em;
			margin-bottom: 10px;
		}

		#please .text .txt {
			font-size: 15px;
			line-height: 30px;
		}
			#please .text .txt span {
				font-size: 11px;
			}

		#please .text ul.list_icon:after {
			display: none;
		}
			#please .text ul.list_icon li {
				font-size: 15px;
				padding-left: 14px;
				position: relative;
			}
			#please .text ul.list_icon li:before {
				content: "";
				width: 8px;
				height: 8px;
				border-radius: 50%;
				background: #2EC0ED;
				position: absolute;
				top: 9.5px;
				left: 0;
			}
				#please .text ul.list_icon li span {
					font-size: 11px;
				}


		#please .text .taglist {
			padding-top: 20px;
			padding-left: 20px;
		}
			#please .text .taglist .box {
				width: 46%;
				border-left: solid 1px rgba(255,255,255,0.3);
				padding-left: 20px;
				position: relative;
			}
			#please .text .taglist .box .number {
				font-family: 'Bree Serif', serif;
				font-size: 12px;
				font-weight: 500;
				color: #fff;
				transform: rotate(-90deg);
				position: absolute;
				top: 32px;
				left: -52px;
			}
				#please .text .taglist .box dl {
					width: 100%;
					margin-bottom: 15px;
				}
					#please .text .taglist .box dl dt {
						width: 220px;
						font-size: 14px;
					}
					#please .text .taglist .box dl dd {
						width: -webkit-calc(100% - 220px);
						width: calc(100% - 220px);
					}
						#please .text .taglist .box dl dd span {
							border: solid 1px #2EC0ED;
							font-size: 11px;
							border-radius: 10px;
							padding: 3px 8px 4px 8px;
						}


		#please .text .ac_tit01,
		#please .text .ac_tit02 {
			cursor: pointer;
		}
		#please .text .ac_tit01 {
			background: url("../img/open.svg") no-repeat 170px center;
		}
		#please .text .ac_tit02 {
			background: url("../img/open.svg") no-repeat 228px center;
		}
		#please .text .ac_tit01.active {
			background: url("../img/close.svg") no-repeat 170px center;
		}
		#please .text .ac_tit02.active {
			background: url("../img/close.svg") no-repeat 228px center;
		}

		#please .text .ac_text {
			display: none;
		}





/* please2
-----------------*/
#please2 {
	width: 100%;
	padding: 70px 0 120px 0;
	letter-spacing: 0.12em;
	background: #0C1221;
	color: #fff;
}
	#please2 .tit {
		text-align: center;
	}


	#please2 .text-flex {
		position: relative;
	}
		#please2 .text-flex .txt {
			width: 46%;
			font-size: 15px;
			line-height: 30px;
		}

		#please2 .text-flex .twitter {
			width: 50%;
			position: absolute;
			top: 0;
			right: 0;
		}
		#please2 .text-flex .twitter:after {
			display: none;
		}
			#please2 .text-flex .twitter li {
				width: 46%;
			}
				#please2 .text-flex .twitter li span {
					display: block;
					font-size: 15px;
					margin-bottom: 10px;
					text-align: center;
				}
				#please2 .text-flex .twitter li img {
					width: 100%;
					height: auto;
				}


	#please2 .text {
		margin-top: 40px;
	}
		#please2 .text h3 {
			font-size: 18px;
			color: #2EC0ED;
			line-height: 1.4em;
			margin-bottom: 10px;
		}

		#please2 .text .txt {
			font-size: 15px;
			line-height: 30px;
		}
			#please2 .text .txt span {
				font-size: 11px;
			}

		#please2 .text ul.list_icon:after {
			display: none;
		}
			#please2 .text ul.list_icon li {
				font-size: 15px;
				padding-left: 14px;
				position: relative;
			}
			#please2 .text ul.list_icon li:before {
				content: "";
				width: 8px;
				height: 8px;
				border-radius: 50%;
				background: #2EC0ED;
				position: absolute;
				top: 9.5px;
				left: 0;
			}
				#please2 .text ul.list_icon li span {
					font-size: 11px;
				}


		#please2 .text .taglist {
			padding-top: 20px;
			padding-left: 20px;
		}
			#please2 .text .taglist .box {
				width: 46%;
				border-left: solid 1px rgba(255,255,255,0.3);
				padding-left: 20px;
				position: relative;
			}
			#please2 .text .taglist .box .number {
				font-family: 'Bree Serif', serif;
				font-size: 12px;
				font-weight: 500;
				color: #fff;
				transform: rotate(-90deg);
				position: absolute;
				top: 32px;
				left: -52px;
			}
				#please2 .text .taglist .box dl {
					width: 100%;
					margin-bottom: 15px;
				}
					#please2 .text .taglist .box dl dt {
						width: 220px;
						font-size: 14px;
					}
					#please2 .text .taglist .box dl dd {
						width: -webkit-calc(100% - 220px);
						width: calc(100% - 220px);
					}
						#please2 .text .taglist .box dl dd span {
							border: solid 1px #2EC0ED;
							font-size: 11px;
							border-radius: 10px;
							padding: 3px 8px 4px 8px;
						}


		#please2 .text .ac_tit01,
		#please2 .text .ac_tit02 {
			cursor: pointer;
		}
		#please2 .text .ac_tit01 {
			background: url("../img/open.svg") no-repeat 170px center;
		}
		#please2 .text .ac_tit02 {
			background: url("../img/open.svg") no-repeat 228px center;
		}
		#please2 .text .ac_tit01.active {
			background: url("../img/close.svg") no-repeat 170px center;
		}
		#please2 .text .ac_tit02.active {
			background: url("../img/close.svg") no-repeat 228px center;
		}

		#please2 .text .ac_text {
			display: none;
		}





/* about
-----------------*/
#about {
	width: 100%;
	padding: 100px 0;
	letter-spacing: 0.12em;
}
	#about dl {
		text-align: center;
		margin-bottom: 30px;
	}
		#about dl dt {
			line-height: 1;
		}
		#about dl dd {
			font-size: 20px;
			font-weight: 700;
		}

	#about .txt {
		font-size: 15px;
		line-height: 30px;
		text-align: left;
	}







/* 1260px */
@media screen and (max-width: 1260px) {


#header {
    width: 100%;
    min-width: 100%;
}


/* inner
-----------------*/
.inner {
	width: 90%;
	padding: 0 5%;
}





/* support
-----------------*/
#support .pht .img01 {
	width: 100%;
}


#footer {
    width: 100%;
    min-width: 100%;
}






}







/* 1024px */
@media screen and (max-width: 1024px) {





/* header
-----------------*/
#header {
	border-bottom: none;
}
	#header .clublogo {
		display: none;
	}





/* inner
-----------------*/
.inner .tit {
	margin-bottom: 30px;
	text-align: center;
}
	.inner .tit h2 {
		font-size: 22px;
	}
	.inner .tit .en {
		font-size: 12px;
	}





/* fv
-----------------*/
#fv {
	height: 350px;
	background: url("../img/main_sp.jpg") no-repeat center / cover;
}
	#fv .logo {
		width: 140px;
		top: 20px;
		left: 20px;
	}
		#fv .logo img {
			width: 100%;
			height: auto;
		}


	#fv .abeam {
		width: 170px;
		top: 20px;
		right: 20px;
	}
		#fv .abeam img {
			width: 100%;
			height: auto;
		}
	
	
	#layer {
		display: none;
	}
	

	#fv h1 {
		font-size: 42px;
	}





/* read
-----------------*/
#read {
	padding: 60px 0 0 0;
}
	#read .text {
		display: block;
		padding-bottom: 30px;
	}
		#read .text h2 {
			width: 100%;
			font-size: 30px;
			margin-bottom: 20px;
		}
			#read .text h2 img {
				width: 200px;
			}

		#read .text .txt {
			width: 100%;
			font-size: 14px;
			line-height: 2em;
		}


	#read .pht {
		height: 250px;
	}





/* support
-----------------*/
#support {
	padding: 60px 0;
}
#support .inner {
	display: block;
}
	#support .text {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
		#support .text .txt {
			font-size: 14px;
			line-height: 2em;
		}


	#support .pht {
		width: 100%;
	}
		#support .pht .img02 {
			width: 100px;
			position: absolute;
			top: auto;
			left: -5%;
			bottom: -40px;
		}





/* award
-----------------*/
#award {
	padding: 60px 0 0 0;
}
	#award .swiper-container {
		padding-bottom: 40px;
	}
		#award .swiper-container .swiper-slide {
			width: 100%;
		}
		#award .swiper-container .swiper-slide:nth-last-child(1) {
			margin-bottom: 0;
		}
			#award .swiper-container .swiper-slide h3 {
				font-size: 16px;
				padding-top: 15px;
				background: url("../img/icon_ranking.svg") no-repeat center top / 20px;
			}
	
			#award .swiper-container .swiper-slide .text {
				padding: 15px;
				font-size: 13px;
				min-height: 150px;
			}


	#award .swiper-pagination {
		display: block;
	}





/* ranking
-----------------*/
#ranking {
	padding: 60px 0;
}
	#ranking .subtxt {
		padding-top: 0;
		font-size: 10px;
	}


	#ranking .swiper-container {
		padding-bottom: 40px;
	}
		#ranking .swiper-container .swiper-slide {
			width: 100%;
		}
		#ranking .swiper-container .swiper-slide:nth-last-child(1) {
			margin-bottom: 0;
		}
			#ranking .swiper-container .swiper-slide h3 {
				font-size: 16px;
				padding-top: 15px;
				background: url("../img/icon_ranking.svg") no-repeat center top / 20px;
			}


	#ranking .swiper-pagination {
		display: block;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 5px !important;
	}
	.swiper-pagination-bullet {
		background: #fff !important;
	}




/* Totalranking
-----------------*/
#Totalranking {
	padding: 0 0 60px 0;
}
	#Totalranking .subtxt {
		padding-top: 0;
		font-size: 10px;
	}





/* please
-----------------*/
#please {
	padding: 60px 0 60px 0;
	background: #080E18;
}

	#please .text-flex {
		display: block;
	}
		#please .text-flex .txt {
			width: 100%;
			font-size: 14px;
			line-height: 2em;
			margin-bottom: 20px;
		}

		#please .text-flex .twitter {
			width: 100%;
			position: static;
		}
			#please .text-flex .twitter li {
				width: 48%;
			}
			#please .text-flex .twitter li span {
				font-size: 13px;
			}
			#please .text-flex .twitter li img {
				width: 100%;
				height: auto;
			}

	#please .text {
		margin-top: 30px;
	}
		#please .text h3 {
			font-size: 16px;
		}

		#please .text .txt {
			font-size: 14px;
			line-height: 2em;
		}
			#please .text .txt span {
				font-size: 10px;
			}

			#please .text ul.list_icon li {
				font-size: 14px;
			}
			#please .text ul.list_icon li:before {
				top: 8px;
			}
				#please .text ul.list_icon li span {
					font-size: 10px;
				}


		#please .text .taglist {
			display: block;
			padding-top: 15px;
			padding-left: 0;
		}
			#please .text .taglist .box {
				width: 100%;
				border-left: solid 1px rgba(255,255,255,0.3);
				padding-left: 15px;
				position: relative;
				margin-bottom: 20px;
			}
			#please .text .taglist .box:nth-last-child(1) {
				margin-bottom: 0;
			}
			#please .text .taglist .box .number {
				font-size: 10px;
				top: 28px;
				left: -46px;
			}
				#please .text .taglist .box dl dt {
					width: 190px;
					font-size: 13px;
				}
				#please .text .taglist .box dl dd {
					width: -webkit-calc(100% - 190px);
					width: calc(100% - 190px);
				}
					#please .text .taglist .box dl dd span {
						font-size: 10px;
					}


		#please .text .ac_tit01 {
			background: url("../img/open.svg") no-repeat 154px center;
		}
		#please .text .ac_tit02 {
			background: url("../img/open.svg") no-repeat 204px center;
		}
		#please .text .ac_tit01.active {
			background: url("../img/close.svg") no-repeat 154px center;
		}
		#please .text .ac_tit02.active {
			background: url("../img/close.svg") no-repeat 204px center;
		}
	}



/* please2
-----------------*/
#please2 {
	padding: 60px 0 60px 0;
	background: #0C1221;
}

	#please2 .text-flex {
		display: block;
	}
		#please2 .text-flex .txt {
			width: 100%;
			font-size: 14px;
			line-height: 2em;
			margin-bottom: 20px;
		}

		#please2 .text-flex .twitter {
			width: 100%;
			position: static;
		}
			#please2 .text-flex .twitter li {
				width: 48%;
			}
			#please2 .text-flex .twitter li span {
				font-size: 13px;
			}
			#please2 .text-flex .twitter li img {
				width: 100%;
				height: auto;
			}

	#please2 .text {
		margin-top: 30px;
	}
		#please2 .text h3 {
			font-size: 16px;
		}

		#please2 .text .txt {
			font-size: 14px;
			line-height: 2em;
		}
			#please2 .text .txt span {
				font-size: 10px;
			}

			#please2 .text ul.list_icon li {
				font-size: 14px;
			}
			#please2 .text ul.list_icon li:before {
				top: 8px;
			}
				#please2 .text ul.list_icon li span {
					font-size: 10px;
				}


		#please2 .text .taglist {
			padding-top: 20px;
			padding-left: 20px;
		}
			#please2 .text .taglist .box {
				width: 46%;
				border-left: solid 1px rgba(255,255,255,0.3);
				padding-left: 20px;
				position: relative;
			}
			#please2 .text .taglist .box .number {
				font-family: 'Bree Serif', serif;
				font-size: 12px;
				font-weight: 500;
				color: #fff;
				transform: rotate(-90deg);
				position: absolute;
				top: 32px;
				left: -52px;
			}
				#please2 .text .taglist .box dl {
					width: 100%;
					margin-bottom: 15px;
				}
					#please2 .text .taglist .box dl dt {
						width: 220px;
						font-size: 14px;
					}
					#please2 .text .taglist .box dl dd {
						width: -webkit-calc(100% - 220px);
						width: calc(100% - 220px);
					}
						#please2 .text .taglist .box dl dd span {
							border: solid 1px #2EC0ED;
							font-size: 11px;
							border-radius: 10px;
							padding: 3px 8px 4px 8px;
						}


		#please2 .text .ac_tit01 {
			background: url("../img/open.svg") no-repeat 154px center;
		}
		#please2 .text .ac_tit02 {
			background: url("../img/open.svg") no-repeat 204px center;
		}
		#please2 .text .ac_tit01.active {
			background: url("../img/close.svg") no-repeat 154px center;
		}
		#please2 .text .ac_tit02.active {
			background: url("../img/close.svg") no-repeat 204px center;
		}





/* about
-----------------*/
#about {
	padding: 60px 0;
}
	#about dl {
		margin-bottom: 20px;
	}
		#about dl dd {
			font-size: 18px;
		}

	#about .txt {
		font-size: 14px;
		line-height: 2em;
		text-align: left;
	}






}






.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
 }
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}