@charset "UTF-8";
/* CSS Document */

/* iPhoneでinputのスタイルをリセット */
input[type="button"],input[type="submit"],input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* --------------------------------------------------

  Basic CSS

-------------------------------------------------- */

.pcOnly {
  display: block!important;
}

.spOnly {
  display: none!important;
}

html, body {
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  width: 100%;
  color: #373b42;
}


/* --------------------------------------------------
  wrapper
-------------------------------------------------- */

#wrapper {
  min-width: 1024px;
  width: 100%;
  position: relative;
  min-height: 100%;

  background: #60d0e8;
  background: -moz-linear-gradient(left,  #60d0e8 0%, #7db9f6 100%);
  background: -webkit-linear-gradient(left,  #60d0e8 0%,#7db9f6 100%);
  background: linear-gradient(to right,  #60d0e8 0%,#7db9f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60d0e8', endColorstr='#7db9f6',GradientType=1 );
}

/* --------------------------------------------------
  header
-------------------------------------------------- */

#header {
  min-width: 1024px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  background: #60d0e8;
  background: -moz-linear-gradient(left,  #60d0e8 0%, #7db9f6 100%);
  background: -webkit-linear-gradient(left,  #60d0e8 0%,#7db9f6 100%);
  background: linear-gradient(to right,  #60d0e8 0%,#7db9f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60d0e8', endColorstr='#7db9f6',GradientType=1 );
}

#header .inner {
  height: 109px;
  position: relative;
  background-image:
    url(../images/pc/bg_header_01.png),
    url(../images/pc/bg_header_02.png);
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    top left 52px,
    top right 38px;
}

#header .inner .columnL {
  position: absolute;
  top: 24px;
  left: 30px;
  overflow: hidden;
  zoom: 1;
}

#header .inner .columnL h1 {
  float: left
}

#header .inner .columnL .text {
  display: inline-block;
  padding: 0px 0 0 34px;
}

#header .inner .columnR {
  position: absolute;
  top: 34px;
  right: 30px;
}

#header .inner .columnR form input {
  vertical-align: middle;
}

#header .inner .columnR form .text {
  border: none;
  width: 172px;
  height: 38px;
  padding: 0 10px 0 38px;
  background-image: url(../images/common/icon_search.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 18px auto;
}

#header .inner .columnR form label {
  font-size: 75.0%;
}

#header .inner .columnR form .btn {
  border: none;
  width: 96px;
  height: 38px;
  background: #29303b;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

#header .inner .columnR form .btn:hover {
  background: #515760;
}

/* --------------------------------------------------
  container
-------------------------------------------------- */

#container {
  min-width: 100%;
  padding: 109px 0 208px;
}

#container .content {
  background: #fff;
  margin: 0 auto;
}

#container .content .ttl01 {
  background: #55dffd;
  background: -moz-linear-gradient(top,  #55dffd 0%, #65bff0 100%);
  background: -webkit-linear-gradient(top,  #55dffd 0%,#65bff0 100%);
  background: linear-gradient(to bottom,  #55dffd 0%,#65bff0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55dffd', endColorstr='#65bff0',GradientType=0 );
  padding-left:5px;
  font-size: 150.0%;

  font-weight: bold;
}

#container .content .ttl01 span {
  display:block;
  background:#fff;
  padding-left:20px;
  line-height: 1.2;
}

#container .content .ttl02 {
  background: #29303b;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  padding: 12px 30px;
}






/* --------------------------------------------------
  footer
-------------------------------------------------- */

#footer {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  background: #29303b;
}

#footer .inner {
  width: 100%;
  position: relative;
}

#footer .columnL {
  position: absolute;
  top: 30px;
  left: 30px;
}

#footer .columnL ul {
  overflow: hidden;
  zoom: 1;
}

#footer .columnL ul li {
  float: left;
  padding-left: 12px;
  margin-right: 30px;

  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#footer .columnL ul li a {
  font-size: 75.0%;
  color: #fff;
  text-decoration: none;
}

