@charset "utf-8";

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

.slider{position:relative;overflow: hidden;display:block;height: 700px;background: #000;}
	@media only screen and (max-width:1199px)	 {.slider{height: 50vw;}}
	@media only screen and (max-width:575px)	 {.slider{height: 70vw;}}

.slider 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;opacity:1;}



.main-text{
	color:#FFF;
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 9;
	display: flex;justify-content:center;align-items:center;
	}
	@media only screen and (max-width:991px)	 {.main-text{top: 50px;}}

.main-logo{}

.main-logo img{width: 453px;height: auto;}
	@media only screen and (max-width:575px)	 {.main-logo img{width: 240px;}}

