@charset "UTF-8";
/* -----------------------------------------------------------------
   Base
   ----------------------------------------------------------------- */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-size: 16px;
  font-family: "Nobel-Book", "レクサスロダン 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;
  margin:0;
  padding:0;
  font-feature-settings: "palt";
}
a {
    color: #000;
    text-decoration: none;
}
@media all and (min-width: 768px) {
  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;
}
*{
  box-sizing: border-box;
}
h1,h2,h3,h4,p,ul,li,dl,dt,dd{
  padding:0;
  margin:0;
}
ul{
  list-style: none;
}

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

LEXUS style

*****************************************************************************************************/
.sitelogo {
  width: 240px;
  margin: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  max-width:50%;
}
.sitelogo img {
  width: 100%;
  height: auto;
}
br.pcv{
  display:inline;
}
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.pcv{
    display:none;
  }
  br.spv{
    display:inline;
  }
}
/* ---------------------------------------------------------
base layout
--------------------------------------------------------- */

.section img{
  width:100%;
  height:auto;
}
.section{
  padding:0 60px;
}
.section__inner{
  max-width:1000px;
  margin:0 auto;
}
.section__ttl{
  font-size:36px;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  text-align:center;
  line-height:1;
  padding:0 0 20px;
  position: relative;
  margin:0 0 40px;
}
.section__ttl::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background: #16a085;
  position: absolute;
  left:50%;
  bottom:0;
  margin:0 0 0 -30px;
}
.section__ttl--en{
  display:block;
  font-size:40px;
  letter-spacing: 0.06em;
  margin:0 0 5px;
}
.section__ttl--jp{
  display:block;
  font-size:18px;
  letter-spacing: 0.06em;
}



@media all and (max-width: 767px) {
  .section{
    padding:0 20px;
  }
  .section__ttl{
    font-size:24px;
  }
}


/* ---------------------------------------------------------
common parts
--------------------------------------------------------- */
/*応募ボタン*/
.cmn-oubo{
  text-align:center;
  padding:0 60px;
}
.cmn-btn{
 max-width:700px;
 margin:0 auto 21px;
}
.cmn-btn a,
.cmn-btn__end{
  display:block;
  background: #16a085;
  color:#fff;
  font-size:23px;
  line-height:80px;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  border-radius: 500px;
  transition:all 0.3s ease;
}
.cmn-btn a br{
  display:none;
}
.cmn-btn a span{
  position: relative;
  display:inline-block;
  padding:0 25px 0 0;
}

.cmn-btn a span::before,
.cmn-btn a span::after{
  content:"";
  display:block;
  position: absolute;
  transition:all 0.3s ease;
}
.cmn-btn a span::before{
  width:20px;
  height:20px;
  border-radius: 20px;
  background:#fff;
  top:50%;
  right:0;
  margin-top:-10px;
}
.cmn-btn a span::after{
  top:50%;
  right: 0px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 7px solid #16a085;
  margin-top:-5px;
}

.cmn-btn__end{
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  background: #ccc;
  color:#666;
}

.cmn-anchor{
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  position: relative;
  display:inline-block;
}
.cmn-anchor a{
  position: relative;
  transition:all 0.3s ease;
  padding:0 15px 0 0;
  font-size:15px;
  line-height:1;
  display:inline-block;
}
.cmn-anchor a::after{
  content:"";
  display:block;
  position: absolute;
  top:4px;
  right: 0px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-top: 6px solid #000;
}



@media all and (max-width: 767px) {
  .cmn-oubo{
    padding:0;
  }
  .cmn-btn{
   max-width:100%;
  }
  .cmn-btn a,
  .cmn-btn__end{
    font-size:14px;
    line-height:1.3;
    padding:8px 0;
  }
  .cmn-btn a br{
    display:inline;
  }
  .cmn-anchor a{
   font-size:13px;
  }

}
/* ---------------------------------------------------------
mv
--------------------------------------------------------- */
.mv h2 img{
  width:100%;
  height:auto;
}
.mv img.spv{
  display:none;
}
@media all and (max-width: 767px) {
  .mv img.pcv{
    display:none;
  }
  .mv img.spv{
    display:inline-block;
  }
}


