@charset "UTF-8";
/* CSS Document */
.gallery-ranking-wrap {
  width: 100%;
  padding: 110px 40px 130px;
  color: #fff;
}

.gallery-ranking-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

/* =================================
   見出し
================================= */
.gallery-ranking-heading {
  position: relative;
  margin: 2px;
  margin-bottom: 64px;
  padding-left: 34px;
}

.gallery-ranking-heading::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, rgba(255, 255, 255, 0.9)), color-stop(82%, rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.9) 18%, rgba(255, 255, 255, 0.3) 82%, transparent 100%);
}

.gallery-ranking-heading-en {
  margin: 0 0 14px;
  color: #8abce5;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  line-height: 1;
}

.gallery-ranking-heading-title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.08em;
}

.gallery-ranking-heading-title::after {
  content: "";
  position: absolute;
  right: -110px;
  top: 55%;
  width: 80px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.75)), to(transparent));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75), transparent);
}

.gallery-ranking-heading-text {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=ranking.css.map */