@charset "UTF-8";
body {
  line-height: 1.5;
}

#mv {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding-top: 0px;
}

.mvInner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.mvInner .type02 {
  padding: 20px 0 30px;
}


#mv .read{
  width: 100%;
  font-size: 4.6rem;
  font-feature-settings: "palt";
}
#mv .image{
  width:100%;
  line-height: 0;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 600px) {

}

.campaign{
  background: #FFE100;
  padding: 18px 20px;
}
.campaign__line01 {
  text-align: center;
}
.campaign__line02{
  padding: 0 8px;
  text-align: center;
}
.campaign__line03{
  font-size: 1.3rem;
  color: #42266D;
  font-weight: 500;
  text-align: center;
  line-height: 1.461;
  background: #fff;
  padding: 4px;
  width: calc(100% - 40px);
  max-width: 310px;
  margin:0 auto;
}
.campaign__line04{
  margin: 15px auto 0;
  padding: 13px 16px 9px;
  width: calc(100% - 20px);
  max-width: 330px;
  background: #fff;
}


.sec__title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  min-height: 183px;
  margin: 0;
}

/*--#choose--*/
.p_choose{
  margin-top: 39px;
}
.p_choose .sec__title {
  background: url(/files/img2024/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p_choose__list{
  margin: 30px auto 0;
  width: calc(100% - 40px);
}
.p_choose__list__item {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #42266D;
  line-height: 1.3;
  padding-left: 15px;
  letter-spacing: -.01em;
  padding-bottom: 13px;
}
.p_choose__list__item:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/files/img2024/icon_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 2px;
}

.p_choose__comment{
  background:#F0ECF7;
  padding: 22px 15px 20px;
  margin-top: 20px;
}
.p_choose__comment__title{
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  line-height: 2;
  margin: 0;
  color: #42266D;
}
.p_choose__comment__list{
  margin-top: 25px;
}
.p_choose__comment__list__item{
  padding-bottom: 45px;
  position: relative;
}
.p_choose__comment__list__item:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 20px;
  background: url(/files/img2024/border_comment.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p_choose__comment__list__item:last-of-type {
  padding-bottom: 5px;
}
.p_choose__comment__list__item:last-of-type:after {
  display: none;
}
.p_choose__comment__list__line01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p_choose__comment__list__line01__inner.left{
  width: 76px;
}
.p_choose__comment__list__line01__inner.right{
  width: calc(100% - 84px);
  font-size: 1.6rem;
  color: #42266D;
  font-weight: 600;
  padding: 8px 8px 8px 23px;
  background: url(/files/img2024/bg_comment.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-height: 66px;
  height: 66px;
}
.p_choose__comment__list__line01__inner.right.align-items__center{
  align-items: center;
  display: flex;
}
.point__color {
  color: #ED1E79;
}
.pointSmall{
  font-size: 1.2rem;
}
.p_choose__comment__list__line02 {
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  color: #42266D;
  line-height: 1.714;
  padding: 7.5px 10px;
  margin-top: 3px;
  letter-spacing: -.03em;
}
.p_choose__comment__list__after{
  color: #5F5F5F;
  font-size: 1.2rem;
}

/*--#reserve-step--*/
.p_reserve-step{
  margin-top: 0;
}
.p_reserve-step .sec__title {
  background: url(/files/img2024/bg_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin:0;
}

/*--#reserve--*/
#reserve {
  padding-top: 50px;
}
#reserve .borderTit {
  padding-bottom: 15px;
  background: url(/files/img/border_01.svg);
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: center bottom;
}
.carTypeLink {
  margin-top: 15px;
  text-align: center;
}
.reserveLink .flexBox {
  margin-top: 7px;
  /*flex-wrap: nowrap;*/
  max-width: 350px;
  margin: 7px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
 .flexBox .pointTypeLink, .flexBox .shopTypeLink {
  width: calc(50% - 3px);
}
.covid-19Area {
  text-align: center;
  background: #EAF7FD;
  padding: 20px 0;
  margin-top: 45px;
  color: #3490E0;
}
.subTit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.666;
}
.covidBtn{
  margin: 15px auto 0;
  display: flex;
  padding: 13px 48px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #3490E0;
  border: 1px solid #3490E0;
}


/*--#testDrive--*/
#testDrive {
  padding-top: 60px;
}
#testDrive .backgroud01 {
  margin-top: 20px;
  padding: 30px 0;
  position: relative;
}
#testDrive .backgroud01:after {
  content: "";
  position: absolute;
  background: url(/files/img/sec_02_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  top: 0;
  bottom: 0;
}
#testDrive .backgroud01 img {
  width: 100%;
}
#test_drive-image .pointTypeLink {
  display: block;
  text-align: center;
}


