/*------------------------------
    module
------------------------------*/
html {
    font-size:1em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
*, *:after, *:before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body {
    position:relative;
    font-family:Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    color:#BF360C;
    line-height:1.8;
    background-color:#fff;
    background:none;
    overflow-x:hidden;
}
body, html {height:100%;}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/* color link */
a, a:link, a:visited {
    color:#BF360C;
    text-decoration:underline;
}
a:hover {
    color:#BF360C;
    text-decoration:none;
}

/* return top anchor */
.returnTop {
    margin-top:3em;
    font-weight:bold;
    text-align:right;
}
.interview .returnTop {
    margin-bottom:0;
    padding-bottom:0 !important;
}


/*------------------------------
    myjcom header
------------------------------*/
.page {
    position:relative;
    min-height:86px;
    height:100%;
    font-size:83%;
    color:#FFF;
    line-height:1.5;
    text-align:center;
    overflow:hidden;
}
.page img {line-height:1;}
.page hr {display:none;}
.page strong {font-weight:bold;}
.page sub {vertical-align:bottom;}
.page sup {vertical-align:top;}
.page ins {text-decoration:none;}
#headerArea {
    top:0;
    left:0;
    height:86px;
}


/*------------------------------
    contents body container
------------------------------*/
.cd-container {
    position:relative;
    max-width:900px;
    margin:0 auto;
}
.cd-container::after {
    /* clearfix */
    content:'';
    display:table;
    clear:both;
}


/*------------------------------
    content wrapper
------------------------------*/
.cd-main-content {
    position:relative;
    height:100%;
}
.cd-fixed-bg {
    position:relative;
    min-height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}


/*------------------------------
    float menu
------------------------------*/
.float_link_tab {display:none;}

/* media = tablet */
@media screen and (max-width:1080px) {
#floatingNav {display:none;}
.float_link_tab {position:relative;}
.float_link_tab .floatingNavClose {
    position:absolute;
    top:0;
    right:0;
}
.float_link_tab {
    position:fixed;
    display:block;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    height:auto;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    line-height:1.3;
    vertical-align:middle;
    letter-spacing:0.1em;
    background:url(../img/bg_alblack.png);
    box-sizing:border-box;
    border:1px solid #333;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.float_link_tab table {
    width:600px;
    margin:0 auto;
}
.float_link_tab td {
    vertical-align:middle;
    padding:4px 10px;
    text-align:center;
}
.float_link_tab a {
    font-weight:normal;
    color:#fff !important;
    white-space:nowrap;
    font-size:11px;
}
.float_link_tab span a {
    display:block;
    background:#ec7109;
    border:1px solid #ec7109;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
    margin:10px auto 10px auto;
    padding:5px 10px;
    font-weight:bold;
    white-space:nowrap;
    color:#fff;
    font-size:13px;
}
.float_link_tab em {
    letter-spacing:normal;
    font-weight:bold;
}
.float_link_tab span a:hover {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    text-decoration:none;
}
#floatingNav_tab.hidden {display:none;}
}

/* media = pc */
.float_nav_pc {
    width:185px;
    padding:12px 10px;
    height:auto;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    line-height:1.3;
    letter-spacing:0.1em;
    box-sizing:border-box;
}
.float_nav_pc a {
    display:block;
    font-weight:normal;
    color:#fff;
    white-space:nowrap;
    font-size:11px;
}
.float_nav_pc span a {
    display:block;
    padding-top:5px;
    background:#ec7109;
    border:1px solid #ec7109;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    margin:10px auto 10px auto;
    padding:5px;
    font-weight:bold;
    white-space:nowrap;
    color:#fff;
    font-size:14px;
}
.float_nav_pc em {
    letter-spacing:normal;
    font-weight:bold;
}
.float_nav_pc span a:hover {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    text-decoration:none;
}

/*------------------------------
    scroll navigation
------------------------------*/
#scrollNav {
    position:absolute;
    bottom:0;
    width:100%;
    height:90px;
    line-height:90px;
    background:transparent;
    background:url(../img/bg_black.png) repeat;
    border-bottom:5px solid #ff1f82;
}
#scrollNav::after,
#scrollNav:after {
    content:'';
    display:table;
    clear:both;
}

