/* ====================
 override
==================== */

#wrap_body {
    overflow: visible
}

[class*="imgModal"][class*="__contents"]::after{
    background-color: #f9f6da;
}

.is-setted{
    pointer-events: auto;
    cursor: pointer;
}
.p-Sidebar__Tvinfo__Section > div:not(:nth-of-type(1)){
    margin-top: 30px;
}

.p-Sidebar__Tvinfo__Section__Text{
    font-size: 12px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifJP-Medium", HGS明朝E, メイリオ, Meiryo, serif !important;
    opacity: 1;
}

.EpisodeGuideDetail .p-ArticleSection__Text a{
    color: #bf0310;
}

.p-Sidebar__Tvinfo__Section{
    background-color: transparent;
}

.EpisodeGuide__HeaderGroup__Prev,
.EpisodeGuide__HeaderGroup__Next{
    width: 119px!important;
    height: 36px!important;
    border-radius: 18px!important;
    background-color: rgba(49, 31, 23, .1)!important;
    color: #311F17!important;
}

.EpisodeGuide__HeaderGroup__ButtonGroup{
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}

.p-ArticleSection:not(:last-of-type) {
    margin-bottom: 40px;
}

#container_wrapper{
    padding: 0;
}

.l-Container {
    width: 960px;
    margin: 0 auto;
}

.p-ArticleSection__InnerBlock{
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.714;
    letter-spacing: 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifJP-Medium", HGS明朝E, メイリオ, Meiryo, serif !important;
    color: #311f17;
    opacity: 1;
}

[class*="c-Btn"]:not([class*="--tablink"]), [class*="c-Btn"]+label{
    width: 300px;
}

.p-ThisWeekItem{
    margin-bottom: 0;
}

.p-ArticleSection__Text{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.714;
    letter-spacing: 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifJP-Medium", HGS明朝E, メイリオ, Meiryo, serif !important;
    color: #311f17;
    opacity: 1;
}

@media screen and (min-width: 769px) {
    .p-ArticleSection__InnerBlock .p-ArticleSection__body{
        margin-bottom: 62px;
    }
}

/* Common__Contents */

.page-Common__ContentsLeft {
    padding-top: 65px;
    padding-bottom: 45px;
}
.page-Common__ContentsRight{
    padding-top: 65px;
}
@media screen and (max-width: 768px) {
    .EpisodeGuide__HeaderGroup__ButtonGroup{
        position: relative;
        justify-content: center;
        left: auto;
        transform: none;
    }
    .EpisodeGuide__HeaderGroup__ButtonGroup >a:not(:first-child){
        margin-left: 12px;
    }
    .page-Common__ContentsLeft {
        padding: 0 20px;
        margin-bottom: 0;
    }
    .page-Common__ContentsRight{
        padding-top: 20px;
    }
    .l-Container {
        padding-top: 0;
        width: 100%;
    }

    #container_wrapper{
        padding: 0;
    }
}

/* ====================
 Color
==================== */

#ItemColor_yellow {}

/* ====================
YoutubeModal__contents
==================== */

[class*="c-Icon"][class*="--youtube"]:after {
    width: 80px;
    height: 56px;
}
@media screen and (max-width: 768px) {
    [class*="c-Icon"][class*="--youtube"]:after {
        width: 60px;
        height: 42px;
    }
}

/* ====================
 共通
==================== */
.EpisodeGuide__HeaderGroup__Inner {
    position: relative;
    z-index: 5;
    padding: 30px 0;
    background: none;
}

