/* Story
----------------------------------------*/
# .story__intro{
  text-align:center;
  margin:70px 0;
}
.story__scene{
  margin: 40px 0 95px;
}
.story__sub-title {
  text-align: center;
  color: #fd201c;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
  margin-top: 52px;
  padding: 0 40px;
}
.story__sub-title .ep-num {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
}
.story__staff {
  margin: 36px 40px 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.story__staff .position {
  color: #fd201c;
}
.story__txt {
  margin: 36px 40px 70px;
  font-size: 24px;
  font-size: 2.4rem;
}
.story__end-card {
  width: 550px;
  border-top: 3px solid #fd201c;
  margin: 100px auto 44px;
  position: relative;
}
.story__end-card:before {
  position: absolute;
  top: -80px;
  left: -30px;
  content: '';
  width: 131px;
  height: 131px;
  background: url(../img/story/title_endcard.png) no-repeat left top;
}
.story__end-card p {
  margin-top: 10px;
  font-size: 24px;
  text-align: center;
}
.scenes__item {
  position: relative;
  border-top: 4px solid #e2e7e9;
  overflow: hidden;
  width: 560px;
  height: 315px;
}
.scenes__item.slick-active {
  border-top-color: #fd201c;
}
.scenes-carousel {
  height: 315px;
}
.scenes-carousel .slick-dots .slick-active button {
  background-position: left top;
}
.scenes-carousel .slick-dots button {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../img/common/icon_pickup.png) no-repeat left bottom;
  color: transparent;
  border: 0;
}
.scenes-carousel .slick-dots button:before {
  display: none;
}
.scenes-carousel .slick-list {
  height: 315px;
  overflow: hidden;
}
.story-list {
  width: 560px;
  margin: 0 auto;
}
.story-list__item {
  width: 260px;
  position: relative;
  padding-top: 202px;
  float: left;
  margin-bottom: 40px;
}
.story-list__item:nth-child(2n) {
  margin-left: 40px;
}
.story-list__item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/common/line_list_top.gif) no-repeat left top #fd201c;
}
.story-list__item .sub-title {
  color: #fd201c;
}
.story-list__item .thumb {
  position: absolute;
  top: 3px;
  left: 0;
}
.btn-back {
  margin-top: 40px;
}
.story__intro{
  text-align:center;
  margin:70px 0; 
}

#ending {
  width: 550px;
  margin: 50px auto 0;
}
#ending dt {
  margin-left: -0.5em;
  font-size: 40px;
  font-weight: bold;
  color: #FE201D;
}
#ending dt span {
  display: block;
  margin-left: 1em;
  font-size: 20px;
}
#ending dd {
  margin: 5px 0 20px;
  font-size: 20px;
}

.tabs { display:block; overflow:hidden; clear:both; }
.tabs li {
  float:left;
  width: 50%;
  font-size: 20px;
  text-align: center;
  list-style-type: none;
}
.tabs a {
  display:block;
  padding: 15px 0;
  color: #ccc;
  text-decoration: none;
  border-top: 3px solid #E4D4D4;
}

.tabs li.movie--active a,
.tabs a:hover {
  border-top: 3px solid #FB0605;
  color: #FB0605;
}
.tab_content {
  display: none;
  height: 350px;
}
#tab1 { display: block; }