@charset "UTF-8";

/* ==========================================================
   PODCAST PAGE STYLES (Moved from base.css)
   ========================================================== */

/* ----------------------------------------------------------
   PODCASTS
   ---------------------------------------------------------- */
.end_podcast{
    background: #121212;
} 
.end_podcast img{
    opacity: .1;
}
.img.podcast-ca{
    overflow: hidden;
    border-radius: 10px;
}

/* ----------------------------------------------------------
   PODCASTS -- inner (Main Visual & Noise Effect)
   ---------------------------------------------------------- */
.noise {
    background: url(../../images/podcasts/noise.gif);
    background-size: 100px 100px;
    width: 100%;
    height: 48vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .4;
    mix-blend-mode: overlay;
}
.noise.noise_i {
    background: url(../../images/podcasts/noise_i.gif);
    mix-blend-mode: color-dodge;
    opacity: .1;
}
#mv{transition: ease-in-out .4s;}
#mv.add{opacity: .3;}
.mv{
    position: relative;
    margin-bottom: -16vw;
}
.mv>.main{
    background-image: url(../../images/podcasts/mv/mv_main_01.jpg);
    background-color: #121212; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 48vw;
}
.mv>.over {
    background: url(../../images/podcasts/mv/mv_over.png) repeat-x bottom;
    position: absolute;
    height: 30vw;
    width: 100vw;
    bottom: 0;
    background-size: 100% 90%;
}
/* 各番組用MV背景 */
.mv>.main.hkb1{background-image: url(../../images/podcasts/mv/podcast_16_9_hkb1.jpg);}
.mv>.main.hkb2{background-image: url(../../images/podcasts/mv/podcast_16_9_hkb2.jpg);}
.mv>.main.hkb3{background-image: url(../../images/podcasts/mv/podcast_16_9_hkb3.jpg);}
.mv>.main.hkb4{background-image: url(../../images/podcasts/mv/podcast_16_9_hkb4.jpg);}
.mv>.main.mtm{background-image: url(../../images/podcasts/mv/podcast_16_9_mon.jpg);}
.mv>.main.ns{background-image: url(../../images/podcasts/mv/podcast_16_9_ns.jpg);}
.mv>.main.lab{background-image: url(../../images/podcasts/mv/podcast_16_9_lab.gif);}

@media(max-width:780px){
    .noise,
    .mv>.main {
        height: 99.9vw;
    }
    body.home .mv {
        margin-bottom: -24vw;
    }
    .mv>.main.ns{background-image: url(../../images/podcasts/mv/podcast_16_9_ns_sp.jpg);}
}

/* ----------------------------------------------------------
   PODCASTS -- Program (Newsletter Area etc.)
   ---------------------------------------------------------- */
.nl_area {
    padding: 80px 0 120px;
    text-align: center;
    background: #1b1b1b;
    color: #fff;
}
.nl_area>.ico {
    width: 160px;
    margin: 0 auto 10px;
}
.nl_area>.tit {
    font-size: 2.14em;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.2;
    position: relative;
}
.nl_area>.tit>span {
    font-size: .84rem;
    display: block;
    letter-spacing: 0.02em !important;
}
.nl_area>.tit>span.the {
    font-size: 0.56rem;
    display: inline-block;
    position: absolute;
    left: -25.4em;
    right: 0;
    margin: auto;
    top: 0.7em;
}
.nl_area>.tex {
    font-size: 1.07em;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.6;
}
.nl_area .btn a{
    font-size: 1.35em;
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    padding: 0.5em 1.5em;
    font-weight: 600;
    position: relative;
    z-index: 9;
}
span.btn {
    font-size: 1.15em;
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    padding: 0.5em 1.5em;
    font-weight: 600;
    position: relative;
    z-index: 9;
    line-height: 1.9em;
}
span.btn:hover{
    cursor: pointer;
}
.nl_area .btn a:hover{
    background: #393939;
    cursor: pointer; 
}
ul.feed_ico_area {
    text-align: center;
    margin: 0 auto -72px;
    opacity: 0;
}
ul.feed_ico_area li {
    width: 28px;
    margin: 10px 14px 0;
    display: inline-block;
}
ul.feed_ico_area li a:hover img{
    opacity: .6;
}
/* クリック後挙動 */
.btn_area.add ul.feed_ico_area{
    opacity: 1;
    margin: 0 auto -19px;
}
.btn_area ul.feed_ico_area li{
    position: relative;
    opacity: 0;
}
.btn_area ul.feed_ico_area li:nth-child(4){top:-1.1em; transition: ease-in-out all .6s;}
.btn_area ul.feed_ico_area li:nth-child(3){top:-.9em; transition: ease-in-out all .5s;}
.btn_area ul.feed_ico_area li:nth-child(2){top:-.7em; transition: ease-in-out all .4s;}
.btn_area ul.feed_ico_area li:nth-child(1){top:-.5em; transition: ease-in-out all .3s;}

