@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : story.css
Description :
===================================================================== */


/* =====================================================================
*    story
* =================================================================== */
.story {
    padding-bottom: calc(120 / 750 * 100%);
    background: url(../images/common/bg_black_sp.jpg) no-repeat center top #14161a;
    background-size: 100% auto;
}

.story .sec_ttl {
    margin: 0 0 calc(105 / 750 * 100%);
}

.story .sec_contents {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
}

.story_box {
}

.story_movie_wrap {
    margin: 0 0 calc(70 / 690 * 100%);
}

.story_movie {
    margin: 0 0 calc(50 / 690 * 100%);
    padding: calc(20 / 690 * 100%);
}

.story_movie::before,
.story_movie::after,
.story_movie_photo::before,
.story_movie_photo::after {
    content: "";
    display: block;
    width: calc(30 / 690 * 100%);
    padding-top: calc(30 / 690 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff100;
    border-left: 1px solid #fff100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.story_movie::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0;
}

.story_movie_photo::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: auto;
    bottom: 0;
    margin: 0 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%);
}

.story_movie_photo::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%) 0;
}

.story_movie_photo {
}

.story_movie_btn::before {
	content: "";
    display: block;
	width: calc(107 / 750 * 100vw);
	height: calc(107 / 750 * 100vw);
	background-color: #fff100;
    border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 2;
}

.story_movie_btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.3vw 0 2.3vw 3.8vw;
    border-color: transparent transparent transparent #14161a;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 1vw;
	right: 0;
	margin: auto;
    z-index: 2;
}

.story_ttl {
    color: #fff100;
    font-size: 10rem;
    font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 calc(20 / 690 * 100%);
}

.story_ttl::before {
    content: "#";
    display: inline-block;
    font-size: 7.5rem;
    margin: 0 0.05em 0 0;
}

.story_ttl.last::before {
    display: none;
}
.story_ttl.last {
    font-size: 6.5rem;
}

.story_date {
    color: #fff100;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
}

.story_date span {
    display: block;
    color: #afafac;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0.6em 0 0;
}

.story_cast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: calc(70 / 690 * 100%) auto 0;
}

.story_cast dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(95 / 750 * 100vw);
    margin: 0 calc(25 / 750 * 100vw) 0 0;
    border: 1px solid #fff100;
    color: #fff100;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.story_cast dt span {
    display: block;
}

.story_cast dd {
    color: #fff100;
    font-size: 2.4rem;
    line-height: 1.7;
}

.story_txt_list {
    width: calc(650 / 690 * 100%);
    margin: 0 auto;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
    letter-spacing: -0.06em;
}

.story_txt_list_photo,
.story_txt_list li > p {
    margin: 0 auto calc(70 / 650 * 100%);
}

.story_txt_more {
}

.story_txt_more .story_txt_list {
    height: 7em;
    height: auto !important;
    overflow: hidden;
}

.story_txt_more_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 22, 26, 1)), to(rgba(20, 22, 26, 0)));
    background: linear-gradient(0deg, rgba(20, 22, 26, 1) 0%, rgba(20, 22, 26, 0) 100%);
    display: none !important;
}

.story_txt_more_btn a {
    width: calc(480 / 690 * 100%);
    margin: calc(50 / 690 * 100%) auto 0;
}

.story_sns_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: calc(140 / 690 * 100%) auto 0;
    padding: calc(24 / 690 * 100%) 0;
    border-top: 1px solid #6e6e6c;
    border-bottom: 1px solid #6e6e6c;
}

