.sig__review {
  position: relative;
}
.sig__review h2 {
  position: absolute;
  width: 1400px;
  font-size: 30px;
  color: #fff;
  left: 50%;
  top: 100px;
  white-space: nowrap;
  padding-bottom: 20px;
  transform: translateX(-50%);
}
.sig__review h2 strong {
  font-size: 60px;
  font-weight: 700;
}
.sig__review h2 span {
  font-size: 14px;
  color: #797979;
  font-weight: 500;
}
.sig__review h2 .--sigtxt {
  position: absolute;
  top: 28px;
  right: 250px;
}
.sig__review .lt__review {
  position: absolute;
  top: 270px;
  left: 50%;
  translate: -50% 0;
  width: 1400px;
  height: 993px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.sig__review .lt__review .thumbs .thumb__item {
  position: relative;
}
.sig__review .lt__review .thumbs .thumb__item.--01 .thumb__caption {
  background-color: #111111;
}
.sig__review .lt__review .thumbs .thumb__item.--02 .thumb__caption {
  background-color: rgb(156, 28, 43);
}
.sig__review .lt__review .thumbs .thumb__item .thumb__caption {
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: absolute;
  width: 100%;
  height: 37px;
  bottom: 0;
}
.sig__review .review__wrapper {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.sig__review .review__wrapper.--member {
  cursor: default;
  pointer-events: none;
}
.sig__review .review__wrapper dt {
  margin-bottom: 1em;
}
.sig__review .review__wrapper dd {
  display: flex;
  position: relative;
}
.sig__review .review__wrapper.--guest dd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(/skin/latest/sig_review/img/guest-cover.png) center/cover;
}

/* @media screen and (max-width: 1400px) {
    .sig__review .lt__review {
        top: 180px;
        width: 980px;
        height: 700px;
    }
    .sig__review .review__wrapper {
        width: 48.5%;
    }

    .review__wrapper img,
    #sub-wrap #contents .sig__review .review__wrapper img { width: 50%; }
} *//*# sourceMappingURL=style.min.css.map */