#Container {
	overflow: hidden;
}

#mv {
	border-bottom: 8px solid #fff;
	border-radius: 0 0 50% 50%;
	left: 50%;
	overflow: hidden;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
	width: 200%;
	z-index: 2000;
}

#mv .mv_outer {
	display: inline-block;
	width: 50%;
}

#mv p {
	color: #fff;
	font-family: 'Kiwi Maru', serif;
	font-size: 250%;
	left: 50%;
	position: absolute;
	text-shadow: 4px 4px 4px #333;
	top: 50%;
	transform: translate(-50%, -70%);
}

#mv .overlay {
	background-color: rgba(0, 0, 0, .7);
}

#mv video {
	min-height: 100%;
	min-width: 100%;
}

#Content {
	position: relative;
}

#about {
	margin-top: -80px;
}

#about.about-sp{
	background: url(../img/bg_main_sp_r.png) repeat-x;
	background-size: auto 100%;
}
#about.about-sm{
	background: url(../img/bg_main_sm_r.png) repeat-x;
	background-size: auto 100%;
}
#about.about-au{
	background: url(../img/bg_main_au_r.png) repeat-x;
	background-size: auto 100%;
}
#about.about-wi{
	background: url(../img/bg_main_wi_r.png) repeat-x;
	background-size: auto 100%;
}

#about .about-outside {
	padding: 40px 0 0;
}

#about.about-sp .about-outside{
	background: url(../img/bg_main_sp.png) no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#about.about-sm .about-outside{
	background: url(../img/bg_main_sm.png) no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#about.about-au .about-outside{
	background: url(../img/bg_main_au.png) no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#about.about-wi .about-outside{
	background: url(../img/bg_main_wi.png) no-repeat;
	background-size: auto 100%;
	background-position: center;
}

#about .inside {
	height: 1000px;
	position: relative;
}

#about .box {
	background-color: #fff;
	border: 8px solid #fff;
	border-radius: 12px;
	box-shadow: 4px 4px 8px #888;
	display: block;
	left: 50%;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	top: 35%;
	transform: translate(-50%, -50%);
	width: 90%;
}

#about .box a {
	color: #333;
	display: block;
	text-decoration: none;
}

#about .box a:hover {
	opacity: .8;
}

#about .box h2 {
	background-color: #b5cf41;
	color: #fff;
	font-family: 'Kiwi Maru', serif;
	font-size: 200%;
	padding: 20px 0;
	text-align: center;
}

#about .box h2 span {
	color: #333;
	letter-spacing: 2px;
}

#about .box .slider {
	border-bottom: 8px solid #fff;
	border-top: 8px solid #fff;
}

#about .box img {
	height: auto;
	width: 300px;
}

#about .box .detail {
	background: url(../img/bg_about.jpg);
	background-size: 200px auto;
	padding: 20px 0;
	text-align: center;
}

#about .box .detail p {
	background-color: rgba(255, 255, 255, .7);
	display: inline-block;
	padding: 10px 40px;
}

#about .box .detail p span {
	color: #00a0a0;
	text-decoration: underline;
}

#news {
	margin-top: -340px;
}

#news h2 {
	background: url(../img/bg_news_ttl.png) no-repeat;
	background-position: 50% 0;
	background-size: 200px auto;
	box-sizing: border-box;
	font-family: 'Kiwi Maru', serif;
	font-size: 150%;
	font-weight: bold;
	height: 228px;
	padding: 48px 0 0;
	position: relative;
	text-align: center;
	z-index: 2000;
}

#news .news-outside {
	background: url(../img/bg_news.png) repeat-x;
	background-size: auto 100%;
	top: -170px;
	padding: 60px 0 40px;
	position: relative;
	z-index: 3000;
}

#news ul {
	margin: 0 auto;
	padding-top: 150px;
}

#news li {
	margin-top: 20px;
}

#news li:first-child {
	margin-top: 0;
}

#news li a {
	background-color: rgba(255, 255, 255, .8);
	color: #333;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}

#news li a:hover {
	opacity: .8;
}

#news li .box {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}

#news li a{
	display: flex;
	justify-content: center;
}

#news li span.news-tag {
	background-color: rgb(180, 128, 128);
	border-radius: 8px;
	color: #fff;
	display: block;
	margin-right: 20px;
	padding: 4px 12px;
	position: relative;
	min-width: 15em;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#news li span.news-text{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#news li span.news-date {
	animation: atens 1.5s linear infinite alternate;
	color: #f00;
	display: block;
	margin-left: 20px;
	min-width: 7em;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@keyframes atens {
	0% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}

#news li:last-child span.news-tag {
	background-color: rgb(115, 189, 110);
}

#topics {
	margin-top: -40px;
	padding: 0 0 120px;
}

@media screen and (max-width: 1024px) {
	#mv {
		border-radius: 0;
		width: 100%;
	}

	#mv .mv_outer {
		width: 100%;
	}

	#mv p {
		font-size: 200%;
		transform: translate(-50%, -30%);
		width: 100%;
	}

	#mv video {
		width: 100%;
	}

	#about {
		background-size: auto 100%;
		background-position: 50% auto;
		margin-top: 0;
	}

	#about .box h2 {
		padding: 10px 0;
	}

	#about .box {
		border-radius: 0;
		width: 100%;
	}

	#about .inside {
		height: auto;
	}

	#about .box {
		left: 0;
		position: relative;
		top: 0;
		transform: translate(0);
	}

	#about .about-outside {
		padding: 150px 40px;
	}

	#about .box .detail p {
		font-size: 100%;
	}

	#news {
		margin-top: 40px;
	}

	#news li a{
		display: block;
	}

	#news li span.news-tag {
		display: block;
		margin: 0 0 10px;
		text-align: center;
	}

	#news .news-outside {
		top: -230px;
	}

	#topics {
		margin-top: -100px !important;
	}
}

@media screen and (max-width: 829px) {
	#news li span.news-date {
		display: block;
		margin: 0;
	}
}

@media screen and (max-width: 539px) {
	#about {
		background: none !important;
		/* margin-top: 0px; */
	}

	#about .about-outside {
		background: none !important;
		padding: 0 !important;
	}

	#about .box{
		border: none !important;
	}

	#about .box h2 {
		font-size: 100%;
	}

	#about .about-outside {
		padding: 30px 0;
	}

	#mv p {
		font-size: 120%;
		transform: translate(-50%, -10%);
	}

	#about .box .detail {
		padding: 10px;
		text-align: left;
	}

	#about .box .detail p {
		padding: 4px 6px;
	}

	#news h2 {
		background-size: 170px auto;
		font-size: 120%;
		height: 210px;
		padding: 40px 0 0;
	}

	#news li .box {
		display: block;
		margin-left: 0;
	}

	#news ul {
		padding-top: 190px;
	}

	#news .news-outside {
		top: -260px;
	}

	#topics {
		margin-top: -220px !important;
		padding: 0 0 50px;
	}
}