@charset "UTF-8";

/* -----------------------------------------------------------------
   Base
   ----------------------------------------------------------------- */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #000;
    font-size: 16px;
    font-family: "レクサスロダン Pro M", "LexusRodinPro-M", sans-serif;
    font-weight:200;
    line-height: 1.6;
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    min-width:320px;
    letter-spacing: 0.05em;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
img {
    vertical-align: bottom;
}
/*button {
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
}*/
em {
    font-size: 62.5%;
    vertical-align: super;
}
.none {
    display: none;
}

/****************************************************************************************************

LEXUS style

*****************************************************************************************************/
br{
  color:transparent;
  border:0;
}
br.tbv{
  display:none;
}
br.spv{
  display:none;
}
@media all and (max-width: 1023px) {
  br.tbv{
    display:inline;
  }
}
@media all and (max-width: 767px) {
  br.spv{
    display:inline;
  }
}
/* ---------------------------------------------------------
base layout
--------------------------------------------------------- */
.section{
  padding:0 60px;
  overflow: hidden;
  background:#000;
  color:#fff;
}
.section__inner{
  max-width:1000px;
  margin:0 auto;
  padding:60px 0;
}
.section img{
  width:100%;
  height:auto;
}
.section__ttl{
  font-size:36px;
  letter-spacing: 0.1em;
  border-left:2px solid;
  padding:50px 0 0 29px;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 37px;
}
@media all and (max-width: 767px) {
  .section{
    padding:0 20px;
  }
  .section__inner{
    padding:30px 0;
  }
  .section__ttl{
    padding:30px 0 0 10px;
  }
}


/* ---------------------------------------------------------
common parts
--------------------------------------------------------- */
/*応募ボタン*/
.cmn-oubo{
  text-align:center;
}
.cmn-btn{
 max-width:900px;
 margin:0 auto 26px;
}
.cmn-btn a,
.cmn-btn__end{
  display:block;
  background: #818181;
  color:#fff;
  font-size:23px;
  line-height:90px;
  font-family: "レクサスロダン Pro B", "LexusRodinPro-B", sans-serif;
  border-radius: 500px;
  transition:all 0.2s ease;
  box-shadow: 0 6px 0 0 rgba(84,84,84,1);
}
.cmn-btn a br{
  display:none;
}
.cmn-btn a span{
  position: relative;
}
.cmn-btn a span::after{
  content:"";
  display:block;
  width:24px;
  height:24px;
  background: url(../img/arw_right_w.png) center center no-repeat;
  background-size:cover;
  position: absolute;
  right:-30px;
  top:0;
  transition:all 0.2s ease;
}
.cmn-btn__end{
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  background: #ccc;
  color:#666;
}
.cmn-anchor{
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  position: relative;
  display:inline-block;
  padding:0 0 0 28px;
}
.cmn-anchor a{
  transition:all 0.2s ease;
  background: url(../img/arw_btm.png) right center no-repeat;
  background-size:19px 19px;
  padding:1px 29px 1px 0;
  font-size:14px;
  line-height:1.3;
  display:inline-block;
  color:#999999;
}
@media all and (max-width: 767px) {
  .cmn-oubo{
    margin:0 6.25%;
    margin:0 6.25vw;
  }
  .cmn-oubo--nomg{
    margin:0;
  }
  .cmn-btn{
   max-width:100%;
   margin:0 auto 12px;
  }
  .cmn-btn a{
    font-size:14px;
    line-height:1.3;
    padding:8px 0;
  }
  .cmn-btn a span{
    display:block;
  }
  .cmn-btn a span::after{
    right:12px;
    top:50%;
    margin-top:-9px;
    width:18px;
    height:18px;
  }
  .cmn-btn a br{
    display:inline;
  }
  .cmn-btn__end{
    font-size:12px;
    line-height:11.25vw;
    border-radius: 11.25vw;
  }
  .cmn-anchor{
    padding:0 0 0 4.375%;
    padding:0 0 0 4.375vw;
  }
  .cmn-anchor a{
    background-size:19px 19px;
    padding:0 4.375% 0 0;
    padding:0 4.375vw 0 0;
    font-size:12px;
    display:inline-block;
    background-size:10px 10px;
  }
}
/* ---------------------------------------------------------
mv
--------------------------------------------------------- */
.mv{
  background:#000;
  color:#fff;
  font-size:22px;
  line-height:1.8;
  text-align:center;
}
.mv h2 img{
  width:100%;
  height:auto;
  vertical-align: top;
}
.mv img.spv{
  display:none;
}
.mv p{
  padding:12px 0;
  font-size:22px;
  line-height:1.6;
}
.mv p span{
  font-family: "Nobel-Book", sans-serif;
  font-size:24px;
}
.mv p br.under1300{
  display:none;
}
@media all and (max-width: 1300px) {
  .mv p br.under1300{
    display:inline;
  }
}
@media all and (max-width: 767px) {
  .mv p{
    font-size:13px;
    line-height:1.5;
    padding:3.125%;
  }
  .mv p br{
    display:none !important;
  }
  .mv p span{
    font-size:15px;
  }
  .mv img.pcv{
    display:none;
  }
  .mv img.spv{
    display:inline-block;
  }
}



