@charset "UTF-8";
#container.ru-page {
  background-color: #0a0d22;
  background-image: url("../img/program/new/urbn_bg.webp");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 124px;
}

@media (max-width: 640px) {
  .ru-layout {
    display: block;
  }
}

.ru-hero {
  position: fixed;
  top: 124px;
  left: 0;
  width: 42%;
  height: calc(100vh - 124px);
}
@media (max-width: 810px) {
  .ru-hero {
    width: 46%;
  }
}
@media (max-width: 640px) {
  .ru-hero {
    position: static;
    width: 100%;
    height: auto;
  }
}

.ru-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
}
@media (max-width: 640px) {
  .ru-hero__inner {
    min-height: 0;
    height: 92vw;
    max-height: 560px;
  }
}

.ru-hero__photo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease 0.5s;
}
.ru-hero.is-loaded .ru-hero__photo-wrap {
  opacity: 1;
}
@media (max-width: 1200px) {
  .ru-hero__photo-wrap {
    top: -20px;
  }
}
@media (max-width: 640px) {
  .ru-hero__photo-wrap {
    top: -68px;
  }
}

.ru-hero__copy {
  position: absolute;
  top: 3%;
  left: 0;
  width: 46%;
  height: auto;
  z-index: 3;
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}
.ru-hero.is-loaded .ru-hero__copy {
  opacity: 0.9;
  transform: translateX(0);
}

.ru-hero__photo {
  width: 100vw;
  height: 200%;
  object-fit: contain;
  object-position: top left;
  display: block;
}

.ru-hero__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 6%;
  width: 80%;
  max-width: 420px;
  height: auto;
  z-index: 3;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
}
.ru-hero.is-loaded .ru-hero__logo {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 640px) {
  .ru-hero__logo {
    width: 72%;
    bottom: 4%;
  }
}

.ru-content {
  margin-left: 42%;
  padding: 90px 60px 140px 64px;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 810px) {
  .ru-content {
    margin-left: 46%;
    padding: 70px 36px 120px;
  }
}
@media (max-width: 640px) {
  .ru-content {
    margin-left: 0;
    padding: 48px 20px 90px;
  }
}

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

.ru-intro {
  margin-bottom: 70px;
}

.ru-glow {
  font-family: helvetica-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.55), 0 0 40px rgba(255, 255, 255, 0.25);
}

.ru-lead {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 6px;
  color: #fff;
}

.ru-title {
  font-family: helvetica-lt-pro, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(45px, 5.4vw, 63px);
  color: #fff;
  margin: 0 0 22px;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.55), 0 0 40px rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.ru-title__ja {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 10px;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  top: -10px;
}
@media (max-width: 1239px) {
  .ru-title__ja-br {
    display: none;
  }
}

.ru-desc {
  font-size: 16px;
  line-height: 1.9;
  max-width: 640px;
  margin: 0 0 34px;
}

.ru-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ru-stats li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 8px 18px 8px 8px;
}
.ru-stats img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.ru-stats__label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 4px;
}

.ru-stats__value {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.ru-feature {
  max-width: 640px;
  margin-bottom: 46px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.ru-feature p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

.ru-feature__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.ru-feature__head h3 {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN";
  font-weight: 700;
  font-size: 23px;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.55), 0 0 40px rgba(255, 255, 255, 0.25);
}

.ru-feature__num {
  font-family: helvetica-lt-pro, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  color: #4338ca;
  line-height: 1;
}

.ru-video {
  max-width: 520px;
  margin: 0 0 70px;
}

.ru-video__play {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background-color: #000;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.ru-video__play::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(67, 56, 202, 0.55), rgba(0, 0, 0, 0.55));
  transition: background 0.3s ease;
}
.ru-video__play > * {
  position: relative;
  z-index: 1;
}
.ru-video__play:hover {
  transform: scale(1.02);
}
.ru-video__play:hover::before {
  background: linear-gradient(135deg, rgba(67, 56, 202, 0.65), rgba(0, 0, 0, 0.4));
}

.ru-video__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #4338ca;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ru-video__text {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.ru-video-dialog {
  border: none;
  border-radius: 8px;
  padding: 0;
  width: min(92vw, 900px);
  background: #000;
}
.ru-video-dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.ru-video-dialog iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.ru-video-dialog__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.ru-video-dialog__close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ru-section-title {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN";
  font-size: 24px;
  color: #fff;
  margin: 0 0 26px;
  padding-bottom: 14px;
  border-bottom: 2px solid #4338ca;
  max-width: 520px;
}
.ru-section-title span {
  display: block;
  font-family: helvetica-lt-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

.ru-license {
  max-width: 520px;
  margin-bottom: 60px;
}

.ru-steps {
  list-style: none;
  counter-reset: none;
  margin: 0 0 20px;
  padding: 0;
}
.ru-steps li {
  background: #4338ca;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN";
  padding: 12px 16px;
  border-radius: 6px;
  position: relative;
}
.ru-steps li:not(:last-child) {
  margin-bottom: 26px;
}
.ru-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #4338ca;
}

.ru-notes {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.ru-notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.ru-notes li::before {
  content: "●";
  margin-right: 4px;
  color: #4338ca;
}

.ru-schedule {
  max-width: 520px;
  margin-bottom: 60px;
}

.ru-coming-soon {
  font-family: helvetica-lt-pro, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 38px;
  color: #4338ca;
  margin: 0;
}

.ru-contact {
  max-width: 520px;
}
.ru-contact p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 22px;
}

.ru-btn {
  display: inline-block;
  background: #4338ca;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 14px 40px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}
.ru-btn:hover {
  background: #5a4fd6;
  transform: translateY(-2px);
}

/*# sourceMappingURL=radical-urbn.css.map */
