@charset "UTF-8";

html {
scroll-padding-top:100px;
}

header, h2, h3 {
background:#060fa2;
}


article {
padding: 0.5em;
display: block;
}
article a {
display:inline-block;
}
article p {
font-size:1em;
line-height:1.5em;
margin:0;
padding: 0.5em;
}

article p span {
margin-left:-0.5em;
display:block;
color:#d93127;
font-weight:bold;
}

.anchor {
height: 1px;
display: block;
padding-top: 100px;
margin-top: -100px;
}



h2 {
margin:0;
color:#ffffff;
font-size: 1em;
line-height: 1.5em;
text-align: center;
}
h2 em {
display:block;
}

h5 {
margin:1em 0 0.5em;
border-radius:0;
background:#000000;
}



.anchorlink {
margin:0 0 1em;
}

.anchorlink ul {
display:table;
margin:0 auto;
text-align:center;
width:100%;
}
.anchorlink ul li {
width:calc(100%/4);
display:table-cell;
padding: 0 0.3em;
}
.anchorlink ul li a {
position: relative;
text-align: center;
margin:0 auto;
display:block;
font-size:0.8em;
font-weight:bold;
padding: 1.5em 0;
color:#ffffff;
background: #720b0b;
border-radius: 10px;
}
.anchorlink ul li:nth-child(odd) a {
background:#024202;
}

.anchorlink ul li a span {
}



.contentslist {
padding: 0.5em;
}
.contentslist ul {
width:100%;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.contentslist ul li {
font-size:1em;
width: 50%;
display: flex;
padding: 0.3em 0.5em;
margin: 0 0 0.5em 0;
position:relative;
}
.contentslist ul li a {
border:solid 1px #ebebeb;
border-radius:5px;
background: #f7f7f7;
}
.contentslist ul li a figure {
width:100%;
border-radius:5px 5px 0 0;
overflow:hidden;
}
.contentslist ul li span {
position:absolute;
top:0;
left:0;
font-size:0.7em;
background:#d93127;
color:#ffffff;
text-align:center;
padding:0.3em;
margin: 0.5em 0 0 0.8em;
border-radius:5px 0 5px 0;
line-height: 1.1em;
font-weight: bold;
width: 20%;
letter-spacing: 0;
}
.contentslist ul li a figure img {
width:100%;
}
.contentslist ul li a em {
font-size:0.9em;
line-height:1.1em;
margin:0;
padding: 0.5em;
color:#000000;
font-weight: bold;
}
.contentslist ul li a p {
font-size:0.8em;
line-height:1.1em;
margin:0;
padding: 0 0.5em 0.5em 0.5em;
color:#000000;
text-align:left;
}

.row3 ul li {
width:calc(100%/3);
padding: 0.1em 0.2em;
margin: 0 0 0.5em 0;
}

.row1 ul li {
width:100%;
}

/* ==========================================
   追加・調整用スタイル（バッジ青系・公開中タブ追加版）
   ========================================== */

/* h3の見栄え改善：濃い青背景に対して文字を白に変更 */
h3 {
    color: #ffffff !important;
    font-size: 0.95em;
    line-height: 1.4em;
    padding: 0.5em 0.8em;
    margin: 1em 0 0.5em 0;
    text-align: left;
    font-weight: bold;
}
h3 span {
    font-size: 0.85em;
    font-weight: normal;
    color: #e0e0e0;
    display: block;
    margin-top: 2px;
}

/* 盛り上がるリード文 */
.feature-intro {
    text-align: center;
    padding: 1em;
    background: #e3f2fd; 
    margin-bottom: 1em;
    border-radius: 8px;
}
.feature-intro-title {
    font-size: 1.1em;
    font-weight: bold;
    color: #0d47a1;
    margin: 0 0 0.5em 0;
    line-height: 1.4em;
}
.feature-intro-text {
    font-size: 0.9em;
    color: #333333;
    margin: 0;
    line-height: 1.5em;
}

/* スケジュール誘導テキスト */
.anchor-notice {
    font-size: 0.8em;
    font-weight: bold;
    color: #555555;
    margin-bottom: 0.5em;
    text-align: center;
}

/* 連日配信のボタン配置と配色調整（涼しげな青・水色系で統一） */
.anchorlink ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em 0;
    width: 100%;
}
.anchorlink ul li {
    display: block !important;
    width: 25% !important; 
    padding: 0 0.2em !important; 
    box-sizing: border-box;
}
.anchorlink ul li a {
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 0.8em; 
    font-weight: bold;
    padding: 0.6em 0 !important;
    color: #ffffff !important;
    background: #2196f3 !important; /* 奇数：鮮やかなブルー */
    border-radius: 6px !important;
    white-space: nowrap; 
    overflow: hidden;
    line-height: 1.2em;
}

/* 偶数ボタンの背景色を水色系に変更 */
.anchorlink ul li:nth-child(odd) a {
    background: #00bcd4 !important; /* 偶数：さわやかなシアン・水色 */
}

/* ★最初に追加する「公開中」ボタン専用の目立つゴールド/オレンジ系アクセント（お好みで青系と同化させたい場合は削除してください） */
.anchorlink ul li.btn-released-all a {
    background: #008ba3 !important; /* 深みのあるターコイズブルーで区別 */
}

.anchorlink ul li a span {
    display: block;
    font-size: 0.75em;
    font-weight: normal;
    opacity: 0.9;
    margin-top: 2px;
}

/* 未公開アナウンスバナー */
.coming-soon-banner {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 0.8em;
    margin: 0.5em auto 1em;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}

/* ★配信前バッジの背景色を「青系（鮮やかなロイヤルブルー）」に変更 */
.contentslist ul li a .badge-upcoming {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.7em;
    background: #1e3a8a; /* 濃いロイヤルブルー */
    color: #ffffff;
    text-align: center;
    padding: 0.3em;
    margin: 0.5em 0 0 0.8em;
    border-radius: 5px 0 5px 0;
    line-height: 1.2em;
    font-weight: bold;
    width: auto;
    z-index: 10;
}

/* 未公開リンクの非活性 */
.is-locked {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}