@charset "UTF-8";

/**************************************************
font
**************************************************/

@font-face {
  font-family: "AudiType";
  font-style: normal;
  font-weight: 400;
  src:
    url('../../font/AudiType-Normal_4.03.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "AudiType";
  font-style: normal;
  font-weight: 700;
  src:
    url('../font/AudiTypeV02-Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "AudiType";
  font-style: italic;
  font-weight: 400;
  src:
    url('../font/AudiTypeV02-Italic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "AudiType";
  font-style: italic;
  font-weight: 700;
  src:
    url('../font/AudiTypeV02-BoldItalic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "AudiTypeExtended";
  font-style: normal;
  font-weight: 400;
  src:
    url('../font/AudiTypeV02-ExtendedNormal.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "AudiTypeExtended";
  font-style: normal;
  font-weight: 700;
  src:
    url('../font/AudiType-ExtendedBold_4.03.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "AudiTypeExtended";
  font-style: italic;
  font-weight: 400;
  src:
    url('../font/AudiTypeV02-ExtendedItalic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "AudiTypeExtended";
  font-style: italic;
  font-weight: 700;
  src:
    url('../font/AudiTypeV02-ExtendedBoldItalic.woff') format('woff');
  font-display: swap;
}








html{
/* rem指定用 */
    /* font-size: 10px; */
    font-size: 1.5vw;
}
@media screen and (min-width:1180px) {
    html{
        font-size: 16px;
    }
}
@media screen and (max-width:640px) {
    html{
        font-size: 3.25vw;
    }
}
body{
    line-height: 1.6;
    letter-spacing: 0.05em;
}
/* add 181011 */

.disclaimer + .secSubTitle {
	margin: 45px 0 -5px;
}
.cta + .disclaimer {
	margin-top: 35px;
}
.cta a:hover {
  background: #4c4c4c;
}

.disclaimer a {
  color: #000000;
  text-decoration: underline;
}
.disclaimer a:hover {
  text-decoration: none;
}


.display_sp {
  display: none;
}

.quality_col_text {
  font-size: 125%;
}

.quality_col_text + .quality_col_text {
  font-size: 95%;
  margin-top: 10px;
}

.campaignItem_detail ul {
  display: flex;
  flex-wrap: wrap;
}

.campaignItem_detail li {
  width: 45%;
}

.block-voice .cta {
  margin-top: 20px;
}
.model-text .cta {
  margin-top: 0.5em;
}

@media screen and (max-width:768px) {
  

/*
.heroImageWrap {
  position: relative;
}  
.heroText_main {
  position: absolute;
  top:10vw;
  left:0;
  padding: 0 4vw;
  font-size: 2.8rem !important;
  color: #ffffff;
  text-shadow: 0 0 0 rgba(0,0,0,0.4) !important;
}
*/ 
  
.heroImageWrap {
  position: relative;
}
.heroText {
  position: absolute;
  top:10vh;
  left:0;
 }
.heroText_main {
  font-size: 2.8rem !important;
  color: #ffffff;
  text-shadow: 0 0 0 rgba(0,0,0,0.4) !important;
}
.heroText_main_campaign {
  font-size: 2.3rem !important;
}
.heroText_main span {
  margin-top: 30px;
}
.heroText_date {
  font-size: 1.4rem !important;
}
.display_pc {
  display: none;
}
.display_sp {
  display: block;
}
.text_sp {
  font-size: 0.97rem;
}
.campaignItem_detail li {
  width: 100%;
}
.campaignItem_name{
  flex-basis: 7.5em !important;
}
.campaignItem_detail{
  flex-basis: calc(100% - 7.5em) !important;
  margin-bottom: 3vw;
}
.cta a {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem 2rem !important;
  text-align: left !important;
  
}
.cta a:after {
  position: absolute;
  top:1.5rem;
  right: 2.5rem;
}
.block-voice .cta {
  padding: 0 4vw;
  margin-top: 20px;
} 
}

@media screen and (max-width:640px) {
.quality_col + .quality_col {
  margin-top: 50px;
}
}

/***********************************
 base
***********************************/
.cta{
    margin-top: 2em;
}
.cta a{
    display: inline-block;
    padding: 1.2em 2.7em 1em 2em;
    background-color: #000;
    color: #fff;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    min-width: 200px;
  text-align: center;
}
.cta a:after{
	content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin-left: 0.5em;
    margin-top: 0.8em;
    /*transition: all .2s;*/
}
.cta a:hover:after{
    /*margin-left: 0.3em;*/
}
.textLink{
    font-weight: bold;
    font-size: 1rem;
}
.textLink:after{
    content: ' ›';
    transition: all .2s;
    position: relative;
    right: 0;
}
.textLink:hover:after{
    right: -0.3em;
}

.textLink_01{
    font-weight: bold;
    font-size: 1rem;
}
.textLink_01:after{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    margin-left: 0.4em;
    margin-top: .7em;
}
/*
.textLink_01:hover:after{
    right: ;
}
*/
.lead{
    margin-bottom: 3em;
}

.cta_middle.cta {
  margin-top: 55px !important;
}
.cta_bottom.cta {
  margin-top: 100px !important;
}
@media screen and (max-width:768px) {
.cta_middle.cta {
  margin-top: 50px !important;
}
.cta_bottom.cta {
  margin-top: 25px !important;
}  
}
#campaign {
  background: #ffffff;
}

#campaign .text {
  text-align: center;
}
.text + .text {
  margin-top: 1rem;
}


.quality_col_image + .quality_col_text {
  margin-top: 0.75rem;
}

.container p.cta {
  text-align: center;
}

/* columns */
.columns{
    display: flex;
}
@media screen and (max-width:640px) {
    .columns{
        display: block;
    }
}
.column3 > *{
    flex-basis: calc(100% / 3);
}

/* disclaimer */
.disclaimer{
    margin-top: 1.8em;
}
.disclaimer_2{
    margin-top: 27em;
	font-size: 0.6rem;
}
@media screen and (max-width: 1024px) {
    .disclaimer_2 {
       margin-top: 15em;
    }
}
@media screen and (max-width: 768px) {
    .disclaimer_2 {
       margin-top: 11em;
    }
}
@media screen and (max-width:640px) {
    .disclaimer , .disclaimer_2 {
        /*font-size: 1.2;*/
    }
    .disclaimer_2 {
       margin-top: 0.8em;
    }
}
.disclaimer li{
  display: block;
  font-size: 1rem;
  text-indent: -1em;
  margin-left: 1em;
}
.disclaimer li:before{
    content: '※';
}
.list_disk li{
  display: block;
  font-size: 1rem;
  text-indent: -1em;
  margin-left: 1em;
}
.list_disk li:before{
    content: '・';
}
/* supplement */
.supplement{
    font-size: 0.6rem;
    counter-reset: supplement;
}
.supplement li{
    display: inline;
}
.supplement li:before{
    content: '＊'counter(supplement)' ';
    counter-increment: supplement;
}
.orderedList{
    counter-reset: orderedList;
}
/*
.orderedList li:before{
    content: counter(orderedList)". ";
    counter-increment: orderedList;
}
*/

/***********************************
 header
***********************************/
.hdr{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1180px;
    margin: auto;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
}
.pageTitle{
    font-family: AudiTypeExtended;
    font-weight: bold;
    font-size: 1.6rem;
    vertical-align: middle;
}
@media screen and (max-width:640px) {
    .pageTitle{
        font-size: 1rem;
    }
}
.logo{
    width: 9%;
}
.logo img{
    display: block;
}
@media screen and (max-width:640px) {
    .logo{
        width: 23%;
        padding: 0.5rem;
    }
}

/***********************************
 page navigation
***********************************/

.pageNavWrap{
    background-color: #000;
}
.pageNavWrap.fixed{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}
.pageNav{
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
	padding: 5px 0;
}
.pageNav li:first-child{
    display: none;
}
a.pageNav_link{
    display: inline-block;
    margin-right: 1em;
    padding: 1em;
	padding-right: 1.3em;
    font-family: AudiTypeExtended;
    font-weight: bold;
    font-size: 0.8rem;
    color: #fff;
}
/**
li a.on {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: AudiType-Extended;
    color: #808080;
    height: 100%;
	margin-right: 1em;
    padding: 1em;
}
li a.on:hover {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    content: "";
    border-bottom: solid 1px #fff;
    width: 100%;
	color: #fff;
}
**/
@media screen and (min-width:1180px) {
    a.pageNav_link{
        font-size: 13px;
    }
}
/*
a.pageNav_link:hover{
    background-color: #222;
}

a.pageNav_link:after{
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin-left: 0.7em;
}

*/
/***    js用 css    ***/
.jsc-nav-menu.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.jsc-nav-main.is-active {
  -webkit-transform: translateX(17.8125rem);
  -ms-transform: translateX(17.8125rem);
  transform: translateX(17.8125rem); }

.jsc-main.is-stop {
  position: fixed;
  width: 100%; }

.jsc-scrHead.is-active {
  max-height: 1000px; }

.pageNav li a.on {
  position: relative;
  color: #fff !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #808080;
}

.pageNav li a.on:before {
  position: absolute;
  top: 2.5rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  content: "";
  border-bottom: solid 1px #fff;
  width: 90%; }

@media screen and (max-width:800px) {
    .pageNav li a.on{
        display:none;
    }
}
/*****************
 drawr menu
*****************/
#nav-drawer {
    position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
    display:none;
}
@media screen and (max-width:800px) {
/* ハンバーガー アイコン */
    #nav-open {
        display: inline-block;
        width: 30px;
        height: 22px;
        margin-left: 1.5em;
        padding: 1.3em 0;
        vertical-align: middle;
    }
    #nav-open span,
    #nav-open span:before,
    #nav-open span:after{
        content: '';
        position: absolute;
        height: 3px; /*線の太さ*/
        width: 25px; /*長さ*/
        border-radius: 3px;
        background: #fff;
        display: block;
        cursor: pointer;
    }
    #nav-open span:before {
        bottom: -8px;
    }
    #nav-open span:after {
        bottom: -16px;
    }
/*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;/*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;/*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }
/*中身*/
    .pageNav {
        display: block;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;/*最前面に*/
        width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
        max-width: 330px;/*最大幅（調整してください）*/
        height: 100%;
        background: #000;/*背景色*/
        transition: .3s ease-in-out;/*滑らかに表示*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);/*左に隠しておく*/
    }
    .pageNav li:first-child{
        display: block;
    }
    .pageNav li{
        border-bottom: 1px solid #222;
    }
    a.pageNav_link{
        display: block;
        margin-right: 0;
        padding: 2em 1em;
        font-size: 1.0rem;
        box-sizing: border-box;
        font-family: AudiType-Extended;
    }
/*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
        display: block;/*カバーを表示*/
        opacity: .5;
    }
    #nav-input:checked ~ .pageNav {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);/*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
}