/* ---------------------------------------------------------
end
--------------------------------------------------------- */
.section--end{
  background:#fff;
  text-align:center;
  padding:70px 20px 0;
}
.section--end .section__inner{
  position: relative;
  padding:0 0 0 0;
}
.section--end .section__inner:before{
  content:"";
  display:block;
  width:100%;
  height:2px;
  background: #b90711;
  position: absolute;
  top:50%;
  margin-top:-1px;
}
.section--end span{
  color:#b90711;
  background: #fff;
  position: relative;
  z-index: 3;
  font-size: 35px;
  line-height:1;
  font-family: "レクサスロダン Pro B", "LexusRodinPro-B", sans-serif;
  padding:0 1em;
}
@media all and (max-width: 767px) {
  .section--end{
    padding-top:8%;
  }
  .section--end span{
    font-size: 16px;
    padding:0 0.5em;
    white-space: nowrap;
  }
}


/* ---------------------------------------------------------
program
--------------------------------------------------------- */
.section--program{
  background:#fff;
  color:#000;
}
.program__cont{
  position: relative;
}
.program__img{
  position: absolute;
  top:0;
  right:0;
  width:26.5%;
}
.program__txt{
  width:70%;
}
.program__name{
  padding:0 0 20px;
}
.program__name .line1{
  font-family: "Nobel-Regular", sans-serif;
  font-size:41px;
  line-height:1.1;
  margin:10px 0;
  letter-spacing:0;
}
.program__name .line2{
  font-size:24px;
  font-family: "レクサスロダン Pro B", "LexusRodinPro-B", sans-serif;
  letter-spacing:0;
  padding:2px 0 0 0;
}
.program__name .line2 span.border{
  font-size:16px;
  font-family: "レクサスロダン Pro M", "LexusRodinPro-M", sans-serif;
  display:inline-block;
  border:1px solid #000;
  padding:3px 6px;
  margin:0 0 0 10px;
  vertical-align: top;
}
.program__name span img{
  max-width:318px;
}
.program__desc{
  padding:24px 0 0;
  font-size:15px;
  line-height:1.8;
  border-top:2px solid #000;
}
.program__simg{
  display:none;
}
@media all and (max-width: 1024px) {
  .program__name .line2 span.border{
    margin:10px 0 0;
  }
}
@media all and (max-width: 767px) {
  .program__cont{
    display:block;
    position: relative;
  }
  .program__txt{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .program__name{
    padding:0 0 20px 0%;
    border-bottom:0;
    width:65%;
  }
  .program__name .line1{
    font-size:20px;
    line-height:1.2;
    margin:5px 0;
  }
  .program__name .line2{
    font-size:16px;
  }
  .program__name .line2 span.border{
    margin:6px 0 0 0;
   font-size:13px;
  }
  .program__desc{
    width:100%;
    font-size:14px;
    line-height:1.5;

  }
  .program__desc br{
    display:none;
  }
  .program__img{
    display:none;
  }
  .program__simg{
    display:block;
    width:30%;
    margin:0 0 20px;
  }
}


/* ---------------------------------------------------------
lead
--------------------------------------------------------- */
.section--lead{
}
.section--lead .section__inner{
  text-align:center;
  padding-bottom:0;
}
.lead__ttl{
  font-size:30px;
  line-height:1.44444;
  text-align:center;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 22px;
  letter-spacing: 0;
}
.lead__ttl br.under1300{
  display:none;
}
@media all and (max-width: 900px) {}

.lead__end{
  background:#fff;
  color:#000;
  max-width:1000px;
  margin:0 auto;
  padding:10px 0;
  display:flex;
  justify-content: center;
  align-items: center;
}
.lead__end__ttl{
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  font-size:25px;
  padding:0 16px 0 0;
}
.lead__end__cont{
  text-align:left;
  border-left:1px solid #000;
  padding:0 0 0 16px;
}
.lead__end__sttl{
  font-size:25px;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin-right:10px;
}
.lead__end-num{
  font-family: "Nobel-Regular", sans-serif;
  font-size:28px;
}
.lead__end-small{
  font-size:18px;
}
.lead__end-border{
  font-size:17px;
  line-height:1;
  padding:3px 9px;
  border:1px solid #000;
}
.lead__end__num{
  display:none;
}
.lead__txt{
  font-size:18px;
  line-height:2;
  padding:30px 0 26px;
  letter-spacing: 0;
}
.lead__txt br.under1024{
  display:none;
}
.lead__att{
  font-size:15px;
  line-height:1.6;
  margin:0 0 42px;
}

@media all and (max-width: 767px) {
  .section--lead{
    padding-bottom:30px;
  }
  .section--lead .cmn-oubo{
    margin:0;
  }
  .lead__ttl{
    font-size:16px;
    margin:0 0 15px;
  }
  .lead__end{
    padding:2.5% 0;
    padding:2.5vw 0;
    display:block;
  }

  .lead__end__ttl{
    padding:0;
    margin:0 0 5px;
    font-size:18px;
  }
  .lead__end__ttl::before,
  .lead__end__ttl::after{
    content:"−";
  }
  .lead__end__cont{
    padding:0;
    border-left:0;
  }
  .lead__end__date{
    text-align: center;
  }
  .lead__end-num{
    font-size:22px;
  }
  .lead__end-small{
    font-size:16px;
  }
  .lead__end-border{
    font-size:14px;
    margin-top:6px;
    padding:2px 8px;
    display:inline-block;
  }
  .lead__end__num{
    display:block;
    font-size:16px;
    display:none;
  }
  .lead__end__num span{
    border:1px solid #000;
    display:inline-block;
    padding:3px 10px;
    font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  }
  .lead__txt{
    font-size:14px;
    line-height:1.8;
    padding:18px 0 20px;
    text-align:left;
  }
  .lead__txt br{
    display:none;
  }
  .lead__att{
    font-size:3.75vw;
    margin:0 6.25% 6.25%;
    margin:0 6.25vw 6.25vw;
    text-align:left;
  }
}
/* ---------------------------------------------------------
present
--------------------------------------------------------- */
.section--present{
}
.section--present .section__inner{
}
.present__ttl__wrap{
}
.present__ttl{
  font-size:32px;
  line-height:1.9;
  text-align:center;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 auto 30px;
}
.present__lead{
  font-size:18px;
  line-height:1.7777;
  text-align:center;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 30px;
  letter-spacing: 0;
}
.present__lead p{
  margin:0 0 7px;
}
.course{
  margin:0 0 60px;
}
.course__inner{
  max-width:1000px;
  margin:0 auto;
  overflow: hidden;
}
.course__img{
  width:50%;
  float:left;
  position: relative;
}

.course__img .slick-dots{
  position: absolute;
  left:0;
  bottom:18px;
  text-align:center;
  width:100%;
  line-height:1;
  height:11px;
}
.course__img .slick-dots li{
  display:inline-block;
  width:11px;
  height:11px;
  border-radius: 6px;
  border:0;
  text-indent:-9999px;
  background:#fff;
  margin:0 5px 0 4px;
}
.course__img .slick-dots li.slick-active{
  background:#000;
}
.course__cont{
  width:46%;
  float:right;
}
.course__ttl{
  margin:0 0 15px;
  padding:0 0 15px;
  border-bottom:1px solid #666;
}
.course__ttl__name{
  padding:8px 0 0;
  font-size:30px;
  line-height:1.33333;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
.course__ttl__name span{
  font-size:18px;
}

.course__txt{
  font-size:15px;
  line-height:1.9;
  margin:0 0 30px;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}

.set{
  border:1px solid #3e3e3e;
  background:url(../img/present_ribbon.png)left top no-repeat;
  background-size:61px auto;
  margin:0 0 60px;
}
.set__items{
  display:flex;
  justify-content: center;
  align-items: center;
  padding:15px 0px 15px 60px;
}
.set__item{
  font-size:18px;
  line-height:1.3;
  padding:14px 0 14px 60px;
}
.set__item--1{
  background:url(../img/present_icon_eat.png)left center no-repeat;
  background-size:50px;
}
.set__item--2{
  background:url(../img/present_icon_car.png)left center no-repeat; 
  background-size:50px;
}
.set__item--and{
  font-size:32px;
  line-height:1;
  font-family: "Nobel-Regular", sans-serif;
  padding:0;
  margin:0 18px;
}
@media all and (max-width: 1023px) {
  .set__item{
    font-size:16px;
  }
  .set__item--and{
    font-size:32px;
  }
}

@media all and (max-width: 767px) {
  .section--present{
    padding:0;
  }
  .section--present .section__inner{
    padding-top:0;
  }
  .present__ttl__wrap{
    padding:0 6.25%;
    padding:0 6.25vw;
  }

  .present__ttl{
    font-size:24px;
    margin-bottom:5%;
    margin-bottom:5vw;
  }
  .present__lead{
    margin-bottom:3.125%;
    margin-bottom:3.125vw;
    font-size:14px;
  }
  .present__lead p{
    padding:0 6.25%;
    padding:0 6.25vw;
    text-align:left;
  }
  .course{
    background:none;
    padding:0 6.25%;
    padding:0 6.25vw;
    margin-bottom:6.25%;
    margin-bottom:0 6.25vw;
  }
  .course__img{
    float:none;
    width:100%;
    margin:0 0 3.125%;
    margin:0 0 3.125vw;
  }
  .course__cont{
    width:100%;
    float:none;
  }

  .course__ttl{
    margin-bottom:3.125%;
    margin-bottom:3.125vw;
  }
  .course__ttl__name{
    font-size:22px;
  }
  .course__ttl__name span{
    font-size:11px;
  }
  .course__ttl__lead{
    font-size:16px;
  }
  .course__ttl__place{
    display:block;
    font-size:26px;
  }
  .course__txt{
    margin-bottom:10px;
    font-size:14px;
    line-height:1.7;
  }

  .set{
    margin-left:20px;
    margin-right:20px;
  }
  .set__items{
    padding:15px;
  }
  .set__item{
    padding:60px 0 0 0;
    background-position:center top;
    font-size:14px;
    text-align:center;
  }
  .set__item--and{
    padding-top:0;
    font-size:32px;
    margin:0 10px;
  }
}



/* ---------------------------------------------------------
lineup
--------------------------------------------------------- */
.section--lineup{
  padding:0;
  background: #222222;
}
.section--lineup .section__inner{
  padding-top:0;
  max-width:100%;
}

.lineup__header{
  padding:0 60px;
  margin:0 0 55px;
}

.lineup__header__inner{
  max-width:1000px;
  margin:0 auto 72px;
  padding:44px 0 0 30px;
  border-left:2px solid #fff;
}
.lineup__ttl{
  font-size:45px;
  letter-spacing: 0.1em;
  font-family: "Nobel-Regular", sans-serif;
}

.lineup__lead{
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  font-size:18px;
  line-height:1.6;
}
.lineup__lead span{
  display:block;
  font-size:14px;
}
.lineup__list{
  display:flex;
  flex-wrap: wrap;
  max-width:1000px;
  margin:0 auto;
}
.lineup__list_car{
  width:25%;
  border-left:1px solid #c4c4c4;
  margin:0 0 32px;
  cursor: pointer;
}
.lineup__list_car:last-child,
.lineup__list_car:nth-of-type(4n){
  border-right:1px solid #c4c4c4;
}

.lineup__list_car .modal-btn{
  padding:20px 15px 32px;
  transition:all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.lineup__list_car img{
  width:100%;
  height:auto;
}
.car__model{
  display:flex;
  padding:0 0 0 15px;
  position: relative;
}
.car__model::after{
  content:"";
  display:block;
  width:11px;
  height:13px;
  background:url(../img/lineup_arw.png) 0 0 no-repeat;
  background-size:100% auto;
  position: absolute;
  right:0;
  top:50%;
  margin-top:-5px;
}
.car__name{
  font-family: "Nobel-Book", sans-serif;
  font-size:40px;
  line-height:1;
  margin:0 5px 0 0;
}
.car__grade{
  font-family: "Nobel-Book", sans-serif;
  font-size:14px;
  line-height:1.28;
  padding:2px 0 0;
  white-space: nowrap;
}
.lineup__att{
  font-size:12px;
  line-height:1.6;
  padding:5px 0 0;
  max-width:1000px;
  margin:0 auto;
}
@media all and (max-width: 1120px) {
  .lineup__list{
    max-width:750px;
  }
  .lineup__list_car{
    width:33.33333%;
  }
  .lineup__list_car:nth-of-type(4n){
    border-right:0;
  }
  .lineup__list_car:nth-of-type(3n){
    border-right:1px solid #c4c4c4;
  }
  .lineup__att{
    max-width:750px;
  }

}
@media all and (max-width: 767px) {
  
  .section--lineup .section__inner{
    padding:0 0 44px;
  }


  .lineup__header{
    padding:0 25px 0;
  }
  .lineup__header__inner{
    margin:0 0 30px;
    padding:30px 0 0 10px;
  }

  .lineup__ttl{
    margin:0 0 12px;
    font-size:24px;
  }
  .lineup__lead{
    font-size:12px;
    line-height:1.3;
  }

  .lineup__list{
    max-width:100%;
  }
  .lineup__list_car{
    width:50%;
    border-left:0;
    margin:0 0 16px;
  }
  .lineup__list_car:nth-of-type(3n){
    border-right:0;
  }
  .lineup__list_car:nth-of-type(2n+1){
    border-right:1px solid #c4c4c4;
  }

  .lineup__list_car .modal-btn{
    display:block;
    padding:0 4.375% 7.5%;
    padding:0 2.1875vw 3.125vw;
  }

  .car__model{
    display:flex;
    padding:0 0 0 4.375%;
    padding:0 0 0 2.1875vw;
  }
  .car__name{
    font-size:8.125VW;
    margin:0 1.5625% 0 0;
    margin:0 1.5625vw 0 0;
  }
  .car__grade{
    font-size:3.125vw;
    letter-spacing:0;
    padding-top:0;
  }
  .lineup__att{
    font-size:11px
    padding: 0 14px 32px;
    margin:0 20px;
  }
}



/* ---------------------------------------------------------
summary
--------------------------------------------------------- */

.section--summary{
  background: url(../img/summary_bg.jpg) center center #000 no-repeat;
  background-size:cover;
  color:#fff;
}
.section--summary .section__inner{
  padding-top:0;
}
.summary__table{
  margin:0 0 31px;
}
.summary__table dl{
  display:flex;
  flex-wrap: wrap;
}
.summary__table dl:last-child dt,
.summary__table dl:last-child dd{
  border-bottom:0;
}
.summary__table dt{
  font-size:15px;
  line-height:1.7;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  width:150px;
  border-bottom:1px solid #fff;
  padding:18px 0;
}
.summary__table dd{
  font-size:15px;
  line-height:1.7;
  width:calc(100% - 150px);
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  padding:20px 0 20px 30px;
}
.summary__table dd.large{
  font-size:17px;
}
.summary__table dd strong{
  font-family: "レクサスロダン Pro B", "LexusRodinPro-B", sans-serif;
}
.summary__table dd li{
  margin:0 0 10px;
}
.summary__table dd li:last-of-type{
  margin-bottom:0;
}
.summary__table dd span{
  font-size:12px;
  line-height:20px;
  display:block;
}
.summary__agree{
  background-color: rgba(255,255,255,0.2);
  padding:23px 25px;
  margin:0 0 45px;
}
.summary__agree dt{
  font-size:13px;
  font-family: "レクサスロダン Pro B", "LexusRodinPro-B", sans-serif;
  margin:0 0 5px;
}
.summary__agree dd{
  font-size:12px;
  line-height:1.7;
  text-indent:-1em;
  padding:0 0 0 1em;
  letter-spacing: -0.07em;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}



@media all and (max-width: 767px) {

  .section--summary{
    background-size:cover;
  }
  .section--summary .section__inner{
    padding-bottom:36px;
  }
  .summary__ttl{
    margin: 0 0 20px;
    padding:30px 0 0 10px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .summary__table{
    margin:0 0 15px;
  }
  .summary__table dl{
    display:block;
    padding:3.125% 0;
    padding:3.125vw 0;
    border-bottom:1px solid #fff;
  }
  .summary__table dl:last-child{
    border-bottom:0;
  }
  .summary__table dt{
    font-size:14px;
    width:100%;
    border-bottom:0;
    padding:0;
    font-family: "レクサスロダン Pro B", "LexusRodinPro-B", sans-serif;
  }
  .summary__table dd{
    font-size:13px;
    line-height:1.5;
    width:100%;
    border-bottom:0;
    border-left:0;
    padding:0;
  }
  .summary__table dd.large{
    font-size:14px;
  }
  .summary__agree{
    padding:20px 16px;
    margin:0 0 30px;
  }
  .summary__agree dt{
    font-size:13px;
    margin:0 0 8px;
  }
  .summary__agree dd{
    font-size:13px;
  }
}



/* ---------------------------------------------------------
howto
--------------------------------------------------------- */
.section--howto{
  background: #000;
  color:#fff;
}
.section--howto .section__inner{
  padding-top:0;
}
.howto__flow-spimg{
  display:none;
}

.howto__flow{
  display:flex;
  justify-content: space-between;
  margin:0 0 60px;
}
.howto__flow__order{
  width:29.2%;
}
.order__img{
  margin:0 0 20px;
}
.order__img img{
  width:100%;
  height:auto;
}
.order__header{
  display:flex;
  align-items: center;
  margin:0 0 15px;
}
.order__header--num{
  font-family: "Nobel-Light", sans-serif;
  font-size:55px;
  margin:0 14px 0 0;
}
.order__header--txt{
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  font-size:18px;
  line-height:1.4;
}
.order__header--txt span{
  display:block;
  padding:0 0 0 1em;
  text-indent:-1em;
}
.order__txt{
  font-size:14px;
  line-height:1.5;
  letter-spacing: -0.02em;
}
.order__txt li{
  padding:0 0 0 1em;
  text-indent:-1em;
}
.order__txt li.notice{
  font-size:12px;
  padding:5px 0 0 1em;
  line-height:1.4;
}
.order__btn{
  margin:13px 0 0;
}
.order__btn a{
  display:block;
  border:1px solid #fff;
  background: transparent;
  color:#fff;
  transition:all 0.4s ease;
  font-size:14px;
  text-align:center;
  padding:6px 0;
}

@media all and (max-width: 1000px) {
  .howto__flow-spimg{
    margin-bottom:6.25%;
    margin-bottom:6.25vw;
  }
  .order__header{
    display:block;
  }
  .order__header--num{
    display:block;
    text-align:center;
  }
  .order__header--txt{
    display:block;
    text-align:center;
  }
}
@media all and (max-width: 767px) {
  .section--howto .cmn-oubo{
    margin:0;
  }
  .howto__ttl{
    margin: 0 0 30px;
    padding:30px 0 0 10px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .howto__flow-spimg{
    display:block;
  }
  .howto__flow{
    display:block;
    margin:0 0 30px;
  }
  .howto__flow__order{
    width:100%;
    margin:0 0 30px;
  }
  .order__img{
    display:none;
    margin:0 12.5% 5.625%;
    margin:0 12.5vw 5.625vw;
  }
  .order__txt{
    /*font-size:4.375vw;*/
  }
  .order__btn a{
    /*font-size:4.375vw;*/
    padding:1.875% 0;
    padding:1.875vw 0;
  }

  .order__header{
    display:flex;
    align-items: center;
    margin:0 0 4.375%;
    margin:0 0 4.375vw;
  }
  .order__header--num{
    /*font-size:18.75vw;*/
  }
  .order__header--txt{
    /*font-size:6.25vw;*/
    text-align:left;
  }
}

/* ---------------------------------------------------------
campaign
--------------------------------------------------------- */
.section--campaign{
  background:#222222;
}
.section--campaign .section__inner{
  padding:0 0 43px;
}
.campaign-list{
  padding:0 0 2em;
}
.campaign-list--2{
  padding-bottom:35px;
}
.campaign-list li{
  font-size:12px;
  line-height:1.6;
  letter-spacing: 0;
}
.campaign-list li.mb{
  margin-bottom:2em;
}
.campaign-list li a{
  text-decoration:underline;
}
.campaign-list li .btn-border{
  padding:10px 0 15px;
  margin:0 0 0 1em;
}
.campaign-list li .btn-border a{
  display:block;
  max-width: 300px;
  border:1px solid #fff;
  background: transparent;
  color:#fff;
  transition:all 0.4s ease;
  font-size:14px;
  text-align:center;
  padding:6px 0;
  text-decoration:none;
  line-height: 1;
}
.campaign-list li span.notice {
    font-size: 11px;
    line-height: 1.4;
    display: inline-block;
    padding: 2px 0 7px 1em;
    text-indent: -1em;
}


.dealer-btn{
  text-align:center;
  max-width:450px;
  margin:0 auto;
}
.dealer-btn a{
  display:block;
  border:2px solid #fff;
  color:#fff;
  font-size:22px;
  line-height:55px;
  font-family: "レクサスロダン Pro B", "LexusRodinPro-B", sans-serif;
  border-radius: 500px;
  transition:all 0.4s ease;
}


@media all and (max-width: 767px) {
  .campaign__ttl{
    margin: 0 0 30px;
    padding:30px 0 0 10px;
    font-size: 24px;
  }
  .campaign-list{
    padding:0 0 30px;
  }
  .campaign-list--2{
    padding:0 0 40px;
  }
  .campaign-list li{
  }
  .campaign-list li.mb{
    margin-bottom:12px;
  }
  .section--campaign .cmn-oubo{
    display:block;
  }
  .section--campaign .cmn-btn{
      width: 100%;
  }
  .section--campaign .cmn-btn--oubo{
    padding-bottom:12px;
    margin-bottom:0;
  }
}
/* ---------------------------------------------------------
pagetop
--------------------------------------------------------- */
.section--pagetop{
  background:#222;
}
.section--pagetop .section__inner{
  padding:0 0 22px;
}
.pagetop{
  text-align:right;
}
.pagetop a{
  transition:all 0.2s ease;
  font-family: "Nobel-Regular", sans-serif;
  font-size:16px;
  line-height:20px;
  display:inline-block;
}
.pagetop a img{
  width:20px;
  height:auto;
  vertical-align: bottom;
}
@media all and (max-width: 767px) {
  .section--pagetop .section__inner{
    padding:0 0 6.25%;
    padding:0 0 6.25vw;
  }

  .dealer-btn{
    width:80%;
    margin-top:3.125%;
    margin-top:3.125vw;
  }
  .dealer-btn a{
    font-size:3.125vw;
    line-height:1;
    padding:10px 0;
  }

  .pagetop a{
    line-height:5vw;
  }
  .pagetop a img{
    width:5vw;
  }
}
/* ---------------------------------------------------------
profile
--------------------------------------------------------- */
.section--profile{
}
.section--profile .section__inner{
  position: relative;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
}
.profile__img{
  width:230px;
}
.profile__cont{
  width:calc(100% - 270px);
}
.profile__name-en{
  display:block;
  font-family: "Nobel-Regular", sans-serif;
  font-size:14px;
  margin:0 0 16px;
}
.profile__name-jp{
  display:block;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  font-size:18px;
  margin:0 0 26px;
}
.profile__txt{
  font-size:13px;
  line-height:1.8;
  margin:0 0 18px;
}
.profile__link{
  font-size:13px;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
.profile__link a{
  background:url(../img/arw_right_w2.png) 0 0 no-repeat;
  padding:1px 0 1px 15px;
  display:inline-block;
  transition:all 0.2s ease;
}
@media all and (max-width: 767px) {
  .profile__img{
    width:60%;
    margin:0 auto 20px;
  }
  .profile__cont{
    width:100%;
  }
  .profile__name-jp{
    font-size:22px;
  }
}

/* ---------------------------------------------------------
modal
--------------------------------------------------------- */

.modal{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 10;
  opacity:0;
  transition: all 0.5s ease;
  pointer-events: none;
}
.modal.is-active{
  z-index: 100;
  opacity:1;
  pointer-events: auto;
}

.modal::after{
  content:"";
  background: rgba(51,51,51,0.8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.carinfo{
  width:80%;
  width:80vw;
  height: 800px;
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  background: #fff;
  padding:50px;
  border:1px solid #bfbfbf;
  display:none;
  opacity:0;
}
.carinfo.is-active{
  display:block;
  opacity:1;
}

.carinfo__name{
  font-family: "Nobel-Regular", sans-serif;
  font-size:55px;
  line-height:1;
  margin:0 0 10px;
}
.carinfo__grade{
  font-family: "Nobel-Light", sans-serif;
  padding:0 0 20px;
}
.carinfo__img{
  text-align:center;
  border-top:1px solid #e2e2e2;
}
.carinfo__img img{
  width:100%;
  max-width:640px;
  height:auto;
}
.carinfo__ttl{
  font-size:20px;
  line-height:1.6;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 5px;
}
.carinfo__txt{
  font-size:16px;
  line-height:2;
}
.carinfo__close{
 height:50px;
 width:50px;
 display:block;
 position: absolute;
 right:30px;
 top:20px;
 cursor: pointer;
}

.carinfo__close:before,
.carinfo__close:after{
content:'';
 height:2px;
 width:50px;
 display:block;
 background:#333;
 position:absolute;
 top:25px;
 left:1px;
 transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
}

.carinfo__close:after{
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
}
@media all and (max-width: 1200px) {
  .carinfo__txt{
    font-size:14px;
  }
}
@media all and (max-width: 900px) {
  .carinfo__name{
    display:inline-block;
  }
  .carinfo__grade{
    display:inline-block;
  }
  .carinfo__img{
    margin:0 auto;
  }
}
@media all and (max-width: 900px) {
  .carinfo{
    padding:40px;
    width:90%;
    width:90vw;
  }
  .carinfo__ttl{

  }
  .carinfo__txt{
    font-size:14px;
  }
}
@media all and (max-height: 800px) {
  .carinfo{
    overflow: auto;
    bottom:auto;
    height:100%;
  }
}
@media all and (max-width: 767px) {
  .carinfo{
    width:100%;
    padding:6%;
    border:0;
  }
  
  .carinfo__name{
    display:block;
  }
  .carinfo__grade{
    display:block;
  }
  .carinfo__ttl{
    font-size:18px;
    font-size:4.8vw;
    line-height:1.5;
  }
  .carinfo__txt{
    font-size:12px;
    font-size:3.2vw;
  }
  .carinfo__close{
    right:20px;
  }
}
@media all and (min-width: 1520px) {/*1520px以上でサイドバーが表示のため調整*/
  .carinfo{
    width: calc(80% - 240px);
    width: calc(80vw - 240px);
    left:240px;
  }
}

/* ---------------------------------------------------------
hoverアクション
--------------------------------------------------------- */

@media all and (min-width: 768px) {
  .cmn-btn a:hover{
    background:#aaa;
    box-shadow: 0 0px 0 0 rgba(84,84,84,1);
    transform: translate3d(0, 6px, 0);
  }
  .cmn-anchor a:hover{
    opacity: 0.4;
  }
  .lineup__list_car .modal-btn:hover{
    opacity: 0.4;
    cursor: pointer;
  }
  .order__btn a:hover{
    background: #fff;
    color:#000;
  }
  .campaign-list li a:hover{
    text-decoration:none;
  }
  .campaign-list li .btn-border a:hover{
    background-color: #fff;
    color:#000;
  }
  .dealer-btn a:hover{
    background:#fff;
    color:#000;
  }
  .pagetop a:hover{
    opacity: 0.4;
  }
  .profile__link a:hover{    
    opacity: 0.4;
  }
}