/* --------------------------------
    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:#555555;
    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:#FFF;
    text-decoration:underline;
}
a:hover {
    color:#FFF;
    text-decoration:none;
}

/* return top anchor */
.returnTop {
    margin-top:2em;
    font-weight:bold;
    text-align:right;
}
.interview .returnTop {
    margin-bottom:0;
    padding-bottom:0 !important;
}

/* --------------------------------
    container
-------------------------------- */
.cd-container {
    position:relative;
    max-width:900px;
    margin:0 auto;
}
.cd-container::after {
    /* clearfix */
    content:'';
    display:table;
    clear:both;
}

/* --------------------------------
    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;
}

/* --------------------------------
    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:95px;
    line-height:95px;
    border-bottom:5px solid #921f00;
    background: transparent;
    background:url(../img/bg_black.png) repeat;
}
#scrollNav::after,
#scrollNav:after {
    /* clearfix */
    content:'';
    display:table;
    clear:both;
}

/* link list */
#scrollNav .link_list {
    height: 27px;
    line-height: 27px;
    background: #921f00;
}
#scrollNav .link_list a {
    float: right;
    margin:0 20% 0 0;
}

#scrollNav.isFixed {
    position:fixed;
    top:0;
}
#scrollNav ul#gNav {
    width:860px;
    height:63px;
    margin:0 auto;
    text-align:center;
}
#scrollNav li {float:left;}

/* 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:120px;
    height:63px;
}
li.gnavFirst a.current {
    background:url(../img/btn/btn_gnav_01on.png) no-repeat center top;
    width:120px;
    height:63px;
}
li.gnavFirst a:hover {
    background:url(../img/btn/btn_gnav_01on.png) no-repeat center top;
    width:120px;
    height:63px;
}
li.gnavSecond a {
    background:url(../img/btn/btn_gnav_02.png) no-repeat center top;
    width:99px;
    height:63px;
}
li.gnavSecond a.current {
    background:url(../img/btn/btn_gnav_02on.png) no-repeat center top;
    width:99px;
    height:63px;
}
li.gnavSecond a:hover {
    background:url(../img/btn/btn_gnav_02on.png) no-repeat center top;
    width:99px;
    height:63px;
}
li.gnavThird a {
    background:url(../img/btn/btn_gnav_03.png) no-repeat center top;
    width:160px;
    height:63px;
}
li.gnavThird a.current {
    background:url(../img/btn/btn_gnav_03on.png) no-repeat center top;
    width:160px;
    height:63px;
}
li.gnavThird a:hover {
    background:url(../img/btn/btn_gnav_03on.png) no-repeat center top;
    width:160px;
    height:63px;
}

@media screen and (max-width:976px) {
    li.gnavThird a {
        margin-top: -8px;
    }
}

/*---------------------------------------
    background images
/*---------------------------------------*/
.cd-fixed-bg.cd-bg-1 {
    background-image:url("../img/bg_photo_01.jpg");
    background-position:bottom 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: 0;*/
	width:100%;
	padding:50px 0 45px;
}
/*.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:0;
    box-shadow:0 0 50px rgba(0, 0, 0, 0.5);

    background-repeat:repeat-x;
}

/* --------------------------------

    イントロダクション

-------------------------------- */
.intro .film_img {
	background:url(../img/contents_bg01.png) repeat-x 0 0;
}

.cd-scrolling-bg.intro {
    /*min-height:20%;*/
    margin:0 auto;
    font-size:1.4em;
    line-height:2em;
    color:#efc3d7;
    background-color:#77350d;
}
.intro p {
    margin:230px 100px 4em 100px;
	color:#e6802f;
}

/* --------------------------------

    インタビュー

-------------------------------- */
.interview .film_img {
	background:url(../img/contents_bg02.png) repeat-x 0 0;
}

.interview_2 .film_img {
	background:url(../img/contents_bg03.png) repeat-x 0 0;
}

.interview {
    background-color:#77350d;
    color:#FFF;
    /*min-height:20%;*/
}
.interview_2 {
    background-color:#77350d;
    color:#FFF;
    /*min-height:20%;*/
}

