@charset "UTF-8";
#container.ent-page {
  background-color: #000;
  margin-top: 0;
  padding-top: 124px;
  overflow: hidden;
}

.ent-hero {
  position: relative;
  padding: 90px 20px 70px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 640px) {
  .ent-hero {
    padding: 60px 20px 50px;
  }
}

.ent-hero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 108%;
  max-width: 1500px;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  opacity: 0.8;
}
@media (max-width: 810px) {
  .ent-hero__bg {
    width: 160%;
  }
}
@media (max-width: 640px) {
  .ent-hero__bg {
    width: 100%;
    max-width: 100%;
  }
}

.ent-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.1s ease 1s, transform 1.1s ease 1s;
}
.ent-hero.is-loaded .ent-hero__inner {
  opacity: 1;
  transform: translateY(0);
}

.ent-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.ent-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ent-hero__title {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN";
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 36px);
  line-height: 1.6;
  color: #fff;
  margin: 0 0 26px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85), 0 0 30px rgba(0, 0, 0, 0.6);
}

.ent-hero__lead {
  font-size: 17px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 26px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.ent-hero__names {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin: 0 0 26px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.ent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1400px;
  margin: 30px auto 0;
  padding: 0 20px 90px;
}
@media (max-width: 810px) {
  .ent-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 20px 70px;
  }
}

.ent-card {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  padding: 0 16px;
}
.ent-card:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 810px) {
  .ent-card:not(:last-child) {
    border-right: none;
  }
}

.ent-card__photo-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1203/1398;
}

.ent-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(1);
  transition: transform 0.5s ease, filter 0.5s ease;
}
.ent-card:hover .ent-card__photo {
  transform: scale(1.04);
  filter: grayscale(0);
}

.ent-card__logo {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%);
  width: 62%;
  max-width: 260px;
  height: auto;
  z-index: 2;
}

.ent-card__btn {
  display: inline-block;
  margin-top: 26px;
  padding: 12px 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ent-card--urbn:hover .ent-card__btn {
  background: #4338ca;
  border-color: #4338ca;
  transform: translateY(-2px);
}

.ent-card--fdh:hover .ent-card__btn {
  background: #3781f6;
  border-color: #3781f6;
  transform: translateY(-2px);
}

.ent-card--ubs:hover .ent-card__btn {
  background: #00ae9f;
  border-color: #00ae9f;
  transform: translateY(-2px);
}

/*# sourceMappingURL=entrance.css.map */
