*{
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "メイリオ", Meiryo, sans-serif!important;

}

@media (min-width: 761px){
  .pageHeader {
    border-bottom: 1px solid #CCCCCC;
   }
  .pageHeader h1 {
    padding: 18px 22px;
  }
  .pageHeader h1 img{
    width: 110px;
    height: auto;
  }
}
@media (max-width: 760px){
 .pageHeader h1 {
  padding: 11px 0;
  text-align: center;
 }
}

#priceArea{
    padding: 120px 0 10px;
}
#priceArea2{
    padding: 0 0 10px;
}
  #priceArea2 .subTitle {
    background: #C3000F;
    width: 100%;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 50px;
    text-align: center;
  }
  #priceArea2 .subTitle.alignBaseline {
    align-items: baseline;
  }
  #priceArea2 .subTitle span.textLarge {
    font-size: 36px;
    line-height: 1.4;
  }
  #priceArea2 .subTitle span.price {
    font-family: 'Roboto', sans-serif;
    font-size: 62px;
    line-height: 1.3;
    font-weight: 500;
    padding: 0 2px;
  }
  #priceArea2 .priceInfo2 .subTitle {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 50px;
  }
  #priceArea2 .priceInfo:not(:last-child) {
    padding-bottom: 120px;
  }
  #priceArea2 .priceInfo1 {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
  }
  #priceArea2 .priceTable {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0 0 60px;
    position: relative;
  }
  #priceArea2 .priceTable::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 20px solid #fff;
    border-right: 0;
  }
  #priceArea2 .priceTable .priceBox {
    max-width: 360px;
    width: 100%;
    background: #C3000F;
  }
  #priceArea2 .priceTable .tit {
    background: #E60012;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
  }
  #priceArea2 .priceTable .fee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    min-height: 90px;
    margin: 0 20px;
    padding: 0 16px;
  }
  #priceArea2 .priceTable .viewingFee {
    border-bottom: 1px solid #fff;
  }
  #priceArea2 .priceTable .fee .flag {
    color: #E60012;
    background: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    padding: 5px 8px 4px 8px;
  }
  #priceArea2 .priceTable .fontLearge {
    font-size: 52px;
    line-height: 1.3;
  }
  #priceArea2 .priceTable .fontMedium {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
  }
  #priceArea2 .priceTable .text {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
  }


  #priceArea2 .chFee {
    margin-bottom: 60px;
  }
  #priceArea2 .chFee .tit {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    margin: 0 0 19px;
  }
  #priceArea2 .chFee2 .tit img {
    width: auto;
    height: 37px;
    margin-right: 12px;
  }
  #priceArea2 .chFee .viewingFee {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #priceArea2 .chFee .viewingFee .flag {
    font-size: 32px;
    line-height: initial;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    width: 100%;
    min-height: 80px;
    border-radius: 6px;
    text-align: center;
    padding: 17px 30px;
    word-break: break-all;
  }
  #priceArea2 .chFee2 .viewingFee .flag {
    background: #0099FF!important;
    color: #fff!important;
  }
  #priceArea2 .chFee .viewingFee .price {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
  }
  #priceArea2 .chFee .viewingFee .price .fontLearge {
    font-size: 66px;
    line-height: 1.3;
    font-weight: bold;
  }
  #priceArea2 .chFee2 .viewingFee .price .fontLearge {
    color: #0099FF!important;
  }
  #priceArea2 .chFee .viewingFee .price .fontSmall {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
  }
  #priceArea2 .chFee .annotation {
    font-size: 20px;
    line-height: 2.2;
    text-align: center;
    margin-top: 12px;
  }
  .chFee .mustReadbox {
    margin: 12px auto 0;
    display: none;
  }
  #priceArea2 .flexWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  #priceArea2 .flexWrapper .c-btn a {
    min-width: 360px;
    min-height: 85px;
    font-size: 18px;
    line-height: 1.5;
  }

  #priceArea2 .priceInfo2 .img {
    margin: 0 0 50px;
    text-align: center;
  }

