@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:900|Noto+Sans|Open+Sans:400,600,800");
.leftbanner {
  font-family: 'Open Sans', sans-serif;
  width: 120px;
}
.leftbanner h1 {
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  padding: 10px 0;
}
.leftbanner .item-random li {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.leftbanner .item-random li img {
  width: 100%;
}
.leftbanner .item-random .item-name {
  display: none;
}
.leftbanner .item-random .catch-lowya {
  display: none;
}
.leftbanner .item-random .description-lowya {
  display: none;
}
.leftbanner .item-random .csv-price {
  display: block;
  width: 120px;
  height: 120px;
  padding: 42% 0;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.leftbanner .item-random .csv-price:hover {
  opacity: 1;
  /* マスクを表示する */
}
.leftbanner .ban-contents li {
  position: relative;
  width: 105px;
  height: 105px;
  overflow: hidden;
}
.leftbanner .ban-contents li img {
  width: 100%;
}
.leftbanner .ban-contents .caption {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
}
.leftbanner .ban-contents .mask {
  display: block;
  width: 100%;
  padding: 42% 0;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.leftbanner .ban-contents .mask:hover {
  opacity: 1;
  /* マスクを表示する */
}
