@charset "UTF-8";

.channel-header {
  background-color: #D2D2D2;
  color: #333;
  padding-bottom: 33px;
}
.channel-header .ch {
  font-size: 14px;
  padding: 5px;
  vertical-align: top;
  display: inline-block;
  margin-right: 1em;
  height: 24px;
}
.channel-header .page-title {
  font-size: 24px;
  margin-bottom: 19px;
}
.channel-header p {
  font-size: 12px;
  line-height:1.4;
}

.ch-breadcrumbs {
  color: #fff;
}

.ch-breadcrumbs a,
.ch-breadcrumbs a:hover{
  color:#00a0c6;
}

@media only screen and (max-width: 640px) {
  .no-pc .channel-header {
    padding-top: 17px;
  }

  .no-pc .channel-header .page-title {
	line-height: 1.3;
  }
  .no-pc .channel-header p {
    line-height: 1.5555;
  }
}
/* New Video */
.new-video-ch {
  background-color: #D2D2D2;
}

.new-video {
  position: relative;

  padding: 42px;
}
.new-video .new-video-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 33px;
}

@media only screen and (max-width: 640px) {
  .no-pc .new-video {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
  slide
*/
.slide-ct {
  padding-bottom: 20px;
  width: 847px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  overflow: hidden;
}

.slide-btn--l,
.slide-btn--r {
  position: absolute;
  top: 50%;

  margin-top: -30px;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #bbb;
}
.slide-btn--l img,
.slide-btn--r img {
     -moz-transition-property: opacity;
       -o-transition-property: opacity;
  -webkit-transition-property: opacity;
          transition-property: opacity;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: .5;
}
.slide-btn--l:hover img,
.slide-btn--r:hover img {
  opacity: 1;
}

.slide-btn--l {
  left: 50%;

  margin-left: -501px;
}
.slide-btn--r {
  left: 50%;

  margin-left: 446px;
}

.slide__content {
  width: 266px;
  height: 260px;
  display: inline-block;
  text-align: center;
}
.slide__content a {
  display: inline-block;
  text-align: left;
  width: 100%;
  height: 260px;
}

.slide__content .thumb img{
	width:100%;
}

.slide__content .info {
  width: 100%;
  padding: 0;
  margin-top: 15px;
  color: #1f1f1f;
}
.slide__content .info .date {
  float: right;
}
.slide__content .info .title {
  font-size: 10px;
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.slide__content .info .desc {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.666;
  margin-top: 15px;
  word-wrap: break-word;
}
.slide__content .info .desc .elps-txt {
  overflow: hidden;
  width: 100%;
  height: 3.4em;
}
.slide__content a:hover .thumb img {
  opacity: .9;
}
.slide__content a:hover .desc {
  color: #0041C0;
}

.swiper-pagination {
  bottom: 0;

  text-align: right;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #999;
  margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a1acb4;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;

  width: 100%;
}

.ie9 .slide-ct {
  width: 847px !important;
}
.ie9 .slide__content {
  width: 290px !important;
  padding-right: 24px !important;
}

@media only screen and (max-width: 640px) {
  .no-pc .slide-ct {
    width: 60%;
    overflow: visible;
  }
  .no-pc .slide__content {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .no-pc .slide__content .thumb img {
    width: 100%;
  }
  .no-pc .slide__content a {
    height: auto;
  }
  .no-pc .slide-btn--l {
    display: none;
  }
  .no-pc .slide-btn--r {
    display: none;
  }
  .no-pc .swiper-pagination {
    text-align: center;
    width: 100%;
  }
  .no-pc .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    left: 0;

    width: 100%;
  }
  .no-pc .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3%;
  }
}
/***  * Easy Select Box 1.0.7 ***/
/* Core CSS. Do not edit unless your sure */
.easy-select-box {
  /*display:inline-block;*/
  display: block;
}

.easy-select-box .esb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;

  z-index: 99;
  display: none;
}

/* Default Presentation CSS. You can edit appearance here or create a custom class below */
.ch-contents .easy-select-box {
  width: 110% !important;
  text-align: left;
  float: left;
}

.ch-contents .easy-select-box .esb-displayer {
  height: 40px;
  line-height: 40px;
  cursor: default;
  white-space: nowrap;
}

.ch-contents .easy-select-box .esb-dropdown {
  border: 1px solid #999;
  width: 100% !important;
  max-height: 135px;
  overflow: auto;
  background: #fff;
}

.ch-contents .easy-select-box .esb-dropdown {
  max-height: 265px;
}

.ch-contents .easy-select-box .esb-dropdown .esb-item {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  background: #fff;
  color: #1f1f1f;
  cursor: default;
  overflow: hidden;
  white-space: nowrap;
}

.easy-select-box .esb-dropdown .esb-item:hover {
  background: #39f;
  color: #fff;
  text-decoration: none;
}

.ch-contents .easy-select-box .esb-dropdown .esb-item:hover {
  background: #eee;
  color: #555;
}

/* optgrp */
.easy-select-box .esb-dropdown .optgroup strong {
  font-weight: bold;
}

.easy-select-box .esb-dropdown .optgroup .esb-item {
  padding-left: 20px;
}

/* channel sort */
.sort-ct {
  margin-top: 45px;
  margin-bottom: 40px;
  line-height: 40px;
  background-color: #D2D2D2;
  color: #333;
  font-size: 14px;
  padding: 17px 62px;
  text-align: left;
}
.sort-ct .title {
  display: inline-block;
  margin-right: 22px;
}

.sort-btn-ct {
  position: relative;

  display: inline-block;
  overflow: hidden;
  outline: 0;
  border: none;
  margin-right: 22px;
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
  color: #575e64;
  border-radius: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 3%;
  background-color: #f3f4f4;
  width: 320px;
}
.sort-btn-ct select {
  padding-right: 17px;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  width: 130%;
  color: #5e666c;
  background-color: #f3f4f4;
  height: 40px;
}
.sort-btn-ct span.arr {
  position: absolute;
  top: 16px;
  right: 20px;

  width: 16px;
  height: 12px;
  pointer-events: none;
  display: block;
}
.sort-btn-ct span.arr img {
  display: block;
  width: 100%;
  height: auto;
}
.sort-btn-ct:before {
  position: absolute;
  top: 0;
  right: 0;

  content: ' ';
  width: 42px;
  height: 40px;
  pointer-events: none;
  background-color: #f3f4f4;
}
.sort-btn-ct.sub {
  display: none;
  margin-right: 0;
}
.sort-btn-ct.is-selected {
  color: #fff;
  background-color: #383f45;
}
.sort-btn-ct.is-selected select {
  color: #fff;
  background-color: #383f45;
}
.sort-btn-ct.is-selected:before {
  background-color: #383f45;
}

@media only screen and (max-width: 640px) {
  .no-pc .sort-ct {
    margin-top: 0;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: center;
  }
  .no-pc .sort-ct .title {
    text-align: center;
    display: block;
    margin: 0;
  }
  .no-pc .sort-btn-ct {
    text-align: center;
    margin: 0 0 10px 0;
    width: 92%;
  }
  .no-pc .sort-btn-ct.is-selected {
    margin: 0 0 10px 0;
    color: #fff;
    background-color: #383f45;
  }
  .no-pc .sort-btn-ct.is-selected select {
    color: #fff;
    background-color: #383f45;
  }
}
/* Video Info */
.videoinfo-ct {
  margin-bottom: 30px;
}

.videoinfo {
  width: 226px;
  height: 240px;
  margin-right:24px;
  margin-bottom: 24px;
  background-color: #fff;
  float:left;
}


.videoinfo a:hover .thumb {
  opacity: .8;
}
.videoinfo a:hover .desc {
  color: #0041C0;
}
.videoinfo .thumb {
  position: relative;

  width:226px;
  height:127px;
}
.videoinfo .thumb img {
  width: 100%;
  height: auto;
}

.videoinfo .thumb .lazy {
	max-width:50px;
	position:absolute;
	top:25%;
	left:35%;
}

.videoinfo .info-head {
  margin: 14px 0;
}
.videoinfo .date {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
.videoinfo .title {
  font-size: 11px;
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.videoinfo .desc {
  color: #000;
  font-size: 12px;
  line-height: 1.666;
  padding: 0;
  word-wrap: break-word;
}
.videoinfo .desc .elps-txt {
  overflow: hidden;
  width: 100%;
  height: 5em;
}

.btn-more-sp {
  display: block;
	width:476px;
	margin:0 auto 40px;
}

.js-btn-more-sp {
	background:none;
	box-shadow:none;
	width:100%;
	color:#767676;
	text-align:center;
	border: 1px solid #767676;
	padding:6px;
	cursor:pointer;
}

@media only screen and (max-width: 640px) {
  .no-pc.sp .videoinfo-ct {
    width: 96% !important;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .no-pc.sp .videoinfo {
    width: 46%;
    height: auto;
    margin-bottom: 20px;
    margin-right:4%;
  }
  .no-pc.sp .videoinfo .info-head {
    margin: 10px 0 10px 0;
  }
  .no-pc.sp .videoinfo .desc {
    padding: 0 0 10px 0;
  }
  .no-pc.sp .videoinfo .date {
    font-size: 10px;
    line-height:1.4;
    display:block;
  	float:inherit;
  }
  .no-pc.sp .videoinfo .title {
    font-size: 10px;
    margin-bottom: 5px;
    display:block;
  	float:inherit;
  }
  .no-pc.sp .videoinfo-sizer {
    width: 47%;
    width: -webkit-calc(50% - 24px);
    width:         calc(50% - 24px);
  }

	.videoinfo .thumb {
		width:100%;
		height: auto;
	}

	.js-btn-more-sp {
		width:92%;
	}
}
