@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;
    margin:0;
    padding:0;
}
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;
}
*{
  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,img.spv{
  display:none;
}
@media all and (max-width: 1023px) {
  br.tbv{
    display:inline;
  }
}
@media all and (max-width: 767px) {
  br.pcv,img.pcv{
   display:none;
  }
  br.spv{
    display:inline;
  }
  img.spv{
    display:inline-block;
  }
}
/* ---------------------------------------------------------
common parts
--------------------------------------------------------- */
/*応募ボタン*/
.cmn-oubo{
  text-align:center;
}
.cmn-btn{
 max-width:600px;
 margin:0 auto 15px;
}
.cmn-btn a,
.cmn-btn__end{
  display:block;
  background:#280a13;
  color:#fff;
  font-size:24px;
  line-height:70px;
  letter-spacing:0.05em;
  transition:all 0.2s ease;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  border-radius: 100px
}
.cmn-btn a br{
  display:none;
}
.cmn-btn a span{
  position: relative;
}
.cmn-btn a span::after{
  content:"";
  display:block;
  width:20px;
  height:20px;
  background: url(../img/arw_right_w.png) center center no-repeat;
  background-size:100% auto;
  position: absolute;
  right:-33px;
  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-size:16px 16px;
  padding:0 18px 0 0;
  font-size:14px;
  line-height:1.3;
  display:inline-block;
  position: relative;
}
.cmn-anchor a::after{
  content:"";
  display:block;
  border-style: solid;
  border-width: 7px 5px 0;
  border-color:#280a13 transparent transparent transparent;
  width:0;
  height:0;
  position: absolute;
  right:0;
  top:6px;
}
.section--howto .cmn-btn a{
  background:#fff;
  color:#280a13;
}
.section--howto .cmn-btn a span::after{
  background-image:url(../img/arw_right_b.png);
}
.section--howto .cmn-anchor a{
  color:#fff;
}
.section--howto .cmn-anchor a::after{
  border-color:#fff transparent transparent transparent;
}

@media all and (max-width: 767px) {
  .cmn-btn{
   max-width:100%;
   margin:0 0 12px;
  }
  .cmn-btn a,
  .cmn-btn__end{
    font-size:16px;
    line-height:3;
    max-width:360px;
    margin:0 auto;
  }
  .cmn-btn a span::after{
    width:13px;
    height:13px;
    right:-18px;
  }
  .cmn-anchor{
    padding:0 0 0 14px;
  }
  .cmn-anchor a{
    background-size:12px 12px;
    padding:1px 14px 1px 0;
    padding:1px 14px 1px 0;
    font-size:12px;
    display:inline-block;
  }
  .section--lead .cmn-btn{
    margin:0 0 12px;
  }
  .section--program .cmn-btn{
    margin:0 20px;
  }
}
/* ---------------------------------------------------------
base layout
--------------------------------------------------------- */
.section{
  padding:0 60px;
  overflow: hidden;
}
.section__inner{
  max-width:1000px;
  margin:0 auto;
  padding:60px 0;
}
.section img{
  width:100%;
  height:auto;
}
.section__ttl{
  text-align:center;
  margin:0 0 30px;
}
.section__ttl .ttl-en{
  font-size: 40px;
  line-height:1;
  font-family: "Nobel-Regular", sans-serif;
  display:block;
  letter-spacing: 0.1em;
}
.section__ttl .ttl-jp{
  font-size:18px;
  line-height:1;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  display:block;
  padding:10px 0 0;
}
@media all and (max-width: 767px) {
  .section{
    padding:0 20px;
  }
  .section__inner{
    padding:30px 0;
  }
  .section__ttl .ttl-en{
    font-size: 40px;
  }
  .section__ttl .ttl-jp{
    font-size:16px;
    padding:10px 0 0;
  }
}
/* ---------------------------------------------------------
mv
--------------------------------------------------------- */
.mv h2{
  margin:0;
}
.mv h2 img{
  width:100%;
  height:auto;
}
.mv h2 img.pcv{

}
.mv h2 img.spv{
  
}
/* ---------------------------------------------------------
end
--------------------------------------------------------- */
.section--end{
  text-align:center;
  padding:70px 20px 0;
  background-color:#fdeef2;
}
.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-color:#fdeef2;
  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:25px;
  }
  .section--end span{
    font-size: 16px;
    padding:0 0.5em;
    white-space: nowrap;
  }
}
/* ---------------------------------------------------------
lead
--------------------------------------------------------- */
.section--lead{
  text-align:center;
  background-color:#fdeef2;
}
.section--lead .section__inner{
  position: relative;
  padding:66px 0 80px;
}
.lead__cont{
  position: relative;
  z-index: 2;
  margin:0 0 30px;
}
.lead__ttl{
  font-size:36px;
  line-height:1.55;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 35px;
  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 30px;
}
.lead__end{
  background:#fff;
  padding:17px 0 17px 9px;
  font-family: "レクサスロダン 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;
}
.lead__end-ttl{
  display:inline-block;
  padding:0 10px 0 0;
  font-size:22px;
  line-height:1.2;
  margin:0 5px 0 0;
  border-right:3px solid #e95682;
  width:110px;
}
.lead__end-num{
  font-family: "Nobel-Regular", sans-serif;
  font-size:28px;
}
.lead__end-small{
  font-size:18px;
}
.lead__notice{
  font-size:12px;
  line-height:1.6;
  margin:0 0 40px;
}