.btn_area.add ul.feed_ico_area li{
    position: relative;
    top:0;
    opacity: 1;
}
.btn_area.add .btn{
    display: none;
}
span.the {
    font-size: 0.3em;
    position: relative;
    top: -1.7em;
    margin-right: -0.6em;
}

/* program */
.nl_area.program>.ico {
    width: 180px;
    margin: 0 auto 8px;
    border-radius: 10px;
    overflow: hidden;
}
.nl_area.program>.tit {
    margin-bottom: 30px;
    letter-spacing: -.03em;
}
.nl_area.program>.tex {
    margin-bottom: 16px;
}
@media(max-width:780px){
    .nl_area>.tit>span.the {
        left: -22.4em;
        top: .5em;
    }
    .nl_area {
        padding: 20vw 0 30vw;
    }
    .nl_area>.ico {
        width: 150px;
    }
}

/* ----------------------------------------------------------
   PODCAST -- text (Detail & Player)
   ---------------------------------------------------------- */
.powerpress_player,.powerpress_links{
    display: none;
}
.podcast_detail_area{
    margin: 0 0 4em 40px;
    position: relative;
}
.prgrm_logo{
    width: 380px;
    float: left;
    margin-right: 3em;
}
/* 各番組ロゴ調整 */
.prgrm_logo.hkb3 { position: relative; top: -1vw; }
.prgrm_logo.ns { position: relative; top: .5vw; }

.prgrm_detail {
    float: left;
    width: 470px;
}
.prgrm_detail>p:nth-child(1){
    font-size: 1.714em;
    font-weight: 600;
}
.prgrm_detail>p:nth-child(1)>span{
    font-size: 0.76rem;
}
.prgrm_detail>p:nth-child(2) {
    opacity: .6;
    line-height: 1.5;
}
span.now {
    color: #00ff60;
    border-radius: 9px;
    border: 2px solid #00ff60;
    line-height: 1em;
    padding: 0.4em 0.6em 0.3em;
    margin-left: 0.9em;
    position: relative;
    top: -0.3em;
}
span.end {
    color: #d7d7d7;
    border-radius: 9px;
    border: 2px solid #bdbdbd;
    line-height: 1em;
    padding: 0.4em 0.6em 0.3em;
    margin-left: 0.9em;
    position: relative;
    top: -0.3em;
}
.prgrm_btn {
    width: 240px;
    position: absolute;
    right: 40px;
    top: 6px;
}
.prgrm_btn:hover{
    opacity: .6;
}
.prgrm_tex {
    width: 100%;
    float: left;
    padding: 2em 0;
    text-align: justify;
}
.prgrm_tex p{
    width: 60vw;
}
dl.credit_area {
    margin:0 0 4vw 2vw;
    font-size: 0.8em;
}
dl.credit_area dt{
    display: inline;
    opacity: .5;
    margin-right: .5em;
}
dl.credit_area dd{
    display: inline;
    margin-right: 1em;
}
.prgrm_entry_area{
    position: fixed;
    right: 20px;
    top: 13px;
    z-index: 99;
}
.prgrm_entry_area a{
    color: #fff;
    line-height: 1;
    font-size: 0.9em;
    margin-left: 1em;
}
.prgrm_entry_area a:last-child {
    background: #0071e1;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 0.6em 1.2em 0.5em;
    border-radius: 20px;
    font-size: 0.9em;
    letter-spacing: 0;
}
.prgrm_entry_area a:hover{
    opacity: .7;
} 

