@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : hulu.css
Description :
===================================================================== */

/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_movie {
    padding: calc(90 / 750 * 100%) 0 calc(120 / 750 * 100%);
    background: #ffffff url(../images/common/bg_pattern.png) repeat center /calc(200 / 750 * 100%) auto;
}

.hulu_movie h2 {
    margin-bottom: calc(70 / 650 * 100%);
}

.hulu_movie_subttl {
    width: calc(420 / 650 * 100%);
    background-color: #000;
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.2;
    padding: .5em 0;
    text-align: center;
    margin: 0 auto calc(40 / 650 * 100%);
}

.hulu_movie_subttl small {
    display: block;
    font-size: 2.6rem;
}

.hulu_movie_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(-123 / 650 * 100%) 0 0 calc(-105 / 650 * 100%);
    background: url(../images/common/img_deco1.png) no-repeat center/contain;
    width: calc(205 / 650 * 100%);
    padding-top: calc(228 / 650 * 100%);
}

.hulu_movie_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 calc(-78 / 650 * 100%) calc(-60 / 650 * 100%) 0;
    z-index: 1;
    background: url(../images/common/img_deco2.png) no-repeat center/contain;
    width: calc(226 / 650 * 100%);
    padding-top: calc(200 / 650 * 100%);
}

.hulu_movie_photo {
    margin-bottom: calc(60 / 650 * 100%);
}

.hulu_movie_photo::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: calc(5 / 650 * 100%);
    background: url(../images/common/img_line1.png) no-repeat center/contain;
    margin-bottom: calc(-4 / 650 * 100%);
}

.hulu_movie_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(103, 56, 93, 0.7);
    z-index: 1;
}