@media all and (max-width: 1120px) {
  .section--lead .section__inner{
    padding-left:60px;
    padding-right:60px;
  }
}
@media all and (max-width: 767px) {
  .section--lead{
    padding:0 0 20px;
  }
  .section--lead .section__inner{
    padding-top:20px;
    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__ttl .en{
    font-size:22px;
  }
  .lead__txt{
    font-size:14px;
    line-height:1.8;
    padding:0;
    width:100%;
    text-align:left;
  }
  .lead__txt br{
    display:none;
  }
  .lead__end{
    padding:10px 0;
    margin:0 0 12px;
    text-align:center;
  }
  .lead__end li{
    text-align:center;
  }
  .lead__end li:first-child{
    margin:0 0 15px;
  }
  .lead__end-ttl{
    font-size:15px;
    display:inline-block;
    padding:0 0 0 0;
    margin:0 auto;
    border-right:0;
    width:auto;
    text-align:center;
    border-bottom:2px solid #e95682;
  }
  .lead__end-num{
    font-size:18px;
  }
  .lead__end-small{
    font-size:12px;
  }
  .lead__notice{
    text-align:left;
    font-size:11px;
    line-height:1.8;
    margin:0 0 30px
  }
}
/* ---------------------------------------------------------
program
--------------------------------------------------------- */
.section--program{
  padding:0;
}
.section--program .section__inner{
  padding:86px 0 0;
  max-width:100%;
}
.program{
  margin:0 0 80px;
}
.program__ttl{
  margin:0 0 28px;
}
.program__header{
  text-align:center;
}
.program__header__date{
  display:inline-block;
  padding:5px 50px;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  font-size:24px;
  line-height:1;
  background:#e95682;
  color:#fff;
  position: relative;
  margin:0 0 12px;
  letter-spacing:0.1em;
}
.program__header__date span{
  font-size:16px;
}
.program__header__date::before,
.program__header__date::after{
  content:"";
  display:block;
  width:0;
  height:0;
  border-style: solid;
  border-width: 18px 18px 16px 0px;
  border-color: #fff #e95682 #fff #fff;
  position: absolute;
  left:0;
  top:0;
}
.program__header__date::after{
  border-width: 18px 0 16px 18px;
  border-color: #fff #fff #fff #e95682;
  left:auto;
  right:0;
}
.program__header__date span{
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  font-size:16px;
}
.program__header__sttl{
  font-size:20px;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
.program__header__ttl{
  font-size:35px;
  line-height:1.4;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 10px;
}
.program__header__num{
  font-size:15px;
  margin:0 0 20px;
}
.program__mv{
  margin:0 0 55px;
}
.program__mv .spv{
  display:none;
}
.program__cont{
  display:flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width:1000px;
  margin:0 auto 60px;
}
.program__imgs{
  width:40%;
  overflow:hidden;
}
.program__img{
  margin:0 0 5%;
  font-size:11px;
  text-align:right;
}
.program__img--half{
  width:47.5%;
}
.program__img--left{
  float:left;
}
.program__img--right{
  float:right;
}
.program__img--last{
  margin-bottom:1%;
}
.program__txt{
  width:56%;
}
.program__txt__ttl{
  font-size:24px;
  line-height:1.5;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 14px;
}
.program__txt__desc{
  font-size:15px;
  line-height:1.8;
  margin:0 0 30px;
}
.program__menu{
  margin:0 0 34px;
}
.program__menu dl{
  display:flex;
  font-size:12px;
  line-height:1.5;
}
.program__menu dt{
  border-bottom:1px solid #dddddd;
  width:75px;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  padding:12px 0 12px 10px;
}
.program__menu dd{
  border-bottom:1px solid #dddddd;
  border-left:1px solid #dddddd;
  width:calc(100% - 75px);
  padding:12px 20px;
}
.program__menu dl:last-of-type dt,
.program__menu dl:last-of-type dd{
  border-bottom:0;
}
.program__menu .notice{
  padding:22px 0 0 10px;
  font-size:11px;
}
.program__place{
  background:#f5f5f5;
  border-left:2px solid #ea668d;
  font-size:13px;
  line-height:1.53;
  padding:10px 20px;
}
.program__place strong{
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
.program__schedule{
  margin:0 20px 47px;
}
.program__schedule a{
  display:block;
  max-width:400px;
  line-height:60px;
  margin:0 auto;
  color:#e95682;
  border:1px solid #e95682;
  text-align:center;
  font-size:16px;
  transition:all 0.2s ease;
}
.program__schedule span{
  position: relative;
  padding:0 22px 0 0;
}
.program__schedule span::before,
.program__schedule span::after{
  content:"";
  display:block;
  background:#e95682;
  position: absolute;
  transition:all 0.2s ease;
}
.program__schedule span::before{
  width:14px;
  height:2px;
  right:0;
  top:6px;
}
.program__schedule span::after{
  width:2px;
  height:14px;
  right:6px;
  top:0;
}
@media all and (max-width: 1120px) {
  .program__cont{
    margin:0 60px 60px;
  }
}
@media all and (max-width: 767px) {
  .section--program .section__inner{
    padding:30px 0 0;
    }
  .program{
    margin:0 0 40px;
  }
  .program__mv{
    margin:0;
  }
  .program__header__date{
    font-size:15px;
  }
  .program__header__date::before,
  .program__header__date::after{
    border-width:13px 12px 12px 0px;
  }
  .program__header__date::after{
    border-width:13px 0px 12px 12px;
  }
  .program__header__date span{
    font-size:10px;
  }
  .program__header__sttl{
    font-size:15px;
  }
  .program__header__ttl{
    font-size:25px;
  }
  .program__header__num{
    font-size:12px;
  }
  .program__cont{
    margin:0;
    flex-direction: column;
    padding:0px;
  }
  .program__mv .pcv{
    display:none;
  }
  .program__mv .spv{
    display:inline-block;
  }

  .program__imgs{
    width:100%;
  }
  .program__img{
    display:none;
  }
  .program__img:last-of-type{
    display:block;
  }
  .program__txt{
    width:100%;
    padding:0 20px;
  }
  .program__place{
    line-height:1.7;
    margin:0 0 30px;
  }
  .program__schedule{
    margin:0 20px 30px;
  }
}

/* ---------------------------------------------------------
lineup
--------------------------------------------------------- */
.section--lineup{
  padding:0;
  position: relative;
  background:#280a13;
  color:#fff;
}
.section--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__ttl{
  position: relative;
  padding:0 0 21px;
}
.lineup__ttl::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#e95682;
  position: absolute;
  left:50%;
  bottom:0;
  margin:0 0 0 -30px;
}
.lineup__car{
  padding:4.285714286%;
  display:flex;
  align-items:center;
  background-size:cover;
  position: relative;
  min-height:450px;
}

.lineup__car--ls{
  background-image:url(../img/lineup_img_ls.jpg);
  background-position: left center;
  justify-content: flex-end;
  background-size: cover;
}
.lineup__car--lc{
  background-image:url(../img/lineup_img_lc.jpg);
  background-position: 60% 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: "レクサスロダン 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;
}
@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:5.714% 4% 7%;
  }
  .lineup__car--ls{
    background-image:url(../img/lineup_img_ls_tb.jpg);
    background-position:45% bottom;
  }
  .lineup__car--lc{
    background-image:url(../img/lineup_img_lc_tb.jpg);
  }
  .lineup__info{
    width:38%;
  }
  .lineup__name{
    font-size:80px;
  }
  .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) {
  .section--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-color:#280a13;
    background-repeat:no-repeat;
    padding-top:60%;
    padding-bottom:10%;
  }
  .lineup__car--ls{
    background-image:url(../img/lineup_img_ls_sp.jpg);
    background-position: center top;
  }
  .lineup__car--lc{
    background-image:url(../img/lineup_img_lc_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;
  }
}
/* ---------------------------------------------------------
meets
--------------------------------------------------------- */
.section--meets{
}
.section--meets .section__inner{
}
.meets__inner{
  max-width:1000px;
  margin:0 auto;
}
.meets__ttl{
  width:249px;
  margin:0 auto 27px;
}
.meets__sttl{
  font-size: 20px;
  padding: 30px 0 10px;
}
.meets__txt{
  font-size:16px;
  line-height:1.9;
  margin:0 0 60px;
}
.access {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.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: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
@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) {
  .section--meets{
    padding-top:30px;
  }
  .section--meets .section__inner{
    padding:0 0 30px;
  }
  .meets__ttl{
    width:240px;
    max-width:50%;
    margin-bottom:20px;
  }
  .meets__sttl{
    font-size: 18px;
    padding: 20px 0 10px;
  }
  .meets__txt{
    font-size:14px;
    line-height:1.8;
    margin:0 0 20px;
  }
 .access__map {
    width: 100%;
    margin-bottom: 10px;
  }
  .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: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  }
}
/* ---------------------------------------------------------
summary
--------------------------------------------------------- */
.section--summary{
  background:url(../img/summary_bg.jpg) center center no-repeat;
  background-size:cover;
}
.section--summary .section__inner{
  padding:70px 0 75px;
}
.summary__ttl{
  font-size:36px;
  position: relative;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
    padding:0 0 21px;
}
.summary__ttl::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#e95682;
  position: absolute;
  left:50%;
  bottom:0;
  margin:0 0 0 -30px;
}
.summary__table{
  margin:0 0 43px;
}
.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.2s ease;
}
.summary__agree{
  background-color:rgba(255,255,255,0.8);
  color:#000;
  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: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
@media all and (max-width: 767px) {
  .section--summary{
    background-size:cover;
  }
  .section--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
--------------------------------------------------------- */
.section--howto{
  color:#fff;
  padding:0 0 0 0;
  position: relative;
  background:#280a13;
}
.section--howto .section__inner{
  padding:80px 0 60px;
}
.howto__ttl{
  font-size:36px;
  position: relative;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  padding:0 0 21px;
}
.howto__ttl::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#e95682;
  position: absolute;
  left:50%;
  bottom:0;
  margin:0 0 0 -30px;
}
.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;
}
.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: "レクサスロダン 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;
}

