@charset "utf-8";


/* player-area */
.player-area {
  margin-bottom: 30px;
  background: #181818;
}
.player-area .player {
  width: 80%;
  margin: 0 auto;
}
.player-area .player .inner {
  position: relative;
  padding-top: 56.25%;
}
.player-area .player #videoPlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* postor-area */
.postor-area {
  margin-bottom: 30px;
}


/* program-data */
.program-data {
  margin-bottom: 100px;
  padding: 0 80px;
}
.program-data .tag {
  margin-bottom: 17px;
}
.program-data .tag li {
  display: inline-block;
}
.program-data .tag li a {
  display: block;
  margin-bottom: 5px;
  padding: 7px 15px;
  border-radius: 2px;
  border: 1px #b2b2b2 solid;
  color: #b2b2b2;
  font-size: 0.875em;
}
.program-data .program-ttl {
  margin-bottom: 15px;
  font-size: 1.125em;
}
.program-data .episode-ttl,
.program-data .program-ttl.strong {
  line-height: 1.4;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 1.750em;
}
.program-data .program-detail {
  line-height: 1.7;
  margin-bottom: 30px;
}
.program-data .accessory {
  position: relative;
  align-items: center;
}
.program-data .accessory .btn-link {
  width: 190px;
  padding: 18px 0;
  border: 1px #ff007c solid;
  color: #ff007c;
  font-size: 1.063em;
  text-align: center;
}
.program-data .accessory .movservice {
  margin-left: 15px;
  background: #ff007c;
  color: #fff;
}
.program-data .accessory .btn-link:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background: url("../../img/icon_link_pink.svg") no-repeat left top / 100% 100%;
}
.program-data .accessory .movservice:after {
  background: url("../../img/icon_link.svg") no-repeat left top / 100% 100%;
}
.program-data .accessory .share {
  width: 146px;
  margin-left: 30px;
  justify-content: space-between;
}
.program-data .accessory .share li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.program-data .accessory .share li a {
  display: block;
  position: relative;
  height: 100%;
}
.program-data .accessory .share li.sns-twitter {
  background: #000;
}
.program-data .accessory .share li.sns-fb {
  background: #1778f2;
}
.program-data .accessory .share li.sns-line {
  background: #00b900;
}
.program-data .accessory .share li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);  
}
.program-data .accessory .share li.sns-twitter img {
  width: 19px;
}
.program-data .accessory .share li.sns-fb img {
  width: 13px;
}
.program-data .accessory .share li.sns-line img {
  width: 20px;
}
.program-data .accessory .btn-mylist-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
}
.program-data .accessory .btn-mylist-form:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 21px;
  height: 18px;
  background: url("../../img/icon_favo.svg") no-repeat left top / 100% auto;
}
.program-data .accessory .btn-mylist {
  width: 100%;
  padding: 18px 20px 18px 47px;
}


/* archives */
.archives {
  margin-bottom: 100px;
  padding: 0 80px;
}
.archives .list-ttl-area {
  padding-left: 0;
}


