/* --------------------------------
    module
-------------------------------- */
html * {
    font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    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;
    min-width:320px;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    line-height:1.45;
    font-size: 15px;
    background:transparent;
}
body, html {
    height:100%;
    min-height:100%;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/* color link */
a, a:link, a:visited {
    color:#fb4f50;
    text-decoration:underline;
}
a:hover {
    color:#fb4f50;
    text-decoration:none;
}


/* --------------------------------
    container module
-------------------------------- */
.cd-container {
    width: 100%;
    height: auto;
    margin:0 auto;
    padding:0 15px;
}
.cd-container::after {
    content:'';
    display:table;
    clear:both;
}


/* --------------------------------
    main component
-------------------------------- */
.cd-main-content {
    height:100%;
    margin:0 auto;
    position:relative;
}
.cd-fixed-bg {
    position:relative;
    height:100%;
    min-height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.imgBox {
    line-height: 0;
}
.imgBox img {
    width: 100%;
}


/* --------------------------------
    ナビゲーション
-------------------------------- */
nav {
    position:absolute;
    bottom:0;
    left: 0;
    right: 0;
    width:100%;
    padding: 5px;
    background:#423c35;
    overflow:hidden;
}
nav.isFixed {
    position:fixed;
    top:0;
}

nav .nav_top {
    font-size: 0;
    text-align: center;
    vertical-align: middle;
}
nav .nav_top li {
    display: inline;
    padding: 0 5px 0 0;
}
nav .nav_top li:last-child {
    padding: 0;
}
nav .nav_top li a img {
    height: 35px;
}

nav .nav_under {
    width: 300px;
    margin: 0 auto 0;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
}
nav .nav_under li {
    display: inline;
    padding: 0 0 0 0;
    text-align: center;
}
nav .nav_under li:last-child {
    padding: 0;
}
nav .nav_under .list_01{
    margin-right: 15px;
}
nav .nav_under .list_01 img, nav .nav_under .list_program img {
    height: 18px;
    margin: 16px 0 0 0;
}
nav .nav_under .list_02 {
    text-align: center;
    margin: 5px 15px 0;
}
nav .nav_under .list_03 {
    text-align: center;
    margin: 5px 0 0;
}
nav .nav_under .list_02 a{
    display:inline-block;
    width: 35px;
    height:35px;
    line-height:55px;
    color: #fff;
    text-decoration: none;
    background: #3b5998;
    border-radius: 3px;
}
nav .nav_under .list_03 a {
    display:inline-block;
    width: 35px;
    height:35px;
    line-height:55px;
    color: #fff;
    text-decoration: none;
    background: #00a1e9;
    border-radius: 3px;
}
nav .nav_under .list_02 i,
nav .nav_under .list_03 i {
    display: inline;
    margin: 0;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

/*.cd-scrolling-bg {}*/

.bg_head {
    width: 100%;
}
.bg_head img {
    width: 100%;
}

/* --------------------------------
    イントロダクション
-------------------------------- */
.cd-scrolling-bg.intro {
    color:#fb4f50;
    background-color:#3e0527;
}
.intro .cd-container {
    padding: 50px 15px;
}
.intro .lead {
    font-weight: bold;
    line-height: 2;
}


/* --------------------------------
    インタビュー
-------------------------------- */
.cd-scrolling-bg.interview {
    color:#fff;
    background-color:#3e0527;
}
.interview p {
    line-height: 1.7;
}
.interview .cd-container {
    padding: 50px 15px 50px;
}
.interview h2 {
    text-align: center;
    margin: 0 0 15px 0;
}
.interview h2 img {
    max-width: 70%;
}
.interview h3 {
    padding: 0 0 0;
    font-size: 18px;
    color:#ffd23b;
    text-align: center;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.9);
    margin-bottom:30px;
}
.interview.interview_2 h3 {
    padding: 0;
}
.interview h3 img {
    max-width: 100%;
}
.interview .interviewer {
    margin: 30px 0 8px 0;
    font-weight:bold;
    color:#fb4f50;
}
.interview h3 + .interviewer {
    margin: 10px 0 8px 0;
}
.interview .credit {
    margin:20px 0;
    padding:10px 0 10px 11px;
    font-size: 11px;
    color:#fb4f50;
    border-left:2px solid #fb4f50;
}
#socp-action-buttons {
    display: inline !important;
    height:44px;
}
#socp-action-buttons .socialplus-widget-wrapper.socialplus-widget-ActionButtonBar {
    display:inline !important;
    line-height:44px;
}
#socp-action-buttons .socialplus-widget-content {
    height:44px !important;
    line-height:44px !important;
}


