@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : hulu.css
Description : Huluオリジナルストーリー
===================================================================== */

@media screen and (max-width: 767px) {
    .hulu_intro_txt,
    .story_another_txt,
    .story_txt,
    .hulu_about_txt {
        line-height: 1.833;
    }
}


/* =====================================================================
*    hulu_movie
* =================================================================== */

.hulu_movie,
.hulu_movie .inner {
    position: relative;
}

.hulu_movie {
    padding: calc(140 / 750 * 100%) 0 calc(115 / 750 * 100%);
}

.hulu_movie h2 span {
    font-size: 6.7rem;
}

.hulu_movie_subttl {
    font-size: 4.6rem;
    text-align: center;
    font-weight: bold;
    margin-top: calc(150 / 690 * 100%);
}

.hulu_movie_subttl span {
    color: var(--red);
}

.hulu_movie_box {
    position: relative;
    margin-top: calc(110 / 690 * 100%);
}

.hulu_movie_box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/harry/harry2.png) no-repeat center/contain;
    width: calc(128 / 690 * 100%);
    padding-top: calc(123 / 690 * 100%);
    margin: calc(-90 / 690 * 100%) calc(-1 / 690 * 100%) 0 0;
}

.hulu_movie_photo {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.hulu_movie_txt {
    margin-top: 1.5em;
    text-align: center;
    font-weight: bold;
}

.hulu_movie_txt p {
    margin-bottom: 0.3em;
    line-height: 1.375;
}

.hulu_movie_txt strong {
    display: block;
    font-size: 3.2rem;
    color: var(--red);
}

.btn_trial {
    margin-top: calc(100 / 690 * 100%);
}

.btn_trial a {
    border: .2em solid var(--red);
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: var(--red);
    padding: 1em;
    border-radius: 2em;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.btn_trial::before {
    background-image: url(../images/harry/harry1.png);
    width: calc(90 / 480 * 100%);
    padding-top: calc(90 / 480 * 100%);
    margin: calc(-66 / 480 * 100%) auto 0;
}

@media screen and (min-width: 768px) {
    .hulu_movie {
        padding: calc(120 / 1400 * 100%) 0 calc(80 / 1400 * 100%);
    }
    .hulu_movie h2 span {
        font-size: 8rem;
    }
    .hulu_movie_subttl {
        font-size: 4rem;
        margin-top: calc(100 / 1200 * 100%);
    }
    .hulu_movie_box {
        width: calc(560 / 1200 * 100%);
        margin: calc(90 / 1200 * 100%) auto 0;
    }
    .hulu_movie_box::before {
        width: calc(112 / 560 * 100%);
        padding-top: calc(107 / 560 * 100%);
        margin: calc(-84 / 560 * 100%) 0 0 calc(-1 / 560 * 100%);
    }
    .hulu_movie_txt p {
        margin-bottom: 0.5em;
        font-size: 1.8rem;
    }
    .hulu_movie_txt strong {
        font-size: 2.8rem;
    }
    .btn_trial {
        width: calc(390 / 1200 * 100%);
        margin-top: calc(100 / 1200 * 100%);
    }
    .btn_trial a {
        /* padding: .5em; */
        font-size: 2rem;
        border-width: 0.15em;
    }
    .btn_trial a:hover {
        background-color: var(--red);
    }
    .btn_trial::before {
        width: calc(90 / 390 * 100%);
        padding-top: calc(90 / 390 * 100%);
        margin: calc(-66 / 390 * 100%) auto 0;
    }
}

@media screen and (min-width: 1400px) {
    .hulu_movie {
        padding: 120px 0 80px;
    }
}


/* =====================================================================
*    hulu_intro
* =================================================================== */

.hulu_intro {
    padding: calc(80 / 750 * 100%) 0 calc(100 / 750 * 100%);
    background-color: var(--red2);
}

.hulu_subttl {
    text-align: center;
    font-size: 5rem;
    font-family: var(--font_en);
    line-height: 1;
    margin-bottom: calc(55 / 690 * 100%);
}

.hulu_subttl span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 calc(-5 / 750 * 100vw) calc(-50 / 750 * 100vw);
    background: url(../images/hulu/subttl_deco1.png) no-repeat center/contain;
}

.hulu_subttl span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin: calc(-5 / 750 * 100vw) calc(-45 / 750 * 100vw) 0 0;
    background: url(../images/hulu/subttl_deco2.png) no-repeat center/contain;
}

.hulu_subttl span::before,
.hulu_subttl span::after {
    width: calc(26 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
}

.hulu_intro_txt {
    text-align: center;
    font-size: 2.8rem;
}

.hulu_intro_txt strong {
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--yellow)));
    background-image: -o-linear-gradient(transparent 60%, var(--yellow) 60%);
    background-image: linear-gradient(transparent 60%, var(--yellow) 60%);
}