/* link list */
#scrollNav .link_list {
    height:27px;
    line-height:27px;
    background:#ff1f82;
}
#scrollNav .link_list a {
    float:right;
    margin:0 20% 0 0;
}

#scrollNav.isFixed {
    position:fixed;
    top:0;
}
#scrollNav ul#gNav {
    width:860px;
    height:64px;
    margin:0 auto;
    text-align:center;
}
#scrollNav li {
    float:left;
    margin-top:-4px;
}
#scrollNav li.gnavThird {
    margin-top:-6px;
}

/* fb btn repair */
.fb_iframe_widget > span {vertical-align:baseline !important;}

/* SNS btn */
#scrollNav .snsGroup {
    line-height:60px;
}
#scrollNav .snsGroup .recommend {
    margin:-10px 0 0 40px;
}
#scrollNav .snsGroup .facebook {
    margin:0 0 0 20px;
}
#scrollNav .snsGroup .twitter {
    margin:0 0 0 20px;
}

/* hover scroll action */
#scrollNav li a {display:block;}
li.gnavFirst a {
    background:url(../img/btn/btn_gnav_01.png) no-repeat center top;
    width:137px;
    height:64px;
}
li.gnavFirst a:hover {
    background:url(../img/btn/btn_gnav_01on.png) no-repeat center top;
    width:137px;
    height:64px;
}
li.gnavSecond a {
    background:url(../img/btn/btn_gnav_02.png) no-repeat center top;
    width:122px;
    height:64px;
}
li.gnavSecond a:hover {
    background:url(../img/btn/btn_gnav_02on.png) no-repeat center top;
    width:122px;
    height:64px;
}
li.gnavThird a {
    background:url(../img/btn/btn_gnav_03.png) no-repeat center top;
    width:164px;
    height:64px;
}
li.gnavThird a:hover {
    background:url(../img/btn/btn_gnav_03on.png) no-repeat center top;
    width:164px;
    height:64px;
}

@media screen and (max-width:618px) {
li.gnavFirst a {
    margin-top:-8px;
}
}

@media screen and (max-width:770px) {
li.gnavSecond a {
    margin-top:-8px;
}
}

@media screen and (max-width:1136px) {
li.gnavThird a {
    margin-top:-8px;
}
}

/*------------------------------
    background images
------------------------------*/
.cd-fixed-bg.cd-bg-1 {
    background-image:url("../img/bg_photo_01.jpg");
    background-position:top center;
}
.cd-fixed-bg.cd-bg-2 {
    background-image:url("../img/bg_photo_02.jpg");
    background-position:top center;
}
.cd-fixed-bg.cd-bg-3 {
    background-image:url("../img/bg_photo_03.jpg");
    background-position:top center;
}
.cd-fixed-bg.cd-bg-4 {
    background-image:url("../img/bg_photo_04.jpg");
    background-position:top center;
}
.cd-fixed-bg.cd-bg-5 {
    background-image:url("../img/bg_photo_05.jpg");
    background-position:top center;
}
@media only screen and (min-width:1140px) { /* background scroll for PC */
    .cd-fixed-bg {
       background-attachment:fixed;
    }
}

/*------------------------------
    film images
------------------------------*/
.film_img {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-960px;
    text-align:center;
}
.film_img img {
    width:100%;
}

/*------------------------------
    name images
------------------------------*/
.name_ttl,
.name_ttl_b {
    display:none;
}

/*------------------------------
    contents images
------------------------------*/
.cd-scrolling-bg {
    position:relative;
    min-height:100%;
    padding:50px 0 45px;
    box-shadow:0 0 50px rgba(0, 0, 0, 0.5);
    /*background:url('../img/bg_line.png') top center;*/
    background-repeat:repeat-x;
}

