/* --------------------------------
    module
-------------------------------- */
html {
    font-size:1em;
    font-smoothing:antialiased;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-size-adjust:100%;
    -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;
    font-size: 1em;
    color:#954a69;
    line-height:1.6;
    background-color:#954a69;
    background:none;
    overflow-x:hidden;
}
body, html {height:100%;}
img {
    vertical-align: bottom;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/* color link */
a, a:link, a:visited {
    color:#00aecc;
    text-decoration:underline;
}
a:hover {
    color:#00aecc;
    text-decoration:none;
}
p.returnTop a {
    color: #00aecc;
}

/* return top anchor */
.returnTop {
    margin-top:60px;
    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:#954a69;
    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;
}


/* --------------------------------
    追従バナー
-------------------------------- */
.float_link_tab {display:none;}

/* media = tablet */
@media screen and (max-width:1080px) {
#floatingNavLeft {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:13px;
    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;
}


/* --------------------------------
    container
-------------------------------- */
.cd-container {
    position:relative;
/*    max-width:900px;*/
    margin:0 auto;
}
.cd-container::after {
    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;
}


/* --------------------------------
    ナビゲーション
-------------------------------- */
.nav {
    position:absolute;
    bottom:0;
    width:100%;
    height:92px;
    line-height:92px;
    background:transparent;
}
.nav::after,
.nav:after {
    /* clearfix */
    position:absolute;
    content:'';
    bottom:0;
    left:0;
    display:block;
    width:100%;
    height:5px;
    background:#00aecc;
    clear:both;
}
.nav_innner {
    width:100%;
    height:63px;
    line-height:63px;
    background:url(../img/bg_menu.png) repeat-x;
}
/* archive */
.nav .archive {
    width:100%;
    height:27px;
    line-height:27px;
    background:#00aecc;
    /*background:url(../img/nav_line01.png) center repeat;*/
    box-shadow:rgba(51, 51, 51, 0.9) 0px 4px 4px -3px;
    -webkit-box-shadow:rgba(51, 51, 51, 0.9) 0px 4px 4px -3px;
    -moz-box-shadow:rgba(51, 51, 51, 0.9) 0px 4px 4px -3px;
}
.nav .archive a {
    float:right;
    margin:0 20% 0 0;
}
.nav .archive:after {
    /* clearfix */
    content:'';
    display:table;
    clear:both;
}
/* scroll fixed */
.nav.isFixed {
    position:fixed;
    top:0;
}

/* menu list */
.menu {
    width: 940px;
    margin: 0 auto;
    font-size: 0;
}
.menu li {
    float:left;
    height:63px;
    line-height:63px;
    margin: -2px 5px 0 0;
}
/* hover scroll action */
.menu li a {display:block;}
.menu li.first a {
    background:url(../img/btn/btn_gnav_01.png) no-repeat center top;
    width:188px;
    height:63px;
}
.menu li.first a:hover {
    background:url(../img/btn/btn_gnav_01on.png) no-repeat center top;
}
.menu li.second a {
    background:url(../img/btn/btn_gnav_02.png) no-repeat center top;
    width:112px;
    height:63px;
}
.menu li.second a:hover {
    background:url(../img/btn/btn_gnav_02on.png) no-repeat center top;
}
.menu li.third a {
    background:url(../img/btn/btn_gnav_03.png) no-repeat center top;
    width:183px;
    height:63px;
}
.menu li.third a:hover {
    background:url(../img/btn/btn_gnav_03on.png) no-repeat center top;
}

.menu_wrap {
    width: 900px;
    margin: 0 auto;
}

/* fb btn repair */
.fb_iframe_widget > span {vertical-align:baseline !important;}

.menu li.recommend {
    margin:15px 0 0 40px;
}
.menu li.facebook {
    margin: 11px 0 0 10px;
}
.menu li.twitter {
    margin: 11px 0 0 10px;
}
.menu li.twitter iframe {
    margin: 5px 0 0;
}

@media only screen and (max-width:1560px) {
.menu li.recommend {

}
}


/* --------------------------------
    background image
-------------------------------- */
.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;
}
}