.reserve-step__list {
  margin: 28px auto 40px;
  width: calc(100% - 40px);
  text-align: center;
}
.reserve-step__list li {
  border: 2px dashed #42266D;
  border-radius: 10px;
  padding: 13px 10px 22px;
  position: relative;
}
.reserve-step__list li + li {
  margin-top: 54px;
}
.reserve-step__list li:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: none;
  border-top: 20px solid #42266D;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}
.reserve-step__list__line01{
  margin: 0;
  font-family: 'Oswald', sans-serif!important;
  color: #ED1E79;
  font-size: 2.8rem;
  font-weight: 400;
}
.reserve-step__list__line02{
  font-size: 1.8rem;
  font-weight: 600;
  color: #42266D;
  line-height: 1.777;
}
.reserve-step__list__line03{
  background:#F0ECF7;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 12px 8px;
  margin: 3px auto 0;
  width: calc(100% - 20px);
}
.p_reserve-step__complete{
  width: calc(100% - 40px);
  margin: 20px auto 0;
}
.p_reserve-step__complete{
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.p_reserve-step__complete__line01{
  font-size: 2.8rem;
  font-weight: 600;
  color: #42266D;
  line-height: 1.5;
  position: relative;

}
.p_reserve-step__complete__line02{
  font-size: 1.4rem;
  font-weight: 500;
  color: #42266D;
  line-height: 1.928;
  margin-top: 12px;
}

.p_reserve-step__complete__line03{
  margin-top: 16px;
  color: #5F5F5F;
  font-size: 1.2rem;
  line-height: 2.0rem;
}

.yellowTit:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #FFE100;
  width:100%;
  height: 35%;
  bottom: 0;
  left: 0;
  right:0;
}