.story_sns_share dt {
    width: calc(295 / 690 * 100%);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.story_sns_share dd {
    width: calc(395 / 690 * 100%);
    border-left: 1px solid #6e6e6c;
}

.story_sns_share_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.story_sns_share_list li {
    width: calc(80 / 395 * 100%);
    margin: 0 calc(38 / 395 * 100%) 0 0;
}

.story_sns_share_list li:last-of-type {
    margin: 0;
}

.story_sns_share_list li a {
    padding: calc(21 / 80 * 100%) 0;
    border: 1px solid #6e6e6c;
}

.story_sns_share_list li a img {
    width: calc(39 / 80 * 100%);
    margin: 0 auto;
}

.facebookShare a {
    background-color: #3b5997;
}

.twitterShare a {
    background-color: #55aced;
}

.lineShare a {
    background-color: #08b704;
}

.story_cast_btn {
    margin: calc(80 / 690 * 100%) 0 0;
}

.story_cast_btn a {
    width: calc(500 / 690 * 100%);
    padding: 1em 0;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.story_box .mydo_bnr {
    margin-top: calc(100 / 690 * 100%);
}

@media screen and (min-width: 768px) {
    .story {
        padding: calc(100 / 1200 * 100%) 0 calc(70 / 1200 * 100%);
        background: url(../images/common/bg_black_pc.jpg) no-repeat center top #14161a;
        background-size: calc(1600 / 1200 * 100%) auto;
    }
    
    .story .sec_ttl {
        margin: 0 0 calc(80 / 1000 * 100%);
    }
    
    .story .sec_contents {
        width: 100%;
    }

    .story_movie_wrap {
        width: calc(850 / 1000 * 100%);
        margin: 0 auto calc(100 / 1000 * 100%);
    }
    
    .story_movie {
        margin: 0 0 calc(45 / 850 * 100%);
        padding: 0;
    }
    
    .story_movie::before,
    .story_movie::after,
    .story_movie_photo::before,
    .story_movie_photo::after {
        width: calc(40 / 850 * 100%);
        padding-top: calc(40 / 850 * 100%);
        border-width: 2px;
    }
    
    .story_movie::before {
        margin: calc(-12 / 850 * 100%) 0 0 calc(-12 / 850 * 100%);
    }
    
    .story_movie::after {
        margin: calc(-12 / 850 * 100%) calc(-12 / 850 * 100%) 0 0;
    }
    
    .story_movie_photo::before {
        margin: 0 0 calc(-12 / 850 * 100%) calc(-12 / 850 * 100%);
    }
    
    .story_movie_photo::after {
        margin: 0 calc(-12 / 850 * 100%) calc(-12 / 850 * 100%) 0;
    }

    .story_movie_btn::before {
        width: calc(107 / 1200 * 100vw);
        height: calc(107 / 1200 * 100vw);
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    
    .story_movie_photo:hover .story_movie_btn::before {
        background-color: #ff2cb2;
    }

    .story_movie_btn::after {
        border-width: calc(18 / 1200 * 100vw) 0 calc(18 / 1200 * 100vw) calc(27 / 1200 * 100vw);
        left: 1.3%;
    }

    .story_ttl {
        font-size: 8rem;
        margin: 0 0 calc(20 / 850 * 100%);
    }
    
    .story_ttl::before {
        font-size: 6rem;
    }

    .story_date {
        font-size: 2.4rem;
    }

    .story_date span {
        margin: 0.8em 0 0;
        font-size: 1.4rem;
    }
    
    .story_cast {
        margin: calc(40 / 850 * 100%) auto 0;
    }
    
    .story_cast dt {
        width: calc(68 / 1200 * 100vw);
        margin: 0 calc(25 / 1200 * 100vw) 0 0;
        font-size: 1.6rem;
    }
    
    .story_cast dd {
        font-size: 1.6rem;
    }

    .story_txt_list {
        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;
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.625;
        letter-spacing: 0;
    }
    
    .story_txt_list li {
        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;
        width: calc(473 / 1000 * 100%);
    }
    
    .story_txt_list li.wide {
        width: 100%;
    }
    
    .story_txt_list li > p {
        width: calc(527 / 1000 * 100%);
        margin: 0 0 calc(80 / 1000 * 100%);
        padding: 0 calc(54 / 1000 * 100%) 0 0;
    }
    
    .story_txt_list_photo {
        width: 100%;
        margin: 0 0 calc(80 / 1000 * 100%);
    }
    
    .story_txt_list li.wide .story_txt_list_photo {
        width: calc(473 / 1000 * 100%);
    }
    
    .story_txt_list li:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    
    .story_txt_list li:nth-child(2n) > p {
        padding: 0 0 0 calc(54 / 1000 * 100%);
    }
    
    .story_txt_more .story_txt_list {
        height: 10em;
    }
    
    .story_txt_more_btn a {
        width: calc(400 / 1000 * 100%);
        margin: calc(40 / 1000 * 100%) auto 0;
    }
    
    .story_sns_share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: calc(100 / 1000 * 100%) 0 0;
        padding: calc(12 / 1000 * 100%) 0;
    }
    
    .story_sns_share dt {
        width: calc(220 / 1000 * 100%);
        font-size: 1.4rem;
    }
    
    .story_sns_share dd {
        width: calc(780 / 1000 * 100%);
    }
    
    .story_sns_share_list li {
        width: calc(160 / 779 * 100%);
        margin: 0 calc(16 / 779 * 100%) 0 0;
    }
    
    .story_sns_share_list li a {
        padding: calc(10 / 160 * 100%) 0;
        border: none;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1;
        text-align: center;
    }
    
    .story_sns_share_list li a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #6e6e6c;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .story_sns_share_list li a:hover::after {
        border-color: #fff100;
        border-width: 2px;
    }
    
    .story_sns_share_list li a img {
        display: none;
    }
    
    .facebookShare a::before {
        content: "シェアする";
        display: block;
    }
    
    .twitterShare a::before {
        content: "ツイートする";
        display: block;
    }
    
    .lineShare a::before {
        content: "LINEで送る";
        display: block;
    }
    
    .story_cast_btn {
        margin: calc(90 / 1000 * 100%) 0 0;
    }
    
    .story_cast_btn a {
        width: calc(400 / 1000 * 100%);
        padding: 1.15em 0;
        font-size: 2rem;
    }
    
    .story_box .mydo_bnr {
        margin-top: calc(90 / 1000 * 100%);
    }
}

@media screen and (min-width: 1200px) {
    .story {
        padding: 100px 0 70px;
        background-size: 1600px auto;
    }
    
    .story_movie_btn::before {
        width: 107px;
        height: 107px;
    }

    .story_movie_btn::after {
        border-width: 18px 0 18px 27px;
    }
    
    .story_cast dt {
        width: 68px;
        margin: 0 25px 0 0;
    }
}


/* =====================================================================
*    backnumber
* =================================================================== */
.backnumber_box {
    margin: calc(260 / 690 * 100%) 0 0;
}

.backnumber_box .sec_ttl {
    margin: 0 0 calc(85 / 750 * 100%);
}

.bucknumber_list {
    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;
}

.bucknumber_list li {
    width: 50%;
    margin: 0 0 calc(40 / 690 * 100%);
}

.bucknumber_list li a {
    width: calc(320 / 345 * 100%);
    margin: 0 auto;
}

.bucknumber_list li figcaption {
    width: calc(70 / 320 * 100%);
    padding: 0.15em 0;
    background-color: #ff2cb2;
    color: #fff;
    font-size: 2.8rem;
    font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: calc(-10 / 320 * 100%) 0 0 calc(-10 / 320 * 100%);
}

.bucknumber_list li figcaption::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff2cb2;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    position: absolute;
    top: 0;
    left: 0;
}

