@charset "utf-8";

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

.slider{position:relative;overflow: hidden;display:block;height: 720px;background: #000;background-position: center center;background-size:cover;background-repeat: no-repeat;display: flex;}
	@media only screen and (max-width:1199px)	 {.slider{height: 600px;}}
	@media only screen and (max-width:991px)	 {.slider{height: 480px;}}
	@media only screen and (max-width:767px)	 {.slider{height: 300px;}}
	@media only screen and (max-width:575px)	 {.slider{height: 300px;}}

.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:.75;}



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

.main-copy{}
	@media only screen and (max-width:1199px)	 {.main-copy{}}
	@media only screen and (max-width:991px)	 {.main-copy{}}
	@media only screen and (max-width:767px)	 {.main-copy{}}
	@media only screen and (max-width:575px)	 {.main-copy{}}

.main-copy img{width: auto;height: auto;}
	@media only screen and (max-width:1199px)	 {.main-copy img{height: 480px;}}
	@media only screen and (max-width:991px)	 {.main-copy img{height: 360px;}}
	@media only screen and (max-width:767px)	 {.main-copy img{height: 240px;}}
	@media only screen and (max-width:575px)	 {.main-copy img{height: 240px;}}
