@charset "utf-8";
/*-----------------------------------------------
* 01. Template
* 02. Header
* 03. Top Contents
* 04. Footer
* 05. Modal
* 06. Sub
-------------------------------------------------*/
/*-----------------------------------------------
01. Template
-------------------------------------------------*/
@font-face {
    font-family: "Yu Gothic";
    font-weight: 100;
    src: local("Yu Gothic Medium");
}
@font-face {
    font-family: "Yu Gothic";
    font-weight: 200;
    src: local("Yu Gothic Medium");
}
@font-face {
    font-family: "Yu Gothic";
    font-weight: 300;
    src: local("Yu Gothic Medium");
}
@font-face {
    font-family: "Yu Gothic";
    font-weight: 400;
    src: local("Yu Gothic Medium");
}
@font-face {
    font-family: "Yu Gothic";
    font-weight: bold;
    src: local("Yu Gothic Bold");
}
body{
    -webkit-text-size-adjust: 100%;
    background: #000;
    color: #fff;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.8;
    min-width: 1200px;
    word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #fff; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
	background: #0014af;
	color: #fff;
}
::-moz-selection{
    background: #0014af;
    color:#fff;
}
/* fullWrap */
#fullWrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}
#fullWrap:before{
    content: "";
    background: url(../img/common/deco_bgtop.png) no-repeat 0 0 / 100%;
    height: auto;
    width: 100%;
    padding-top: 27.5%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#fullWrap:after{
    content: "";
    background: url(../img/common/deco_bgbottom.png) no-repeat 0 0 / 100%;
    height: auto;
    width: 100%;
    padding-top: 27.5%;
    position: absolute;
    bottom: 165px;
    right: 0;
    z-index: 0;
}
#fullWrapIn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
}
#fullBg{
    background: url(../img/common/full_bg_2.jpg) no-repeat center top / cover;
    height: 100vh;
    width: 100%;
    min-height: 620px;
    position: fixed;
    top: 0;
    left: 0;
}
#fullBg:after{
    content: "";
    background: url(../img/common/bg_ptn.png) repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/* webfont */
