@charset "UTF-8";
/********************************************
 * コンテンツ一覧テンプレート
********************************************/
@media screen and (max-width:549px) {
    .contentItem:not(:first-of-type) {
        margin-top: 24px;
    }
}

@media screen and (min-width:550px) {
    .contentList {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (min-width:768px) {
    .contentList {
        /* padding: 0 48px; */
    }
}

@media screen and (min-width:550px) and (max-width: 1023px) {
    .contentItem {
        width: 48%;
    }

    .contentItem:not(:nth-of-type(2n+1)) {
        margin-left: 4%;
    }

    .contentItem:nth-of-type(n+3) {
        margin-top: 4%;
    }
}

@media screen and (min-width:1024px) and (max-width: 1535px) {
    .contentItem {
        line-height: 1.5;
        width: 32%;
    }

    .contentItem.square {
        width: 15%;
    }

    .contentItem:not(:nth-of-type(3n+1)) {
        margin-left: 2%;
    }

    .contentItem:nth-of-type(n+4) {
        margin-top: 4%;
    }
}

@media screen and (min-width:1536px) and (max-width: 1919px) {
    .contentItem {
        width: 23.5%;
    }

    .contentItem.square {
        width: 15%;
    }

    .contentItem:not(:nth-of-type(4n+1)) {
        margin-left: 2%;
    }

    .contentItem:nth-of-type(n+5) {
        margin-top: 4%;
    }
}

@media screen and (min-width:1920px) {
    .contentItem {
        width: 18%;
    }

    .contentItem.square {
        width: 12.5%;
    }

    .contentItem:not(:nth-of-type(5n+1)) {
        margin-left: 2%;
    }

    .contentItem:nth-of-type(n+6) {
        margin-top: 4%;
    }
}

/* ニュースレターページ */
@media screen and (max-width:549px) {
    .newsletter .contentList {
        display: flex;
        flex-wrap: wrap;
    }

    .newsletter .contentItem {
        margin: 0;
        width: 48%;
    }

    .newsletter .contentItem:not(:nth-of-type(2n+1)) {
        margin-left: 4%;
    }

    .newsletter .contentItem:nth-of-type(n+3) {
        margin-top: 4%;
    }
}

.contentItem-Thumb {
    position: relative;
    border-radius: 4px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.no-thumbnail .contentItem-Thumb {
    display: none;
}

@media screen and (max-width:767px) {
    .contentItem-Thumb.small {
        width: 100px;
    }
}

.contentItem-Anchor:hover .contentItem-Thumb img {
    opacity: .5;
}

.contentItem-Thumb img {
    border-radius: 4px;
    border: 1px solid #efefef;
    width: 100%;
    position: relative;
    z-index: 1;
    vertical-align: bottom;
}

.contentItem-Thumb_Inner {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    border: 1px solid #efefef;
}

.contentItem-Thumb_Inner::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}



.contentItem.video .contentItem-Thumb img {
    z-index: 1;
}

.contentItem-Thumb svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 30%;
    aspect-ratio: 1 / 1;
}
.horizontalScroll .contentItem-Thumb svg {
    width: 18%;
}
/* .horizontalScroll .audio .contentItem-Thumb svg {
    width: 28%;
} */
.contentList  .contentItem-Thumb svg {
    width: 20%;
}
.pickup .contentItem-Thumb svg {
    width: 24%;
}
@media (min-width: 768px) {
    .contentItem-Thumb svg {
        width: 24%;
    }
    .pickup .contentItem-Thumb svg {
        width: 18%;
    }
}

.contentItem.video .contentItem-Thumb .badge {
    font-weight: bold;
    line-height: 1;
    font-size: 1rem;
    display: block;
    padding: 4px 12px;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
}
.contentItem.video .contentItem-Thumb .badge.onAir {
    background-color: #d3533e;
    color: #ffffff;
}
.contentItem.video .contentItem-Thumb .badge.soon {
    background-color: rgb(239, 239, 239);
}

.contentItem .contentItem-Thumb .zuimonki {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20%;
}
.contentItem .contentItem-Thumb .zuimonki img {
    border: 0;
    vertical-align: baseline;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 2px;
}

.contentItem-Data {
    position: relative;
    overflow: hidden;
    flex: 1;
}
.no-thumbnail .contentItem-Data {
    overflow: visible;
}
.horizontalScroll .photo .contentItem-Data {
    display: none;
}

.contentItem-Data_Title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 8px 0;

    /* 最大行数を設定 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentItem-Data_Title .new {
    background-color: #d3533e;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 4px;
}

@media (min-width: 1024px) {
    .contentItem-Data_Title {
        font-size: 18px;
    }
    .contentItem-Data_Title .new {
        font-size: 12px;
    }
}

.contentItem-Data_Title span.status {
    display: inline-block;
    background-color: rgb(34, 34, 34, .08);
    padding: 2px 8px;
    border-radius: 30px;
    font-weight: 700;
    margin-right: 4px;
}

.contentItem-Data_Title span.status.join {
    background-color: #db614c;
    color: #fff;
}

/* .new .contentItem-Data_Title::before {
    content: 'NEW';
    display: inline-block;
    color: #db614c;
    border: 1px solid #db614c;
    font-size: 12px;
    font-weight: bold;
    padding: 0 4px;
} */

.contentItem-Data_Meta {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    margin-top: 6px;
    letter-spacing: 0;
    opacity: .7;
}

.contentItem-Data_Meta span:not(:last-of-type):after {
    content: '・';
}

/* .contentItem-Data_Meta span:not(:first-of-type) {
    margin-left: 4px;
} */

.contentItem-Data_Meta i {
    margin-right: 4px;
}

.contentItem-Data_Meta .author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .contentItem-Data_Meta .date {
    color: #aeada2;
} */

/* .streaming .contentItem-Data_Meta span {
    background-color: #d3533e;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 2px;
    opacity: 1;
} */


.contentItem-Data_Desc {
    font-size: 14px;
    margin-top: 12px;
    opacity: .7;
}

.contentItem-Data_Button {
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    margin-top: 16px;
    border: 1px solid rgb(239, 239, 239);
}
.contentItem-Data_Button.streaming {
    border: 1px solid #226CE0;
    background-color: #226CE0;
    color: #ffffff;
}


.contentItem-Data_View {
    width: 100%;
    line-height: 1;
    margin-top: 6px;
    color: rgba(34,34,34,.7);
    padding-right: 12px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .contentItem-Data_View {
        margin-top: 16px;
    }
}

.contentItem-Data_View .view-item {
    font-weight: bold;
    color: rgba(34,34,34,1);
    display: flex;
    align-items: baseline;
    font-size: 14px;
}
@media (min-width: 1024px) {
    .contentItem-Data_View .view-item {
        font-size: 18px;
    }
}

.contentItem-Data_View .view-item span {
    font-size: 12px;
    font-weight: normal;
    opacity: .7;
    margin-left: 2px;
    letter-spacing: 0;
}

.contentItem-Data_View .view-item:not(:last-of-type) {
    margin-right: 8px;
}

.contentItem-Data_View .bookmark {
    margin-left: auto;
}

.contentItem-Data_View .bookmark::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f02e";
    font-size: 20px;
    /* opacity: .7; */
    -webkit-text-stroke: 0.75px #fff;
}