@media (max-width: 768px) {
    /* #priceArea */
  #priceArea2 {
    background: #1B1B1B;
    padding: 1vw 0;
    /* border-bottom: 0.13vw solid #707070; */
  }
  #priceArea2 .subTitle {
    background: #C3000F;
    display: block;
    width: 100%;
    min-height: 29.46vw;
    font-size: 5.33vw;
    line-height: 1.5;
    font-weight: bold;
    padding: 4.53vw 5.33vw 5.2vw;
    margin: 0 0 9.33vw;
    text-align: center;
  }
  #priceArea2 .subTitle span.textLarge {
    font-size: 8vw;
    line-height: 1.1;
  }
  #priceArea2 .subTitle span.price {
    font-family: 'Roboto', sans-serif;
    font-size: 14.93vw;
    line-height: 1.3;
    font-weight: 500;
  }
  #priceArea2 .priceInfo2 .subTitle {
    width: 89.33vw;
    margin: 0 auto 8vw;
  }
  #priceArea2 .priceInfo1 {
    padding: 0 5.33vw;
  }
  #priceArea2 .priceInfo:not(:last-child) {
    padding-bottom: 9.33vw;
  }
  #priceArea2 .priceTable {
    display: flex;
    flex-direction: column;
    gap: 12.8vw;
    margin: 0 0 13.33vw;
    position: relative;
  }
  #priceArea2 .priceTable::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: rotate(90deg);
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7.19vw solid transparent;
    border-bottom: 7.19vw solid transparent;
    border-left: 5.33vw solid #fff;
    border-right: 0;
  }
  #priceArea2 .priceTable .priceBox {
    width: 100%;
    background: #C3000F;
  }
  #priceArea2 .priceTable .tit {
    background: #E60012;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 13.33vw;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
  }
  #priceArea2 .priceTable .fee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.46vw;
    line-height: 1.3;
    font-weight: bold;
    min-height: 21.86vw;
    margin: 0 6.13vw;
    padding: 0 4.6vw;
  }
  #priceArea2 .priceTable .viewingFee {
    border-bottom: 0.26vw solid #fff;
  }
  #priceArea2 .priceTable .fee .flag {
    color: #E60012;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 15.46vw;
    height: 6.93vw;
    font-size: 3.73vw;
    line-height: 1.3;
    font-weight: bold;
  }
  #priceArea2 .priceTable .fontLearge {
    font-size: 13.33vw;
    line-height: 1.3;
  }
  #priceArea2 .priceTable .fontMedium {
    font-size: 6.93vw;
    line-height: 1.3;
    font-weight: bold;
  }
  #priceArea2 .priceTable .text {
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: bold;
  }

  #priceArea2 .chFee {
    margin-bottom: 13.33vw;
  }
  #priceArea2 .chFee .tit {
    font-size: 4.8vw;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5.33vw;
  }
  #priceArea2 .chFee2 .tit img {
    width: auto;
    height:  9.46vw;
    margin-right: 1.33vw;
  }
  #priceArea2 .chFee .viewingFee {
    display: flex;
    flex-direction: column;
    gap: 1.33vw;
    text-align: center;
  }
  #priceArea2 .chFee .viewingFee .flag {
    font-size: 5.33vw;
    line-height: initial;
    font-weight: bold;
    width: 100%;
    padding: 2.66vw 1.39vw;
    border-radius: 1.6vw;
    text-align: center;
    margin: 0 auto;
    word-break: break-all;
  }
  #priceArea2 .chFee2 .viewingFee .flag {
    background: #0099FF!important;
    color: #fff!important;
  }
  #priceArea2 .chFee .viewingFee .price {
    font-size: 5.33vw;
    line-height: 1.3;
    font-weight: bold;
  }
  #priceArea2 .chFee .viewingFee .price .fontLearge {
    font-size: 13.33vw;
    line-height: 1.3;
    font-weight: bold;
  }
  #priceArea2 .chFee2 .viewingFee .price .fontLearge {
    color: #0099FF!important;
  }
  #priceArea2 .chFee .viewingFee .price .fontSmall {
    font-size: 3.46vw;
    line-height: 1.3;
    font-weight: bold;
  }
  #priceArea2 .chFee .annotation {
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
    margin-top: 2.66vw;
  }
  .chFee .mustReadbox {
    width: 100%;
    margin: 2.66vw auto 0;
    display: none;
  }
  #priceArea2 .flexWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
  #priceArea2 .priceInfo2 .flexWrapper {
    padding: 0 5.33vw;
  }
  #priceArea2 .flexWrapper .c-btn {
    width: 100%;
  }
  #priceArea2 .flexWrapper .c-btn a {
    max-width: none;
    width: 100%;
    font-size: 4.26vw;
    line-height: 1.5;
    margin: 0 auto;
  }
  #priceArea2 .priceInfo1 .flexWrapper .c-btn a {
    height: 21.33vw;
    border: 0.53vw solid;
  }
  #priceArea2 .priceInfo2 .flexWrapper .c-btn a {
    height: 16vw;
  }
  .fw .flexWrapper .c-btn--blueline a:after, .fw .flexWrapper .c-btn--blueline button:after {
    background: url(/global/assets/images/icon/icon_arrow-a_blue.svg) no-repeat center center;
    background-size: 100% auto;
    width: 5.33vw;
    height: 5.33vw;
    right: 4vw;
  }

  #priceArea2 .priceInfo2 .img {
    display: flex;
    justify-content: center;
    margin: 0 0 9.33vw;
  }
  #priceArea2 .priceInfo2 .img img {
    width: 96vw;
    margin: 0 auto;
  }
}
.titleArea .titleArea__inner h1.title {
    line-height: 2 !important;
}
.titleArea .titleArea__inner .title:after {
    content: "";
    position: absolute;
    top: 65%;
    left: 10px;
    width: 300px;
    height: 50px;
    background: url(/program/st/promo/2404channelNECO/img/ch_logo01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
    padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
    .titleArea .titleArea__inner .title:after {
        content: "";
        position: absolute;
        top: 19vw;
        left: 47vw;
        width: 42.8vw;
        height: 50px;
        background: url(/program/st/promo/2404channelNECO/img/ch_logo02.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        transform: translate(0, -50%);
    }
    .titleArea .titleArea__inner h1.title {
        line-height: 1.5 !important;
    }
}
section h3.kihon__area{
    font-size: 40px;
    line-height: 2;
    color: #fff;
}
section h3::after{
    background: #0099FF;
}
section h3.kihon__area::after{
    background: #0099FF;
}

@media screen and (max-width: 768px) {
  section h3.kihon__area img{
    width: 72px;
}
}
#priceArea .priceTable .fee .flag{
    color: #0099FF;
}

#priceArea .priceTable::after{
 border-left: 20px solid #0099FF;
}