/* --------------------------------
    contents background image
-------------------------------- */
.intro .contents_bg {
    background:url(../img/contents_bg01.jpg) no-repeat bottom center;
    background-size:contain;
}
.interview .contents_bg {
    background:url(../img/contents_bg02.jpg) no-repeat bottom center;
    background-size:contain;
}
.interview_2 .contents_bg {
    background:url(../img/contents_bg02.jpg) no-repeat bottom center;
    background-size:contain;
}
.movie .contents_bg {
    background:url(../img/contents_bg04.jpg)  no-repeat bottom center;
    background-size:contain;
}
.program .contents_bg {
    background:url(../img/contents_bg04.jpg)  no-repeat bottom center;
    background-size:contain;
}


/* --------------------------------
    タイトル画像
-------------------------------- */
.name_ttl,.section_icon {
    display:none;
}

.cd-scrolling-bg {
    /*border-top:40px solid #029fb6;*/
}
.bg_head {
    width: 100%;
    margin: 0 0 30px;
}
.bg_head img {
    max-width: 100%;
}
/* --------------------------------
    イントロダクション
-------------------------------- */
.cd-scrolling-bg.intro {
    color:#00aecc;
    background-color:#141210;
}
.intro .cd-container {
    padding: 90px 0 90px;
}
.intro .lead {
    width: 780px;
    margin: 0 auto;
    font-size: 1.2em;
    color:#00aecc;
    line-height: 2;
    padding: 0 0 30px;
}


/* --------------------------------
    インタビュー
-------------------------------- */
.interview {
    color:#fff;
    background-color:#141210;
}
.interview p {
    line-height: 1.7;
}
.interview .cd-container {
    width: 700px;
    margin: 0 auto;
/*    padding: 45px 0 80px 20px;*/
    padding: 45px 20px 80px 0;
}
.interview h2 {
    text-align: center;
    margin: 80px 0 35px;
}
.interview h3 {
    padding: 0 0 1em 0;
    font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size:2.2em;
    font-weight:bold;
    color:#ff1398;
    line-height: 1.3;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.9);
}
.interview .interviewer {
    margin: 2.5em 0 .5em 0;
    padding-left:10%;
    font-weight:bold;
    color:#fff;
}
.interview h3 + .interviewer {
    margin: 0 0 .5em 0;
}
.interview .credit {
    padding:0 0 0 1em;
    margin: 2em 0 0 0;
    color:#00aecc;
    border-left:2px solid #00aecc;
    font-size:0.76em;
}
.interview .credit img {
    margin:0 5px;
    vertical-align:middle;
}

.interview dl {
	width:100%;
	display:-webkit-flex;
	display:   -moz-flex;
	display:    -ms-flex;
	display:     -o-flex;
	display:        flex;
	-webkit-flex-flow:row wrap;
	   -moz-flex-flow:row wrap;
	    -ms-flex-flow:row wrap;
	     -o-flex-flow:row wrap;
	        flex-flow:row wrap;
}
.interview dl dt {
	width:10%;
    font-size: 1.2em;
    margin-top:10px;
}
.interview dl dd {
	width:90%;
    margin-top:10px;
}
.interview .takeuchi {
	color:#efbdd3;
}
.interview .hashimoto {
	color:#84c6d2;
}

/* --- オススメ番組 --- */
.interview .pg-wrap {
    width: 232px;
    color: #efbdd3;
    /*border: 1px solid #696154;
    background-color: #696154;*/
    position: absolute;
/*    left: -255px;*/
    right: -255px;
}
.interview .pg-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #332621;
}
.interview .pg-box .num {
    padding: 5px 0 0 0;
    text-align: center;
    font-size: 16px;
}
.interview .pg-box .contents .pg-ttl {
    height: auto;
    margin: 0 0 10px;
}
.interview .pg-box .contents .channel1,
.interview .pg-box .contents .channel2 {
    margin-bottom: 10px;
}
.interview .pg-wrap .program01,
.interview .pg-wrap .program03 {
    /*border-bottom: 2px solid #827870;*/
}
.interview .pg-wrap .program02,
.interview .pg-wrap .program04 {
    /*border-top: 1px solid #333434;*/
}


