@charset "UTF-8";
/* CSS Document */

.main-visual {
  position: relative;
	margin: 0 calc(50% - 50vw);
}
.main-cacth {
	font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 6rem;
  position: absolute;
  left: 0;
	right: 0;
	margin: auto;
  top: 45%;
  z-index: 1;
	text-align: center;
	line-height: 5rem;
}
.main-cacth span{
	display: block;
	font-size: 2rem;
}
.main-visual video{
	width: 100%;
}
#header{
	background: none;
}
.main-nav-menu ul li a{
	color: #fff;
}
.news-list{
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 80%;
	right: 0;
	left: 0;
	margin: auto;
	padding: 20px 40px;
	max-width: 1280px;
}
.news-list span{
	color: #00d2bc;
	font-weight: bold;
	margin-right: 30px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.main-visual{
		margin-top: 60px;
	}
	.main-cacth{
		top: 25%;
		font-size: 4rem;
		line-height: 3rem;
	}
	.main-cacth span{
		font-size: 1.6rem;
	}
	.news-list{
		position: static;
		padding: 20px 0;
		width: 90%;
	}
}