.drama-contents {
  font-size: 14px;
  line-height: 20px;
}
.ct-sp .drama-contents {
  font-size: 16px;
}
.drama-contents h1 {
  margin: 32px 0 16px;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  border-left: solid 6px #c36;
  padding-left: 5px;
}
.ct-sp .drama-contents h1 {
  margin: 32px 10px 16px;
}
.drama-contents h2 {
  margin: 32px 0 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  line-height: 30px;
}
.drama-contents h2.no-border {
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: none;
}
.drama-contents .image-main img {
  width: 100%;
}
.drama-contents > p {
  margin: 20px;
}
.drama-contents > p.catch {
  font-weight: bold;
}
.ct-sp .drama-contents > p {
  line-height: 26px;
}
/* Bar */
.drama-contents .bar:after {
  display: table;
  content: " ";
  clear: both;
}
/* Social Bar */
.drama-contents .socialbar {
  list-style: none;
  height: 46px;
  float: right;
}
.ct-sp .drama-contents .socialbar {
  height: 40px;
  margin-right: 10px;
}
.drama-contents .socialbar li {
  float: left;
  margin-left: 5px;
}
.drama-contents .socialbar a {
  font-size: 46px;
  color: #ccc;
  text-decoration: none;
}
.ct-sp .drama-contents .socialbar a {
  font-size: 40px;
}
.drama-contents .socialbar a:hover {
  color: #c36;
}

/* section */
.drama-contents .section {
  position: relative;
}

/* Feed */
.drama-contents .feed {
  list-style: none;
}
.ct-sp .drama-contents h2 + .feed {
  margin-top: -16px;
}
.ct-sp .drama-contents .feed > li > a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 16px;
  line-height: 16px;
  content:'\f054';
  font-family: FontAwesome;
  color:#888;
}
.drama-contents .feed > li > a {
  display: block;
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
}
.ct-sp .drama-contents .feed > li > a {
  padding: 0 32px 0 0;
  border-bottom: 1px solid #ccc;
}
.ct-pc .drama-contents .feed > li:last-child > a {
  border-bottom: none;
}
.drama-contents .feed > li > a:hover {
  background: #eee;
}
.drama-contents .feed > li > a:after {
  display: table;
  content: " ";
  clear: both;
}
.drama-contents .feed > li > a > img {
  display: block;
  float: left;
  height: 100px;
}
.ct-sp .drama-contents .feed > li > a > img {
  height: 80px;
}
.ct-pc .drama-contents .feed > li > a > div {
  height: 100px;
  margin-left: 110px;
  overflow: hidden;
}
.ct-sp .drama-contents .feed > li > a > div {
  height: 60px;
  padding: 10px 0;
  margin-left: 90px;
}
.ct-pc .drama-contents .feed > li > a > div .subject {
  color: #c36;
  margin: 5px 0 15px 0;
}
.ct-sp .drama-contents .feed > li > a > div p {
  display: none;
}
.ct-sp .drama-contents .feed > li > a > div p.subject {
  display: block;
  max-height: 60px;
  overflow: hidden;
}

/* Gallery */
.drama-contents .gallery {
  list-style: none;
}
.ct-sp .drama-contents .gallery {
  padding: 0 5px;
}
.drama-contents .gallery:after {
  display: table;
  content: " ";
  clear: both;
}
.drama-contents .gallery > li {
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
}
.ct-pc .drama-contents .gallery.col-3 > li {
  width: 33.3333%;
}
.ct-sp .drama-contents .gallery.col-3 > li {
  width: 50%;
}
.ct-pc .drama-contents .gallery.col-4 > li {
  width: 25%;
}
.ct-sp .drama-contents .gallery.col-4 > li {
  width: 33.3333%;
}
.ct-pc .drama-contents .gallery.col-3 > li:nth-child(3n+1),
.ct-sp .drama-contents .gallery.col-3 > li:nth-child(2n+1),
.ct-pc .drama-contents .gallery.col-4 > li:nth-child(4n+1),
.ct-sp .drama-contents .gallery.col-4 > li:nth-child(3n+1) {
  clear: both;
}
.drama-contents .gallery > li > a {
  display: block;
  padding: 3px;
  color: #000;
  text-decoration: none;
}
.drama-contents .gallery > li > a:hover {
  background: #eee;
}
.drama-contents .gallery > li > a > img {
  width: 100%;
}
.drama-contents .gallery > li > a > p {
  padding: 5px;
}

/* more */
.drama-contents .more {
  position: relative;
}
.ct-pc .drama-contents .more.ne {
  position: absolute;
  right: 0;
  top: 0;
}
.drama-contents .more a {
  display: block;
  width: 50%;
  margin: 10px auto 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #c36;
  text-decoration: none;
  border: 1px solid #c36;
  border-radius: 5px;
}
.ct-pc .drama-contents .more.ne a {
  width: auto;
  margin: 0;
  padding: 2px 10px;
  border-radius: 0;
}
.drama-contents .more a:hover {
  color: #c36;
  background: #fff;
}

/* .information-box */
.drama-contents .information-box {
  border: 1px solid #ccc;
  list-style: none;
}
.ct-sp .drama-contents .information-box {
  margin: 10px;
}
.drama-contents .information-box > li {
  margin: 10px;
}
.drama-contents .information-box > li .title {
  color: #c36;
}
.drama-contents .information-box .how-to-watch {
  list-style: disc;
  padding-left: 1.5em;
}
.drama-contents .information-box .how-to-watch > li {
  margin-bottom: 5px;
}
.drama-contents .information-box .how-to-watch .to-watch > li {
  display: inline-block;
  margin-right: .6em;
}
.drama-contents .information-box .how-to-watch .to-watch a {
  display: inline-block;
  background: #ccc;
  color: #000;
  padding: 2px 4px;
  margin-bottom: 2px;
  text-decoration: none;
}
.ct-sp .drama-contents .information-box .how-to-watch .to-watch a {
  font-size: 14px;
}
.drama-contents .information-box .how-to-watch .to-watch a:after {
  content:' \00bb';
}
