@charset "utf-8";

/* mainvisual */
#main-image{position:relative;}

.main{position:relative;overflow:hidden;display:block;top:0;left:0;right:0;bottom:0;height: 100vw;}
.main img{position:absolute;top:0;left:0;right:0;bottom:0;max-width:inherit;max-height:inherit;width:100%;height:100%;margin:auto;font-family:'object-fit:cover;';object-fit:cover;}

.main-text{position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;justify-content:center;align-items:center;z-index: 1;}
.main-text img{width: 270px;height: auto;}