.archives .episode-list .item {
  position: relative;
  margin-bottom: 30px;
}
.archives .episode-list .btn-mylist-form {
  display: block;
  position: absolute;
  top: -2px;
  right: 10px;
  width: 32px;
  height: 32px;
  z-index: 1;
}
.hover .btn-mylist-form:hover {
  opacity: 0.8;
  transition: .5s;
}
.archives .episode-list .btn-mylist {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/icon_favo_plus.svg") no-repeat left top / 100% auto;
}
.archives .episode-list .clearfix {
  display: block;
}
.archives .episode-list .thumb-play {
  float: left;
  width: 330px;
  padding-right: 25px;
}
.archives .episode-list .episode-ttl {
  float: right;
  width: calc(100% - 330px);
  margin-bottom: 10px;
  padding: 5px 50px 0 0;
  font-size: 1.188em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archives .episode-list .episode-category {
  float: right;
  width: calc(100% - 330px);
  line-height: 1.4;
  margin-bottom: 18px;
  font-size: 0.813em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archives .episode-list .program-detail {
  float: right;
  width: calc(100% - 330px);
  line-height: 1.7;
  font-size: 0.938em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 75px;
  text-align: justify;
}
.archives .btn-view {
  float: right;
  width: 180px;
  margin-top: 10px;
  padding: 12px 0;
  border-radius: 2px;
  background: #ff007c;
  color: #fff;
  font-size: 0.938em;
  text-align: center;
}
.archives .btn-view:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url("../../img/icon_play.png") no-repeat left top / 100% auto;
  vertical-align: -4px;
}
.archives .see-more-link {
  text-align: center;
}
.archives .see-more-link a {
  display: inline-block;
  background: #464646;
  padding: 15px 25px;
}


/* relation */
.relation {
  padding-bottom: 100px;
}


@media all and (max-width: 1024px) {
.player-area .player {
  width: 100%;
}


/* program-data */
.program-data {
  padding: 0 6vw;
}
.program-data .accessory .btn-link {
  width: 23%;
}
.program-data .accessory .movservice {
  margin-left: 10px;
}
.program-data .accessory .btn-mylist-form {
  width: 28%;
}
.program-data .accessory .share {
  margin-left: 15px;
}
.program-data .accessory .btn-mylist {
  width: 100%;
}
.program-data .accessory .btn-mylist-form:before {
  left: 20px;
}
  
/* archives */
.archives {
  padding: 0 6vw;
}
  

}

@media all and (max-width: 812px) {
/* program-data */
.program-data {
  margin-bottom: 80px;
  padding: 0 3vw;
}
.program-data .tag li a {
  padding: 5px 10px;
  font-size: 0.813em;
}
.program-data .program-ttl {
  font-size: 0.938em;
}
.program-data .episode-ttl,
.program-data .program-ttl.strong  {
  font-size: 1.5em;
}
.program-data .program-detail {
  margin-bottom: 30px;
  font-size: 0.938em;
}
.program-data .accessory {
  position: relative;
  align-items: center;
  flex-wrap:wrap;
}
.program-data .accessory .btn-link {
  width: 48.5%;
  padding: 18px 20px 18px 27px;
  font-size: 0.938em;
}
.program-data .accessory .movservice {
  margin-left: 3%;
}
.program-data .accessory .share {
  width: 48.5%;
  margin: 3% 0 0;
  justify-content: center;
}
.program-data .accessory .share li {
  margin: 0 10px;
}
.program-data .accessory .btn-mylist-form {
  position: relative;
  width: 48.5%;
  margin: 3% 0 0 3%;
}
.program-data .accessory .btn-mylist-form:before {
  left: 50%;
  transform: translate(-80px, -50%);
}
.program-data .accessory .btn-mylist {
  width: 100%;
  padding: 18px 20px 18px 47px;
}


/* archives */
.archives {
  padding: 0 3vw;
  margin-bottom: 60px;
}
.list-ttl {
  padding: 0;
}

.archives .episode-list .item {
  position: relative;
  margin-bottom: 5px;
  padding: 0 15px;
  background: #282828;
}
.archives .episode-list .btn-mylist-form {
  display: none;
  top: 55px;
  right: 10px;
}
.archives .episode-list .open .btn-mylist-form {
  display: block;
}
.archives .episode-list .child {
  display: none;
}
.archives .episode-list .open .child {
  display: block;
}
.archives .episode-list .thumb-play {
  width: 50vw;
  margin-bottom: 10px;
  padding-right: 2vw;
}
.archives .episode-list .episode-ttl {
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 20px 20px 0;
  font-size: 1em;
  cursor: pointer;
}
.archives .episode-list .episode-ttl:after {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  right: 5px;
  width: 5px;
  height: 5px;
  border-top: 2.5px #fff solid;
  border-right: 2.5px #fff solid;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  transition: .3s;
}
.archives .episode-list .open .episode-ttl:after {
  transform: translateY(-50%) rotate(315deg);
  -webkit-transform: translateY(-50%) rotate(315deg);
  -moz-transform: translateY(-50%) rotate(315deg);
  transition: .3s;
}
.archives .episode-list .episode-category {
  width: calc(100% - 50vw);
  margin-bottom: 0;
  padding: 2px 50px 0 0;
  font-size: 0.813em;
}
.archives .episode-list .program-detail {
  float: none;
  width: 100%;
  font-size: 0.875em;
  -webkit-line-clamp: 2;
}
.archives .btn-view {
  display: block;
  float: none;
  width: 100%;
  margin: 15px 0 20px;
  padding: 12px 0;
  font-size: 0.938em;
}

.archives .see-more-link {
  margin-top: 30px;
}
.archives .see-more-link a {
  padding: 12px 15px;
  font-size: 0.875em;
}

  
/* relation */
.relation {
  padding-bottom: 80px;
}
}



@media all and (max-width: 568px) {
/* player-area */
.player-area {
  margin-bottom: 20px;
}
.program-data {
  margin-bottom: 50px;
  padding: 0 15px;
}
.program-data .tag li a {
  font-size: 0.75em;
}
.program-data .episode-ttl,
.program-data .program-ttl.strong  {
  font-size: 1.25em;
}  
.program-data .accessory .btn-link {
  width: 100%;
}
.program-data .accessory .movservice {
  margin: 3% 0 0;
}
.program-data .accessory .share {
  width: 100%;
  margin: 5% 0 0;
}
.program-data .accessory .btn-mylist-form {
  width: 100%;
  margin: 5% 0 0 0;
}
.program-data .accessory .btn-mylist {
  width: 100%;
}
  

/* postor-area */
.postor-area {
  margin-bottom: 20px;
}


/* archives */
.archives {
  padding: 0 15px;
  margin-bottom: 50px;
}
.list-ttl {
  padding-left: 0;
}

.archives .episode-list .item {
  padding-bottom: 0;
}
.archives .episode-list .btn-mylist-form {
  top: 56px;
  right: 15px;
  width: 46px;
  height: 46px;
  background: rgba(0,0,0,0.6);
  padding: 5px 5px 3px 9px;
}
.archives .episode-list .thumb-play {
  width: 100%;
  margin-bottom: 15px;
  padding-right: 0;
}  
.archives .episode-list .episode-category {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 50px 0 0;
  font-size: 0.813em;
}
.archives .episode-list .program-detail {
  -webkit-line-clamp: 3;
}


  
  
}




