/*--#car-select --*/
.p_car-select{
  padding-top: 50px;
}
.p_car-select  .sec__title {
  background: url(/files/img2024/bg_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p_car-select__info{
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.p_car-select__text{
  font-size: 1.4rem;
  font-weight: 500;
  color: #5F5F5F;
  line-height: 1.928;
}
@media only screen and (max-width: 370px) {
  .p_car-select__text{
    font-size: 1.3rem;
  }
}
.p_car-select__icon{
  display: flex;
  align-items: center;
  margin-right: 12px;
  transform-origin: center bottom;
  animation: iconMove 2s linear infinite;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 370px) {
  .p_car-select__icon{
    width: 50px;
  }
}

@keyframes iconMove {
  0% , 100%{
      transform: translateX(-4px);
  }
  50%{
      transform: translateX(4px);
  }
}

.p_car-select .lineUpBlock.swiper-slide {
  padding-top: 20px;
}
.p_car-select .lineUpBlock.swiper-slide .lineUpTit{
  margin: 0;
  color: #42266D;
  font-size: 1.6rem;
  padding-bottom: 21px;
  position: relative;
}
.p_car-select .lineUpBlock.swiper-slide .lineUpTit:after {
  content: "";
  width: 25px;
  height:2px;
  background: #ED1E79;
  position: absolute;
  bottom: 8px;
  left: 0;
  right:0;
  margin: 0 auto;
}

.carlineup{
  padding-left: 20px;
}


.lineUpTit {
  width: 100%;
}
.lineUpBlock.swiper-slide{
  flex-wrap: wrap;
  border: 1px solid #CCC;
  border-radius: 10px;
  margin-top: 25px;
  text-align: center;
  width: 80%;
  margin-right: 20px;
  padding-top: 30px;
}
.lineupList {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding: 0 5px 30px;
}
.lineupList li {
  margin-top: 20px;
}

.lineupList .lineupListItem {
  width: 48%;
  border-bottom: none;
}
.lineupList .lineupListItem .carlineup-thumbnail-image{
  overflow: hidden;
  position: relative;
  margin: auto;
}

.lineupList .lineupListItem .carlineup-thumbnail-image > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.lineupList .lineupListItem .carlineup-thumbnail-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.carlineup-thumbnail-name-inner {
  font-size: 14px;
  font-weight: 500;
}

.p_car-select .swiper-slide {
  height:auto;
}
.p_car-select .swiper-pagination {
  margin-top: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:0 7px;
}
.p_car-select .swiper-pagination-bullet{
  background: #fff;
  opacity:1;
  border: 1px solid #42266D;
  border-radius: 50%;
  width: 12px;
  height:12px;
  height: 1
}
.p_car-select .swiper-pagination-bullet-active{
  background: #42266D;
}



#campaign02 {
  margin-top: 50px;
}
#campaign02 .campaign__line03 .small{
  display: block;
  font-size: 1.0rem;
  width: 100%;
  padding: 2px 0 3px;
}
.campaign__line05{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.975;
  margin-top: 15px;
}
.campaign__line06{
  position: relative;
  padding: 16px 25px 25px;
  margin:  25px 0 29px;
  color:#42266D;
  text-align: center;
}
.campaign__line06 > * {
  position: relative;
  z-index: 2;
}
.campaign__line06:before{
  content: "";
  width: 100%;
  height:100%;
  position: absolute;
  z-index: 1;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #42266D;
  background: #fff;
}
.campaign__line06:after{
  content: "";
  width: 100%;
  height:100%;
  position: absolute;
  z-index: 0;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ED1E79;
  margin: 4px 0 0 4px;
  z-index: 0;
}
.campaign__line06__line01 {
  color: #42266D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.campaign__line06__line01__icon{
  font-size: 2.1rem;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FFE100;
  line-height: 1;
  margin-right: 7px;
}


.campaign__line06__line02 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.campaign__line06__line03{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: -.03em;
  margin-bottom: 13px;
}
.campaign__line06__line04{
  font-weight: 300;
  font-size: 1.2rem;
}
.campaign__line06__after--text{
  color: #5F5F5F;
  font-size: 1.2rem;
  line-height: 2.0;
  margin-bottom: 25px;
}

.mt65 {
  margin-top: 65px;
}

.carSearchBtn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFE100;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: .2em;
  color: #42266D;
  width: 100%;
  max-width: calc(100% - 52px);
  margin-left: auto;
  margin-right: auto;
  padding: 17.25px 25px;
  line-height: 1;
}
.carSearchBtnIcon {
  line-height: 0;
}

.faqList{
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}








#content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}




