@charset "utf-8";
/*共通*/
*{
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
ul{
  list-style-type: none;
}
a{
  text-decoration: none;
  cursor: pointer;
}
main a{
  color: #000;
}
footer a{
  color: #fff;
}
#top{
  overflow: hidden;
}

/*TOPページCAR/BIKETOPのみ*/
/*BLESSマーク背景の調整*/
#_header{
  background-color: #fff;
  width: 100%;
  height: 85px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000; 
}
/*ヘッダー*/
header{
  width: 100%;
  height: 85px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
}
/*ヘッダー分の余白*/
main{
  margin-top: 85px;
}
#headerInner{
  display: flex;
  align-items: center;
}
#hd_logo{
  position: absolute;
  top: 30px;
  left: 30px;
}
#mb_nav{
  display: none;
}
#mb_ddmenu{
  display: none;
}
nav{
  width: 780px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.hdnav{
  width: 120px;
  position: relative;
}
#nav2{
  margin-left: 100px;
}
#nav3{
  margin-left: 100px;
}
#nav4{
  margin-left: 100px;
}
.hdnav ul{
  padding-top: 6px;
}
.hdnav li{
  text-align: center;
}
.caricon{
  padding-top: 8px;
}
#nav_line{
  background-color: rgba(216,64,64,0.7);
  width: 120px;
  height: 6px;
  position: absolute;
  bottom: 0;  
}
.red{
  background-color: #d84040;
  width: 120px;
  height: 6px;
  position: absolute;
  bottom: 0;
  transition: all 0.2s ease; 
}
.hd_ssbt{
  position: absolute;
  right: 80px;
  top: 0px;
  z-index: 2100;
  width: 110px;
  height: 120px;
  background-color: #d84040;
  box-shadow: 0px 3px 1px rgba(0,0,0,0.2);
}
.hd_ssbt ul{
  padding-top: 15px;
}
.hd_ssbt li{
  text-align: center;
}
.showup{
  padding-top: 10px;
  padding-bottom: 5px;
  transition: all 0.2s ease; 	
}
/*ドロップダウンメニュー*/
#car_dropdwn{
  width: 780px;
  height: 297px;
  background-color: #DBDBDB;
  opacity: 0.98;
  position: absolute;
  top: 85px;
  display: none;
  padding: 50px 0 0 40px;
  box-shadow: 0px 3px 1px rgba(0,0,0,0.2);
}
#bike_dropdwn{
  width: 780px;
  background-color: #DBDBDB;
  opacity: 0.98;
  position: absolute;
  top: 85px;
  left: -220px;
  display: none;
  padding: 50px 0 0 40px;
  box-shadow: 0px 3px 1px rgba(0,0,0,0.2);
}
.dropdwn{
  display: flex;
  width: 100%;
}
.ddmenu{
  margin-left: 80px;
  width: 100%;
}
.ddmenubox{
  display: block;
  position: relative;
}
.dd{
  display: flex;
  align-items: baseline;
  margin-bottom: 50px;
}
.dd_tx{
  color: #4b4b4b;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
  padding-left: 5px;
}
.dd2{
  position: relative;
  bottom: 5px;
}
.dd:hover{
  opacity: 0.9;
}
.ddmenubox::before{
  content: ""; 
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  transition: all 0.2s ease; 	
  border-bottom: 4px solid #d84040;
  opacity: 0;
}
.ddmenubox:hover::before{
  width: 100%;
  opacity: 1;
}
.hd_ussc{
  margin-bottom: 30px!important;
}
.hd_ussc:hover{
  opacity: 0.7;
}
.hd_ussc img{
  width: 500px;
}

/*フッター*/
footer{
  background-color: #4b4b4b;
  color: #fff;
  font-family: '游ゴシック',YuGothic,'Yu Gothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif ;
  margin-top: 200px;
}
#ft01{
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 65px 0px ;
}
#ft01_1{
  display: flex;
}
#ft01_1 a{
  text-decoration: none;
}
#ft01_1 a:hover{
  text-decoration: underline;
}
#ft01_1 li{
  margin-right: 50px;
}
h4{
  font-size: 1.125em;
  line-height: 1em;
}
h4 span{
  font-size: 0.6em;
}
.ft_cm{
  margin-bottom: 5px;
}
.ft_h4{
  line-height: 2em;
}
.ft_h4_ussc{
  line-height: 1em;
  padding: 9px 0 9px 0;
}

