/*base     ======================================*/
html {
  font-size: 62.5%;
  /*10px*/
}

body {
  overflow-x: hidden;
  width: 100%;
  color: #231815;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    background: #FFF;
}

.wrap {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  max-width: 769px;
}


/*project  ======================================*/
/*mainVisual*/
.mainvisual_title {
    top: 3.3%;
    left: 7%;
    width: 86%;
}

.mainvisual_btn1{
      top: 88%;
    left: 4.5%;
    width: 45%;
}

.mainvisual_btn2{
      top: 88%;
    left: 50.5%;
    width: 45%;
}

.bg--campaign{
  background-image: url(../images/2_event_bg.webp);
  background-size: 100% 100%;
}

.bg--recommend{
  background-image: url(../images/3_democar_bg.webp);
  background-size: 100% 100%;
}

.bg--usedcar{
  background-image: url(../images/4_usedcar_bg.webp);
  background-size: 100% 100%;
}

.bg--usedcar2{
  background-image: url(../images/2_event_bg.webp);
  background-size: 100% auto;
}

.democar_box{
  background: #FFF;
  border:1px solid #e50012;
}

.sensing_ico{
top: 2%;
    left: 78%;
    width: 20%;
}

.usedcar_btn{
  bottom: 0%;
    left: 0%;
    width: 100%;
}


/*animation ======================================*/
.splide__pagination {
  position: relative;
  bottom: initial;
  left: initial;
  right: initial;
}
.splide__pagination__page {
    background: #AAA;
    height: 12px;
    margin: 7px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 12px;
}



.splide__arrow {
  top: 59.7%;
  background-color: #fff;
  height: 80px;
  width: 40px;
  background: none;
  z-index: 100;
}

.splide__arrow svg {
    height: 60px;
    width: 20px;
}

.splide__arrow svg path {
  transform: scaleY(2.1);   
  transform-origin: center center;  /* 中心を基準に伸ばす */
}


.splide__arrow--prev {
  left: -3px;
}
.splide__arrow--next {
  right: -3px;
}


@media all and (min-width:769px) {
  .splide__arrow {
    height: 80px;
    width: 80px;
}
.splide__arrow--prev {
  left: -25px;
}
.splide__arrow--next {
  right: -15px;
}

.splide__arrow svg {
    height: 70px;
    width: 30px;
}

.splide__arrow--prev.splide__arrow svg {
  margin-right: -1.4em;
}

.splide__pagination__page {
    height: 20px;
    margin: 13px;
    width: 20px;
}

}

#usedcar .splide__arrow {
  top: 45%;
}


/*MAP*/
.showroom1_bg{
  background-color: #bf0008;
  padding: 2% 3% 0% 3%;
}
.showroom2_bg{
  background-color: #484399;
  padding: 2% 3% 0% 3%;
}
.showroom3_bg{
  background-color: #e78023;
  padding: 2% 3% 0% 3%;
}
.showroom4_bg{
  background-color: #6cb246;
  padding: 2% 3% 0% 3%;
}

.accordion-content {
  display: none;
}

.accordion-title {
  cursor: pointer;
}

/*fixed_btn*/
.fixedbtn{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-color:rgba(256, 256, 256, 0.9) ;
  height: auto;
}

.fixedbtn1{
  width: 50%;
  left: 0%;
  bottom: 0%;
}

.fixedbtn2{
  width: 50%;
  right: 0%;
  bottom: 46%;
}

.fixedbtn3{
  width: 50%;
  right: 0%;
  bottom: 0%;
}

@media all and (min-width:769px) {

.fixedbtn{
  position: fixed;
  width: 100px;
  top:50px;
  bottom: auto;
  right: 0;
  z-index: 1;
  background-color:rgba(256, 256, 256, 0) ;
    background:none;
  height: 0;
}
.fixedbtn .content{
  width: 100%;
}

.fixedbtn1{
  width: 130px;
  right: 0%;
  left: auto;
  bottom: 0%;
  top: 3px;
  filter: drop-shadow(-2px 2px 1px rgba(0, 0, 0, 0.4));
}

.fixedbtn2{
  width: 88px;
  right: 0%;
  bottom: auto;
  top: 252px;
  filter: drop-shadow(-2px 2px 1px rgba(0, 0, 0, 0.4));
}

.fixedbtn3{
  width: 88px;
  right: 0%;
  bottom: auto;
  top: 435px;
  filter: drop-shadow(-2px 2px 1px rgba(0, 0, 0, 0.4));
}
}
footer{
  padding-bottom: 40vw;
}
@media all and (min-width:769px) {
  footer{
  padding-bottom: 0;
}
}

