@charset "UTF-8";

/* color link */
a,
a:visited {
    color: #156176;
    text-decoration: underline;
}

a:hover {
    color: #156176;
    text-decoration: none;
}

/* return top anchor */
.page_top a,
.page_top a:visited {
    color: #156176;
    text-decoration: underline;
}

.page_top a:hover {
    text-decoration: none;
}

.page_top {
    margin-top: 3em;
    font-weight: bold;
    text-align: right;
}


/* --------------------------------
    FIXED 背景画像
-------------------------------- */
#column_contents {
    position: relative;
    height: 100%;
}

.bg_fixed {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* --------------------------------
    本文部分
-------------------------------- */
.detail_inner {
    position: relative;
    margin: 0 auto;
}

.detail_inner::after {
    content: '';
    display: table;
    clear: both;
}

/* ページ内アンカーの位置調整 */
#pickup,
#program {
    margin-top: -90px;
    padding-top: 90px;
}

/* 飾り枠 */
.bg_detail .detail_head {
    max-width: 100%;
}

.bg_detail .detail_head img {
    width: 100%;
}


/* --------------------------------
    メインメニュー
-------------------------------- */
.nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 97px;
    line-height: 97px;
    background: transparent;
}

.nav:after {
    /* clearfix */
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    border-bottom: 5px solid #bfcbd1;
    clear: both;
}

.nav_inner {
    max-width: 100%;
    height: 68px;
    line-height: 68px;
    /*background: url(../img/bg_menu.png) repeat-x;*/
    background: rgba(21, 97, 118, .65);
    /*background-size: cover;*/
}

.nav_inner {
    margin: 0 auto;
}

/* nav_archive */
.nav .nav_archive {
    width: 100%;
    height: 27px;
    line-height: 27px;
    background: url(../img/bg_nav_head.png) no-repeat;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, .65) 0px 4px 4px -3px;
}

.nav .nav_archive a {
    float: right;
    margin: 0 22% 0 0;
    height: 27px;
    line-height: 25px;
}

.nav .nav_archive:after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

/* scroll fixed */
.nav.isFixed {
    position: fixed;
    top: 0;
}

/* ページ内リンク */
.page_menu {
    width: 940px;
    margin: 0 auto;
    font-size: 0;
}

.page_menu li {
    float: left;
    height: 68px;
    line-height: 68px;
    margin: 5px 5px 0;
}

/* メニュー画像 */
.page_menu li a {
    display: block;
}

.page_menu .menu_01 a {
    background: url(../img/btn/btn_gnav_01.png) no-repeat center top;
    width: 121px;
    height: 58px;
}

.page_menu .menu_01 a:hover {
    background: url(../img/btn/btn_gnav_01on.png) no-repeat center top;
}

.page_menu .menu_02 a {
    background: url(../img/btn/btn_gnav_02.png) no-repeat center top;
    width: 273px;
    height: 58px;
}

.page_menu .menu_02 a:hover {
    background: url(../img/btn/btn_gnav_02on.png) no-repeat center top;
}

.page_menu .menu_03 a {
    background: url(../img/btn/btn_gnav_03.png) no-repeat center top;
    width: 118px;
    height: 58px;
}

.page_menu .menu_03 a:hover {
    background: url(../img/btn/btn_gnav_03on.png) no-repeat center top;
}

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

/* SNS */
.page_menu .sns_zaq {
    margin: 15px 0 0 70px;
    text-align: right;
}

.page_menu .sns_fb,
.page_menu .sns_twi {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 65px;
    border-radius: 3px;
    transition: .4s;
}

.page_menu .sns_fb {
    background: #3b5998;
    margin: 14px 25px 0;
}

.page_menu .sns_twi {
    background: #00a1e9;
    margin: 14px 0 0;
}

.page_menu .sns_fb a,
.page_menu .sns_twi a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.page_menu .sns_fb i,
.page_menu .sns_twi i {
    display: inline;
    margin: 0;
    text-align: center;
    font-size: 29px;
    color: #fff;
}

