/* ====================
 override
==================== */
img{
    width: 100%;
    height: 100%;
}

#wrap_body {
    overflow: visible
}

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

#container_wrapper{
    padding: 82px 0 0;
}

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

.p-ArticleSection__InnerBlock{
    padding: 0;
}

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

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

.p-ArticleSection__Text{
    opacity: 1;
}

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

/* Common__Contents */

.page-Common__ContentsLeft {
    padding-top: 40px;
    padding-bottom: 45px;
}
.page-Common__ContentsRight{
    padding-top: 40px;
}
@media screen and (max-width: 768px) {
    .page-Common__ContentsLeft {
        padding-top: 0;
        padding-bottom: 0;
        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;
    }
}

/* ====================
 共通
==================== */

.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;
    overflow: hidden;
}
#EpisodeGuideDetail__Article--episode {
    z-index: 3;
}
#EpisodeGuideDetail__Article--item {
    z-index: 2;
}
#EpisodeGuideDetail__Article--info {
    z-index: 1;
}
@media screen and (min-width: 769px) {
    #EpisodeGuideDetail__Article--episode {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(154,157,167,0.5);
    }
    #EpisodeGuideDetail__Article--item {
        margin-bottom: 80px;
    }
    #EpisodeGuideDetail__Article--item .EpisodeGuideDetail__Article__Ttl{
        margin-bottom: 30px;
    }
    #EpisodeGuideDetail__Article--info {
        padding-bottom: 40px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(154,157,167,0.5);
    }
    #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--episode,
    #EpisodeGuideDetail__Article--item,
    #EpisodeGuideDetail__Article--info {
        padding-top: 110px;
        margin-top: -110px;
        margin-bottom: 40px;
    }
    .EpisodeGuideDetail__Article__Ttl {
        margin-bottom: 30px;
    }
    .EpisodeGuideDetail__Article__Ttl span{
        letter-spacing: 3.2px;
    }
}

/* ====================
 EpisodeGuideDetail__Article__Anchor
==================== */
.EpisodeGuideDetail__Article__AnchorGroup {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 82px;
    transform: translateX(-50%);
    background-color: #080D23;
    z-index: 4;
}
@media screen and (min-width: 769px) {
    .EpisodeGuideDetail__Article__AnchorGroup.js-position-fixed {
        position: fixed;
        top: 79px;
    }
}
.EpisodeGuideDetail__Article__Anchor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    border-radius: 0 0 4px 4px;
    background-color: transparent;
}
.EpisodeGuideDetail__Article__Anchor__Text {
    opacity: 0.5;
}
.EpisodeGuideDetail__Article__Anchor svg {
    margin-bottom: 5px;
}
.EpisodeGuideDetail__Article__Anchor[data-status="no-contents"] {
    display: none;
}

/* hover is-active */
.EpisodeGuideDetail__Article__Anchor.is-active svg path {
    fill: #000 !important;
    opacity: 1 !important;
}
.EpisodeGuideDetail__Article__Anchor[href*="episode"].is-active p{
    color: #FEFE00;
}
.EpisodeGuideDetail__Article__Anchor[href*="episode"].is-active svg path{
    fill: #FEFE00!important;
}
.EpisodeGuideDetail__Article__Anchor[href*="item"].is-active p{
    color: #00FBFF;
}
.EpisodeGuideDetail__Article__Anchor[href*="item"].is-active svg path{
    fill: #00FBFF!important;
}
.EpisodeGuideDetail__Article__Anchor[href*="info"].is-active p{
    color: #FF005E;
}
.EpisodeGuideDetail__Article__Anchor[href*="info"].is-active svg path{
    fill: #FF005E!important;
}
.EpisodeGuideDetail__Article__Anchor.is-active .EpisodeGuideDetail__Article__Anchor__Text {
    color: #000;
    opacity: 1;
}