/* --------------------------------
    関連作品
-------------------------------- */
.movie {
    color:#fff;
    background-color:#141210;
}
.movie .cd-container {
    width: 760px;
    margin: 0 auto;
    padding: 10px 0 50px;
}
.movie .visual {
    margin: 0 auto;
    text-align: center;
}
.movie .copy {
    margin: 5px 0 0;
    font-size: .8em;
    color: #924a69;
    text-align: right;
}
.movie h2 {
    text-align:center;
    margin: 20px 0 35px;
}
.movie h3 {
    padding: 15px 0 10px 0;
    text-align:center;
}
.movie .date-box {
    width:100%;
    margin:0 0 50px;
    color:#fff8b0;
    text-align:center;
    font-size: 1.5em;
}
.movie .date-box img {
    max-width:100%;
}
.movie .story {
    margin: 30px 0 15px;
    text-align:left;
}
.movie .story + p {
    margin: 0 auto;
}
.movie .loadshow {
    font-size: 1.2em;
    text-align: center;
    margin: 0 0 35px 0;
    color:#db6187;
}
.movie .cast {
    margin:40px auto 10px;
    padding:7px 0 5px 1em;
    border-left:2px solid #924a69;
    font-size:0.9em;
    color:#924a69;
}
.movie .cast a {
    color:#b71c22;
    text-decoration: none;
}
.movie .url {
    margin:30px auto 0;
    padding: 20px 0;
    color:#e2e883;
    text-align:center;
    background-color:#71909d;
    font-size: 1.1em;
}
.movie .url a {
    color: #e2e883;
    text-decoration: none;
}
.movie .cast a:hover,
.movie .url a:hover {
    text-decoration: underline;
}


/* --------------------------------
    出演作品
-------------------------------- */
.program {
    color:#FFF;
    background-color:#141210;
}
.program a {
    color:#FFF;
    text-decoration: underline;
}
.program a:hover {
    text-decoration: none;
}
.program h2 {
    text-align:center;
    margin: 5px 0 60px;
}
.program h3 {
    text-align:center;
    margin: 0 0 20px;
    padding: 30px 60px;
    background: #332621;
}

.program .cd-container {
    overflow:hidden;
    width:940px;
    margin:0 auto;
    padding: 10px 0 50px;
}
.program .pg-wrap {
    margin: 0 0 10px;
    overflow: hidden;
}
.program .pg-box {
    width: 232px;
    height: 350px;
    margin: 0 4px 10px 0;
    padding: 14px 0 10px;
    float: left;
    color: #efbdd3;
    background-color: #332621;
}
.program .pg-box-end {
    margin-right: 0;
}
.pg-box a {
    color: #efbdd3;
    text-decoration: none;
}
.pg-box a:hover {
    text-decoration: underline;
}
.pg-box .visual {
    height: 170px;
    line-height: 1;
    margin: 1px;
}
.pg-box .visual img {
    width: 230px;
    height: auto;
}
.pg-box .visual .copy {
    padding:3px 5px 0 0;
    font-size: 9px;
    text-align: right;
}
.pg-box .contents {
    padding: 0 10px 0 14px;
    line-height: 1;
}
.pg-box .contents .pg-ttl {
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
}
.pg-box .contents .pg-ttl span {
    font-size: 13px;
    font-weight: normal;
}
.pg-box .contents .channel {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #efbdd3;
    background: linear-gradient(#42332d, #0d0a11);
    border-radius: 12px;
}
.pg-box .contents .channel1 {
    height: 25px;
    margin: 7px 0 12px;
}
.pg-box .contents .channel2 {
    height: 40px;
    margin: 0 0 10px;
}
.pg-box .contents .channel a {
    display: block;
    padding: 5px 11px 0;
}
.pg-box .contents .channel1 a {
    height: 23px;
}
.pg-box .contents .channel2 a {
    height: 38px;
}
.pg-box .contents .channel:hover {
    background: linear-gradient(#0d0a11, #42332d);
}
.pg-box .contents .channel a:hover {
    text-decoration: none;
}
.pg-box .contents .date {
    margin: 0 0 10px;
    font-size: 13px;
}
.pg-box .contents .btn {
    width: 207px;
    height: 38px;
}
.pg-box .contents .btn a {
    display: block;
    width: 207px;
    height: 38px;
    padding-top: 12px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: linear-gradient(#ff5eb9, #ff5eb9);
    border-radius: 8px;
    box-shadow:2px 2px 2px #ff5eb9;
}
.pg-box .contents .btn a:hover {
    text-decoration: none;
}

/* --------------------------------
    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;
}
.nav {
    z-index:999;
}
.contents_bg {
    z-index: 2;
}

/* ----------------
    anchor link
---------------- */
/*#movie,
#program {
    margin-top:-92px;
    padding-top:92px;
}*/


/* ----------------
    myjcom footer
---------------- */
#footerArea {
    position:relative;
    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;}

.wrap100_img {width:100%}
.wrap100_img img {width:100%}