.hulu_movie_btn::after {
    content: "";
    display: block;
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    position: absolute;
    background: url(../images/common/btn_movie.png) no-repeat center/contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.hulu_movie_txt {
    margin-bottom: calc(80 / 650 * 100%);
}

.hulu_movie_txt p {
    margin-bottom: 0.3em;
    text-align: center;
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 700;
}

.hulu_movie_txt strong {
    display: block;
    font-size: 3.4rem;
}

.red {
    color: #cc261b;
}

@media screen and (min-width: 768px) {
    .hulu_movie {
        padding: calc(90 / 1200 * 100%) 0 calc(100 / 1200 * 100%);
        background-size: calc(130 / 1200 * 100%) auto;
    }

    .hulu_movie h2 {
        margin-bottom: calc(88 / 1000 * 100%);
    }

    .hulu_movie_subttl {
        width: calc(360 / 1000 * 100%);
        font-size: 2.8rem;
        margin-bottom: calc(40 / 1000 * 100%);
    }

    .hulu_movie_subttl small {
        font-size: 1.8rem;
    }

    .hulu_movie_box {
        margin-bottom: calc(40 / 1000 * 100%);
    }

    .hulu_movie_box::before {
        margin: calc(-125 / 1000 * 100%) 0 0 calc(-50 / 1000 * 100%);
        width: calc(205 / 1000 * 100%);
        padding-top: calc(228 / 1000 * 100%);
    }

    .hulu_movie_box::after {
        margin: 0 calc(-18 / 1000 * 100%) calc(-42 / 1000 * 100%) 0;
        width: calc(226 / 1000 * 100%);
        padding-top: calc(200 / 1000 * 100%);
    }

    .hulu_movie_photo {
        width: calc(880 / 1000 * 100%);
        margin: 0 auto;
    }

    .hulu_movie_photo::before {
        padding-top: calc(5 / 880 * 100%);
        margin-bottom: calc(-4 / 880 * 100%);
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .hulu_movie_btn {
        overflow: hidden;
    }

    .hulu_movie_btn img,
    .hulu_movie_btn:before {
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .hulu_movie_btn:hover::before {
        opacity: .6;
    }

    .hulu_movie_btn:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .hulu_movie_btn::after {
        width: calc(120 / 1200 * 100vw);
        height: calc(120 / 1200 * 100vw);
    }

    .hulu_movie_txt {
        margin-bottom: calc(80 / 1000 * 100%);
    }

    .hulu_movie_txt p {
        line-height: 1.3;
        margin-bottom: 0.9em;
        font-size: 1.8rem;
    }

    .hulu_movie_txt strong {
        font-size: 2.8rem;
    }
}

@media screen and (min-width: 1200px) {
    .hulu_movie {
        padding: 90px 0 100px;
        background-size: 130px auto;
    }

    .hulu_movie_btn::after {
        width: 120px;
        height: 120px;
    }

}

/* =====================================================================
*    trial 
* =================================================================== */
.hulu_trial {
    width: calc(680 / 650 * 100%);
    margin-left: calc(-15 / 650 * 100%);
    border: 1px solid #000;
    border-top: 0;
}

.hulu_link_ttl {
    position: absolute;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    margin-top: -.85em;
    z-index: 2;
    color: #42233c;
}

.hulu_link_ttl::before,
.hulu_link_ttl::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4.8em;
    height: 1px;
    background-color: #000;
}

.hulu_link_ttl::before {
    left: 0;
}

.hulu_link_ttl::after {
    right: 0;
}

.hulu_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: calc(55 / 680 * 100%) calc(30 / 680 * 100%);
    overflow: hidden;
}

.hulu_link_list li {
    width: calc(300 / 620 * 100%);
}

.hulu_link_list li a {
    -webkit-box-shadow: 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.2);
    box-shadow: 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {

    .hulu_trial {
        width: calc(880 / 1000 * 100%);
        margin: 0 auto;
    }

    .hulu_link_ttl {
        font-size: 2.4rem;
    }

    .hulu_link_ttl::before,
    .hulu_link_ttl::after {
        width: 11em;
    }

    .hulu_link_list {
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: calc(50 / 880 * 100%) 0;
    }

    .hulu_link_list li {
        width: calc(300 / 880 * 100%);
        margin: 0 calc(30 / 880 * 100%);
    }

    .hulu_link_list li a {
        font-size: 2rem;
        top: 0;
        -webkit-box-shadow: 0 calc(8 / 1200 * 100vw) calc(17 / 1200 * 100vw) rgba(0, 0, 0, 0.3);
        box-shadow: 0 calc(8 / 1200 * 100vw) calc(17 / 1200 * 100vw) rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0.67vw 1.42vw rgba(0, 0, 0, 0.3);
        box-shadow: 0 0.67vw 1.42vw rgba(0, 0, 0, 0.3);
    }

    .hulu_link_list li a:hover {
        top: 0.5em;
        -webkit-box-shadow: 0 0 calc(12 / 1200 * 100vw) rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 calc(12 / 1200 * 100vw) rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 1vw rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 1vw rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 1200px) {
    .hulu_link_list li a {
        -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.3);
        box-shadow: 0 8px 17px rgba(0, 0, 0, 0.3);
    }

    .hulu_link_list li a:hover {
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    }
}

/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
    padding: calc(100 / 750 * 100%) 0;
    background-color: #ae3741;
}

.hulu_intro_txt {
    text-align: center;
    line-height: 1.928;
    font-size: 2.8rem;
    letter-spacing: -.1rem;
    color: #fff;
}

.hulu_intro_txt strong {
    font-size: 4rem;
    display: block;
    padding: .4em 0;
}

@media screen and (min-width: 768px) {
    .hulu_intro {
        padding: calc(85 / 1200 * 100%) 0;
    }

    .hulu_intro h2 {
        margin-bottom: calc(55 / 1000 * 100%);
    }

    .hulu_intro_txt {
        font-size: 1.8rem;
        line-height: 2.142;
    }

    .hulu_intro_txt strong {
        font-size: 2.8rem;
        padding: .2em 0;
    }
}

@media screen and (min-width: 1200px) {
    .hulu_intro {
        padding: 85px 0;
    }
}

/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
    padding: calc(100 / 750 * 100%) 0;
    background-color: #ded3db;
}

.hulu_story::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/chart/bg_deco1.png) no-repeat right top/contain;
    width: calc(419 / 750 * 100%);
    padding-top: calc(655 / 750 * 100%);
}

.hulu_story::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/chart/bg_deco2.png) no-repeat right top/contain;
    width: calc(342 / 750 * 100%);
    padding-top: calc(599 / 750 * 100%);
}