#priceArea .chFee .tit{
    margin: 0 0 25px;
}
#priceArea .chFee2 .viewingFee .flag.red{
    background: #EE3F22!important;
    color: #fff!important;
}
#priceArea .chFee2 .viewingFee .price .fontLearge.red{
    color: #EE3F22!important;
}
@media (max-width: 768px) {
  section h3.kihon__area{
    font-size: 7vw;
  }
}

/* .inquiryArea */
.inquiryArea {
    color: #000;
    padding-bottom: 90px;
}
#mainContents .inquiryArea .sectionInner {
    max-width: 1060px;
}
.inquiryArea a {
    color: #0099ff;
}
.inquiryArea h3 {
    text-align: center;
    margin: 70px 0 80px;
}
.inquiryArea .acWrapper {
    border-bottom: 2px solid #e5e5e5;
}
.inquiryArea .acWrapper:first-of-type {
    border-top: 2px solid #e5e5e5;
}
.inquiryArea .acWrapper .question,
.inquiryArea .acWrapper .answer .text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
}
.inquiryArea .acWrapper .question {
    padding: 22px 0;
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
    color: #0099FF;
}
.inquiryArea .acWrapper .question:hover {
    opacity: 0.7;
}
/*アイコンの＋と-*/
.inquiryArea .acWrapper .question::before,
.inquiryArea .acWrapper .question::after{
    position: absolute;
    content:'';
    width: 16px;
    height: 2px;
    background-color: #000;
}
.inquiryArea .acWrapper .question::before{
    top:48%;
    right: 40px;
    transform: rotate(0deg);
}
.inquiryArea .acWrapper .question::after{
    content:'';
    width: 16px;
    height: 2px;
    background-color: #000;
    top:48%;
    right: 40px;
    transform: rotate(90deg);
}
.inquiryArea .acWrapper .question.isActive::after{
    content: none;
}
.inquiryArea .acWrapper .question span {
    color: #004d99;
    margin: 0 13px 0 0;
}
.inquiryArea .acWrapper .answer {
    margin: 0 0 22px 0;
    display: none;
    max-width: 930px;
}
.inquiryArea .acWrapper .answer.isActive {
    display: block;
}
.inquiryArea .acWrapper .answer span {
    display: inline-block;
    color: #990000;
    min-width: 21px;
    margin: 0 13px 0 0;
}
.inquiryArea .acWrapper .answer .annotationList {
    font-size: 14px;
    line-height: 1.8;
    margin: 8px 0 0 0;
}
@media(max-width: 768px) {
    /* .inquiryArea */
    .inquiryArea {
        color: #000;
        padding-bottom: 21.33vw;
    }
    .inquiryArea .sectionInner {
        margin: 0 5.33vw;
    }
    .inquiryArea a {
        color: #0099ff;
    }
    .inquiryArea h3 {
        text-align: center;
        margin: 0 auto 10.53vw auto;
        width: 37.33vw;
    }
    .inquiryArea .acWrapper {
        border-bottom: 0.53vw solid #e5e5e5;
    }
    .inquiryArea .acWrapper:first-of-type {
        border-top: 0.53vw solid #e5e5e5;
    }
    .inquiryArea .acWrapper .question,
    .inquiryArea .acWrapper .answer .text {
        font-size: 4.26vw;
        line-height: 1.8;
        font-weight: 600;
        padding-right: 9vw;
        padding-left: 2em;
        text-indent: -2em;
    }
    .inquiryArea .acWrapper .question {
        margin: 3.33vw 0;
        position: relative;
    }
    .inquiryArea .acWrapper .question span {
        color: #004d99;
        margin: 0 3.46vw 0 0;
    }
    .inquiryArea .acWrapper .answer {
        margin: 0 0 6.8vw 0;
        display: none;
    }
    .inquiryArea .acWrapper .answer span {
        display: inline;
        color: #990000;
        min-width: 6.66vw;
        margin: 0 5.46vw 0 0;
    }
    .inquiryArea .acWrapper .answer .annotationList {
        font-size: 3.73vw;
        line-height: 1.8;
        width: 67.33vw;
        margin: 5.33vw 0 0 8.66vw;
    }
    /*アイコンの＋と-*/
    .inquiryArea .acWrapper .question::before,
    .inquiryArea .acWrapper .question::after{
        position: absolute;
        content:'';
        width: 4vw;
        height: 0.53vw;
        background-color: #000;
    }
    .inquiryArea .acWrapper .question::before{
        top:48%;
        right: 3.73vw;
        transform: rotate(0deg);
    }
    .inquiryArea .acWrapper .question::after{
        content:'';
        width: 4vw;
        height: 0.53vw;
        background-color: #000;
        top:48%;
        right: 3.73vw;
        transform: rotate(90deg);
    }
    .inquiryArea .acWrapper .question.isActive::after{
        content: none;
    }
    .inquiryArea .acWrapper .answer.isActive {
        display: block;
    }
}

