@charset "UTF-8";
/* common */
body {
  font-size: 14px;
  color: #000;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #fff;
  font-family: 'メイリオ',meiryo,'ＭＳ Ｐゴシック',MS PGothic,Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  min-width: 1280px;
}
@media only screen and (max-width: 640px) {
	body {
		min-width: auto;
	}
}

.list-num {
  text-align: left;
  margin: 20px 0 20px 30px;
}
.list-num span {
  margin-left: -30px;
}
a {
  color: #000;
  text-decoration: none;
}

.view-pc {
  display: block;
}
@media only screen and (max-width: 640px) {
  .view-pc {
    display: none;
  }
}
.view-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .view-sp {
    display: block;
  }
}

/* section */
.section-inner {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .section-inner {
    width: auto;
    padding: 18px 0;
  }
    .section-inner img{
        max-width:100%;
    }
}

.search_area .section-inner {
	width: 100%;
}
.search_area .lineup-search{
	padding:0;
}
.search_area .lineup-search button {
	padding: 15px 0;
    background:#000;
	border: 1px solid #000;
	border-radius:200px;
}
@media screen and (min-width: 640px) {
  .search_area .lineup-search button {
    font-size: 15px;
    padding: 18px 0
  }
}
.search_area table {
	margin-bottom:10px;
}
.search_area {
	text-align: left;
}

.searchbtn {
	margin-top:30px;
}

/*配信共通ヘッダー*/
.haishin-header {
    background:#fed6e6 !important;
}
@media screen and (max-width: 640px) {
    .haishin-header .globalmenu-wrap {
        background:#fed6e6 !important;
    }
    .haishin-header .link_area {
        background:none !important;
    }
    .haishin-header .globalmenu_inner li,
    .haishin-header .link_area__form_item{
        border-color:#cea7b7 !important;
    }
}

/*ヘッダー*/
 
.header {
  width:100%;
  background:#ec4d8d;
  /*margin-bottom:5px;*/
}
.header .inner {
  width: auto;
  margin: 0 auto;
  padding:5px 40px;
}
@media screen and (max-width: 640px) {
  .header .inner {
    width: auto;
    padding: 8px 20px;
  }
}
.header h1 {
  color: #ffffff;
  font-size: 80%;
  text-align: left;
  /*width: 1240px;*/
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.header h1 {
		width: auto;
	}
}
@media screen and (max-width: 640px) {
  .header h1 span {
    display: none;
  }
}
.header h1 img {
  vertical-align: middle;
}

/* ttl */
.ttl {
  color: #fff;
  text-align: center;
}
.ttl-large {
  padding: 25px;
  background: #333;
}
.ttl-middle {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.ttl-small {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ttl-news {
  margin-top: 30px;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  background: #eb4e8d;
}
.ttl-beginner {
  display: inline-block;
  background: url(/vod/img/img_vod_10.png) no-repeat left center;
  background-size: 50px auto;
  padding: 10px 0 10px 50px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.ttl-lineup-list {
  color: #fff;
}
.ttl-movie {
  border-top: 10px solid #eb4e8d;
}
.ttl-live {
  border-top: 10px solid #7f0001;
}
.ttl-read {
  margin: 10px 0;
  font-size: 12px;
}
.ttl-announce-feature {
  margin: 40px 0 0 0;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
.ttl-announce-feature {
  margin: 20px 0 0 0;
  }
}
.ttl-announce-read {
  margin: 0 0 30px 0
}

/* column */
.column {
  overflow: hidden;
}
.column-inline {
  display: inline-block;
}
.column-list {
  margin: 20px 0;
  overflow: hidden;
}
.column-list-img {
    float: left;
    width: 20%;
    position: relative;
    padding-top: 11.25%;
    background: #000;    
}
.column-list-img img {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 100%;
}
.column-list-box {
  float: left;
  padding-left: 20px;
  width: 80%;
  text-align: left;
}
#section-live .column-list-box {
  float: left;
  padding-left: 20px;
  text-align: left;
  margin-top:60px;
}
@media only screen and (max-width: 640px) {
  #section-live .column-list-box {
  float: left;
  padding: 10px;
  text-align: left;
  margin-top:0px;
  }
}
#section-live .column-list-box-2days {
  float: left;
  padding-left: 20px;
  text-align: left;
  margin-top:40px;
}
@media only screen and (max-width: 640px) {
  #section-live .column-list-box-2days {
  float: left;
  padding: 10px;
  text-align: left;
  margin-top:0px;
  }
}
.column-list-ttl {
  font-size: 16px;
  font-weight: bold;
}
.column-list-read {
  margin-top: 10px;
}
.column-list-w40 {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .column-list-w40 {
    width: 100%;
  }
}
.column-list-w60 {
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .column-list-w60 {
    margin: 10px 0;
    padding: 0;
    width: 100%;
  }
}
.column-col2 {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .column-col2 {
    float: none;
    width: auto;
  }
}
.column-col3 {
  float: left;
  width: 33%;
}
@media only screen and (max-width: 640px) {
  .column-col3 {
    float: none;
    width: auto;
  }
}
.column-col4 {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .column-col4 {
    float: none;
    width: auto;
  }
}

