@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;
}
.enAward {
    font-family: 'Bree Serif', serif;
	font-weight: 500;
	background: #2EC0ED;
	color: #fff;
}
.Award {
	font-weight: 700;
	background: #2EC0ED;
	color: #fff;
}





/* inner
-----------------*/
.inner {
	width: 1200px;
	margin: auto;
}
	.inner .title {
		margin-bottom: 45px;
	}
		.inner .title .en {
			font-size: 14px;
			line-height: 1;
			color: #fff;
			margin-bottom: 20px;
			position: relative;
		}
		.inner .title .en:before {
			content: "";
			width: 100%;
			height: 1px;
			background: #fff;
			position: absolute;
			top: 50%;
			left: 0;
			margin-top: 0;
			z-index: -1;
		}
			.inner .title .en span {
				padding-right: 20px;
			}
			#about .inner .title .en span {
				background: #080E18;
			}
			#mission .inner .title .en span {
				background: #080E18;
			}
			#ranking .inner .title .en span {
				background: #0C1220;
			}
			#attention .inner .title .en span {
				background: #0C1220;
			}
			#archive .inner .title .en span {
				background: #0C1220;
			}

		.inner .title h2 {
			font-size: 40px;
			line-height: 1;
			color: #2EC0ED;
		}


	.inner .tit {
		margin-bottom: 30px;
	}
		.inner .tit h3 {
			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 {
		width: 220px;
		position: absolute;
		top: 35px;
		left: 30px;
		z-index: 2;
	}
		#fv .logo img {
			width: 100%;
			height: auto;
		}


	#fv .abeam {
		width: 240px;
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 2;
	}
		#fv .abeam img {
			width: 100%;
			height: auto;
		}


	#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;
	}


	#read ul.anchor li {
		width: 24%;
	}
		#read ul.anchor li a {
			display: block;
			background: #2EC0ED;
			font-size: 18px;
			font-weight: 700;
			line-height: 1em;
			text-align: center;
			color: #fff;
			padding: 15px 0;
			margin-right: 10px;
			position: relative;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#read ul.anchor li a:hover {
			opacity: 0.7;
		}
		#read ul.anchor li a:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 10px 0 10px;
			border-color: #2ec0ed transparent transparent transparent;
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: -10px;
		}
			#read ul.anchor li a span {
				font-size: 12px;
				font-weight: 500;
			}





/* about
-----------------*/
#about {
	width: 100%;
	padding: 120px 0 0 0;
	letter-spacing: 0.12em;
	background: #080E18;
	color: #fff;
	overflow: hidden;
}
	#about .text {
		width: 50%;
		padding-right: 5%;
	}
		#about .text .txt {
			font-size: 15px;
			line-height: 32px;
			margin-bottom: 12px;
		}
		#about .text .txt:nth-last-child(1) {
			margin-bottom: 0;
		}


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

		#about .pht .img02 {
			position: absolute;
			top: 230px;
			left: -30px;
		}


	#about table {
		margin-top: 80px;
		width: 100%;
		border-collapse: collapse;
	}
		#about table th {
			width: 150px;
			padding: 20px 15px;
			font-size: 15px;
			font-weight: 700;
			color: #2EC0ED;
			text-align: center;
			border-top: solid 1px #103648;
			border-right: solid 1px #103648;
			border-bottom: solid 1px #103648;
		}
		#about table td {
			padding: 20px;
			font-size: 14px;
			border-top: solid 1px #103648;
			border-bottom: solid 1px #103648;
		}