#footer .columnL ul li a:hover {
  text-decoration: underline;
}

#footer .columnR {
  position: absolute;
  top: 32px;
  right: 30px;
}

#footer .columnR p {
  font-size: 75.0%;
  color: #fff;
}

/* --------------------------------------------------
  Page Top
-------------------------------------------------- */

#pageTop {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 48px;
}

#pageTop a:hover {
  opacity: 0.7;
}

#pageTop a img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
  contentsMenu
-------------------------------------------------- */

#contentsMenu {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 9999;
}

#contentsMenu .inner {
  position: relative;
}

#contentsMenu .inner .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 223px;
  cursor: pointer;

  overflow: hidden;
  text-indent: 52px;
  white-space: nowrap;

  background-image:
    url(../images/pc/btn_contents_off.png),
    url(../images/pc/btn_contents_on.png);
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    top left,
    100px 0;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#contentsMenu .inner .btn.active {
  left: 320px;
  background-image: url(../images/pc/btn_contents_on.png);
}

#contentsMenu .inner .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  margin-left: -320px;
  box-sizing: border-box;
  background-color: rgba(29, 42, 101, 0.9);
  padding: 20px;

  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

#contentsMenu .inner .block.open {
  margin-left: 0;
}

#contentsMenu .inner .block .blockInner {
  box-sizing: border-box;
}

#contentsMenu .inner .block .blockInner h2 {
  border: 1px solid #8f95b3;
  text-align: center;
}

#contentsMenu .inner .block .blockInner h2 a {
  display: block;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
  font-size: 87.5%;
}

#contentsMenu .inner .block .blockInner h2 a:hover {
  text-decoration: underline;
}

#contentsMenu .inner .block .blockInner h2 a span {
  background-image: url(../images/common/icon_arrow_03.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4px auto;
  padding-left: 14px;
}

#contentsMenu .inner .block .blockInner ul {
  overflow: auto;
  height: 400px;
  margin-top: 10px;
}

#contentsMenu .inner .block .blockInner ul li {
  border-bottom: 1px solid #fff;
  margin-right: 12px;
}

#contentsMenu .inner .block .blockInner ul li a {
  display: block;
  padding: 10px 8px 10px 24px;
  text-decoration: none;
  color: #fff;
  font-size: 87.5%;

  background-image: url(../images/common/icon_arrow_03.png);
  background-repeat: no-repeat;
  background-position: 10px 19px;
  background-size: 4px auto;
}

#contentsMenu .inner .block .blockInner ul li a:hover {
  text-decoration: underline;
}

#contentsMenu .inner .block .blockInner ul li span {
  display: block;
  padding: 10px 8px 10px 24px;
  text-decoration: none;
  color: #999;
  font-size: 87.5%;

  background-image: url(../images/common/icon_arrow_03.png);
  background-repeat: no-repeat;
  background-position: 10px 19px;
  background-size: 4px auto;
}




/* --------------------------------------------------
  Top
-------------------------------------------------- */

#imagePanel ul {
  overflow: hidden;
  zoom: 1;

  margin: 0.5%;
}

#imagePanel ul li {
  float: left;
  width: 24%;
  background: #ececec;
  margin: 0.5%;
}

#imagePanel ul li:nth-child(4n+1) {
  clear: both;
}

#imagePanel ul li a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#imagePanel ul li a:hover {
  opacity: 0.5;
}

#imagePanel ul li img {
  width: 100%;
}


/* --------------------------------------------------
  共通のリスト
-------------------------------------------------- */

.playList ul li {
  border-top: 1px solid #bdc7cb;
  box-sizing: border-box;
}

.playList.lastBorder ul li:last-child {
  border-bottom: 1px solid #bdc7cb;
}