.interview .contentsTitle {
	margin:0;
	padding:133px 0 90px 0 !important;
	text-align:center;
}

.interview .cd-container h2 {
    padding:1em 58px 0 58px;
    font-weight:bold;
    font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color:#e573a1;
    font-size:2.2em;
}

.interview_2 .cd-container h2 {
    padding:171px 58px 0 58px !important;
    font-weight:bold;
    font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color:#e573a1;
    font-size:2.2em;
}

.interview .cd-container .interviewer {
    font-weight:bold;
    color:#d7762a;
    margin:2em 0 .5em;
}
.interview .cd-container p {
    padding:1.5em 58px 0 58px;
    margin:0 0 0;
}
.interview .cd-container .credit {
	margin-left:58px;
	padding:0 0 0 26px;
	color:#fff;
	border-left:2px solid #fff;
    font-size:0.76em;
    margin-top:80px;
}
.interview .cd-container .credit span {
    text-align:right;
}

/* --------------------------------

    関連作品

-------------------------------- */
.movie {
    /*min-height:20%;*/
    background-color:#77350d;
    color:#fff;
}

.movie .film_img {
	background:url(../img/contents_bg04.png) repeat-x 0 0;
}

.movie .contentsTitle {
	margin:0;
	padding:138px 0 85px 0;
	text-align:center;
}

.movie h3 {
    text-align: center;
}
.movie .mv {
    text-align: center;
    margin: 1em 0;
}
.movie .intBox {
    width:800px;
    margin:10px auto 0;
}
.movie .copyright {
    font-size:.76em;
}
.movie .info {
    color:#FFF;
    border-left:2px solid #FFF;
    padding:0 0 0 20px;
    margin:0;
	font-size:20px;
}
.movie .column_box {
    width:800px;
    margin: 20px auto 0;
}
.movie .column_box .date {
	margin:47px 0 40px 0;
	padding:30px 0;
	background-color:#775335;
	font-size:16px;
	text-align:center;
}

.movie .column_box .visual {
	float:right;
    width: 460px;
}

.movie .column_box .visual div {
	padding:0 0 0 40px;
}

.movie .column_box .visual img {
    width: 100%;
}

.movie .column_box .copy {
	margin:5px 0 0 0;
	text-align:center;
	font-size:14px;
}

.movie .column_box .story {
	margin:0;
	padding:0 0 25px 0;
}

.movie .column_box .info2 {
	clear:both;
	margin:65px 0 0 0;
	padding:7px 0 0 30px;
	border-left:2px solid #d9772b;
	font-size:16px;
	color:#d9772b;
}

.movie .column_box .info2 a {
	color:#d9772b;
}

.movie .column_box .url {
	margin:70px 0 0 0;
	padding:30px;
	background-color:#775335;
	font-size:16px;
	text-align:center;
}

/* --------------------------------

    出演作品

-------------------------------- */
.program {
    background-color:#77350d;
    color:#FFF;
    padding-bottom:20px;
}

.program .film_img {
	background:url(../img/contents_bg05.png) repeat-x 0 0;
}

.program .contentsTitle {
	margin:0;
	padding:147px 0 85px 0;
	text-align:center;
}

.program .intBox {
    overflow:hidden;
    width:900px;
    margin:0 auto;
    padding:30px 0 0;
}
.program .intBox .contWrap {
    overflow:hidden;
    margin-bottom:30px;
}
.program .intBox .contents {
    float:left;
    width:550px;
    color:#fff;
}
.program .intBox .contents h3 {
    margin-bottom:1em;
    padding:1em 0.2em;
    font-weight:bold;
    text-align:center;
    border-top:1px solid #fff;
    border-bottom:1px dotted #FFF;
}
.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 #FFF;
}
.program .intBox .contents .contRight {
    float:right;
    width:260px;
    font-size:.85em;
}
.program .intBox .visual {
    float:left;
    width:330px;
    margin-right:20px;
    font-size:.76em;
}

/* --------------------------------
    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;}