@media screen and (min-width: 768px) {
    .hulu_intro {
        padding: calc(70 / 1400 * 100%) 0;
    }
    .hulu_subttl {
        margin-bottom: calc(58 / 1200 * 100%);
    }
    .hulu_subttl span::before,
    .hulu_subttl span::after {
        width: calc(26 / 1400 * 100vw);
        height: calc(30 / 1400 * 100vw);
        max-width: 26px;
        max-height: 30px;
    }
    .hulu_subttl span::before {
        margin: 0 0 calc(-3 / 1400 * 100vw) calc(-50 / 1400 * 100vw);
    }
    .hulu_subttl span::after {
        margin: calc(-3 / 1400 * 100vw) calc(-48 / 1400 * 100vw) 0 0;
    }
    .hulu_intro_txt {
        width: calc(840 / 1200 * 100%);
        margin: 0 auto;
        font-size: 2rem;
    }
}

@media screen and (min-width: 1400px) {
    .hulu_intro {
        padding: 70px 0;
    }
    .hulu_subttl span::before {
        margin: 0 0 -3px -50px;
    }
    .hulu_subttl span::after {
        margin: -3px -48px 0 0;
    }
}


/* =====================================================================
*    hulu_story
* =================================================================== */

.hulu_story {
    padding: calc(90 / 750 * 100%) 0 calc(120 / 750 * 100%);
}

.story_another {
    margin-bottom: calc(140 / 690 * 100%);
}

.story_box h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 3.2rem;
}

.story_box h4 span {
    color: var(--red);
}

.story_box h4+p {
    margin-top: 1em;
}

.story_date_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto calc(20 / 690 * 100%);
}

.story_date_tab li {
    display: block;
    width: calc(290 / 690 * 100%);
    margin: 0 calc(55 / 690 * 100%) calc(40 / 690 * 100%) 0;
    text-align: center;
    font-size: 2rem;
}

.story_date_tab li span {
    display: block;
    background-color: #fff;
    border: .15em solid var(--red);
    line-height: 1;
    font-weight: bold;
    padding: .8em;
    border-radius: 3em;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 25%);
}

@media screen and (max-width: 767px) {
    .story_date_tab li:nth-child(even),
    .story_date_tab li:last-child {
        margin-right: 0;
    }
}

.story_date_tab li:nth-child(n+3) {
    z-index: 2;
}

.story_date_tab .up::after {
    content: 'UP';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding: 0.5em 0.45em;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1;
    font-family: var(--font_en);
    color: var(--yellow);
    background-color: #000;
    font-weight: 400;
    margin: 1em 0 0 -1em;
    z-index: 3;
}

.story_date_tab li.nolink {
    pointer-events: none;
}

.story_date_tab li.nolink span,
.story_date_tab li.nolink strong {
    color: #dbdbdb;
    background-color: #a8a8a8;
    border-color: #a8a8a8;
}

.story_date_tab li.is-active span,
.story_date_tab li.is-active strong {
    background-color: var(--red);
    color: #fff;
}

.story_date_tab li.is-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/harry/harry1.png) no-repeat center/contain;
    width: calc(62 / 290 * 100%);
    padding-top: calc(62 / 290 * 100%);
    margin: calc(-45 / 290 * 100%) auto 0;
}

.story_date_tab li strong {
    color: var(--red);
    display: block;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 0.2em;
}

.story_date_panel>li {
    display: none;
}

.story_date_panel li.is-show {
    display: block !important;
}

.story_photo {
    margin-bottom: calc(40 / 690 * 100%);
}

.story_subttl {
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
    color: var(--red);
    margin-bottom: calc(20 / 690 * 100%);
}

.slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(410 / 690 * 100%);
}

.slick-dots li {
    display: inline-block;
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    margin: 0 1rem;
}

.slick-dots li button {
    display: block;
    background-color: #b9b9b9;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
}

.slick-dots li.slick-active button {
    background-color: var(--red);
}

.hulu_story .banner_list {
    margin-top: calc(90 / 690 * 100%);
}

