@charset "utf-8";

/*
 * File    : rwd-main.css
 * Author  : STUDIO-JT
 *
 * SUMMARY :
 * 860px
 */



/* **************************************** *
 * 860px
 * **************************************** */
@media (max-width: 860px){

    body.home #header { box-shadow: none; }

    /* VISUAL */
    .main-visual { height: calc(100vh - 46rem); min-height: calc(100svh - 46rem); }

    .main-visual__picture--large { display: none; }
    .main-visual__picture--small { display: block; }

}