@charset "utf-8";

/*
 * File    : main.css
 * Author  : STUDIO-JT
 *
 * SUMMARY :
 * LAYOUT
 * VISUAL
 */

 

/* **************************************** *
 * LAYOUT
 * **************************************** */
/* HEADER */
body.home #header:before { opacity: 0; visibility: hidden; }

/* CONTAINER */
body.home .main-container { padding-bottom: 0; }



/* **************************************** *
 * VISUAL
 * **************************************** */
.main-visual { height: calc(100vh - 40rem); min-height: calc(100svh - 40rem); max-height: -webkit-fill-available; }

.main-visual__bg { width: 100%; height: 100%; position: relative; overflow: hidden; }

.main-visual__picture { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: no-repeat center center; background-size: cover; }
.main-visual__picture--small { display: none; }