.f_rb{ font-family: 'Roboto', sans-serif; }
/* loading */
#loading{
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
/*-----------------------------------------------
02. Header
-------------------------------------------------*/
.headerNavWrap{
    width: 288px;
    padding: 0 30px;
}
body#sub .headerNavWrap{
    margin-bottom: 40px;
}
.headerNav__title{
    height: 66px;
    width: 224px;
    margin-top: 22px;
    margin-bottom: 20px;
}
.headerNav__title a{
    background: url(../img/common/header_logo.png) no-repeat 0 0 / 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.gNav{
    margin-bottom: 18px;
}
.gNav__list{
    margin-bottom: 4px;
}
.gNav__list.stby{
    opacity: .6;
    pointer-events: none;
}
.gNav__list__link{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-decoration: none;
    width: 100%;
}
.gNav__list__link > span{
    display: inline-block;
    position: relative;
}
.gNav__list__link > span:before{
    content: "";
    background-color: #fff;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width .3s ease; 
}
.gNav__list__link:hover > span:before,
.gNav__list__link.current > span:before{
    width: 100%;
}
.gNav__list__link--tw:after{
    content: "";
    background: url(../img/common/sns_tw.svg) no-repeat 0 0 / 100%;
    height: 15px;
    width: 17px;
    margin: auto;
    position: absolute;
    top: 0;
    right: -26px;
    bottom: 0;
}
.headerNav__copyR{
    color: #fff;
    display: block;
    font-size: 10px;
}
/* shareLists */
.headerNav__shareWrap{
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 11px;
}
.headerNav__shareWrap__title{
    font-size: 12px;
    line-height: 50px;
    margin-right: 18px;
}
.shareLists{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shareList{
    height: 50px;
    width: 50px;
}
.shareList__link{
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 100%;
    width: 100%;
}
.shareList__link--tw{
    background-image: url(../img/common/sns_tw.svg);
    background-size: 17px;
}
.shareList__link--fb{
    background-image: url(../img/common/sns_fb.svg);
    background-size: 17px;
}
.shareList__link--li{
    background-image: url(../img/common/sns_line.svg);
    background-size: 18px;
}
/* ova bnr */
.ovaLink{
    margin-top: 16px;
}
.ovaLink a{
    background: url(../img/top/bnr_movie.jpg) no-repeat 0 0 / 100%;
    display: block;
    height: 174px;
    width: 228px;
}
body#sub .ovaLink{
    display: none;
}
/*-----------------------------------------------
03. Top Contents
-------------------------------------------------*/
/* visualWrap */
.visualWrap{
    width: 624px;
    position: relative;
}
.visual{
    background: url(../img/top/visual_2.jpg) no-repeat 0 0 / 100%;
    height: 866px;
    width: 624px;
    position: relative;
    z-index: 1;
}
.visual__start1{
    height: 30px;
    width: 425px;
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index: 2;
}
.visual__start1 > span{
    background: url(../img/top/startdate_1.png) no-repeat 0 0 / 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.visual__start2{
    height: 26px;
    width: 467px;
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 2;
}
.visual__start2 > span{
    background: url(../img/top/startdate_2.png) no-repeat 0 0 / 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.ani__hr > span{
    opacity: 0;
    position: relative;
    z-index: 1;
}
.ani__hr:before{
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
}
.ani__hr.active:before{ 
    animation: flushHorizontal 0.6s cubic-bezier(0.02, 0.88, 0.58, 1); 
}
@keyframes flushHorizontal { 
0% {
    left:0;
    right:100%;
}
45% {
    left:0;
    right:0;
}
55% {
    left:0;
    right:0;
}
100% {
    left:100%;
    right:0;
}
}
/* topContWrap */
.topContWrap{
    width: 288px;
    padding: 0 32px;
}
.topCont__mov{
    margin-top: 24px;
    height: 126px;
    width: 100%;
    margin-bottom: 38px;
}
.topCont__title{
    border-bottom: 1px solid #8b8b8b;
    font-size: 24px;
    letter-spacing: 1em;
    text-align: center;
    padding-left: 20px;
    padding-bottom: 14px;
}
.topCont__title.andTw{
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-left: 0;
}
.topCont__title.andTw:before{
    content: "";
    background: url(../img/common/sns_tw.svg) no-repeat 0 0 / 100%;
    display: inline-block;
    height: 17px;
    width: 20px;
    margin-top: -3px;
    margin-right: 6px;
    vertical-align: middle;
}
.topNews{
    margin-bottom: 30px;
}
.topNews__listsWrap{
    height: 296px;
    width: 100%;
    overflow: hidden;
}
.topNews__listsWrap{
    min-height: 296px;
    overflow-y: scroll;
}
.topNews__listsWrap::-webkit-scrollbar{
    background: #000;
    width: 5px;
}
.topNews__listsWrap::-webkit-scrollbar-thumb{
    background: #0014af;
}
.topNews__listsWrap::-webkit-scrollbar-corner{
    background: transparent;    
}
.topNews__lists .subNews__list{
    border-top: none;
}
.topNews__lists .subNews__list__link{
    border-bottom: 1px solid #8b8b8b;
    color: #fff;
    display: block;
    padding: 14px 8px;
    position: relative;
}
.topNews__lists .subNews__list__link--date{
    background-color: #0014af;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    width: auto;
    padding: 2px;
    margin-bottom: 7px;
    text-decoration: none;
}
.topNews__lists .subNews__list__link--title{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
    overflow: auto;
    position: static;
    text-overflow: clip;
    white-space: normal;
    width: auto;
}
.topNews__lists .subNews__list__link:hover .subNews__list__link--title{
    text-decoration: underline;
}
.topNews__lists .subNews__list:last-child {
    border-bottom: none;
}
.topNews__lists .subNews__list__link:before,
.topNews__lists .subNews__list__link:after{
    content: none;
}
.topTwWidget{
    border-bottom: 1px solid #8b8b8b;
}
.topTwWidget__in{
    background: rgba(0,0,0,.7);
    height: 200px;
    width: 100%;
    margin: 16px 0;
}
/* movPlay */
.movPlay{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.movPlay:after{
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 1;
    transition: opacity .3s ease-in-out;
}
.movPlay:hover:after{
    opacity: 0;
}
.movPlay:before{
    content: "";
    background: url(../img/common/icon_play.png) no-repeat 0 0 / 100%;
    height: 33px;
    width: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
/*-----------------------------------------------
04. Footer
-------------------------------------------------*/
.footerWrap{
    background: #000;
    height: 165px;
    width: 100%;
    margin-top: auto;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.pageTopWrap{
    position: absolute;
    top: -90px;
    left: 30px;
}
.headerNav.js-headerNav--on .pageTopWrap{
    opacity: 1;
}
.pageTop {
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    transition: background-color .3s ease-in-out;
}
.pageTop:hover{
    background-color: #0014af;
}
.pageTop:before {
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 5px;
    width: 5px;
    pointer-events: none;
    position: absolute;
    top: 11px;
    left: 9px;
    transform: rotateZ(-135deg);
    transition: border-color .3s ease-in-out;
    z-index: 2;
}
.footer__copyR{
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}
.footer__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__link li{
    margin: 0 20px;
}
.footer__link li a{
    color: #fff;
    font-size: 12px;
}
.logo__rialto{
    background: url(../img/common/linklogo_rialto.png) no-repeat 0 0 / 100%;
    display: block;
    height: 30px;
    width: 81px;
}
/*-----------------------------------------------
05. Modal
-------------------------------------------------*/
.modalBox {
    position: fixed;
    overflow: auto;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    display: none;
    -webkit-overflow-scrolling: touch;
}
.closeBtn {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.closeBtn a{
    display: block;
    width: 200px;
    height: 170px;
    background: url(../img/common/close.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: auto;
}
.oneModal {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.oneModalIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
    min-height: 100vh;
    min-height: 100%;
    padding: 30px 0;
    position: relative;
}
/* Comment */
.oneComment__name{
    color: #3530ed;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.oneComment__text{
    color: #fff;
    font-size: 16px;
    line-height: 2;
}
.oneComment{
    width: 960px;
    margin: 0 auto 50px;
}
.oneComment:last-of-type{
    margin-bottom: 0;
}
/* Youtube */
.ytBox{
    height: 520px;
    width: 920px;
    margin: 30px 0;
}
.ytBox iframe{
    height: 100%;
    width: 100%;
    display: block;
}
/*-----------------------------------------------
06. Sub
-------------------------------------------------*/
/* Common */
#subWrap{
    width: calc(100% - 288px);
    margin: 0 32px 80px;
    padding-top: 40px;
}
.subWrap__in{
    margin-bottom: 86px;
}
.subWrap__in:last-child{
    margin-bottom: 0;
}
.subWrap__in__title{
    font-size: 24px;
    letter-spacing: 1.2em;
    margin-bottom: 38px;
}
/* Character */
.charaWrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.chara__listsWrap{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.chara__lists{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 200px;
}
.chara__lists li{
    height: 60px;
    width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.chara__lists li:nth-child(3n){
    margin-right: 0;
}
.chara__lists li img{
    height: 60px;
    width: 60px;
}
.chara__imgWrap{
    width: 480px;
}
.chara__img{
    margin-left: 70px;
    position: relative;
    z-index: 1;
}
.chara__img img{
    width: 572px;
}
.chara__detailWrap{
    width: 368px;
    position: relative;
    z-index: 2;
}
.chara__detail{
    background: rgba(0,0,0,.6);
    border: 1px solid #0014af;
    padding: 24px;
}
.chara__detail__name{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 14px;
}
.chara__detail__cv{
    background: #0014af;
    color: #fff;
    display: table;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
    padding: 4px 6px;
}
.chara__detail__text{
    color: #fff;
    font-size: 15px;
    margin-bottom: 24px;
}
.chara__detail__lists li{
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
}
.chara__detail__lists li > span:first-child{
    white-space: nowrap;
}
/* Introduction */
.introTextWrap{
    background: rgba(0,0,0,.6);
    padding: 30px;
}
.introText__1{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 2.5;
    margin-bottom: 20px;
}
.introText__2{
    color: #0014af;
    font-size: 24px;
    font-weight: bold;
}
.introText__catch{
    background: url(../img/introduction/intro_catch.png) 0 0 / 100%;
    height: 181px;
    width: 212px;
    margin: 0 auto;    
}
/* News */
.subNews__lists {
    width: 852px;
}
.subNews__list{
    border-top: 1px solid #fff;
    width: 100%;
}
.subNews__list:last-child{
    border-bottom: 1px solid #fff;
}
.subNews__list__link{
    display: block;
    text-decoration: none;
    padding: 30px 24px;
    position: relative;
}
.subNews__list__link:before{
    content: "";
    background-color: #0014af;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: width .6s cubic-bezier(0.16, 1, 0.3, 1);    
    z-index: 0;
}
.subNews__list__link:after{
    content: "";
    background-color: #0014af;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: width .6s cubic-bezier(0.16, 1, 0.3, 1); 
    z-index: 0;
}
.subNews__list__link:hover:before,
.subNews__list__link:hover:after{
    width: 100%;
}
.subNews__list__link--date{
    background-color: #0014af;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
    padding: 2px;
    position: relative;
    transition: color .3s ease-in-out;
    z-index: 1;
}
.subNews__list__link--title{
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: color .3s ease-in-out;
    z-index: 1;
}
.subNews__list__link--title br{
    display: none;
}
.subNews__detal{
    margin-bottom: 80px;
}
.subNews__detal__title{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 24px;
}
.subNews__detal__title__date{
    background-color: #0014af;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
    padding: 2px;
}
.subNews__detal__textArea{
    padding: 0 24px;
}
.subNews__detal__title__text{
    color: #fff;
    display: block;
    font-size: 16px;
    width: 100%;
}
.subNews__detal__textArea p{
    color: #fff;
    font-size: 16px;
    line-height: 2;
}
.subNews__detal__textArea > p,
.subNews__detal__textArea > div{
    margin-bottom: 40px;
}
.subNews__detal__textArea p:last-of-type{
    margin-bottom: 0;
}
.subNews__detal__textArea img{
    max-width: 100%;
}
.subNews__detal__textArea p strong{
    background: #0014af;
    color: #fff;
}
.subNews__detal__textArea p.center{
    text-align: center;
}
.subNews__detal__textArea p.right{
    text-align: right;
}
.subNews__detal__textArea .fLeft{
    float: left;
    margin-right: 26px;
}
.subNews__detal__textArea .fRight{
    float: right;
    margin-left: 26px;
}
.subNews__detal__textArea .inBorder{
    border: 1px solid #fff;
    padding: 20px;
}
.subNews__detal__textArea p a{
    color: #ff0000;
    text-decoration: none;
}
.subNews__detal__textArea p a:hover{
    text-decoration: underline;
}
.subNews__detal__textArea p iframe{
    height: 100% !important;
    width: 100% !important;
}
.subNews__detal__textArea p .ifWrap{
    display: inline-block;
    height: 338px;
    width: 600px;
}
.backTo{
    text-align: center;
}
.backTo a{
    color: #fff;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}
.backTo a:before {
    content: "";
    background-color: #fff;
    height: 1px;
    width: 100%;
    opacity: 1;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: opacity .3s ease-in-out;
}
.backTo a:hover:before{
    opacity: 0;
}
/* Music */
.themesongLists{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 56px;
}
.themesongLists li{
    margin: 0 5px;
}
.themesongLists li a{
    background-color: #000;
    border: 1px solid #0014af;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 40px;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.themesongLists li a:hover{
    background-color: #0014af;
}
.musicCont{
    background: rgba(0,0,0,.6);
    margin-bottom: 80px;
}
.musicCont:last-of-type{
    margin-bottom: 0;
}
.musicCont__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 24px;
}
.musicCont__header__title{
    color: #fff;
    font-weight: bold;
    background-color: #0014af;
    width: 50%;
    position: relative;
}
.musicCont__header__title span{
    display: block;
}
.musicCont__header__title > span{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}
.musicCont__header__title .m_t{
    font-size: 22px;
    margin-bottom: 20px;
}
.musicCont__header__title .m_n{
    font-size: 20px;
}
.musicCont__photo{
    width: 50%;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}
.musicCont__photo img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.musicCont__detail{
    padding: 24px;
}
.musicCont__prf{
    background-color: #0014af;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    margin-bottom: 24px;
}
.musicCont__detail__lists dt{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.musicCont__detail__lists dd{
    color: #fff;
    font-size: 16px;
    margin-bottom: 42px;
}
.musicCont__detail__lists dd:last-of-type{
    margin-bottom: 0;
}
.musicCont__detail__lists dd .ifWrap{
    width: 100%;
    height: 420px;
    margin-top: 24px;
}
.musicCont__detail__lists dd .ifWrap iframe{
    height: 100%;
    width: 100%;
}
/* Comics */
.comics__listsWrap{
    background: rgba(0,0,0,.6);
    padding: 24px;
    position: relative;
}
.comics__lists li{
    color: #fff;
    font-size: 16px;
    line-height: 3.4;
}
.comics__list__link{
    background-color: #000;
    border: 1px solid #0014af;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-left: 14px;
    padding: 6px 50px;
	width: 300px;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: background-color .3s ease-in-out;
}
.pleft {
	margin-left: 30px;
}
.comics__list__link:hover{
    background-color: #0014af;
}
.comics__lists__img{
    width: 260px;
    position: absolute;
    top: 24px;
    right: 24px;
}
.comics__lists__img img{
    width: 100%;
}
/* Movie */
.movieLists{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.movieLists li{
    width: 268px;
    margin-right: 22px;
    margin-bottom: 40px;
}
.movieLists li:nth-child(3n){
    margin-right: 0;
}
.movieLists___linkWrap{
    height: 152px;
    width: 100%;
    margin-bottom: 10px;
}
.movieLists__title{
    font-size: 16px;
}
/* Cast Staff */
.csWrap{
    background: rgba(0,0,0,.6);
    padding: 24px;
    margin-bottom: 60px;
}
.cs__title{
    font-size: 24px;
    letter-spacing: 1.2em;
    margin: 20px 0 38px;
    text-align: center;
}
.caststaff__lists{

}
.caststaff__lists li{
    margin-right: 40px;
    margin-bottom: 20px;
    text-align:left;
}
.caststaff__list__t{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.caststaff__list__t > span{
    color: #3530ed;
    font-size: 16px;
}
.caststaff__list__link {
    background: url(../img/top/icon_combtn.png) no-repeat 0 0 / 100%;
    display: inline-block;
    height: 21px;
    width: 23px;
    vertical-align: text-bottom;
    margin-left: 7px;
    transition: opacity .3s ease;
}
.caststaff__list__link:hover{
    opacity: .7;
}
/* Link */
.linkWrap{
    background: rgba(0,0,0,.6);
    padding: 24px;
    margin-bottom: 60px;
}
.link__title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1em;
    margin: 20px 0 30px;
    text-align: center;
}
.linkWrap ul{
	padding-bottom: 30px;
}
.link__lists li{
    color: #fff;
    margin-bottom: 20px;
}
.link__lists li > span{
    color: #3530ed;
    font-size: 18px;
    font-weight: bold;
}
.link__lists li > a{
    color: #fff;
    font-size: 16px;
}
/* On air */
.onairWrap{
    background: rgba(0,0,0,.6);
    padding: 24px 24px 40px;
}
.onair__logo{
    margin: 20px 0 40px;
    text-align: center;
}
.onair__logo img{
    width: 480px;
}
.onair__text{
    background: url(../img/onair/onair_text.png) no-repeat 0 0 / 100%;
    height: 200px;
    width: 471px;
    margin: 0 auto;
}
.c1 {
	padding: 20px 0 0;
}
.c3 {
	padding: 30px 0 0;
}
.c4 {
	padding: 70px 0 0;
}
.c5 {
	padding: 40px 0 0;
}

#storyWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#storyWrap li {
	width: 48%;
	margin-bottom: 40px;
}
#storyWrap li a {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	background-position: center center;
	background-size: cover;
}
#storyWrap li a:hover {
	opacity: 0.6;
}
#storyWrap li p {
	display: table;
	margin: 0 auto;
	font-size:18px;
}

#story p {
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 1.5em;
	letter-spacing: 0.2em;
}
#story {
	padding-top:50px;
}
#story p { text-align: center; }

#story.storyDetail h3 {
	text-align: center;
	width: 576px;
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
	margin: auto;
    color: #fff;
    background: #3530ed;
}
.storyDisc {
	margin-top: 50px;
}
.storyDisc ul {
	padding: 10px 0;
	margin: 0 auto;
	width: 576px;

}
.storyDisc ul li {
	display: inline-block;
	margin-right: 20px;
	
}
.storyDisc ul li span {
	display: block;
	font-size: 14px;
	line-height: 40px;
}
.storyDiscText {
	width: 580px;
	font-size: 14px;
	line-height: 34px;
	margin: 20px auto 0;
	padding-bottom: 50px;
	text-align: left;
}
#imgBox {
	width: 576px;
    margin: auto;
    box-sizing: border-box;
}
.detaiImg {
	position:relative;
}
.detaiImg img {
	display: block;
	width: 100%;
	height: auto;
}
#detailLeft {
	height: 38px;
	width: 31px;
	position: absolute;
	left: -50px;
	top: 150px;
}
#detailRight {
	height: 38px;
	width: 31px;
	position: absolute;
	right: -50px;
	top: 150px;
}
#detailLeft a {
	display: block;
	height: 38px;
	background: url(../img/story/arrow_left.png) no-repeat center center;
	transition: all 0.3s ease;
}
#detailRight a {
	display: block;
	height: 38px;
	background: url(../img/story/arrow_right.png) no-repeat center center;
	transition: all 0.3s ease;
}
#detailLeft a:hover,
#detailRight a:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}