/* .contentItem-Data_View .bookmark:hover::before, */
.contentItem-Data_View .bookmark.active::before {
    font-weight: 900;
    opacity: 1;
    color: #226CE0;
    -webkit-text-stroke: 0;
}

.contentItem-Data_View .view-item + .view-item.favorite {
    margin-right: 0;
    margin-left: 20px;
}

.contentItem-Data_View .favorite::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f004";
    font-size: 20px;
    opacity: .7;
    -webkit-text-stroke: 0.5px #fff;
}

.contentItem-Data_View .favorite:hover::before,
.contentItem-Data_View .favorite.active::before {
    font-weight: 900;
    opacity: 1;
    color: #D1677E;
    -webkit-text-stroke: 0;
}

.contentItem-Data_View .icon img {
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    opacity: 1;
}
.contentItem-Data_View .icon img + img {
    margin-left: -4px;
}

/* 閲覧者一覧トリガー */
.contentItem-Data_View .icon.latest-viewers-trigger {
    cursor: pointer;
}
.contentItem-Data_View .icon.latest-viewers-trigger:hover {
    opacity: 0.8;
}

.horizontalScroll .contentItem-Data_View .icon {
    display: none;
}
.feature .horizontalScroll .contentItem-Data_View .icon {
    display: block;
}
.feature.blur .horizontalScroll .contentItem-Data_View .icon img {
    border-color: rgb(34,34,34);
}

/* 質問一覧 */
/* .contentItem.question .contentItem-Data_View .icon {
    margin-right: 0;
} */
.contentItem.question .contentItem-Data_View .icon img {
    width: 32px;
}

/* .contentItem .new {
    display: inline-block;
    color: #db614c;
    border: 1px solid #db614c;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 4px;
    opacity: 1;
} */

/* .contentItem .comment {
    color: #aeada2;
}

.contentItem .comment::before {
    color: inherit;
} */

/* .contentItem-Data_Tag {
    font-size: 12px;
    line-height: 1;
    margin-top: 2px;
}

.contentItem-Data_Tag .author:not(.etc),
.contentItem-Data_Tag .author a {
    color: #222222;
    display: inline-block;
    padding: 2px 8px;
    background-color: #efefef;
    border-radius: 30px;
    font-size: .9em;
    margin-top: 4px;
}

.contentItem-Data_Tag .author.cat:not(.etc),
.contentItem-Data_Tag .author.cat a {
    background-color: transparent;
    border: 1px solid #efefef;
} */

