@charset "UTF-8";

#dow-story {
  margin-top: 20px;
}

.teaser-contents .movie-player{
  z-index: 0;
}

.teaser-contents .movie-player::before,
.teaser-contents .movie-player::after {
  display: none;
}

.story-hulu-bnr {
  width: 80%;
  margin: 20px auto 40px;
}

.story-wrapper {
  margin-bottom: 50px;
}

.story-wrapper .story-count {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.story-wrapper .story-count span {
  display: inline-block;
  background: #D9AE5F;
  color: #fff;
  border-radius: 18px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 34px;
  text-align: center;
  margin: 10px;
}

.story-wrapper .story-count::before,
.story-wrapper .story-count::after {
  content: "";
  width: 100%;
  border-top: 6px dotted #D9AE5F;
}

.story-title {
  margin: 10px 0;
}

.story-title {
  font-size: 2.4rem;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #dow-story {
    margin: 20px 0;
  }
}