.imgClick {
	padding-top: 5px;
	padding-bottom: 50px;
	width: 576px;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.imgClick li {
	width: 96px;
	margin-right: 0px;
}
.imgClick li:last-child { margin-right: 0; }
.imgClick li a { display: block; }
.imgClick li a:hover { opacity: 0.9; }
.imgClick li a img { width: 100%; }
.imgClick li a.active { 
	opacity: 0.7;
	pointer-events: none;
}

#onairminiWrap {
	width: 760px;
	margin: 0 auto;
}
#onairminiWrap p {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
    margin-top: 15px;
}

#onair-haishin {
	width: 760px;
	margin: 0 auto;
    margin-top: 80px;
}
#onair-haishin p {
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#onair-haishin h3 {
	font-size: 28px;
	text-align: inherit;
	letter-spacing: 0.1em;
	font-weight: bold;
    margin-bottom: 10px;
	margin-top: 30px;
    
}
#onair-haishin2 {
	width: 560px;
	margin: 0 auto;
    margin-top: 0px;
	margin-bottom: 80px;
}
#onair-haishin2 p {
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.5em;
}
#onair-haishin2 h3 {
	font-size: 28px;
	text-align: inherit;
	letter-spacing: 0.1em;
	font-weight: bold;
    margin-bottom: 10px;
	margin-top: 30px;   
}
#onair-haishin2 a {
	color:#fff;
}

