@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Audi Type Screen";
    font-style: normal;
    font-weight: normal;
    /* 400 */
    src: url("../fonts/AudiTypeScreen-Normal.woff2") format("woff2"), url("../fonts/AudiTypeScreen-Normal.woff") format("woff"), url("../fonts/AudiTypeScreen-Normal.ttf") format("truetype");
}

@font-face {
    font-family: "Audi Type Screen Light";
    font-style: normal;
    font-weight: 100;
    /* "light" */
    src: url("../fonts/AudiTypeScreen-Light.woff2") format("woff2"), url("../fonts/AudiTypeScreen-Light.woff") format("woff"), url("../fonts/AudiTypeScreen-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Audi Type Screen Bold";
    font-style: normal;
    font-weight: bold;
    /* 700 */
    src: url("../fonts/AudiTypeScreen-Bold.woff2") format("woff2"), url("../fonts/AudiTypeScreen-Bold.woff") format("woff"), url("../fonts/AudiTypeScreen-Bold.ttf") format("truetype");
}

body{
	font-family: "Audi Type Screen";
	padding: 0;
	margin: 0;
	font-size: 16px
}
header{
	padding: 15px 0 15px 5%
}
.audi_container{
	position: relative;
	margin: 0 auto;
}
.audi_container .img_item{
	height: calc(100vh - 116px);
}
.audi_container .img_item img{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	width: 100%;
}
.audi_btn_content {
    position: absolute;
	left: 50%;
	margin-left: -160px;
    z-index: 2;
    bottom: 50px;
    width: 320px;
}
.btn_top{
	height: 60px;
	border:#fff solid 1px;
	background: #fff;
	color: #333;
	display: block;
	text-decoration: none;
	line-height: 60px;
	text-align: center;
	margin-bottom: 15px
}
.btn_btm{
	height: 60px;
	border:#fff solid 1px;
	background: none;
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 60px;
	text-align: center;
}
a{
	color: #333;
	font-weight: 800
}
.fancybox-container{
	font-family: "Audi Type Screen";
}
h1{
	font-family: "Audi Type Screen";
	font-size: 42px;
	line-height: 50px;
	color: #fff;
	position: absolute;
    top: 5%;
    left: 50%;
    max-width: 600px;
    margin-left: -300px;
    text-align: center;
	z-index: 2
}
h1 span{
	display: block
}

@media only screen and (max-width: 600px) {
  h1{
        left: 50%;
        max-width: 225px;
        margin-left: -125px;
        padding: 0 15px;
        font-size: 26px;
        right: auto;
        line-height: 36px;
	}
	
}