@media only screen and (min-width: 768px) {
  .p_choose .sec__title,
  .p_reserve-step .sec__title,
  .p_car-select .sec__title,
  .p_choose__list,
  .p_choose__comment__list,
  .reserve-step__list,
  .p_car-select__info,
  #car-select .searchCarList,
  .campaign__line06,
  .carSearchBtn{
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .header .nav01{
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}


.footer {
  background: #E6E6E6;
  border: none;
  padding: 30px 0 0;
  margin-top: 60px;
}
.footer .footerInner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.footer .footerInner .logoF {
  height: 50px;
}
.footer .footerInner h2 {
  margin-bottom: 30px;
}
.footer .footerInner h2 img {
  width: 80%;
  max-width: 580px;
}
.footer .footerLink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.footer .footerLink p {
  margin: 0 25px;
}
.footer .footerLink p img {
  height: 12px;
}
.footer p {
  font-size: 1.2rem;
}
.footer .copy {
  background: #000000;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .footer .footerLink p img {
    height: 23px;
  }
}
.footer_monitor {
  position: relative;
}
.footer_monitor a {
  position: absolute;
  bottom: 6.51vw;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  margin: 0 auto;
}
.mgnB15 {
  margin-bottom: 15px;
}
.mgnB30 {
  margin-bottom: 30px;
}




/*
*/

.innerBox {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.innerBox + .innerBox {
  margin-top: 30px;
  width: 100%;
}
.innerBox .textArea{
  padding: 20px 10px 10px
}
.innerBox .textArea p{
  font-size: 16px;
  line-height: 1.875;
  margin-top: 14px;
  text-align: justify;
}


#howToUse {
  padding-top: 100px;
  margin-top: -50px;
}


.stepList {
  margin-top: 18px;
  text-align: center;
  margin-bottom: 54px;

  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.stepList li {
  border: 2px dashed #CCCCCC;
  border-radius: 10px;
  padding: 18px 5px 26px;
  position: relative;
}
.stepList li + li {
  margin-top: 54px;
}
.stepList li:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: none;
  border-top: 20px solid #42266D;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}
.stepList li .eng{
  color: #ED1E79;
  font-weight: bold;
  line-height: 1.5;
  font-size: 2.0rem;
}
.stepList li .stepText {
  font-size:16px;
  line-height: 1.875;
  margin-top: 12px;
  font-weight: 500;
}
.stepList li .stepImage {
  margin-top: 23px;
}
.stepList li .stepImage  img:nth-of-type(2) {
  margin-left: 30px;
}
#howToUse .yellowTit {
  max-width: 198px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.yellowTit {
  font-size: 30px;
  position: relative;
}
.yellowTit:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #FFE100;
  width:100%;
  height: 40%;
  bottom: 0;
  left: 0;
  right:0;
}
.yellowText {
  font-size: 16px;
  text-align: center;
  color: #42266D;
  line-height: 1.875;
  margin-top: 25px;
}
.reserveBtn {
  display: block;
  margin: 40px auto 0;
}


#simulation{
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 35px;
  background:#FDF4E5;
  text-align: center;
}
#simulation .innerBlock01 {
  margin-top: 45px;
  margin-bottom: 60px;
  position: relative;
}
#simulation .text.type01 {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 10px;
}
#simulation .innerBlock01:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: none;
  border-top: 20px solid #42266D;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}
#simulation .text.type02{
  font-size:18px;
  line-height: 1.666;
  font-weight:bold;
  color: #42266D;
  margin-top: 10px;
}
#simulation .innerBlock02 .bigTit {
  color: #42266D;
  font-weight:bold;
  line-height: 1.875;
}
#simulation .innerBlock02 .bigTit .small {
  font-size: 60%;
  display: block;
  letter-spacing: .15rem;
}
#simulation .innerBlock02 .bigTit .small.inline {
  display: inline;
}



















#guide {
  padding-top: 95px;
  margin-top: -50px;
}
#guide .guideList{
  margin-top: 15px;
  text-align: center;
}
#guide li {
  margin-top: 10px;
}

#test_drive-image {
  margin-top: 50px;
}
#test_drive-image .backgroud02 {
  margin-top: 20px;
  padding: 20px 0;
  position: relative;
}
#test_drive-image .backgroud02:after {
  content: "";
  position: absolute;
  background: url(/files/img/sec_06_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  top: 0;
  bottom: 0;
}
#test_drive-image .backgroud02 .commentImg:nth-of-type(odd) {
  text-align: right;
}
#test_drive-image .backgroud02 .commentImg:last-of-type {
  text-align: center;
}

