@charset "UTF-8";
html,
body {
  height: 100%;
  margin: 0;
  background: #000;
}

.ds {
  height: 100vh;
  overflow: hidden;
}

.ds-stage {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

#signage-content {
  height: 100%;
}

.ds-content {
  width: 100%;
  height: 100%;
}
.ds-content .ds-screen {
  width: 100%;
  height: 100%;
}
.ds-content .ds-screen__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ds-content .ds-screen__title {
  flex: 0 0 auto;
}
.ds-content .ds-screen__body {
  flex: 1 1 auto;
  min-height: 0;
}
.ds-content .ds-screen__note {
  flex: 0 0 auto;
}

.ds-content--welcome {
  height: 100%;
  color: rgba(255, 255, 255, 0.92);
}
.ds-content--welcome .ds-welcome {
  height: 100%;
  display: grid;
  gap: 4vw;
  padding: 4vh 5vw;
  box-sizing: border-box;
  align-items: start;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.ds-content--welcome .ds-welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ds-welcome-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  filter: blur(10px);
  opacity: 0.9;
  z-index: 0;
}
.ds-content--welcome .ds-welcome::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ds-content--welcome .ds-welcome__left,
.ds-content--welcome .ds-welcome__right {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
}
.ds-content--welcome .ds-welcome__kicker {
  font-size: 2vh;
  letter-spacing: 0.3em;
  opacity: 0.7;
}
.ds-content--welcome .ds-welcome__headline {
  font-size: 8vh;
  font-weight: 700;
  line-height: 1.05;
  text-shadow: 0 0.6vh 2vh rgba(0, 0, 0, 0.55);
}
.ds-content--welcome .ds-welcome__sub {
  font-size: 3vh;
  margin-top: 1vh;
  opacity: 0.85;
}
.ds-content--welcome .ds-welcome__message {
  margin-top: 4vh;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 1.2vh;
  padding: 2.2vh 2.2vw;
  backdrop-filter: blur(10px);
}
.ds-content--welcome .ds-welcome__messageTitle {
  font-size: 4vh;
}
.ds-content--welcome .ds-welcome__messageBody {
  font-size: 3vh;
  line-height: 1.4;
  margin-top: 1.5vh;
  text-shadow: 0 0.4vh 1.6vh rgba(0, 0, 0, 0.45);
}
.ds-content--welcome .ds-welcome__panel {
  min-width: 0;
  min-height: 0;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  border-radius: 1.4vh;
  padding: 2.4vh 2.2vw;
  box-shadow: 0 1.2vh 3vh rgba(0, 0, 0, 0.35);
}
.ds-content--welcome .ds-welcome__panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.ds-content--welcome .ds-welcome__panelTitle {
  font-size: 2.2vh;
  letter-spacing: 0.08em;
  opacity: 0.75;
  margin-bottom: 1.5vh;
}
.ds-content--welcome .ds-welcome__list {
  display: flex;
  flex-direction: column;
  gap: 1.2vh;
  margin-top: 2vh;
  min-width: 0;
  min-height: 0;
  align-items: stretch;
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}
.ds-content--welcome .ds-welcome__row {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  gap: 0.3vh;
  padding: 1.2vh 1.6vw;
  border-radius: 0.9vh;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  box-shadow: 0 0.8vh 2vh rgba(0, 0, 0, 0.25);
}
.ds-content--welcome .ds-welcome__rowLine {
  display: flex;
  align-items: baseline;
  min-width: 0;
}
.ds-content--welcome .ds-welcome__car {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds-content--welcome .ds-welcome__time {
  font-size: 2.6vh;
  opacity: 0.85;
}
.ds-content--welcome .ds-welcome__who {
  font-size: 3vh;
  font-weight: 700;
  display: flex;
  padding: 0 10px;
  align-items: baseline;
}
.ds-content--welcome .ds-welcome__honorific {
  font-size: 0.65em;
  padding-left: 10px;
  opacity: 0.8;
}
.ds-content--welcome .ds-welcome__plate {
  font-size: 2.4vh;
  font-weight: 600;
  background-color: tomato;
  border-radius: 30px;
  padding: 0 20px;
  margin: 0 10px;
  opacity: 0.9;
}
.ds-content--welcome .ds-welcome__car {
  font-size: 2.4vh;
  opacity: 0.9;
}
.ds-content--welcome .ds-welcome__rowLine--bottom {
  padding-left: 5vw;
}
.ds-content--welcome .ds-welcome__meta {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2vh;
  opacity: 0.9;
}
.ds-content--welcome .ds-welcome {
  grid-template-columns: 6fr 9fr;
}
@media (max-aspect-ratio: 3/4) {
  .ds-content--welcome .ds-welcome {
    grid-template-columns: 1fr;
    gap: 3vh;
    padding: 4vh 6vw;
  }
  .ds-content--welcome .ds-welcome__headline {
    font-size: 7vh;
  }
  .ds-content--welcome .ds-welcome__who {
    font-size: 2.8vh;
  }
  .ds-content--welcome .ds-welcome__car {
    font-size: 2.5vh;
  }
  .ds-content--welcome .ds-welcome__meta {
    font-size: 2.4vh;
  }
}
@media (aspect-ratio: 4/3) {
  .ds-content--welcome .ds-welcome__headline {
    font-size: 7vh;
  }
}

.ds-content--informations {
  height: 100%;
  color: #ffffff;
}
.ds-content--informations .ds-screen--informations {
  height: 100%;
}
.ds-content--informations .ds-screen__body {
  height: 100%;
}
.ds-content--informations .ds-card {
  height: 100%;
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 2vw;
  padding: 4vh 5vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 20% 30%, rgba(120, 200, 255, 0.25), transparent 55%), radial-gradient(circle at 80% 70%, rgba(0, 255, 200, 0.18), transparent 60%), #0b0f14;
}
.ds-content--informations .ds-card__media,
.ds-content--informations .ds-card__main {
  min-width: 0;
  min-height: 0;
}
.ds-content--informations .ds-card__media {
  border-radius: 2vh;
  overflow: hidden;
  box-shadow: 0 2vh 5vh rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-content--informations .ds-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ds-content--informations .ds-card__imgPlaceholder {
  font-size: 2.4vh;
  opacity: 0.6;
}
.ds-content--informations .ds-card__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 2.4vh;
  padding: 3vh 2.6vw;
  border-radius: 2vh;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 0 2vh rgba(255, 255, 255, 0.2), 0 2vh 5vh rgba(0, 0, 0, 0.25);
}
.ds-content--informations .ds-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4vh;
  width: 100%;
}
.ds-content--informations .ds-card__headline {
  font-size: 5vh;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0 0.6vh 2vh rgba(0, 0, 0, 0.35);
}
.ds-content--informations .ds-card__text {
  font-size: 4vh;
  line-height: 1.35;
  opacity: 0.95;
  margin-top: 1vh;
  text-align: justify;
}
.ds-content--informations .ds-card__meta {
  display: none;
  margin-top: 3vh;
  font-size: 2.2vh;
  letter-spacing: 0.08em;
  opacity: 0.75;
}
@media (max-aspect-ratio: 3/4) {
  .ds-content--informations .ds-card {
    grid-template-columns: 1fr;
    gap: 3vh;
    padding: 4vh 6vw;
  }
  .ds-content--informations .ds-card__headline {
    font-size: 5.2vh;
  }
  .ds-content--informations .ds-card__text {
    font-size: 3.2vh;
  }
}

