@charset "utf-8";

body{
  overflow: hidden;
}
.end{
 position:fixed;
 top: 0;
 left: 0;
 width: 100%;
height: 100dvh;
background-color: #1c1c1cdd;
z-index: 999;
}
.endWrap{
  width: 100%;
  height:  100%;
  position: relative;
}
.end__text{
  width: 95%;
  font-size: 28px;
  line-height:1.75;
  letter-spacing: 0.08em;
  text-align: center;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (max-width: 750px) {
  .end__text{
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .end__text{
    font-size: 14px;
  }
}

/*===================
fv
===================*/
.fv {
  position: relative;
  width: 100%;
}
.fv__img{
  width: 100%;
}

/*===================
intro
===================*/
.intro{
  padding-top: 25px;
  margin-bottom: 40px;
}
.intro__inner{
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 20px;
}
.intro__ttl{
  width: 100%;
  max-width: 550px;
  margin: 0 auto 28px;
}
.intro__head{
  margin-bottom: 20px;
  font-size:20px ;
  letter-spacing: 0.04em;
  text-align: center;
}
.intro__img{
  margin-bottom: 35px;
}
.intro__wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:2%;
}
.intro__link{
  display: block;
  width: 49%;
  max-width: 440px;
}
.intro__link--none {
  pointer-events: none;
  position: relative;
}
.intro__link--none:hover{
  opacity: 1;
}
.intro__link--none:after{
  content:'';
  width: 100%;
  height: 100%;
  background-image: url(../imgs/common/soon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}


/*===================
軽自動車相性診断

check
===================*/
.check{
  margin-bottom: 20px;
  padding: 30px 0;
  background-color: #d3edfb;
}
.check__wrap{
  padding: 0 0 20px 30px;
  background-color: #fff;
}
.check__head{
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.check__ttl{
  margin-top: 25px;
  padding-right: 15px;
  width: 45%;
}
.check__img{
  width: 55%;
}
.check__btm{
  width: 100%;
  max-width: 783px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
}
.check__btmTxt{
  width: 40%;
}
.check__link{
  display: block;
  width: 58%;
}

/*===================
特典

bonus
===================*/
.bonus{
  margin-bottom: 70px;
}
.bonus__head{
  padding-top:15px;
  padding-bottom: 45px;
  background-image: url(../imgs/common/bonus_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bonus__ttl{
  width: 90%;
  max-width: 630px;
  margin: 0 auto;
}
.bonus__box01{
  margin-top: -10px;
  margin-bottom: 40px;
}
.bonus__box02{
  position:relative;
}
.bonus__boxIcon{
  width: 118px;
  position: absolute;
  top: -20px;
  left: -40px;
}

/*===================
フェア　おすすめ

recommend
===================*/
.recommend__head{
  padding: 0 20px 30px;
  background-image: url(../imgs/common/recommend_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recommend__ttl{
  width: 100%;
  max-width: 726px;
  margin: 0 auto ;
}
.recommend__ttl img{
  margin-top: -20px;
  padding-bottom: 20px;
}

.recommend__listImg{
  width: 100%;
  max-width: 674px;
  margin: 0 auto;
}
.recommend__btm{
  padding: 32px 20px;
  background-color: #daecd0;
}
.recommend__btmWrap{
  width: 100%;
  max-width: 674px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 2%; */
}
.recommend__left{
  width: 65%;
}
.recommend__leftImg{
  margin-bottom: 13px;
}
.recommend__leftLink{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.recommend__leftLink--none{
  position: relative;
  pointer-events: none;
}
.recommend__leftLink--none:hover{
  opacity: 1;
}
.recommend__leftLink--none::after{
  display: block;
  content:'COMING SOON';
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  background-color: #656565e8;
  border-radius: 10px;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend__right{
  width: 35%;
  padding-left: 5px;
}

/*===================
今こそ軽自動車

merit
===================*/
.merit{
  padding-top: 41px;
}
.merit__ttl{
  width: 90%;
  margin: 0 auto;
}
.merit__box01{
  margin-bottom:20px;
}


/*===================
フェア参加各社

company
===================*/
.company{
  padding-top:43px;
  margin-bottom: 95px;
}
.company__ttl{
  margin:0 auto 18px;
  width: 240px;
}
.map {
  margin-bottom: 25px;
  height: 450px;
  /* filter: grayscale(1); */
}
.map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.company__text{
  margin-bottom: 58px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.company__list{
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap:55px 15px;
}
.company__item{
  padding: 10px 20px ;
  width: 290px;
  text-align: center;
}
.company__name{
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #00467a;
  border-bottom: #85bddf 1px solid;
}
ul.company__store li{
  margin-bottom: 18px;
}
ul.company__store li:last-child{
  margin-bottom: 0;
}
ul.company__store li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.38;
}



@media screen and (max-width: 980px) {
  .bonus__boxIcon {
    width: 80px;
    top: 10px;
    left: -10px;
  }

}
@media screen and (max-width: 750px) {
  /*===================
fv
===================*/


/*===================
intro
===================*/
.intro__head{
  font-size: 16px;
}
.intro__wrap{
  flex-direction: column;
  row-gap: 10px;
}
.intro__link{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

/*===================
軽自動車相性診断
check
===================*/
.check{
  margin-bottom: 10px;
  padding: 20px 0;
}
.check__wrap{
  padding: 20px 10px;
}
.check__head{
  margin-bottom: 25px;
  flex-direction: column-reverse;
  row-gap: 10px;
}
.check__ttl{
  width: 84%;
  max-width: 350px;
  margin: 0 auto 10px;
  padding-right: 0;
}
.check__img{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.check__btm{
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
}
.check__link{
  width: 100%;
  max-width: 350px;
}

/*===================
特典
bonus
===================*/
.bonus{
  margin-bottom: 30px;
}
.bonus__head{
  background:none;
  padding-bottom: 0;
}
.bonus__box01{
  margin-bottom: 20px;
}
.bonus__boxIcon{
  width: 12.733vw;
  top: 4.4vw;
  left: 4.334vw;
}


/*===================
フェア　おすすめ
recommend
===================*/
.recommend__ttl img{
  margin-top: 0;
}
.recommend__left{
  width: 100%;
}
.recommend__leftImg{
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.recommend__leftLink{
  width: 100%;
}
.recommend__leftLink--none::after{
  font-size: 20px;
}
.recommend__right{
  display: none;
}

/*===================
今こそ軽自動車
merit
===================*/
.merit__ttl{
  width: 100%;
}




/*===================
フェア参加各社
company
===================*/
.company{
  margin-bottom: 50px;
}
.company__ttl{
  width: 200px;
}
.map{
  height: 450px;
}

.company__text{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.75;
}
.company__name{
  font-size: 16px;
}
.company__list{
  gap: 30px 0;
}
.company__item{
  width: 50%;
  padding: 10px;
}
ul.company__store li a{
  font-size: 14px;
}
}


@media screen and (max-width: 500px) {
.company__list{
  gap: 35px 0;
  max-width: 350px;
  margin: 0 auto;
}
.company__item{
  width: 100%;
}
}