#test_drive-image .backgroud02 .commentImg img {
  width: 72%;
  max-width: 380px;
}

#guideAnc01 {
  text-align: center;
  padding-top: 50px;
}
.guideAnc01List {
  justify-content: space-between;
  margin-top: 5px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.guideAnc01List li {
  width: 47.5%;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #42266D;
  line-height: 1.875;
}
.guideAnc01After{
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #42266D;
  line-height: 1.875;
}

#guideAnc02 {
  letter-spacing: 0;
  font-size: 2.6rem;
}

.backgroundColor02 {
  margin-top: 45px;
  padding-top: 30px;
  padding-bottom: 35px;
  text-align: center;
  position: relative;
}
.backgroundColor02:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FDF4E5;
}
#guideAnc02 .small {
  margin-bottom: 10px;
}

.reserveStepList {
  margin-top: 30px;
}
.reserveStepList li{
  text-align: center;
  background: #fff;
  position: relative;
  margin-bottom: 60px;
}
.stepTit {
  background: #FFEC5F;
  font-size: 2.0rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 5px 17px;
  margin-top: 0;
}
.stepTit .eng{
  font-weight: bold;
  color:#ED1E79;
  padding-right: 22px;
}
.afterReserveStepList  .stepImage img{
  width: 100%;
  max-width: calc(100% - 40px);
}
.stepText {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 10px;
  padding:0 10px 20px;
}
.reserveStepList li {
  width: 100%
}
.reserveStepList li:nth-of-type(2) .stepText {
  margin-top: 0;
}
.reserveStepList li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 500;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 500;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 500;
  border-top: 20px solid #42266D;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: -40px;
}
.reserveStepList li .stepText .small{
  display: block;
  font-size: 76%;
  letter-spacing: 0;
}
.reserveStepList li:last-of-type .stepImage{
  margin-top: 20px;
}
.reserveStepList li:last-of-type:after {
  display: none;
}

.reserveStepList {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  animation: cubic-bezier;
  flex-wrap: wrap;
  }
.reserveStepList + .reserveBtn.mgt40 {
  margin-top: 0;
}
.afterReserveStepList {
  margin-top: 40px;
}


.moreDeteil.boxLink{
  color: #42266D;
  font-weight:bold;
  line-height: 1.875;
  font-size: 16px;
  padding: 15px 65px;
  border: 1px solid #42266D;
  margin-top: 30px;
}

.afterReserveStepList  {
  background: #fff;
  padding-bottom: 30px;
}
.afterReserveStepList .moreDeteil.boxLink {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 9px 15px;
}
#guideAnc03 {
  padding-top: 50px;
}
#guideAnc03 + .stepList li::after{
  margin-top: 50px;
  display: none;
}
#guideAnc03 + .stepList li {
  margin-top: 20px;
}
#guideAnc03 + .stepList {
  margin-bottom: 0;
}

#guideAnc04Anc {
  padding-top: 100px;
  margin-top: -50px;
  display: block;
}


#guideAnc01Anc {
  padding-top: 50px;
  margin-top: -50px;
  display: block;
}


.faqList {
  font-size: 18px;
  border-bottom:1px solid #CCCCCC;
}
.faqList li {
  position:relative;
}
.faqList li.button {
  padding: 26px 40px 20px 0;
  cursor: pointer;
}
.faqList li.button:hover {
  opacity: .6;
}
.faqList li.answer {
  transition: 0s;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  visibility: hidden;
}
.faqList .activeBtn + li.answer {
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  visibility: visible;
  height: auto;
}
.faqList li.answer + li{
  border-top:1px solid #CCCCCC;
}
.faqList .button {
  font-weight: bold;
}
.faqList span {
  color: #ED1E79;
  font-weight: bold;
  padding-right: 5px;
}
.faqList li.button:after {
  content: "▼";
  position: absolute;
  right: 30px;
  margin: auto 0;
  width: 0;
  height: 0;
  border: none;
  top: -7px;
  bottom: 0;
  height: 14px;
  transition: .3s;
}
.faqList li.button:hover:after {
  top: -4px;
}
.faqList li.activeBtn.button:after {
  content: "▲";
}


