@charset "utf-8";

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

.cf {
	min-height:1px;
	zoom:1;
}
/*-----------------------------------------------
	main
-----------------------------------------------*/
.main{
	position: relative;
}
.mainArea{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.mainArea h2{
	position: absolute;
	z-index: 2;
	bottom: 12%;
	width: 40%;
	left: 50%;
	max-width: 600px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mainArea img.spim{
	display: none;
}
.mainArea 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;
}
/*-----------------------------------------------
	mainTx
-----------------------------------------------*/
.mainTx{
	padding: 10em 0 15em;
	
}
.mainTxArea{
	text-align: center;
}
.mainTxArea p{
	display: inline-block;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	letter-spacing:0.01em;
	line-height: 2.4;
	font-size: 17px;
}
.mainTxArea p span{
	font-size: 110%;
	font-weight: normal;
	font-family: 'Abel', sans-serif;
	margin-right: .1em;
}
.mainTxArea p br.sp{
	display: none;
}
/*-----------------------------------------------
	parallax_content
-----------------------------------------------*/
.parallax_content{
	height: 70vh;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.img_bg_01{
  background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/technology/daiwa_connected/img/connect_bg.jpg");
}
/*-----------------------------------------------
	imp
-----------------------------------------------*/
.imp{
	padding: 10em 0;
}
.imp p.im01{
	width: 80%;
	margin: 0 auto 5em;
}
.imp .txArea{
	padding: 0 5em;
	margin-bottom: 10em;
}
.imp .txArea p{
	line-height: 2.2;
}
.imp .impArea{
	max-width: 1000px;
	margin: 0 auto;
	width:94%;
}
/*-----------------------------------------------
	pro
-----------------------------------------------*/
.pro{
	padding-bottom: 15em;
}
.pro li{
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	max-width: 1400px;
	margin: 0 auto 15em;
	list-style: none;
}
.pro li:last-child{
	margin: 0 auto;
}
.pro li .area{
	position: relative;
	z-index: 2;
}
.pro li .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba( 0, 0, 0, .5 );
}
.pro li.imz{
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/technology/daiwa_connected/img/imz_bg.jpg");
}
.pro li.sw{
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/technology/daiwa_connected/img/sw_bg.jpg");
}
.pro li.wakasagi{
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/technology/daiwa_connected/img/wakasagi_bg.jpg");
}
.pro li{
	padding-top: 20em;
}
.pro li p.proName{
	margin: 0 auto 5em;
}
.pro li p.proName img{
	width: 100%;
	height: auto;
}
.pro li.imz p.proName{
	width: 25%;
}
.pro li.sw p.proName{
	width: 50%;
}
.pro li.wakasagi p.proName{
	width: 60%;
}
.pro li p.im{
	width: 80%;
	margin: 0 auto;
	background-color: #000;
}
.pro li p.im img{
	border: 1px solid #222;
}
.pro li p.im a:hover{
	opacity: .8;
}
/*-----------------------------------------------
	bt
-----------------------------------------------*/

.btArea{
	width:450px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5em;
}
.btArea.bt{
	margin-bottom: 10em;
}
.btArea a:link{
	background-color:#222;
	color:#fff;
	display:block;
	line-height:1.4;
	position: relative;
	padding:1.2em 2em 1.2em 2em;
	text-decoration:none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	letter-spacing: 0.2em;
	font-size:20px;
}


.btArea a:link::before {
  position: absolute;
  top:50%;
  right:1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  margin-right:0px;
}
.btArea a:link::after {
  position: absolute;
  top:50%;
  right:1.5em;
  margin-top:-5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.btArea a:visited{
	background-color:#222;
	color:#fff;
	text-decoration:none;
}
.btArea a:hover{
	background-color:#333;
	color:#fff;
	text-decoration:none;
	opacity: .8;
}
/*-----------------------------------------------
	fade
-----------------------------------------------*/
.fadeIn_up {
	opacity:0;
	transition: all .4s;
}
.fadeIn_up.is-show {
	animation: fadeIn .4s ease-out forwards;
	animation-delay: .3s;
}


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