/* ストーリーページ */

.story_ttl_wrap {
    width: 100%;
    height: 265px;
    background: url('../img/story_ttl_bg.png') no-repeat center bottom/cover;
    padding-top: 45px;
}

.story_wrap {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: ;
    width: 100%;
    text-align: center;
}

    .story_wrap_box {
        max-width: 12.5rem;
        margin: 0 auto;
        position: relative;
    }

.story_ttl {
    width: 7.5rem;
    margin: .92rem auto 0;
}

.story_txt{
    text-align: center;
}


/* sec01 */
/* 背景 */
.story_wrap--sec01 {
    background:url('../img/sec01_bg01.jpg') no-repeat center center/cover;
    height: 8.13rem;
    position: relative;
}

/* 前面画像アニメ共通 */
.story_wrap_box--bg{
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-name: bluranime;
            animation-name: bluranime;
    position: absolute;
    margin:0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

    /* 前面画像 */
    .story_wrap_box--bg01{
        max-width: none !important;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* 前面画像blur */
@-webkit-keyframes bluranime {
  from {
    -webkit-filter: blur(.5rem);
    filter: blur(.5rem);
  }

  to {
    -webkit-filter: blur(0rem);
    filter: blur(0rem);
  }
}

@keyframes bluranime {
  from {
    -webkit-filter: blur(.5rem);
    filter: blur(.5rem);
  }

  to {
    -webkit-filter: blur(0rem);
    filter: blur(0rem);
  }
}

/* タイトル */
.story_sec01_ttl{
    width: 5.09rem;
    padding-top: .6rem;
    margin:0 auto;
    opacity: 0;
}

/* テキスト */
.story_txt--sec01{
    width: 6rem;
    padding-top: .36rem;
    margin:0 auto;
    opacity: 0;
}

/* テキスト遅延 */
.story_txt--sec01.anime{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}

    /* タイトル・テキストアニメ */
    .anime{
        -webkit-animation-name:fade-up;
                animation-name:fade-up;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-delay: .5s;
                animation-delay: .5s;
    }

        @-webkit-keyframes fade-up {
          from {
            opacity: 0; -webkit-transform: translate3d(0,-.2rem,0); transform: translate3d(0,-.2rem,0);
          }

          to {
            opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
          }
        }

        @keyframes fade-up {
          from {
            opacity: 0; -webkit-transform: translate3d(0,-.2rem,0); transform: translate3d(0,-.2rem,0);
          }

          to {
            opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
          }
        }


/* sec02 */
.story_wrap--sec02{
    padding-top: 2rem;
    margin-bottom: 1.36rem;
    height: 7.74rem;
    background: url('../img/sec02_bg01.jpg') no-repeat center center/cover;
    position: relative;
}

    /* 前面画像 */
    .story_wrap_box--bg02{
        left: auto;
        right: .3rem;
        top: -2rem;
        bottom: auto;
    }

/* タイトル */
.story_sec02_ttl{
    padding:0 26.875% .36rem 0;
    opacity: 0;
}

/* テキスト */
.story_txt--sec02{
    padding:0 26.875% .36rem 0;
    opacity: 0;
}

    /* タイトル遅延 */
    .story_sec02_ttl.anime{
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    }

    /* テキスト遅延 */
    .story_txt--sec02.anime{
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    }


/* sec03 */
.story_wrap--sec03{
    margin-bottom: 1.1rem;
}

/* スライド */
.story_sec03_li--box{
    position: relative;
    width: 12.51rem;
    height: 5.71rem;
    margin: 0 auto;
}

    /* スライドテキスト */
    .story_sec03_li--txt{
        position: absolute;
        top: .9rem;
        left: 1rem;
    }

/* sec03 slick */
.slick-slide img {
    margin: 0 auto;
}

.slick-prev,
.slick-next {
    z-index: 10;
    width: .32rem !important;
    height: .6rem !important;
}

    .slick-next:before,
    .slick-prev:before{
        width: .32rem !important;
        height: .6rem !important;
        display: block;
    }

    .slick-prev {
        left: .15rem !important;
        right: auto;
    }

        .slick-prev:before {
            content:url(../img/arrow_left.png) !important;
        }

    .slick-next {
        right: .15rem !important;
        left: auto;
    }

        .slick-next:before {
            content:url(../img/arrow_right.png) !important;
        }

.slick-slider {
    width: 12.5rem;
    margin: 0 auto;
}

    .slick-dots li button:before {
        font-size: .14rem !important;
        opacity: 1 !important;
    }

    .slick-dots li.slick-active button:before{
        color: #a83b88 !important;
    }


@media screen and (max-width:750px) {
    /*　画面サイズが750pxからはここを読み込む　*/

    .story_ttl_wrap {
        width: 100%;
        height: 2.76rem;
        background: url(../img/story_ttl_bg_sp.png) no-repeat center bottom/100% auto;
        padding-top: .55rem;
    }

    .system_wrap_box {
        width: 7.5rem;
    }

    .story_ttl {
        width: 100%;
        margin: .92rem auto 0;
    }

    /* sec01 */
    /* 背景 */
    .story_wrap_box--bg01{
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        bottom: -1.4rem;
        width: 7.5rem;
        left: 0;
        right: 0;
        top: auto;
    }

    /* タイトル */
    .story_sec01_ttl{
        width: 5.09rem;
        margin:0 auto;
    }

    /* テキスト */
    .story_txt--sec01{
        width: 4.07rem;
        margin:0 auto;
        padding-top: .47rem;
    }


    /* sec02 */
    .story_wrap_box--bg02{
        -webkit-transform: scale(1);
        transform: scale(1);
        top: -2rem;
        right: 0;
        height: 7.74rem;
        width: auto;
        bottom: auto;
    }

    /* タイトル */
    .story_sec02_ttl{
        width: 6rem;
        margin:.6rem auto 0 auto;
        padding: 0;
    }

    /* テキスト */
    .story_txt--sec02 {
        width: 6rem;
        margin:0 auto;
        padding:0;
    }

    /* sec03 */
    .story_sec03_li{
        height: 8.25rem;
    }
        /* スライドボックス */
        .story_sec03_li--box {
            width: 7.5rem;
            height: auto;
        }

            .story_sec03_li--box img{
                width: 100%;
            }

        /* スライドテキスト */
        .story_sec03_li--txt{
            width: 4.4rem !important;
            top: auto;
            left: 0;
            right: 0;
            bottom: -2.4rem;
        }


    /* sec03 slick */
    .slick-prev,
    .slick-next {
        top: 36%;
    }

    .slick-next {
        right: .16rem !important;
    }

    .slick-prev {
        left: 0rem !important;
    }

        .slick-prev:before,
        .slick-next:before {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
        }

    .slick-dotted.slick-slider {
        margin-bottom: .3rem;
        width: 7.5rem;
    }

    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

}

