/* movie
---------------------------------------------------------------------------- */
.movie {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .movie {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.movie-wrap .video {
  margin-bottom: 1.5em;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.35%;
}
.movie-wrap .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-mh {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 0.5em;
}
.movie-ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .movie-ttl {
    font-size: 2.4rem;
    margin-bottom: 2em;
  }
}
.movie .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54vw;
  max-height: 500px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  border: #ccc 1px solid;
}
.movie .comment, .movie-content {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  border-top: 8px solid #33c4e8;
}
.movie-content .freeTxt a {
  color: #0065E7;
  text-decoration: underline;
}
.movie .freeTxt p {
  margin-bottom: 1em;
}
.movie .freeTxt b,
.movie .freeTxt strong {
  font-weight: bold;
}
.movie .freeTxt dfn,
.movie .freeTxt cite,
.movie .freeTxt em,
.movie .freeTxt i {
  font-style: italic;
}
.movie .freeTxt blockquote {
  border-left: 4px solid #707070;
  color: #707070;
  font-style: italic;
  margin: 1em 0;
  padding-left: 15px;
}
.movie .freeTxt blockquote > blockquote {
  margin-left: 0;
}
.movie .freeTxt blockquote p {
  margin-bottom: 1em;
}
.movie .freeTxt blockquote > p:last-child {
  margin-bottom: 0;
}
.movie .freeTxt blockquote cite,
.movie .freeTxt blockquote small {
  color: #444;
}
.movie .freeTxt blockquote em,
.movie .freeTxt blockquote i,
.movie .freeTxt blockquote cite {
  font-style: normal;
}
.movie .freeTxt blockquote strong,
.movie .freeTxt blockquote b {
  font-weight: 400;
}
.movie .freeTxt address {
  font-style: italic;
  margin: 0 0 1em;
}
.movie .freeTxt pre {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  margin-bottom: 1em;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.movie .freeTxt abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  cursor: help;
}
.movie .freeTxt mark,
.movie .freeTxt ins {
  background-color: #fff9c0;
  text-decoration: none;
}
.movie .freeTxt sup,
.movie .freeTxt sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.movie .freeTxt sup {
  bottom: 1ex;
}
.movie .freeTxt sub {
  top: 0.5ex;
}
.movie .freeTxt small {
  font-size: 75%;
}
.movie .freeTxt big {
  font-size: 125%;
}
.movie .freeTxt hr {
  background-color: #eaeaea;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
.movie .freeTxt ul,
.movie .freeTxt ol {
  margin: 1em 2em;
  padding: 0;
}
.movie .freeTxt ul {
  list-style: disc;
}
.movie .freeTxt ol {
  list-style: decimal;
}
.movie .freeTxt li > ul,
.movie .freeTxt li > ol {
  margin: 0 0 0 1em;
}
.movie .freeTxt blockquote > ul,
.movie .freeTxt blockquote > ol {
  margin-left: 28px;
}
.movie .freeTxt dl {
  margin: 0 0 28px;
}
.movie .freeTxt dt {
  font-weight: bold;
}
.movie .freeTxt dd {
  margin: 0 0 28px;
}
.movie .freeTxt table,
.movie .freeTxt th,
.movie .freeTxt td {
  border: 1px solid #eaeaea;
}
.movie .freeTxt table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1em;
  width: 100%;
}
.movie .freeTxt table th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}
.movie .freeTxt table td {
  border-width: 0 1px 1px 0;
  padding: 7px;
  vertical-align: baseline;
}
.movie .freeTxt figure {
  margin: 0;
}
.movie .freeTxt del {
  opacity: 0.8;
}
/*# sourceMappingURL=movie-detail.css.map */