@charset "utf-8";
/*///////////////////////////////////////////////////////////////////////
  アウトレット
  outlet
///////////////////////////////////////////////////////////////////////*/
/* ====================================================
  ロゴ
====================================================*/
.outlet_mv {
  margin: 41px 0 36px;
}
.outlet_mv img {
  display: block;
  width: 100%;
  height: auto;
}
.outlet_hd {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
/* ====================================================
  商品一覧
====================================================*/
.ser-outlet-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.ser-outlet-list li {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 33.333333%;
  margin-bottom: 44px;
}
.ser-outlet-list li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ddd;
}
.ser-outlet-list li:nth-of-type(3n)::after {
  display: none;
}
.ser-outlet-list a {
  text-align: center;
}
.ser-outlet_img {
  display: inline-flex;
  flex: 1;
  /* width: 75%; */
  max-width: 178px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 12px;
  text-align: center;
}
.ser-outlet_img img {
  max-width: 100%;
  max-height: 300px;
}
_:-ms-fullscreen, :root .ser-outlet_img img { /* IE11 */
  max-width: 238px;
}
.ser-outlet_ser-name {
  margin-bottom: 2px;
  color: #777;
  font-size: 11px;
  text-align: center;
}
.ser-outlet_name {
  margin: 0 10px 8px;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  word-wrap: break-word;
}
.ser-outlet_size {
  margin-bottom: 5px;
  font-size: 11px;
  text-align: center;
}
.ser-outlet_price {
  font-size: 12px;
  text-align: center;
}
.ser-outlet_price-num,
.ser-outlet_tax-txt {
  color: #f00;
}
.ser-outlet_price-num {
  font-family: 'YuGothicM';
  font-size: 15px;
}
.ser-outlet_tax-txt {
  margin-left: 2px;
  font-size: 11px;
  letter-spacing: -0.02ex;
}
.ser-outlet_discount-txt {
  display: inline-block;
  height: 17px;
  margin-left: 6px;
  padding: 0 3px;
  background-color: #f00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
}