@charset "UTF-8";
#topMV {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: url(../img/bg_mov.png) no-repeat center center/cover;
	text-align:center;
}
#topMV::after{
	content: '';
	background:url("/img/top/mv_ribbon.png") left top no-repeat;
	background-size: 100%;
	width:47.4%;
	height: 185px;
	position: absolute;
	right:0;
	top:56%;
	display: block;
}
#topMV .topMV_h1 {
	position: absolute;
	font-size: 23px;
	line-height: 1.65;
	top:40%;
	right: 25%;
	color: #fff;
	z-index: 1;
}
#topMV .logo {
	width: 130px;
	position: absolute;
	left: 50px;
	top: 35px;
}
#topMV .inner {
	z-index: 999;
}
#topMV video {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#topMV img{width:300px;height:auto;}
/*====================================================================
小さいディスプレイのノートPC用
====================================================================*/
/*====================================================================
タブレット
====================================================================*/
/*====================================================================
SP
====================================================================*/
/*=============================================
GoogleChrome
==============================================*/
/*=============================================
for IE 11
==============================================*/
/*=============================================
for IE 10
==============================================*/
/*=============================================
for Microsoft Edge
==============================================*/
@media screen and (max-width: 480px) {
	#wrap #topMV::after{
		width:85%;
	}
	#wrap #topMV .topMV_h1{
		font-size: 14px;
		line-height: 1.4;
		top:26%;
		width:98%;
		text-align: right;
		right:1.5%;
	}
	#wrap #topMV .topMV_h1 img{
Width:200px;height:auto;	
	}
	#wrap #topMV .topMV_h1.en{
		top:30%;
	}
	#wrap #topMV video {
		height: auto;
		min-height: inherit;
		width: 100%;
	}
	#wrap #topMV .mvFrameImg {
		height: 210px;
	}
	#wrap #mainContents .section-wrapper {
		width: 100%;
	}
	#wrap #mainContents .section-wrapper .intro {
		width: 96%;
		margin: 0 auto;
		position: relative;
	}
	#wrap #mainContents .section-wrapper .intro .intro__inner .intro__inner_content {
		width: 100%;
	}
	#wrap #mainContents .section-wrapper .intro .intro__inner .intro__inner_content h2 {
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
		font-weight: bold;
	}
	#wrap #mainContents .section-wrapper .intro .intro__inner .intro__inner_content .intro__text {
		padding-top: 14px;
		line-height: 1.6;
		width: 92vw;
		margin: 0 auto;
	}
	#wrap #mainContents .section-wrapper .intro .intro__inner .intro__inner_content .deco-a {
		position: absolute;
		width: 50.66vw;
		left: 47.33vw;
		top: 97%;
	}
	.content-front-page .news .section-5 .block__item--head{
		width:100%;
		padding-left: 0;
	}
	.content-front-page .news .section-5 .block__item--news{
		width:100%;
	}
}