.playList ul li a {
  overflow: hidden;
  zoom: 1;
  display: block;
  padding: 30px 32px;

  text-decoration: none;
  color: #373b42;

  background-image: url(../images/common/icon_arrow_04.png);
  background-repeat: no-repeat;
  background-position: right 36px center;
}

.playList ul li a:hover {
  background-color: #eef2f4;
  color: #008ac4;
}

.playList ul li a .img {
  width: 240px;
  height: 135px;
  float: left;
  position: relative;
  background: #000;
}

.playList ul li a .img .thumb {
  width: 100%;
}

.playList ul li a .textBlock {
  padding: 0 40px 0 260px;
}

.playList ul li a .textBlock .time {
  color: #8e9192;
  font-size: 87.5%;
  padding-top: 16px;
}


/* --------------------------------------------------
  List
-------------------------------------------------- */

#list.content {
  max-width: 940px;
  width: 100%;
}

#list .textArea {
  box-sizing: border-box;
  padding: 36px 32px;
}

#list .textArea .caption {
  margin-top: 26px;
}

#list .textArea .superVisor {
  margin-top: 26px;
  font-size: 87.5%;
}


/* --------------------------------------------------
  detail
-------------------------------------------------- */

#detail.content {
  max-width: 940px;
  width: 100%;
}

#detail .mainTtl {
  position: relative;
  padding: 36px 32px 0 32px ;
}

#detail .mainTtl .ttl01 span {
  padding-right: 120px;
}

#detail .mainTtl .linkText {
  position: absolute;
  top: 36px;
  right: 32px;
}

#detail .mainTtl .linkText a {
  text-decoration: none;
  color: #29303b;
}

#detail .mainTtl .linkText a:hover {
  color: #008ac4;
}

#detail .mainTtl .linkText a span {
  font-size: 75.0%;
  text-decoration: none;
  background-image: url(../images/common/icon_arrow_05.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

#detail .movieArea {
  padding: 26px 32px 0 32px ;
  height: 333px;
  overflow: hidden;
  zoom: 1;
}

#detail .movieArea .playerBlock {
  width: 592px;
  height: 333px;
  background: #959385;
  float: left;
}
#detail .movieArea .playerWrapper {
	height: 0px;
	padding-top: 56.25%;
	position: relative;
}
#detail .movieArea .player {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#detail .movieArea .chapter {
  box-sizing: border-box;
  float: right;
  border: 1px solid #bdc7cb;
  width: 284px;
  height: 333px;
  position: relative;
  overflow: auto;
}

#detail .movieArea .chapter ul li {
  border-bottom: 1px solid #bdc7cb;
}

#detail .movieArea .chapter ul li:last-child {
  border-bottom: none;
}

#detail .movieArea .chapter ul li a {
  display: block;
  padding: 14px 16px;
  text-decoration: none;
}

#detail .movieArea .chapter ul li a:hover {
  background: #eef2f4;
}

#detail .movieArea .chapter ul li.current a {
  background: #eef2f4;
}

#detail .movieArea .chapter ul li a p {
  color: #008ac4;
  font-size: 87.5%;
}

#detail .textArea {
  padding: 24px 32px 40px 32px ;
  overflow: hidden;
  zoom: 1;
}

#detail .textArea .columtL {
  float: left;
  width: 570px;
}

#detail .textArea .columtL .ttl {
  font-weight: bold;
  font-size: 112.5%;
}

#detail .textArea .columtL .time {
  color: #8e9192;
  font-size: 87.5%;
  padding-top: 12px;
}

#detail .textArea .columtL .superVisor {
  padding-top: 12px;
  font-size: 75.0%;
}

#detail .textArea .columtL .caption {
  padding-top: 12px;
  font-size: 75.0%;
}

#detail .textArea .columtR {
  float: right;
  width: 281px;
  box-sizing: border-box;
  border: 1px solid #bdc7cb;
}

#detail .textArea .columtR .ttl {
  background: #eef2f4;
  padding: 10px 14px;
  border-bottom: 1px solid #bdc7cb;
}