@media all and (max-width: 1120px) {
  .section--howto .section__inner{
    margin:0 60px;
  }
  .howto__flow-spimg{
    margin-bottom:20px;
  }
}
@media all and (max-width: 767px) {
  .section--howto::after{
    padding-top:35%;
    background-image:url(../img/howto_img_sp.jpg);
  }
  .section--howto .section__inner{
    margin:0;
    padding:36px 20px;
  }
  .howto__ttl{
    font-size:24px;
    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{
  }
  .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;
  }
}
/* ---------------------------------------------------------
campaign
--------------------------------------------------------- */
.section--campaign{
  background:#f2f2f2;
}
.section--campaign .section__inner{
  padding-bottom:43px;
}
.campaign__ttl{
  font-size:28px;
  line-height:1;
  padding:0 0 0 13px;
  margin:0 0 38px;
  border-left:4px solid #e95682;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
.campaign__sttl{
  font-size:40px;
  line-height:1;
  padding:0 0 0 18px;
  margin:0 0 30px;
  border-left:2px solid #000;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
}
.campaign__sttl span{
  display:block;
  font-size:20px;
  padding:0 0 10px;
}

.campaign-list{
  padding:0 0 40px;
}
.campaign-list li{
  font-size:13px;
  line-height:1.85;
  letter-spacing: 0;
}
.campaign-list li.mb{
  margin-bottom:2em;
}
.campaign-list li a{
  text-decoration:underline;
}
.campaign-list li a:hover{
  text-decoration:none;
}

@media all and (max-width: 767px) {
  .section--campaign .section__inner{
  	padding:30px 0 20px;
  }
  .campaign__ttl{
    font-size: 24px;
    line-height:1.2;
    margin: 0 0 15px;
  }
  .campaign__sttl{
    font-size: 28px;
    line-height:1.2;
    padding:0 0 0 20px;
    margin: 0 0 15px;
  }
  .campaign__sttl span{
    font-size:14px;
    padding:0 0 5px;
  }
  .campaign-list{
    padding:0 0 30px;
  }
  .campaign-list--2{
    padding:0 0 20px;
  }
  .campaign-list li{
    font-size:12px;
    line-height:1.6;
    margin-bottom:2px;
  }
  .campaign-list li.mb{
    margin-bottom:20px;
  }
  .section--campaign .cmn-oubo{
    display:block;
  }
  .section--campaign .cmn-btn{
      width: 100%;
      margin-left:0;
      margin-right:0;
  }
  .section--campaign .cmn-btn--oubo{
    padding-bottom:10px;
    margin-bottom:0;
  }
}
/* ---------------------------------------------------------
pagetop
--------------------------------------------------------- */
.section--pagetop{
  background:#f2f2f2;
}
.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 20px;
  }
  .pagetop a{
    line-height:16px;
  }
  .pagetop a img{
    width:16px;
  }
}
/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
.section--footer{
  text-align:center;
}
.section--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;
	}
}
/* ---------------------------------------------------------
modal
--------------------------------------------------------- */
.modaal-content-container{
  padding:0;
}

