@charset "UTF-8";

.l-main__inner{ padding-bottom: 5em;}
/* ---------------------------------------------
	TOPページ
--------------------------------------------- */
.mainvisual{
    background: url("../photo/bg_hdr2.jpg") repeat-x center top;
    position: relative;
    padding: 0.5em 0 0.2em;
}
.mainvisual h1{
    width: 100%;
    height: 156px;
    margin: 0 auto;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    background: url("../img/logo.png") no-repeat center center;
    background-size: contain;
}
.mainvisual .mainvisual__oadate{
    width: 100%;
    /* height: 130px; */
    height: 70px;
    /* padding-top: 20%; */
    /* padding-top: 12.666%; */
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    background: url("../img/oadate.png") no-repeat center center;
    background-size: contain;
    margin-top: -40px;
    margin-bottom: 26px;
}
/* @media screen and (min-width: 1420px) {
    .mainvisual h1{
        width: 720px;
        height: 156px;
        background-size: contain;
    }
} */
/* @media screen and (max-width: 1240px) { */

/* @media screen and (max-width: 1040px) {
    .mainvisual h1{
        width: 50%;
        height: 0;
        padding-top: 6.1%;
        background-size: contain;
        margin: 1em auto;
    }
} */
@media screen and (max-width: 768px) {
    .mainvisual{
        width: 100%;
        /* height: 36vw; */
        height: 30vw;
    }
    .mainvisual h1{
        width: 100%;
        height: 0;
        padding-top: 21.59%;
    }
    .mainvisual .mainvisual__oadate{
        width: 100%;
        height: 0;
        padding-top: 10%;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        bottom: 3vw;
        left: 0;
    }
}
/* @media screen and (min-width: 1600px) {
    .mainvisual::before,
    .mainvisual::after{
        content: "";
        display: block;
        position: absolute;
        width: 15%;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
        opacity: 0.8;
    }
    .mainvisual::after{
        left: auto;
        right: 0;
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }
} */
/* @media screen and (min-width: 2000px) {
    .mainvisual::before,
    .mainvisual::after{
        width: 20%;
    }
} */
.info-area{
    position: relative;
    bottom: auto;
    padding-bottom: 0.8em;
}
.info-area img{
    width: 40%;
    /* width: 24%; */
}
@media screen and (max-width: 768px) {
    .info-area img{
        width: 70%;
        /* width: 40%; */
    }
}


/* -------------------------------
	イントロダクション
------------------------------- */
#introduction .photo-wrap{
    margin-bottom: 1em;
}
h3.intro{
    font-size: 120%;
    line-height: 1.8;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
}
.cx_smartphoneview h3.intro{
    font-size: 100%;
    line-height: 1.6;
}

.intro__comment__q{
    font-weight: bold;
    padding-bottom: 0.4em;
    color: #ce8940;
}
.intro__comment__q::before{
    content: "Q. ";
}
.intro__comment__a{
    line-height: 2.0;
    padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
    .intro__comment__q,
    .intro__comment__a{ font-size: 90%;}
}

