@charset "utf-8";

/* mainConts ticker
----------------------------------------------------------*/
.main .mainConts .ticker {
    background: #fff;
    height: 31px;
}

.ticker {
  background: #fff;
}
.ticker a {
  color: #3d1616;
}
.ticker a:hover {
  text-decoration: underline;
}
.ticker dl {
  min-width: 1000px;
  margin: 0 auto;
}
.ticker dt,
.ticker dd {
  float: left;
}
.ticker dd {
  height: 31px;
  line-height: 31px;
}
.ticker dd .date,
.ticker dd p {
  float: left;
  color: #3d1616;
  font-size: 14px;
}
.ticker dd .date {
  width: 5em;
  margin-right: 20px;
}
.ticker dd p {
  width: 50em;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ticker dd time,
.ticker dd p a,{
  color: #191919;  
}

/* mainConts 
----------------------------------------------------------*/
.main .mainConts .mainImg img {
    /*width: 800px;*/
    width: 950px;
    height: auto;
    z-index: 2;
}
.catchWrap {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.main .mainConts .mainImg p.mainLogo img {
    width: 738px;
    height: 203px;
    top: 48px;
    left: 107px;
    position: absolute;
    display: none;
}

.main .mainConts .mainImg p.catch01 img {
    width: 400px;
    height: 112px;
    top: 280px;
    left: -10px;
    position: absolute;
    display: none;
}
.main .mainConts .mainImg p.catch02 img {
    width: 393px;
    height: 121px;
    top: 330px;
    right: -32px;
    position: absolute;
    display: none;
}
.main .mainConts .mainImg p.catch_sub img {
    width: 950px;
    height: 141px;
    top: 930px;
    left: -75px;
    z-index: 4;
    position: absolute;
    display: none;
}

.main .mainConts .mainImg .mainChara01 img {
    width: 700px;
    height: 1000px;
    bottom: 10px;
    left: 137px;
    z-index: 3;
    position: absolute;
    display: none;
}

/*.main .mainConts .mainImg .mainChara02 img {
    width: 366px;
    height: 750px;
    bottom: 65px;
    right: 69px;
    position: absolute;
    display: none;
}
.main .mainConts .mainImg .mainChara03 img {
    width: 344px;
    height: 576px;
    bottom: 255px;
    left: 43px;
    position: absolute;
    display: none;
}*/

.main .mainConts .mainImg .sakura img {
    width: 811px;
    height: 436px;
    bottom: 109px;
    left: 92px;
    z-index: 3;
    position: absolute;
}

.main .mainConts .mainImg {
    position: relative;
    /*height: 1058px;*/
    height: 1342px;
}
/*.main .mainConts .mainImg:before {
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.main .mainConts .mainImg:after {
    content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 22.5%;
  background: #00c8fa;
  z-index: -1;
}*/

@-moz-document url-prefix() {
.main .mainConts .mainImg {
    background: url(/assets/images/top/mainImg.jpg) no-repeat;
}
.main .mainConts .mainImg img {
    width: 950px;
    height: auto;
    margin: 0 21px 0;
    z-index: 2;
    display: none;
}

.catchWrap {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.main .mainConts .mainImg p.catch01 img {
    width: 400px;
    height: 112px;
    top: 280px;
    left: -33px;
    position: absolute;
    display: none;
}
.main .mainConts .mainImg p.catch02 img {
    width: 393px;
    height: 121px;
    top: 330px;
    right: -33px;
    position: absolute;
    display: none;
}
.main .mainConts .mainImg p.catch_sub img {
    width: 950px;
    height: 141px;
    top: 930px;
    left: -96px;
    z-index: 4;
    position: absolute;
    display: none;
}

.main .mainConts .mainImg {
    position: relative;
    height: 1342px;
}
/*.main .mainConts .mainImg:before {
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.main .mainConts .mainImg:after {
    content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 22.5%;
  background: #00c8fa;
  z-index: -1;
}*/
}

/* mainConts main-banner
----------------------------------------------------------*/
.main-banner ul {
}

.main-banner ul li {
}

/* ---loopslider--- */
#loopslider-left,
#loopslider-right {
    margin: 0 auto;
    width: 1656px;
    height: 276px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider-left ul,
#loopslider-right ul {
    height: 276px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider-left ul li,
#loopslider-right ul li {
    width: 276px;
    height: 276px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider-left ul li:nth-child(1) a img,
#loopslider-left ul li:nth-child(3) a img,
#loopslider-left ul li:nth-child(5) a img,
#loopslider-right ul li:nth-child(2) a img,
#loopslider-right ul li:nth-child(4) a img,
#loopslider-right ul li:nth-child(6) a img {
    background-size: 254px 254px;
    padding: 11px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
}

#loopslider-left ul li:nth-child(1) a:hover img,
#loopslider-left ul li:nth-child(3) a:hover img,
#loopslider-left ul li:nth-child(5) a:hover img,
#loopslider-right ul li:nth-child(2) a:hover img,
#loopslider-right ul li:nth-child(4) a:hover img,
#loopslider-right ul li:nth-child(6) a:hover img {
    opacity: 0.9;
}

#loopslider-left ul li:nth-child(1) {
    background: url(/assets/images/top/banner/bnr_bg01.gif) no-repeat left top;
}
#loopslider-left ul li:nth-child(3) {
    background: url(/assets/images/top/banner/bnr_bg03.gif) no-repeat left top;
}
#loopslider-left ul li:nth-child(5) {
    background: url(/assets/images/top/banner/bnr_bg05.gif) no-repeat left top;
}
#loopslider-right ul li:nth-child(2) {
    background: url(/assets/images/top/banner/bnr_bg02.gif) no-repeat left top;
}
#loopslider-right ul li:nth-child(4) {
    background: url(/assets/images/top/banner/bnr_bg04.gif) no-repeat left top;
}
#loopslider-right ul li:nth-child(6) {
    background: url(/assets/images/top/banner/bnr_bg06.gif) no-repeat left top;
}

 
/* =======================================
    ClearFixElements
======================================= */
#loopslider-left ul:after,
#loopslider-right ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider-left ul,
#loopslider-right ul{
    display: inline-block;
    overflow: hidden;
}