#detail .textArea .columtR .ttl span {
  background-image: url(../images/common/icon_arrow_06.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  padding-left: 26px;
}

#detail .textArea .columtR ul {
  padding: 18px;
}

#detail .textArea .columtR ul li {
  background-image: url(../images/common/icon_arrow_07.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 14px;
  margin-top: 10px;
}

#detail .textArea .columtR ul li:first-child {
  margin-top: 0;
}

#detail .textArea .columtR ul li a {
  text-decoration: none;
  font-size: 87.5%;
  color: #373b42;
}

#detail .textArea .columtR ul li a:hover {
  color: #008ac4;
}




/* --------------------------------------------------
  searchList
-------------------------------------------------- */

#searchList.content {
  max-width: 940px;
  width: 100%;
}

#searchList .searchArea {
  padding: 40px 36px 0;
}

#searchList .searchArea .radioBlock {
  display: inline;
}

#searchList .searchArea form input {
  vertical-align: middle;
}

#searchList .searchArea form .text {
  border: 1px solid #cccccc;
  width: 172px;
  height: 38px;
  padding: 0 10px 0 38px;
  background-image: url(../images/common/icon_search.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 18px auto;
}

#searchList .searchArea form label {
  font-size: 75.0%;
}

#searchList .searchArea form .btn {
  border: none;
  width: 96px;
  height: 38px;
  background: #29303b;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

#searchList .searchArea form .btn:hover {
  background: #515760;
}


#searchList .seriesTtl {
  padding: 40px 36px;
}



/* --------------------------------------------------
  login
-------------------------------------------------- */

#login.content {
  max-width: 380px;
  width: 100%;
  margin-top: 50px;
}

#login > .inner {
  box-sizing: border-box;
  padding: 36px 40px;
}

#login h2 {
  font-size: 150.0%;
  text-align: center;
  color: #70c5f9;
  font-weight: bold;
}

#login p {
  font-size: 87.5%;
}

#login form .txt {
  padding-top: 12px;
}

#login form .error {
  text-align: center;
  color: #f71d1d;
  padding-top: 4px;
}

#login form input {
  box-sizing: border-box;
  width: 100%;
}

#login form .txtArea {
  padding: 10px;
  height: 38px;
  border: 1px solid #ccc;
}

#login form .btn {
  border: none;
  background: #29303b;
  color: #fff;
  cursor: pointer;
  padding: 16px 0;
  margin-top: 26px;
}

#login form .btn:hover {
  background: #515760;
}




/* --------------------------------------------------
  p404
-------------------------------------------------- */

#p404.content {
  max-width: 940px;
  width: 100%;
}

#p404 h2 {
  padding-top: 80px;
  font-size: 143.8%;
  text-align: center;
  color: #70c5f9;
  line-height: 1.3;
}

#p404 h2 span {
  color: #373b42;
}

#p404 .txt {
  padding-top: 32px;
  text-align: center;
}

#p404 .btn {
  text-align: center;
  padding: 36px 0 90px;
}

#p404 .btn a {
  display: inline-block;
  background: #29303b;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

#p404 .btn a:hover {
  background: #515760;
}




/* --------------------------------------------------
  ip
-------------------------------------------------- */

#ip.content {
  max-width: 940px;
  width: 100%;
}

#ip .txt {
  padding-top: 60px;
  text-align: center;
}

#ip .img {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 200px 0;
}

#ip .img img {
  width: 100%;
  height: auto;
}

#ip .btn {
  text-align: center;
  padding: 30px 0 60px;
}

#ip .btn a {
  display: inline-block;
  background: #29303b;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

#ip .btn a:hover {
  background: #515760;
}




/* --------------------------------------------------

  SP CSS

-------------------------------------------------- */

