@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: 22px;
    letter-spacing: 0.07em;
    line-height: 1.8;
    word-wrap: break-word;
}
.sp{ display: block; }
.pc{ display: none; }
a{ color: #fff; }
a:hover{ text-decoration: none; }
::selection{
	background: #0014af;
	color: #fff;
}
::-moz-selection{
    background: #0014af;
    color:#fff;
}
/* fullWrap */
#fullWrap{
    width: 750px;
    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_sp.png) no-repeat 0 0 / 100%;
    height: 330px;
    width: 750px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#fullWrap:after{
    content: "";
    background: url(../img/common/deco_bgbottom_sp.png) no-repeat 0 0 / 100%;
    height: 380px;
    width: 750px;
    position: absolute;
    bottom: 250px;
    right: 0;
    z-index: 0;
}
#fullWrapIn{
    margin-bottom: 130px;
    position: relative;
    z-index: 2;
}
#fullBg{
    background: url(../img/common/full_bg_2_sp.jpg) no-repeat center top / cover;
    height: 100vh;
    width: 100%;
    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{
    position: relative;
    z-index: 9999;
}
.headerNav {
    -webkit-overflow-scrolling: touch;
    background-image: url(../img/common/bg_ptn2.png), url(../img/common/bg_menu2_sp.jpg);
    background-repeat: repeat, no-repeat;
    background-position: auto, center top;
    background-size: auto, cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    padding: 60px 0;
    position: fixed;
    z-index: 1;
}
.headerNav__title{
    height: 80px;
    width: 272px;
    margin: 0 auto 60px;
}
.headerNav__title a{
    background: url(../img/common/header_logo_sp.png) no-repeat 0 0 / 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.headerNav__gnavWrap {
    margin-bottom: 110px;
}
.gNav{
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}
.gNav__list{
    width: 50%;
    margin-bottom: 20px;
}
.gNav__list.stby{
    opacity: .6;
    pointer-events: none;
}
.gNav__list.tw100{
    margin-top: 20px;
    width: 100%;
}
.gNav__list__link{
    color: #fff;
    display: block;
    padding-left: 30px;
    text-decoration: none;
}
.gNav__list__link__in {
    font-size: 38px;
    letter-spacing: 0.1em;
    position: relative;
}
.gNav__list__link--tw:after{
    content: "";
    background: url(../img/common/sns_tw.svg) no-repeat 0 0 / 100%;
    height: 36px;
    width: 43px;
    margin: auto;
    position: absolute;
    top: 0;
    right: -63px;
    bottom: 0;
}
/* shareLists */
.headerNav__shareWrap{
    margin-bottom: 60px;
}
.headerNav__shareWrap__title{
    color: #fff;
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
}
.shareLists {
    display: flex;
    justify-content: center;
}
.shareList {
    height: 120px;
    width: 120px;
    margin: 0 24px;
}
.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: 60px;
}
.shareList__link--fb{
    background-image: url(../img/common/sns_fb.svg);
    background-size: 60px;
}
.shareList__link--li{
    background-image: url(../img/common/sns_line.svg);
    background-size: 59px;
}
/* mtrigger */
.mtriggerWrap{
    background: url(../img/common/mtrigger_bg.png) no-repeat 0 0 / 100%;
    height: 177px;
    width: 206px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.mtriggerWrap.active{
    background: url(../img/common/mtrigger_bg_close.png) no-repeat 0 0 / 100%;
}
.mtrigger{
    display: block;
    height: 60px;
    width: 56px;
    position: absolute;
    bottom: 18px;
    left: 24px;
    text-decoration: none;
}
.mtrigger:before{
    content: "MENU";
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mtrigger.js-mTrigger--active:before{
    content: "CLOSE";
}
.mtrigger__line{
    background-color: #fff;
    display: block;
    height: 2px;
    width: 56px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    transition: all .3s ease-in-out;
}
.mtrigger__line:first-of-type{
    top: 0;
}
.mtrigger__line:last-of-type{
    top: 18px;
}
/* headerNavWrap js */
.headerNav.js-headerNav{
    transform: translateX(-100%);
    transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
}
.headerNav.js-headerNav.js-headerNav--active{
    transform: translateX(0);
}
.mtrigger.js-mTrigger.js-mTrigger--active .mtrigger__line:first-of-type{
    top: 10px;
    transform: rotate(30deg);
}
.mtrigger.js-mTrigger.js-mTrigger--active .mtrigger__line:last-of-type{
    top: 10px;
    transform: rotate(-30deg);
}
/*-----------------------------------------------
03. Top Contents
-------------------------------------------------*/
/* visualWrap */
.visualWrap{
    height: 1059px;
    width: 750px;
    position: relative;
}
.visual{
    background: url(../img/top/visual_2_sp.jpg) no-repeat 0 0 / 100%;
    height: 1059px;
    width: 750px;
    position: relative;
    z-index: 1;
}
.visual__start1{
    height: 45px;
    width: 534px;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 2;
}
.visual__start1 > span{
    background: url(../img/top/startdate_1_sp.png) no-repeat 0 0 / 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.visual__start2{
    height: 38px;
    width: 564px;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 2;
}
.visual__start2 > span{
    background: url(../img/top/startdate_2_sp.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: 100%;
    padding: 48px 48px 0;
}
.topCont__mov{
    height: 368px;
    width: 100%;
    margin-bottom: 100px;
}
.topCont__title{
    border-bottom: 1px solid #8b8b8b;
    font-size: 42px;
    letter-spacing: 0.5em;
    text-align: center;
    padding-left: 20px;
    padding-bottom: 30px;
}
.topCont__title.andTw{
    background: url(../img/top/tw_title_sp.png) no-repeat center;
    height: 32px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    text-indent: -9999px;
    padding-bottom: 130px;
}
.topCont__title.andTw a{
    display: block;
    height: 131px;
    width: 100%;
}
.topNews{
    margin-bottom: 80px;
}
.topNews__lists .subNews__list{
    border-top: none;
}
.topNews__lists .subNews__list__link{
    border-bottom: 1px solid #8b8b8b;
    color: #fff;
    display: block;
    padding: 30px 20px;
    position: relative;
}
.topNews__lists .subNews__list__link--date{
    background-color: #0014af;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    width: auto;
    padding: 2px;
    margin-bottom: 10px;
    text-decoration: none;
}
.topNews__lists .subNews__list__link--title{
    font-size: 24px;
    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: 700px;
    width: 100%;
    margin: 30px 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_sp.png) no-repeat 0 0 / 100%;
    height: 84px;
    width: 75px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
/* ova bnr */
.ovaLink {
    margin-top: -50px;
    margin-bottom: 80px;
}
.ovaLink img{
    width: 100%;
}
/*-----------------------------------------------
04. Footer
-------------------------------------------------*/
.footerWrap{
    background: #000;
    height: 250px;
    width: 100%;
    margin-top: auto;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.pageTopWrap{
    height: 48px;
    width: 48px;
    position: absolute;
    top: -80px;
    right: 30px;
}
.pageTop {
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    height: 48px;
    width: 48px;
    position: relative;
}
.pageTop:before {
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    width: 8px;
    pointer-events: none;
    position: absolute;
    top: 19px;
    left: 17px;
    transform: rotateZ(-135deg);
    transition: border-color .3s ease-in-out;
    z-index: 2;
}
.footer__copyR{
    color: #fff;
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.footer__link{
    display: flex;
    justify-content: center;
}
.footer__link li{
    margin: 0 20px;
}
.footer__link li a{
    color: #fff;
    font-size: 20px;
}
.logo__rialto{
    background: url(../img/common/linklogo_rialto.png) no-repeat 0 0 / 100%;
    display: block;
    height: 60px;
    width: 164px;
}
/*-----------------------------------------------
05. Modal
-------------------------------------------------*/
.modalBox {
    position: fixed;
    overflow: auto;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    display: none;
    -webkit-overflow-scrolling: touch;
}
.closeBtn {
    width: 100%;
    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: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-height: 100vh;
    padding: 90px 0;
    position: relative;
}
/* Comment */
.oneComment__name{
    color: #3530ed;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.oneComment__text{
    color: #fff;
    font-size: 24px;
    line-height: 2;
}
.oneComment{
    width: 670px;
    margin: 0 auto 50px;
}
.oneComment:last-of-type{
    margin-bottom: 0;
}
/* Youtube */
.ytBox{
    height: 442px;
    width: 750px;
    margin: 30px 0;
}
.ytBox iframe{
    height: 100%;
    width: 100%;
    display: block;
}
/*-----------------------------------------------
06. Sub
-------------------------------------------------*/
/* Common */
.subWrap__header__title{
    background: url(../img/common/header_logo_sp.png) no-repeat 0 0 / 100%;
    height: 80px;
    width: 272px;
    margin: 40px auto 60px;
}
.subWrap__header__title a{
    display: block;
    height: 100%;
    width: 100%;
}
.subWrap__in__title{
    font-size: 40px;
    letter-spacing: .6em;
    margin-bottom: 60px;
    text-align: center;
}
.subWrap__in{
    margin-bottom: 86px;
}
.subWrap__in:last-child{
    margin-bottom: 0;
}
.s_comW{
    width: 654px;
    margin: 0 auto;
}
/* Character */
.owl-carousel {
    touch-action: manipulation;
}
.chara__listsWrap{
    height: 100px;
    width: 750px;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.chara__lists__in{
    height: 100%;
    width: 564px;
    margin: 0 auto;
    position: relative;
}
.js-slide .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 750px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    left: -90px;
    margin-top: 0;
    pointer-events: none;
}
.js-slide .owl-controls .owl-nav {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    cursor: pointer;
}
.js-slide .owl-prev {
    background: url(../img/character/arrow_prev.png) no-repeat 0 0 / 100%;
    width: 48px;
    height: 48px;
    pointer-events: auto;
    right: auto;
    left: 24px;
    transition: .3s ease;
}
.js-slide .owl-next {
    background: url(../img/character/arrow_next.png) no-repeat 0 0 / 100%;
    width: 48px;
    height: 48px;
    pointer-events: auto;
    right: 24px;
    left: auto;
    transition: .3s ease;
}
.charaprev{
    position: absolute;
    top: 26px;
    left: 24px; 
}
.charanext{
    position: absolute;
    top: 26px;
    right: 24px; 
}
.chara__imgWrap{
    margin-bottom: 0px;
}
.chara__detailWrap{
    background: rgba(0,0,0,.6);
    border: 2px solid #0014af;
    padding: 24px;
}
.chara__detail__name{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.chara__detail__cv{
    background: #0014af;
    color: #fff;
    display: table;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    padding: 6px 10px;
}
.chara__detail__text{
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.chara__detail__lists li{
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
}
.chara__detail__lists li > span:first-child{
    white-space: nowrap;
}
/* Introduction */
.introTextWrap{
    background: rgba(0,0,0,.6);
    padding: 24px;
}
.introText__1{
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 2;
    margin-bottom: 20px;
}
.introText__2{
    color: #0014af;
    font-size: 30px;
    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: 100%;
}
.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: 32px 24px;
    position: relative;
}
.subNews__list__link--date{
    background-color: #0014af;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
    padding: 4px;
    position: relative;
    z-index: 1;
}
.subNews__list__link--title{
    color: #fff;
    font-size: 24px;
    width: 100%;
}
.subNews__detal{
    margin-bottom: 80px;
}
.subNews__detal__title{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 40px;
    padding: 32px 24px;
}
.subNews__detal__title__date{
    background-color: #0014af;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
    padding: 4px;
    font-size: 20px;
}
.subNews__detal__title__text{
    color: #fff;
    display: block;
    font-size: 24px;
    width: 100%;
}
.subNews__detal__textArea{
    padding: 0 24px;
}
.subNews__detal__textArea p{
    color: #fff;
    font-size: 24px;
    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%;
    height: auto !important;
    width: auto !important;
}
.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: 350px;
    width: 100%;
}
.backTo{
    text-align: center;
}
.backTo a{
    color: #fff;
    font-size: 24px;
    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;
}
/* Music */
.themesongLists{
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}
.themesongLists li{
    margin: 0 12px;
}
.themesongLists li a{
    background-color: #000;
    border: 2px solid #0014af;
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: bold;
    padding: 16px 22px;
    text-align: center;
    text-decoration: none;
}
.musicCont{
    background: rgba(0,0,0,.6);
    margin-bottom: 48px;
}
.musicCont:last-of-type{
    margin-bottom: 0;
}
.musicCont__header{
    display: flex;
    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: 24px;
    margin-bottom: 20px;
}
.musicCont__header__title .m_n{
    font-size: 20px;
}
.musicCont__photo{
    width: 50%;
    min-height: 250px;
    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: 26px;
    line-height: 1;
    padding: 6px 10px;
    margin-bottom: 24px;
}
.musicCont__detail__lists dt{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.musicCont__detail__lists dd{
    color: #fff;
    font-size: 24px;
    margin-bottom: 42px;
}
.musicCont__detail__lists dd:last-of-type{
    margin-bottom: 0;
}
.musicCont__detail__lists dd .ifWrap{
    width: 100%;
    height: 340px;
    margin-top: 24px;
}
.musicCont__detail__lists dd .ifWrap iframe{
    height: 100%;
    width: 100%;
}
/* Comics */
.comics__listsWrap{
    background: rgba(0,0,0,.6);
    padding: 24px;
}
.comics__lists li{
    color: #fff;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 20px;
}
.comics__list__link{
    background-color: #000;
    border: 1px solid #0014af;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    margin-left: 14px;
    padding: 11px 80px;
    position: relative;
    text-decoration: none;
    text-align: center;
	width: 580px;
}
.comics__lists__img{
    width: 70%;
    margin: 0 auto 40px;
}
.comics__lists__img img{
    width: 100%;
}
/* Movie */
.movieLists{
    display: flex;
    flex-wrap: wrap;
}
.movieLists li{
    width: 100%;
    margin-bottom: 50px;
}
.movieLists___linkWrap{
    height: 368px;
    width: 100%;
    margin-bottom: 20px;
}
.movieLists__title{
    font-size: 24px;
}
/* Cast Staff */
.csWrap{
    background: rgba(0,0,0,.6);
    padding: 24px;
    margin-bottom: 60px;
}
.cs__title{
    font-size: 32px;
    letter-spacing: 1.2em;
    margin: 20px 0 38px;
    text-align: center;
}
.caststaff__lists{
}
.caststaff__lists li{
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.caststaff__list__t{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.caststaff__list__t > span{
    color: #3530ed;
    font-size: 22px;
}
.caststaff__list__t > span.sp_d{
    display: block;
}
.caststaff__list__link {
    background: url(../img/top/icon_combtn.png) no-repeat 0 0 / 100%;
    display: inline-block;
    height: 26px;
    width: 28px;
    vertical-align: text-bottom;
    margin-left: 7px;
}
/* Link */
.linkWrap{
    background: rgba(0,0,0,.6);
    padding: 24px;
    margin-bottom: 60px;
}
.link__title {
    font-size: 32px;
    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: 26px;
    font-weight: bold;
}
.link__lists li > a{
    color: #fff;
    font-size: 24px;
}
/* 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: 550px;
}
.onair__text{
    background: url(../img/onair/onair_text_sp.png) no-repeat 0 0 / 100%;
    height: 210px;
    width: 508px;
    margin: 0 auto;
}

.c1 {
	padding: 20px 0 0;
}
.c3 {
	padding: 30px 0 0;
}
.c4 {
	padding: 100px 0 0;
}
.c5 {
	padding: 40px 0 0;
}

#storyWrap {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#storyWrap li {
	width: 100%;
	margin-bottom: 40px;
}
#storyWrap li a {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	background-position: center center;
	background-size: cover;
}
#storyWrap li p {
	display: table;
	margin: 0 auto;
	font-size: 26px;
}

#story {
	padding: 0 40px 40px;
	box-sizing: border-box;
}
#story p {
	font-size: 22px;
	line-height: 40px;
	padding-bottom: 1.5em;
	letter-spacing: 0.2em;
}
#story {
	padding:50px 0px 40px;
}
#story p { text-align: center;}
#storyWrap {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#storyWrap li {
	width: 100%;
	margin-bottom: 40px;
}
#storyWrap li a {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	background-position: center center;
	background-size: cover;
}
#storyWrap li p {
	display: table;
	margin: 0 auto;
	font-size: 26px;
}
#storyList {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}
#storyList li {
	width: 270px;
	margin-bottom: 30px;
}
#storyList li:nth-child(odd) { padding-right: 10px; }
#storyList li a {
	display: block;
	text-decoration: none;
}
#storyList li a img {
	width: 270px;
	height: auto;
	display: block;
	transition: all 0.3s ease;
}
#storyList li a span {
	font-size: 18px;
	line-height: 30px;
	font-weight: 900;
	color: #000;
	display: block;
	padding-top: 10px;
	letter-spacing: 0.08em;
}
#storyList li a .cn {
	text-align: center;
	text-indent: 0.08em;
}
.storyDetail {
	margin-left: 30px;
	margin-right: 30px;

}
.detaiImg {
	position:relative;
}
.detaiImg img {
	display: block;
	width: 600px;
	height: auto;
	margin: 0 auto;
}
#detailLeft {
	height: 38px;
	width: 31px;
	position: absolute;
	left: 30px;
	top: 160px;
}
#detailRight {
	height: 38px;
	width: 31px;
	position: absolute;
	right: 30px;
	top: 160px;
}
#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: 10px;
	padding-bottom: 50px;
	width: 600px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.imgClick li {
	margin-right: 0;
	margin-bottom: 0;
	width: 100px;
}
.imgClick li:nth-child(6n + 1) { clear: both; }
.imgClick li:nth-child(6n) { margin-right: 0; }
.imgClick li a { display: block; }
.imgClick li a img { 
	display: block;
	width: 100%;
	height: auto;
}
.imgClick li a.active { 
	opacity: 0.7;
	pointer-events: none;
}
#story.storyDetail h3 {
	text-align: center;
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    background: #3530ed;
	width: 600px;
	margin: 0 auto;
}
.storyDisc {
	margin-top: 50px;
}
.storyDisc ul {
	padding: 10px 0;
	width: 600px;
	margin: 0 auto;
	
}
.storyDisc ul li {
	display: inline-block;
	margin-right: 20px;
}
.storyDisc ul li span {
	display: block;
	font-size: 20px;
	line-height: 40px;
}
.storyDiscText {
	font-size: 20px;
	line-height: 44px;
	padding-bottom: 50px;
	width: 600px;
	margin: 30px auto 0;
	
}

#onairminiWrap {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 0;
    margin-top: 0;
}
#onairminiWrap p {
	font-size: 22px;	
	letter-spacing: 0.1em;
	font-weight: bold;
    margin-top: 20px;
}
#onair-haishin {
	width: 600px;
	margin: 0 auto;
}
#onair-haishin p {
	letter-spacing: 0.1em;
	font-weight: bold;
}
#onair-haishin h3 {
	font-size: 32px;
	text-align: inherit;
	letter-spacing: 0.1em;
	font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
}

#onair-haishin2 {
	width: 560px;
	margin: 0 auto 90px;
}
#onair-haishin2 p {
	letter-spacing: 0.1em;
	font-weight: bold;
}
#onair-haishin2 h3 {
	font-size:20px;
	text-align: inherit;
	letter-spacing: 0.1em;
	font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
}
#onair-haishin2 a {
	color: #fff;
}

.cwth2 {
	font-size: 30px;
	line-height: 50px;
	color: #000;
	background: #FFF;
	display: table;
	margin: 80px auto 60px;
	padding: 1px 22px;
	height: 50px;
	border: 1px solid #A6A6A6;
	font-weight: bold;
	transform: scale(0.8, 1);
	letter-spacing: 0.04em;
}
.cwt2 {
	font-size: 20px;
    transform: scale(1, 1);
    margin-bottom: 30px;
}
.cwt3 {
	font-size: 28px;
    line-height: 55px;
    transform: scale(0.8, 1);
	margin-left: -12.5%;
	margin-right: -12.5%;
}

.cwt4 {
	font-size: 20px;
    transform: scale(0.8, 1);
	margin-left: -12.5%;
	margin-right: -12.5%;
    margin-bottom: 30px;
}
.listO {
	padding: 0 0 50px;
}

.list2 {
	padding: 0 0 20px;
}

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


#onairListB {
	width: 550px;
	margin: 0 10px 0 0;
	padding: 10px 0 0;
	float: left;
	font-size: 18px;
}
#onairListB a {
	display: block;
	height: 80px;
	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: 25px;
}
#onairListB a:hover {
	background-color: #FFF;
	color: #000;
}

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