#reserve2 {
  margin-top: 60px;
}
.reserev02_text {
  margin: 20px 0 25px;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}


.popUp {
  position: fixed;
  z-index: 200000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: scroll;
  display: none;
}
.popUpInner  {
  position: relative;
}
.popUp.check-pointPopup .popUpInner{
  position: unset;
}

.covid-19Popup .popUpInner,
.covid-19Popup .check-pointPopup,
.popUpInner{
  max-width: 760px;
  margin: 0 auto;
}
.popUp.covid-19Popup {
  background: #EAF7FD;
}
.popUp.covid-19Popup .popUpInner {
  padding: 32px 20px 45px;
}
.covid-19List{
  color:#3490E0;
  font-size: 1.5rem;
  font-weight: 500;
}
.covid-19List li {
  display: flex;
  border-bottom: 1px solid #fff;
  align-items: center;
  padding:8px 5px;
  flex-wrap: wrap;
}
.covid-19List li .icon {
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.covid-19List li .text {
  width: calc(100% - 74px);
}
.popUp.check-pointPopup {
  padding: 32px 20px 45px;
  background: #FDF4E5;
}
.popUp.check-pointPopup .bgTit{
  background: #FFEC5F;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 2.0rem;
  padding: 15px;
}
.check-pointBtn {
  font-size: 16px;
  color: #42266D;
  border: 1px solid #42266D;
  padding: 14.5px 32px;
  margin: 30px auto 20px;
}
.popUp.check-pointPopup ul {
  padding-top: 18px;
}
.popUp.check-pointPopup li {
  font-size: 2.0rem;
  line-height: 1.5;
  padding: 0px 10px 0px 30px;
  margin: 22.5px 0 17.5px;
  position: relative;
}
.popUp.check-pointPopup li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/files/img/icon_chk.svg);
  top: 6px;
}


.popUp .close {
  font-size: 18px;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  color: #6E6E6E;
  display: block;
  margin: 15px auto;
  position: absolute;
  right: 20px;
  top: -5px;
}
.popUp.check-pointPopup .close {
  margin-top: 0px;
  margin-right: 10px;
}


.popUp.searchShop {
  background: #fff;
}

.searchTit {
  font-size: 18px;
  line-height: 1.666;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px solid #CCCCCC;
  position: relative;
  margin: 0;
}
.searchTit:after{
  content: "";
  position: absolute;
  left: 0;
  bottom:-2px;
  width: 75px;
  height:2px;
  background:#ED1E79;
}
.searchShop .popUpInner{
  padding: 17px 20px 45px;
}
.searchList{
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 50px;
}
.searchList > li {
  margin-top: 21px;
}
.searchList > li:nth-of-type(1) {
  margin-top: 0px;
}
.searchList > li .wrapBtn {
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  transition: .3s;
  cursor: pointer;
  font-size: 18px;
}
.searchList > li .wrapBtn:hover {
  opacity: .6;
}
.searchList li {
  border-bottom: 1px solid #CCCCCC;
}
.searchList .innerList li,
.searchList.innerList li {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 2.375;
}
.searchList .innerList li a,
.searchList.innerList li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 23px 0;
}
.searchList.innerList li {
  margin-top: 0;
}
.searchList .innerList {
  display: none;
}

.searchList > li .wrapBtn:before,
.searchList > li .wrapBtn:after{
  position: absolute;
  top: 10px;
  bottom: 0;
  right: .5px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 3px solid #ED1E79;
  transform: translateX(-50%);
  margin: auto 0;
}
.searchList > li .wrapBtn:after {
  top: 0;
  bottom: 0;
  right: 12px;
  transform: rotate(90deg);
  transition: .3s;
}
.searchList > li .wrapBtn.opneList:after {
  opacity: 0;
}

