@charset "UTF-8";
/* KV */
.top-kv {
  height: 100vh;
  text-align: center;
}


.top-kv img {
  width: auto;
  height: 100%;
  object-fit: cover;  
  box-shadow:
   -15px 0 15px -15px rgba(0,0,0,0.2),
   15px 0 15px -15px rgba(0,0,0,0.2);
}
@media (max-aspect-ratio: 10 / 14) {

.top-kv {
    height: 100vh;
    text-align: center;
            display: flex;
        align-items: center;
}
.top-kv img {
  width: 100%;
  height:auto;
    
  box-shadow:
   0 -12px 15px -12px rgba(0,0,0,0.2),
   0 10px 15px -12px rgba(0,0,0,.2);
}
}