@media screen and (max-width:767px) {

  .pcOnly {
    display: none!important;
  }

  .spOnly {
    display: block!important;
  }

/* --------------------------------------------------
  wrapper
-------------------------------------------------- */

  #wrapper {
    min-width: 100%;
  }

/* --------------------------------------------------
  header
-------------------------------------------------- */

  #header {
    min-width: 100%;
    z-index: 100;
    height: 57px;
    box-sizing: border-box;
  }

  #header .inner {
    height: auto;
    position: relative;
    padding: 13px 15px;
    overflow: hidden;
    zoom: 1;

    background-image: url(../images/sp/bg_header.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 50% auto;
  }

  #header .inner .columnL {
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }

  #header .inner .columnL h1 {
    width: 65px;
  }

  #header .inner .columnL h1 img {
    width: 100%;
  }

  #header .inner .columnL .text {
    padding: 0;
    width: 100px;
    padding-left: 10px;
  }

  #header .inner .columnL .text img {
    width: 100%;
  }

  #header .inner .columnR {
    position: relative;
    top: 0;
    right: 0;
    float: right;
  }

  #header .inner .columnR div {
    width: 98px;
    font-size: 68.8%;
    text-align: center;
    background: #0c1b5c;
    padding: 7px 0;
  }

  #header .inner .columnR div span {
    background-image: url(../images/sp/icon_contents_btn_off.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    color: #fff;
    padding-right: 14px;
  }

  #header .inner .columnR div.active span {
    background-image: url(../images/sp/icon_contents_btn_on.png);
  }






/* --------------------------------------------------
  contentsMenu
-------------------------------------------------- */

  #contentsMenu {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    padding-top: 56px;
    display: none;
    overflow-y: auto;
    z-index: 99;
    -webkit-overflow-scrolling: touch;
  }

  #contentsMenu.open {
    display: block;
  }

  #contentsMenu .inner .block {
    position: relative;
    margin-left: 0;
    padding: 0;
    width: 100%;

  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  }

  #contentsMenu .inner .block .blockInner {
    padding-top: 13px;
  }

  #contentsMenu .inner .block .blockInner h2 {
    margin: 0 13px 13px 13px;
  }

  #contentsMenu .inner .block .blockInner ul {
    height: auto;
    margin-top: 0;
    border-top: 1px solid #fff;
  }

  #contentsMenu .inner .block .blockInner ul li {
    margin-right: 0;
  }

  #contentsMenu .inner .block .blockInner ul li a {
    padding: 10px 30px 10px 13px;

    background-image: url(../images/sp/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 8px auto;
  }

  #contentsMenu .inner .block .blockInner ul li span {
    padding: 10px 30px 10px 13px;
    color: #999;

    background-image: url(../images/sp/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 8px auto;
  }

  #contentsMenu .inner .block .blockInner form {
    padding: 13px;
  }

  #contentsMenu .inner .block .blockInner form .text {
    width: 67.9%;
    height: 36px;
    margin: 0 5% 0 0;
    box-sizing: border-box;

    padding: 8px 8px 8px 38px;
    border: none;
    background-image: url(../images/common/icon_search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 21px auto;
  }

  /* iPhoneでinputのスタイルをリセット */
  input[type="button"],input[type="submit"],input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  #contentsMenu .inner .block .blockInner form .sendBtn {
    position: relative;
    width: 25%;
    height: 36px;
    border: none;
    background: #a3cdf7;
    color: #1d2a65;
    border-radius: none;
  }

  #contentsMenu .inner .block .blockInner form input {
    vertical-align: middle;
  }

  #contentsMenu .inner .block .blockInner form label {
    color: #fff;
    margin-right: 6px;
    vertical-align: middle;
  }


/* --------------------------------------------------
  container
-------------------------------------------------- */

  #container {
    min-width: 100%;
    padding: 0;
    box-sizing: border-box;
    padding: 57px 15px 170px 15px;
  }

  #container .content .ttl01 {
    padding-left:4px;
    font-size: 100.0%;
  }

  #container .content .ttl01 span {
    display:block;
    padding-left:10px;
  }

  #container .content .ttl02 {
    font-size: 75.0%;
    padding: 12px 15px;
  }