.contentItem-Data_Category {
    display: inline-block;
    line-height: 1;
    /* font-size: 12px;
    background-color: #e7e7e7;
    font-weight: bold;
    padding: 4px 8px; */

    /* flex-box内での省略表示 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
/* @media (width < 1024px) {
    .contentItem-Data_Category {
        display: none;
    }
} */

.no-category .contentItem-Data_Category {
    display: none;
}

@media (min-width: 1024px) {
    .contentItem a:hover .contentItem-Data_Title {
        text-decoration: underline;
    }
}


/* 縦並びリスト */
/* .vertical .contentItem {
    width: 100%;
    margin: 0;
}

.vertical .contentItem:not(:first-of-type) {
    border-top: 1px solid rgba(34,34,34,.12);
}

.vertical .contentItem-Anchor {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding: 24px 0;
}

.vertical .contentItem-Thumb {
    margin-bottom: 0;
    width: 120px;
    margin-left: 16px;
}

.vertical .contentItem-Data_Title {
    font-size: unset;
    margin-top: 0;
}

@media screen and (min-width:550px) {
    .vertical .contentItem-Thumb {
        width: 180px;
    }

    .vertical .contentItem-Data_Title {
        font-size: 18px;
    }

    .vertical .contentItem-Data_Meta {
        font-size: 14px
    }
} */

/* サイドバーの関連記事 */
@media screen and (min-width:768px) {
    .sidebar .vertical {
        padding: 0;
    }
}

@media screen and (min-width:1024px) {
    .sidebar .vertical .contentItem-Thumb {
        width: 30%;
    }
}

@media screen and (min-width:1366px) {
    .sidebar .contentItem {
        width: 100%;
    }

    .sidebar .contentItem-Anchor {
        align-items: center;
    }

    .sidebar .contentItem-Thumb {
        width: 140px;
        margin-right: 8px;
    }

    .sidebar .contentItem-Data_Title {
        font-size: unset;
        margin-bottom: 0;
    }
}


/* 水平スクロール */
.horizontalScroll {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 10px;
    scrollbar-width: none;
    /*Firefox対応のスクロールバー非表示コード*/
    -ms-overflow-style: none;
    /*Internet Explore対応のスクロールバー非表示コード*/
}

.horizontalScroll::-webkit-scrollbar {
    display: none;
    /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

@media screen and (min-width: 768px) {
    .horizontalScroll {
        padding: 0 42px;
        margin: 0 -48px;
    }
}
@media screen and (min-width: 1024px) {
    .horizontalScroll {
        padding: 0 32px;
        overflow-x: hidden;
    }
}

.horizontalScroll .contentItem {
    position: relative;
    min-width: 58%;
    max-width: 58%;
    margin: 0;
    padding: 0 6px;
}

@media screen and (min-width: 1024px) {
    .horizontalScroll .contentItem {
        padding: 0 16px;
    }
}

.horizontalScroll .contentItem.square {
    min-width: 42%;
    max-width: 42%;
    margin-bottom: 0;
}

@media screen and (max-width: 549px) {
    .feature .horizontalScroll .contentItem {
        min-width: 87%;
        max-width: 87%;
    }
    .feature .horizontalScroll .contentItem:first-of-type:last-of-type {
        min-width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 550px) {
    .horizontalScroll .contentItem {
        min-width: 45%;
        max-width: 45%;
    }

    .horizontalScroll .contentItem.square {
        min-width: 40%;
        max-width: 40%;
    }
}

@media screen and (min-width: 768px) {
    .horizontalScroll .contentItem {
      min-width: 40%;
      max-width: 40%;
    }

    .horizontalScroll .contentItem.square {
        min-width: 30%;
        max-width: 30%;
    }
}

@media screen and (min-width: 1024px) {
    .horizontalScroll .contentItem {
        min-width: 33.333333%;
        max-width: 33.333333%;
        /* width: 25%;
      min-width: 25%; */
    }

    .horizontalScroll .contentItem.square {
        min-width: 25%;
        max-width: 25%;
        /* width: 33.333333%;
        min-width: 33.333333%; */
    }
}

@media screen and (min-width: 1366px) {
    .horizontalScroll .contentItem {
        min-width: 25%;
        max-width: 25%;
    }
    .horizontalScroll .contentItem.square {
        min-width: 25%;
        max-width: 25%;
    }
}
@media screen and (min-width: 1536px) {
    .horizontalScroll .contentItem.square {
        /* min-width: 16.666666%;
      max-width: 16.666666%; */
        min-width: 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 1920px) {
    .horizontalScroll .contentItem {
        min-width: 20%;
        max-width: 20%;
    }

    .horizontalScroll .contentItem.square {
        /* min-width: 12.5%;
      max-width: 12.5%; */
        min-width: 16.666666%;
        max-width: 16.666666%;
    }
}

/* homeでは横幅に上限があるので、サイズ調整 */
@media screen and (min-width: 1024px) {
    .home .horizontalScroll .contentItem {
        min-width: 33.333333%;
        max-width: 33.333333%;
    }

    .home .horizontalScroll .contentItem.square {
        min-width: 25%;
        max-width: 25%;
    }
}

/* overflow-xでpadding-rightが適用されない対策 */
.horizontalScroll .contentItem:last-of-type::after,
.tab-Item:last-of-type::after,
.search-Person:last-of-type::after {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    height: 1px;
    width: 6px;
    background-color: transparent;
}

.tab-Item:last-of-type::after,
.search-Person:last-of-type::after {
    width: 12px;
}

@media screen and (min-width: 768px) {

    .horizontalScroll .contentItem:last-of-type::after,
    .tab-Item:last-of-type::after,
    .search-Person:last-of-type::after {
        width: 48px;
    }
}

.horizontalScroll .contentItem-Anchor {
    display: block;
    white-space: normal;

    height: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .horizontalScroll .contentItem-Anchor {
        border: 1px solid rgba(34,34,34,.12);
        border-radius: 4px;
        overflow: hidden;
    }
}

.horizontalScroll .contentItem-Thumb {
    margin: 0;
}

.horizontalScroll .contentItem-Data {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .horizontalScroll .contentItem-Thumb,
    .horizontalScroll .contentItem-Thumb img {
        border: 0;
        border-radius: 0;
    }
    .horizontalScroll .contentItem-Data {
        margin: 0;
        padding: 12px;
    }
}

.horizontalScroll .contentItem-Data_Title {
    margin: 6px 0 6px;
    font-size: 13px;
}
@media (min-width: 1024px) {
    .horizontalScroll .contentItem-Data_Title {
        margin-top: 0;
        font-size: 16px;
    }
}

/* .horizontalScroll .square .contentItem-Data_Title {
    font-size: 15px;
} */
@media (min-width: 1024px) {
    .horizontalScroll .square .contentItem-Data_Title {
        font-size: 16px;
    }
}
/* @media (1024px <= width < 1366px) {
    .horizontalScroll .square .contentItem-Data_Title {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
} */

.horizontalScroll .contentItem-Data_Meta {
    margin-top: auto;
}

.horizontalScroll .contentItem-Data_Category {
    display: none;
}

/* 動画・音声・記事ページはメタ情報を非表示 */
/* .page-template-page-top-video .contentItem-Data_Meta,
.page-template-page-top-audio .contentItem-Data_Meta,
.page-template-page-top-article .contentItem-Data_Meta {
    display: none;
}
.page-template-page-top-video .contentItem-Data_View,
.page-template-page-top-audio .horizontalScroll .contentItem-Data_View,
.page-template-page-top-article .contentItem-Data_View {
    margin-top: 0;
}
.page-template-page-top-article .contentItem-Data_View {
    align-items: end;
}
.page-template-page-top-article .contentItem-Data_View .view {
    margin-right: 0;
}
.page-template-page-top-article .contentItem-Data_View .bookmark {
    display: none;
} */

@media (min-width: 1024px) {
    .horizontalScroll .contentItem-Data_View {
        padding: 0 12px 12px;
        margin-top: 0;
    }
}


.horizontalScroll .square .contentItem-Data_View .view-item.comment {
    display: none;
}

.horizontalScroll-Arrow {
    display: block;
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 100%;
    top: 0; */
    bottom: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #efefef;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
}

.horizontalScroll-Arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* font-size: 3rem; */
    /* text-shadow: 0 0px 4px #fff; */
    font-size: 1.5rem;
    color: #D54A28;
}

.horizontalScroll-Arrow.prev {
    /* left: -24px; */
    /* left: 0; */
    right: 60px;
    /* background: linear-gradient(to right, rgba(255,255,255,.95), rgba(255,255,255,.6)); */
}

.horizontalScroll-Arrow.next {
    /* right: -24px; */
    right: 12px;
    /* background: linear-gradient(to left, rgba(255,255,255,.95), rgba(255,255,255,.6)); */
}

.horizontalScroll-Arrow.prev i {
    left: 47%;
}

.horizontalScroll-Arrow.next i {
    left: 53%;
}

@media screen and (max-width: 1023px) {
    .horizontalScroll-Arrow {
        display: none;
    }
}

/* ドットナビゲーションの共通スタイル */
.horizontalScroll_Dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.horizontalScroll_Dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(34, 34, 34, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.horizontalScroll_Dot:hover {
    background-color: #226CE0;
}

.horizontalScroll_Dot:focus {
    outline: 2px solid #226CE0;
    outline-offset: 2px;
}

.horizontalScroll_Dot.active {
    background-color: #226CE0;
}

/* デスクトップではドットナビゲーションを非表示 */
@media (min-width: 1024px) {
    .horizontalScroll_Dots {
        display: none;
    }
}


/* ----------------------------------------
   音声コンテンツ一覧
   ---------------------------------------- */

/* list形式の一覧で音声コンテンツが並んでいたら背景をぼかす */
/* .audio:not(.radio) .contentItem-Thumb {
    background-size: cover;
    background-position: center center;
}

.audio:not(.radio) .contentItem-Thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.audio.wide:not(.radio) .contentItem-Thumb::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.audio.wide:not(.radio) .contentItem-Thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: auto;
    height: 100%;
    border: 0;
    border-radius: 0;
}

.audio.square .contentItem-Thumb {
    border-radius: 4px;
    overflow: hidden;
}
.audio.square .contentItem-Thumb::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.audio.square .contentItem-Thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 0;
    border-radius: 0;
    height: 100%;
    width: auto;
    max-width: none;
}

.audio.bookshelf.square .contentItem-Thumb::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.audio.bookshelf .contentItem-Thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: auto;
    height: 90%;
}

.contentItem-Thumb .radio-theme-name {
    display: none;
    overflow: hidden;
}
.contentItem-Thumb .radio-theme-name span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* columnList */
@media (max-width: 549px) {
    .columnList:not(.pickup) .contentItem-Thumb .radio-theme {
        font-size: 16px;
    }
    .columnList:not(.pickup) .contentItem-Thumb .radio-theme-day {
        width: 25%;
        height: 25%;
    }
}
@media (min-width: 550px) and (max-width: 767px) {
    .columnList:not(.pickup) .contentItem-Thumb .radio-theme {
        font-size: 20px;
    }
    .columnList:not(.pickup) .contentItem-Thumb .radio-theme-day {
        width: 20%;
        height: 20%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .columnList:not(.pickup) .contentItem-Thumb .radio-theme {
        font-size: 16px;
    }
    .columnList:not(.pickup) .contentItem-Thumb .radio-theme-day {
        width: 20%;
        height: 20%;
    }
}
@media (min-width: 1024px) {
    .columnList:not(.pickup) .contentItem-Thumb .radio-theme {
        font-size: 20px;
    }
    .columnList:not(.pickup) .contentItem-Thumb .radio-theme-day {
        width: 20%;
        height: 20%;
    }
}

/* 正方形のhorizontalScroll */
@media (min-width: 550px) {
    .audio.square .contentItem-Thumb .radio-theme {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .audio.square .contentItem-Thumb .radio-theme-day {
        width: 20%;
        height: 20%;
    }
}
@media (min-width: 1024px) {
    .audio.square .contentItem-Thumb .radio-theme {
        font-size: 24px;
    }
}


/* ----------------------------------------
   動画TOP
   ---------------------------------------- */
.video-Recent .view-item.date span::after {
    content: '公開';
    margin-left: 4px;
}
@media (max-width: 549px) {
    .video-Recent .appPage-Section_Inner {
        padding: 0;
    }

    .video-Recent .contentItem {
        padding-bottom: 20px;
    }

    .video-Recent .contentItem:not(:first-of-type) {
        margin-top: 0;
    }

    .video-Recent .contentItem:not(:last-of-type) {
        border-bottom: 8px solid rgb(34,34,34,.05);
    }

    .video-Recent .contentItem-Thumb {
        border-radius: 0;
        border: 0;
        width: 100vw;
    }

    .video-Recent .contentItem-Thumb img {
        border-radius: 0;
        border: 0;
    }

    .video-Recent .contentItem-Data,
    .video-Recent .contentItem-Data_View {
        padding: 0 16px;
        padding-left: calc(64px + 12px + 16px);
    }

    .video-Recent .contentItem-Data_Title {
        margin: 10px 0;
    }

    .video-Recent .contentItem-SeriesThumbnail {
        display: block;
        position: absolute;
        top: 12px;
        left: 16px;
        width: 64px;
        height: auto;
    }
    .video-Recent .contentItem-SeriesThumbnail img {
        border-radius: 2px;
        vertical-align: bottom;
    }
}

.video-History .contentItem-Data,
.video-History .contentItem-Data_View {
    display: none;
}
@media (max-width: 549px) {
    .video-History .horizontalScroll .contentItem {
        min-width: 45%;
    }
}


/* ----------------------------------------
     音声TOP
     ---------------------------------------- */
.audio-Recent .view-item.date span::after {
    content: '公開';
    margin-left: 4px;
}
@media (max-width: 549px) {
    .audio-Recent .appPage-Section_Inner {
        padding: 0;
    }

    .audio-Recent .contentItem {
        padding-bottom: 20px;
    }

    .audio-Recent .contentItem:not(:first-of-type) {
        margin-top: 0;
    }

    .audio-Recent .contentItem:not(:last-of-type) {
        border-bottom: 8px solid rgb(34,34,34,.05);
    }

    .audio-Recent .contentItem-Thumb {
        border-radius: 0;
        border: 0;
        width: 100vw;
    }

    .audio-Recent .contentItem-Thumb img {
        border-radius: 0;
        border: 0;
    }

    .audio-Recent .contentItem-Data,
    .audio-Recent .contentItem-Data_View {
        padding: 0 16px;
        padding-left: calc(64px + 12px + 16px);
    }

    .audio-Recent .contentItem-Data_Title {
        margin: 10px 0;
    }

    .audio-Recent .contentItem-SeriesThumbnail {
        display: block;
        position: absolute;
        top: 12px;
        left: 16px;
        width: 64px;
        height: auto;
    }
    .audio-Recent .contentItem-SeriesThumbnail img {
        border-radius: 2px;
        vertical-align: bottom;
    }
}

.audio-Category .contentItem-Data_Meta {
    display: none;
}

.audio-Category .appPage-Section {
    padding: 0;
    margin: 0;
}

.audio-Category .contentItem-Anchor {
    align-items: center;
}

.audio-Category .contentItem-Thumb {
    width: 80px;
    margin-right: .5rem;
}

@media (min-width: 550px) {
    .audio-Category .contentItem-Data_Title {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .audio-Category_List {
        /* padding: 0 48px; */
    }
}

@media (min-width: 1366px) {
    .audio-Category {
        /* padding: 0 48px; */
    }

    .audio-Category_List {
        display: flex;
        flex-wrap: wrap;
    }

    .audio-Category_List_Item {
        width: 30%;
    }

    .audio-Category_List_Item:not(:nth-of-type(3n+1)) {
        margin-left: 5%;
    }

    .audio-Category_List_Item:nth-of-type(n+4) {
        margin-top: 5%;
    }

    .audio-Category .appPage-Section_Header {
        padding: 0;
    }

    .audio-Category .appPage-Section_Header_Title {
        font-size: 1.2em;
    }

    .audio-Category .vertical {
        padding: 0;
    }
}


/* ----------------------------------------
     記事TOP
     ---------------------------------------- */
@media (max-width: 549px) {
    .article-Recent .appPage-Section_Header {
        padding: 0 16px 16px;
        margin: 0 -16px;
        border-bottom: 1px solid rgb(239, 239, 239);
    }

    .article-Recent .contentList {
        margin: 0 -16px;
    }

    .article-Recent .contentItem:not(:first-of-type) {
        margin: 0;
        border-top: 1px solid rgba(239,239,239);
    }

    .article-Recent .contentItem-Anchor {
        display: block;
        padding: 16px;
    }
}


/* 再生ボタン（音声コンテンツ限定） */
.contentItem-Play {
    margin-top: 8px;
}
.contentItem-Play_Button {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    line-height: 1;
    border-radius: 100px;
    background-color: rgb(239, 239, 239);
    color: #db614c;
    font-weight: bold;
}
.contentItem-Play_Button i {
    font-size: .8em;
    margin-right: 4px;
}
.contentItem-Play_Button:hover {
    background-color: #db614c;
    color: #ffffff;
    transition: none;
}


/* 動画コーナーのサムネイル（動画コンテンツ限定） */
.contentItem-SeriesThumbnail {
    display: none;
}
.contentItem-SeriesThumbnail .onAir {
    text-align: center;
    width: 100%;
    background: #d3533e;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
    font-size: 10px;
    margin-top: 4px;
}


/* ----------------------------------------
     Newspicks風のコンテンツ一覧
     ---------------------------------------- */

/* 既存スタイルの打ち消し */
.vertical .contentItem,
.columnList .contentItem {
    width: 100%;
}
.vertical .contentItem {
    margin: 0;
}
@media screen and (max-width: 549px) {
    .columnList .contentItem:not(:first-of-type) {
        margin-top: 0;
    }
}
@media screen and (min-width:550px) and (max-width: 1023px) {
    .columnList .contentItem:not(:nth-of-type(2n+1)) {
        margin-left: unset;
    }

    .columnList .contentItem:nth-of-type(n+3) {
        margin-top: unset;
    }
}
@media screen and (min-width:1024px) and (max-width: 1535px) {
    .columnList .contentItem:not(:nth-of-type(3n+1)) {
        margin-left: unset;
    }

    .columnList .contentItem:nth-of-type(n+4) {
        margin-top: unset;
    }
}
@media screen and (min-width:1536px) and (max-width: 1919px) {
    .columnList .contentItem:not(:nth-of-type(4n+1)) {
        margin-left: unset;
    }

    .columnList .contentItem:nth-of-type(n+5) {
        margin-top: unset;
    }
}
@media screen and (min-width:1920px) {
    .columnList .contentItem:not(:nth-of-type(5n+1)) {
        margin-left: 0;
    }

    .columnList .contentItem:nth-of-type(n+6) {
        margin-top: 0;
    }
}

/* 独自のスタイル */

.columnList {
    border-top: 1px solid rgba(34,34,34,.12);
    margin: 0 -16px;
}

.columnList.pickup {
    padding: 16px 16px 0;
}

@media (min-width: 768px) {
    .columnList {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .columnList.pickup {
        padding: 0;
    }
}

.vertical .contentItem,
.columnList .contentItem {
    border-bottom: 1px solid rgba(34,34,34,.12);
}

@media (max-width: 767px) {
    .vertical .contentItem:last-of-type,
    .columnList .contentItem:last-of-type {
        border: 0;
    }
}

.vertical .contentItem-Anchor,
.columnList .contentItem-Anchor {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 16px;
}
@media (min-width: 768px) {
    /* .vertical .contentItem-Anchor, */
    .columnList .contentItem-Anchor {
        padding: 16px 0;
    }
}

.vertical .contentItem-Thumb,
.columnList .contentItem-Thumb  {
    width: 100px;
    margin-left: 8px;
    margin-bottom: 12px;
}
@media screen and (min-width:550px) {
    .vertical .contentItem-Thumb,
    .columnList .contentItem-Thumb  {
        width: 150px;
    }
}
@media screen and (min-width:768px) {
    .vertical .contentItem-Thumb,
    .columnList .contentItem-Thumb  {
        width: 120px;
        margin-bottom: 0;
    }
}
@media screen and (min-width:1024px) {
    .vertical .contentItem-Thumb,
    .columnList .contentItem-Thumb {
        width: 180px;
    }
}

.vertical .contentItem-Data_Title,
.columnList .contentItem-Data_Title {
    margin: 0;
}

.vertical .contentItem-Data_Category,
.columnList .contentItem-Data_Category {
    padding: 0;
    background-color: transparent;
    font-weight: normal;
    font-size: unset;
}

@media screen and (min-width:768px) {
    .columnList {
        display: flex;
        flex-wrap: wrap;
    }

    .columnList .contentItem {
        width: 48%;
    }

    .columnList .contentItem:nth-of-type(2n) {
        margin-left: 4%;
    }

    .columnList .contentItem-Anchor {
        padding: 24px 0;
    }
}

.columnList-Col_Item .contentItem {
    width: 100%;
    margin: 0;
}

@media (max-width: 767px), (min-width: 1024px) {
    .columnList-Col_Item:first-of-type .contentItem-Anchor {
        flex-direction: column;
        padding: 0 0 12px;
    }

    .columnList-Col_Item:first-of-type .contentItem-Thumb {
        width: 100%;
        margin: 0;
    }

    .columnList-Col_Item:first-of-type .contentItem-Data_Title {
        margin-top: 8px;
    }
}

@media (min-width: 768px) {
    .columnList-Col_Item .contentItem:nth-of-type(2n) {
        margin-left: 0;
    }

    .columnList-Col_Item:last-of-type .contentItem-Thumb .radio-theme {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .columnList-Col_Item:first-of-type .columnList-Comment {
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .columnList-Col {
        width: 100%;
        display: flex;
    }

    .columnList-Col_Item {
        flex: 1;
    }

    .columnList-Col_Item:first-of-type .columnList,
    .columnList-Col_Item:first-of-type .contentItem {
        border: 0;
    }

    .columnList-Col_Item:last-of-type {
        margin-left: 48px;
    }

    .columnList-Col_Item:last-of-type .contentItem-Thumb {
        width: 120px;
    }

    .columnList-Col_Item:last-of-type .contentItem-Thumb .radio-theme {
        font-size: 1rem;
    }
}

.columnList-Comment {
    border: 1px solid rgba(34,34,34,.12);
    border-radius: 4px;
    padding: 12px;
}

.columnList-Comment_Head {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.columnList-Comment_Anchor {
    display: flex;
    font-size: 12px;
}

.columnList-Comment_Anchor:hover {
    text-decoration: underline;
}

.columnList-Comment_Meta_Icon {
    width: 30px;
    margin-right: 8px;
}
.columnList-Comment_Meta_Icon img {
    width: 30px;
    aspect-ratio: 1/1;
    vertical-align: bottom;
    border-radius: 50%;
    object-fit: cover;
}

.columnList-Comment_Data {
    flex: 1;
    line-height: 1;
}

.columnList-Comment_Data_Name {
    font-weight: bold;
    margin: 2px 0 6px;
}

.columnList-Comment_Data_Meta {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    color: rgba(34, 34, 34, .6);
    line-height: 1.5;
}

@media (max-width: 767px) {
    .columnList-Col_Item:first-of-type .columnList-Comment {
        margin-bottom: 12px;
    }
}

/* ----------------------------------------
     blurスタイル（画像背景のあるsectionでのコンテンツ一覧）
     ---------------------------------------- */
.blur .contentItem-Anchor {
    color: #fff;
    overflow: hidden;
}
.blur .contentItem-Data_Category {
    background-color: transparent;
    padding: 0;
}
.blur .contentItem-Data_View {
    color: rgba(255,255,255,.7);
}
.blur .contentItem-Data_View .view-item {
    color: rgba(255,255,255,1);
}
.blur .contentItem-Data_View .favorite::before {
    -webkit-text-stroke: 0.75px rgba(0,0,0,.7);
}
.blur .contentItem-Data_View .bookmark::before {
    -webkit-text-stroke: 0;
}

/* 水平スクロール */
.blur .horizontalScroll .contentItem-Thumb img {
    border: 0;
}
.blur .horizontalScroll-Arrow i {
    color: #fff;
    /* text-shadow: none; */
}
/* .blur .horizontalScroll-Arrow.prev {
    background: linear-gradient(to right, rgba(51,51,51,.95), rgba(51,51,51,.6));
}
.blur .horizontalScroll-Arrow.next {
    background: linear-gradient(to left, rgba(51,51,51,.95), rgba(51,51,51,.6));
} */

/* @media screen and (min-width:1024px) { */
    .blur .contentItem-Anchor {
        background-color: rgba(0,0,0,.7);
        border-radius: 4px;
    }
    .blur .horizontalScroll .contentItem-Thumb {
        border: 0;
        border-radius: 0;
    }
    .blur .horizontalScroll .contentItem-Data {
        margin: 0;
        padding: 12px;
    }
    .blur .horizontalScroll .contentItem-Data_Title {
        margin-top: 0;
    }
    .blur .horizontalScroll .contentItem-Data_View {
        padding: 0 12px 12px;
        margin-top: 0;
    }
    .blur .horizontalScroll .photo .contentItem-Data_View {
        padding-top: 12px;
    }
/* } */


/* ----------------------------------------
     pickup-section
     ---------------------------------------- */
.appPage-Pickup .appPage-Section_Header_Title {
  display: flex;
  align-items: center;
}
.appPage-Pickup .appPage-Section_Header_Title.streaming::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #d3533e;
  border-radius: 50%;
  margin-left: 12px;
}
.appPage-Pickup .contentItem {
  width: 100%;
  border-bottom: 0;
}
.appPage-Pickup .columnList .contentItem-Thumb {
  width: 30%;
}

/* titleが設定されていないとき */
.appPage-Pickup.no-title .columnList {
    border-top: 0;
}

@media (max-width: 767px) {
  .appPage-Pickup .contentItem-Anchor {
    flex-direction: column;
  }
  .appPage-Pickup .columnList .contentItem-Thumb {
    width: 100%;
    margin: 0 0 12px;
  }
  .appPage-Pickup .contentItem-Data {
    width: 100%;
  }
}
@media (min-width: 768px) {
    .appPage-Pickup.no-title .contentItem-Anchor {
        background-color: rgba(34, 34, 34, .05);
        padding: 24px;
        border-radius: 4px;
    }
    .appPage-Pickup.no-title .columnList .contentItem-Data_Title {
        font-size: 24px;
        margin-bottom: 8px;
    }
}


/* ----------------------------------------
     courseList
     ---------------------------------------- */
.courseList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 549px) {
  .courseList .contentItem {
    width: 48%;
  }
  .courseList .contentItem-Anchor {
    display: block;
  }
  .courseList .contentItem-Thumb {
    width: 100%;
    margin: 0;
  }
  .courseList .contentItem:not(:first-of-type) {
    margin-top: 0;
  }
  .courseList .contentItem:nth-of-type(2n) {
    margin-left: 4%;
  }
  .courseList .contentItem:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
@media screen and (min-width:550px) and (max-width:1023px) {
  .courseList .contentItem {
    margin: 0;
    width: 32%;
  }
  .courseList .contentItem:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .courseList .contentItem:nth-of-type(n+4) {
    margin-top: 12px;
  }
}
@media screen and (min-width:1024px) and (max-width:1535px) {
  .courseList .contentItem {
    margin: 0;
    width: 23.5%;
  }
  .courseList .contentItem:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  .courseList .contentItem:nth-of-type(n+5) {
    margin-top: 12px;
  }
}
@media screen and (min-width:1536px) and (max-width:1919px) {
  .courseList .contentItem {
    margin: 0;
    width: 18.4%;
  }
  .courseList .contentItem:not(:nth-of-type(5n+1)) {
    margin-left: 2%;
  }
  .courseList .contentItem:nth-of-type(n+6) {
    margin-top: 12px;
  }
}
@media screen and (min-width:1920px) {
  .courseList .contentItem {
    margin: 0;
    width: 18.4%;
  }
  .courseList .contentItem:not(:nth-of-type(5n+1)) {
    margin-left: 2%;
  }
  .courseList .contentItem:nth-of-type(n+6) {
    margin-top: 12px;
  }
}

/* TOPは横幅に上限があるので */
@media screen and (min-width:1024px) {
  .home .courseList .contentItem {
    margin: 0;
    width: 23.5%;
  }
  .home .courseList .contentItem:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  .home .courseList .contentItem:nth-of-type(n+5) {
    margin-top: 12px;
  }
}

.courseList .contentItem {
    border-radius: 4px;
    border: 1px solid rgba(34,34,34,.12);
    overflow: hidden;
}

.courseList .contentItem-Anchor:hover {
  opacity: .5;
}

.courseList .contentItem-Thumb,
.courseList .contentItem-Thumb img {
    border: 0;
    border-radius: 0;
}

.courseList .contentItem-Data_Title {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    padding: 6px 8px;
}
@media (min-width: 1024px) {
    .courseList .contentItem-Data_Title {
        font-size: 16px;
        padding: 8px 10px;
    }
}

.courseList-Count {
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: rgb(34, 34, 34, 0.70);
  font-size: 12px;
    line-height: 1.4;
    margin: 0;
    padding: 6px 8px;
}
.courseList-Count span {
  display: inline-block;
}
.courseList-Count span:not(:first-of-type) {
  margin-left: 4px;
}
.courseList-Count span.status {
  background-color: rgb(34, 34, 34, 0.08);
  padding: 2px 8px;
  border-radius: 30px;
  font-weight: bold;
}
.courseList-Count span.status.end {
  background-color: rgb(34, 34, 34, 0.70);
  color: #fff;
}
.courseList-Count span.update {
  color: #db614c;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .courseList-Count {
    font-size: .9em;
  }
}