.searchShopPoint .result{
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
}
.searchShopPoint .result .result_num {
  margin-top: 3px;
  font-size: 18px;
}

#searchShopListShopIframe {
  height: 100vh;
}


/*---車種で探す---*/




.activePage {
  display: block;
  position: relative;
}

.democar-exhibitioncar-0001.app_1 {
margin: 0!important;
}
#content.searchShopListPage {
  padding-top: 0;
}


.popUp.searchShop.searchShopList.activePage.theme-all {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.theme-all .key-color-3-bg-5,.theme-all .key-color-3-bg-26 {
  background-color: #6E6E6E;
  border-radius: 0 !important;
}
.democar-list-view .democar-list-wrap.is-democar .online-reserve {
  height: 54px;
}
.democar-list-view .democar-list-wrap.is-democar .online-reserve a {
  padding: 7px 10px 7px 20px;
  font-size: 18px;
  height: 100%;
  display: flex;
  align-items: center;
}
.democar-list-view .democar-list {
  padding-top: 40px;
}
.democar-list-view .democar-item-name {
  display: block;
  font-size: 13px;
  color: #6E6E6E;
}

.searchShopListPage + #reserve2{
  margin-top: 0;
  margin-bottom: 55px;
}
.searchShopListPage + #reserve2 .bigTit {
  font-size: 30px;
}
@media screen and (min-width: 1280px) {
  #content.searchShopListPage {
    padding-top: 63px;
  }
}
#content.searchShopListPage{
z-index: 1;
position: relative;
max-width: 780px;
margin: 0 auto;
display: block;
scrollbar-width: none;
-ms-overflow-style: none;
}
#content.searchShopListPage::-webkit-scrollbar {
  display:none;
}
#content.searchShopListPage::-webkit-scrollbar{
  display: none;
}

#content.searchShopListPage .democar-list-view .democar-panel-wrap {
  width: 100%!important;
}
#content.searchShopListPage .democar-list-view .democar-name {
  float: none!important;
  width: auto!important;
}

#content.searchShopListPage .democar-engin.democar-panel.sp,.democar-list-view .democar-color {
  display: block!important;
}

#content.searchShopListPage .headline-item {
  display:none;
}

#content.searchShopListPage .democar-list-view .democar-panel-wrap {
  float: left;
  line-height: 1.2;
  margin: 32px 0 0 0;
  width: 100%;
}
#content.searchShopListPage .democar-list-wrap.is-democar .online-reserve {
  position: relative;
  width: 100%;
  float: none;
  width: 100%;
  margin: 25px 0;
  border-radius: 3px;
  clear: both;
}
#content.searchShopListPage .democar-list-view .democar-store {
  float: none;
  width: 100%;
  margin: 20px 0 0 0;
  clear: both;
  padding-top: 25px;
  padding-bottom: 25px;
}
#content.searchShopListPage .democar-list-view .democar-list {
  margin-bottom: 30px;
}



.stepList.listType02 li {
  padding-bottom: 18px;
}
.stepList.listType02 .stepText{
  padding-bottom: 0;
}

.pointTypeLink.popUpOpen{
  display: block;
  text-align: center;
  margin-top: 4px;
}
.pb10 {
  padding-bottom: 10px;
}



.videWrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  margin: 0 auto;
}
.videWrap iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .videWrap {
    position: relative;
    padding-bottom: 51.3%;
    width: 100%;
    max-width: 700px;
    max-height: 394px;
    margin: 0 auto;
  }
}

.pagetop {
  position: relative;
  width: 100%;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.pagetop a{
  position: absolute;
  z-index: 90;
  right: 5px;
  bottom: -122px;
  transition: all 0.3s;
}


.theme-all .key-color-3-bg-5, .theme-all .key-color-3-bg-26 {
  background-color: #fff!important;
}