/* --------------------------------------------------
  Page Top
-------------------------------------------------- */

  #pageTop {
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 35px;
  }

  #pageTop a:hover {
    opacity: 1;
  }

  #pageTop a img {
    width: 100%;
    height: auto;
  }

/* --------------------------------------------------
  footer
-------------------------------------------------- */

  #footer {
    height: auto;
    padding: 20px 0;
  }

  #footer .columnL {
    position: relative;
    top: 0;
    left: 0;
  }

  #footer .columnL ul {
    text-align: center;
  }

  #footer .columnL ul li {
    float: none;
    display: inline;
    margin-right: 0;
    padding-left: 12px;
  }

  #footer .columnL ul li:first-child {
    margin-right: 30px;
  }

  #footer .columnL ul li a {
    font-size: 62.5%;
    color: #fff;
    text-decoration: none;
  }

  #footer .columnR {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }

  #footer .columnR p {
    padding-top: 20px;
    font-size: 62.5%;
    color: #fff;
  }






/* --------------------------------------------------
  Top
-------------------------------------------------- */

  #imagePanel ul {
    overflow: hidden;
    zoom: 1;
    margin: 0;
  }

  #imagePanel ul li {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    background: none;
  }

  #imagePanel ul li:nth-child(4n+1) {
    clear: none;
  }

  #imagePanel ul li:nth-child(2n) {
    clear: both;
    padding: 0 1.5% 3% 0;
  }

  #imagePanel ul li:nth-child(2n+1) {
    padding: 0 0 3% 1.5%;
  }

  #imagePanel ul li:nth-child(1) {
    clear: both;
    padding: 0 1.5% 3% 0;
  }

  #imagePanel ul li:nth-child(2) {
    clear: none;
    padding: 0 0 3% 1.5%;
  }

  #imagePanel ul li:nth-child(3) {
    clear: both;
    padding: 0 1.5% 3% 0;
  }

  #imagePanel ul li:nth-child(4) {
    display: none;
  }

  #imagePanel ul li a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }

  #imagePanel ul li a:hover {
    opacity: 1;
  }

  #imagePanel ul li img {
    width: 100%;
  }

/* --------------------------------------------------
  共通のリスト
-------------------------------------------------- */

  .playList ul li a {
    padding: 15px 13px;

    background-position: right 15px center;
    background-size: 14px auto;
  }

  .playList ul li a .img {
    width: 96px;
    height: 54px;
  }

  .playList ul li a .img .thumb {
    width: 100%;
  }

  .playList ul li a .img {
    float: left;
    position: relative;
    background: #000;
  }

  .playList ul li a .img:after {
    background-size: 24px auto;
  }

  .playList ul li a .textBlock {
    padding: 0 20px 0 110px;
  }

  .playList ul li a .textBlock .ttl {
    font-size: 75.0%;
  }

  .playList ul li a .textBlock .time {
    font-size: 62.5%;
    padding-top: 10px;
  }








/* --------------------------------------------------
  List
-------------------------------------------------- */

  #list .textArea {
    padding: 15px 13px;
  }

  #list .textArea .caption {
    margin-top: 17px;
    font-size: 75.0%;
  }

  #list .textArea .superVisor {
    margin-top: 17px;
    font-size: 62.5%;
  }




