@charset "UTF-8";

/* --------------------------------
  contents
-------------------------------- */

.section{
  background: #fffef2;
  width: 768px!important;
  margin: auto;
}
.index{margin: auto;}

/* header-ttl ----------------- */

.header{
  position: relative;
  z-index: 1;
}

/* section-ttl ----------------- */

.section--ttl{
  margin-top: 50px;
  height: 274px;
  background: #43a1d0 url(../img/sec_ttl_bg.jpg) -420px 0 no-repeat;
}

.section--ttl h2{
  padding: 23px 0 5px 220px;
}

.section--ttl__movie{
  /*position: relative;
  bottom: 0px;*/
  margin-left: 250px;
}

/* section-lead ----------------- */

.section--lead{
  height: 103px;
  background: url(../img/ttl_lead_bg.gif) 0 0 repeat-x;
}

.section--lead p{
  padding: 36px 0 40px 44px;
}

/* movie__list ----------------- */

.movie__list {
  padding: 20px 0 90px 15px;
}
.movie__list:after{content:"";clear:both;visibility:hidden;display:block;height:0;}
.movie__list .item {
  position: relative;
  margin: 0 14px 17px 0;
  float: left;
  width: 237px;
  height: 250px;
  background: #fff;
}

.movie__list .item:nth-child(3n) {
  margin: 0 0 17px 0;
}

.movie__list .item:before {
  content: '';
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 3px;
  height: 100%;
  background: url(../img/item_shadow.gif);
}

.movie__list .item:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 3px;
  width: 234px;
  height: 3px;
  background: url(../img/item_shadow.gif);
}

.movie__list .item a {
  display: block;
  text-decoration: none;
}

.item__img:after{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: url(../img/movie_bd.gif) 0 0 repeat-x;
}

.item__newlogo {
  position: absolute;
  top: -3px;
  right: -6px;
}

.item__play {
  position: absolute;
  top: 41px;
  right: 89px;
  width: 60px;
  height: 60px;
  background: url(../img/movie_ico.png) 0 0 no-repeat;
}

.movie__list .item a:hover .item__play{
  background: url(../img/movie_ico_ov.png) 0 0 no-repeat;
}

.item__tag {
  position: absolute;
  top: 5px;
  left: -6px;
  padding-top: 3px;
  width: 82px;
  height: 33px;
  background: url(../img/movie_tip_bg.png) 0 0 no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.item__txtarea {
  padding: 11px 15px 14px;
}

.txtarea__hdr {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 2px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #663333;
  background: url(../img/item_ttl_line.gif) 0 bottom repeat-x;
}

p.txtarea__txt {
  padding: 2px 0 0;
  font-size: 12px;
  color: #000;
}


/* --------------------------------
  オーバーレイ レイアウト
-------------------------------- */
.ov-contents:nth-of-type(2){
  display: none;
}

.ov-date{
  position: relative;
}


.overlay{
  visibility: hidden;
}

.ov-bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=0)";  /* ie 8 */
  background: #fff;
  cursor: pointer;
}

.ov-body{
  display: inline-block;
  position: absolute;
  top: 75px;
  z-index: 301;
  margin: 0 -375px;
  width: 750px;
  left: 50%;
  right: 50%;
}

.ov-container {
  opacity: 0;
  position: relative;
  z-index: 1;
  padding: 15px;
  width: 750px;
  background: url(../img/overlay/cont_bg.gif) 0 0 repeat;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px #e7e6df;
  -moz-box-shadow: 0 0 8px #e7e6df;
  -ms-box-shadow: 0 0 8px #e7e6df;
  box-shadow: 0 0 8px #e7e6df;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#e7e6df, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#e7e6df, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#e7e6df, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#e7e6df, direction=270, strength=3, enabled=true);
}

.ov-contents {
  background: #f9f7f0;
  border: 1px solid #eeeeee;
  padding-top: 20px;
}

.ov-ttl{
  padding: 9px 0 20px;
  margin-left: -23px;
}

