@charset "UTF-8";
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

#spinoff h2 {
    width: 54vw;
    max-width: 361px;
    padding-top: 26px;
    background: url('../images/spinoff/original_title.png')no-repeat center;
    background-size: contain;
    margin: 0 auto 28px;
}
#spinoff .logo {
    width: 80vw;
    max-width: 604px;
    padding-top: 130px;
    background: url('../images/spinoff/logo.png')no-repeat center;
    background-size: contain;
    margin: 0 auto 73px;
}
.main_image {
    width: calc(100% - 20px * 2);
    max-width: 960px;
    margin: 0 auto 142px;
}
.main_image img {
    width: 100%;
}
.main_image img.sp {
    display: none;
}
.intro_section {
    padding-bottom: 120px;
}
.intro_h3 {
    width: 52vw;
    max-width: 355px;
    padding-top: 80px;
    background: url('../images/spinoff/title_intro.png')no-repeat center;
    background-size: contain;
    margin: 0 auto 77px;
}
.intro_h3 span,
.story_h3 span {
    display: block;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	font-size: 0;
}
.intro_text {
    width: calc(100% - 20px * 2);
    max-width: 800px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 4px;
    color: #030303;
    margin: 0 auto 105px;
}
.story_section {
    width: calc(100% - 20px * 2);
    max-width: 800px;
    margin: 0 auto;
}
@media only screen and (max-width: 800px) {
    .intro_text .pc_only { display: none; }   
}
.hulu_try_button {
    display: block;
    width: calc(100% - 20px * 2);
    max-width: 670px;
    margin: 0 auto;
}
.hulu_try_button img {
    vertical-align: bottom;
    width: 100%;
}
.story_h3 {
    width: 25%;
    max-width: 150px;
    padding-top: 80px;
    background: url('../images/spinoff/title_story.png')no-repeat center;
    background-size: contain;
    margin: 0 auto 60px;
}
.story_list {
    margin-bottom: 20px;
}
.story_item {
    margin-bottom: 60px;
}
.story_title {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 32px;
}
.story_title span {
    display: block;
    width: 46px;
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 1;
    padding: 1px;
    color: #c1cfd5;
    background: #030303;
    margin-bottom: 18px;
}
.start_date {
    color: #66aa32;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
}
.story_text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1.6px;
}
.to_hulu_banner {
    display: block;
    max-width: 670px;
    margin: 0 auto 40px;
}
.to_hulu_banner img {
    vertical-align: bottom;
    width: 100%;
}
.hulu_desc_wrap {
    padding: 30px 65px;
    border: solid 1px #66aa32;
    margin-bottom: 40px;
}
.hulu_desc_title {
    font-size: 20px;
    color: #66aa32;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.hulu_desc_text {
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0.64px;
    margin-bottom: 24px;
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
    #spinoff h2 {
        margin: 0 auto 3.3vw;
        padding-top: 4vw;
    }
    #spinoff .logo {
        margin: 0 auto 10vw;
        padding-top: 17vw;
    }
    .main_image {
        width: 100%;
        margin: 0 auto 15vw;
    }
    .main_image img.pc {
        display: none;
    }
    .main_image img.sp {
        display: block;
    }
    .intro_section {
        padding-bottom: 16vw;
    } 
    .intro_h3 {
        padding-top: 13.3vw;
        margin: 0 auto 12.5vw;
    }
    .intro_text {
        font-size: 16px;
        line-height: 2.14;
        letter-spacing: 2.8px;;
        margin: 0 auto 14%;
    }
    .story_h3 {
        padding-top: 14%;
        margin: 0 auto 15%;
    }
    .story_list {
        margin-bottom: 10px;
    }
    .story_item {
        margin-bottom: 40px;
    }
    .story_title {
        font-size: 21px;
        letter-spacing: 1.5px;
        line-height: 1;
        margin-bottom: 10%;
    }
    .story_title span {
        width: 36px;
        font-size: 14px;
        letter-spacing: 2.8px;
        margin-bottom: 12px;
    }
    .start_date {
        font-size: 14px;
        margin-bottom: 12px;
        letter-spacing: 1.4px;
    }
    .story_text {
        font-size: 14px;
        line-height: 22.4px;
        letter-spacing: 1.4px;
    }
    .to_hulu_banner {
        margin: 0 auto 6%;
    }
    .hulu_desc_wrap {
        padding: 20px 18px;
        margin-bottom: 75px;
    }
    .hulu_desc_title {
        font-size: 16px;
        letter-spacing: 1.6px;
        margin-bottom: 3%;
    }
    .hulu_desc_text {
        font-size: 14px;
        line-height: 22.4px;
        letter-spacing: 1.4px;
        margin-bottom: 6.5%;
    }
}

/* ------------------------------------------------------------------
 tablet 〜（601px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 601px) {
  
}

/* ---------------------------------
 PC（993px〜）
--------------------------------- */
@media screen and (min-width: 993px) {
    
}