@charset "UTF-8";


	
	
/* splash
--------------------- */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	text-align:center;
	color:#DE0000;
}

#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	transform: translate(-50%, -50%);
	color: #DE0000;
	width: 100%;
}

#splash_text svg{
    height: 3px;
}

.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #fff;
    transition: all .8s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}
.loader_cover-up {
    transform-origin: center top;
}

.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
.coveranime {
    transform: scaleY(0);
}


	
	
/* kv
--------------------- */
#header {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0);
}
#header {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0);
}


	
	
/* kv
--------------------- */
#fv {
	padding: 80px 20px 20px 20px;
}
	#fv #slider {
		width: 100%;
		height: -webkit-calc(100vh - 100px);
		height: calc(100vh - 100px);
		border-radius: 20px;
		position: relative;
	}
	.vegas-timer-progress {
		background: rgba(255,255,255,0.5);
	}
		#fv #slider .text {
			width: 100%;
			position: absolute;
			bottom: 50px;
			left: 50px;
		}
			#fv #slider .text h2 {
				font-size: 6.2rem;
				font-weight: 700;
				letter-spacing: 0.06em;
				line-height: 1.3em;
				margin-bottom: 20px;
			}

			#fv #slider .text .en {
				font-size: 1.8rem;
				line-height: 1.6em;
			}

		#fv .scroll {
			width: 120px;
			height: 120px;
			position: absolute;
			bottom: 50px;
			right: 50px;
			z-index: 3;
		}
			#fv .scroll a {
				display: block;
				background: url("../img/btn_scroll_arrow.svg") no-repeat center / 60%;
				position: relative;
			}
			#fv .scroll a:hover {
				background: url("../img/btn_scroll_arrow.svg") no-repeat center / 45%;
			}
				#fv .scroll a img {
					animation: rotate-anime 10s linear infinite;
				}
				@keyframes rotate-anime {
				  0%  {transform: rotate(0);}
				  100%  {transform: rotate(360deg);}
				}	


	
	
/* news
--------------------- */
#news .inner {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	border-bottom: solid 1px #ddd;
	padding-top: 10px;
	padding-bottom: 30px;
}
	#news h2 {
		width: 110px;
		font-size: 2.4rem;
		line-height: 1;
	}

	#news ul.list {
		width: -webkit-calc(100% - 110px);
		width: calc(100% - 110px);
	}
		#news ul.list li {
			display: flex;
			display: -webkit-flex;
			justify-content: space-between;
			margin-bottom: 10px;
		}
		#news ul.list li:nth-last-child(1) {
			margin-bottom: 0;
		}
			#news ul.list li time {
				display: block;
				width: 95px;
				font-size: 1.5rem;
				line-height: 1.4em;
			}
			#news ul.list li span {
				display: block;
				width: -webkit-calc(100% - 95px);
				width: calc(100% - 95px);
				font-size: 1.5rem;
				line-height: 1.4em;
			}
				#news ul.list li span a {
					color: #DE0000;
					text-decoration: underline;
				}
				#news ul.list li span a:hover {
					text-decoration: none;
				}


	
	
/* at-first
--------------------- */
#at-first {
	padding-top: 90px;
	padding-bottom: 100px;
}
	#at-first h2 {
		font-size: 4.0rem;
		font-weight: 400;
		line-height: 1;
		text-align: center;
		margin-bottom: 35px;
	}

	#at-first .list a.linkbox {
		width: 31%;
		display: block;
	}
	#at-first .list a.linkbox:hover {
		color: #DE0000;
	}
		#at-first .list a.linkbox .pht {
			border-radius: 20px;
		}

		#at-first .list a.linkbox .text {
			padding: 20px 20px 0 20px;
		}
			#at-first .list a.linkbox .text .head {
				font-size: 1.2rem;
				color: #C3C3C3;
				line-height: 1;
				margin-bottom: 10px;
			}

			#at-first .list a.linkbox .text h3 {
				font-size: 2.0rem;
				font-weight: 500;
				line-height: 1.4em;
				margin-bottom: 15px;
			}





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


	
	
/* kv
--------------------- */
#fv {
	padding: 70px 20px 20px 20px;
}
	#fv #slider {
		height: -webkit-calc(100vh - 90px);
		height: calc(100vh - 90px);
		height: -webkit-calc(100dvh - 90px);
		height: calc(100dvh - 90px);
		border-radius: 15px;
	}
		#fv #slider .text {
			bottom: 50px;
			left: 50px;
		}
			#fv #slider .text h2 {
				font-size: 5.0rem;
			}

			#fv #slider .text .en {
				font-size: 1.6rem;
			}

		#fv .scroll {
			width: 100px;
			height: 100px;
		}


	
	
/* news
--------------------- */
#news h2 {
	width: 100px;
	font-size: 2.2rem;
}

#news ul.list {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
	#news ul.list li time {
		width: 85px;
		font-size: 1.4rem;
	}
	#news ul.list li span {
		display: block;
		width: -webkit-calc(100% - 85px);
		width: calc(100% - 85px);
		font-size: 1.4rem;
	}


	
	
/* at-first
--------------------- */
#at-first {
	padding-top: 60px;
	padding-bottom: 70px;
}
	#at-first h2 {
		font-size: 3.0rem;
		margin-bottom: 25px;
	}

	#at-first .list a.linkbox .pht {
		border-radius: 15px;
	}

	#at-first .list a.linkbox .text {
		padding: 15px 10px 0 10px;
	}
		#at-first .list a.linkbox .text .head {
			font-size: 1.1rem;
		}

		#at-first .list a.linkbox .text h3 {
			font-size: 1.7rem;
			margin-bottom: 12px;
		}










}





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


	
	
/* kv
--------------------- */
#fv {
	padding: 60px 5px 5px 5px;
}
	#fv #slider {
		height: -webkit-calc(100vh - 115px);
		height: calc(100vh - 115px);
		height: -webkit-calc(100dvh - 115px);
		height: calc(100dvh - 115px);
		border-radius: 10px;
	}
		#fv #slider .text {
			bottom: 30px;
			left: 25px;
		}
			#fv #slider .text h2 {
				font-size: 3.0rem;
			}

			#fv #slider .text .en {
				font-size: 1.3rem;
			}

		#fv .scroll {
			width: 70px;
			height: 70px;
			bottom: 30px;
			right: 20px;
		}


	
	
/* news
--------------------- */
#news .inner {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
	#news h2 {
		width: 100%;
		font-size: 2.2rem;
		margin-bottom: 16px;
	}

	#news ul.list {
		width: 100%;
	}
		#news ul.list li {
			display: block;
			font-size: 1.3rem;
			margin-bottom: 20px;
		}
		#news ul.list li time {
			width: 100%;
			font-size: 1.2rem;
			margin-bottom: 5px;
		}
		#news ul.list li span {
			width: 100%;
			font-size: 1.4rem;
		}


	
	
/* at-first
--------------------- */
#at-first {
	padding-top: 45px;
	padding-bottom: 50px;
}
	#at-first h2 {
		font-size: 3.0rem;
		margin-bottom: 20px;
	}

	#at-first .list {
		display: block;
	}
		#at-first .list a.linkbox {
			width: 100%;
			margin-bottom: 30px;
		}
		#at-first .list a.linkbox:nth-last-child(1) {
			margin-bottom: 0;
		}










}