.ds-content--carSales {
  height: 100%;
  color: rgba(255, 255, 255, 0.92);
}
.ds-content--carSales .ds-screen--carSales {
  height: 100%;
}
.ds-content--carSales .ds-screen__inner {
  height: 100%;
}
.ds-content--carSales .ds-screen__body {
  height: 100%;
}
.ds-content--carSales .ds-car {
  height: 100%;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 4vw;
  padding: 4vh 5vw;
  box-sizing: border-box;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.ds-content--carSales .ds-car::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ds-car-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.06);
  filter: blur(18px);
  opacity: 0.85;
  z-index: 0;
}
.ds-content--carSales .ds-car::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 1;
}
.ds-content--carSales .ds-car__media,
.ds-content--carSales .ds-car__main {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
}
.ds-content--carSales .ds-car__media {
  border-radius: 1.8vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  box-shadow: 0 1.8vh 4vh rgba(0, 0, 0, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-content--carSales .ds-car__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.02);
}
.ds-content--carSales .ds-car__imgPlaceholder {
  font-size: 2.2vh;
  letter-spacing: 0.22em;
  opacity: 0.7;
}
.ds-content--carSales .ds-car__main {
  background: rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(10px);
  border-radius: 1.8vh;
  padding: 3vh 0.6vw;
  box-shadow: 0 1.6vh 3.6vh rgba(0, 0, 0, 0.34);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2vh;
}
.ds-content--carSales .ds-car__name {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55em;
  text-shadow: 0 0.6vh 2vh rgba(0, 0, 0, 0.55);
}
.ds-content--carSales .ds-car__maker {
  font-size: 2.4vh;
  letter-spacing: 0.12em;
  opacity: 0.78;
  white-space: nowrap;
}
.ds-content--carSales .ds-car__nameText {
  font-size: 6.2vh;
  font-weight: 800;
  line-height: 1.05;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds-content--carSales .ds-car__grade {
  font-size: 2.8vh;
  font-weight: 600;
  opacity: 0.88;
  padding: 0.35vh 0.9vw;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds-content--carSales .ds-car__price {
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05));
  border: 0.2vh solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 2.5vh rgba(255, 255, 255, 0.25), inset 0 0 2vh rgba(255, 255, 255, 0.12);
  transform: scale(1.04);
  text-align: center;
}
.ds-content--carSales .ds-car__priceLabel {
  font-size: 2.2vh;
  letter-spacing: 0.22em;
  opacity: 0.75;
  white-space: nowrap;
}
.ds-content--carSales .ds-car__priceValue {
  font-size: 6.8vh;
  font-weight: 900;
  background: linear-gradient(180deg, #ffffff, #d7f3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 2vh rgba(255, 255, 255, 0.35);
}
.ds-content--carSales .ds-car__push {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1vh 0.9vw;
}
.ds-content--carSales .ds-car__push li {
  font-size: 2vh;
  font-weight: 650;
  padding: 0.8vh 1.2vw;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 0.18vh solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 0.6vh rgba(255, 255, 255, 0.25), inset 0 0 1.2vh rgba(255, 255, 255, 0.15);
  text-shadow: 0 0 0.8vh rgba(0, 0, 0, 0.6);
}
.ds-content--carSales .ds-car__comment {
  font-size: 2.6vh;
  line-height: 1.35;
  opacity: 0.92;
  padding: 1.6vh 0;
  border-radius: 1.2vh;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 0.4vh 1.6vh rgba(0, 0, 0, 0.45);
  text-align: justify;
}
.ds-content--carSales .ds-car__meta {
  display: none;
  margin-top: 0.4vh;
  font-size: 2.1vh;
  letter-spacing: 0.08em;
  opacity: 0.78;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-aspect-ratio: 3/4) {
  .ds-content--carSales .ds-car {
    grid-template-columns: 1fr;
    gap: 3vh;
    padding: 4vh 6vw;
  }
  .ds-content--carSales .ds-car__nameText {
    font-size: 5.6vh;
  }
  .ds-content--carSales .ds-car__priceValue {
    font-size: 4.8vh;
  }
  .ds-content--carSales .ds-car__comment {
    font-size: 2.8vh;
    -webkit-line-clamp: 4;
  }
}
@media (aspect-ratio: 4/3) {
  .ds-content--carSales .ds-car__nameText {
    font-size: 5.8vh;
  }
}

.ds-content--media,
.ds-screen--media,
.ds-screen--media .ds-screen__inner,
.ds-screen--media .ds-screen__body,
.ds-media {
  height: 100%;
}

.ds-content--media {
  cursor: none;
}

.ds-screen--media .ds-screen__title,
.ds-screen--media .ds-media__meta,
.ds-screen--media .ds-screen__note {
  display: none !important;
}

.ds-media {
  position: relative;
  overflow: hidden;
  background: #000;
}

/* =============================
   backdrop（余白隠し）
============================= */
.ds-media__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.ds-media__backdrop img,
.ds-media__backdrop video,
.ds-media__backdrop iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.25);
  filter: blur(40px) brightness(0.6);
}

/* =============================
   stage（本体）
============================= */
.ds-media__stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-media__stage img,
.ds-media__stage video,
.ds-media__stage iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  border: 0;
}

.ds-hud {
  position: fixed;
  top: 0;
  left: 18px;
  right: 18px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
  padding-top: 12px;
}

body.ds-hud--shown .ds-hud {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ds-hud__left,
.ds-hud__right {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
}

.ds-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  color: #fff;
}

.ds-chip__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ds-accent, #ff7850);
  box-shadow: 0 0 0 5px rgba(255, 120, 80, 0.18);
}

.ds-chip__label {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--ds-text, rgba(255, 255, 255, 0.92));
}

.ds-clock {
  font-variant-numeric: tabular-nums;
}

#audio-toggle {
  pointer-events: auto;
  color: inherit;
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}