/* --------------------------------------------------
  detail
-------------------------------------------------- */

  #detail .mainTtl {
    padding: 15px 13px 0;
  }

  #detail .mainTtl .ttl01 span {
    padding-right: 0;
  }

  #detail .mainTtl .linkText {
    display: none;
  }

  #detail .movieArea {
    padding: 15px 13px 0;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }

  #detail .movieArea .playerBlock {
    width: auto;
	height: auto;
    float: none;
  }

  #detail .movieArea .chapter {
    box-sizing: border-box;
    float: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
    position: relative;
  }

  #detail .movieArea .chapter .btn {
    background-color: #eef2f4;
    background-image: url(../images/common/icon_arrow_08_off.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px auto;
    padding: 10px 40px 10px 10px;
    font-size: 62.5%;
    color: #008ac4;
  }

  #detail .movieArea .chapter .btn.active {
    background-image: url(../images/common/icon_arrow_08_on.png);
  }

  #detail .movieArea .chapter ul {
    display: none;
  }

  #detail .movieArea .chapter ul.open {
    display: block;
  }

  #detail .movieArea .chapter ul li:first-child {
    border-top: 1px solid #bdc7cb;
  }

  #detail .movieArea .chapter ul li a {
    padding: 10px;
  }

  #detail .movieArea .chapter ul li a p {
    font-size: 62.5%;
  }

  #detail .textArea {
    padding: 15px 13px;
  }

  #detail .textArea .columtL {
    float: none;
    width: 100%;
  }

  #detail .textArea .columtL .ttl {
    font-size: 75.0%;
  }

  #detail .textArea .columtL .time {
    color: #8e9192;
    font-size: 62.5%;
    padding-top: 10px;
  }

  #detail .textArea .columtL .superVisor {
    padding-top: 10px;
    font-size: 62.5%;
  }

  #detail .textArea .columtL .caption {
    padding-top: 10px;
    font-size: 62.5%;
  }

  #detail .textArea .columtR {
    display: none;
  }



/* --------------------------------------------------
  searchList
-------------------------------------------------- */

  #searchList .searchArea {
    padding: 15px 13px;
    border-bottom: 1px solid #bdc7cb;
  }

  #searchList .searchArea form {
    position: relative;
    height: 70px;

  }

    #searchList .searchArea form .radioBlock {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #searchList .searchArea form .text {
    width: 67.9%;
    height: 36px;
    box-sizing: border-box;

    padding: 8px 8px 8px 38px;
    border: 1px solid #ccc;
    background-image: url(../images/common/icon_search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 21px auto;
  }



  #searchList .searchArea form .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 36px;
    border: none;
    background: #29303b;
    color: #fff;
    border-radius: none;
    margin-left: 0;
  }

  #searchList .searchArea form input {
    vertical-align: middle;
  }

  #searchList .searchArea form label {
    margin-right: 6px;
    vertical-align: middle;
  }

  #searchList .seriesTtl {
    padding: 15px;
  }

/* --------------------------------------------------
  login
-------------------------------------------------- */

  #login.content {
    margin-top: 0;
  }

  #login .inner {
    padding: 25px 20px;
  }

  #login h2 {
    font-size: 106.3%;
  }

  #login p {
    font-size: 75.0%;
  }

  #login form .txtArea {
    border: 1px solid #cccccc;
    padding: 10px;
    height: 38px;
  }

  #login form .btn {
    border: none;
    background: #29303b;
    color: #fff;
    cursor: pointer;
    padding: 16px 0;
    margin-top: 26px;
    font-size: 87.5%;
  }


/* --------------------------------------------------
  p404
-------------------------------------------------- */

  #p404 h2 {
    padding-top: 25px;
    font-size: 100%;
  }

  #p404 .txt {
    padding-top: 23px;
    font-size:  75.0%;
  }

  #p404 .btn {
    padding: 19px 0 25px;
  }

  #p404 .btn a {
    padding: 10px 44px;
    font-size: 87.5%;
  }



/* --------------------------------------------------
  ip
-------------------------------------------------- */

  #ip .txt {
    padding-top: 25px;
    font-size: 87.5%;
  }

  #ip .img {
    padding: 23px 60px 0;
  }

  #ip .btn {
    padding: 23px 0 25px;
  }

  #ip .btn a {
    padding: 10px 44px;
    font-size: 87.5%;
  }



















}