/* -------------------------------
	キャスト＆スタッフ
------------------------------- */
#caststaff{text-align: center;}
#caststaff h3{
    margin: 0 auto 1em;
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-size: 130%;
    font-weight: bold;
    padding: 0.1em;
    min-width: 8em;background: #ff8871;
    background: -moz-linear-gradient(left,  #ff8871 0%, #f5df4f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff8871), color-stop(100%,#f5df4f));
    background: -webkit-linear-gradient(left,  #ff8871 0%,#f5df4f 100%);
    background: -o-linear-gradient(left,  #ff8871 0%,#f5df4f 100%);
    background: -ms-linear-gradient(left,  #ff8871 0%,#f5df4f 100%);
    background: linear-gradient(to right,  #ff8871 0%,#f5df4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8871', endColorstr='#f5df4f',GradientType=1 );
}
/* #caststaff .content__body{ padding-bottom: 4em;} */
.cast-list{
    margin-bottom: 3em;
}
.cast-list dl,
.cast-list p.main{
    font-weight: bold;
    color: #000;
    font-size: 130%;
    /* text-shadow: 1px 1px 0.2em #000b3a, -1px 1px 0.2em #000b3a, 1px -1px 0.2em #000b3a, -1px -1px 0.2em #000b3a, 1px 1px 0.4em #000b3a, -1px 1px 0.4em #000b3a, 1px -1px 0.4em #000b3a, -1px -1px 0.4em #000b3a; */
}
.cast-list dt{ width: 47.5%;}
.cx_smartphoneview .cast-list dt{ width: 43.3%;}
.cast-list p{
    text-align: center; color: #000;
    /* text-shadow: 1px 1px 0.2em #000b3a, -1px 1px 0.2em #000b3a, 1px -1px 0.2em #000b3a, -1px -1px 0.2em #000b3a, 1px 1px 0.4em #000b3a, -1px 1px 0.4em #000b3a, 1px -1px 0.4em #000b3a, -1px -1px 0.4em #000b3a; */
}
.cast-list__disc{
    width: 4px;
    height: 4px;
    background-color: #555;
    margin: 1.0em auto 1.0em;
    border-radius: 50%;
}
.staff-list{
    text-align: center;
    /* text-shadow: 1px 1px 0.2em #000b3a, -1px 1px 0.2em #000b3a, 1px -1px 0.2em #000b3a, -1px -1px 0.2em #000b3a, 1px 1px 0.4em #000b3a, -1px 1px 0.4em #000b3a, 1px -1px 0.4em #000b3a, -1px -1px 0.4em #000b3a; */
}
.staff-list dl{
    font-weight: bold;
    color: #000;
    margin-bottom: 1.7em;
    font-size: 110%;
}
.staff-list dt{
    font-size: 80%;
    line-height: 1.2;
    padding-bottom: 0.4em;
}
.staff-list dd{
    line-height: 1.4;
    margin-bottom: 0.2em;
}
.staff-list dd span{
    font-size: 80%;
    font-feature-settings: "palt";
}
.cast-list .pt-1em{ padding-top: 1em;}
@media screen and (max-width: 768px) {
    #caststaff h3{ font-size: 90%;}
    .cast-list dl{ font-size: 110%;}
    .staff-list dl{ font-size: 95%;}
    .cast-list p.main{ font-size: 120%;}
}

/* -------------------------------
	ストーリー
------------------------------- */
.story_info{
    text-align: center;
}
.story__num{
    background: #ff8871;
    background: -moz-linear-gradient(left,  #ff8871 0%, #f5df4f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff8871), color-stop(100%,#f5df4f));
    background: -webkit-linear-gradient(left,  #ff8871 0%,#f5df4f 100%);
    background: -o-linear-gradient(left,  #ff8871 0%,#f5df4f 100%);
    background: -ms-linear-gradient(left,  #ff8871 0%,#f5df4f 100%);
    background: linear-gradient(to right,  #ff8871 0%,#f5df4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8871', endColorstr='#f5df4f',GradientType=1 );
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.1em 1em;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 333;
}
.story__oadate{
    font-size: 110%;
    font-weight: bold;
    color: #61c9cc;
    line-height: 1.0;
    padding: 0.4em 0 0.6em;
}
.story__subTtl{
    font-size: 130%;
    padding: 0.2em 0 0.8em;
    line-height: 1.2;
    color: #1ea0cb;
    display: flex;
    justify-content: center;
}
.story__subTtl::before,
.story__subTtl::after{
    content: "";
    display: block;
    background: url("../img/line_parts.png") no-repeat center center;
    width: 10em;
    height: auto;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .story__subTtl{
        font-size: 110%;
        justify-content: space-between;
    }
    .story__subTtl::before,
    .story__subTtl::after{
        width: 20%;
    }
}
#story .content__body{
    padding-bottom: 0;
    margin-top: 0.2em;
}
#story .content__body__txt1{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
/* @media screen and (min-width: 900px) {
    #story .content__body__txt1{
        width: 800px;
    }
} */
#story .chart__btn{
    color: #ce8940;
    cursor: pointer;
}
.cx_displaydevice #story .chart__btn:hover{ color: #f5850e;}
#story .photo-wrap{
    margin: 0 auto 1.5em;
    text-align: center;
}
#story .content__body.flex{
    margin: 0 40px 0;
    padding-bottom: 0;
}
#story .flex{
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}
#story .boxHalf{ width: 49%;}
@media screen and (max-width: 768px) {
    .story__num{
        font-size: 110%;
        margin-top: 0;
    }
    .story__oadate{ font-size: 90%;}
    #story .boxHalf{
        width: 100%;
        margin-bottom: 1em;
    }
    #story .boxHalf:nth-last-of-type(1){ margin-bottom: 0;}
}

.content__body__txt1.space-after::after,
.flex.space-after::after{
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url("../img/line_parts.png") no-repeat center center;
    background-size: contain;
    margin-top: 1em;
}
.flex.space-after::after{ margin-top: 1.6em;}
@media screen and (max-width: 768px) {
    .content__body__txt1.space-after::after,
    .flex.space-after::after{ height: 2em;}
}

/* ---------------- 配信リンク ---------------- */
.stream-bnr.lower{
    background: none;
}
.lower .stream-bnr__link{ background-color: rgba(255,255,255,0.9);}
@media screen and (max-width: 768px) {
    .stream-bnr.lower{ padding: 0;}
    .stream-bnr__link{ font-size: 90%;}
}
/* ---------------- バックナンバー ---------------- */
.backnumber .content__title{
    font-size: 220%;
    margin-top: 0.5em;
}
.backnumber .content__body{
    margin-top: 0;
    padding: 1em 0 0.6em;
}
.backnumber__list--img{
    display: flex;
    flex-wrap: wrap;
    margin: 0.5em 0 0 0;
}
.backnumber__list--img li{
    overflow: hidden;
    padding: 0;
    width: 24%;
    margin: 0 0.5% 0.4em;
    transition: 300ms;
    display: block;
    border-radius: 1em;
    background-color: #fff;
}
.backnumber__list--img li.comingsoon{
    background-color: rgba(108, 209, 204, 0.6);
}
.backnumber__list--img a{
    transition: 300ms;
}
.backnumber__list--img a:hover {
    opacity: 1;
}
.cx_displaydevice .backnumber__list--img li:hover {
    margin-top: -5px;
    border-bottom: solid 5px #ff8871;
}
.cx_displaydevice .backnumber__list--img li.comingsoon:hover {
    margin-top: 0;
    border-bottom: none;
}
.backnumber__list__info{
    text-align: center;
}
#news .backnumber__list__info{ text-align: left;}
.backnumber__list__info__num{
    background: rgb(89,209,197);
    background: -moz-linear-gradient(left,  rgba(89,209,197,1) 0%, rgba(58,165,211,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(89,209,197,1)), color-stop(100%,rgba(58,165,211,1)));
    background: -webkit-linear-gradient(left,  rgba(89,209,197,1) 0%,rgba(58,165,211,1) 100%);
    background: -o-linear-gradient(left,  rgba(89,209,197,1) 0%,rgba(58,165,211,1) 100%);
    background: -ms-linear-gradient(left,  rgba(89,209,197,1) 0%,rgba(58,165,211,1) 100%);
    background: linear-gradient(to right,  rgba(89,209,197,1) 0%,rgba(58,165,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59d1c5', endColorstr='#3aa5d3',GradientType=1 );
    color: #fff;
    font-size: 90%;
    line-height: 1.4;
}
.backnumber__list__info__oadate{
    background-color: #fff;
    color: #ce8940;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.2em 0 0;
    font-size: 90%;
}
.backnumber__list__info__subTtl{
    background-color: #fff;
    color: #61c9cc;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 0.3em;
    font-weight: bold;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .backnumber h2 img{ width: 46%;}
    .backnumber__list--img li{
        width: 32.333%;
        border-radius: 0.6em;
    }
    .backnumber__list__info__num{ font-size: 80%;}
    .backnumber__list__info__oadate{ font-size: 88%;}
    .backnumber__list__info__subTtl{ font-size: 90%;}
}
/* ---------------- オーバーレイ ---------------- */
#ovrly_bs{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: none;
}
.ovrly_main{
    background-color: #fff;
    width: 750px;
    height: 484px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -242px auto 0;
    display: none;
}
.ovrly_main__data{
    display: flex;
    flex-wrap: wrap;
}
.ovrly_main__data > *{ flex-shrink: 0;}
.ovrly_main__data__photo{
    width: 50%;
    height: 484px;
    overflow: hidden;
}

.ovrly_main img{ width: 100%; height: auto;}
.ovrly_main__data__txt{
    width: 50%;
}
@media screen and (max-width: 768px) {
    .ovrly_main{
        width: 80%;
        height: 80vh;
        top: 5vh;
        margin-top: 0;
    }
    .ovrly_main__data__photo{
        width: 100%;
        height: auto;
    }
    .ovrly_main__data__txt__mask{
        height: calc(80vh - (80vw * 1.29098361) - 56px - 0.2em);
        overflow-y: scroll;
    }
    .ovrly_main__data__txt{ width: 100%;}
}
.ovrly_main__data__txt__name{
    padding: 0.6em 1em;
    position: relative;
}
@media screen and (max-width: 768px)and (max-height: 800px) {
    .ovrly_main__data__photo{
        width: 100%;
        height: 48vh;
    }
    .ovrly_main__data__txt__mask{
        height: calc(80vh - 48vh - 74px);
        overflow-y: scroll;
    }
    .ovrly_main img{ margin-top: -0.5em;}
}
.ovrly_main__data__txt__name::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;background: rgb(89,209,197);
    background: -moz-linear-gradient(left,  rgba(89,209,197,1) 0%, rgba(58,165,211,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(89,209,197,1)), color-stop(100%,rgba(58,165,211,1)));
    background: -webkit-linear-gradient(left,  rgba(89,209,197,1) 0%,rgba(58,165,211,1) 100%);
    background: -o-linear-gradient(left,  rgba(89,209,197,1) 0%,rgba(58,165,211,1) 100%);
    background: -ms-linear-gradient(left,  rgba(89,209,197,1) 0%,rgba(58,165,211,1) 100%);
    background: linear-gradient(to right,  rgba(89,209,197,1) 0%,rgba(58,165,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59d1c5', endColorstr='#3aa5d3',GradientType=1 );
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 300ms;
}
.ovrly_main__data__txt__name.on::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
.ovrly_main__data__txt__name p{
    width: 100%; 
    height: 73px;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 333;
}
#data01 .ovrly_main__data__txt__name p{
    background: url("../chart/img/chart_name01.png") no-repeat 0 0;
    background-size: contain;
}
#data02 .ovrly_main__data__txt__name p{
    background: url("../chart/img/chart_name02.png") no-repeat 0 0;
    background-size: contain;
}
#data03 .ovrly_main__data__txt__name p{
    background: url("../chart/img/chart_name03.png") no-repeat 0 0;
    background-size: contain;
}
#data04 .ovrly_main__data__txt__name p{
    background: url("../chart/img/chart_name04.png") no-repeat 0 0;
    background-size: contain;
}
#data05 .ovrly_main__data__txt__name p{
    background: url("../chart/img/chart_name05.png") no-repeat 0 0;
    background-size: contain;
}
#data06 .ovrly_main__data__txt__name p{
    background: url("../chart/img/chart_name06.png") no-repeat 0 0;
    background-size: contain;
}
#data07 .ovrly_main__data__txt__name p{
    background: url("../chart/img/chart_name07.png") no-repeat 0 0;
    background-size: contain;
}
#data08 .ovrly_main__data__txt__name p{
    background: url("../chart/img/chart_name08.png") no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .ovrly_main__data__txt__name p{
        height: 56px;
        background-size: contain;
    }
}
.ovrly_main__data__txt__intro{
    font-size: 90%;
    line-height: 2.0;
    padding: 1.2em 1.6em 1.2em;
    text-align: justify;
    -ms-transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transition : opacity 0.5s, transform 0.2s ease-out;
    opacity: 0;
}
.ovrly_main__data__txt__intro.on{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
}

/*--------オーバーレイCLOSE--------*/
#ovrly_bs .closeBtn{
    position: absolute;
    top: 0.0em;
    right: 0.0em;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #0072b4;
}
/* .cx_smartphoneview #ovrly_bs .closeBtn{ zoom: 1.8;} */
#ovrly_bs .closeBtn span:nth-of-type(1){
    width: 2px;
    height: 24px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 2px;
    left: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: center center;
}
#ovrly_bs .closeBtn span:nth-of-type(2){
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 13px;
    left: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: center center;
}

/* -------------------------------
	メッセージ
------------------------------- */
.massege-tl{
    width: 600px;
    margin: 0 auto;
    background: rgba(108, 209, 209, 0.5);
}
.massege-tl iframe{
    vertical-align: bottom;
}
@media screen and (max-width: 768px) {
    .massege-tl{
        width: 100%;
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: hidden;
    }
    .massege-tl iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* .massege-tl{
        transform: scale(0.56);
        transform-origin: top left;
    } */
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
  
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}