.ov-ttl span{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding-top: 3px;
  width: 119px;
  height: 46px;
  color: #fff;
  text-align: center;
  vertical-align: 5px;
  font-size: 22px;
  font-weight: bold;
  background: url(../img/overlay/ttl_tip.png) 0 0 no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ov-ttl h3{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 10px;
  font-size: 26px;
  background: url(../img/overlay/ttl_line.png) 0 bottom repeat-x;
  margin-left: 6px;
  font-weight: bold;
  color: #663333;
}

.ov-media{
  width: 650px;
  height: 366px;
  background: #dfe1d8;
  margin-left: 30px;
}

.ov-media iframe{
  width: 100%;
  height: 100%;
}

.ov-txt{
color:#333;
  margin-left: 30px;
  padding: 30px 30px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.ov-sns{
  margin-top: 40px;
  padding: 25px 0;
  background: #ddd3ca;

}

.ov-sns ul{
  text-align: center;
}

.ov-sns ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ov-sns ul li + li{
  padding-left: 5px;
}

.ov-sns a:hover img{
  opacity: 0.7;
}

.overlay .ov-control{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

/* プロローグ  ------------- */

.ov-contents--prologue .ov-ttl{
  padding: 25px 0;
  text-align: center;
}



/* control  ------------- */

.overlay .control-btn{
  position: absolute;
  top: 50%;
}

.overlay .control-btn a{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.overlay .prev a:hover,
.overlay .next a:hover{
  opacity: 0.7;
}

.overlay .prev{
  
  display: none;
  
  top: 243px;
  left: -90px;
  width: 71px;
  height: 94px;
}

.large .next,
.large .prev{
  display: none !important;
}

.overlay .prev a{
  background: url("../img/overlay/prev.png") no-repeat 50% 50%;
}

.overlay .next{
  
  display: none;
  
  top: 243px;
  right: -90px;
  width: 71px;
  height: 94px;
}

.overlay .next a{
  background: url("../img/overlay/next.png") no-repeat 50% 50%;
}

.overlay .close{
  
  display: none;
  
  position: absolute;
  top: -34px;
  right: 0px;
  z-index: 30;
  width: 77px;
  height: 18px;
}

.overlay .close a{
  background: url("../img/overlay/close.png") no-repeat 50% 50%;
}

.overlay .close:hover{
  opacity: 0.7;
}

.overlay .hide{
  opacity: 0;
}

/* 動画ページ -------------- */

.channel-movie .overlay{
  visibility: inherit;
}

.channel-movie .ov-bg,
.channel-movie .ov-container{
  opacity: 1;
}

.channel-movie .btn-back{
  padding: 30px 0 50px;
  text-align: center;
}

.channel-movie .btn-back a:hover img{
  opacity: 0.7;
}

div#footer{
    bottom: -130px!important;
  }


@media screen and (max-width: 768px) {
   /* --------------------------------
  channel55
-------------------------------- */
  .channel-movie .overlay{display: none;}  
  
  
.ov-container{opacity: 0!important;}

.contents img{width: 100%!important;}
.ov-body{width: 100%;margin: 0 auto;}
.ov-container{width: 100%;}
.ov-media {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
}
 
.ov-media iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.is-index .global-header {
  position: absolute;
  top: 0;
  left: 0;
}

.intro {
  background: url(../img/intro_bg.png) repeat 0 0;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.intro .intro__movie {
  width: 270px;
  margin: 0 auto 16px;
}
.intro .intro__movie a {
  display: block;
}
.intro .intro__text {
  text-align: center;
  color: #6f4331;
  font-size: 12px;
}

.story {
  background-color: #f9f7f0;
  padding-top: 15px;
  padding-bottom: 60px;
}
.story ul li {
  width: 310px;
  margin: 0 auto 15px;
}
.story ul li:last-child {
  margin-bottom: 0;
}
.story ul li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.story ul li .icon-new {
  width: 47px;
  position: absolute;
  top: -6px;
  right: 3px;
}
.story ul li .story__ep {
  width: 83px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 5px;
  background-color: transparent;
}
.story ul li .story__read {
  width: 260px;
  position: absolute;
  top: 177px;
  left: 27px;
}
.story ul li .story__read h3 {
  display: inline-block;
  font-size: 16px;
  color: #6e4333;
  font-weight: bold;
  margin-bottom: 7px;
  position: relative;
  padding-right: 4px;
  padding-left: 2px;
}
.story ul li .story__read h3 span {
  position: relative;
  z-index: 1;
}
.story ul li .story__read h3 i {
  display: block;
  background-color: #fff476;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.story ul li .story__read p {
  font-size: 12px;
  color: #000;
}


/* Detail */

.detail {
  width: 310px;
  margin: 70px auto 0;
  padding-bottom: 60px;
}
.is-index .detail {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -155px;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.detail .detail__ep {
  height: 68px;
  background: url(../img/detail_bg_01.png) no-repeat 0 0;
  -webkit-background-size: 310px auto;
  background-size: 310px auto;
  position: relative;
}
.detail.prologue .detail__ep {
  height: 80px;
  background: url(../img/prologue_bg_01.png) no-repeat 0 0;
  -webkit-background-size: 310px auto;
  background-size: 310px auto;
  position: relative;
}
.detail .detail__ep span {
  display: block;
  width: 75px;
  height: 25px;
  line-height: 25px;
  background-color: transparent;
  position: absolute;
  bottom: 5px;
  left: 6px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.detail .detail__body {
  background: url(../img/detail_bg_02.png) repeat-y 0 0;
  -webkit-background-size: 310px auto;
  background-size: 310px auto;
}
.detail .detail__wrap{
  width: 220px;
  margin: 0 auto;
}

.detail h4 {
  display: inline-block;
  font-size: 16px;
  color: #6e4333;
  font-weight: bold;
  margin-bottom: 13px;
  position: relative;
  padding-right: 4px;
  padding-left: 2px;
}
.detail h4 span {
  position: relative;
  z-index: 1;
}
.detail h4 i {
  display: block;
  background-color: #fff476;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.detail .detail__movie {
  margin-bottom: 20px;
}
.detail.prologue .detail__movie {
  padding-top: 13px;
}
.detail .detail__movie a {
  display: block;
  margin-bottom: 10px;
}
.detail .detail__movie p {
  font-size: 12px;
  line-height: 1.75;
}
.detail .share {
  width: 272px;
  margin: 0 auto;
  background-color: #ddd3ca;
  padding-top: 20px;
  padding-bottom: 20px;
}
.detail .share li {
  width: 220px;
  margin: 0 auto 7px;
}
.detail .share li:last-child {
  margin-bottom: 0;
}

.detail .pager {
  width: 220px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.detail .pager li {
  float: left;
  width: 104px;
}
.detail .pager li.hidden img {
  opacity: 0.5;
}
.detail .pager li:first-child {
  margin-right: 12px;
}
/*.detail .detail__footer {
  height: 35px;
  background: url(../img/detail_bg_03.png) repeat-y 0 0;
  -webkit-background-size: 310px auto;
  background-size: 310px auto;
}*/
.detail .detail__footer {
  height: 18px;
  background: url(../img/prologue_bg_02.png) repeat-y 0 0;
  -webkit-background-size: 310px auto;
  background-size: 310px auto;
}
.detail.prologue .detail__footer {
  height: 18px;
  background: url(../img/prologue_bg_02.png) repeat-y 0 0;
  -webkit-background-size: 310px auto;
  background-size: 310px auto;
}
.detail .close-btn {
  width: 60px;
  margin-left: 240px;
  margin-bottom: -8px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.detail .back-btn {
  width: 240px;
  margin: 14px auto 0;
}
.is-pages .detail .close-btn {
  display: none;
}
.is-index .detail .back-btn {
  display: none;
}


.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 99999;
  display: none;
}
  
div#footer{
  bottom:0px!important;
  position: static;
  }
}