@media screen and (min-width: 769px) {
    .EpisodeGuideDetail__Article__Anchor[href*="episode"]:hover {
        background-color: #FEFE00;
    }
    .EpisodeGuideDetail__Article__Anchor[href*="item"]:hover {
        background-color: #00FBFF;
    }
    .EpisodeGuideDetail__Article__Anchor[href*="info"]:hover {
        background-color: #FF005E;
    }
    .EpisodeGuideDetail__Article__Anchor:hover .EpisodeGuideDetail__Article__Anchor__Text {
        color: #000;
        opacity: 1;
    }
    .EpisodeGuideDetail__Article__Anchor.is-active:hover .EpisodeGuideDetail__Article__Anchor__Text {
        color: #000;
        opacity: 1;
    }
    .EpisodeGuideDetail__Article__Anchor.is-active:hover svg path {
        fill: #000 !important;
        opacity: 1 !important;
    }
    .EpisodeGuideDetail__Article__Anchor:hover svg path {
        fill: #000 !important;
        opacity: 1 !important;
    }
}
@media screen and (max-width: 768px) {
    .EpisodeGuideDetail__Article__AnchorGroup {
        position: -webkit-sticky;
        position: sticky;
        top: 54px;
        transform: none;
        background-color: #080D23;
        z-index: 4;
    }
    .EpisodeGuideDetail__Article__Anchor {
        height: 45px;
    }
}

/* ====================
 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__ButtonGroup {
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
}
.EpisodeGuideDetail__HeaderGroup__Ttl {
    margin-bottom: 17px;
}
.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;
    /* margin-right: 10px; */
}
.EpisodeGuideDetail__HeaderGroup__TextGroup{
    margin-bottom: 30px;
}
.EpisodeGuideDetail__HeaderGroup__Day {
    margin-right: 20px;
    margin-bottom: 10px;
    letter-spacing: 4.48px;
}
.EpisodeGuideDetail__HeaderGroup__Ttl {
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
.EpisodeGuideDetail__HeaderGroup__Script {
    margin-right: 5px;
    letter-spacing: 0.05em;
    opacity: 0.5;
}
.EpisodeGuideDetail__HeaderGroup__Director {
    letter-spacing: 0.05em;
    opacity: 0.5;
}
@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;
    }
    .EpisodeGuideDetail__HeaderGroup__Day {
        margin-right: 0;
        margin-bottom: 10px;
        letter-spacing: 3.2px;
    }
    .EpisodeGuideDetail__HeaderGroup__TextGroup{
        margin: 30px auto;
    }
    .EpisodeGuideDetail__HeaderGroup__TextGroup [class*="c-TextBox"]{
        text-align: center;
    }
    .EpisodeGuideDetail__HeaderGroup__TextGroup [class*="l-HorizontalFlex"]{
        justify-content: center;
    }
}

/* ====================
 EpisodeGuideDetail__Article__MainVidualSlide
==================== */

.EpisodeGuideDetail__Article__MainVidualSlide {
    margin-bottom: 10px;
}
.EpisodeGuideDetail__Article__MainVidualSlide__Text {
    margin-bottom: 20px;
    line-height: 1.5;
    opacity: 0.75;
}
.EpisodeGuideDetail__Article__MainVidualSlide__Img {
    width: calc(100% + 80px);
    margin-left: -40px;
}
.EpisodeGuideDetail__Article__MainVidualSlide {
    margin-bottom: 20px;
}
.EpisodeGuideDetail__Article__MainVidualSlide__Img {
    width: 100%;
    margin-left: 0;
}
.slick-list{
    margin-bottom: 20px;
}
.slick-dots {
    position: relative !important;
    left: auto !important;
    bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5px !important;
    transform: none !important
}
.slick-dots li {
    position: relative;
    width: 120px !important;
    height: 66px !important;
    margin-right: 0 !important;
    margin-bottom: 5px !important;
    border-radius: 0 !important;
    float: none !important;
    border: 2px solid transparent;
    background: transparent;
}
.slick-dots li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.slick-dots li:not(:last-child) {
    margin-right: 3px !important;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
    background: transparent;
}
.slick-dots li.slick-active {
    border: 2px solid #FEFE00;
}
.slick-dots li.slick-active::after {
    content: none;
}
@media screen and (max-width: 768px) {
    .slick-list{
        margin-bottom: 10px;
    }
    .EpisodeGuideDetail__Article__MainVidualSlide {
        margin: 0 auto 10px;
        width: 95%;
    }
    .slick-dots li {
        width: calc(58vw/320*100) !important;
        height: calc(38.667vw/320*100) !important;
        margin-bottom: calc(6vw/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;
    color: #fff;
}
.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__Img{
    margin: 0 0 20px;
}
.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) {
    .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 .p-ArticleSection__FigureBox{
        width: calc(148vw/320*100);
    }
    .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;
}