@media(max-width:1200px){
    .podcast_detail_area>div:first-child{
        margin-bottom: 2em;
    }
    .prgrm_logo {
        width: 35%;
        float: left;
        margin-right: 5%;
    }
    .prgrm_detail {
        float: left;
        width: 60%;
    }
    .prgrm_btn {
        position: relative;
        top: inherit;
        right: inherit;
        float: none;
    }
}

@media(max-width:780px){
    .podcast_detail_area {
        margin: 0 auto 1em;
        width: 92%;
    }
    .prgrm_detail>p:nth-child(1)>span {
        font-size: 0.6rem;
        display: inline-block;
    }
    span.now {
        margin-left: 0.7em;
        top: -0.2em;
        border-radius: 5px;
    }
    .prgrm_logo {
        width: 70%;
        float: none;
        margin-right: 0;
        margin-bottom: 0.6em;
    }
    .prgrm_detail {
        float: none;
        width: 100%;
        margin: 0 0 3vw;
    }
    .prgrm_detail>p:nth-child(1) {
        font-size: 1.5em;
        line-height: 1.4;
        margin-bottom: 0.5em;
    }
    .prgrm_tex p {
        width: 100%;
    }
    .prgrm_btn {
        width: 44vw;
    }
    .prgrm_entry_area {
        right: 16px;
        top: 15px;
        z-index: 99;
    }
    dl.credit_area {
        margin: 0 auto 4vw;
        width: 94%;
    }
}

/* ==========================================================
   REEL OVERRIDES for Dark Theme (Black Background)
   ========================================================== */

/* 画像の枠線と背景色 */
.reel-img {
    /* 背景を黒っぽく（読み込み前も馴染むように） */
    background-color: #1b1b1b !important;
    /* 枠線を薄いグレー（透過ホワイト）に変更 */
    border-color: rgba(255, 255, 255, 0.15) !important;
    
    /* ×印（読み込み待ちのバツ印）も白系に変更 */
    background-image: 
        linear-gradient(to top right, transparent calc(50% - 0.5px), rgba(255,255,255,0.08) calc(50% - 0.5px), rgba(255,255,255,0.08) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
        linear-gradient(to bottom right, transparent calc(50% - 0.5px), rgba(255,255,255,0.08) calc(50% - 0.5px), rgba(255,255,255,0.08) calc(50% + 0.5px), transparent calc(50% + 0.5px)) !important;
}

/* タイトル文字色 */
.reel-title {
    color: #fff !important;
}

/* 日付文字色 */
.reel-date {
    color: rgba(255, 255, 255, 0.6) !important;
}


/* ==========================================================
   PODCAST ARCHIVE IMAGE RATIO FIX
   ========================================================== */
/* ポッドキャスト一覧ページのサムネイルを正方形に強制 */
.flex--list .img.podcast-ca {
    aspect-ratio: 1 / 1 !important;
}

/* ==========================================================
   LAYOUT FIXES (Clearfix & Spacing)
   ========================================================== */

/* 1. 回り込み解除 (高さの確保)
   .cf や .podcast_detail_area の中の float 要素の高さを親に認識させる */
.cf::after,
.podcast_detail_area::after {
    content: "";
    display: block;
    clear: both;
}

/* 2. TOPICS見出しの位置調整
   上に競り上がらないように強制的に改行させ、余白をとる */
h2.adjust--podcasts {
    clear: both;        /* 念のための強制解除 */
    margin-top: 80px;   /* 本文との距離 */
    margin-bottom: 30px;
    padding-left: 20px; /* 左端のデザイン調整（任意） */
    color: #fff;        /* 黒背景用 */
}

