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

    /*=========================================================
    --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;
    }
}
