@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : story.css
Description :
===================================================================== */

/* =====================================================================
*    story
* =================================================================== */
.story {
    padding: calc(100 / 750 * 100%) 0;
    background-color: #ffe822;
}

.story::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(235 / 750 * 100%);
    background: url(../images/common/line_tate_white.png) repeat left top;
    background-size: calc(20 / 750 * 100%) auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.story .inner {
    z-index: 2;
}

.story_box {
}

.story_mydo_link {
    padding: 0 0 calc(40 / 750 * 100%);
    text-align: center;
}

.story_mydo_link a {
    display: inline-block;
    color: #e5004f;
    font-size: 2.8rem;
    line-height: 1;
}

#story_next::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(310 / 750 * 100%);
    background: url(../images/index/bg_nextstory_icon_sp.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(372 / 750 * 100%) 0 0;
}

.nextstory_thumb {
    width: calc(700 / 750 * 100%);
    margin: 0 auto calc(74 / 750 * 100%);
    background: url(../images/index/bg_nextstory_movie.png) no-repeat left top;
    background-size: 100% auto;
}

.nextstory_thumb_img {
    width: calc(550 / 700 * 100%);
    margin: 0 0 0 calc(68 / 700 * 100%);
    padding: calc(15 / 700 * 100%) 0 calc(24 / 700 * 100%);
}

.nextstory_thumb_link {
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(15 / 550 * 100%) 0 0;
}

.nextstory_thumb_link a::before {
	content: "";
    display: block;
	width: calc(120 / 750 * 100vw);
	height: calc(120 / 750 * 100vw);
	background-color: rgba(229,0,79,0.8);
    border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 2;
}

.nextstory_thumb_link a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.8vw 0 2.8vw 4.5vw;
    border-color: transparent transparent transparent #fff;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 1vw;
	right: 0;
	margin: auto;
    z-index: 2;
}

.nextstory_txt {
    margin: 0 0 calc(80 / 750 * 100%);
}

.nextstory_number {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin: 0 0 1em;
}

.nextstory_number span {
    display: inline-block;
    margin: 0 0.4em;
    color: #e5004f;
    font-size: 180%;
    font-weight: 900;
}

.nextstory_number::after {
    content: "";
    display: inline-block;
    width: 0.74em;
    height: 0.74em;
    background: url(../images/story/bg_number.png) no-repeat left top;
    background-size: 100% auto;
    vertical-align: top;
    margin: -0.6em 0.65em 0 -1.3em;
}

.nextstory_number img {
    display: inline-block;
    width: auto;
    height: 1.7em;
    margin: 0 0.7em;
    top: 0.15em;
}

.nextstory_ttl strong {
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 0.7em;
}

