#movie {
  padding-bottom: 4rem;
  border-bottom: #ccc solid 1px;
}

.tokuten-wrap {
  padding-top: 4rem;
}

.movie-thumb {
  width: 100%;
  position: relative;
}
.movie-trigger {
  background: transparent;
  border: 0;
  padding: 0;
}
.movie-trigger img {
  width: 100%;
  height: auto;
}
.movie-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.video-inner {
  position: relative;
  width: 90vw;
  max-width: 1280px;
  aspect-ratio: 16/9;
}

.video-frame {
  width: 100%;
  height: 100%;
}

.video-close {
  position: fixed;
  right: 32px;
  top: 32px;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

dialog.video-dialog {
  border: 0;
  padding: 0;
  background: transparent;
  width: auto;
  max-width: 100%;
  height: auto;
  display: none;
  align-items: center;
  justify-content: center;
}

dialog.video-dialog[open] {
  display: flex;
}

dialog.video-dialog::backdrop {
  background: rgba(0, 0, 0, 0.85);
}