.modal{
  display:none;
}
.modal__inner{
  overflow: hidden;
  padding:37px 40px 40px;
  position: relative;
}
.modal__ttl{
  font-size:28px;
  line-height:1;
  border-left:4px solid #e95682;
  padding:0 0 0 15px;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  margin:0 0 36px;
}
.schedule__date{
  position: absolute;
  right:0;
  top:0;
  font-size:26px;
  line-height:1;
  font-family: "Nobel-Regular", "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  z-index: 30;
  color:#fff;
  padding:26px 10px 0 0;
}
.schedule__date span{
  font-size:14px;
}
.schedule__date::after{
  content:"";
  display:block;
  position: absolute;
  right:-100px;
  top:-110px;
  background:#e95682;
  width:280px;
  height:200px;
  z-index: -1;
  transform: rotate(36deg);
}
.schedule__list{
  position: relative;
}
.schedule__list::after{
  content:"";
  display:block;
  width:3px;
  background:#dddddd;
  height:calc(100% - 24px);
  position: absolute;
  left:36px;
  top:12px;
  z-index: 1;
}
.schedule__list li{
  padding:0 0 0 52px;
  position: relative;
  display:flex;
  margin:0 0 56px;
  letter-spacing: 0.06em;
  z-index: 2;
}
.schedule__list li:last-child{
  margin-bottom:0;
}
.schedule__list li::before{
  content:"";
  display:block;
  width:25px;
  height:18px;
  background-size:100% auto;
  position: absolute;
  left:0;
  top:6px;
}
.schedule__list li.icon-car::before{
  background-image:url(../img/icon_car.png);
}
.schedule__list li.icon-eat::before{
  background-image:url(../img/icon_eat.png);  
}
.schedule__list li.icon-sakura::before{
  background-image:url(../img/icon_sakura.png);
}
.schedule__list li::after{
  content:"";
  display:block;
  width:11px;
  height:11px;
  background:#e95682;
  border-radius: 11px;
  position: absolute;
  left:32px;
  top:11px;
}
.schedule__time{
  font-size:20px;
  font-family: "Nobel-Regular", sans-serif;
  width:75px;
}
.schedule__cont{
  font-size:16px;
  font-family: "レクサスロダン Pro DB", "LexusRodinPro-DB", sans-serif;
  width:calc(100% - 75px);
  padding:4px 0 0;
}
@media all and (max-width: 767px) {

  .modal__inner{
    padding:40px 20px;
  }
  .modal__ttl{
    font-size:22px;
    margin:0 0 28px;
  }
  .schedule__date{
    font-size:22px;
    padding:10px 3px 0 0;
  }

  .schedule__date::after{
    right:-130px;
    top:-140px;
    transform: rotate(24deg);
  }

  .schedule__list::after{
    left:4px;
  }
  .schedule__list li{
    flex-direction: column;
    padding-left:22px;
    margin:0 0 30px;
  }
  .schedule__list li::before{
    left:80px;
  }
  .schedule__list li::after{
    left:0;
  }
  .schedule__cont{
    width:100%;
    font-size:14px;
  }
  .schedule__cont br{
    display:none;
  }
  .schedule__list li:last-child::before{
    width:11px;
    height:100%;
    left:0;
    top:17px;
    background:#fff;
  }
}
.modaal-close{
  position:absolute;
  right:0px;
  top:-42px;
  background:#f0c;
  width:30px;
  height:30px;
  border-radius:0;
}
.modaal-close:after, .modaal-close:before{
  width:1px;
  height:40px;
  top:-6px;
  left:15px;
  background:#fff;
  transform-origin:center center;
}
.modaal-close:hover{
  background:transparent;
  opacity:0.5;
}
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#fff;
}
/* ---------------------------------------------------------
hoverアクション
--------------------------------------------------------- */

@media all and (min-width: 768px) {
  .cmn-btn a:hover{
    background:#661d35;
  }
  .section--howto .cmn-btn a:hover{
    background:#a99da1;
  }
  .cmn-anchor a:hover{
    opacity: 0.4;
  }
  .program__list li a:hover{
    opacity:0.6;
  }
  .program__list li a:hover .list__img__main::after{
    transform:rotate(90deg);
  }
  .program__schedule a:hover{
    background:#e95682;
    color:#fff;
  }
  .program__schedule a:hover span::before,
  .program__schedule a:hover span::after{
    background:#fff;
  }
  .backtotop a:hover{
    color:#999;
    border-bottom-color: #999;
  }
  .pagetop a:hover{
    opacity: 0.4;
  }
}