.page_menu .sns_fb:hover {
    background: #5f7ec1;
}

.page_menu .sns_twi:hover {
    background: #37c1ff;
}


/* --------------------------------
    背景画像指定
-------------------------------- */
.bg_fixed.bg_photo_01 {
    background-image: url("../img/bg_photo_01.jpg");
    background-position: top center;
}

.bg_fixed.bg_photo_02 {
    background-image: url("../img/bg_photo_02.jpg");
    background-position: top center;
}

.bg_fixed.bg_photo_03 {
    background-image: url("../img/bg_photo_03.jpg");
    background-position: top center;
}

.bg_fixed.bg_photo_04 {
    background-image: url("../img/bg_photo_04.jpg");
    background-position: top center;
}

.bg_fixed.bg_photo_05 {
    background-image: url("../img/bg_photo_05.jpg");
    background-position: top center;
}


/* --------------------------------
    タレント名画像
-------------------------------- */
.bg_photo_01 {
    position: relative;
}
.bg_photo_01 .name_ttl {
    display: none;
    /*    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -260px;
    width: 590px;*/
}
.bg_photo_01 .talent_name img {
    max-width: 100%;
}

/*@media screen and (min-height:730px) and (max-height:880px) {
    .bg_photo_01 .name_ttl {
        position: absolute;
        bottom: 100px;
        left: 50%;
        margin-left: -210px;
        width: 490px;
    }
}

@media screen and (max-height: 729px) {
    .bg_photo_01 .name_ttl {
        position: absolute;
        bottom: 100px;
        left: 50%;
        margin-left: -200px;
        width: 400px;
    }
}
@media screen and (max-height: 600px) {
    .bg_photo_01 .name_ttl {
        position: absolute;
        bottom: 100px;
        left: 50%;
        margin-left: -150px;
        width: 300px;
    }
}*/


/* --------------------------------
    イントロダクション
-------------------------------- */
.bg_detail.intro {
    color: #fce2d5;
    background-color: #9facb3;
}

.intro .detail_inner {
    padding: 75px 0 100px;
}

.intro .lead {
    width: 690px;
    margin: 0 auto;
    font-size: 1.2em;
    color: #FFF;
    line-height: 2;
}


/* --------------------------------
    インタビュー
-------------------------------- */
.interview {
    color: #ffede4;
    background-color: #9facb3;
}

.interview p {
    line-height: 1.75;
}

.interview .detail_inner {
    width: 700px;
    margin: 0 auto;
    padding: 75px 20px 80px 0;
}

.interview h2 {
    max-width: 100%;
    text-align: center;
    margin: 80px 0 35px;
}

.interview h3 {
    max-width: 100%;
    padding: 0 0 2em 0;
    font-weight: bold;
    color: #0bf9e9;
}

.interview h2 img,
.interview h3 img {
    max-width: 100%;
}

.interview .que {
    margin: 3.5em 0 .7em 0;
    font-weight: bold;
    color: #156176;
}

.interview h3 + .que {
    margin: 0 0 .7em 0;
}

.interview .credit {
    padding: 1em 0 1em 1em;
    margin: 3em 0 0 0;
    font-size: 0.76em;
    color: #156176;
    border-left: 2px solid #156176;
}

/* オススメ番組 */
.interview .int_prg {
    position: absolute;
    right: -255px;
    width: 232px;
}

.interview .int_prg .prg_wrap {
    margin: 20px auto 0;
    color: #fce2d5;
    background-color: #8699a2;
    overflow: hidden;
}

.interview .int_prg .prg_wrap .prg_visual td {
    padding: 15px 0 0;
}


/* --------------------------------
    関連作品
-------------------------------- */
.pickup {
    color: #ffede4;
    background-color: #9facb3;
}

.pickup .detail_inner {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 100px;
}