.story_date_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto calc(50 / 650 * 100%);
}

.story_date_tab li {
    display: block;
    width: calc(300 / 650 * 100%);
    margin: 0 calc(50 / 650 * 100%) calc(27 / 650 * 100%) 0;
    background-color: #6d386b;
    border: 2px solid #000;
    color: #fff;
    padding: .6em 0;
    font-size: 2.4rem;
    letter-spacing: -.01rem;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.story_date_tab li:nth-child(even),
.story_date_tab li:last-child {
    margin-right: 0;
}

.story_date_tab li span {
    font-size: 2.2rem;
    display: block;
}

.story_date_tab .up::before {
    content: 'UP';
    position: absolute;
    top: -2px;
    right: -2px;
    padding: .2em .7em;
    background-color: #cc281d;
    font-family: 'Cabin', sans-serif;
    color: #fff;
    font-size: 2rem;
}

.story_date_tab li.nolink {
    background-color: #ccc6cc;
    pointer-events: none;
    border-color: #b3adb3;
}

.story_date_tab li.is-active {
    background-color: #c39c50;
    color: #fff;
}

.story_date_panel > li {
    display: none;
}

.story_date_panel li.is-show {
    display: block !important;
}

.hulu_story_photo {
    margin-bottom: calc(50 / 650 * 100%);
}

.hulu_story_subttl {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 700;
    color: #65365b;
    margin-bottom: calc(30 / 650 * 100%);
}

.hulu_story .slick-arrow {
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 3;
    width: 4em;
    height: 1.5em;
    border-bottom: 2px solid #000;
}

.hulu_story .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: -.2em;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1em 1.5em;
    border-color: transparent transparent #000000 transparent;
}

.hulu_story .slick-arrow.prev {
    left: calc(-35 / 650 * 100%);
}

