/* --------------------------------
    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:#553750;
    text-decoration:underline;
}
a:hover {
    color:#553750;
    text-decoration:none;
}
p.returnTop a {
    color: #553750;
}

/* 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;
    margin-top:1em;
}
.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;
    z-index:100;
}
.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:2px;
    background:#54374b;
    /*background:url(../img/bg_archive2.png) repeat-x center top;*/
    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:#db3577;
    background:url(../img/bg_archive.png) repeat-x center top;
}
.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: 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:150px;
    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:365px;
    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:150px;
    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 20px;
    text-align: right;
}
.menu li.facebook,
.menu li.twitter {
    width:40px;
    height:40px;
    text-align:center;
    line-height:65px;
    border-radius: 3px;
    transition: .4s;
}
.menu li.facebook {
    background:#3b5998;
    margin:15px 5px 0;
}
.menu li.twitter {
    background:#00a1e9;
    margin:15px 0 0;
}
.menu li.facebook a,
.menu li.twitter a {
    display:block;
    color:#fff;
    text-decoration:none;
}
.menu li.facebook i,
.menu li.twitter i {
    display:inline;
    margin:0;
    text-align:center;
    font-size:29px;
    color:#fff;
}
.menu li.facebook:hover {
    background:#5f7ec1;
}
.menu li.twitter:hover {
    background:#37c1ff;
}

