@charset "utf-8";

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

.main{position:relative;overflow: hidden;display:block;height: 45rem;max-height:calc(100vh - 6rem);background: #EFEFEF;background-position: center center;background-size:cover;background-repeat: no-repeat;display: flex;}
	@media only screen and (max-width:1199px)	 {.main{height: 50vw;}}
	@media only screen and (max-width:991px)	 {.main{max-height: calc(100vh - 9vw);}}
	@media only screen and (max-width:767px)	 {.main{max-height: calc(100vh - 7.5vw);}}
	@media only screen and (max-width:575px)	 {.main{height: 66vw;}}

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

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

.main-copy{background-color:rgba(75,155,216,.75);padding:2rem 3rem;border-radius:3rem 0 0 0;}
	@media only screen and (max-width:1199px)	 {.main-copy{padding:1.33rem 2rem;}}
	@media only screen and (max-width:991px)	 {.main-copy{padding:1rem 1.5rem;}}
	@media only screen and (max-width:767px)	 {.main-copy{}}
	@media only screen and (max-width:575px)	 {.main-copy{padding:.5rem 1rem;}}

.main-copy h2{font-size: 3em;line-height: 1.75;font-weight: 700;display: flex;flex-flow:row wrap;justify-content: center;align-items: center;background: url(../images/main-text-car.png) left center no-repeat;padding-left: 2.75em;font-style: oblique;}
	@media only screen and (max-width:1199px)	 {.main-copy h2{font-size: 2.5em;background-size:6rem;}}
	@media only screen and (max-width:991px)	 {.main-copy h2{font-size: 2em;background-size:5rem;}}
	@media only screen and (max-width:767px)	 {.main-copy h2{font-size: 1.5em;background-size:4rem;padding-left: 3em;line-height: 1.5;}}
	@media only screen and (max-width:575px)	 {.main-copy h2{font-size: 1.125em;background-size:3rem;padding-left: 3.25em;}}


.main-copy h2 strong + strong{margin-top: 1px;}


.scroll{position: absolute;right: 2rem;bottom: 2rem;z-index: 99;font-family: 'lato',sans-serif;font-weight: bold;}
	@media only screen and (max-width:991px)	 {.scroll{right: 1rem;bottom: 1rem;}}
	@media only screen and (max-width:767px)	 {.scroll{display: none;}}

.scroll img{width: auto;height: auto;}
	@media only screen and (max-width:991px)	 {.scroll img{width: 3rem;}}
	@media only screen and (max-width:767px)	 {.scroll img{width: 1.5rem;}}

.scroll a{transform:translate(0,0);display: block;}

.scroll a:hover{transform:translate(0,1rem);}