@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;
}

.hero-program-01 img {
    width: 100%;
}

.nav-program {
    background-color: #000000;
}

.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) {

    .line_img {
        overflow: hidden;
        width: 180px;
        height: 135px;
    }

    .line_img img {
        display: block;
        transition-duration: 0.3s;
    }

    .fig-cmn-01:hover .line_img img {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }
}

@media screen and (min-width: 768px) {
    .fig-cmn-01 {
        display: flex;
    }

    .caption-01 {
        margin-left: 5%;
    }
}

.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;
}

/* .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;
}


/* ストーリー
---------------------------------------------------------- */
.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: 320px;
}

.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;
}

.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 3%;
    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;
}

.story_chapter {
    width: 100%;
}

.story_chapter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.story_chapter li a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 8px 10px 5px 10px;
    text-decoration: none;
    color: #555;
    background: #EEE;
    border-radius: 15px 15px 0 0;
    transition: .4s;
    width: 120px;
    font-size: 0.9em;
}

@media screen and (min-width: 768px) {
    .story_chapter li a {
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .story_chapter li a {
        width: 96%;
        font-size: 100%;
        margin-right: 4px;
    }
}

.story_chapter li a:hover {
    background: #680065;
    color: #FFF;
}

.story_pagenamber {
    width: 100%;
    margin: 2% 0 10%;
}

.story_pagenamber ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    width: 50%;
}

.story_pagenamber li a {
    display: inline-block;
    text-decoration: none;
    transition: .4s;
    padding: 10px 0;
    background-color: #DDD;
    width: 3em;
    text-align: center;
}

.story_pagenamber li a:hover {
    background: #680065;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .story_pagenamber {
        overflow: auto;
        margin: 7% 0 10% !important;
    }

    .story_pagenamber .container {
        width: 456px;
    }

    .story_pagenamber ul {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }

    .story_pagenamber li a {
        margin: 0 6px;
    }

}

.now {
    background-color: #680065 !important;
    color: #FFF !important;
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1rem;
    }
}

h4 {
    font-size: 1.2rem;
    color: #680065;
    font-weight: bold;
    margin-bottom: 2%;
}

.castvoice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.castvoice_h4 {
    font-size: 1.2rem;
    color: #680065;
    font-weight: bold;
    margin: 2% 0;
    border-bottom: 1px dotted #000;
}

.castvoice p {
    align-self: stretch;
    margin: 2% 2%;
}

.story_end {
    width: 42%;
    margin: 2% 0;
    padding: 18px 10px;
}