#ft01_1 dl{
  font-family: '游ゴシック',YuGothic,'Yu Gothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif ;
  line-height: 1em;
  padding-bottom: 5px;
}
#ft01_1 dt{
  padding: 15px 0px 15px 20px;
  font-weight: 600;
}
#ft01_1 dd{
  padding-left: 30px;
  padding-bottom: 15px;
}
#ft01_1 dd span{
  font-size: 0.8em;
}
.ft_nc{
  margin-bottom: 55px;
}
#ft_logo{
  margin-bottom: 10px;
}
#ft_com1{
  line-height: 1.8em;
  padding-bottom: 30px;
}
#ft_com1 ul{
  margin-bottom: 20px;
}
.adress{
  line-height: 1.3em;
}
#telfax{
  font-weight: 600;
}
#mb_telfax{
  display: none;
}
#mail a{
  font-weight: 600;
  text-decoration: underline;
}
#mail a:hover{
  text-decoration: none;
}
.tfm{
  padding-left: 7px;
}
.ft_com2{
  margin-bottom: 20px;
}
.ft_com2 p{
  padding-bottom: 10px;
  font-weight: 500;
}
.protac_bt{
  display: block;
  width: 250px;
  background-color: rgba(255,255,255,0.2);
  padding: 5px 0 0 10px;
  border-radius: 2px;
  transition: all 0.2s ease; 
}
.protac_bt:hover{
  background-color: rgba(255,255,255,0.7);
}
.ft_sns{
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 600;
  margin-top: 5px;
}
.ft_sns2{
  margin-top: 10px;
}
.snsicon{
  display: flex;
}
.snsicon li{
  margin-right: 27px;
  transition: all 0.2s ease; 
}
.snsicon a:hover{
  opacity: 0.7;
}
.blog_bt{
  display: block;
  width: 300px;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
  border-radius: 30px;
  background-color: #4bb130;
  color: #fff;
  transition: all 0.2s ease; 
}
.blog_bt:hover{
  opacity: 0.7;
}
.shop_bt{
  transition: all 0.2s ease;
}
.shop_bt:hover{
  opacity: 0.7;
}
.link{
  padding-top: 30px;
}
.link li{
  line-height: 2.2em;
}
.link li span{
  font-size: 0.6em;
  position: relative;
  bottom: 2px;
  left: 7px;
}
.link a:hover{
  opacity: 0.7;
}
#ft02{
  background-color: #1c1c1c;
  display: flex;
  justify-content:space-around;
  line-height: 3em;
}
#ft02 ul{
  display: flex;
}
#ft02 a{
  text-decoration: underline;
  margin-left: 30px;
}
#ft02 a:hover{
  text-decoration: none;
}
#mb_copyright{
  display: none;
}
/*PAGETOP*/
#pagetop{
  position: fixed;
  right: 100px;
  bottom: 60px;
  z-index: 5000;
}
#pagetop img{
  position: relative;
  z-index: 1800;
}
#pagetop span{
  color: #fff;
  font-size: 2.5em;
  position: absolute;
  top: 3px;
  left: 14px;
  z-index: 2000;
}
#mb_pagetop{
  display: none!important;
}


/*main*/
main{
  /*width: 1000px;
  margin-left: auto;
  margin-right: auto;*/
  font-family: '游ゴシック',YuGothic,'Yu Gothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif ;
}
section{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/*mainタイトル*/
.h2{
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.h2_jp{
  line-height: 1em;
  padding-left: 8px;
  position: relative;
  bottom: 2px;
}
.white{
  color: #fff;
}

/*mainphoto*/
#main_top{
  position: relative;
}
#mainlogo_bg img{
  position: absolute;
  top: -80px;
  left: -40px;
  width: 330px;
  z-index: 4500;
}
#mainlogo_l img{
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 3500;
}
#mainphoto{
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
#main_tx{
  position: relative;
  top: 55%;
  left: 12%;
  z-index: 3500;
  width: 300px;
  height: auto;
  display: block;
}
#main_tx .tx1{
  padding-bottom: 10px;	
}
#main_tx .tx2{
  padding-left: 5px;
}
#main_tx .tx3{
  padding-left: 5px;
  padding-top: 3px;
}
#main_tx .tx1 li{
  height: 17px;	
}
#main_tx .tx2 li{
  height: 50px;
}
#main_tx .tx3 li{
  height: 20px;
}

#main_slider{
  display: block;
  width: 70%;
  height: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3000;
  overflow: hidden;
}
#slider{
  height: 90%;
}
#main_slider .main1{
  display: block;
  background-image: url("../../common/images/main_granace.png");
  background-repeat: no-repeat;
  background-position: center -40px;
  background-size: cover;
  height: 858px;
}
#main_slider .main2{
  background-image: url("../../common/images/main_harrier.png");
  background-repeat: no-repeat;
  background-position: center -40px;
  background-size: cover;
  height: 858px;
}
#main_slider .main3{
  background-image: url("../../common/images/main_wake.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 858px;
}
#main_slider .main4{
  background-image: url("../../common/images/main_z900rs.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 858px;
}
#main_slider .main5{
  background-image: url("../../common/images/main_cb1100rs.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 858px;
}