/*------------------------------

    イントロダクション

------------------------------*/
.cd-scrolling-bg.intro {
    min-height:20%;
    margin:0 auto;
    background-color:#fcc32d;
}
.intro p {
    padding:3em 0 1.2em;
    color:#FF5722;
    text-align:center;
    font-size:1.4em;
    font-weight:bold;
    line-height:2em;
}

/*------------------------------

    インタビュー

------------------------------*/
.interview {
    background-color:#fcc32d;
    color:#FF4081;
    min-height:20%;
}
.interview_2 {
    background-color:#fcc32d;
    color:#FF4081;
    min-height:20%;
}
.interview .headline {
    margin:0;
    padding:0;
    position:absolute;
    top:110px;
    left:0;
    background:url(../img/h_interview.png) no-repeat top center;
    width:100%;
    height:66px;
    text-indent:-9999px;
    overflow:hidden;
}
.interview .cd-container h2 {
    padding:6em 0 0 0;
    font-weight:bold;
    font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
    color:#ff13a1;
    font-size:2.3em;
    line-height:1.45;
}
.interview_2 .cd-container h2 {
    padding:2em 0 0 0;
}
.interview .cd-container .interviewer {
    font-weight:bold;
    color:#BF360C;
    margin:2em 0 .3em;
}

.interview_2 .cd-container .interviewer {
    font-weight:bold;
    color:#BF360C;
    margin:2em 0 .3em;
}

.interview .cd-container .credit {
    padding:0 0 0 1em;
    margin:2.5em 0 0 0;
    color:#BF360C;
    border-left:2px solid #BF360C;
    font-size:0.76em;
}


/*------------------------------

    関連作品

------------------------------*/
.movie {
    min-height:20%;
    background-color:#fcc32d;
    color:#BF360C;
}

.movie .headline {
    margin:0;
    padding:0;
    position:absolute;
    top:110px;
    left:0;
    background:url(../img/h_drama.png) no-repeat top center;
    width:100%;
    height:66px;
    text-indent:-9999px;
    overflow:hidden;
}
.movie .headline img {
    width:100%;
}
.movie h3 {
    margin:140px 0 0;
    font-size:3.4em;
    font-weight:bold;
    text-align:center;
    line-height:1.25;
}
.movie h3 span {
    font-size:.3em;
}

.movie .column_box {
    width:800px;
    margin:2em auto 0;
}
.movie .column_box .text_box {
    float:left;
    width:360px;
}
.movie .text_box h4 {
    padding:0 0 .3em 0;
}
.movie .column_box .text_box .info {
    color:#2E7D32;
}
.movie .column_box .visual {
    width:400px;
    margin:0 0 0 400px;
}
.movie .column_box .visual img {
    width:100%;
    padding:48px 0 0 0;
}

.movie .column_box .info2 {
    clear:both;
    margin:30px 0 0 0;
    padding:10px 0 10px 1.5em;
    border-left:2px solid #BF360C;
    font-size:16px;
}
.movie .column_box .url {
    margin:30px 0 0 0;
    padding:1.5em;
    background-color:#f2b741;
    text-align:center;
}

/*------------------------------

    出演作品

------------------------------*/
.program {
    background-color:#fcc32d;
    color:#BF360C;
    padding-bottom:20px;
}
.program p {
    color:#BF360C;
}
.program .cd-container {
    padding-top:150px;
    color:#BF360C;
}

.program .headline {
    margin:0;
    padding:0;
    position:absolute;
    top:110px;
    left:0;
    background:url(../img/h_program.png) no-repeat top center;
    width:100%;
    height:66px;
    text-indent:-9999px;
    overflow:hidden;
}

.program .headline img {
    width:100%;
}
.program .intBox {
    overflow:hidden;
    width:900px;
    margin:0 auto;
    color:#BF360C;
    padding:30px 0 0;
}
.program .intBox .contWrap {
    overflow:hidden;
    margin-bottom:40px;
}
.program .intBox .contents {
    float:left;
    width:550px;
    color:#BF360C;
}
.program .intBox .contents h3 {
    margin-bottom:1em;
    padding:1em 0.2em;
    font-weight:bold;
    text-align:center;
    color:#BF360C;
    border-top:1px solid #BF360C;
    border-bottom:1px dotted #BF360C;
}