.EpisodeGuideDetail__Article__Ttl {
    margin-bottom: 20px;
}
.c-Ttl--shapeend {
    margin-top: 40px;
}
#EpisodeGuideDetail__Article--episode,
#EpisodeGuideDetail__Article--item,
#EpisodeGuideDetail__Article--info {
    position: relative;
    padding-top: 149px;
    margin-top: -149px;
}
#EpisodeGuideDetail__Article--info.u-divider--large::after{
    height: 98px;
}
#EpisodeGuideDetail__Article--episode {
    z-index: 3;
}
#EpisodeGuideDetail__Article--item {
    z-index: 2;
}
#EpisodeGuideDetail__Article--info {
    z-index: 1;
}
#EpisodeGuideDetail__Article--info .p-ArticleSection{
    position: relative;
}
#EpisodeGuideDetail__Article--info .u-divider--short::after{
    left: 50%;
    top: -34px;
    transform: translateX(-50%);
    width: 250px;
    height: 13px;
    background-image: url(/common/images/deco-divider_1.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
    #EpisodeGuideDetail__Article--episode {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    #EpisodeGuideDetail__Article--item {
        margin-bottom: 80px;
    }
    #EpisodeGuideDetail__Article--item .EpisodeGuideDetail__Article__Ttl{
        margin-bottom: 30px;
    }
    #EpisodeGuideDetail__Article--info {
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    #EpisodeGuideDetail__Article--info .EpisodeGuideDetail__Article__Ttl{
        margin-bottom: 50px;
    }
}

/* no-contents */

[data-status="no-contents"].EpisodeGuideDetail__Article {
    display: none !important;
}
.EpisodeGuideDetail__Article__Ttl {
    letter-spacing: 0.1em;
}
.EpisodeGuideDetail__Article__Ttl span{
    display: block;
    margin-bottom: 5px;
    letter-spacing: 4.48px;
}
@media screen and (max-width: 768px) {
    #EpisodeGuideDetail__Article--info.u-divider--large::after{
        bottom: -10px;
        height: 55px;
    }
    #EpisodeGuideDetail__Article--info.u-divider--large{
        padding-bottom: 64px;
    }
    .EpisodeGuide__HeaderGroup{
        padding: 0 20px;
    }
    .EpisodeGuide__HeaderGroup__Inner {
        top: auto;
        left: auto;
    }
    .EpisodeGuide__HeaderGroup__Inner::after {
        bottom: 0;
        height: 50px;
    }
    #EpisodeGuideDetail__Article--episode,
    #EpisodeGuideDetail__Article--item,
    #EpisodeGuideDetail__Article--info {
        padding-top: 110px;
        margin-top: -110px;
        margin-bottom: 70px;
    }
    .EpisodeGuideDetail__Article__Ttl {
        margin-bottom: 30px;
    }
    .EpisodeGuideDetail__Article__Ttl span{
        letter-spacing: 3.2px;
    }
}

