@charset "UTF-8";
#wrapper{
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	background-color: #000;
	
}



.cf:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.cf {
	min-height:1px;
	zoom:1;
}

/*-----------------------------------------------
	main
-----------------------------------------------*/
.main{
	min-height: 600px;
	width: 100%;
	height: 100%;
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/technology/cgs/img/main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.main .bg{
	position: absolute;
	z-index: 1;
	background: rgb(0,0,0,.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.main .logoArea{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 40%;
	max-width: 800px;
	min-width: 400px;
	text-align: center;
}
.main h2 img{
	width: 100%;
	height: auto;
}

.main p.logo{
	width:300px;
	position:absolute;
	top:3em;
	right:3em;
	z-index: 2;
}
.main p.logo img{
	width: 100%;
	height: auto;
}




.main2{
	
}
.main2Area{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.main2 p.im img.spim{
	display: none;
	
}
.mvArea{
	width: 90%;
	margin: 0 auto;
}
.mvArea p.tx{
	font-size: 14px;
	padding-top: .5em;
	text-align: center;
}
.mv{
	padding:.5em 2em;
	background-color:#222;
}
.mv{
	position:relative;
}
.mv img{
	width:100%;
	height:auto;
}
.mv p.play{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:10%;
}

.imp{
	padding-top: 10em;
	padding-bottom: 15em;
}
.imp p.title{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 22px;
	margin-bottom: 5em;
}
.imp .txArea{
	line-height: 2.2;
	padding: 0 3em;
}
.imp .txArea p.tx{
	text-indent: 1em;
}
.imp .txArea p.m1{
	margin-bottom: 3em;
}
.imp .sub{
	width: 84%;
	margin: 8em auto;
	position: relative;
}
.imp .sub.sub2{
	width: 60%;
}
.imp .sub p.im img{
	border: 1px solid #333;
}
.imp .sub p.kazari{
	position: absolute;
	top:20%;
	right: -15%;
	width: 300px;
}
.imp .sub p.kazari img{
	width: 100%;
	height: auto;
}
/*-----------------------------------------------
	fade
-----------------------------------------------*/
.fadeIn_up {
	opacity:0;
	transition: all .5s;
}
.fadeIn_up.is-show {
	animation: fadeIn .5s ease-out forwards;
	animation-delay: .5s;
}


@keyframes fadeIn{
	0%{
		opacity:0;
		transform: translate(0, 40px);
	}
	50%{
		opacity:0.5;
		transform: translate(0, 20px);
	}
	100%{
		opacity:1;
		transform: translate(0, 0);
	}
}