.hulu_story .slick-arrow.next {
    right: calc(-35 / 650 * 100%);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.hulu_story_txt {
    font-size: 2.8rem;
    line-height: 2;
}


@media screen and (min-width: 768px) {
    .hulu_story {
        padding: calc(80 / 1200 * 100%) 0 calc(100 / 1200 * 100%);
    }

    .hulu_story::before {
        width: calc(419 / 1200 * 100%);
        padding-top: calc(655 / 1200 * 100%);
    }

    .hulu_story::after {
        width: calc(342 / 1200 * 100%);
        padding-top: calc(599 / 1200 * 100%);
    }

    .story_date_tab {
        width: calc(880 / 1000 * 100%);
        margin-bottom: calc(50 / 1000 * 100%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story_date_tab li {
        width: calc(200 / 880 * 100%);
        margin-bottom: calc(20 / 880 * 100%);
        font-size: 1.8rem;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .story_date_tab li:not(:nth-child(4n)) {
        margin: 0 calc(25 / 880 * 100%) calc(20 / 880 * 100%) 0;
    }

    .story_date_tab li:not(.nolink):hover {
        cursor: pointer;
        background-color: #c39c50;
    }

    .story_date_tab li span {
        font-size: 1.4rem;
    }

    .story_date_tab .up::before {
        font-size: 1rem;
    }

    .story_date_panel {
        width: calc(880 / 1000 * 100%);
        margin: 0 auto;
    }

    .hulu_story_photo {
        margin-bottom: calc(40 / 880 * 100%);
    }

    .hulu_story_subttl {
        font-size: 2.4rem;
        margin-bottom: calc(20 / 880 * 100%);
    }

    .hulu_story .slick-arrow {
        cursor: pointer;
        width: 5em;
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }

    .hulu_story .slick-arrow::before {
        border-width: 0 0 .8em 1em;
    }

    .hulu_story .slick-arrow.prev {
        left: -5vw;
    }

    .hulu_story .slick-arrow.prev:hover {
        left: -7vw;
    }

    .hulu_story .slick-arrow.next {
        right: -5vw;
    }

    .hulu_story .slick-arrow.next:hover {
        right: -7vw;
    }

    .hulu_story_txt {
        font-size: 1.6rem;
        line-height: 2;
        width: calc(800 / 880 * 100%);
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .hulu_story {
        padding: 80px 0 100px;
    }

    .hulu_story::before {
        width: 419px;
        padding-top: 655px;
    }

    .hulu_story::after {
        width: 342px;
        padding-top: 599px;
    }
}

/* =====================================================================
*    banner2
* =================================================================== */
.banner2 {
    padding: calc(60 / 750 * 100%) 0;
    background: url(../images/common/bg_purple.jpg) repeat center/calc(150 / 750 * 100%) auto;
}

@media screen and (min-width: 768px) {
    .banner2 {
        padding: calc(40 / 1200 * 100%) 0;
        background-size: calc(150 / 1200 * 100%) auto;
    }

    .banner2 li {
        margin: 0 calc(40 / 1000 * 100%) !important;
    }
}

@media screen and (min-width: 1200px) {
    .banner2 {
        padding: 40px 0;
        background-size: 150px auto;
    }
}

/* =====================================================================
*    hulu_bg
* =================================================================== */
.hulu_bg {
    background-color: #fffafe;
}

.hulu_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/common/bg_pattern.png) repeat center /calc(200 / 750 * 100%) auto;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hulu_bg .inner {
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .hulu_bg::before {
        background-size: calc(130 / 1200 * 100%) auto;
    }
}

@media screen and (min-width: 1200px) {
    .hulu_bg::before {
        background-size: 130px auto;
    }

}

/* =====================================================================
*   cast
* =================================================================== */
.hulu_cast {
    padding: calc(100 / 750 * 100%) 0;
}

.cast_box {
    font-size: 2.8rem;
    text-align: center;
}

.cast_box li:not(:last-child) {
    margin-bottom: calc(40 / 650 * 100%);
}

.cast_box dl {
    line-height: 1.5;
}

.cast_box dt {
    font-weight: bold;
    color: #ab2825;
    /*	font-size: 2.4rem;*/
}

.enjin::after {
    content: "(円神)";
    font-size: 1.9rem;
    line-height: 2.2;
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    width: 20rem;
    padding-left: .5em;
    text-align: left;
    vertical-align: bottom;
}

.kokoriko::after {
    content: "(ココリコ)";
    font-size: 1.9rem;
    line-height: 2.2;
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    width: 30rem;
    padding-left: .5em;
    text-align: left;
    vertical-align: bottom;
}

.cast_box li.margin {
    margin-top: calc(55 / 500 * 100%);
}

@media screen and (min-width: 768px) {
    .hulu_cast {
        padding: calc(80 / 1200 * 100%) 0;
    }

    .hulu_cast h2 {
        margin-bottom: calc(50 / 1000 * 100%);
    }

    .cast_box {
        font-size: 1.8rem;
    }

    .cast_box li:not(:last-child) {
        margin-bottom: calc(30 / 1000 * 100%);
    }

    .cast_box dt {
        font-size: 1.6rem;
    }

    .enjin::after,
    .kokoriko::after,
    .kyodo::after,
    .yoshimoto::after {
        font-size: 1.4rem;
        line-height: 1.9;
    }
    
    .cast_box li.margin {
        margin-top: calc(65 / 1000 * 100%) !important;
    }
}

@media screen and (min-width: 1200px) {
    .hulu_cast {
        padding: 80px 0;
    }
}


/* =====================================================================
*    about
* =================================================================== */
.hulu_about {
    padding: calc(100 / 750 * 100%) 0;
    background-color: #ece7eb;
}

.hulu_about h2 {
    margin-bottom: calc(50 / 650 * 100%);
}

.hulu_about_txt {
    line-height: 2.153;
    font-size: 2.6rem;
    letter-spacing: -.05rem;
    margin-bottom: calc(70 / 650 * 100%);
}

@media screen and (min-width: 768px) {
    .hulu_about {
        padding: calc(80 / 1200 * 100%) 0 calc(100 / 1200 * 100%);
    }

    .hulu_about h2 {
        margin-bottom: calc(60 / 1000 * 100%);
    }

    .hulu_about_txt {
        text-align: center;
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: calc(60 / 1000 * 100%);
        letter-spacing: .2rem;
    }

}

@media screen and (min-width: 1200px) {
    .hulu_about {
        padding: 80px 0 100px;
    }
}