/* mission
-----------------*/
#mission {
	width: 100%;
	padding: 120px 0 0 0;
	background: #080E18;
	color: #fff;
	overflow: hidden;
}
	#mission .thema {
		margin-bottom: 60px;
	}
	#mission .thema:nth-last-child(1) {
		margin-bottom: 0;
	}
		#mission .thema .headtit {
			margin-bottom: 25px;
		}
			#mission .thema .headtit .number {
				width: 80px;
				height: 80px;
				border: solid 1px #2EC0ED;
				font-size: 30px;
				line-height: 0.8em;
				text-align: center;
				color: #2EC0ED;
				padding-top: 8px;
			}
				#mission .thema .headtit .number span {
					font-size: 12px;
				}

			#mission .thema .headtit .text {
				padding-top: 14px;
				padding-left: 20px;
			}
				#mission .thema .headtit .text h3 {
					font-size: 30px;
					font-weight: 700;
					color: #2EC0ED;
					line-height: 1;
					margin-bottom: 4px;
				}
				#mission .thema .headtit .text p {
					font-size: 20px;
					font-weight: 700;
				}


		#mission .thema .txt {
			font-size: 15px;
			margin-bottom: 30px;
		}


		#mission .thema .swiper-container {
			padding-bottom: 45px;
		}
			#mission .thema .swiper-container .days {
				border: solid 1px #2D323A;
				font-size: 16px;
				text-align: center;
				line-height: 1;
				padding: 10px 0;
				margin-bottom: 20px;
			}


			#mission .thema .swiper-container .flex-start .box {
				width: 32.5%;
				padding: 35px;
				box-sizing: border-box;
				background: #111829;
			}
				#mission .thema .swiper-container .flex-start .box .number {
					font-size: 15px;
					color: #2EC0ED;
					line-height: 1;
					text-align: center;
					margin-bottom: 8px;
				}
				#mission .thema .swiper-container .flex-start .box .target {
					font-size: 15px;
					font-weight: 700;
					color: #2EC0ED;
					line-height: 1;
					text-align: center;
					margin-bottom: 8px;
				}

				#mission .thema .swiper-container .flex-start .box h4 {
					font-size: 18px;
					line-height: 1.4em;
					text-align: center;
					margin-bottom: 15px;
				}

				#mission .thema .swiper-container .flex-start .box p {
					font-size: 14px;
				}

				#mission .thema .swiper-container .flex-start .box dl {
					border-top: dashed 1px #13283B;
					padding-top: 25px;
					margin-top: 25px;
				}
					#mission .thema .swiper-container .flex-start .box dl dt {
						font-size: 15px;
						font-weight: 700;
						color: #2EC0ED;
						text-align: center;
						margin-bottom: 10px;
					}
					#mission .thema .swiper-container .flex-start .box dl dd{
						font-size: 12px;
						letter-spacing: 0;
					}


			#mission .thema .swiper-container .flex-start .box_col1 {
				width: 100%;
				padding: 35px;
				box-sizing: border-box;
				background: #111829;
			}
				#mission .thema .swiper-container .flex-start .box_col1 .number {
					font-size: 15px;
					color: #2EC0ED;
					line-height: 1;
					text-align: center;
					margin-bottom: 8px;
				}
				#mission .thema .swiper-container .flex-start .box_col1 .target {
					font-size: 15px;
					font-weight: 700;
					color: #2EC0ED;
					line-height: 1;
					text-align: center;
					margin-bottom: 8px;
				}

				#mission .thema .swiper-container .flex-start .box_col1 h4 {
					font-size: 18px;
					line-height: 1.4em;
					text-align: center;
					margin-bottom: 15px;
				}

				#mission .thema .swiper-container .flex-start .box_col1 p {
					font-size: 14px;
				}

				#mission .thema .swiper-container .flex-start .box_col1 dl {
					border-top: dashed 1px #13283B;
					padding-top: 25px;
					margin-top: 25px;
				}
					#mission .thema .swiper-container .flex-start .box_col1 dl dt {
						font-size: 15px;
						font-weight: 700;
						color: #2EC0ED;
						text-align: center;
						margin-bottom: 10px;
					}
					#mission .thema .swiper-container .flex-start .box_col1 dl dd{
						font-size: 12px;
						letter-spacing: 0;
						text-align: center;
					}

	.swiper-pagination {
		display: block;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 0 !important;
	}
	.swiper-pagination-bullet {
		background: #2EC0ED !important;
	}





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


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


	#ranking .swiper-container {
		padding-bottom: 45px;
	}
	#ranking .swiper-container.mt {
		margin-top: 20px;
	}
		#ranking .swiper-container .swiper-slide .head {
			background: #2EC0ED;
			font-size: 14px;
			font-weight: 700;
			color: #fff;
			text-align: center;
			line-height: 1;
			padding: 10px 0;
		}

		#ranking .swiper-container .swiper-slide table {
			width: 100%;
			border-collapse: collapse;
		}
			#ranking .swiper-container .swiper-slide table th {
				padding: 10px;
				font-size: 15px;
				font-weight: 700;
				color: #2EC0ED;
				text-align: center;
				border-right: solid 1px #103648;
				border-bottom: solid 1px #103648;
			}
			#ranking .swiper-container .swiper-slide table td {
				padding: 10px;
				font-size: 14px;
				text-align: center;
				border-right: solid 1px #103648;
				border-bottom: solid 1px #103648;
			}
			#ranking .swiper-container .swiper-slide table td.star {
				color: #233257;
			}
				#ranking .swiper-container .swiper-slide table td.star span {
					color: #F5FF00;
				}
			#ranking .swiper-container .swiper-slide table td.team {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				text-align: left;
			}
				#ranking .swiper-container .swiper-slide table td.team img {
					width: 20px;
				}
				#ranking .swiper-container .swiper-slide table td.team span {
					padding-left: 10px;
				}

			#ranking .swiper-container .swiper-slide table th:nth-last-child(1),
			#ranking .swiper-container .swiper-slide table td:nth-last-child(1) {
				border-right: none;
			}


			#ranking.cb220727 .swiper-container .swiper-slide table th:nth-child(1) {
				width: 100px;
			}
			
			#ranking .swiper-container .swiper-slide table td.noborder {
				padding: 10px;
				font-size: 14px;
				border-right: none;
				border-bottom: none;
			}



		#ranking .tablebox {
			margin-top: 20px;
			margin-bottom: 20px;
		}
			#ranking .tablebox ul.tabs li {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 18.5%;
				height: 40px;
				border: solid 1px rgba(255,255,255,0.3);
				font-size: 14px;
				text-align: center;
				cursor: pointer;
			}
			#ranking .tablebox ul.tabs:after {
				display: none;
			}
			#ranking .tablebox ul.tabs li.select {
				background: #fff;
				font-weight: 600;
				color: #0C1220;
				position: relative;
			}
			#ranking .tablebox ul.tabs li.select:before {
				content: "";width: 0;
				height: 0;
				border-style: solid;
				border-width: 10px 10px 0 10px;
				border-color: #ffffff transparent transparent transparent;
				position: absolute;
				bottom: -8px;
				left: 50%;
				margin-left: -10px;
			}
				#ranking .tablebox ul.tabs li .en {
					padding-right: 10px;
				}


			#ranking .tablebox .content {
				margin-top: 30px;
			}
				#ranking .tablebox .content .hide {
					display: none;
				}
					#ranking .tablebox .content .cell table {
						width: 31%;
					}
						#ranking .tablebox .content .cell table td .on {
							color: #2EC0ED;
						}
						#ranking .tablebox .content .cell table td .off {
							color: #233257;
						}


	#ranking p.memo {
		font-size: 12px;
	}




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


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

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


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

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

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


		#attention .text .taglist {
			padding-top: 20px;
			padding-left: 20px;
		}
			#attention .text .taglist .box {
				width: 46%;
				border-left: solid 1px rgba(255,255,255,0.3);
				padding-left: 20px;
				position: relative;
			}
			#attention .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;
			}
				#attention .text .taglist .box dl {
					width: 100%;
					margin-bottom: 15px;
				}
					#attention .text .taglist .box dl dt {
						width: 220px;
						font-size: 14px;
					}
					#attention .text .taglist .box dl dd {
						width: -webkit-calc(100% - 220px);
						width: calc(100% - 220px);
					}
						#attention .text .taglist .box dl dd span {
							border: solid 1px #2EC0ED;
							font-size: 11px;
							border-radius: 10px;
							padding: 3px 8px 4px 8px;
						}


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

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