/* #floatArea */
  #floatArea {
    background: rgba(27,27,27,0.8);
    position: fixed;
    bottom: -112px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 180px;
    z-index: 90;
    transition: .5s;
  }
  #floatArea.pt5 {
    padding: 5px 0 13px;
  }
  #floatArea .flexWrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #floatArea .flexWrapper .c-btn a {
    min-height: 72px;
    font-size: 18px;
    line-height: 1.5;
  }
  #floatArea .flexWrapper .floatAreaBubble {
    color: #1B1B1B;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    display: block;
    max-width: max-content;
    margin: 0 auto 4px;
  }
  #floatArea .flexWrapper .floatAreaBubble::after {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 0;
    right: -20px;
    width: 2px;
    height: 18px;
    margin: auto;
    background: #1B1B1B;
    transform: rotate(-150deg);
  }
  #floatArea .flexWrapper .floatAreaBubble::before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 0;
    left: -20px;
    width: 2px;
    height: 18px;
    margin: auto;
    background: #1B1B1B;
    transform: rotate(-30deg);
  }
  #floatArea .flexWrapper .floatAreaBubble span {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    line-height: 1.3;
    padding: 0 2px;
  }
  .fw #floatArea .c-btn.column {
    flex-direction: column;
  }
  @media (max-width:768px) {
    #floatArea .flexWrapper .c-btn a{
      min-width: 48vw;
      font-size: 16px;
    }
  }

.main__contents {
    display: none;
    padding: 60px 40px;
    background: #ffffff;
    box-sizing: border-box;
}

/* アクティブなタブコンテンツのみを表示する */
/* これもメディアクエリの外（上記の display: none; の下）に配置してください */
.main__contents.active {
    display: block !important; /* JavaScriptからの操作を優先するために !important をつけると確実 */
}