@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;
}
.cd-fixed-bg.cd-bg-6 {
    background-image:url("../img/bg_photo_06.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 {
    position:relative;
}
.bg_head {
    width: 100%;
    margin: 0;
}
.bg_head img {
    max-width: 100%;
}
.contents_line {
	display:block;
	width:100%;
    position:absolute;
    left:0;
	z-index:1;
	height:88px;
	background:url(../img/bg_head.png) no-repeat center top;
    top:-88px;
}
/* --------------------------------
    イントロダクション
-------------------------------- */
.cd-scrolling-bg.intro {
    color:#553750;
    background-color:#e6c597;
}
.intro .cd-container {
    padding: 100px 0;
}
.intro .lead {
    width: 780px;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 2;
}


/* --------------------------------
    インタビュー
-------------------------------- */
.interview {
    color:#927969;
    background-color:#e6c597;
}
.interview p {
    line-height: 1.7;
}
.interview .cd-container {
    width: 700px;
    margin: 0 auto;
    padding:100px 20px 100px 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:#553750;
    line-height: 1.3;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.9);
}
.interview h3 img {
    max-width:100%;
}
.interview .interviewImg {
    float:right;
    margin:0 0 2em 2em;
}
.interview .interviewer {
    margin: 2.5em 0 .5em 0;
    font-weight:bold;
    color:#c244d2;
}
.interview h3 + .interviewer {
    margin: 0 0 .5em 0;
}
.interview .credit {
    padding:0 0 0 1em;
    margin: 2em 0 0 0;
    color:#553750;
    border-left:2px solid #553750;
    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:15%;
    font-size: 1.2em;
    margin-top:10px;
}
.interview dl dd {
	width:85%;
    margin-top:10px;
}
.interview .guest01 {color:#95d2f2;}
.interview .guest02 {color:#f4d869;}
.interview .guest01 p {color:#d6eefb;}
.interview .guest02 p {color:#fdf3c9;}
.interview .profile {
	width:100%;
	padding:1em;
	border:2px solid #ff8ea1;
	margin-top:2em;
	border-radius:1em;
}
.interview .profile p {
	color:#ff8ea1;
}
.interview .profile .profileName {
	font-size:2em;
	text-align:center;
	margin:0.5em 0;
}
/* --- オススメ番組 --- */
.interview .pg-wrap {
    width: 232px;
    /*border: 1px solid #696154;
    background-color: #696154;*/
    position: absolute;
/*    left: -255px;*/
    right: -255px;
}
.interview .pg-box {
    height: auto;
    margin-bottom: 10px;
    background-color: #efdcc1;
}
.interview .pg-box .visual {
    height: auto;
    line-height: 1;
}
.interview .pg-box p {
    line-height: 1em;
}
.interview .pg-box p.btn a {
    line-height: 1;
}
.interview .pg-box .num {
    padding-top: 10px;
    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:#927969;
    background-color:#e6c597;
}
.movie .cd-container {
    width: 760px;
    margin: 0 auto;
    padding: 100px 0;
}
.pickup {
    width:100%;
}
.pickup h3 {
    width:100%;
    text-align: center;
    margin-bottom:1em;
}
.pickup h3 img {
    max-width:100%;
}
.pickup .read1 {
    text-align:center;
    font-size:1.4em;
    color:#fff;
}
.pickup .read2 {
    text-align:center;
    font-size:1em;
    font-weight:bold;
    color:#553750;
    margin-bottom:2em;
}
.pickup .pickupIntro img {
    max-width:100%;
    margin-bottom:1em;
}
.pickup .pickupInfo {
    width:100%;
    display:table;
    margin-top:2em;
}
.pickup .pickupInfo img{
    max-width:100%;
}
.pickup .pickupInfo .pickupInfoL {
    display:table-cell;
    vertical-align:top;
}
.pickup .pickupInfo .pickupInfoR {
    display:table-cell;
    vertical-align:top;
    padding-left:2em;
}
.pickup .pickupInfo .w40 {width:40%;}
.pickup .pickupInfo .w60 {width:60%;}
.pickup .copyright {
    color:#21fceb;
    font-size:0.76em;
    margin: 1em 0;
}
.pickup .credit {
    padding:0 0 0 1em;
    margin-top:1em;
    color:#553750;
    border-left:2px solid #553750;
    font-size:0.7em;
}
.pickup .pickupText {
	line-height:2em;
}
.pickup a.officialsite {
    color: #fff;
}
.pickup a.officialsite img {
    max-width:100%;
    margin:2em auto 0;
}

/* --------------------------------
    出演作品
-------------------------------- */
.program {
    color:#553750;
    background-color:#e6c597;
}
.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: #efdcc1;
}

.program .cd-container {
    overflow:hidden;
    width:940px;
    margin:0 auto;
    padding: 50px 0;
}
.program .pg-wrap {
	width:100%;
    margin: 0 0 10px;
    overflow: hidden;
	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;
	-webkit-justify-content:center;
	   -moz-justify-content:center;
	    -ms-justify-content:center;
	     -o-justify-content:center;
	        justify-content:center;
}
.program .pg-box {
    width: 232px;
    margin: 0 4px 10px 0;
}
.program .pg-box-end {
    margin-right: 0;
}
.pg-box a {
    color: #ff39ee;
    text-decoration: none;
}
.pg-box a:hover, .pg-box a:hover span {
    text-decoration: underline;
}
.pg-box .visual {
    padding: 15px 0 0;
    background-color: #efdcc1;
    height:180px;
}
.pg-box .visual img {
    width:100%;
    height: auto;
}
.pg-box .visual .copy {
    padding:5px;
    font-size: 9px;
    text-align: right;
}
.pg-box .contents {
    padding: 10px;
    padding-bottom: 15px;
    line-height: 1;
    color:#553750;
    background-color: #efdcc1;
}
.pg-box .contents .pg-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
    margin-top:5px;
    height:3em;
}
.pg-box .contents .pg-ttl span {
	display:inline-block;
    font-size: 12px;
    font-weight: bold;
    padding-top:5px;
}
.pg-box .contents .ch_border {
    background: #d3c2aa;
    background: -moz-linear-gradient(
        top,
        #756c5f 0%,
        #d3c2aa 30%,
        #d3c2aa 70%,
        #a79a87 100%);
    background: -webkit-linear-gradient(
        top,
        #756c5f 0%,
        #d3c2aa 30%,
        #d3c2aa 70%,
        #a79a87 100%);
    background: linear-gradient(
        to bottom,
        #756c5f 0%,
        #d3c2aa 30%,
        #d3c2aa 70%,
        #a79a87 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#756c5f',
        endColorstr='#d3c2aa',GradientType=0);
    padding: 5px;
    border-radius: 15px;
    margin: 10px 0 15px;
}
.pg-box .contents .channel {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #ff39ee;
    background: #efdcc1;
    /*background: -moz-linear-gradient(
        top,
        #620695 0%,
        #efdcc1 50%,
        #620695 100%);
    background: -webkit-linear-gradient(
        top,
        #620695 0%,
        #efdcc1 50%,
        #620695 100%);
    background: linear-gradient(
        to bottom,
        #620695 0%,
        #efdcc1 50%,
        #620695 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#efdcc1',
        endColorstr='#620695',GradientType=0);*/
    border-radius: 12px;
    margin:0;
}
.pg-box .contents .channel1 {
    height: 25px;
    /* margin: 10px 0 15px; */
}
.pg-box .contents .channel2 {
    height: 40px;
    /* margin: 0 0 10px; */
}
.pg-box .contents .channel a {
    color:#553750;
    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: #d3c2aa;
    background: -moz-linear-gradient(
        top,
        #d3c2aa 0%,
        #efdcc1 100%);
    background: -webkit-linear-gradient(
        top,
        #d3c2aa 0%,
        #efdcc1 100%);
    background: linear-gradient(
        to bottom,
        #d3c2aa 0%,
        #efdcc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#d3c2aa',
        endColorstr='#efdcc1',GradientType=0);
}
.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;
    text-align:center;
}
.pg-box .contents .btn img {
    max-width: 100%;
}
.copyArea {
    width: 100%;
    background-color:#da5a3b;
    padding:10px;
    font-size: 9px;
}
.copyArea p {
    font-size: 9px;
    line-height:1em;
    display:inline;
}

/* --------------------------------
    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;}

/* 20160122追加 */
.pg-box a span.colorF{
	font-size:12px !important;
	color:#ffffff !important;
}