@media screen and (min-width: 768px) {
    .hulu_story {
        padding: calc(60 / 1400 * 100%) 0 calc(85 / 1200 * 100%);
    }
    .story_another {
        margin-bottom: calc(100 / 1200 * 100%);
    }
    .story_box h4 {
        margin-bottom: 2.5em;
        font-size: 2.8rem;
    }
    .story_another h4 {
        margin-bottom: 1.5em;
    }
    .story_photo {
        width: calc(500 / 1200 * 100%);
        margin: 0 auto calc(40 / 1200 * 100%);
    }
    .story_txt {
        width: calc(840 / 1200 * 100%);
        margin: 0 auto;
    }
    .story_date_tab {
        margin-bottom: calc(40 / 1200 * 100%);
    }
    .story_date_tab li {
        cursor: pointer;
        width: calc(210 / 1200 * 100%);
        margin: 0 calc(20 / 1200 * 100%) 0 0;
        font-size: 1.4rem;
    }
    .story_date_tab li:last-child {
        margin-right: 0;
    }
    .story_date_tab li span {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .story_date_tab li strong {
        -webkit-transition: .2s;
        transition: .2s;
        font-size: 1.6rem;
    }
    .story_date_tab li:not(.nolink):hover span {
        background-color: var(--red);
    }
    .story_date_tab li:not(.nolink):hover span,
    .story_date_tab li:not(.nolink):hover strong {
        color: #fff;
    }
    .story_date_tab li.is-active::before {
        width: calc(90 / 210 * 100%);
        padding-top: calc(90 / 210 * 100%);
        margin: calc(-66 / 210 * 100%) auto 0;
    }
    .story_date_tab .up::after {
        font-size: 1.2rem;
        padding: 0.8em 0.7em;
    }
    .story_subttl {
        font-size: 2.8rem;
        margin-bottom: calc(20 / 500 * 100%);
    }
    .slick-dots {
        margin-top: calc(300 / 500 * 100%);
    }
    .slick-dots li {
        width: calc(5 / 1200 * 100vw);
        height: calc(5 / 1200 * 100vw);
        max-width: 5px;
        max-height: 5px;
        margin: 0 .5rem;
    }
    .hulu_story .banner_list {
        margin-top: calc(70 / 1200 * 100%);
    }
}

@media screen and (min-width: 1400px) {
    .hulu_story {
        padding: 60px 0 85px;
    }
}


/* =====================================================================
*   cast
* =================================================================== */

.hulu_cast {
    background-color: var(--red2);
    padding: calc(80 / 750 * 100%) 0 calc(140 / 750 * 100%);
}

.hulu_cast .inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/harry/harry5.png) no-repeat center/contain;
    width: calc(125 / 690 * 100%);
    padding-top: calc(91 / 690 * 100%);
    margin: calc(-40 / 690 * 100%) calc(10 / 690 * 100%) 0 0;
}

.cast_subttl {
    font-family: var(--font_en);
    font-size: 6rem;
    letter-spacing: 0.05em;
    color: var(--red);
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: calc(50 / 690 * 100%);
}

.cast_subttl::before {
    content: '';
    display: inline-block;
    width: .4em;
    height: 2px;
    background-color: var(--red);
    margin-right: .2em;
}

.cast_list li {
    margin-top: 2em;
}

.cast_list li>dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.cast_list li>dl>dt {
    font-size: 2.8rem;
}

.cast_list li>dl>dd {
    font-size: 3.2rem;
}

.cast_list li>dl>dt {
    text-align: right;
    font-weight: bold;
    color: var(--red);
    line-height: 1.333;
    width: 45%;
    margin: 0.5em 1.5em 0 0;
}

.cast_list dd {
    width: 45%;
    font-size: 2.8rem;
    font-weight: bold;
}

.cast_list dd small {
    font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
    .hulu_cast {
        padding: calc(80 / 1400 * 100%) 0 calc(120 / 1400 * 100%);
    }
    .hulu_cast .inner::before {
        width: calc(125 / 1400 * 100%);
        padding-top: calc(91 / 1400 * 100%);
        margin: calc(-50 / 1400 * 100%) calc(100 / 1400 * 100%) 0 0;
    }
    .cast_subttl {
        width: calc(1000 / 1200 * 100%);
        margin: 0 auto calc(50 / 1200 * 100%);
    }
    .cast_list li {
        margin-top: 2.5em;
    }
    .cast_list li>dl>dt {
        font-size: 2rem;
        width: 50%;
    }
    .cast_list li>dl>dd {
        width: 50%;
        font-size: 2rem;
    }
}

@media screen and (min-width: 1400px) {
    .hulu_cast {
        padding: 80px 0 120px;
    }
}


/* =====================================================================
*    about
* =================================================================== */

.hulu_about {
    padding: calc(90 / 750 * 100%) 0 calc(200 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .hulu_about {
        padding: calc(90 / 1400 * 100%) 0 calc(115 / 1400 * 100%);
    }
    .hulu_about_txt {
        width: calc(880 / 1200 * 100%);
        margin: 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .hulu_about {
        padding: 90px 0 115px;
    }
}