#calenderSlider {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
#calenderSlider li.programItem {
    width: 30%;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    #calenderSlider {
        justify-content: flex-start;
        padding-left: 46px;
        gap: 10px;
    }
    #calenderSlider li.programItem {
        max-width: calc(93%/4);
        width: 100%;
    }
}
#calenderSlider li.programItem a:hover {
    text-decoration: none;
}
#calenderSlider li.programItem::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url(/livezokuzoku/img/icon_arrow_kv_bottom.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 12px;
    background-size: cover;
}
#calenderSlider li.programItem .img {
    background: #000;
    width: auto;
    height: 161px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
#calenderSlider li.programItem .img img {
    width: auto;
    max-height: 161px;
}
#calenderSlider li.programItem .programInner {
    padding: 14px 20px 42px;
}
#calenderSlider li.programItem .category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
#calenderSlider li.programItem .category li.text {
    color: #CB191C;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 5px;
    border: 1px solid #CB191C;
    border-radius: 5px;
}
#calenderSlider li.programItem .category li.text.live {
    background: #CB191C;
    color: #fff;
}
#calenderSlider li.programItem h3.title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 15px;
    z-index: 1;
    color: #000;
}
#calenderSlider li.programItem .schedule {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
    color: #000;
}
#calenderSlider li.programItem .flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 20px;
}
#calenderSlider li.programItem .flex .imgBox {
    max-width: 50px;
    width: 100%;
    height: auto;
    border: 1px solid #C5C5C5;
    padding: 1px;
}
#calenderSlider li.programItem .flex .textBox {
    font-size: 14px;
    line-height: 1.8;
}
@media (max-width: 768px){
  #calenderSlider {
        gap: 4vw;
        max-width: none;
        width: 100%;
        justify-content: center;
        margin: 8vw auto 0;
        padding-left: 0;
    }
    #calenderSlider li.programItem {
        max-width: 42.66vw;
        border-radius: 2.66vw;
    }
    #calenderSlider li.programItem::before {
        content: "";
        position: absolute;
        bottom: 2.66vw;
        right: 2.66vw;
        background: url(/livezokuzoku/img/icon_arrow_kv_bottom.svg);
        width: 3.46vw;
        height: 2.4vw;
        background-size: cover;
    }
    #calenderSlider:after {
        content: "";
        display: block;
        width: 42.66vw;
        height: 0;
    }
    #calenderSlider li.programItem .img {
        height: 24vw;
        border-top-left-radius: 2.66vw;
        border-top-right-radius: 2.66vw;
    }
    #calenderSlider li.programItem .img img {
        width: auto;
        max-height: 24vw;
    }
    #calenderSlider li.programItem .programInner {
        padding: 4vw 2.66vw 9.6vw;
    }
    #calenderSlider li.programItem .category {
        flex-wrap: wrap;
        gap: 1.33vw;
    }
    #calenderSlider li.programItem .category li.text {
        font-size: 2.13vw;
        padding: 0 1.06vw;
        border: 0.26vw solid #CB191C;
        border-radius: 0.8vw;
    }
    #calenderSlider li.programItem .category li img {
        width: 9.33vw;
        height: auto;
    }
    #calenderSlider li.programItem h3.title {
        font-size: 3.46vw;
        margin-top: 2.66vw;
    }
    #calenderSlider li.programItem .schedule {
        font-size: 3.2vw;
        margin-top: 3.2vw;
    }
    #calenderSlider li.programItem .flex {
        gap: 2.66vw;
        margin-top: 4vw;
    }
    #calenderSlider li.programItem .flex .imgBox {
        max-width: 10.66vw;
        border: 0.26vw solid #C5C5C5;
        padding: 0.26vw;
    }
    #calenderSlider li.programItem .flex .textBox {
        font-size: 3.2vw;
    }
}
/* @media (min-width: 769px){
  #kntvArea .tabArea__inner .main__contents.active {
      display: block;
  }
  #kntvArea .tabArea__inner .main__contents {
    display: none;
    padding: 60px 40px;
    background: #ffffff;
    box-sizing: border-box;
  }
  #kihonArea .tabArea__inner .main__contents.active {
      display: block;
  }
  #kihonArea .tabArea__inner .main__contents {
    display: none;
    padding: 60px 40px;
    background: #ffffff;
    box-sizing: border-box;
  }  
} */
.mainContents .tabArea .tabArea__inner .main__contents .bangumi-thumbnail-area.riize{
  background: #fff;
  border: solid 2px #000;
}
