@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : hulu.css
Description :
===================================================================== */

/* =====================================================================
*    hulu_movie
* =================================================================== */
.hulu_movie {
    padding: calc(100 / 750 * 100%) 0 calc(130 / 750 * 100%);
}

.hulu_movie_logo {
    width: calc(481 / 750 * 100%);
    margin: 0 auto calc(65 / 750 * 100%);
}

.hulu_movie_box {
    width: calc(660 / 750 * 100%);
    margin: 0 auto calc(70 / 750 * 100%);
}

.hulu_movie_btn::after {
    content: "";
    display: block;
    width: calc(94 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
    border-radius: 50%;
    background: url(../images/common/btn_movie.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hulu_movie_txt {
    margin: 0 0 calc(60 / 750 * 100%);
    color: #f6f6f6;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.hulu_movie_txt strong {
    margin: 0 0.1em;
    color: #3CE032;
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.hulu_movie_txt em {
    display: block;
    margin: 0.2em 0 0;
    font-style: normal;
    font-weight: 700;
}

.hulu_link {
    padding: calc(55 / 750 * 100%) 0 calc(65 / 750 * 100%);
    background: url(../images/hulu/bg_hulu_g2.jpg) repeat center center;
    background-size: calc(400 / 750 * 100%) auto;
}

.hulu_link_ttl {
    margin: 0 0 calc(55 / 750 * 100%);
    color: #f6f6f6;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}

.hulu_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hulu_link_list li {
    width: calc(300 / 750 * 100%);
    margin: 0 calc(30 / 750 * 100%) 0 0;
}

.hulu_link_list li:last-child {
    margin-right: 0;
}

.hulu_link_list li a {
    -webkit-box-shadow: 0 calc(15 / 750 * 100vw) calc(15 / 750 * 100vw) rgba(0, 0, 0, 0.1);
    box-shadow: 0 calc(15 / 750 * 100vw) calc(15 / 750 * 100vw) rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
    .hulu_movie {
        padding: calc(100 / 1200 * 100%) 0;
    }
    
    .hulu_movie_logo {
        width: calc(481 / 1000 * 100%);
        margin: 0 auto calc(50 / 1000 * 100%);
    }
    
    .hulu_movie_box {
        width: calc(800 / 1000 * 100%);
        margin: 0 auto calc(20 / 1000 * 100%);
    }
    
    .hulu_movie_btn::after {
        width: calc(88 / 1200 * 100vw);
        height: calc(88 / 1200 * 100vw);
    }
    
    .hulu_movie_btn:hover {
        opacity: 0.7;
    }
    
    .hulu_movie_txt {
        margin: 0 0 calc(20 / 1000 * 100%);
        font-size: 2.4rem;
    }
    
    .hulu_movie_txt strong {
        font-size: 3.2rem;
    }
    
    .hulu_link {
        width: calc(960 / 1000 * 100%);
        margin: 0 auto;
        padding: calc(35 / 1000 * 100%) 0 calc(45 / 1000 * 100%);
        background-size: calc(200 / 960 * 100%) auto;
    }
    
    .hulu_link_ttl {
        margin: 0 0 calc(35 / 960 * 100%);
        font-size: 2rem;
    }
    
    .hulu_link_list li {
        width: calc(300 / 960 * 100%);
        margin: 0 calc(40 / 960 * 100%) 0 0;
    }
    
    .hulu_link_list li a {
        font-size: 2rem;
        top: 0;
        -webkit-box-shadow: 0 calc(15 / 1200 * 100vw) calc(15 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
        box-shadow: 0 calc(15 / 1200 * 100vw) calc(15 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1.25vw 1.25vw rgba(0, 0, 0, 0.1);
        box-shadow: 0 1.25vw 1.25vw rgba(0, 0, 0, 0.1);
    }
    
    .hulu_link_list li a:hover {
        top: 0.5em;
        -webkit-box-shadow: 0 calc(5 / 1200 * 100vw) calc(5 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
        box-shadow: 0 calc(5 / 1200 * 100vw) calc(5 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0.42vw 0.42vw rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.42vw 0.42vw rgba(0, 0, 0, 0.1);
    }
}

@media screen and (min-width: 1200px) {
    .hulu_movie {
        padding: 100px 0;
    }
    
    .hulu_movie_btn::after {
        width: 88px;
        height: 88px;
    }
    
    .hulu_link_list li a {
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    }
    
    .hulu_link_list li a:hover {
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }
}


/* =====================================================================
*    hulu_intro
* =================================================================== */
.hulu_intro {
    padding: calc(120 / 750 * 100%) 0;
    background: url(../images/hulu/bg_hulu_w.jpg) repeat center top;
    background-size: calc(1600 / 750 * 100%) auto;
}

.hulu_intro_txt {
    width: calc(660 / 750 * 100%);
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 1.714;
	text-align: center;
}

.hulu_intro_txt strong {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .hulu_intro {
        padding: calc(100 / 1200 * 100%) 0;
        background-size: calc(1600 / 1200 * 100%) auto;
    }
    
    .hulu_intro_txt {
        width: calc(800 / 1000 * 100%);
        margin-top: -0.5em;
        font-size: 2rem;
        line-height: 2.4;
    }
}

@media screen and (min-width: 1200px) {
    .hulu_intro {
        padding: 100px 0;
    }
}

@media screen and (min-width: 1600px) {
    .hulu_intro {
        background-size: 1600px auto;
    }
}


/* =====================================================================
*    hulu_story
* =================================================================== */
.hulu_story {
    padding: calc(120 / 750 * 100%) 0;
    background: url(../images/common/bg_gray.jpg) repeat center center;
    background-size: calc(400 / 750 * 100%) auto;
}

.hulu_story_ttl {
    width: calc(240 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
    padding: 0.5em 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
}

/*.hulu_story_ttl::before {
    content: "#";
    display: inline-block;
    margin: 0 0.3em 0 0;
    font-size: 3.2rem;
    font-family: 'Oswald', sans-serif;
    position: relative;
    top: 0.1em;
}*/

.hulu_story_date {
    margin: 0 0 calc(100 / 750 * 100%);
    color: #fff;
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
}

.hulu_story_list > li:not(:last-child) {
    margin: 0 0 calc(120 / 750 * 100%);
}

.hulu_story_photo {
    width: calc(660 / 750 * 100%);
    margin: 0 auto;
}

.hulu_story_photo li {
    margin: 0 0 calc(55 / 660 * 100%);
}

.hulu_story_txt {
    width: calc(660 / 750 * 100%);
    margin: 0 auto;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
}

@media screen and (min-width: 768px) {
    .hulu_story {
        padding: calc(100 / 1200 * 100%) 0;
        background-size: calc(200 / 1200 * 100%) auto;
    }
    
    .hulu_story_ttl {
        width: calc(200 / 1000 * 100%);
        margin: 0 auto calc(20 / 1000 * 100%);
        padding: 0.6em 0;
        border-width: 2px;
        font-size: 2.6rem;
    }
    
/*    .hulu_story_ttl::before {
        font-size: 1.8rem;
    }
*/   
    .hulu_story_date {
        margin: 0 0 calc(50 / 1000 * 100%);
        font-size: 2rem;
    }
    
    .hulu_story_list > li:not(:last-child) {
        margin: 0 0 calc(80 / 1000 * 100%);
    }
    
    .hulu_story_photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(960 / 1000 * 100%);
    }
    
    .hulu_story_photo li {
        width: calc(460 / 961 * 100%);
        margin: 0 calc(40 / 961 * 100%) calc(40 / 961 * 100%) 0;
    }
    
    .hulu_story_photo li:nth-child(even),
    .hulu_story_photo li:last-child {
        margin-right: 0;
    }
    
    .hulu_story_txt {
        width: calc(960 / 1000 * 100%);
        font-size: 1.6rem;
        line-height: 1.875;
    }
}

@media screen and (min-width: 1200px) {
    .hulu_story {
        padding: 100px 0;
        background-size: 200px auto;
    }
}


/* =====================================================================
*    hulu_cast
* =================================================================== */
.hulu_cast {
    padding: calc(120 / 750 * 100%) 0;
}

.cast_list li:not(:last-child) {
    margin: 0 0 calc(20 / 750 * 100%);
}

.cast_list li.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(35 / 750 * 100%);
}

.cast_list li.flex dl {
    width: calc(330 / 750 * 100%);
}

.cast_list li.line:not(:last-child) {
    margin: 0 0 calc(35 / 750 * 100%);
}

.cast_list li.line::after {
    content: "";
    display: block;
    width: calc(26 / 750 * 100%);
    padding-top: calc(4 / 750 * 100%);
    margin: calc(35 / 750 * 100%) auto 0;
    background-color: #3b3e3e;
}

.cast_list li.flex::after {
    position: absolute;
    bottom: 0;
}

.cast_list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cast_list_box dt {
    width: calc(355 / 750 * 100%);
    color: #898989;
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: right;
}

.cast_list_box dt.ls {
    letter-spacing: -0.05em;
}

.cast_list li.flex dt {
    width: calc(150 / 330 * 100%);
}

.cast_list_box dd {
    width: calc(355 / 750 * 100%);
    color: #fcfeff;
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.cast_list_box dd:not(:first-of-type) {
    margin: 0 0 0 calc(395 / 750 * 100%);
}

.cast_list_box dd span {
    font-size: 80%;
}

.cast_list li.flex dd {
    width: calc(150 / 330 * 100%);
}

@media screen and (min-width: 768px) {
    .hulu_cast {
        padding: calc(100 / 1200 * 100%) 0;
    }
    
    .cast_list li:not(:last-child) {
        margin: 0 0 calc(10 / 1000 * 100%);
    }
    
    .cast_list li.line:not(:last-child) {
        margin: 0 0 calc(20 / 1000 * 100%);
    }
    
    .cast_list li.line::after {
        width: calc(26 / 1000 * 100%);
        padding-top: calc(2 / 1000 * 100%);
        margin: calc(20 / 1000 * 100%) auto 0;
    }
    
    .cast_list li.flex {
        padding-bottom: calc(18 / 1000 * 100%);
    }
    
    .cast_list li.flex dl {
        width: calc(300 / 1000 * 100%);
    }
    
    .cast_list_box dt {
        width: calc(480 / 1000 * 100%);
        font-size: 1.5rem;
        line-height: 1.8;
    }
    
    .cast_list li.flex dt {
        width: calc(130 / 300 * 100%);
    }
    
    .cast_list_box dd {
        width: calc(480 / 1000 * 100%);
        font-size: 1.5rem;
        line-height: 1.8;
    }
    
    .cast_list_box dd:not(:first-of-type) {
        margin: 0 0 0 calc(520 / 1000 * 100%);
    }
    
    .cast_list_box dd span {
        font-size: 88%;
    }
    
    .cast_list li.flex dd {
        width: calc(130 / 300 * 100%);
    }
}

@media screen and (min-width: 1200px) {
    .hulu_cast {
        padding: 100px 0;
    }
}


/* =====================================================================
*    hulu_about
* =================================================================== */
.hulu_about {
    padding: calc(120 / 750 * 100%) 0;
    background: url(../images/hulu/bg_hulu_g.jpg) repeat center center;
    background-size: calc(400 / 750 * 100%) auto;
}

.hulu_about_txt {
    width: calc(660 / 750 * 100%);
    margin: 0 auto calc(90 / 750 * 100%);
    font-size: 2.8rem;
    line-height: 1.714;
}

@media screen and (min-width: 768px) {
    .hulu_about {
        padding: calc(100 / 1200 * 100%) 0;
        background-size: calc(200 / 1200 * 100%) auto;
    }
    
    .hulu_about_txt {
        width: calc(740 / 1000 * 100%);
        margin: 0 auto calc(50 / 1000 * 100%);
        font-size: 1.6rem;
        line-height: 1.75;
    }
}

@media screen and (min-width: 1200px) {
    .hulu_about {
        padding: 100px 0;
        background-size: 200px auto;
    }
}
