@charset "utf-8";

/* ========================================
   MV スライダー
======================================== */
.mv-slider img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 828px) {
    .kv__image { overflow: clip; }
    .kv__image img {
        display: block;
        max-width: 140%;
        width: 140%;
        height: auto;
        object-position: center;
    }
    .mv-pc { display: none; }
}

@media screen and (min-width: 829px) {
    .mv-mobile { display: none; }
}