/***********************************
 hero image
***********************************/
.heroImage{
    width: 100%;
    margin: auto;
    position: relative;
}
.heroText{
	color: #ffffff;
	position: absolute;
	top: 75px;
	left: 100px;
	letter-spacing: 0;
}
.heroText_label{
  font-family: AudiTypeExtended;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.heroText_main{
  font-size: 38px;
  font-family: AudiTypeExtended;
  line-height: 1.25;
  text-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.heroText_main_campaign {
  font-size: 52px;
}
.heroText_main span{
	margin-bottom: 7px;
}
.heroText_main_brand{
	display: block;
}
.heroText_date{
	font-family: AudiTypeExtended;
	display: block;
	font-size: 1.8rem;
	margin-top: 25px;
	/*
	padding-left: 16px;
	*/
}
.heroText_date span{
    font-size: 1.7rem;
}

.heroText_disclaimer .disclaimer {
}

@media screen and (max-width:1919px) {
.heroText{
	top: 9vh;
	left: 4.5vw;
}
.heroText_label{
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
.heroText_main{
  font-size: 3vw;
  font-family: AudiTypeExtended;
}
.heroText_main span {
  margin-top: 1.25vw;
}
}
@media screen and (max-width:1399px) {
	.heroImage{
		max-width: 1400px;
    width: auto;
    margin: auto;
    position: relative;
}
.heroText{
    position: absolute;
    top: 3.5vw;
    left: 3.5vw;
    letter-spacing: 0;
}
.heroText_label{
    font-family: AudiTypeExtended;
    font-weight: bold;
    font-size: 1.5vw;
    margin-bottom: 0.5rem;
}
.heroText_main{
    font-size: 4vw;
    font-family: AudiTypeExtended;
    line-height: 1.1;
}
.heroText_main_campaign {
    font-size: 3.8vw;
}
.heroText_main span{
	margin-bottom: .5%;
}
.heroText_main_brand{
  font-size: 2.8vw;
}
.heroText_date{
    font-family: AudiTypeExtended;
    font-size: 1.8vw;
	margin-top: .9%;
	margin-bottom: -25px;
}
.heroText_disclaimer {
	margin-top: 2%;
}
	/*
    .heroText_label{
        font-size: 24px;
				margin-bottom: 10px;
    }
    .heroText_main_brand{
        font-size: 38px;
			margin-bottom: 10px;
    }
    .heroText_main{
        font-size: 52px;
    }
    .heroText_date{
        font-size: 28px;
    }
    .heroText_date span{
        font-size: 25px;
    }
	*/
}
@media screen and (min-width:1180px) {
    .heroText_main{
        font-size: 34px;
    }
}
/*
@media screen and (min-width:768px) {
    .heroText_main{
        font-size: 3vw;
    }
}
*/
@media screen and (max-width:640px) {
    .heroText{
			padding: 4vh 6vw;
      left: 0;
    }
		.heroText_label {
     	font-size: 1rem;
			margin-bottom: 2vw;
				
		}
    .heroText_main_brand{
        font-size: 1.3rem;
    }
    .heroText_main{
        font-size: 4rem;
    }
    .heroText_main span{
      margin-top: 2.5vh;
    }
		.heroText_main_campaign {
				font-size: 1.6rem;
		}
    .heroText_date {
      font-size: 1rem;
			margin-top: -.5%;
    }
    .heroText_date span{
      font-size: 0.7rem;
    }
    .heroText_disclaimer{
			font-size: 0.7rem;
			margin-top: 8.5%;
    }
}

/* section */
.sec{
    padding: 3rem 0;
}
.sec:nth-child(even){
    background-color: #efefef;
}
.e-tron .container{
    max-width: 1180px;
    margin: 0 auto 4vw;
    padding: 0 4vw;
}
@media screen and (max-width:640px) {
.sec{
  padding: 1rem 0;
}  
.e-tron .container{
  margin: 0 auto 12vw;
}
}
/* text */
.secTitle{
  font-family: AudiTypeExtended;
  font-size: 2.4rem;
  margin-bottom: 1.6vw;
  letter-spacing: 0;
  text-align: center;
}
.secSubTitle{
  font-family: AudiTypeExtended;
  font-size: 2rem;
  margin-bottom: 0.5vw;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width:640px) {
.secSubTitle{
  font-weight: bold;
}
}
.cpn_fin {
  display: block;
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (max-width:640px) {
    .secTitle{
      font-size: 5.4vw;
      font-weight: bold;
    }
    .secSubTitle{
        font-size: 5vw;
      margin-bottom: 2.5vw;
    }
		.cpn_fin {
			font-size: 1.2rem;
			display: block;
			margin: 0 0 .7rem;
		}
}





/***********************************
 modules
***********************************/





.whyAudi{
    width: 100%;
}
.whyAudi:after{
    content: '';
    display: block;
    clear: both;
}
.whyAudi_image{
    float: right;
    width: 50%;
}
.whyAudi_text{
    float: left;
    width: 50%;
    padding-right: 1em;
    box-sizing: border-box;
}
@media screen and (max-width:640px) {
    .whyAudi_image{
        padding-left: 1em;
    }
    .slick-dots{
        line-height: 0;
        font-size: 0;
        bottom: -15px;
		top: 88%;
    }
    .slick-dots li{
        margin: 0 1px;
        height: 10px;
    }
    .slick-dots li button{
        padding: 0;
        height: 10px;
    }
    .slick-dots li button:before{
        content: '';
        background-color: #000;
        height: 10px;
    }
    .whyAudi_text{
        float: none;
        width: auto;
    }
}
.whyAudi_text_paragraph{
    margin-bottom: 2em;
}
.whyAudi_text_links{
    counter-reset: whyAudi_text_links;
    line-height: 2.4;
}
.whyAudi_text_links li{
    font-weight: bold;
    list-style-type: none;
}
.whyAudi_text_links li:before{
    font-family: AudiTypeExtended;
    content: 'Vol'counter(whyAudi_text_links)'. ';
    counter-increment: whyAudi_text_links;
}


.recommendModel{
    margin: auto 1px;
}
.recommendModel:first-child,
.recommendModel:last-child{
    margin: auto;
}
.recommendModel_image{
    position: relative;
}
.recommendModel_image img{
    display: block;
}
.recommendModel_image figcaption{
    font-size: 0.7vw;
    position: absolute;
    bottom: 1.0em;
    left: 1.5em;
}
.recommendModel_title{
    padding: 0.5em 0.5em 0;
    font-family: AudiTypeExtended;
    line-height: 1.4;
}
.recommendModel_title_name{
    font-size: 1.3vw;
    font-style: normal;
    font-weight: bold;
}
.recommendModel_title strong{
    font-size: 2vw;
}
.recommendModel_title strong:before{
    content: '';
    display: block;
    height: 0;
}
.recommendModel_title_date{
    font-family: AudiType;
    font-size: 0.7vw;
    font-weight: normal;
}
.recommendModel_title_date:before{
    content: '(';
}
.recommendModel_title_date:after{
    content: ')';
}
.recommendModel_cta{
    margin-top: 1em;
}

.campaignItem{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}
.campaignItem_name{
  flex-basis: 10em;
}
.campaignItem_name:before {
    content: '・';
}
.campaignItem_name:after{
    content: ' : ';
}
.campaignItem_detail{
    flex-basis: calc(100% - 10em);
    margin-bottom: 3vw;
}
.campaignItem_detail_requirements li:before{
    content: '- ';
}


.supportItem{
    padding: 2rem;
    border-right: 1px solid #000;
    text-align: center;
}
.supportItem:last-child{
    border-right: none;
}
.supportItemTitle{
    font-size: 1.5vw;
}
.supportItemTitle em{
    display: block;
    font-family: AudiTypeExtended;
    font-size: 3vw;
    font-style: normal;
    font-weight: bold;
}
.supportItemTitle span{
    display: block;
    font-size: 1.5vw;
}
.supportItemLink_textLink{
    font-weight: normal;
    font-size: 1vw;
}
.allModelSupport{
    margin-top: -1rem;
    padding-top: 0;
    flex-basis: 100%;
}

@media screen and (max-width:640px) {
    .support{
        padding-top: 1em;
    }
    .supportItem{
        margin: 0 1em;
        padding: 3em 2em;
        border-right: 0;
        border-bottom: 1px solid #000;
    }
    .allModelSupport{
        padding: 0.5em 2em 2.5em;
    }
    .supportItem:last-child{
        border-bottom: 0;
    }
    .supportItemTitle {
        line-height: 1.1;
        font-size: 5vw;
    }
    .supportItemTitle em{
        font-size: 8vw;
    }
    .supportItemTitle span{
        padding: 0.4em 0;
        font-size: 4vw;
    }
    .supportItemLink_textLink{
        font-size: 3vw;
    }
}

.subCampaign_columns{
    flex-direction: row-reverse;
    justify-content: space-between;
}
.subCampaign_columns_image{
    flex-basis: 100%;
}
.subCampaign_columns_text{
    padding-right: 3%;
}
.subCampaign_textLink{
    margin-top: 2em;
}

.movieWrap{
    flex-direction: row-reverse;
    margin-bottom: 2em;
}
.movie{
    flex-basis: 80%;
}
.movie_cap{
    padding-right: 2em;
}

@media screen and (max-width:640px) {
    .movie_cap{
        padding-right: 0;
    }
}
.movie_cap_textLink{
    display: block;
    margin-top: 2em;
}

.infoAAA_label{
    font-family: AudiTypeExtended;
    cursor: pointer;
    padding: 0.4em 0.8em;
    font-size: 1.6vw;
}
@media screen and (max-width:640px) {
    .infoAAA_label{
        padding: 0.4em 0em;
        font-size: 3.6vw;
    }
}
.infoAAA_label:hover{
    /*background-color: #f7f7f7;*/
}
.infoAAA_label:before{
    content: '+';
    display: inline-block;
    padding: 0.2rem 0.4rem;
    margin-right: 0.4rem;
    font-weight: normal;
    transition: all .2s;
}
.infoAAA_label.open:before{
    content: '-';
    transform: rotate(360deg);
}
.infoAAA_contents{
    display: none;
    padding-bottom: 4em;
    padding-left: 4vw;
}
@media screen and (max-width:640px) {
    .infoAAA_contents{
        padding-bottom: 4em;
        padding-left: 0;
    }
}
.infoAAA_label.open + .infoAAA_contents{
    display: block;
    margin-top: 1em;
}

.quality{
    display: flex;
    margin-bottom: 3rem;
}
.quality:last-child{
    margin-bottom: 0;
}
.quality_col {
  flex-basis: 50%;
  margin-right: 2em;
}
.quality_col:nth-child(2n) {
  margin-right: 0;
}
.quality_col_image{
}
.quality_col_title{
    margin-bottom: 0.75em;
  font-size: 1.25rem;
  font-weight: 400;
}
.quality_col_link{
    margin-top: 1em;
}
.quality_col_link a{
    font-weight: normal;
}
@media screen and (max-width:640px) {
.quality{
    display: block;
}.quality_col {
  margin-right: 0;
}
.quality_col_image{
}
}


.plate{
    margin-bottom: 2em;
    padding-left: 3vw;
}
.plateTitle{
    font-weight: bold;
    margin: 2em auto 0.5em;
}
.platecontents{
    justify-content: space-between;
}
.plateImage img[src$="plate_aaa.jpg"]{
    box-shadow: 0 0 1px rgba(0,0,0,.7);
}
.plateExplain{
    flex-basis: 70%;
    padding-left: 2em;
}
.plateName{
    font-family: AudiTypeExtended;
    margin-bottom: 0.7em;
    line-height: 1.2;
}
.plateName em{
    display: block;
    font-size: 2vw;
    font-style: normal;
}
@media screen and (max-width:640px) {
    .platecontents{
        display: flex;
    }
    .plateExplain {
        flex-basis: 200%;
        padding-left: 1em;
    }
}
.rankAAA_table{
    border-collapse: collapse;
    width: 100%;
    letter-spacing: 0;
    font-family: AudiTypeExtended;
    border: 2px solid #000;
}
.rankAAA_table thead th{
    border: 2px solid #000;
}
.rankAAA_table th,
.rankAAA_table td{
    padding: 1vw;
    font-size: 1.5vw;
}
.rankAAA_table th em,
.rankAAA_table td em{
    font-weight: bold;
    font-style: normal;
    font-size: 2vw;
}
.rankAAA_table th{
    border: 2px solid #000;
}
.narrowCell{
    width: 1em;
    line-height: 1em;
}
.rankAAA_table_aaaPremiumPlus{
    background-color: #000;
    color: #fff;
}
.rankAAA_table_aaaOver3year{
    border-left: 2px solid #000;
}
.rankAAA_table td[class^="rankAAA_table_"]{
    padding: 0.2vw 1vw;
}
.rankAAA_table_plus{
    text-indent: 1em;
}
.aaaRankSupplement{
    margin-top: 1em;
}
.aaaRankLink{
    margin-top: 2em;
}



.schedule{
    margin: 3em auto;
    position: relative;
}
.scheduleTable{
    width: 100%;
    table-layout: fixed;
}
.scheduleCap{
    text-align: left;
}
.scheduleTable th,
.scheduleTable td{
    padding: 1vw;
    border: 2px solid #000;
    font-family: AudiTypeExtended;
    font-size: 1.1vw;
}
.schedule_arrow{
    position: absolute;
    top: 38.8%;
    height: 4.1vw;
    padding: 2.8vw 1vw;
    font-family: AudiTypeExtended;
    font-weight: bold;
    font-size: 1.4vw;
    color: #fff;
    letter-spacing: 0;
}
@media screen and (min-width:1400px) {
    .schedule_arrow{
        font-size: 17px;
    }
}
@media screen and (min-width: 641px) and (max-width:800px) {
    .schedule_arrow{
        top: 44.7%;
        font-size: 1.5vw;
    }
}
@media screen and (max-width:640px) {
    .schedule_arrow{
        top: 48.9%;
        font-size: 1.6vw;
    }
}
.schedule_arrow:before{
    content: '';
    border: 4.9vw solid transparent;
    position: absolute;
    top: 0;
    right: -5.3vw;
}

@media screen and (max-width:640px) {
    .schedule_arrow:before{
        right: -5.05vw;
    }
}
.schedule_arrow em{
    display: block;
    font-style: normal;
}
.schedule_arrow_standard{
    width: calc(100% / 2 - 5.4vw);
    left: calc(100% / 5.9);
    background-color: #b3b3b3;
    line-height: 4.1vw;
}
.schedule_arrow_standard:before{
    border-right-width: calc(5.3vw / 2);
    border-left-width: calc(5.3vw / 2);
    border-left-color: #b3b3b3;
}
.schedule_arrow_plus{
    width: calc(100% / 3 - 5vw);
    left: calc(100% / 1.5);
    background-color: #bb0a30;
}
.schedule_arrow_plus:before{
    border-right-width: calc(5.3vw / 2);
    border-left-width: calc(5.3vw / 2);
    border-left-color: #bb0a30;
}
.supportPlan_title{
    margin: 4em auto 1em;
    font-weight: bold;
}
.supportPlan_title em{
    margin-left: 1em;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
}
.supportPlan_title em:before{
    content: '※';
}
.supportPlan_name{
    font-family: AudiTypeExtended;
    letter-spacing: 0;
}
.supportPlan_name em{
    display: block;
    font-style: normal;
    font-size: 2vw;
}
.supportPlan_columns{
    justify-content: space-between;
    margin-left: 2vw;
}
.supportPlan_text{
    flex-basis: 63%;
}

@media screen and (max-width:640px) {
    .supportPlan_name{
        font-size: 3vw;
    }
    .supportPlan_name em{
        font-size: 5vw;
    }
}

/* car park */
.carParkFrame{
    position: relative;
    margin-bottom: 2em;
}
.carPark{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.carPark_row{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 10.22vw;
}
@media screen and (max-width:640px) {
    .carParkFrame{
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .carParkBg{
        width: 200%;
    }
    .carPark{
        width: 200%;
    }
    .carPark_row{
        height: 20.22vw;
    }
}
@media screen and (min-width:1180px) {
    .carPark_row{
        height: 130px;
    }
}
.carParkItem{
    overflow: hidden;
    position: relative;
    cursor: pointer;
    flex-basis: calc(100% / 5);
}
.carParkItem_image{
    position: absolute;
    bottom: 0;
}
.carParkItem_label{
    width: 100%;
    padding: 0.5em 1em;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    font-family: AudiTypeExtended;
    font-weight: bold;
    position: absolute;
    top: -100%;
    transition: top .2s;
}
.carParkItem:hover .carParkItem_label{
    top: 0;
}
.carPark .carParkModal{
    display: none;
}
.mfp-content .carParkModal{
    background-color: #fff;
    width: 80%;
    max-width: 820px;
    margin: auto;
}
.carParkModal_contents{
    padding: 1em 2em;
}



.mfp-arrow:before,
.mfp-arrow:after{
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    font-size: 4vw;
}
.mfp-arrow-left:after{
    content: '‹';
}
.mfp-arrow-right:after{
    content: '›';
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  bottom: -3%;
  transition: all 0.55s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transition: all 0.55s ease-out;
  opacity: 1;
  bottom: 0;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}




.carParkModal_contents_title{
    font-family: AudiTypeExtended;
    font-weight: bold;
}
@media screen and (max-width:640px) {
    .carParkItem_label{
        top: -200%;
    }
    .carParkItem:hover .carParkItem_label{
        top: -200%;
    }
    .carParkModal{
        width: 70%;
    }
}

.pageDisclaimer{
    padding: 2em 0;
}

.ftrLinkWrap{
    display: flex;
    align-items: flex-end;
}
.ftrLinkWrap > :last-child {
    margin-left: auto;
}
.ftrLink{
    margin-right: 2em;
    padding-bottom: 1em;
}
.ftrLink_item{
    font-weight: normal;
    font-size: 0.8rem;
}
.sns_icons{
    display: flex;
}
.sns_icons li{
    width: 3rem;
    margin-right: 1rem;
}

@media screen and (max-width:640px) {
    .ftrLinkWrap{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ftrLink{
        flex-basis: auto;
    }
    .ftrLinkWrap > :last-child {
        flex-basis: 100%;
    }
    .sns_icons {
        display: flex;
        justify-content: center;
    }
}
.ftrWrap{
    background-color: #4c4c4c;
    padding: 1em 0 0.5em;
}
.copyright{
    display: block;
    font-family: AudiType;
    font-size: 0.6rem;
    color: #fff;
}

.txt_cpn_fin {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (max-width:640px) {
    .txt_cpn_fin {
			font-size: 1.1rem;
    }
}




.secSubTitle + .lead {
	margin-top: 20px;
}

.lead + .disclaimer {
	margin-top: -20px;
}



.heroImage .primary_white a {
  position: absolute;
  left: 100px;
  bottom: 75px;
}

.cta .primary_white a {
  background: #ffffff;
  color: #000000;
}
.cta .primary_white a:after {
  border-color: #000000;
}
.cta .primary_white a:hover {
  background: #cccccc;
}

.cta.scondary_border_black a {
  background: transparent;
  color: #000000;
  border:solid 1px #000000;
}
.cta.scondary_border_black a:after {
  border-color: #000000;
}
.cta.scondary_border_black a:hover {
  color: #666666;
  border-color: #666666;
}
.cta.scondary_border_black a:hover:after {
  border-color: #000000;
}
@media screen and (max-width:1919px) {
.heroImage .primary_white a  {
	bottom: 7.5vh;
	left: 4.5vw;
}
}
@media screen and (max-width:1399px) {
.heroImage .primary_white a {
  left: 3.5vw;
  bottom: 5.5vh;
  box-sizing: border-box;
}  
}
@media screen and (max-width: 768px) {
.heroImage .primary_white a {
  width: 93%;
}
}
@media screen and (max-width:640px) {
.cta li {
  box-sizing: border-box;
}
.heroImage .primary_white a {
  width: 88%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 4vh 6vw;
  box-sizing: border-box;
}
}