.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:25%;
    font-size: 1.2em;
    margin-top:10px;
}
.interview dl dd {
	width:75%;
    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:1.5em;
	text-align:center;
	margin:0.5em 0;
}
/* --------------------------------
    関連作品
-------------------------------- */
.cd-scrolling-bg.movie {
    color:#fff;
    background-color:#3e0527;
    word-break:break-all;
}
.movie .cd-container {
    padding: 50px 15px 50px;
}
.pickup {
    width:100%;
}
.pickup h3 {
    width:100%;
    text-align: center;
}
.pickup h3 img {
    max-width:100%;
}
.pickup .pickupTime {
    text-align: center;
    color:#fb4f50;
    font-size:1.2em;
    margin:0.5em 0 1em;
}
.pickup .pickupIntro {
    text-align: center;
    margin-bottom:1em;
}
.pickup .pickupIntro img {
    max-width:100%;
}
.pickup .pickupInfo {
    width:100%;
}
.pickup .pickupInfo .pickupInfoL {
    width:100%;
}
.pickup .pickupInfo .pickupInfoR {
    width:100%;
    margin-top:1em;
}
.pickup .pickupInfo .pickupimg {
    text-align:center;
}
.pickup .pickupInfo .pickupimg img {
    max-width:100%;
}
.pickup .pickupInfo .pickupTxtS {
	font-size:0.8em;
	margin-top:1em;
	color:#c4cdd7;
}
.pickupLink {
	margin-top:2em;
    text-align: center;
}
.pickupLink a {
	color:#49bcca;
	font-weight:bold;
}
.pickupLink a:hover {
	text-decoration:none;
}


/* --------------------------------
    出演作品
-------------------------------- */
.cd-scrolling-bg.program {
    color:#fff;
    background-color:#3e0527;
    word-break:break-all;
}
.program .cd-container {
    padding: 50px 15px 50px;
}
.program a {
    color:#FFF;
    text-decoration: underline;
}
.program a:hover {
    text-decoration: none;
}
.program h2 {
    text-align: center;
    margin: 0 0 20px 0;
}
.program h2 img {
    max-width: 70%;
}

.program h3 {
    text-align:center;
    margin: 0 0 20px;
    padding: 30px;
    background: #5a0e20;
}
.program h3 img {
    max-width: 100%;
}