/* archive
-----------------*/
#archive {
	width: 100%;
	padding: 120px 0 120px 0;
	letter-spacing: 0.12em;
	background: #080E18;
	color: #fff;
}

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

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

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






/* please
-----------------*/
#please {
	width: 100%;
	padding: 120px 0 120px 0;
	letter-spacing: 0.12em;
	background: #0C1220;
	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/close.svg") no-repeat 170px center;
		}
		#please .text .ac_tit02 {
			background: url("../img/close.svg") no-repeat 228px center;
		}
		#please .text .ac_tit01.active {
			background: url("../img/open.svg") no-repeat 170px center;
		}
		#please .text .ac_tit02.active {
			background: url("../img/open.svg") no-repeat 228px center;
		}

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




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

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





/* bnr
-----------------*/
.bnr {
	width: 300px;
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 5;
}
	.bnr a {
		display: block;
/* 		border: solid 2px #fff; */
	}
		.bnr a img {
			width: 100%;
			height: auto;
		}







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


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


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





/* about
-----------------*/
#about .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 .title {
	margin-bottom: 30px;
}
	.inner .title .en {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.inner .title h2 {
		font-size: 26px;
	}
	
	
.inner .tit {
	margin-bottom: 20px;
}
	.inner .tit h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.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: 15px;
		left: 15px;
	}
		#fv .logo img {
			width: 100%;
			height: auto;
		}


	#fv .abeam {
		width: 120px;
		top: 15px;
		right: 15px;
	}
		#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;
	}


	#read ul.anchor {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#read ul.anchor li {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 30px;
		}
		#read ul.anchor li:nth-child(2n) {
			margin-right: 0;
		}
			#read ul.anchor li a {
				font-size: 16px;
				padding: 12px 0;
			}
				#read ul.anchor li a span {
					font-size: 11px;
				}





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


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


	#about table {
		margin-top: 80px;
	}
		#about table th {
			display: block;
			width: 94%;
			padding: 20px 3% 4px 3%;
			font-size: 14px;
			text-align: left;
			border-right: none;
			border-bottom: none;
		}
		#about table td {
			display: block;
			width: 94%;
			padding: 0 3% 20px 3%;
			font-size: 13px;
			border-top: none;
			border-bottom: none;
		}