.pickup h2 {
    text-align: center;
    margin: 20px 0 30px;
}

.pickup h3 {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.pickup h2 img,
.pickup h3 img {
    max-width: 100%;
}

.pickup h3,
.pickup h4 {
    text-align: center;
}

.pickup h4 {
    margin: 30px 0;
}

.pickup h4 img {
    margin-left: -100px;
}

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

.pickup_column .c_left {
    float: left;
    width: 400px;
}

.pickup_column .visual {
    width: 400px;
}

.pickup_column .visual img {
    max-width: 100%;
}

.pickup_column .copyright {
    font-size: 10px;
    color: #156176;
    text-align: right;
}

.pickup_column .cast {
    margin: 15px 0 0;
    padding: 1em 0 1em 1em;
    font-size: 14px;
    color: #156176;
    border-left: 2px solid #156176;
}

.pickup_column .c_right {
    margin: 0 0 0 450px;
}

.pickup_column .story p {
    margin: 0 0 15px;
    line-height: 1.65;
}

.pickup_column .official_url {
    margin: 30px 0 0;
}

.pickup_column .official_url a {
    display: inline-block;
    min-width: 300px;
    padding: .55em 3em;
    font-size: 20px;
    letter-spacing: 1px;
    color: #156176;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(#94f1ea, #00ffed);
    border-radius: 50px;
    border: 1px solid #00ffed;
}

.pickup_column .official_url a:hover {
    background: linear-gradient(#00ffed, #94f1ea);
}


/* --------------------------------
    出演作品
-------------------------------- */
.program {
    color: #fce2d5;
    background-color: #9facb3;
}

.program .detail_inner {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0 80px;
}

.program h2 {
    text-align: center;
    margin: 5px 0 60px;
}

.program h3 {
    text-align: center;
    margin: 0 0 20px;
    padding: 30px 60px;
    background: #8699a2;
}

.program h3 img {
    max-width: 100%;
}

.program .prg_wrap {
    width:960px;
    margin: 20px auto 0;
    color: #fce2d5;
    background-color: #8699a2;
    overflow: hidden;
}

.program .prg_wrap tr td {
    width: 25%;
    border-right: 4px solid #9facb3;
}
.program .prg_wrap tr td:last-child {
    border-right: none;
}

.prg_wrap a {
    color: #00ffed;
    text-decoration: none;
}

.prg_wrap a:hover {
    text-decoration: underline;
}

.prg_visual td {
    line-height: 1;
}
.prg_visual img {
    max-width: 100%;
}

.prg_visual span {
    font-size: 10px;
    padding: 0 5px;
}

.prg_ttl td {
    padding:8px 8px 5px;
    font-weight: bold;
    line-height: 1.25;
}

.prg_date td {
    padding: 5px 8px 0;
    font-size: 14px;
}

.prg_date .ch {
    text-align: center;
}

.prg_date .ch a {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: .55em 2em;
    border: 1px solid #efc3c4;
    background: linear-gradient(#54666e, #8598a1);
    box-shadow: 0px 3px 1px 0px #666;
    border-radius: 50px;
}

.prg_date .ch a:hover {
    background: linear-gradient(#8598a1, #54666e);
    text-decoration: none;
}

.prg_check td {
    padding: 0 8px 15px;
}

.prg_check a {
    display: block;
    height: 33px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: bold;
    color: #156176;
    text-align: center;
    line-height: 33px;
    vertical-align: middle;
    background: #22fcec;
    border-radius: 4px;
    box-shadow: 0px 3px 1px 0px #666;
}

.prg_check a:hover {
    text-decoration: none;
    background: #6ffdf3;
}


/* --------------------------------
    z-index
-------------------------------- */
.bg_fixed {z-index: 1;}
.bg_detail {z-index: 2;}
.float_link {z-index: 3;}
.float_link_tab {z-index: 3;}
.nav {z-index: 999;}
