@charset "UTF-8";
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/


#story .d-box-title {
  max-width: 575px;
  width: 100%;
  height: 60px;
  background-image: url(../images/story/title_story.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 55px;
}

#story.second-page .drama-box-body {
  padding-top: 15px;
}

.story-topv {
  background-size: cover;
  background-position: center top;
  background-image: url(../images/story/ep1_topv.jpg);
  background-repeat: no-repeat;
  padding-top: 65%;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
}

.story-number {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 100px;
  height: 100px;
  width: 100px;
  background-image: url(../images/story/story_number.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 15px;
  bottom: -50px;
  position: absolute;
  z-index: 10;
  font-family: 'FOT-ロダン ProN M', 'RodinProN-M';
}

.story-number.is-sp{
  font-size: 30px;
}

.story-data {
  height: 75px;
  width: 364px;
  position: absolute;
  background-image: url(../images/story/story_movietitle.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -37.5px;
  left: 50px;
  color: #fff;
  text-align: center;
  line-height: 75px;
  font-size: 21px;
  font-family: 'FOT-ロダン ProN M', 'RodinProN-M';
}

.story-text-area {
  margin: 0 auto;
  width: calc(100% - 60px);
  font-family: 'FOT-ロダン ProN M', 'RodinProN-M';
}

[class*="story-text-"] {
  color: #fff;
}

[class*="story-text-"]::after {
  content: "";
  display: block;
  clear: both;
}

.story-img {
  width: 420px;
  height: 279px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.story-img::after {
  content: "";
  position: absolute;
}

.story-text-full {
  margin-top: 85px;
}

.story-text-left {
  margin-top: 100px;
}

.story-text-left .story-img {
  float: left;
}

.story-text-left .story-img:after {
  height: 83px;
  width: 81px;
  top: -83px;
  left: 0;
  background: url(../images/story/story_photo_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.story-text-left p {
  width: calc(100% - 450px);
  float: right;
  margin-left: 30px;
}

.story-text-right {
  margin-top: 100px;
}

.story-text-right .story-img {
  float: right;
}

.story-text-right .story-img:after {
  height: 79px;
  width: 61px;
  top: -79px;
  right: 0;
  background: url(../images/story/story_photo_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.story-text-right p {
  width: calc(100% - 450px);
  float: left;
  margin-right: 30px;
}

[class*="story-line-"] {
  height: 5px;
  background: #fff;
  width: 100%;
  margin-top: 100px;
  position: relative;
}

[class*="story-line-"]::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.story-line-left::after {
  height: 83px;
  width: 86px;
  background-image: url(../images/story/story_border_left.png);
  left: 0;
  top: -83px;
}

.story-line-right::after {
  height: 83px;
  width: 81px;
  background-image: url(../images/story/story_border_right.png);
  right: 0;
  top: -83px;
}

.story-guest-title {
  text-align: center;
  margin-top: 40px;
  font-size: 21px;
}

.story-guest-list {
  text-align: center;
  font-size: 0;
  margin: 40px auto 0;
}

.story-guest-item {
  display: inline-block;
  width: 120px;
  margin-left: 40px;
}

.story-guest-item:first-child {
  margin-left: 0;
}

.story-guest-img {
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.story-guest-chara {
  font-size: 16px;
}

.story-guest-position {
  font-size: 12px;
}

.story-guest-cast {
  font-size: 14px;
}

.story-share {
  margin: 40px auto 0;
  display: table;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.story-share-title {
  color: #000;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #efefef;
  padding: 15px 0;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.1;
  width: 85px;
}

.story-share-body {
  border-left: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #efefef;
  padding: 15px 0;
}

.story-share-body>ul>li {
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}



.story-backnumber-area {
  margin: 40px auto 0;
  border: 5px solid #b5001e;
  box-shadow: 0px 0px 0px 3px #fff inset;
  padding: 35px 30px;
}

.story-backnumber-title {
  background-image: url(../images/story/title_backnumber.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 30px;
  margin-bottom: 30px;
}


.story-backnumber-list {
  width: 100%;
}

.story-backnumber-list:after {
  content: '';
  display: block;
  clear: both;
}

.story-backnumber-list-item a {
  display: block;
}

.story-backnumber-list-item {
  width: 24%;
  margin-left: 1.333%;
  margin-top: 0.8%;
  margin-bottom: 0.8%;
  position: relative;
  float: left;
}

.story-backnumber-list-item:nth-child(4n+1) {
  margin-left: 0;
}

.story-backnumber-list-item-img {
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story-backnumber-list-item-text {
  text-align: center;
  font-size: 18px;
}

.story-channel-area {
  margin: 60px auto;
}

.story-channel-text{
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}

.story-channel-list {
    width: calc(100% - 60px);
    max-width: 900px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.story-channel-item {
    display: inline-block;
    width: 48.45%;
    vertical-align: top;
}
.story-channel-item:not(:first-child) { margin-left: 3.1%; }
.story-channel-item a {
	width: 100%;
	padding: 13px 10px;
	border-radius: 3px;
	display: block;
}
.story-channel-item a span {
	display: block;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.story-channel-item.tada a { background-color: #ff005a; }
.story-channel-item.tada a span { background-image: url("../images/story/story-channel-tada-pc.png"); }
.story-channel-item.hulu a { background-color: #3ce132; }
.story-channel-item.hulu a span { background-image: url("/assets/images/drama/channel-hulu-pc.png"); }

/* ---------------------------------
 sp~タブレット用
--------------------------------- */
@media screen and (max-width: 993px) {
  .story-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/story/ep1_img_1.jpg);
    position: relative;
    margin: 0 auto 15px;
  }

  .story-img::after {
    content: "";
    position: absolute;
  }

  .story-text-left {
    margin-top: 100px;
  }

  .story-text-left .story-img {
    float: none;
  }

  .story-text-left .story-img:after {
    height: 83px;
    width: 81px;
    top: -83px;
    left: 0;
    background: url(../images/story/story_photo_left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .story-text-left p {
    width: 100%;
    float: none;
    margin-left: auto;
  }


  .story-text-right .story-img {
    float: none;
  }

  .story-text-right .story-img:after {
    height: 79px;
    width: 61px;
    top: -79px;
    right: 0;
    background: url(../images/story/story_photo_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .story-text-right p {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
}

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px) {
  .story-share-title {
    width: 170px;
    font-size: 1.2rem;
  }

  .story-share-body>ul>li>a {
    display: block;
    width: 123px;
    text-align: center;
    padding: 7px 0;
    border-radius: 2px;
    color: #fff;
  }

  .story-share-body>ul>li>a.facebook {
    background-color: #3b5998;
  }

  .story-share-body>ul>li>a.twitter {
    background-color: #55acee;
  }

  .story-share-body>ul>li>a.line {
    background-color: #00b900;
  }
}

@media only screen and (max-width: 750px) {
  .story-guest-item{
    margin-left: 20px;
    width: 100px;
  }
  .story-guest-img{
    height: 132px;
  }
}

@media only screen and (max-width: 700px) {
  .story-share-body>ul>li>a {
    width: 90px;
    font-size: 12px;
  }
}

/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
  #story .d-box-title {
    width: calc(100% - 60px);
    height: auto;
    padding-top: 8.5%;
    margin-bottom: 10.035%;
  }

  .story-number {
    font-size: 30px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    left: 5px;
    bottom: -35px;
  }

  .story-number.is-sp{
    font-size: 20px;
  }

  .story-data {
    height: 50px;
    bottom: -25px;
    left: 40px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    width: 242px;
  }

  .story-text-area {
    width: calc(100% - 40px);
  }

  .story-text-full,
  .story-text-left,
  .story-text-right {
    font-size: 12px;
  }

  .story-text-full {
    margin-top: 50px;
  }

  .story-img {
    width: 100%;
    height: auto;
    padding-top: 66.3%;
  }

  .story-guest-item {
    display: block;
    margin: 30px auto 0;
    width: 120px;
  }

  .story-guest-item:first-child {
    margin: 0 auto;
  }
  .story-guest-img{
    height: 160px;
  }

  .story-backnumber-area {
    padding: 20px 10px;
  }

  .story-backnumber-title {
    margin-bottom: 15px;
    padding-top: 6.525%;
  }

  .story-backnumber-list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0px 15px 0;
  }

  .story-backnumber-list-item {
    display: inline-block;
    width: 43.8%;
    position: relative;
    vertical-align: bottom;
    float: none;
  }

  .story-backnumber-list-item:not(:first-child) {
    margin-left: 3%;
  }

  .story-backnumber-list-item:before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.2;
    letter-spacing: 1px;
    left: -5px;
    top: -10px;
  }

  .story-backnumber-list-item-img {
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .story-backnumber-list-item-text {
    font-size: 16px;
  }

  .story-backnumber-area .drama-box-subTitle {
    margin: 0 3%;
    padding: 6px 20px;
    border-radius: 3px;
  }

  .story-share-body>ul>li>a {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .story-share-body>ul>li>a.facebook {
    background-image: url(../images/story/sns-facebook-square.png) !important;
  }

  .story-share-body>ul>li>a.twitter {
    background-image: url(../images/story/sns-twitter-square.png) !important;
  }

  .story-share-body>ul>li>a.line {
    background-image: url(../images/story/sns-line-square.png) !important;
  }
  
  .story-channel-area{
    margin-top: 30px;
  }

  .story-channel { margin: 3% auto 9%; }
  .story-channel-inner {
    max-width: 100%;
    margin: 15px 3%;
    padding: 15px 0 0;
  }
  .story-channel-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .story-channel-list { width: 100%; font-size: 0; }
  .story-channel-item { width: 48.2%; }
  .story-channel-item:not(:first-child) { margin-left: 3.6%; }
  .story-channel-item a { padding: 13px 10px; }
  .story-channel-item a span { height: 43px; }
  .story-channel-item.tada a span { background-image: url("../images/story/story-channel-tada-sp.png"); }
  .story-channel-item.hulu a span { background-image: url("/assets/images/drama/channel-hulu-sp.png"); }
}


@media only screen and (max-width: 450px) {
  .story-number {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    left: 5px;
    bottom: -25px;
  }

  .story-number.is-sp{
    font-size: 14px;
  }

  .story-data {
    height: 36px;
    bottom: -18px;
    left: 40px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    width: 174px;
  }
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {}