/* mission
-----------------*/
#mission {
	padding: 80px 0;
}
	#mission .thema {
		margin-bottom: 40px;
	}
	#mission .thema:nth-last-child(1) {
		margin-bottom: 0;
	}
		#mission .thema .headtit {
			margin-bottom: 15px;
		}
			#mission .thema .headtit .number {
				width: 50px;
				height: 50px;
				font-size: 22px;
				line-height: 0.9em;
				padding-top: 0;
			}
				#mission .thema .headtit .number span {
					font-size: 10px;
				}

			#mission .thema .headtit .text {
				padding-top: 2px;
				padding-left: 12px;
			}
				#mission .thema .headtit .text h3 {
					font-size: 24px;
				}
				#mission .thema .headtit .text p {
					font-size: 13px;
					letter-spacing: 0;
				}


		#mission .thema .txt {
			font-size: 14px;
		}


		#mission .thema .swiper-container {
			padding-bottom: 35px;
		}
			#mission .thema .swiper-container .days {
				border: solid 1px #2D323A;
				font-size: 16px;
				text-align: center;
				line-height: 1;
				padding: 10px 0;
				margin-bottom: 20px;
			}


			#mission .thema .swiper-container .flex-start .box {
				width: 32.5%;
				padding: 25px;
			}
				#mission .thema .swiper-container .flex-start .box .number {
					font-size: 14px;
				}
				#mission .thema .swiper-container .flex-start .box .target {
					font-size: 14px;
				}

				#mission .thema .swiper-container .flex-start .box h4 {
					font-size: 16px;
					margin-bottom: 10px;
				}

				#mission .thema .swiper-container .flex-start .box p {
					font-size: 13px;
				}

				#mission .thema .swiper-container .flex-start .box dl {
					padding-top: 20px;
					margin-top: 20px;
				}
					#mission .thema .swiper-container .flex-start .box dl dt {
						font-size: 14px;
					}
					#mission .thema .swiper-container .flex-start .box dl dd{
						font-size: 11px;
					}