/* mainConts movie
----------------------------------------------------------*/
.movieWrap {
    position: absolute;
    z-index: 3;
    bottom: 18px;
}
.movieWrap ul {
    position: relative;
}
.movie__thumb {    
    margin: 15px 30px 0px;
    position: relative;
    width: 170px;
    height: 96px;
    overflow: hidden;
    display: none;
}

/*.movieWrap {
}
.movieWrap ul {
}
.movie__thumb {    
    margin: 15px 38px 34px;
    position: relative;
    height: 96px;
    overflow: hidden;
}*/

.movie__thumb a:after {
    content: url(/assets/images/top/movie_cover.png);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s;
}

.movie__thumb a:hover:after{
  opacity:0.7;
}

.movie__thumb a img {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 170px !important;
}

/* mainConts news
----------------------------------------------------------*/
.mainConts .newsWrap {
    clear: both;
}

.mainConts .newsWrap h2 {
    margin: 0 0 84px;
    padding: 92px 0 0;
    font-size: 0;
}

.mainConts .newsWrap a {
    color: #fff;
}

.mainConts .newsWrap {
    background: #fff;
}

.mainConts .newsWrap ol {
    width: 690px;
    margin: 0 auto;
    text-align: center;
}

.mainConts .newsWrap ol li.news-item:last-child {
    margin-right: 0;
}

.mainConts .newsWrap ol li.news-item:nth-child(2n) {
    margin-right: 0;
}

.mainConts .newsWrap ol li.news-item {
    width: 300px;
    margin: 0 70px 70px 0;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 137, 255, 0.55);
    box-shadow: 10px 10px 0px 0px rgba(0, 137, 255, 0.55);
    float: left;
    border: 2px solid #2a93ee;
}

.mainConts .newsWrap .news--detail-Wrap {
    padding: 7px 8px 24px;
    text-align: left;
    background-color: #2a93ee;
    height: 188px;
    box-sizing: border-box;
}

.mainConts .newsWrap .news--detail-Wrap .published-date {
    padding-bottom: 5px;
    font-size: 13px;
}

.mainConts .newsWrap .news--detail-Wrap .news--title {
    height: 85px;\0/;
    padding-bottom: 4px;
    margin-bottom: 7px;
    font-size: 20px;
    border-bottom: 2px dotted #FFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal\0/;
    text-overflow: ellipsis\0/;
}

.mainConts .newsWrap .news--detail-Wrap .news--detail {
    font-size: 14px;
    height: 52px\0/;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal\0/;
    text-overflow: ellipsis\0/;
}

@-moz-document url-prefix() {
	.mainConts .newsWrap .news--detail-Wrap .news--detail {
    height: 55px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
}

.mainConts .newsWrap p {
    width: 199px;
    margin: 0 auto;
    padding-bottom: 86px;
    clear: both;
    position: relative;
}

.mainConts .newsWrap p:before {
    content: "";
    width: 56px;
    height: 47px;
    top: -5px;
    left: 0;
    position: absolute;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
    background: url(/assets/images/top/btn_list-left.png) no-repeat left center;
}
.mainConts .newsWrap p:hover:before {
    content: "";
    width: 56px;
    height: 47px;
    top: -5px;
    left: -10px;
    position: absolute;
    background: url(/assets/images/top/btn_list-left.png) no-repeat left center;
}

.mainConts .newsWrap p:after {
    content: "";
    width: 56px;
    height: 47px;
    top: -5px;
    right: 0;
    position: absolute;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
    background: url(/assets/images/top/btn_list-right.png) no-repeat right center;
}
.mainConts .newsWrap p:hover:after {
    content: "";
    width: 56px;
    height: 47px;
    top: -5px;
    right: -10px;
    position: absolute;
    background: url(/assets/images/top/btn_list-right.png) no-repeat right center;
}



#cboxOverlay {
    background: #000 !important;
    opacity: 0.5 !important;
    overflow:hidden;
}



.index-pop {
    margin: 115px;
    position:fixed;
    text-align: center;
    padding: 0;
    width: 760px;
    background: url(/assets/images/top/ova_pop_bg.jpg) no-repeat;
    height: 330px;
}


.bnr_comico{
    position:fixed;
    bottom:0;
    right:0;
    z-index: 100;
    background: url(/assets/images/top/banner/bnr_bg01.gif) left top;
    font-size: 20px;
    padding: 10px;
    border-radius: 0 0 0 0;
    background-size: cover;
}
.bnr_comico a{
  display:block;
  background:#FFF;
  padding: 10px 10px 13px;