/* ====================
 EpisodeGuideDetail__Article__Anchor
==================== */
.EpisodeGuideDetail__Article__AnchorGroup {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    top: 85px;
    width: 50px;
    z-index: 6;
}
.EpisodeGuideDetail__Article__Anchor {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    height: 150px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    writing-mode: vertical-lr;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifJP-Medium", HGS明朝E, メイリオ, Meiryo, serif !important;
    background-color: #fff;
    color: #311F17;
    box-shadow: 0px 6px 4px #0000004D;
    border-radius: 0 4px 4px 0;
}
.EpisodeGuideDetail__Article__Anchor::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%) rotate(-90deg);
    width: 60px;
    height: 55px;
    background-image: url(/common/images/deco-anchor-brown.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.EpisodeGuideDetail__Article__Anchor__Text{
    color: #311F17;
}

@media screen and (max-width: 768px) {
    .EpisodeGuideDetail__Article__AnchorGroup {
        left: auto;
        right: 0;
        width: 30px;
    }
    .EpisodeGuideDetail__Article__Anchor {
        font-size: 12px;
        border-radius: 4px 0 0 4px;
    }
    .EpisodeGuideDetail__Article__Anchor::after {
        left: auto;
        right: -6px;
        width: 35px;
        height: 28px;
        transform: translateY(-50%) rotate(90deg);
    }
    .EpisodeGuideDetail__Article__Anchor p{
        transform: rotate(180deg);
    }
}

/* hover is-active */
.EpisodeGuideDetail__Article__Anchor.is-active{
    background-color: #311F17;
}
.EpisodeGuideDetail__Article__Anchor.is-active::after {
    background-image: url(/common/images/deco-anchor-beige.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.EpisodeGuideDetail__Article__Anchor[href*="episode"].is-active p{
    color: #fff;
}
.EpisodeGuideDetail__Article__Anchor[href*="item"].is-active p{
    color: #fff;
}
.EpisodeGuideDetail__Article__Anchor[href*="info"].is-active p{
    color: #fff;
}

/* ====================
 EpisodeGuideDetail__HeaderGroup
==================== */

.EpisodeGuideDetail__HeaderGroup {
    position: relative;
    height: 145px;
    margin-bottom: 30px;
}
.EpisodeGuideDetail__HeaderGroup__Inner {
    position: absolute;
    left: 50%;
    transform: translateX( -50%);
    width: 98.5vw;
    min-width: 1040px;
    padding: 25px 0;
    /* window幅からコンテンツサイズを差し引いた余白の半分、左に戻す */
    background-color: rgba(58, 64, 80, 0.5);
}
.EpisodeGuideDetail__HeaderGroup__TextGroup{
    margin: 0 auto;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "NotoSerifJP-Medium", HGS明朝E, メイリオ, Meiryo, serif !important;
    font-weight: 900;
}
.EpisodeGuideDetail__HeaderGroup__Day {
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: center;
}
.EpisodeGuideDetail__HeaderGroup__Ttl {
    margin: 16px auto;
    font-size: 32px;
    letter-spacing: -0.05em;
    text-align: center;
}
.EpisodeGuideDetail__HeaderGroup__Script {
    margin-right: 5px;
    letter-spacing: 0.05em;
    font-size: 16px;
    opacity: 0.7;
}
.EpisodeGuideDetail__HeaderGroup__Director {
    letter-spacing: 0.05em;
    font-size: 16px;
    opacity: 0.7;
}
.EpisodeGuideDetail__HeaderGroup__ButtonGroup {
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
}
.EpisodeGuideDetail__HeaderGroup__Prev,
.EpisodeGuideDetail__HeaderGroup__Next {
    width: 70px !important;
    height: 30px !important;
    border-radius: 100px 0 0 100px/100px 0 0 100px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.EpisodeGuideDetail__HeaderGroup__Prev span,
.EpisodeGuideDetail__HeaderGroup__Next span {
    position: relative;
    top: 1px;
}

@media screen and (max-width: 768px) {
    .EpisodeGuideDetail__HeaderGroup {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
    .EpisodeGuideDetail__HeaderGroup__Inner {
        position: static;
        transform: none;
        width: 100%;
        min-width: auto;
        padding: 20px 10px;
    }
    .EpisodeGuideDetail__HeaderGroup__Ttl {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1.4;
    }
    .EpisodeGuideDetail__HeaderGroup__Day {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 14px;
        letter-spacing: 3.2px;
    }
    .EpisodeGuideDetail__HeaderGroup__Script {
        font-size: 14px;
    }
    .EpisodeGuideDetail__HeaderGroup__Director {
        font-size: 14px;
    }
    .EpisodeGuideDetail__HeaderGroup__TextGroup{
        margin: 30px auto;
        padding: 0 15px;
    }
    .EpisodeGuideDetail__HeaderGroup__TextGroup [class*="c-TextBox"]{
        text-align: center;
    }
    .EpisodeGuideDetail__HeaderGroup__TextGroup [class*="l-HorizontalFlex"]{
        justify-content: center;
    }
}

/* ====================
slick
==================== */
.slick-list{
    margin-bottom: 20px;
}
.slick-dots {
    position: relative !important;
    z-index: 2;
    left: auto !important;
    bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 5px !important;
    transform: none !important
}
.slick-dots li {
    position: relative;
    width: calc((100% - 36px)/5);
    height: 80px !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
    background: transparent;
    filter: sepia(100%);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
.slick-dots li::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    width: 100%;
    height: 100%;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
    background: transparent;
}
.slick-dots li.slick-active {
    filter: sepia(0);
}
.slick-dots li.slick-active::after {
    content: none;
}
.slick-dots li:not(:nth-child(5n)) {
    margin-right: 9px !important;
}
@media screen and (max-width: 768px) {
    .slick-list{
        margin-bottom: 10px;
    }
    .slick-dots {
        padding: 0 calc(8.35vw/320*100);
    }
    .slick-dots li {
        width: calc(49vw/320*100) !important;
        height: calc(36.667vw/320*100) !important;
        margin-bottom: calc(3vw/320*100) !important;
    }
    .slick-dots li:not(:last-child) {
        margin-right: 0px !important;
    }
    .slick-dots li:not(:nth-child(5n)) {
        margin-right: calc(3vw/320*100) !important;
    }
}

/* ====================
 EpisodeGuideDetail__Article--item
==================== */

#EpisodeGuideDetail__Article--item {
    position: relative;
}
#EpisodeGuideDetail__Article--item .c-Ttl--shapeend {
    margin-top: -13px;
}
#EpisodeGuideDetail__Article--item .EpisodeGuideDetail__Article__Ttl,
#EpisodeGuideDetail__Article--item .c-Ttl--shapeend {
    z-index: 1;
}
.EpisodeGuideDetail__Article__Outer{
    display: flex;
}
.EpisodeGuideDetail__Article__body{
    height: 100%;
}
.EpisodeGuideDetail__Article__body:nth-child(1){
    margin-right: 2%;
    width: 49%;
}
.EpisodeGuideDetail__Article__body:nth-child(2){
    width: 49%;
}
.EpisodeGuideDetail__Article__Img{
    position: relative;
}
.EpisodeGuideDetail__Article__Img__Back{
    height: 100px;
}
.EpisodeGuideDetail__Article__Img__Back img{
    display: block;
    object-fit: cover;
    object-position: center 8%;
    font-family: 'object-fit: cover; object-position: center 8%;';
}
.EpisodeGuideDetail__Article__Img__Back::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, rgba(0, 16, 31, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.EpisodeGuideDetail__Article__Img__Ttl{
    position: absolute;
    bottom: 15px;
    left: 10px;
}
.p-ArticleSection__FigureGroup{
    padding: 0;
}
.p-ArticleSection__Figure figcaption{
    margin-top: 5px;
    /* width: 245px; */
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 17px;
    font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro", 游明朝,"Yu Mincho",YuMincho, "NotoSerifJP-Medium", HGS明朝E, メイリオ, Meiryo, serif !important;
    font-weight: 600;
    color: #311f17;
    opacity: .75;
}
.p-ArticleSection__Figure.is-Figure--1 img {
    max-width: 100%;
    min-width: auto;
    max-height: none;
    width: 100%;
    height: auto;
}
.p-ArticleSection__Figure__Img:not(:last-child){
    margin-right: 0;
}
.p-ArticleSection__Figure.is-Figure--1 figcaption{
    /* width: 400px; */
}
.p-ArticleSection__Figure.is-Figure--2 .p-ArticleSection__FigureBox:first-child{
    margin-right: 8px;
}
.p-ArticleSection__Figure.is-Figure--2 .p-ArticleSection__FigureBox{
    display: table;
    width: calc(50% - 4px);
}
.p-ArticleSection__Figure.is-Figure--2 .p-ArticleSection__Figure__Img img{
    width: 100%;
}
.p-ArticleSection__Figure__Img{
    display: table;
    width: 100%;
}
.p-ArticleSection__Figure__Img figcaption{
    width: 100%;
}
.p-ArticleSection__body{
    width: 555px;
    margin: 44px auto 0;
}
.p-ArticleSection__Figure{
    width: 100%;
}
.p-ArticleSection__Img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.p-ArticleSection__Img.c-Icon--youtube img{
    width: 100%;
}
.p-ArticleSection__ImgBox .p-ArticleSection__Img:first-child{
    margin-right: 10px;
}
.EpisodeGuideDetail__Article .p-ArticleSection__FigureGroup{
    -webkit-box-pack: start;
	-ms-flex-pack: start;
    justify-content: start;
}
.p-ThisWeekItem__Figure__ImgGroup{
    position: relative;
    height: 55px;
}
.p-ThisWeekItem__Figure__ImgGroup p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.p-ThisWeekItem__FigreGroup--item{
    width: 100%;
    margin-right: 0;
    padding: 20px 8px 12px;
}
.p-ThisWeekItem__FigreGroup--item figcaption{
    padding: 0;
}
.EpisodeGuideDetail__Article__name{
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding: 6px 4px 6px 30px;
}
.EpisodeGuideDetail__Article__name span::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 23px;
    height: 100%;
}
.EpisodeGuideDetail__Article__name span::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
    width: 5px;
    height: 8px;
    background-image: url(/common/images/icon_white_right_chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.p-ThisWeekItem__FigreGroup--item .p-ThisWeekItem__Figure:first-child{
    margin-right: 4%;
    margin-bottom: 0;
    padding-bottom: 0;
}
.p-ThisWeekItem__Figure{
    width: 48%;
}
.EpisodeGuideDetail__Article__Img__Ttl span:first-child{
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.32em;
}
.EpisodeGuideDetail__Article__Img__Ttl span:last-child{
    letter-spacing: 0.2em;
}
.EpisodeGuideDetail__Article__body{
    border: 1px solid rgba(255, 255, 255, 0.251);
}
.p-ThisWeekItem__FigreGroup--item .p-ThisWeekItem__Figure__large{
    width: 135px;
}
.p-ThisWeekItem__FigreGroup--item .p-ThisWeekItem__Figure__small{
    width: 89px;
}
@media screen and (max-width: 768px) {
    .u-space-side-sp{
        padding: 0 20px!important;
    }
    .p-ArticleSection__body{
        width: 100%;
    }
    .p-ArticleSection__Figure figcaption{
        width: auto;
    }
    .p-ArticleSection__Figure.is-Figure--1 figcaption{
        width: auto;
    }
    .p-ArticleSection__Figure.is-Figure--1 img{
        max-width: 100%;
        width: 100%;
        max-height: none;
    }
    .p-ArticleSection__Figure.is-Figure--2 img{
        width: 100%;
    }
    .p-ArticleSection__ImgBox {
        flex-wrap: wrap;
    }
    .p-ArticleSection__ImgBox .p-ArticleSection__Img{
        margin: 0 0 4px;
    }
    .p-ArticleSection__ImgBox .p-ArticleSection__Img:first-child{
        margin-right: 0;
    }
    .EpisodeGuideDetail__Article .p-ArticleSection__FigureGroup{
        justify-content: center;
    }
    .EpisodeGuideDetail__Article__Outer{
        display: block;
    }
    .EpisodeGuideDetail__Article [class*="EpisodeGuideDetail__Article__Ttl"]{
        text-align: center;
    }
    
    #EpisodeGuideDetail__Article--item .EpisodeGuideDetail__Article__Ttl {
        margin-bottom: 30px;
    }
   
    .p-ThisWeekItem::after{
        width: 100%;
        height: 100%;
    }
    .p-ThisWeekItem:nth-of-type(2) {
        margin-bottom: 0px;
    }
    .p-ThisWeekItem__Figure__ImgGroup{
        margin-bottom: 7px;
    }
    .p-ThisWeekItem__Figure__ImgGroup,
    .p-ThisWeekItem__Figure__ImgGroup p{
        height: 70px;
    }
    .EpisodeGuideDetail__Article__body:nth-child(1),
    .EpisodeGuideDetail__Article__body:nth-child(2){
        display: block;
        width: 95%;
        max-width: 304px;
        margin: 0 auto 20px;
    }
    .p-ThisWeekItem__FigreGroup--item{
        padding: 13px 8px 11px;
    }
}

.EpisodeGuideItemDetail__Article__Contents--top {
    position: relative;
    z-index: 1;
}