/* ranking
-----------------*/
#ranking {
	padding: 80px 0 0 0;
}





/* please
-----------------*/
#attention {
	padding: 80px 0;
}

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

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

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

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

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


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


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





/* please
-----------------*/
#please {
	padding: 80px 0;
}

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




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

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




}







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


/* mission
-----------------*/
#mission .thema .headtit .text {
	padding-top: 2px;
}
	#mission .thema .headtit .text h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}

#mission .thema .swiper-container {
	padding-bottom: 25px;
}
	#mission .thema .swiper-container .days {
		font-size: 14px;
	}


	#mission .thema .swiper-container .flex-start {
		display: block;
	}
	#mission .thema .swiper-container .flex-start .box {
		width: 100%;
		margin-bottom: 10px;
	}
	#mission .thema .swiper-container .flex-start .box_col1 {
		width: 100%;
		margin-bottom: 10px;
	}
					#mission .thema .swiper-container .flex-start .box_col1 dl dd{
						font-size: 12px;
						letter-spacing: 0;
						text-align: left;
					}





/* ranking
-----------------*/
#ranking .swiper-container {
	padding-bottom: 40px;
}
	#ranking .swiper-container .swiper-slide .head {
		font-size: 13px;
	}

	#ranking .swiper-container .swiper-slide table th {
		padding: 5px;
		font-size: 10px;
		line-height: 1.2em;
		letter-spacing: 0;
	}
	#ranking .swiper-container .swiper-slide table td {
		padding: 5px;
		font-size: 10px;
		line-height: 1.2em;
		letter-spacing: 0;
	}
		#ranking .swiper-container .swiper-slide table td.team img {
			width: 12px;
		}
		#ranking .swiper-container .swiper-slide table td.team span {
			padding-left: 5px;
		}
		
		#ranking .swiper-container .swiper-slide table td.noborder {
			display: none;
		}


	#ranking.cb220727 .swiper-container .swiper-slide table th:nth-child(1) {
		width: 50px;
	}



	#ranking .tablebox {
		margin-top: 20px;
		margin-bottom: 20px;
	}
		#ranking .tablebox ul.tabs li {
			display: block;
			width: 18%;
			height: 40px;
			padding-top: 4px;
			font-size: 8px;
			line-height: 1.2em;
		}
			#ranking .tablebox ul.tabs li .en {
				font-size: 11px;
				display: block;
				padding-right: 0;
				margin-bottom: 5px;
			}


		#ranking .tablebox .content .cell .flex-start {
			display: block;
		}
		#ranking .tablebox .content .cell table {
			width: 100%;
			margin-top: 20px;
		}
			#ranking .tablebox .content .cell table th {
				padding-bottom: 10px;
				font-size: 12px;
			}
			#ranking .tablebox .content .cell table td {
				padding: 10px 5px;
			}
			#ranking .tablebox .content .cell table td .on {
				color: #2EC0ED;
			}
			#ranking .tablebox .content .cell table td .off {
				color: #233257;
			}


	#ranking p.memo {
		font-size: 8px;
	}





/* bnr
-----------------*/
.bnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5;
}
	.bnr a {
		max-width: 500px;
		margin: auto;
		border: none;
/* 		border: solid 2px #fff; */
	}
		.bnr a img {
			width: 100%;
			height: auto;
		}

}


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