.listO {
	padding: 0 0 20px;
}
.listO2 {
	padding: 0 0 20px;
}

#onairListA {
	width: 370px;
	margin: 0 5px 0 0;
	padding: 10px 0 0;
	float: left;
}
#onairListA a {
	display: block;
	height: 45px;
	border: 1px solid rgba(255,255,255,1);
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	color: #FFF;
}
#onairListA a:hover {
	background-color: #FFF;
	color: #000;
}


#onairListB {
	width: 270px;
	margin: 0 5px 0 0;
	padding: 10px 0 0;
	float: left;
}
#onairListB a {
	display: block;
	height: 70px;
	border: 1px solid rgba(255,255,255,1);
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	color: #FFF;
	padding-top: 20px;
}
#onairListB a:hover {
	background-color: #FFF;
	color: #000;
}


#onairListC {
	width: 100%;
	margin: 0 5px 0 0;
	padding: 10px 0 0;
}
#onairListC a {
	display: block;
	height: 35px;
	border: 1px solid rgba(255,255,255,1);
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	color: #FFF;
}
#onairListC a:hover {
	background-color: #FFF;
	color: #000;
}

.cwth2 {
	font-size: 22px;
	line-height: 30px;
	color: #000;
	background: #FFF;
	display: table;
	margin: 0px auto 0px;
	padding: 0px 22px;
	height: 33px;
	border: 1px solid #A6A6A6;
	font-weight: bold;
	transform: scale(0.8, 1);
	letter-spacing: 0.04em;
    margin-bottom: 60px;
}