.schedule .column-col4 {
	height: 281px;
}

.column-col5 {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 640px) {
.lineup-result-col.column-col5 {
    float: none;
    width: auto;
	width: 100%;
	min-height:auto;
	}
}
.column-col5 {
  float: left;
  width: 20%;
}
.schedule .column-col5 {
	height: 281px;
}
@media only screen and (max-width: 640px) {
.schedule .column-col5 {
    height:auto;
	}
}
.column-col-premiam {
  float: none;
  width: 100%;
  margin-bottom:10px;
}
@media only screen and (max-width: 640px) {
.column-col-premiam {
    float: none;
    width: auto;
  }
}

/* table */
.table {
  width: 100%;
}
.table-search {
  border-collapse: separate;
  border-spacing: 8px 0;
}
@media only screen and (max-width: 640px) {
  .table-search td {
    display: block;
    margin: 5px 0;
  }
}

/* btn */
.btn {
  display: inline-block;
  min-width: 190px;
  padding: 10px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-gray {
  background: #eee;
  margin-bottom:30px;
}
.btn-pink {
  color: #fff;
  background: #eb4e8d;
}
.btn-area {
  text-align: center;
}

/* vod-header */
.vod-header {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .vod-header {
    position: static;
  }
}
@media only screen and (max-width: 640px) {
  .vod-header .section-inner {
    padding: 0;
  }
}
.vod-header-left {
  padding: 10px;
  background: #ec4d8d;
  min-height: 44px;
}
@media only screen and (max-width: 640px) {
  .vod-header-left {
    display: none;
  }
}
.vod-header-left-2 {
  padding: 10px;
  background: #ec4d8d;
  min-height: 44px;
}
@media only screen and (max-width: 640px) {
  .vod-header-left-2 {
    min-height: 0;
    width: 50%;
    float: left;
  }
}
.vod-header-right {
  padding: 10px;
  background: #7e0001;
  min-height: 44px;
}
@media only screen and (max-width: 640px) {
  .vod-header-right {
    display: none;
  }
}
.vod-header-right-2 {
  padding: 10px;
  background: #7e0001;
  min-height: 44px;
}
@media only screen and (max-width: 640px) {
  .vod-header-right-2 {
    min-height: 0;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .vod-header img {
    width: auto;
    height: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .vod-header-span {
    display: none;
  }
}
.vod-header-child {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .vod-header-child {
    position: static;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* mainvisual slider */
.mainvisual .section-inner {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .mainvisual img {
    width: 100%;
  }
}

.slides {
  max-height: 390px;
  overflow: hidden;
}

.flexslider {
  position: relative;
}

.slider-link, .slider-link:hover {
  color: #fff;
}
.slider-caption {
  margin: 0;
  padding: 10px 20px;
  text-align: left;
}
.slider-caption-ttl {
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  font-weight: bold;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  .slider-caption-txt {
    display: block;
  }
}
.slider-caption-pink {
  background: #ec4d8d;
}
.slider-caption-red {
  background: #7e0001;
}

.flex-control-nav {
  overflow: hidden;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.flex-control-nav li a {
  display: block;
  color: #959595;
  background: #959595;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 17px;
  width: 17px;
  text-indent: -9999px;
}
.flex-control-nav li a.flex-active {
  color: #ec4d8d;
  background: #ec4d8d;
}
.flex-direction-nav {
  height: 0;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .flex-direction-nav {
    display: none;
  }
}
.flex-direction-nav li a {
  display: block;
  position: absolute;
  top: 110px;
  text-indent: -9999px;
}
.flex-prev {
  background: url(/vod/img/slider/icon_prev_b.png) no-repeat 0 0;
  width: 60px;
  height: 130px;
  left: 0;
  z-index: 80;
}
.flex-next {
  background: url(/vod/img/slider/icon_next_b.png) no-repeat 0 0;
  width: 60px;
  height: 130px;
  right: 0;
  z-index: 80;
}

/* page-link */
.page-link {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .page-link {
    overflow: hidden;
  }
}
.page-link-list {
  display: inline-block;
  margin: 0 70px;
}
@media only screen and (max-width: 640px) {
  .page-link-list {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 15px;
  }
  .page-link-list img {
    width: 100%;
    height: auto;
  }
}
.page-link-list:after {
  content: "\25BC";
}
.page-link-list a {
  font-size: 12px;
}
.page-link-read {
  margin-top: 20px;
}

/* whats_new */
.whats-new {
  background: #eee;
}
.whats-new .section-inner {
  padding: 0;
}
.whats-new-ul {
  padding: 10px 0;
  max-height: 250px;
  text-align: left;
  overflow-y: scroll;
}
@media only screen and (max-width: 640px) {
  .whats-new-ul {
    padding: 10px;
  }
}
.whats-new-ul li {
  margin: 5px 0 5px 20px;
}
.whats-new-ul li:before {
  content: "\25B6";
  display: inline-block;
  margin: 0 5px 0 -20px;
}
.whats-new-ul li em {
  margin-right: 5px;
  color: #f00;
  font-weight: bold;
}

.shopBody {
  width: 960px;
  padding: 0;
  overflow: hidden;
  margin: 50px auto 30px auto;
}

@media only screen and (max-width: 640px){
.shopBody {
  width: 100%;
  }
	
  h2.ttl-news span img {
  width: 70%;
	}
}

.vodCont h2.ttl-news {
  position: relative;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  padding: 0;
}

.vodCont h2.ttl-news span {
  background-color: #fff;
  display: inline-block;
  position: relative;
}

/*.vodCont h2.ttl-news:before {
  border-top: 1px solid #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}*/

@media only screen and (max-width: 640px){
	.vodCont .section-inner{
		padding: 0;
	}
}

.vodCont .section-inner li h3 {
	margin: 40px 0 20px 0;
	font-size: 14px;
	color: #333;
	font-weight:bold;
}

.vodCont .section-inner a:hover {
  text-decoration: underline;
}

.vodCont .whats-new-ul {
  max-height: none;
  overflow-y: auto;
  padding:0 10px;
}

.vodCont .whats-new-ul li {
		margin: 0;
}

.shopBody .vodCont .whats-new-ul li:before {
  display: none;
}

.shopBody .vodCont .section-inner li {
    padding: 0 0 20px 20px;
    border-bottom: 1px solid #000000;
    background: url(/images/icon_arrow_gray.png) 0 4px no-repeat;
    list-style-type: none;
}

/* service */
.service-ul {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .service-ul {
    text-align: center;
  }
}

#section-movie .service-ul {
	text-align: left;
}

@media only screen and (max-width: 640px) {
  #section-movie .service-ul {
    text-align: left;
  }
}

.service-list a img{
  height:30px;
  margin:3px 0;
}
.service-list {
  margin: 2px;
  width: 184px;
  text-align: center;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 640px) {
  .service-list {
    width: 49%;
    margin: 10px 0 0;
  }
  .service-list img {
    height: 48px;
  }
}
.service-attention {
  margin-top: 50px;
}
.service-attention-box {
  border: 1px solid #ccc;
  margin: 0 5px;
}
@media only screen and (max-width: 640px) {
  .service-attention-box {
    margin: 10px 0;
  }
}
.service-attention-ttl {
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.service-attention-ttl-blue {
  background: #00b7ee;
}
.service-attention-ttl-green {
  background: #cc6;
}
.service-attention-read {
  padding: 0 0 5px;
  text-align: left;
  overflow: hidden;
}
.service-attention-read-txt {
  padding: 10px 10px 10px 100px;
}
.service-attention-read-txt-blue {
  background: url(/vod/img/img_vod_10.png) no-repeat 10px center;
}
.service-attention-read-txt-green {
  background: url(/vod/img/img_vod_11.png) no-repeat 10px center;
}
.service-attention-read-btn {
  float: right;
  display: inline-block;
  margin-top: 5px;
  padding: 1px 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.service-attention-read-btn-blue {
  background: #00b7ee;
}
.service-attention-read-btn-green {
  background: #cc6;
}

/* movie */
.movie {
  margin-top: -68px;
  padding-top:118px
}
@media only screen and (max-width: 640px) {
  .movie img {
    width: 100%;
    padding-top:55px;
    margin-top: -55px;
  }
}

/* lineup */
.lineup-list {
  margin-top: 50px;
  background: #999;
  padding: 10px 0 30px;
  position:relative;
}
.lineup-list-select {
  width: 100%;
}
.lineup-list-result {
  margin-top: 0;
}
.lineup-list-ul {
  text-align: left;
}
.lineup-list-li {
  margin: 3px;
  width: 182px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .lineup-list-li {
    width: 100%;
    margin: 2px 0;
  }
}
.lineup-list-li a {
  display: block;
  padding: 5px 0;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.lineup-list-li a.active, .lineup-list-li a:hover {
  color: #fff;
  background: #ec4d8d;
}
.lineup-list-li-large {
  width: 375px;
}
@media only screen and (max-width: 640px) {
  .lineup-list-li-large {
    width: 100%;
    margin: 2px 0;
  }
}
.lineup-list-li-premium a {
  background: #cc6;
}
.lineup-list-li-premium a.active, .lineup-list-li-premium a:hover {
  background: #cc6;
}
.search_wrap {
	padding: 10px 30px 30px 30px;
	background:#eb4e8d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin:30px auto 0 auto;
	max-width:960px;
}
.search_wrap .search_comment {
        color:#fff;
}
.search_comment {
        font-weight: bold;
}
@media only screen and (max-width: 640px) {
	.search_wrap {
		padding:10px 15px 15px 15px;
		margin:15px 8px 0 8px;
	}
}
.ttl-lineup-search {
	color:#fff;
}
@media only screen and (max-width: 640px) {
	.search_wrap .section-inner {
		padding:0;
	}
}
.ttl-lineup-search .ttl-middle-inner {
	display:inline-block;
	position:relative;
	padding-right:36px;
}
@media only screen and (max-width: 640px) {
	.ttl-lineup-search .ttl-middle-inner {
		display:inline;
		padding-right:30px;
	}
}
.ttl-lineup-search .ttl-middle-inner::after {
	display:block;
	content:"";
	position:absolute;
	height:30px;
	width:30px;
	background:url("../../img/nav_icon_white.png") no-repeat;
	background-size:contain;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
@media only screen and (max-width: 640px) {
	.ttl-lineup-search .ttl-middle-inner::after {
		top:auto;
		height:25px;
		width:25px;
	}
}
.lineup-search {
	padding: 30px 0;
}

.search_wrap .lineup-search {
	padding:0;
	max-width:900px;
	margin:auto;
}
.search_wrap .section-inner {
	max-width:900px;
}
.lineup-search button,
.lineup-search input,
.lineup-search select {
  width: 100%;
}
.lineup-search button,
.lineup-search .head-nav-sh button.js-btn-vod-foot,
.lineup-search .head-nav-sh button.js-btn-vod-foot:hover,
.lineup-search .head-nav-sh button.js-btn-vod-foot:active{
  padding: 5px 20px;
  min-width: 70px;
  color: #fff;
  font-weight: bold;
  background: #333;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position:relative;
}
.search_area__form_btn.js-btn-vod-foot::before{
	display:none;
}
.lineup-result {
  margin-top: 50px;
}
.lineup-result-search {
  padding: 40px 0;
  text-align: left;
}
.lineup-result-title {
  padding: 25px 0;
  color: #fff;
  font-size: 24px;
  background: #ec4d8d;
}
.lineup-result-title-premium {
  color: #000;
  background: #cccd67;
}
.lineup-result-title-inner {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .lineup-result-title-inner {
    font-size: 14px;
    text-align: left;
  }
}
.lineup-result-title-small {
  margin: 40px 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 640px) {
  .lineup-result-title-small {
    text-align: left;
  }
}
.lineup-result-sample {
    display: block;
    position: absolute;
    padding-top: 56.25%;
    width:100%;
    top:0;
}
.lineup-result-sample-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 640px) {
  .lineup-result-sample-link {
    font-size: 10px;
  }
}
.lineup-result-panel {
  display: block;
  position: absolute;
  right: 56px;
  top: 0;
  width: 50px;
  height: 62px;
  padding: 15px 12px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .lineup-result-panel {
    top: -5px;
  }
}
.lineup-result-panel-ico {
  width: 15px;
  height: 15px;
}
.lineup-result-panel-ico:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 15px 0 0 0 #fff, 0 15px 0 0 #fff, 15px 15px 0 0 #fff;
}
.lineup-result-panel.active {
  background: #fff;
}
.lineup-result-panel.active .lineup-result-panel-ico:before {
  background: #ec4d8d;
  box-shadow: 15px 0 0 0 #ec4d8d, 0 15px 0 0 #ec4d8d, 15px 15px 0 0 #ec4d8d;
}
.lineup-result-panel.active .lineup-result-panel-ico-premium:before {
  background: #cccd67;
  box-shadow: 15px 0 0 0 #cccd67, 0 15px 0 0 #cccd67, 15px 15px 0 0 #cccd67;
}
.lineup-result-list {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 62px;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .lineup-result-list {
    top: -5px;
  }
}
.lineup-result-list-ico {
  width: 15px;
  height: 15px;
}
.lineup-result-list-ico:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #fff;
  box-shadow: 0 10px 0 0 #fff, 0 20px 0 0 #fff;
}
.lineup-result-list-ico:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 17px;
  margin-left: 11px;
  width: 19px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  border: solid -3px #fff;
  box-shadow: 0 10px 0 0 #fff, 0 20px 0 0 #fff;
}
.lineup-result-list.active {
  background: #fff;
}
.lineup-result-list.active .lineup-result-list-ico:before {
  vertical-align: top;
  background-color: #ec4d8d;
  border: solid 1px #ec4d8d;
  box-shadow: 0 10px 0 0 #ec4d8d, 0 20px 0 0 #ec4d8d;
}
.lineup-result-list.active .lineup-result-list-ico:after {
  vertical-align: top;
  background-color: #ec4d8d;
  border: solid -3px #ec4d8d;
  box-shadow: 0 10px 0 0 #ec4d8d, 0 20px 0 0 #ec4d8d;
}
.lineup-result-list.active .lineup-result-list-ico-premium:before {
  background-color: #cccd67;
  border: solid 1px #cccd67;
  box-shadow: 0 10px 0 0 #cccd67, 0 20px 0 0 #cccd67;
}
.lineup-result-list.active .lineup-result-list-ico-premium:after {
  background-color: #cccd67;
  border: solid -3px #cccd67;
  box-shadow: 0 10px 0 0 #cccd67, 0 20px 0 0 #cccd67;
}
.lineup-result-category {
  padding: 40px 0 0;
  text-align: left;
}
.lineup-result-category select {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .lineup-result-category select {
    margin: 0;
    width: 100%;
  }
}
.lineup-result-category-premium-title {
  background: url(/vod/img/img_vod_11.png) no-repeat 10px center;
  padding: 20px 0 20px 100px;
  font-weight:bold;
  font-size:18px;
}
.lineup-result-category-column {
  margin: 30px 0;
}
.lineup-result-category-box {
  border: 1px solid #ccc;
  margin: 0 5px;
}
@media only screen and (max-width: 640px) {
  .lineup-result-category-box {
    margin: 5px 0;
  }
}
.lineup-result-category-box-title {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  background: #cccd67;
}
.lineup-result-category-box-txt {
  padding: 15px;
}
.lineup-result-category-box-txt a {
  text-decoration: underline;
}
.lineup-result-category-box-txt img{
  float:right;
}
.lineup-result-col {
  padding: 0 5px 50px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .lineup-result-col {
    float: left;
    width: 50%;
    min-height: 327px;
  }
}
.lineup-result-img {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background: #000;
}
.lineup-result-img img {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
	display:block;
	height:100%;
}
.lineup-result-ttl {
  margin-top: 15px;
  min-height: 54px;
  font-size: 12px;
}
.lineup-result-read {
  margin-top: 5px;
  min-height: 54px;
  font-size: 12px;
}
.lineup-result-ttl.active {
  position: static;
  height: auto;
  overflow: auto;
}
.lineup-result-ttl.active:before, .lineup-result-ttl.active:after {
  content: none;
}
.lineup-result-new {
  display: inline-block;
  margin-right: 5px;
  padding: 0 2px;
  color: #fff;
  font-weight: normal;
  background: #f00;
}
.lineup-result-plus {
  display: inline-block;
  margin-right: 5px;
  padding: 0 2px;
  color: #fff;
  font-weight: normal;
  background: #ec4d8d;
}
.lineup-result-ico {
  margin-top: 1px;
}
@media only screen and (max-width: 640px) {
  .lineup-result-ico {
    text-align: left;
  }
}
.lineup-result-ico-item {
  display: inline-block;
  margin: 2px 0;
  text-align: center;
}
.lineup-result-ico-item img {
  max-width: 53px;
}
@media only screen and (max-width: 640px) {
  .lineup-result-ico-item img {
    margin: 0 3px;
  }
}

/* pickup */
.pickup {
  margin-top: 50px;
  padding: 50px 0;
  background: #eee;
}
.pickup-col {
  padding: 0 5px 10px;
  text-align: left;
  height: 425px;
}
@media only screen and (max-width: 640px) {
  .pickup-col {
    height:auto;
  }
}
.pickup-img {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background: #000;
}
.pickup-img img {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
	display:block;
	height:100%;
}
.pickup-ttl {
  margin-top: 3px;
  font-size: 20px;
  color: #eb4e8d;
  font-weight: bold;
  text-align: center; //2024.09 add
}
.pickup-new {
  display: inline-block;
  margin-right: 5px;
  padding: 0 2px;
  color: #fff;
  background: #f00;
}
.pickup-ico {
  margin-top: 10px;
}
.pickup-ico-item {
  display: inline-block;
  width: 46%;
  margin: 2px 0;
  padding: 2px 4px;
  font-size: 10px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pickup-ico-item:nth-child(1) {
  background: #cc6;
}
.pickup-ico-item:nth-child(2) {
  background: #00b7ee;
}
.pickup-read {
  margin-top: 10px;
  font-size: 12px;
}

/* announce */
.announce-column {
	padding: 20px 0;
}
@media only screen and (max-width: 640px) {
	
.announce-column .column-list {
	padding:0 5px;
}
.announce-column .column-list-img {
    float: none;
	width: 100%;
    padding-top:56.25%;
}
.announce-column .column-list-box {
    float: none;
    padding-left: 0px;
    width: 100%;
}
.announce-column .column-list-ttl {
	margin-top: 15px;
    min-height: 36px;
    font-size: 12px;
}
.announce-column .column-list-ttl {
	margin-top: 15px;
    min-height: 36px;
    font-size: 12px;
}
.announce-column .column-list-read {
    font-size: 12px;
}
}

/* request */
.request {
  margin-top: 50px;
}
.request .ttl-middle {
    margin: 0 0 20px 0;
}
.request-box {
  padding: 30px 100px;
  border: 1px solid #eb4e8d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .request-box {
    padding: 20px;
	margin:auto 8px;
  }
}


/* live */
.live {
  margin-top: 50px;
}
.live-btn-area {
  margin-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .live-btn-area {
    text-align: center;
  }
}
.live_fl_right {
  float: right;
}
@media only screen and (max-width: 640px) {
  .live_fl_right {
    float: none;
    margin: 20px 0;
    width: 100%;
  }
}

/* vod-foot */
.vod-foot {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid #555;
}
.vod-foot-txt {
  font-size: 11px;
  text-align: left;
}

#tcaGroupFoot {
  margin-top: 60px;
}

/* align */
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

/* fancybox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/shop/css/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/shop/css/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/shop/css/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/shop/css/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* movielist */
#group_movie {
  overflow: hidden;
  margin-top: 40px;
}

.movie_container {
  width: 960px;
  margin: 0 auto;
  padding: 5px;
  overflow: hidden;
  background: #000;
}

/* Set the size and location of the player */
.video-js {
  width: 640px !important;
  height: 360px !important;
  float: left;
}

.myplayer {
  clear: both;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Set the size of the playlist */
.playlist-wrapper {
  float: right;
  height: 360px;
  width: 310px;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.vjs-playlist,
.vjs-mouse.vjs-playlist {
  float: right;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 10px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  box-sizing: border-box;
}

/* Style of the playlist */
.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
  font-size: 13px;
  margin-right: 5px;
}

.vjs-playlist cite,
.vjs-mouse.vjs-playlist cite {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

.vjs-playlist .vjs-playlist-description {
  white-space: normal;
  font-size: 10px;
  color: #2D2D2D;
}

.vjs-playlist .vjs-playlist-description,
.vjs-mouse.vjs-playlist .vjs-playlist-description {
  height: 55px;
  line-height: 11px;
  text-align: left;
}

.vjs-mouse.vjs-playlist .vjs-playlist-item {
  height: 72px;
  margin-bottom: 10px;
}

.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
  margin-right: 5px;
}

.vjs-mouse.vjs-playlist time {
  display: none;
}

/*Related Links*/
.movie_container p#MovieTitle {
  clear: both;
  color: #000000;
  text-align: left;
}

.movie_container p#linkHere {
  clear: both;
  color: #000000;
  text-align: left;
}

.movie_container p#linkHere a {
  color: #000000;
  text-decoration: underline;
}