/*mainphoto以降の背景設定*/
#sec_bg{
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}

/*Products*/
#sec01{
  background-color: #4b4b4b;
  width: 100%;
  padding-top: 130px;
  height: 2096px;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
#sec01_1{
  margin-top: 100px;
  position: relative;
  height: 895px;
}
#pd_car{
  position: relative;
}
.pd_bg1{
  width: 80%;
  height: 619px;
  background-color: rgba(0,0,0,0.3);
  position: relative;
  z-index: 2000;
  transition: all 0.5s ease;
}
.pd_title1{
  position: absolute;
  top: 60px;
  left: 80px;
  z-index: 4000;
}
.pd_arrow1{
  text-align: left;
  padding: 40px 0 30px 0;
}
.pd_arrow1 span{
  color: #fff;
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: 1px;
  line-height: 1em;
  padding-right: 20px;
}
.pd_arrow1 img{
  position: relative;
  left: 0;
}
.pd_pic1{
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 2500;
  right: 0;
  top: 120px;
}
.pd_pic1 img{
  transition: all 0.5s ease;
}
.o_pd_pic{
  transform: scale(1.03);
}
.car_bg{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 1500;
  width: 1100px;
  height: 715px;
  right: 0;
  top: 180px;
}

#sec01_2{
  margin-top: 130px;
  position: relative;
  height: 925px;
}
.pd_pic2{
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 2500;
  padding-top: 140px;
}
.pd_pic2 img{
  transition: all 0.5s ease;
}
.bike_bg{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 1500;
  width: 1250px;
  height: 715px;
  left: 0;
  top: 210px;
}
.pd_bg2{
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 779px;
  background-color: rgba(0,0,0,0.3);
  z-index: 2000;
  transition: all 0.2s ease;
}
.pd_title2{
  position: absolute;
  top: 60px;
  right: 80px;
  z-index: 4000;
}
.pd_biketitle{
  text-align: right;
}
.pd_arrow2{
  text-align: right;
  padding: 40px 0 30px 0;
}
.pd_arrow2 span{
  color: #fff;
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: 1px;
  line-height: 1em;
  padding-left: 50px;
}
.pd_arrow2 img{
  position: relative;
  left: 0;
}
.mb_bike_bg{
  display: none;
}
.mb_pd_pic1{
  display: none;
}
.mb_pd_pic2{
  display: none;
}

/*Concept*/
#sec02{
  width: 100%;
  background-color: #fff;
  padding-top: 230px;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
#sec02_1{
  margin-top: 100px;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
}
.con_text1{
  width: 45%;
}
#con_subtitle{
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
#con_subtitle p{
  margin-left: 3%;
  margin-bottom: 10px;
}
.con_line{
  width: 100%;
  height: 5px;
  background-color: rgba(216,64,64,1);
}
.con_text1 li{
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 1px;
  margin: 0 10% 50px 3%;
}
#con_pics1{
  width: 55%;
}
#c_pic1{
  height: 600px;
}
#c_pics1{
  display: flex;
  justify-content: space-between;
}
#c_pic2{
  width: 45%;
  height: auto;
  /*height: 300px;*/
  margin-top: 50px;
  position: relative;
  right: 10%;
}
#c_pic3{
  width: 55%;
  height: 380px;
  margin-top: 85px;
}
#sec02_2{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#con_pics2{
  width: 50%;
}
#c_pic4{
  position: relative;
  bottom: 50px;
}
#c_pics2{
  display: flex;
  margin-top: 30px;
}
#c_pic5{
  width: 35%;
  height: 300px;
  position: relative;
  top: 40px;
}
#c_pic6{
  width: 35%;
  height: 300px;
  position: relative;
  left: 15%;
}
#c_pic7{
  width: 35%;
  height: 300px;
  position: relative;
  top: 120px;
  left: 25%;
}
.con_text2{
  width: 50%;
  padding-top: 80px;
}
.con_text2 li{
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 1px;
  margin: 0 10% 50px 13%;
}
#c_pic8{
  margin-top: 200px;
}
.mb_context{
  display: none;
}
.mb_con_pics2{
  display: none;
}

/*Brand*/
#sec03{
  width: 100%;
  background-image: url("../../images/br_bg.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.sec03{
  background-color:rgba(255,255,255,0.6);
  padding-top: 130px;
  padding-bottom: 200px;
}
.sec03_1{
  margin-left: 12%;
}
.br{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  z-index: 2000;
}
.br_logo_bless{
  position: relative;
  bottom: 10px;
}
.br_logo{
  position: relative;
  bottom: 30px;
}
.br_pic{
  padding-right: 5%;
}
.br_bike{
  padding-right: 7%;
}
.br_line{
  width: 100%;
  height: 8px;
  background-color: rgba(216,64,64,1);
  margin-left: 5%;
  position: relative;
  bottom: 15px;
  z-index: 1500;
}
.br_line1{
  position: relative;
  bottom: 17px;
}
.br_line3{
  position: relative;
  bottom: 20px;
}
.br_text{
  font-weight: 600;
  margin-left: 6%;
}
.brand1{
  margin-top: 100px;
}
.brand2{
  margin-top: 100px;
}
.brand3{
  margin-top: 20px;
}

