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

/*body */

body {
    background-image: url(/episode_guide_zeroone_item/images/bg_pc.jpg);
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 768px) {
    body {
        background-image: url(/episode_guide_zeroone_item/images/bg_sp.jpg);
    }
}

/* main>article */

main>article {
    padding-top: 70px;
}
@media screen and (max-width: 768px) {
    main>article {
        padding-top: 44px;
    }
}

/* TextBox */

[class*="c-TextBox"][class*="--en"] {
    letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
    [class*="c-TextBox"][class*="--en"] {
        letter-spacing: 0.28em;
    }
}

/* ====================
.EpisodeGuideItemDetail__BorderIcon
==================== */

.EpisodeGuideItemDetail__BorderIcon {
    position: relative;
    width: 140px;
    height: 14px;
    margin: 0 auto 30px;
    transform: skew(-40deg);
}
.EpisodeGuideItemDetail__BorderIcon {}

/* ====================
 EpisodeGuideItemDetail__Button
==================== */

.EpisodeGuideItemDetail__Button {
    position: relative;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    display: block;
    width: 255px;
    /* height: 48px; */
    margin: 0 auto 15px;
    padding: 5px;
    padding-left: 30px;
    transform: scale(1.22, 1);
}
.EpisodeGuideItemDetail__Button__Ttl,
.EpisodeGuideItemDetail__Button__Text {
    display: block;
    width: 100%;
    line-height: 1.3;
}
.EpisodeGuideItemDetail__Button__Ttl {
    /* margin-bottom: -15px; */
    /* transform: scale(1.22, 1); */
    margin-bottom: 5px;
    transform-origin: left;
    font-weight: normal;
}
.EpisodeGuideItemDetail__Button__Arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
}
.EpisodeGuideItemDetail__Button__Arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY( -50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-width: 3px;
    border-color: #000 #000 transparent transparent;
    border-style: solid;
}
@media screen and (max-width: 768px) {
    .EpisodeGuideItemDetail__Button {
        width: 84%;
        /* height: 35px; */
    }
    .EpisodeGuideItemDetail__Button__Ttl {
        margin-bottom: 2px;
        /* transform: scale(1.22, 1); */
    }
    .EpisodeGuideItemDetail__Button__Arrow {
        width: 20px;
    }
    .EpisodeGuideItemDetail__Button__Arrow::after {
        left: -3px;
        width: 10px;
        height: 10px;
    }
}

/* ====================
.EpisodeGuideItemDetail__Link
==================== */

.EpisodeGuideItemDetail__Link {
    position: relative;
    width: 325px;
    margin: 10px 0 30px;
    padding: 10px;
    text-align: center;
    color: #000 !important;
}
.EpisodeGuideItemDetail__Link:after {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY( -50%) rotate(45deg);
    content: "";
    width: 5px;
    height: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
}
@media screen and (max-width: 768px) {
    .EpisodeGuideItemDetail__Link {
        width: 85%;
    }
    .EpisodeGuideItemDetail__Link:after {
        right: 70px;
    }
}

/* ====================
 EpisodeGuideItemDetail__Header
==================== */

.EpisodeGuideItemDetail__Header {
    display: flex;
    align-items: center;
    height: 40PX;
    /* padding-left: 40px; */
    background-color: #000;
}
.EpisodeGuideItemDetail__Header__Inner {
    width: 967px;
    margin: 0 auto;
}
.EpisodeGuideItemDetail__Header__Logo {
    width: 97px;
    height: 27px;
    display: none !important;
}
@media screen and (max-width: 768px) {
    .EpisodeGuideItemDetail__Header {
        justify-content: center;
    }
    .EpisodeGuideItemDetail__Header__Inner {
        width: 94%;
    }
    .EpisodeGuideItemDetail__Header__Logo {
        width: 56px;
        height: 15px;
    }
}

/* ====================
 EpisodeGuideItemDetail__Header__Navitem
==================== */

.EpisodeGuideItemDetail__Header__Nav {
    width: 100%;
    justify-content: space-between !important;
}
.EpisodeGuideItemDetail__Header__Navitem {
    /* letter-spacing: -0.05em !important; */
}
.EpisodeGuideItemDetail__Header__Navitem:not(:last-child) {
    margin-right: 60px;
}
@media screen and (max-width: 768px) {
    .EpisodeGuideItemDetail__Header__Navitem {
        letter-spacing: -0.01em !important;
    }
    .EpisodeGuideItemDetail__Header__Navitem:not(:last-child) {
        margin-right: 5px;
    }
}

/* ====================
 EpisodeGuideItemDetail__Article__Header
==================== */

.EpisodeGuideItemDetail__Article__Header {
    width: 424px;
    height: auto;
    margin: 0 auto 46px;
}
@media screen and (max-width: 768px) {
    .EpisodeGuideItemDetail__Article__Header {
        width: 80%;
        margin-bottom: 30px;
    }
}

/* ====================
 EpisodeGuideItemDetail__Article__InnerBlock
==================== */

.EpisodeGuideItemDetail__Article__InnerBlock {
    width: 967px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .EpisodeGuideItemDetail__Article__InnerBlock {
        width: 88%;
        margin: 0 auto;
    }
}

