@charset "utf-8";

#wrapper{
	font-size:14px;
	line-height:1.8;
	
}
.conBox{
	padding:10em 0 10em 0;
	margin-bottom: 5em;
}
.con{
	padding-bottom: 10em;
	margin-bottom: 5em;
	position:relative;
}


.con:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 40px;
	height: 2px;
	left: 50%;
	background-color: #666;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
p.im img{
	width:100%;
	height:auto;
}

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


.fluro{
	padding-bottom: 10em;
}

/*-----------------------------------------------
	topMain
-----------------------------------------------*/
.topMain{
	position: relative;
	width:100%;
	height:100%;
	min-height:700px;
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/technology/fluoro/img/main.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.topMain .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	top: 0;
	left: 0;
}
.topMain .logoArea{
	position:absolute;
	top: 45%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -45%);
  	transform: translate(-50%, -45%);
	width:30%;
	z-index:2;
	max-width: 450px;
}
.topMain h2{
	width: 80%;
	margin: 0 auto 3em;
}
.topMain h2 img,.topMain h3 img{
	width: 100%;
	height: auto;
}

.mainTitle{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:22px;
	font-weight:500;
	position:relative;
	padding:5em 0 3em;;
	margin-bottom:5em;
	letter-spacing:0.02em;
	text-align: center;
}
.mainTitle p.en{
	letter-spacing:0.03em;
	font-size:42px;
	font-family: 'Abel', sans-serif;
}
.mainTitle:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 10%;
	height: 1px;
	left:50%;
	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
	background-color: #fff;
}
.mainTitle br.pc{
	display:none;
}


.fluroArea{
	width: 90%;
	margin: 0 auto;
}
.fluroArea p.title{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:18px;
	font-weight:500;
	letter-spacing:0.05em;
	margin-bottom: 3em;
}


.fluroArea .txArea{

	
}
.fluroArea .txArea p{
	line-height: 2.4;
}





.movie{
	margin-bottom: 5em;
}
.movie ul{
	text-align:center;
}
.movie ul li{
	width:84%;
	margin:0 auto 3em;
	vertical-align:top;
}
.movie ul li:last-child{
	margin:0 auto;
}

.mvArea p.tx{
	font-size: 14px;
}
.mv{
	padding:1em 4em;
	background-color:#121212;
}
.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:8%;
}

.mvArea p.tx{
	padding-top:0.5em;
	text-align:center;
}

.mvArea li{
	display:inline-block;
	text-align:center;
}
.movie.last{
	margin-bottom: 0 !important;
}
.movie.last ul{
	text-align: center;
}
.movie.last li{
	width: 44%;
	margin: 0 1% 3em;
	vertical-align: top;
}
.movie.last li .mv p.play{
	width:11%;
}
.movie.last li .mv{
	padding:.5em 2em;
	background-color:#171717;
}
/*-----------------------------------------------
	flurotitle
-----------------------------------------------*/
.fluroTitle{
	margin-bottom:10em;
	font-family: 'Abel', sans-serif;
	letter-spacing:0.05em;
}
.fluroTitle h4{
	position:relative;
	font-size:32px;
	line-height: 2.4;
}

.fluroTitle h4:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 65%;
	height: 1px;
	left: -1em;
	background-color: #fff;	
}




.f1 p.im{
	width: 80%;
	margin: 0 auto;
	padding-top: 5em;
}
.f2 p.im{
	width: 40%;
	float: right;
	margin-left: 2em;
}
.f3 .txArea p.im{
	width: 25%;
	float: right;
	margin-left:3em;
	margin-bottom: 1em;
}
.f4 ul{
	text-align: center;
	padding-top: 3em;
}
.f4 li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 42%;
	margin: 0 3%;
}
.f4 li dt{
	border-bottom: 1px solid #fff;
	font-size: 16px;
	margin-bottom: .5em;
}
.f4 li dd{
	margin-bottom: 1.5em;
}
.f4 li dd:last-child{
	margin-bottom: 0;
}
.f5 p.im{
	width: 80%;
	margin: 0 auto;
	padding-top: 5em;
}
ul.tec{
	margin-bottom: 5em;
	padding-top: 5em;
	
}
ul.tec p.tecTitle{
	position: relative;
	display: flex;
	align-items: center;
	font-family: 'Abel', sans-serif;
	color: #999;	
	line-height: 1.4;
	font-size: 18px;
	margin-bottom: .5em;
}
ul.tec p.tecTitle:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #999;
	margin-left: 1rem;
}
ul.tec p.tecName{
	font-family: 'Abel', sans-serif;
	font-size: 54px;
	line-height: 1;
}
ul.tec p.tecNameKana{
	margin-bottom: 1em;
}
ul.tec p.tecCat{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:22px;
	font-weight:500;
	margin-bottom: 1em;
}
ul.tec p.tecTx{
	font-size: 14px;
	line-height: 2;
}
ul.tec .tecT{
	position: relative;
}
ul.tec p.tecLogo{
	position: absolute;
	right: 0;
	top: 0;
	
}
ul.tec p.tecLogo img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
ul.tec li.tec01 p.tecLogo{
	width: 25%;
}
ul.tec li.tec02 p.tecLogo{
	width: 15%;
}
ul.tec li.tec03 p.tecLogo{
	width: 12%;
}
ul.tec li{
	margin-bottom: 10em;
}
ul.tec li:last-child{
	margin-bottom: 0;
}
ul.tec li .mvArea{
	padding-top: 5em;
	width: 90%;
	margin: 0 auto;
}
ul.tec li p.im{
	padding-top: 5em;
	width: 80%;
	margin: 0 auto;
}
.lineup{
	background-color: #121212;
}
.lineup p.im{
	width: 45%;
	float: left;
	margin-right: 2em;
}
.lineup li{
	position: relative;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.lineup li:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 40px;
	height: 2px;
	left: 50%;
	background-color: #666;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	
}



/*-----------------------------------------------
	bt
-----------------------------------------------*/

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

.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;
}
.btArea a:link br{
	display: none;
}

/*-----------------------------------------------
	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);
	}
}