/*NEWS*/
#sec04{
  position: relative;
  height: 450px;
  background-color: #fff;
  padding-top: 250px;
  z-index: 2;
}
.newslist{
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 60px;
}
.newslist li{
  margin: 10px;
  position: relative;
  display: block;
  width: 300px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: none;
  transition: all 0.2s ease; 
}
.newslist_img{
  width: 300px;
  height: 180px;
  overflow: hidden!important;
  display: flex;
  align-items: center;
}
.newslist_img img{
  width: 100%;
}
.newslist li:hover{
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
.pagenone:hover{
  box-shadow: none!important;
}
.date{
  display: flex;
  margin: 20px 0 10px 5px;
}
.tab_news{
  border: 2px solid #d84040;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
}
.tab_car{
  border: 2px solid #20a12f;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
}
.tab_bike{
  border: 2px solid #2054a1;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
}
.text{
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
}
.newslist_bt{
  position: absolute;
  right: 0;
  margin-top: 30px;
  font-size: 2em;
  font-weight: 500;
  color: #000;
  transition: all 0.2s ease;
  line-height: 1em;
}
.newslist_bt:hover{
  color: #d84040;
}
.newslist_bt img{
  position: absolute;
  left: 35px;
}


/*ロード*/
.load{
	background-color: #bababa;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.load p{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.load img{
  height: 130px;
}

/*スクロールしたらfadein*/
/*タイトル,NEWS*/
.fadein{
  opacity: 0;
  transform: translate(0,50px);
  transition: all 900ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
/*Products_CAR*/
.fadein1_1{
  opacity: 0;
  transform: translate(-1000px,0);
  transition: all 1000ms;
}
.fadein1_1.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
.fadein1_2{
  opacity: 0;
  transform: translate(1000px,0);
  transition: all 1200ms;
}
.fadein1_2.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
.fadein1_3{
  opacity: 0;
  transform: translate(1000px,0);
  transition: all 1500ms;
}
.fadein1_3.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
/*Products_BIKE*/
.fadein2_1{
  opacity: 0;
  transform: translate(1000px,0);
  transition: all 1000ms;
}
.fadein2_1.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
.fadein2_2{
  opacity: 0;
  transform: translate(-1000px,0);
  transition: all 1300ms;
}
.fadein2_2.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
.fadein2_3{
  opacity: 0;
  transform: translate(-1000px,0);
  transition: all 1600ms;
}
.fadein2_3.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
/*Concept*/
/*赤line*/
.fadein3_1{
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.fadein3_1::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.fadein3_1::before {
  z-index: 10;
  background-color: #fff;
  transition: all 1000ms;
}
.fadein3_1.scrollin{
  opacity: 1;
}
.fadein3_1.scrollin::before {
  transform: translateX(-100%);
}
/*見出し*/
.fadein3_2{
  opacity: 0;
  transform: translate(0,30px);
  transition: all 1500ms;
}
.fadein3_2.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
/*テキスト*/
.fadein3_3{
  opacity: 0;
  transition: all 1200ms;
}
.fadein3_3.scrollin{
  opacity: 1;
}
/*写真*/
.fadein3_r{
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.fadein3_r::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.fadein3_r::before {
  z-index: 10;
  background-color: #fff;
  transition: all 900ms;
}
.fadein3_r img {
  width: 100%;
  height: auto;
}
.fadein3_r.scrollin {
  opacity: 1;
}
.fadein3_r.scrollin::before {
  transform: translateX(-100%);
}
.fadein3_l{
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.fadein3_l::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fadein3_l::before {
  z-index: 10;
  background-color: #fff;
  transition: all 900ms;
}
.fadein3_l img {
  width: 100%;
  height: auto;
}
.fadein3_l.scrollin {
  opacity: 1;
}
.fadein3_l.scrollin::before {
  transform: translateX(100%);
}

/*Brand*/
.fadein4_1{
  opacity: 0;
  transform: translate(1000px,0);
  transition: all 900ms;
}
.fadein4_1.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
.fadein4_2{
  opacity: 0;
  transform: translate(1000px,0);
  transition: all 1000ms;
}
.fadein4_2.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
.fadein4_3{
  opacity: 0;
  transform: translate(1000px,0);
  transition: all 1200ms;
}
.fadein4_3.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