.nextstory_ttl span {
    display: block;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.nextstory_btn {
    width: calc(450 / 750 * 100%);
    margin: 0 auto;
}

.nextstory_btn a {
}

.nextstory_btn a::before {
    background-color: #e5004f;
    margin: calc(-18 / 450 * 100%) 0 0 calc(-18 / 450 * 100%);
    margin: -4% 0 0 -4%;
}

.nextstory_details_txt {
    width: calc(710 / 750 * 100%);
    margin: 0 auto calc(110 / 750 * 100%);
    padding: calc(75 / 750 * 100%) calc(70 / 750 * 100%);
    background-color: #fff;
    font-size: 2.6rem;
    line-height: 1.7;
    border-radius: 2em;
    -webkit-box-shadow: 0 calc(10 / 750 * 100vw) 0 #e5004f;
    box-shadow: 0 calc(10 / 750 * 100vw) 0 #e5004f;
}

.slick-slider {
    width: calc(600 / 750 * 100%);
    margin: 0 auto;
    padding: calc(10 / 750 * 100%);
    background-color: #e5004f;
}

.slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    width: calc(60 / 600 * 100%);
    height: calc(90 / 750 * 100vw);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slick-prev {
    background: url(../images/story/btn_slider_left.png) no-repeat left top;
    background-size: 100% auto;
    left: 0;
    margin-left: calc(-75 / 600 * 100%);
}

.slick-next {
    background: url(../images/story/btn_slider_right.png) no-repeat left top;
    background-size: 100% auto;
    right: 0;
    margin-right: calc(-75 / 600 * 100%);
}


@media screen and (min-width: 768px) {
    .story {
        padding: calc(100 / 1100 * 100%) 0 calc(80 / 1100 * 100%);
    }
    
    .story::after {
        padding-top: calc(200 / 1100 * 100%);
        background-size: calc(10 / 1100 * 100%) auto;
    }
    
    .story .sec_ttl {
        margin: 0 auto calc(50 / 1100 * 100%);
    }
    
    .story_mydo_link {
        padding: 0 0 calc(45 / 1100 * 100%);
    }
    
    .story_mydo_link a {
        font-size: 2.4rem;
    }
    
    .story_mydo_link a:hover {
        opacity: 0.7;
    }
    
    #story_next::before {
        padding-top: calc(290 / 1100 * 100%);
        background: url(../images/story/bg_nextstory_icon_pc.png) no-repeat left top;
        background-size: 100% auto;
        margin: calc(498 / 1100 * 100%) 0 0;
    }
    
    .nextstory_thumb {
        width: calc(950 / 1100 * 100%);
        margin: 0 auto calc(38 / 1100 * 100%);
    }
    
    .nextstory_thumb_img {
        width: calc(746 / 950 * 100%);
        padding: calc(21 / 950 * 100%) 0 calc(32 / 950 * 100%);
    }
    
    .nextstory_thumb_link a::before {
        width: calc(80 / 1100 * 100vw);
        height: calc(80 / 1100 * 100vw);
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nextstory_thumb_link a:hover::before {
        background-color: rgba(0,0,0,0.8);
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nextstory_thumb_link a::after {
        border-width: 1.27vw 0 1.27vw 2.09vw;
        left: 0.64vw;
    }
    
    .nextstory_number {
        font-size: 3rem;
    }
    
    .nextstory_number img {
        height: 1.65em;
    }
    
    .nextstory_ttl strong {
        font-size: 2.4rem;
    }
    
    .nextstory_ttl span {
        font-size: 1.4rem;
    }
    
    .nextstory_txt {
        margin: 0 0 calc(55 / 1100 * 100%);
    }
    
    .nextstory_details_txt {
        width: calc(1000 / 1100 * 100%);
        margin: 0 auto calc(60 / 1100 * 100%);
        padding: calc(60 / 1100 * 100%) calc(100 / 1100 * 100%);
        font-size: 1.6rem;
        -webkit-box-shadow: 0 calc(10 / 750 * 100vw) 0 #e5004f;
        box-shadow: 0 calc(10 / 1100 * 100vw) 0 #e5004f;
        border-radius: 3em;
    }
    
    .nextstory_details_img {
        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(940 / 1100 * 100%);
        margin: 0 auto;
    }
    
    .nextstory_details_img li {
        width: calc(300 / 940 * 100%);
        margin: 0 calc(20 / 940 * 100%) calc(20 / 940 * 100%) 0;
        padding: calc(5 / 940 * 100%);
        background-color: #e5004f;
    }
    
    .nextstory_details_img li:nth-child(3n),
    .nextstory_details_img li:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 1100px) {
    .story {
        padding: 100px 0 80px;
    }
    
    .story::after {
        padding-top: 200px;
        background-size: 10px auto;
    }
    
    .nextstory_thumb_link a::before {
        width: 80px;
        height: 80px;
    }
    
    .nextstory_thumb_link a::after {
        border-width: 14px 0 14px 23px;
        left: 7px;
    }
    
    .nextstory_details_txt {
        -webkit-box-shadow: 0 10px 0 #e5004f;
        box-shadow: 0 10px 0 #e5004f;
    }
}


/* =====================================================================
*    backnumber
* =================================================================== */
.backnumber {
    padding: calc(100 / 750 * 100%) 0;
    background: url(../images/common/line_tate_yellow.png) repeat left top;
    background-size: calc(20 / 750 * 100%) auto;
}

.backnumber .sec_subttl {
    margin: 0 0 calc(80 / 750 * 100%);
}

.back_box {
    width: calc(670 / 750 * 100%);
    margin: 0 auto;
}

.back_box ul {
    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;
}

.back_box ul li {
    width: calc(320 / 670 * 100%);
    margin: 0 calc(30 / 670 * 100%) calc(40 / 670 * 100%) 0;
}

.back_box ul li:nth-child(2n),
.back_box ul li:last-child {
    margin-right: 0;
}

.back_story_number {
    width: calc(163 / 320 * 100%);
    padding: 0.4em 0 0.75em calc(20 / 320 * 100%);
    background-color: #000;
    color: #39d7fc;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: calc(-30 / 320 * 100%) 0 0 calc(-10 / 320 * 100%);
}

.back_story_number strong {
    display: inline-block;
    margin: 0 1px;
    font-size: 150%;
    font-weight: 700;
    top: 0.05em;
}

.back_story_img {
    padding: calc(5 / 320 * 100%);
    background-color: #ffe822;
}

@media screen and (min-width: 768px) {
    .backnumber {
        padding: calc(100 / 1100 * 100%) 0 calc(70 / 1100 * 100%);
        background-size: calc(10 / 1100 * 100%) auto;
    }
    
    .backnumber .sec_subttl {
        margin: 0 0 calc(70 / 1100 * 100%);
        padding: 0 0 calc(30 / 1100 * 100%);
    }
    
    .backnumber .sec_subttl::before, .backnumber .sec_subttl::after {
        width: calc(30 / 1100 * 100%);
        padding-top: calc(26 / 1100 * 100%);
        margin: 0 calc(29 / 1100 * 100%) 0 0;
    }
    
    .backnumber .sec_subttl::after {
        margin: 0 0 0 calc(29 / 1100 * 100%);
    }
    
    .back_box {
        width: calc(1000 / 1100 * 100%);
        padding: 0 0 0 calc(10 / 1100 * 100%);
    }
    
    .back_box ul li,
    .back_box ul li:nth-child(2n) {
        width: calc(224 / 990 * 100%);
        margin: 0 calc(31 / 990 * 100%) calc(30 / 990 * 100%) 0;
    }
    
    .back_box ul li:nth-child(4n),
    .back_box ul li:last-child {
        margin-right: 0;
    }
    
    .back_box ul li a:hover {
        opacity: 0.7
    }
    
    .back_story_number {
        width: calc(130 / 224 * 100%);
        margin: calc(-20 / 224 * 100%) 0 0 calc(-10 / 224 * 100%);
        padding: 0.4em 0 0.75em calc(16 / 224 * 100%);
        font-size: 1.53rem;
    }
    
    .back_story_img {
        padding: calc(5 / 224 * 100%);
    }
}

@media screen and (min-width: 1100px) {
    .backnumber {
        padding: 100px 0 70px;
        background-size: 10px auto;
    }
}
