@charset "UTF-8";
/* CSS Document */

.recommend{
  width: 100%;
  max-width: 1280px;
  text-align: center;
  padding: 95px 0 140px;
  margin: 0 auto;
}

.recommend h1{
  font-family:FrutigerBold;
  font-size: 50px;
  line-height: 1;
  color: #c9c9c9;
  margin-bottom: 10px;
}

.recommend > p{
  font-family:"UD Shin Go Regular","ヒラギノ角ゴ Pro W3",sans-serif;
  font-weight:500;
  font-size: 20px;
  line-height: 1;
  color: #333;
  margin-bottom: 60px;
}

.recommend a{
  font-size: 16px;
  line-height: 1.3;
  color: #262626;
  vertical-align: top;
  display: inline-block;
  transition: 0.3
}

.recommend a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}

.recommend a img{
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}

.recommend a img.nobd{
  border: none;
}

.recommend a span{
  display: block;
  padding: 20px 0;
}

.recommend .reco_c2 > a{
  width: 48%;
}

.recommend .reco_c2 > a + a{
  margin-left: 4%;
}

.recommend .reco_c4 > a{
  width: 23.5%;
}

.recommend .reco_c4 > a + a{
  margin-left: 2%;
}

.recommend > div + div{
  margin-top: 15px;
}



@media screen and (max-width: 768px) {

  .recommend{
    padding: 10vw 20px 15vw;
    box-sizing: border-box;
  }

  .recommend h1{
    font-size: 5.5vw;
    margin-bottom: 1vw;
  }

  .recommend > p{
    font-size: 3vw;
    line-height: 1;
    color: #333;
    margin-bottom: 8vw;
  }

  .recommend a{
    font-size: 2.8vw;
    line-height: 1.3;
  }

  .recommend a:hover{
    opacity: 1;
  }

  .recommend a span{
    display: block;
    padding: 2vw 0 0;
  }

  .recommend .reco_c2 > a{
    width: 100%;
  }

  .recommend .reco_c2 > a + a{
    margin-left: 0;
    margin-top: 5vw
  }

  .recommend .reco_c4 > a{
    width: 48%;
    margin-bottom: 5vw;
  }

  .recommend .reco_c4 > a + a{
    margin-left: 2%;
  }

  .recommend > div + div{
    margin-top: 10vw;
  }


}






