@charset "UTF-8";
/*------------------------------------------
 LP共通CSS
------------------------------------------*/
.-loading {
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
.-loading svg {
  color: #ccc;
  width: 40px;
  height: auto;
}
.lp-wrapper {
  border-bottom: 1px solid #ccc;
  max-width: 100vw;
  overflow-x: hidden;
}
.catalog-item, 
.catalog-item[class*="uk-child-width-1-"]>* {
  width: 110px;
  margin: 0;
}
.catalog-item a {
  display: block;
  position: relative;
}
.catalog-item .catalog-imgContainer {
  background: #fff;
  padding-top: 120%;
  height: auto;
  position: relative;
}
.catalog-item  .catalog-imgContainer img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.catalog-item.-square  .catalog-imgContainer img {
  object-fit: contain;
}
.catalog-item .catalog-campaignGroup {
  display: block;
  width: unset;
  min-height: unset;
  position: absolute;
  top: unset;
  bottom: 0;
  transform: unset;
}
.catalog-item .catalog-campaignGroup .catalog-campaignItem {
  line-height: 1;
  height: unset;
  margin: 0;
}
.catalog-item .catalog-content {
  text-align: left;
  margin-top: 0;
  padding: 10px 5px 0;
  position: relative;
}
.catalog-item .catalog-brandName, 
.catalog-item .catalog-commodityName {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.catalog-item .catalog-brandName {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
}
.catalog-item .catalog-commodityName {
  color: #888;
  width: 100%;
  display: block;
  font-size: 10px;
  line-height: 15px;
}
.catalog-item .catalog-price {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 23px;
}