@charset "utf-8";


/* ==========================================================
 hero-cmn
========================================================== */
.hero-program-01,
.hero-cmn-subpage {
    background: url(../../img/common/bg.jpg);
    background-size: cover;
    background-position: bottom;

}

@media screen and (max-width: 767px) {

    .hero-program-01,
    .hero-cmn-subpage {
        background: url(../../img/common/bg.jpg);
        background-size: cover;
        background-position: bottom;
    }
}

/* ==========================================================
 犬夜叉完結編
========================================================== */
.gDef-wrapper {
    position: relative;
}

.nav-program {
    background-color: #000000;
}

.hero-program-01 img {
    width: 100%;
}

.nav-program a.is-active:after {
    background-color: #680065;
}

.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex_item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .nav-program a:after {
        background-color: #FFF;
    }

    .nav-program a:hover:after {
        background-color: #FFF;
    }

    .hero-program-01 .inner {
        max-width: 1055px;
    }

    .flex_item {
        width: 49%;
    }

}

.ttl-cmn-01:before {
    background-color: #680065;
}

.box-advertising-area {
    align-items: normal;
}

h3 {
    padding-bottom: 1%;
    margin-bottom: 2%;
    color: #680065;
    font-weight: bold;
    border-bottom: 1px dotted #000;
}

.box-staff-01 .name-01,
.fig-cmn-01 .caption-01 {
    color: #680065;
}

@media screen and (min-width: 768px) {
    .fig-cmn-01 {
        display: flex;
    }

    .caption-01 {
        margin-left: 5%;
    }

}

.line_img {
    overflow: hidden;
    width: 55%;
}

@media screen and (max-width: 767px) {
    .line_img {
        overflow: hidden;
        width: 100%;
    }
}

.line_img img {
    display: block;
    transition-duration: 0.3s;
}

.fig-cmn-01:hover .line_img img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.sec-cmn-01 + .sec-cmn-01 {
    border-top: none !important;
}

.sec-cmn-01 {
    padding-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
    .sec-cmn-01 {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }

    .fig-cmn-01 .caption-01 {
        margin-top: 5px;
    }
}

.container a {
    text-align: center;
}

#summary_01.item {
    width: 11em;
    margin: 2% !important;
    background-color: none !important;
    padding: 0 !important;
}
}

.summary {
    margin-left: 0;
}

.btn_summary {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #555;
    background-color: #EEE;
    transition: .4s;
}

.btn_summary:hover {
    color: #FFF;
    background-color: #680065;
}

/* .popup
---------------------------------------------------------- */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
}

.popup::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.popup_box {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 100;
}

.popup .inner {
    width: 93.75%;
    height: 96%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 3% auto;
    padding: 0 12% 4%;
    background-color: #fff;
    border-radius: 20px;
}

.popup .close_btn a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #680065;
    display: block;
    margin: 10% -8% 5% auto;
}

@media screen and (min-width:768px) {
    .popup_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .popup .inner {
        width: 93.75%;
        max-width: 800px;
        height: auto;
        max-height: 90%;
        overflow-y: auto;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 3% 9.09%;
        margin: auto;
    }

    .popup .close_btn a {
        margin: 0 -7% 0 auto;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .popup .close_btn a:hover {
        opacity: 0.7;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

@media screen and (min-width:1100px) {
    .popup .close_btn a {
        margin: 0 0 0 auto;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .popup .inner {
        padding: 50px;
    }
}

.popup ::-webkit-scrollbar {
    width: 20px;
}

.popup ::-webkit-scrollbar-track {
    border-radius: 0 20px 20px 0;
    background: #eee;
}

.popup ::-webkit-scrollbar-thumb {
    background-color: #680065;
    border-radius: 20px;
}

.popup_img {
    margin: 0 auto;
    width: 71.765%;
}

@media screen and (max-width:768px) {
    .popup_img {
        width: 100%;
    }
}


.popup_img img {
    width: 100%;
    margin-bottom: 2%;
}

/* ストーリー
---------------------------------------------------------- */
.cast figure,
.story figure {
    text-align: center;
}

.cast figure img,
.story figure img {
    margin-bottom: 2%;
}

.story figure img {
    background-color: #f4f4f4;
    padding: 1.5%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 488px;
}

.story figurecaption h4 span {
    font-size: 0.8em;
    color: #000;
    padding-left: 1em;
}

.story_txt {
    margin: 2% auto;
    padding: 5% 0;
    border-top: 1px dotted #000;
}

.container_story {
    display: flex;
    margin-top: 1%;
    flex-wrap: wrap;
}

figure.guest {
    width: 100%;
}

@media screen and (min-width:1100px) {
    figure.guest {
        width: calc(340px - 4%);
    }
}

.guest img {
    width: 145px !important;
}

.stretch {
    align-self: stretch;
}

.story .guest p {
    text-align: left;
    margin-top: 0px !important;
}

.item {
    width: 42%;
    margin: 2% 0;
    background-color: #FFF;
    padding: 18px 10px;
}

.story_itembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 10%;
    padding-top: 5%;
    background-color: #EEE;
    padding: 10px 0;
}

.caption-02 {
    margin: 3vh auto;
}

.title {
    font-weight: bold;
    color: #000 !important;
    line-height: 1.3;
    font-size: 14px;
    display: block;
}

.caption-02 .title {
    font-size: 1.4em;
}
