/* 番組のフレーム */
.frame-premium,
.frame-trial {
    background: 0 0 no-repeat;
    background-size: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.frame-premium {
    background-image: url('https://special.janbari.com/a/img/frame_premium_2.png');
}

.frame-trial {
    background-image: url('https://special.janbari.com/a/img/frame_trial_4.png');
}

/* トップページのメニュー  */
.programListSwitch {
    padding: 20px 10px 10px;
}

.programListSwitch .programListSwitch-category {
    display: flex;
    justify-content: space-between;
}

.programListSwitch .programListSwitch-category li {
    align-items: center;
    background-color: #ededed;
    border-radius: 4px;
    color: #DC4991;
    display: flex;
    font-size: 3.4vw;
    justify-content: center;
    padding: 10px;
    width: 100%;
}

.programListSwitch .programListSwitch-category li:nth-child(2) {
    margin: 0 8px;
}

.programListSwitch .programListSwitch-category li.programListSwitch-current {
    background-color: #DC4991;
    color: #fff;
    font-weight: bold;
}

#programSubCategoryView {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    text-align: center;
}

#programSubCategoryView:before{
  content: '';
  backdrop-filter: blur(12px);
  position: fixed;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

#programSubCategoryView .programSubCategoryView-list {
    border: rgba(255, 255, 255, 0.2) solid 0;
    border-top-width: 1px;
    width: 80%;
}

#programSubCategoryView .programSubCategoryView-list-item {
    border: rgba(255, 255, 255, 0.2) solid 0;
    border-bottom-width: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 5.1vw;
    padding: 20px;
}

.programSubCategoryView-close {
    background-color: #f44336;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    font-size: 5.1vw;
    color: #fff;
    font-weight: bold;
    padding: 16px;
}

[data-menu-category] {
    cursor: pointer;
}

/* 新着動画 */
.s-newProgramList {
    padding: 0 10px;
}

.s-newProgramList-itemBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s-newProgramList-itemBlock li {
    margin-bottom: 4px;
    max-width: 49%;
    min-width: 49%;
}

.s-newProgramList-itemBlock #bangumi_table {
    padding: 0;
    width: 100%;
}

.p-comment {
    margin-top: -60px;
    padding-top: 80px;
}

.is-commnet {
    min-width: 224px;
    padding: 10px 20px 15px;
}

.p-product-menu {
    background-color: #fff;
}

.onelineListArea {
    background-color: #eeeeee;
    padding: 12px;
}

.onelineList {
    display: block;
    height: 100vw;
    overflow: auto;
}

.onelineList .l-grid__col1 {
    width: 100%;
}

.onelineList a {
    display: block;
    padding: 12px;
}

.onelineList article {
    background-color: #fff;
}

.onelineList .onelineList-wrapper  {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.onelineList .onelineList-wrapper-left {
    min-width: 49%;
    max-width: 49%;
}

.onelineList .frame-premium,
.onelineList .frame-trial {
    top: 12px;
    left: 12px;
    width: 46%;
}

.onelineList .onelineList-wrapper-right {
    padding-left: 10px;
    min-width: 49%;
    max-width: 49%;
}

.onelineList .p-media-episode {
    margin-bottom: 1px;
}

.onelineList .p-media-episode:last-child {
    margin-bottom: 0;
}

.onelineList .p-media-episode__ttl {
    margin-top: 0;
}

.onelineList-footer {
    display: none;
}

.onelineList .onelineList-footer {
    display: block;
    color: #757575;
    font-size: 12px;
    margin-top: 12px;
    width: 100%;
    line-height: 1.5em;
}

.loadingMessage {
    text-align: center;
    padding: 12px;
}

.listFilterArea {
    display: flex;
    justify-content: space-around;
    margin: 0 0 12px;
}

.listFilterArea button {
    background-color: #9e9e9e;
    color: #fff;
    border-radius: 20px;
    width: 10em;
    padding: 12px;
}

button.listFilterArea-current {
    background-color: #DC4991;
}

.p-media-episode__ttl {
    line-height: 1.5em;
}

.listSubText {
    margin: 8px 0;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 1.5em;
}

#searchSuggestBox {
    background-color: #fff;
    border: 1px solid #212121;
    overflow: auto;
    position: fixed;
    top: 120px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.searchSuggestBox-pc {
    top: 70px !important;
    left: 340px !important;
    right: auto !important;
    width: 436px;
    bottom: auto !important;
}

#searchSuggestBox a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 16px;
    color: #212121;
}

#searchSuggestBox a:hover {
    background-color: #fff9c4;
}

#searchSuggestBox a img {
    border: 1px solid #e0e0e0;
    width: 100px;
    margin: -8px -8px -8px 16px;
}

.searchSuggestBox-categoryTitle {
    background-color: #212121;
    border: 0 solid #e0e0e0;
    border-bottom-width: 1px;
    color: #fff;
    font-weight: bold;
    padding: 16px;
}

.searchSuggestBox-categoryGroup-program,
.searchSuggestBox-categoryGroup-people {
    border: 0 solid #e0e0e0;
    border-bottom-width: 1px;
}

.searchSuggestBox-categoryItem {
    border: 0 solid #e0e0e0;
    border-bottom-width: 1px;
}

.searchSuggestBox-categoryItem:last-child {
    border-bottom-width: 0;
}
