@charset "UTF-8";

/* CSS Document */
img {
    width: 100%;
    height: 100%;
}
#title_wrapper{
    margin-top: 79px;
}
@media not all and (min-width: 1024px) {
    #title_wrapper{
        margin-top: 54px;
    }
}

#container_wrapper {
    overflow-x: hidden;
    /* padding: 50px 0 73px; */
    padding-top: 50px;
}
#container>.box_btn {
    position: absolute;
    top: -56px;
}
#container>article:not(:last-child) {
    margin-bottom: 120px;
}
#container>article.article_news {
    margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
    #container_wrapper {
        /* padding: 20px 0 73px; */
        padding-top: 20px;
    }
    #container>.box_btn {
        top: -50px;
    }
    #container>article:not(:last-child) {
        margin-bottom: 50px;
    }
    #container>article.article_news {
        margin-bottom: 30px;
    }
    .article_news .box_article {
        padding: 20px;
    }
}

/* .btn_playback */

.article_newsdetail h2 .box_btn .btn_playback {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .article_newsdetail h2 .box_btn .btn_playback {
        height: auto;
        line-height: 1.4;
        padding: 5px;
    }
}

/* article_newsdetail_block */

.article_newsdetail_block {
    padding-top: 14px;
}
.aside_sns {
    margin-bottom: 2px;
}
.article_newsdetail_block>section {
    padding: 0 70px;
}
.article_newsdetail_block section dl {
    position: relative;
}
.article_newsdetail_block section dl+dl {
    margin-bottom: 60px;
}
.article_newsdetail_block section dt {
    font-weight: bold;
    position: absolute;
    width: 140px;
    height: 100%;
    padding-top: 30px;
    text-align: center;
    color: #fff;
    background: #565656;
}
.article_newsdetail_block section dd {
    line-height: 2;
    margin-bottom: 10px;
    padding: 20px 20px 20px 170px;
    background: #ececec;
}
.article_newsdetail_block .section_info>.box_img {
    width: 100%;
    height: 252px;
}
@media screen and (max-width: 768px) {
    .article_newsdetail_block {
        width: 112%;
        margin-left: -6%;
    }
    .article_newsdetail_block>section {
        padding: 0 25px 25px;
    }
    .article_newsdetail_block .section_info>.box_img {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .article_newsdetail_block section dl+dl {
        margin-bottom: 40px;
    }
    .article_newsdetail_block section dt {
        width: 100%;
        position: static;
        padding: 12px 0 12px 20px;
        text-align: left;
        font-size: 16px;
        line-height: 1;
    }
    .article_newsdetail_block section dd {
        padding: 20px;
    }
}

/* box_info */

#box_info {
    position: relative;
    margin-bottom: 55px;
    background: #fff;
}
#box_info h2 {
    padding: 20px 0;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background: #464646;
}
#box_info h3 {
    font-size: 22px;
    line-height: 1.36;
    margin-bottom: 10px;
}
#box_info #box_info_detail {
    font-size: 15px;
    line-height: 2;
    width: 786px;
    margin: 0 auto 25px;
}
#box_info #box_info_detail p {
    float: left;
    margin-right: 30px;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    #box_info h2 {
        font-size: 16px;
        padding: 11px 0;
    }
    #box_info {
        margin-bottom: 30px;
    }
    #box_info h3 {
        margin-bottom: 10px;
    }
    #box_info #box_info_detail {
        width: 90%;
        margin: 20px auto;
    }
    #box_info #box_info_detail p {
        font-size: 12px;
        line-height: 1.65;
    }
}

/* section_info */

.section_info>P {
    padding: 0 30px;
}
.section_info .single_img {
    margin: 0 auto 45px;
    text-align: center;
}
.section_info .single_img img {
    max-width: 600px;
    max-height: 600px;
}
.section_info .box_btn {
    margin-top: 15px;
}
.section_info:last-child .box_btn a {
    width: 100%;
}
.section_info .old_story_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
}
.section_info .old_story_block .old_story:nth-child(4n) {
    margin-right: 0;
}
.section_info .old_story_block+.box_btn {
    margin-top: 59px;
}
@media screen and (max-width: 768px) {
    .section_info iframe {
        width: 100%;
    }
    .article_newsdetail_block>section:not(:last-child) {
        margin-bottom: 35px;
    }
    .section_info>P {
        padding: 0;
    }
    .article_newsdetail_block .section_info .box_btn {
        margin: 60px 0 35px;
    }
    .section_info .btn_black {
        width: 92%;
    }
}

/* slick */

#slider_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#slider {
    width: 600px;
    margin: 0 auto 40px;
}
.slide-item img {
    width: 100%;
}
#thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
}
.thumbnail-item {
    position: relative;
    box-sizing: border-box;
    width: 141px;
    height: 94px;
    margin-bottom: 10px;
    cursor: pointer;
}
.thumbnail-item:not(:nth-child(5n)) {
    margin-right: 23px;
}
.thumbnail-item:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.3s opacity linear;
    opacity: 1;
}
.thumbnail-item img {
    border: 2px solid #fff;
}
.thumbnail-item.thumbnail-current img {
    box-sizing: border-box;
    border: 2px solid #a70000;
}
.thumbnail-item img {
    width: 100%;
    margin: 0 auto;
}
.slick-arrow,
#cboxContent>button {
    font-size: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    transition: 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-radius: 50%;
    background-color: #fff;
    background-image: none;
}
.slick-arrow:after {
    border: none;
}
.slick-arrow:hover:after {
    border: none;
}
.slick-arrow:hover {
    background-color: #e6e6e6;
}
.slick-prev,
.slick-next {
    width: 44px;
    height: 44px;
    background-color: #E6E6E6 !important;
}
.slick-prev {
    left: -60px;
    background: url(/episode_guide_zio_detail/images/prev.svg) center center no-repeat;
    background-size: 50%;
    background-position: 9px 14px;
}
.slick-next {
    right: -60px;
    background: url(/episode_guide_zio_detail/images/next.svg) center center no-repeat;
    background-size: 50%;
    background-position: 13px 14px;
}
@media screen and (max-width: 768px) {
    #slider {
        width: 84%;
        margin-bottom: 25px;
    }
    #thumbnail-list {
        width: 80%;
    }
    .thumbnail-item {
        width: 24vw;
        height: 60px;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .thumbnail-item:nth-child(3n) {
        margin-right: 0;
    }
    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -30px;
    }
    .slick-arrow:after {
        top: 50%;
        width: 15px;
        height: 15px;
    }
    .slick-arrow:hover {
        outline: 0;
        background-color: #fff;
    }
    .thumbnail-item:not(:nth-child(5n)) {
        margin-right: 0;
    }
    .thumbnail-item:not(:nth-child(3n)) {
        margin-right: 5%;
    }
}

/*old_story*/

.old_story:not(:nth-child(5n)) {
    margin-right: 16px;
}
.old_story .box_text p {
    opacity: 1;
    color: #FECB00;
}

/*aside_banner*/

.aside_banner {
    margin-bottom: 120px;
}
.aside_banner .box_img {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aside_banner .box_img img {
    width: 578px;
    height: auto;
}
.aside_banner .box_img a:first-child {
    /* pointer-events: none; */
}
@media screen and (max-width: 768px) {
    .aside_banner {
        margin-bottom: 60px;
    }
    .aside_banner .box_img img {
        width: 100%;
    }
    .aside_banner .box_img>*:not(:last-child) {
        margin-bottom: 30px;
    }
}