.program .pg-wrap {
    margin: 0 auto 10px;
    overflow: hidden;
}
.program .pg-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
    padding: 14px 0 10px;
    color: #fff;
    background: #5a0e20;
}
.pg-box a {
    color: #ffd23b;
    text-decoration: none;
}
.pg-box a:hover {
    text-decoration: underline;
}
.pg-box .visual {
    margin: 0 0 5px;
    line-height: 1;
}
.pg-box .visual img {
    width: 100%;
}
.pg-box .visual .copy {
    padding: 5px;
    font-size: 11px;
    text-align: right;
    margin-top:5px;
}
.pg-box .contents {
    padding: 0 10px 0 14px;
    line-height: 1;
}
.pg-box .contents .pg-ttl {
    margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
}
.pg-box .contents .pg-ttl span {
	display:inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-top:5px;
}
.pg-box .contents .pg-ttl span:hover {
    text-decoration: underline;
}
.pg-box .contents .ch_border {
    background: #b2443c;
    background: -moz-linear-gradient(
        top,
        #5a0e20 70%,
        #b2443c 100%);
    background: -webkit-linear-gradient(
        top,
        #5a0e20 70%,
        #b2443c 100%);
    background: linear-gradient(
        to bottom,
        #5a0e20 70%,
        #b2443c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#5a0e20',
        endColorstr='#b2443c',GradientType=0);
    padding: 5px;
    border-radius: 15px;
    margin: 10px 0 15px;
}
.pg-box .contents .channel {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #0be737;
    background: #5a0e20;
    background: -moz-linear-gradient(
        top,
        #370006 0%,
        #5a0e20 30%);
    background: -webkit-linear-gradient(
        top,
        #370006 0%,
        #5a0e20 30%);
    background: linear-gradient(
        to bottom,
        #370006 0%,
        #5a0e20 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#370006',
        endColorstr='#5a0e20',GradientType=0);
    border-radius: 12px;
}
.pg-box .contents .channel a {
    color: #fff;
    display: block;
    padding: 5px 11px 3px;
}
.pg-box .contents .channel:hover {
    background: #370006;
    background: -moz-linear-gradient(
        top,
        #5a0e20 70%,
        #370006 100%);
    background: -webkit-linear-gradient(
        top,
        #5a0e20 70%,
        #370006 100%);
    background: linear-gradient(
        to bottom,
        #5a0e20 70%,
        #370006 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#5a0e20',
        endColorstr='#370006',GradientType=0);
}
.pg-box .contents .channel a:hover {
    text-decoration: none;
}
.pg-box .contents .date {
    margin: 0 0 10px;
    font-size: 12px;
}
.pg-box .contents .btn {
    width: 100%;
    height: 38px;
}
.pg-box .contents .btn a {
    display: block;
    width: 100%;
    height: 38px;
    padding-top: 12px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #1d1413;
    background: #06d9e4;
    background: -moz-linear-gradient(
        left,
        #ff83b8 0%,
        #fffdad 50%,
        #06d9e4 100%);
    background: -webkit-linear-gradient(
        left,
        #ff83b8 0%,
        #fffdad 50%,
        #06d9e4 100%);
    background: linear-gradient(
        to right,
        #ff83b8 0%,
        #fffdad 50%,
        #06d9e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#ff83b8',
        endColorstr='#06d9e4',GradientType=0);
    /* box-shadow:2px 2px 2px #ff5eb9; */
    border: 1px solid #fdd931;
    border-radius: 8px;
}
.pg-box .contents .btn a:hover {
    text-decoration: none;
}

/*--------------------------
    myjcom footer
----------------------------*/
.interviewFooter {
    min-height:5%;
}


/*--------------------------
    background image
----------------------------*/
.cd-fixed-bg.cd-bg-01 {
    background-image:url("../img/sp/bg_photo_01.jpg");
    background-position:top center;
    background-size:cover;
    height:100%;
}
.cd-fixed-bg.cd-bg-02 {
    background-image:url("../img/sp/bg_photo_02.jpg");
    background-position:bottom center;
    background-size:cover;
    height:100%;
}
.cd-fixed-bg.cd-bg-03 {
    background-image:url("../img/sp/bg_photo_03.jpg");
    background-position:bottom center;
    background-size:cover;
    height:100%;
}
.cd-fixed-bg.cd-bg-04 {
    background-image:url("../img/sp/bg_photo_04.jpg");
    background-position:bottom center;
    background-size:cover;
    height:100%;
}
.cd-fixed-bg.cd-bg-05 {
    background-image:url("../img/sp/bg_photo_05.jpg");
    background-position:bottom center;
    background-size:cover;
    height:100%;
}
.name_ttl {
    display:block;
    width: 100%;
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: 100px;
    left: 0;
}
.name_ttl img {
    width: 100%;
    padding: 0 20px;
}
.name_ttl .name_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.section_icon {
    width: 100%;
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: 15px;
}
.section_icon img {
    width: 100%;
}
.section_icon img.w10 {
    width: 10%;
}
.section_icon img.w20 {
    width: 20%;
}


/*--------------------------
    contents background image
----------------------------*/
/*.contents_bg {
    padding: 30px 0;
}*/



/*--------------------------
    page top
----------------------------*/
.page_top {
    position:fixed;
    bottom:2%;
    right:2%;
    box-sizing:border-box;
    z-index:999;
}
.page_top img {
    width:44px;
    height:auto;
}
.btn_line{
    position:absolute;
    top:13px;
    right:10px;
    z-index:9999;
}

/* ----------------
z-index
---------------- */
.cd-fixed-bg {
    z-index:0;
}
.cd-scrolling-bg {
    z-index:2;
}
.contents_bg {
    z-index: 1;
}
.intro_film img {
    z-index: 1;
}
.cd-container {
    z-index:10;
}
nav {
    z-index:99;
}

/* 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;
}
