@charset "UTF-8";
/* CSS Document */
.keyvisual {
    width: 93vw; 
    height: 84vh; 
    background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
	position: relative;
	border-radius: 2em;
	background-position-x:50%;
	z-index: 1;
	background-color:#fff;
  }	
			@media screen and (min-width: 481px) {
			.keyvisual {height: 86vh; border-radius: 3em;}
			}
			@media screen and (min-width: 1024px) {
			.keyvisual {
				width: 96%; height: 80vh; 
				margin: 0 auto; border-radius: 4em; background-position-x:60%;
				}
			}

.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}