/* ---------------------------------------------------------
end
--------------------------------------------------------- */
.end{
  text-align:center;
  padding:70px 20px 0;
  background-color:#f2f2f2;
}
.end .section__inner{
  position: relative;
  padding:0 0 0 0;
}
.end .section__inner:before{
  content:"";
  display:block;
  width:100%;
  height:2px;
  background: #b90711;
  position: absolute;
  top:50%;
  margin-top:-1px;
}
.end span{
  color:#b90711;
  background: #f2f2f2;
  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) {
  .end{
    padding-top:8%;
    padding-top:8vw;
  }
  .end span{
    font-size: 16px;
    font-size: 4.26vw;
    padding:0 0.5em;
    white-space: nowrap;
  }
}

/* ---------------------------------------------------------
lead
--------------------------------------------------------- */
.lead{
  text-align:center;
  background-color:#f2f2f2;
}
.lead .section__inner{
  padding:67px 0px 80px;
}
.lead__cont{
  position: relative;
  z-index: 2;
  margin:0 0 30px;
}
.lead__ttl{
  font-size:34px;
  line-height:1.45;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 20px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
.lead__ttl .en{
  font-size:38px;
  font-family: "Nobel-Regular", sans-serif;
}
.lead__ttl em{
  font-style:normal;
  color:#e95682;
}
.lead__txt{
  font-size:16px;
  line-height:2;
  position: relative;
  z-index: 2;
  padding-left:6px;
  margin:0 0 33px;
}
.lead__end{
  background:#fff;
  padding:20px 0;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 10px;
  background:#fff;
  text-align:center;
}
.lead__end ul{
  display:inline-block;
  text-align:left;
}
.lead__end li{
  letter-spacing:0.1em;
  display:flex;
  align-items: center;
}
.lead__end li:first-child{
  margin-bottom:10px;
}
.lead__end__ttl{
  padding:0 12px 0 0;
  font-size:22px;
  line-height:1.2;
  margin:0 5px 0 0;
}
.lead__end__cont{
  border-left:3px solid #16a085;
  padding:0 0 0 12px;
  line-height:1;
}
.lead__end__date{
  display:flex;
  align-items: center;
}
.lead__end__date:first-of-type{
  margin-bottom:5px;
}
.lead__end__date br{
  display:none;
}


.lead__cont-step{
  font-size:20px;
  margin-right:10px;
}
.lead__end-num{
  font-size:28px;
}
.lead__end-small{
  font-size:18px;
}
.lead_end-win{
  font-size:14px;
  border:1px solid #000;
  display:inline-block;
  margin:0 10px;
  padding:3px 5px;
}
.lead_end-car{
  font-size:14px;
}



.lead__notice{
  font-size:15px;
  line-height:1.6;
  margin:0 0 40px;
}

@media all and (max-width: 850px) {
  .lead__end__ttl{
    font-size:18px;
  }
  .lead__cont-step{
    font-size:16px;
  }
  .lead__end-num{
    font-size:18px;
  }
  .lead__end-small{
    font-size:12px;
  }
  .lead_end-win{
    font-size:12px;
  }


}
@media all and (max-width: 767px) {
  .lead{
    padding:0 0 20px;
  }
  .lead .section__inner{
    padding-top:40px;
    padding:20px 20px;
  }
  .lead__cont{
    text-align:center;
    margin:0 0 20px;
  }
  .lead__border{
    margin:0 auto;
    font-size:18px;
    padding:3px 5px;
    margin:0 0 10px;
  }
  .lead__border span{
    font-size:20px;
  }
  .lead__ttl{
    font-size:20px;
    text-align:center;
    margin:0 0 15px;
  }
  .lead__txt{
    font-size:14px;
    line-height:1.8;
    padding:0;
    width:100%;
    text-align:left;
    margin:0 0 20px;
  }
  .lead__txt br{
    display:none;
  }
  .lead__end{
    margin:0 0 12px;
    text-align:center;
  }
  .lead__end li{
    text-align:center;
  }
  .lead__end li:first-child{
    margin:0 0 15px;
  }
  .lead__notice{
    text-align:left;
    font-size:11px;
    line-height:1.8;
    margin:0 0 30px
  }
}
@media all and (max-width: 640px) {
  .lead__end{
    padding:25px 0;
  }
  .lead__end li{
    flex-direction: column;
  }
  .lead__end li:first-child{
    margin-bottom:20px;
  }
  .lead__end__ttl{
    font-size:15px;
    display:inline-block;
    padding:0 0 0 0;
    margin:0 auto 8px;
    border-right:0;
    width:auto;
    text-align:center;
    border-bottom:2px solid #16a085;
  }
  .lead__end__cont{
    padding-left:0;
    border-left:0;
  }
  .lead__cont-step{
    display:inline-block;
    margin:0 0 5px;
  }
  .lead__end__date{
    display:block;
  }
  .lead__end__date:first-of-type{
    margin-bottom:10px;
  }
  .lead__end__date br{
    display:inline;
  }
  .lead_end-win{
    margin:0 10px 0 0;
  }
}




/* ---------------------------------------------------------
present
--------------------------------------------------------- */
.present{
  padding:0;
}
.present .section__inner{
  padding:86px 0 0;
  max-width:100%;
}
.present{
  margin:0 0 80px;
}
.present__ttl{
  margin:0 0 28px;
}
.present__header{
  text-align:center;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
.present__header__sttl{
  font-size:20px;
  margin:0 0 5px;
}
.present__header__ttl{
  font-size:35px;
  line-height:1.4;
  margin:0 0 15px;
}
.present__mv{
  position: relative;
  margin:0 0 40px;
/*  height:550px;
  background:url(../img/present_main.jpg) center center no-repeat;
  background-size:auto 100%;*/
}
.present__mv img.spv{
  display:none;
}

.present__info{
  background:rgba(255,255,255,0.8);
  border-left:2px solid #16a085;
  padding:10px 15px;
  position: absolute;
  left:50%;
  bottom:39px;
  font-size:13px;
  line-height:1.6;
  margin:0 0 0 -500px;
}
.present__info a{
  text-decoration: underline;
}
.present__lead{
  max-width:1000px;
  margin:0 auto 40px;
  font-size:15px;
  line-height:1.9;
  text-align: center;
}
.present__lead span{
  font-size:12px;
}

.present__cont{
  max-width:1000px;
  margin:0 auto 50px;
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.present__right{
  width:40%;
  overflow:hidden;
}
.present__notice{
  padding:5px 0 0;
}
.present__notice li{
  font-size:11px;
  line-height:1.6;
  padding:0 0 0 1em;
  text-indent:-1em;
}
.present__schedule{
  width:56%;
}
.present__schedule__header{
  display:flex;
  align-items: flex-start;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  letter-spacing:0.06em;
}

.schedule__header__ttl{
  background:#16a085;
  color:#fff;
  margin:0 20px 0 0;
  font-size:16px;
  padding:0 5px;
}
.schedule__header__date{
  padding:0 7px 0 0;
  line-height:1;
  font-size:14px;
}

.schedule__header__cont{
  display:flex;
  font-size:14px;
}
.schedule__header__term{
  border-left:2px solid #16a085;
  line-height:1;
  padding-left:7px;
}
.schedule__header__term span{
  display:inline-block;
}
.schedule__header__term span:first-child{
  margin-bottom:5px;
}
.present__schedule dt{
  font-size:28px;
  line-height:1;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  border-bottom:2px solid #e0e0e0;
  padding:25px 0 11px 7px;
  letter-spacing: 0.1em;
}
.present__schedule dt{
  font-size:18px;
}

.present__schedule dt span{
  font-size:18px;
}
.present__schedule dd{
  border-bottom:1px solid #e0e0e0;
  display:flex;
  font-size:14px;
  line-height:1.6;
}
.schedule__time{
  width:157px;
  border-right:1px solid #e0e0e0;
  padding:8px 10px;
  font-size:14px;
  line-height:1.6;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  letter-spacing: 0.06em;
}
.schedule__time span{
  font-size:10px;
  font-family: "Nobel-Book", "レクサスロダン Pro M", "LexusRodinPro-M", sans-serif;
}
.schedule__cont{
  width:calc(100% - 157px);
  padding:8px 14px;
}

.present__right .slick-dots{
  position: absolute;
  bottom:8px;
  right:5px;
  display:flex;
  width:100%;
  justify-content: center;
  z-index: 100;
  opacity: 0.8;
}
.present__right .slick-dots li{
  margin:0 3px;
}
.present__right .slick-dots button{
  width:10px;
  height:10px;
  display:block;
  background:#fff;
  text-indent:-9999px;
  border-radius:10px;
}
.present__right .slick-dots .slick-active button{
  background:#999;
}



@media all and (max-width: 1120px) {
  .present__info{
    left:40px;
    margin:0 ;
  }
  .present__lead{
    margin:0 60px 40px;
  }
  .present__cont{
    margin:0 60px 50px;
  }
}
@media all and (max-width: 920px) {
  .present__schedule__header{
    flex-direction: column;
  }
  .schedule__header__ttl{
    margin:0 0 20px;
  }
}


@media all and (max-width: 767px) {
  .present .section__inner{
    padding:30px 0 0;
  }
  .present{
    margin:0 0 40px;
  }
  .present__mv{
    height:auto;
    margin:0 0 20px;
/*    padding-top:66.6%;
    margin:0 0 20px;
    background:url(../img/present_main_sp.jpg) center bottom no-repeat;
    background-size:cover;*/
  }
  .present__mv img.pcv{
    display:none;
  }
  .present__mv img.spv{
    display:inline-block;
  }
  .present__info{
    position: static;
    background:#efeeee;
    left:0px;
    bottom:0px;
    font-size:12px;
    border-left:0;
    width:100%;
    padding:15px;
  }
  .present__lead{
    margin:0 20px 20px;
    font-size:14px;
    text-align:left;
  }
  .present__header__sttl{
    font-size:15px;
  }
  .present__header__ttl{
    font-size:25px;
  }
  .present__header__num{
    font-size:12px;
  }
  .present__cont{
    margin:0 20px;
    flex-direction: column;
    padding:0px;
  }
  .present__right{
    width:100%;
    margin:0 0 20px;
  }
  .present__schedule{
    width:100%;
    margin:0 0 30px;
  }
  .schedule__header__cont{
    font-size:12px;
  }
  .present__schedule dd{
    font-size:13px;
    align-items: center;
  }
  .schedule__time{
    padding:8px 0;
    width:100px;
  }
  .schedule__time span{
    display:block;
  }
  .schedule__cont{
    width:calc(100% - 100px);
    padding:8px 0 8px 14px;
  }
  .present .cmn-oubo{
    padding-left:20px;
    padding-right:20px;
  }
}
/* ---------------------------------------------------------
lineup
--------------------------------------------------------- */
.lineup{
  padding:0;
  position: relative;
  background:#000;
  color:#fff;
  overflow:hidden;
}
.lineup .section__inner{
  padding:80px 0 0 0;
  max-width:100%;
}
.lineup__ttl__wrap{
  margin:0 0 30px;
}
.lineup__ttl__wrap p{
  text-align:center;
  font-size:15px;
  line-height:2;
}
.lineup__car{
  padding:4.285714286%;
  display:flex;
  align-items:center;
  justify-content: flex-end;
  background-size:cover;
  position: relative;
  min-height:550px;
}

.lineup__car--rx{
  background-image:url(../img/lineup_img_rx.jpg);
  background-position: left center;
}

.lineup__info{
  width:38%;
}
.lineup__name{
  font-family: "Nobel-Book", sans-serif;
  font-size:70px;
  line-height:1;
  margin:0 0 22px;
}
.lineup__catch{
  font-size:24px;
  line-height:1.63;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  position: relative;
}
.lineup__txt{
  font-size:15px;
  line-height:2;
  padding:18px 0 0;
  text-align:justify;
  justify-content: inter-ideograph;
}
.lineup__notice{
  background:#fff;
  padding:10px;
  font-size:11px;
  letter-spacing: 0.05em;
  color:#000;
  text-align:right;
}
.lineup__notice p{
  display:inline-block;
  text-align:left;
}
@media all and (max-width: 1100px) {
  .lineup__car{
    min-height:auto;
  }
  .lineup__name{
    font-size:80px;
  }
}
@media all and (max-width: 1024px) {

  .lineup__car{
    padding:4% 4% 4%;
  }
  .lineup__car--rx{
    background-image:url(../img/lineup_img_rx_tb.jpg);
    background-position: left bottom;
  }
  .lineup__info{
    width:38%;
  }
  .lineup__name{
    font-size:70px;
  }
  .lineup__catch{
    font-size:18px;
    line-height: 1.5;
  }
  .lineup__catch br{
    display:none;
  }
  .lineup__txt{
    font-size:13px;
    line-height: 1.7;
  }
}
@media all and (max-width: 767px) {
  .lineup .section__inner{
    padding:40px 0 0;
  }
  .lineup__ttl__wrap{
    padding:0 20px 0px;
  }
  .lineup__ttl{
    font-size:28px;
    margin:0 0 20px;
  }
  .lineup__ttl__wrap p{
    font-size:13px;
    text-align:left;
  }
  .lineup__ttl__wrap p br{
    display:none;
  }
  .lineup__car{
    display:block;
    background-size:100% auto;
    background-repeat:no-repeat;
    padding-top:60%;
    padding-bottom:7%;
  }
  .lineup__car--rx{
    background-image:url(../img/lineup_img_rx_sp.jpg);
    background-position: center top;
  }
  .lineup__info{
    width:100%;
  }
  .lineup__name{
    font-size:60px;
  }
  .lineup__catch{
    font-size:16px;
    line-height: 1.6;
    padding:0 0 10px;
  }
  .lineup__catch br{
    display:inline;
  }
  .lineup__txt{
    font-size:13px;
    line-height: 1.8;
    padding-top:10px;
  }
  .lineup__notice{
    line-height:1.4;
    padding:5px 10px 10px;
    background:#000;
    color:#fff;
  }
}
/* ---------------------------------------------------------
meets
--------------------------------------------------------- */
.meets{
  padding:65px 60px 85px;
}
.meets__inner{
  max-width:1000px;
  margin:0 auto;
}
.meets__ttl{
  width:249px;
  margin:0 auto 27px;
}
.meets__sttl{
  font-size: 24px;
  padding: 30px 0 10px;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
.meets__txt{
  font-size:15px;
  line-height:1.9;
  margin:0 0 60px;
}
.access {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 0 49px;
}
.access__map {
    width: 65%;
    position: relative;
}
.access__map:before {
    content: "";
    display: block;
    padding-top: 325px;
}
.access__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.access__info {
    width: 30%;
}
.access__info-ttl {
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: 300;
    font-style: italic;
    font-family: "Nobel-Regular", sans-serif;
}
.access__info-txt {
    font-size: 16px;
    line-height:1.6;
    margin:0 0 13px;
}
.access__info-txt:last-of-type{
  margin-bottom:0;
}
.access__info-txt strong {
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}

.meets__btn{
  max-width:400px;
  margin:0 auto;
}
.meets__btn a{
  display:block;
  text-align:center;
  border:1px solid #000;
  font-size:18px;
  line-height:63px;
  transition:all 0.3s ease;
}
.meets__btn span{
  position: relative;
  padding:0 30px 0 0;
  letter-spacing: 0.06em;
}

.meets__btn span::before,
.meets__btn span::after{
  content:"";
  display:block;
  position: absolute;
  transition:all 0.3s ease;
}
.meets__btn span::before{
  width:17px;
  height:17px;
  border-radius: 20px;
  top:50%;
  right:0;
  margin-top:-10px;
  border:2px solid #000;
}
.meets__btn span::after{
  top:50%;
  right: 1px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 7px solid #000;
  margin-top:-5px;
}

@media all and (max-width: 1000px) {
  .access__map {
  width: 100%;
  margin-bottom: 10px;
  }
  .access__map:before {
    width: 100%;
    padding-top: 50%;
  }
  .access__info {
      width: 100%;
  }
}
@media all and (max-width: 767px) {
  .meets{
    padding: 35px 20px;
  }
  .meets .section__inner{
  }
  .meets__ttl{
    width:240px;
    max-width:75%;
    margin-bottom:20px;
  }
  .meets__sttl{
    font-size: 18px;
    line-height:1.4;
    padding: 20px 0 10px;
  }
  .meets__txt{
    font-size:14px;
    line-height:1.8;
    margin:0 0 20px;
  }
  .access{
    margin-bottom:20px;
  }
 .access__map {
    width: 100%;
    margin-bottom: 20px;
  }
  .access__map:before {
  padding-top: 100%;
  }
  .access__info-ttl {
    font-size: 24px;
  }
  .access__info-txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .access__info-txt strong {
    font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  }
  .meets__btn a{
    font-size:15px;
    line-height:45px;
  }
}
/* ---------------------------------------------------------
summary
--------------------------------------------------------- */
.summary{
  background:url(../img/summary_bg.jpg) center center no-repeat;
  background-size:cover;
  color:#fff;
}
.summary .section__inner{
  padding:70px 0 75px;
}
.summary__table{
  margin:0 0 43px;
  letter-spacing:0.05em;
}
.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 B", "LexusRodinPro-B", sans-serif;
  width:200px;
  border-bottom:1px solid #ddd;
  padding:14px 0 14px 20px;
  padding-left:20px;
}
.summary__table dd{
  font-size:15px;
  line-height:1.7;
  width:calc(100% - 200px);
  border-bottom:1px solid #ddd;
  border-left:1px solid #ddd;
  padding:14px 0 14px 26px;
}
.summary__table dd span{
  font-size:12px;
  line-height:20px;
}
.summary__table dd a{
  display:block;
  max-width:300px;
  border:1px solid #000;
  font-size:12px;
  line-height:1;
  padding:6px 0;
  text-align:center;
  margin:6px 0 0;
  transition:all 0.3s ease;
}

.table__date{
  display:flex;
}

.summary__agree{
  background-color:rgba(255,255,255,0.2);
  padding:23px 25px;
  margin:0 0 57px;
}
.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: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
.summary__agree dd a,
.summary .cmn-anchor a{
  color: #fff;
}
.summary .cmn-anchor a::after{
  border-top-color: #fff;
}
@media all and (max-width: 767px) {
  .summary{
    background-size:cover;
  }
  .summary .section__inner{
    padding:36px 0 40px;
  }
  .summary__ttl{
    font-size:24px;
    margin:0 0 15px;
    padding:0 0 15px;
  }
  .summary__table{
    margin:0 0 15px;
  }
  .summary__table dl{
    display:block;
    padding:10px 0;
    border-bottom:1px solid #ddd;
  }
  .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:14px;
    line-height:1.5;
    width:100%;
    border-bottom:0;
    border-left:0;
    padding:0;
  }
  .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
--------------------------------------------------------- */
.howto{
  color:#fff;
  padding:0 0 0 0;
  position: relative;
  background:#000;
}
.howto .section__inner{
  padding:80px 0 60px;
}
.howto__ttl{
  font-size:36px;
  position: relative;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  padding:0 0 21px;
}
.howto__flow-spimg{
  display:none;
}
.howto__flow{
  display:flex;
  justify-content: space-between;
  margin:0 0 60px;
}
.howto__flow__order{
  width:30%;
}
.order__img{
  margin:0 0 20px;
  overflow:hidden;
}
.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;
  line-height:1;
}
.order__header--txt{
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  font-size:18px;
  line-height:1.4;
  white-space: nowrap;
}
.order__txt{
  font-size:14px;
  line-height:1.7;
}
.order__txt li{
  padding:0 0 0 1em;
  text-indent:-1em;
}
.howto .cmn-anchor a{
  color:#fff;
}
.howto .cmn-anchor a::after{
  border-top-color: #fff;
}

@media all and (max-width: 1120px) {
  .howto .section__inner{
    margin:0 60px;
  }
  .howto__flow-spimg{
    margin-bottom:20px;
  }
}
@media all and (max-width: 767px) {
  .howto::after{
    padding-top:35%;
    background-image:url(../img/howto_img_sp.jpg);
  }
  .howto .section__inner{
    margin:0;
    padding:36px 20px;
  }
  .howto__ttl{
    font-size:24px;
    line-height:1.3;
    padding:0 0 15px;
    margin-bottom:25px;
  }
  .section__ttl::after{
    margin-top:20px;
  }
  .howto__flow-spimg{
    display:block;
  }
  .howto__flow{
    display:block;
    margin:0 0 30px;
  }
  .howto__flow__order{
    width:100%;
    margin:0 0 30px;
  }
  .order__img{
    margin:0 0 18px;
    background: #fff;
    border-radius:10px;
    text-align:center;
  }
  .order__img img{
    width:80%;
    max-width:400px;
  }
  .order__txt{
    line-height:1.5;
  }
  .order__txt li{
    margin:0 0 5px;
  }
  .order__btn a{
    padding:6px 0;
  }
  .order__header{
    display:flex;
    align-items: center;
    margin:0 0 14px;
  }
  .order__header--num{
  }
  .order__header--txt{
    text-align:left;
  }
}
/* ---------------------------------------------------------
privacy
--------------------------------------------------------- */
.privacy{
  background:#f2f2f2;
  padding:78px 60px 1px;
}
.privacy__ttl{
  font-size:28px;
  line-height:1;
  padding:0 0 0 13px;
  margin:0 0 38px;
  border-left:4px solid #16a085;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  text-align:left;
}
.privacy__ttl::after{
  display:none;
}
.privacy__list{
  padding:0 0 40px;
}
.privacy__list li{
  font-size:13px;
  line-height:1.85;
  letter-spacing: 0;
}
.privacy__list li.mb{
  margin-bottom:2em;
}
.privacy__list li a{
  text-decoration:underline;
}
.privacy__list li a:hover{
  text-decoration:none;
}

@media all and (max-width: 767px) {
  .privacy{
    padding:30px 20px 20px;
  }
  .privacy__ttl{
    font-size: 24px;
    line-height:1.2;
    margin: 0 0 15px;
  }
  .privacy__list{
    padding:0 0 30px;
  }
  .privacy__list li{
    font-size:12px;
    line-height:1.6;
    margin-bottom:2px;
  }
  .privacy .cmn-oubo{
    display:block;
  }
  .privacy .cmn-btn{
    width: 100%;
    margin-left:0;
    margin-right:0;
  }
  .privacy .cmn-btn--oubo{
    padding-bottom:10px;
    margin-bottom:0;
  }
}
/* ---------------------------------------------------------
pagetop
--------------------------------------------------------- */
.pagetop{
  background:#f2f2f2;
}
.pagetop .section__inner{
  padding:0 0 22px;
}
.pagetop{
  text-align:right;
}
.pagetop a{
  transition:all 0.3s ease;
  font-family: "Nobel-Regular", sans-serif;
  font-size:16px;
  line-height:20px;
  display:inline-block;
  position: relative;
  padding-right:25px;
}
.pagetop a::before,
.pagetop a::after{
  content:"";
  display:block;
  position: absolute;
  transition:all 0.3s ease;
}
.pagetop a::before{
  width:20px;
  height:20px;
  border-radius: 20px;
  background:#000;
  top:50%;
  right:0;
  margin-top:-10px;
}
.pagetop a::after{
  top:1px;
  right: 5px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-bottom: 7px solid #f2f2f2;
}



@media all and (max-width: 767px) {
  .section--pagetop .section__inner{
    padding:0 0 20px;
  }
  .pagetop a{
    line-height:16px;
    padding-right:20px;
  }
  .pagetop a::before{
    width:16px;
    height:16px;
    margin-top:-8px;
  }
  .pagetop a::after{
    top:0;
    right:4px;
    border-width:4px;
    border-bottom-width: 6px;
  }
}
/* ---------------------------------------------------------
program
--------------------------------------------------------- */
.program{
  background: #000;
  color:#fff;
  padding:45px 60px 40px;
  background-size:auto auto;
}
.program .section__inner{
  position: relative;
}

.program__ttl{
  margin:0 0 20px;
}
.program__ttl--logo{
  display:block;
  max-width:375px;
  margin:0 0 11px;
}
.program__ttl--en{
  display:block;
  font-family: "Nobel-Regular", sans-serif;
  font-size:50px;
  margin:0 0 14px;
  letter-spacing:0.055em;
}

.program__ttl--jp{
  display:block;
  font-size:24px;
  line-height:1.4;
  margin:0 10px 0 0;
}

.program__info{
  display:flex;
  margin:0 0 30px;
}

.program__time{
  margin:0 20px 0 0;
}
.program__link a{
  color:#fff;
}
.program__time,
.program__link{
  font-size:16px;
  line-height:1.2;
  letter-spacing: 0.05em;
}
.program__time span,
.program__link span{
  font-size:14px;
  line-height:1.3;
  border:1px solid #fff;
  display:inline-block;
  padding:1px 28px;
  margin:0 10px 0 0;
  letter-spacing: 0;
}
.program__att{
  font-size:10px;
  line-height:1;
  text-align:right;
}
.profile{
  clear:both;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  margin:0 0 25px;
}
.profile__img{
  width:168px;
}
.profile__txt{
  width:calc(100% - 194px);
}
.profile__ttl{
  font-size:16px;
  margin:0 0 20px;
}
.profile__name{
  margin:0 0 13px; 
}
.profile__name-en{
  font-family: "Nobel-Light", sans-serif;
  font-size:16px;
  letter-spacing: 0.08em;
}
.profile__name-jp{
  font-family: "Nobel-Light", sans-serif;
  font-size:30px;
}
.profile__txt p{
  font-size:15px;
  line-height:2;
}



@media all and (max-width: 1030px) {
  .profile{
    align-items:flex-start;
  }
}
@media all and (max-width: 960px) {
  .program__info{
    flex-direction: column;
  }
  .program__time{
    margin:0 0 10px;
  }
  .program__time span,
  .program__link span{
    display:inline-block;
    width:100px;
    text-align:center;
    padding-left:0;
    padding-right:0;
  }
}



@media all and (max-width: 767px) {
  .program{
    padding:30px 20px 20px;
  }
  .section--program .section__inner{
  }
  .program__ttl--logo{
  }
  .program__ttl--en{
    font-size:36px;
    line-height:1.1;
    margin-bottom:10px;
  }
  .program__ttl--jp{
    font-size:20px;
    line-height:1.4;
  }
  .program__ttl--jp br{
    display:none;
  }
  .program__time{
    font-size:14px;
  }
  .program__link{
    font-size:13px;
  }
  .program__time span{
    margin-bottom:7px;
  }
  .program__link span{
    display:none;
  }
  .program__att{
    line-height:1.3;
    text-align: left;
  }
  .program__att span{
    font-size:12px;
    display:block;
  }
  .profile{
    display:block;
  }
  .profile__img{
    width:75%;
    max-width:240px;
    margin:0 auto 20px;
  }
  .profile__txt{
    width:100%;
  }
  .profile__ttl{
  }
  .profile__name{
    margin:0 0 20px;
  }
  .profile__name-en{
    margin:0 0 20px;
  }
  .profile__name-jp{
  }

  .profile__txt p{
    line-height:1.7;
  }

}
/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
.footer{
  text-align:center;
}
.footer .section__inner{
  padding:60px 0 30px;
}
.backtotop{
  margin:0 0 50px;
}
.backtotop a{
  font-size:18px;
  line-height:1.2;
  border-bottom:1px solid #000;
  display:inline-block;
  padding:0 0 2px;
  transition:all 0.4s ease;
}
.copyright{
  font-size:14px;
  line-height:1;
  font-family: "Nobel-Book", sans-serif;
  color:#333;
}
@media all and (max-width: 767px) {
  .section--footer .section__inner{
    padding:30px 0;
  }
  .backtotop{
    margin:0 0 30px;
  }
}
/* ---------------------------------------------------------
hoverアクション（PCサイズだけhover）
--------------------------------------------------------- */
@media all and (min-width: 768px) {
  .cmn-btn a:hover{
    background:#4cc0a9;
  }
  .cmn-btn a:hover span::after{
    border-left-color:#4cc0a9;
  }
  .cmn-anchor a:hover{
    opacity: 0.4;
  }
  .meets__btn a:hover{
    background:#000;
    color:#fff;
  }
  .meets__btn a:hover span::before{
    border-color: #fff;
  }
  .meets__btn a:hover span::after{
    border-left-color: #fff;
  }
  .order__btn a:hover{
    background: #fff;
    color:#000;
  }
  .privacy__list li a:hover{
    text-decoration:none;
  }
  .privacy__list li .btn-border a:hover{
    background-color: #000;
    color:#fff;
  }
  .dealer-btn a:hover{
    background:#3b3b3b;
    color:#fff;
  }
  .pagetop a:hover{
    opacity: 0.4;
  }
}