/* ====================
 EpisodeGuideItemDetail__Article__Contents__Name
==================== */

.EpisodeGuideItemDetail__Article__Contents__Name {
    padding: 15px;
}
@media screen and (max-width: 768px) {
    .EpisodeGuideItemDetail__Article__Contents__Name {
        padding: 7px;
    }
}

/* ====================
 EpisodeGuideItemDetail__Article__Contents--top
==================== */

.EpisodeGuideItemDetail__Article__Contents--top {
    position: relative;
    margin-bottom: 40px;
    /* padding: 15px; */
}
.EpisodeGuideItemDetail__Article__Contents--top .EpisodeGuideItemDetail__Article__Contents__Name {
    position: absolute;
    top: 0;
    left: 0;
}
[class*="EpisodeGuideItemDetail__Article__Contents--top"][class*="__ImgGroup"] {
    margin-bottom: 10px;
}
[class*="EpisodeGuideItemDetail__Article__Contents--top"][class*="__ImgGroup"] img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%) scale(0.5);
    width: auto;
    height: auto;*/
}
.EpisodeGuideItemDetail__Article__Contents--top__ImgGroup img {
    /* height: auto;
    max-height: 100%;
    padding: 40px; */
}
.EpisodeGuideItemDetail__Article__Contents--top__Left {
    position: relative;
    /* padding: 15px; */
}
.EpisodeGuideItemDetail__Article__Contents--top__Left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}
.EpisodeGuideItemDetail__Article__Contents--top__Left__ImgGroup {
    width: 580px;
    height: 300px;
    position: relative;
}
.EpisodeGuideItemDetail__Article__Contents--top__Right {
    position: relative;
    /* padding: 15px; */
}
.EpisodeGuideItemDetail__Article__Contents--top__Right__ImgGroup {
    width: 380px;
    height: 300px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .EpisodeGuideItemDetail__Article__Contents--top__ImgGroup {
        height: 135px;
        margin-bottom: 20px;
    }
    .EpisodeGuideItemDetail__Article__Contents--top__Left {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .EpisodeGuideItemDetail__Article__Contents--top__Left::after {
        content: none;
    }
    .EpisodeGuideItemDetail__Article__Contents--top__Left__ImgGroup,
    .EpisodeGuideItemDetail__Article__Contents--top__Right__ImgGroup {
        width: 100%;
        height: 150px;
    }
}

/* ====================
 EpisodeGuideItemDetail__Article__Contents--bottom
==================== */

.EpisodeGuideItemDetail__Article__Contents--bottom {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    justify-content: flex-start !important;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Header {
    margin-bottom: 30px;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Header p {
    font-family: "adrianna-extended";
    line-height: 1.27;
    letter-spacing: 0.24em;
    margin-bottom: 30px;
    font-weight: bold;
    font-variant-ligatures: no-common-ligatures;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Header h1 {
    width: 260px;
    margin: 0 auto;
    padding: 15px 0;
    border-width: 1px;
    border-style: solid;
    transform: scale(1.22, 1);
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Header h1 span {
    display: block;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.16em;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Header h1 span:first-child {
    transform-origin: right;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Left {
    margin-right: 50px;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Left__ImgGroup {
    width: 550px;
    height: 680px;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Left .EpisodeGuideItemDetail__Article__Contents__Name:first-child {
    width: 301px;
    padding-top: 0;
    padding-left: 0;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Left .EpisodeGuideItemDetail__Article__Contents__Name:last-child {
    width: 244px;
    padding-top: 0;
    padding-left: 0;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Right {
    width: 320px;
    padding-top: 20px;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Right h2 {
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 0.2em;
    text-align: left !important;
    font-weight: normal;
}
.EpisodeGuideItemDetail__Article__Contents--bottom__Right p {
    line-height: 1.46;
}
@media screen and (max-width: 768px) {
    .EpisodeGuideItemDetail__Article__Contents--bottom__Header {
        position: static;
        width: 100%;
    }
    .EpisodeGuideItemDetail__Article__Contents--bottom__Header h1 {
        width: 87.5%;
        margin: 0 auto 30px;
    }
    .EpisodeGuideItemDetail__Article__Contents--bottom__Header h1 span {
        text-align: center !important;
    }
    .EpisodeGuideItemDetail__Article__Contents--bottom__Header h1 span:first-child {
        transform-origin: center;
    }
    .EpisodeGuideItemDetail__Article__Contents--bottom__Header p {
        letter-spacing: 0.12em;
    }
    .EpisodeGuideItemDetail__Article__Contents--bottom__Left__ImgGroup {
        width: 100%;
        height: auto;
    }
    .EpisodeGuideItemDetail__Article__Contents--bottom__Left .EpisodeGuideItemDetail__Article__Contents__Name:first-child {
        width: 136px;
    }
    .EpisodeGuideItemDetail__Article__Contents--bottom__Left .EpisodeGuideItemDetail__Article__Contents__Name:last-child {
        width: 115px;
    }
    .EpisodeGuideItemDetail__Article__Contents--bottom__Left {
        margin-right: 0;
        margin-bottom: 35px;
    }
    .EpisodeGuideItemDetail__Article__Contents--bottom__Right {
        width: 100%;
        padding-top: 0;
    }
}