.movie_container p#linkHere a:hover {
  text-decoration: none;
}

/*responsive*/
@media screen and (max-width: 640px) {
  .movie_container {
    padding: 0;
  }

  .myplayer {
    width: 100%;
    display: block;
    position: absolute;
    margin: 0;
    float: left;
    background-color: #1a1a1a;
  }

  .myplayer:after {
    padding-bottom: 56.25%;
    display: block;
    content: '';
  }

  .video-js {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .movie_container {
    width: 100%;
    height: 100%;
  }

  .myplayer {
    position: relative;
  }

  .playlist-wrapper {
    width: 100%;
    clear: both;
    height: 150px;
    overflow-y: scroll;
  }

  .vjs-playlist {
    background-color: #ffffff;
  }

  .vjs-mouse.vjs-playlist {
    float: none;
    height: 100%;
    width: auto;
    overflow-y: scroll;
    background-color: #ffffff;
  }
}
.schedule .column-list-ttl {
  color: #eb4e8d;
}

#shop-top .column-list-ttl {
  color: #eb4e8d;
}
#shop-top .ttl-middle.align-left {
  margin-top: 60px;
}
#shop-top .whats-new-ul {
  list-style: disc;
  margin-bottom: 40px;
}
#shop-top .whats-new-ul li:before {
  content: none;
}

