/*スマホ最適化*/
@media only screen and (max-width: 767.9px) {
    div.wraper {
        padding-top: 50px;
    }

    /*=========================================================
--pop start（◆１枚画像--pop）
=========================================================*/
    div.eyecatch--pop {
        padding-top: 48.5px;
        position: relative;
        z-index: 0;
    }

    /*=========================================================
--stylish start（☆スライダー01/02--stylish）
=========================================================*/
    div.eyecatch--stylish {
        width: 100%;
        margin: 0 auto;
        padding-top: 48px;
        position: relative;
        z-index: 0;
    }

    div.eyecatch--stylish div.swiper-container div.swiper-wrapper div.swiper-slide div.wrap {
        display: flex;
        justify-content: center;
        height: 99.42vw;
        position: relative;
    }

    div.eyecatch--stylish div.swiper-container div.swiper-wrapper div.swiper-slide div.wrap a.eyecatch_wrap_link {
        display: flex;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    div.eyecatch--stylish div.swiper-container div.swiper-wrapper div.swiper-slide div.wrap img {
        object-fit: cover;
    }

    div.eyecatch--stylish div.swiper-container div.swiper-wrapper div.swiper-slide div.wrap .eyecatch_link_style {
        position: absolute;
        bottom: 10%;
        min-width: 45vw;
        box-sizing: border-box;
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.eyecatch--stylish div.swiper-container div.swiper-wrapper div.swiper-slide div.wrap a span {
        padding: 8px 25px;
        text-align: center;
    }

    div.eyecatch--stylish div.swiper-container div.swiper-wrapper div.swiper-slide-active div.wrap a {
        animation: slideFromRightBtn 0.5s ease 0s 1 normal;
    }

    div.eyecatch--stylish div.swiper-container div.swiper-wrapper div.swiper-slide div.wrap a:hover {
        opacity: 1;
    }

    @keyframes slideFromRightBtn {

        0%,
        65% {
            transform: translateY(50px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }

    /*=========================================================
--luxury start（◎動画--luxury）
=========================================================*/
    div.eyecatch--luxury {
        width: 100%;
        margin: 0 auto;
        padding-top: 48.5px;
        position: relative;
        z-index: 0;
        height: auto;
        display: flex;
        overflow: hidden;
    }

    div.eyecatch--luxury video {
        object-fit: cover;
        width: 100%;
    }

    .eyecatch--motion a.eyecatch_link_btn_style,
    .eyecatch--luxury a.eyecatch_link_btn_style {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px;
        border-radius: 50px;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* =========================================================
--motion start（ ■モーション）
========================================================= */
    .eyecatch--motion {
        padding-top: 48.5px;
        width: 100%;
    }

    .eyecatch--motion img,
    .eyecatch--luxury img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 1;
        padding-top: 22px;
    }

    /* キャスト一覧 */
    section.casts {
        padding: 50px 0;
    }

    section.casts div.casts__inner {
        width: 347px;
        margin: 0 auto;
    }

    section.casts div.casts__inner h2.title_style {
        font-size: 32px;
        text-align: center;
        letter-spacing: 0.05em;
    }

    section.casts div.casts__inner h3.sub_title_style {
        font-size: 13px;
        text-align: center;
        margin-top: 7px;
    }

    section.casts div.casts__inner ul.casts__list {
        width: 347px;
        margin: 0 auto;
        display: grid;
        row-gap: 16px;
        column-gap: 9px;
        grid-template-columns: repeat(2, 169px);
        margin-top: 27px;
    }

    section.casts div.casts__inner ul.casts__list li.cast-item {
        width: 100%;
        margin: 0 auto;
    }

    section.casts div.casts__inner ul.casts__list li.cast-item div.cast-image {
        width: 100%;
    }

    section.casts div.casts__inner ul.casts__list li.cast-item div.cast-info {
        margin: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 8px;
    }

    section.casts div.casts__inner ul.casts__list li.cast-item div.cast-info * {
        text-align: center;
        line-height: 1.1;
        font-size: 16px;
    }

    section.casts div.casts__inner ul.casts__list li.cast-item div.cast-info .cast-post {
        font-size: 12px;
    }

    #sr-view-more-btn {
        border-style: solid;
        border-width: 1px;
    }
}