.bucknumber_list li figcaption span {
    z-index: 2;
}

.bucknumber_list li figcaption span::before {
    content: "#";
    display: inline-block;
    font-size: 2.3rem;
}

@media screen and (min-width: 768px) {
    .backnumber_box {
        margin: calc(190 / 1000 * 100%) 0 0;
    }
    
    .backnumber_box .sec_ttl {
        margin: 0 0 calc(85 / 1000 * 100%);
    }
    
    .bucknumber_list li {
        width: calc(244 / 1000 * 100%);
        margin: 0 calc(8 / 1000 * 100%) calc(30 / 1000 * 100%) 0;
    }
    
    .bucknumber_list li:nth-child(4n),
    .bucknumber_list li:last-child {
        margin-right: 0;
    }
    
    .bucknumber_list li a {
        width: calc(240 / 244 * 100%);
        margin: 0 0 0 auto;
    }
    
    .bucknumber_list li a figure::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid #ff2cb2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .bucknumber_list li a:hover figure::after {
        opacity: 1;
    }
    
    .bucknumber_list li figcaption {
        margin: calc(-4 / 240 * 100%) 0 0 calc(-4 / 240 * 100%);
        font-size: 2rem;
    }
    
    .bucknumber_list li figcaption span::before {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1200px) {
    
}


/* =====================================================================
*    chain
* =================================================================== */
.chain {
    padding: calc(100 / 750 * 100%) 0 calc(180 / 750 * 100%);
    background: url(../images/common/bg_pink.jpg) repeat center top;
    background-size: calc(612 / 750 * 100%) auto;
}

.chain .sec_ttl {
    margin: 0 0 calc(70 / 750 * 100%);
}