.program .intBox .contents h3 span {
    font-size:70%;
    font-weight:normal;
    color:#BF360C;
}

.program .intBox .contents .contLeft {
    float:left;
    width:260px;
    font-size:.85em;
}
.program .intBox .contents .contLeft p {
    text-align:center;
}
.program .intBox .contents .contLeft p.channel {
    margin-top:0.5em;
    padding:1.2em 0.8em;
    border-top:1px dotted #BF360C;
}
.program .intBox .contents .contRight {
    float:right;
    width:260px;
    font-size:.85em;
}
.program .intBox .visual {
    float:left;
    width:330px;
    margin-right:20px;
    font-size:.7em;
}

/*------------------------------
    z-index
------------------------------*/
.cd-fixed-bg {
    z-index:1;
}
.cd-scrolling-bg {
    z-index:2;
}
.float_link {
    z-index:3;
}
.float_link_tab {
    z-index:99;
}
#scrollNav {
    z-index:999;
}
#gNav {
    z-index:999;
}

/* ----------------
    anchor link
---------------- */
#movie,
#program {
    margin-top:-70px;
    padding-top:70px;
}


/* ----------------
    myjcom footer
---------------- */
#footerArea {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size:.9em;
}
.interviewFooter {
    padding-top:20px;
}
.interviewFooter a:link {
    color:#0066CC;
    text-decoration:none;
}
.interviewFooter a:visited {
    color:#9966CC;
    text-decoration:none;;
}


/* margin padding setting */
.mT5 {margin-top:5px;}.mR5 {margin-right:5px;}.mL5 {margin-left:5px;}.mB5 {margin-bottom:5px;}
.mT10 {margin-top:10px;}.mR10 {margin-right:10px;}.mL10 {margin-left:10px;}.mB10 {margin-bottom:10px;}
.mT15 {margin-top:15px;}.mR15 {margin-right:15px;}.mL15 {margin-left:15px;}.mB15 {margin-bottom:15px;}
.mT20 {margin-top:20px;}.mR20 {margin-right:20px;}.mL20 {margin-left:20px;}.mB20 {margin-bottom:20px;}
.mT25 {margin-top:25px;}.mR25 {margin-right:25px;}.mL25 {margin-left:25px;}.mB25 {margin-bottom:25px;}
.mT30 {margin-top:30px;}.mR30 {margin-right:30px;}.mL30 {margin-left:30px;}.mB30 {margin-bottom:30px;}
.mT40 {margin-top:40px;}.mR40 {margin-right:40px;}.mL40 {margin-left:40px;}.mB40 {margin-bottom:40px;}
.mT50 {margin-top:50px;}.mR50 {margin-right:50px;}.mL50 {margin-left:50px;}.mB50 {margin-bottom:50px;}
.pT5 {padding-top:5px;}.pR5 {padding-right:5px;}.pL5 {padding-left:5px;}.pB5 {padding-bottom:5px;}
.pT10 {padding-top:10px;}.pR10 {padding-right:10px;}.pL10 {padding-left:10px;}.pB10 {padding-bottom:10px;}
.pT15 {padding-top:15px;}.pR15 {padding-right:15px;}.pL15 {padding-left:15px;}.pB15 {padding-bottom:15px;}
.pT20 {padding-top:20px;}.pR20 {padding-right:20px;}.pL20 {padding-left:20px;}.pB20 {padding-bottom:20px;}
.pT25 {padding-top:25px;}.pR25 {padding-right:25px;}.pL25 {padding-left:25px;}.pB25 {padding-bottom:25px;}
.pT30 {padding-top:30px;}.pR30 {padding-right:30px;}.pL30 {padding-left:30px;}.pB30 {padding-bottom:30px;}
.pT40 {padding-top:40px;}.pR40 {padding-right:40px;}.pL40 {padding-left:40px;}.pB40 {padding-bottom:40px;}
.pT50 {padding-top:50px;}.pR50 {padding-right:50px;}.pL50 {padding-left:50px;}.pB50 {padding-bottom:50px;}