.table-list {
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  .table-list {
    border-bottom: 1px solid #333;
  }
}
.table-list th {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  background: #f5cbda;
  border: 1px solid #333;
  width: 38%;
}
@media screen and (max-width: 640px) {
  .table-list th {
    width: 100%;
    display: block;
    border-bottom: 0;
  }
}
.table-list td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #333;
}
@media screen and (max-width: 640px) {
  .table-list td {
    display: block;
    border-bottom: 0;
  }
}
.table-list td.middle {
  width: 26%;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .table-list td.middle {
    width: 100%;
  }
}
.table-list td.middle img {
  max-width: 100%;
}
.table-list td p {
  margin: 5px 0;
  text-align: left;
}

.item-icon td {
  border: none;
  min-width: 50px;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .item-icon td {
    display: table-cell;
  }
}

.item-nav td {
  border: none;
  min-width: 170px;
}
@media screen and (max-width: 640px) {
  .item-nav td {
    display: table-cell;
  }
}

.mainv {
  margin: 0 0 50px;
}
@media screen and (max-width: 640px) {
  .mainv img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.live .column-list {
  margin-bottom: 20px;
}

.plan {
    margin-top:50px;
}
.plan-atten {
    text-align:left;
}

.list-num-re {
    margin-bottom:20px;
}
.list-num-re li {
    text-align:left;
    list-style-type: disc;
    line-height: 180%;
    margin-left:20px;
}


.premiamlist {
   margin-top:50px;
   clear: both;
   text-align:center;
} 
.pink {
    color:#eb4e8d;
    font-weight:bold;
}
.premiamother {
   margin:0 auto;
   padding-bottom:50px;
   text-align:left;
   width:700px;
} 

@media screen and (max-width: 640px) {
	.premiamother {
		width:auto;
	}
}

.premiamother a{
   text-decoration: underline;
} 

.specialcolor {
    background-color:#B967C3;
}
.hanacolor {
    background-color:#ed8599;
}
.tsukicolor {
    background-color:#F8EE6F;
}
.soracolor {
    background-color:#e4c1db;
}
.hoshicolor {
	background-color:#58c3eb;
}
.yukicolor {
	background-color:#a3d5c0;
}

/*bnr_live*/
.bnr-live {
	padding:20px 0 10px;
}
@media screen and (max-width: 640px) {
	.bnr-live {
		padding:0 8px;
	}
}

.bnr-fes {
	padding:20px 0 10px;
    display:flex;
    justify-content: center;
    max-width:960px;
    margin:0 auto;
}
@media screen and (max-width: 640px) {
	.bnr-fes {
		padding:0 8px;
        display:block;
	}
}
.bnr-fes .section-inner {
    display: flex;
    justify-content: center;
    max-width:470px;
}
.bnr-fes .section-inner:first-child {
        margin-right:20px;
    }
.bnr-fes .section-inner a img{
    max-width:100%;
}
@media screen and (max-width: 640px) {
	.bnr-fes .section-inner {
		display:block;
        margin:0;
	}
	.bnr-fes .section-inner a:first-child{
		display:block;
		/*margin-bottom:10px;*/
	}
	.bnr-fes .section-inner a img{
		margin:0 auto;
    }
    .bnr-fes .section-inner:first-child {
        margin:0;
    }
}
/*# sourceMappingURL=vod.css.map */

