@charset "UTF-8";
.icons.tokyo{
  width: 15.78vw;
  height: 10.5vw;
  background-image: url(./img/tokyo.png);
}
.icons.lure{
  width: 9.28vw;
  height: 5.83vw;
  background-image: url(./img/lure.png);
}
.icons.sea{
  width: 16.94vw;
  height: 5.72vw;
  background-image: url(./img/sea.png);
}
.icons.bass{
  width: 9.89vw;
  height: 8.33vw;
  background-image: url(./img/bass.png);
}
.icons.tool{
  width: 9.39vw;
  height: 7.67vw;
  background-image: url(./img/tool.png);
}

@media screen and (max-width: 1080px) {
  .icons.tokyo{
    width: 39.76vw;
    height: 26.46vw;
  }
  .icons.lure{
    width: 23.38vw;
    height: 14.7vw;
  }
  .icons.sea{
    width: 42.7vw;
    height: 14.42vw;
  }
  .icons.bass{
    width: 24.92vw;
    height: 21vw;
  }
  .icons.tool{
    width: 23.66vw;
    height: 19.32vw;
  }
}