.chain_lead {
    width: calc(455 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
}

.chain_box {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
}

.chain_photo_wrap {
    margin: 0 0 calc(15 / 690 * 100%);
    padding: calc(20 / 690 * 100%);
}

.chain_photo_wrap::before,
.chain_photo_wrap::after,
.chain_photo::before,
.chain_photo::after {
    content: "";
    display: block;
    width: calc(30 / 690 * 100%);
    padding-top: calc(30 / 690 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #14161a;
    border-left: 1px solid #14161a;
}

.chain_photo_wrap::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0;
}

.chain_photo::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: auto;
    bottom: 0;
    margin: 0 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%);
}

.chain_photo::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%) 0;
}

.chain_photo {
    border: 1px solid #14161a;
}

.chain_next_wrap {
    width: calc(650 / 690 * 100%);
    margin: 0 auto;
}

.chain_next_txt {
    margin: 0 0 calc(45 / 650 * 100%);
}

.chain_next_number {
    color: #14161a;
    font-size: 8rem;
    font-family: "Roboto", sans-serif;
    line-height: 1;
}

.chain_next_number::before {
    content: "#";
    display: inline-block;
    font-size: 6rem;
}

.chain_next_ttl {
    margin: calc(-18 / 650 * 100%) 0 0;
    padding: 0.75em 0;
    border-bottom: 2px solid #14161a;
    color: #14161a;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.chain_next_ttl::before {
    content: "";
    display: block;
    width: calc(480 / 650 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2px solid #14161a;
}

.chain_next_txt2 {
    margin: 0 0 calc(45 / 650 * 100%);
    color: #000;
    font-size: 2.8rem;
    line-height: 1.714;
    letter-spacing: -0.06em;
}

.chain_bnr_free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 calc(45 / 650 * 100%);
    color: #000;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}

.chain_bnr_free::before,
.chain_bnr_free::after {
    content: "";
    display: block;
    width: calc(197 / 650 * 100%);
    padding-top: calc(24 / 650 * 100%);
    background: url(../images/common/line_black.png) repeat-x left top;
    background-size: auto 100%;
}

.chain_bnr .bnr1 {
    width: calc(586 / 650 * 100%);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .chain {
        padding: calc(100 / 1200 * 100%) 0 calc(110 / 1200 * 100%);
        background-size: calc(612 / 1200 * 100%) auto;
    }

    .chain .sec_ttl {
        margin: 0 auto calc(60 / 1000 * 100%);
    }
    
    .chain_lead {
        width: calc(923 / 1000 * 100%);
        margin: 0 auto calc(55 / 1000 * 100%);
    }

    .chain_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
    
    .chain_photo_wrap {
        width: calc(574 / 1000 * 100%);
        margin: 0;
        padding: calc(8 / 1000 * 100%);
    }
    
    .chain_photo_wrap::before,
    .chain_photo_wrap::after,
    .chain_photo::before,
    .chain_photo::after {
        width: calc(20 / 574 * 100%);
        padding-top: calc(20 / 574 * 100%);
        border-width: 2px;
    }
    
    .chain_photo::before {
        margin: 0 0 calc(-9 / 574 * 100%) calc(-9 / 574 * 100%);
    }
    
    .chain_photo::after {
        margin: 0 calc(-9 / 574 * 100%) calc(-9 / 574 * 100%) 0;
    }

    .chain_next_wrap {
        width: calc(390 / 1000 * 100%);
        margin: 0;
    }
    
    .chain_next_txt {
        margin: 0 0 calc(22 / 390 * 100%);
    }
    
    .chain_next_number {
        font-size: 4.8rem;
    }
    
    .chain_next_number::before {
        font-size: 3.6rem;
    }
    
    .chain_next_ttl {
        margin: calc(-14 / 390 * 100%) 0 0;
        padding: 1.04em 0;
        border-width: calc(4 / 1200 * 100vw);
        font-size: 2.4rem;
    }
    
    .chain_next_ttl::before {
        border-width: calc(4 / 1200 * 100vw);
    }
    
    .chain_next_txt2 {
        margin: 0 0 calc(22 / 390 * 100%);
        font-size: 1.6rem;
        line-height: 1.625;
        letter-spacing: 0;
    }
    
    .chain_bnr_free {
        margin: 0 0 calc(20 / 390 * 100%);
        font-size: 2.4rem;
    }
    
    .chain_bnr_free::before,
    .chain_bnr_free::after {
        width: calc(120 / 390 * 100%);
        padding-top: calc(11 / 390 * 100%);
    }
    
    .chain_bnr .bnr1 {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .chain {
        padding: 100px 0 110px;
        background-size: 612px auto;
    }
    
    .chain_next_ttl,
    .chain_next_ttl::before {
        border-width: 4px;
    }
}
