@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
body{
    font-family: 'Noto Sans JP';
    font-weight:500;
}

.gray_back{
    background-color:#f2f2f2;
}

.white_back{
    background-color:#fff;
}

.w95P{
    width:91.5%;
    margin-inline:auto;
}

.w90P{
    width:90%;
    margin-inline:auto;
}

.w83P{
    width:83%;
    margin-inline:auto;
}

.w80P{
    width:80%;
    margin-inline:auto;
}

.w75P{
    width:75%;
    margin-inline:auto;
}

.w70P{
    width:70%;
    margin-inline:auto;
}

.cb{
    clear:both;
}

.tc{
    text-align:center;
}

.tl{
    text-align:left;
}

.mia{
    margin-inline:auto;
}

.midashi{
    font-weight:bold;
    font-size:30px;
    font-family: 'Noto Sans JP';
}

.midashi_sub{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #000;
    padding: 3px 10px 2px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto 15px;
}

.fadeUp{
    animation: fadeUp 3s 1;
}
    
@keyframes fadeUp {
    0% {
        transform: translateY(200px);
    }
    100% {
        transform: translateY(0);
    }
}


@keyframes slideInRight {
    0% {
      opacity: 0;
    }  
    10% {
      opacity: 0;
      transform: translateX(1000px);
    }
    70% {
      opacity: 1;
      transform: translateX(0);
    }
}


/*-----------   about us  -------------*/
.about-container{
    padding: 30px 0 ;
    z-index: 1;
    position: relative;
}
 

/*-----------   shop  -------------*/
.shop_area{
    overflow: auto;
    width: 950px;
    margin-inline: auto;
    font-weight:bold;
    padding:60px 0;
}

.shop_area .midashi{
    padding-bottom:20px;
    text-align:center;
}

.shop_img_area{
    width: 50%;
    float: right;
    text-align:right;
    padding-top: 27px;
}

.shop_img_area iframe{
    width:450px;
    height:300px;
}

.shop_img_area img{width: 100%;}

.shop_detail_area{
    width: 45%;
    float:left;
    padding: 0px 0 60px 0px;
    font-size:15px;
    line-height:2.2;
}

.shop_detail_area span p{
    font-size:14px;
    line-height:1.5;
}

.shop_detail_area p{
    border-bottom:1px solid #d1c2c2;
    padding:15px;
    font-weight:400;
    font-size:15px;
}


.shop_tel{
    font-weight:bold;
    font-size:26px;
}

.shop_name{
    font-weight:700;
    font-size:18px;
    margin-top:10px;
    font-weight:bold!important;
}

.shop_border{
    border-top:1px solid ;
    width:80px;
    margin:20px 0;
}

.shop_title{
    padding:50px 0;
    background-color:#f2f2f2;
    width: 98.5%;
}

/*-----------   TOP  -------------*/
.slick-dots li button:before {font-size:14px;}

.slick-dotted.slick-slider  {
    margin-bottom:0!important;
}
.top_area .slick-slide img {
    margin-bottom:0!important;
}

.top_area .slick-dots {
    width:300px;
    background-color:#f5f5f5!important;
    bottom:0px;
    /*left:20px;*/
    height:51px;
    border-radius:0 10px 0 0;
    padding-top:12px;
}

.top_area img{
    width:100%!important;
}

.top{background: url(../images/dot_back.png?{0|rand:99999})  top center;}

.swiper{
    max-width: 100%;
    margin: 0 auto;
    margin-left:10%;
}

/*.top .swiper-slide{width: 50%!important;}*/
.top .swiper-slide{
    margin-left: 0%;
    /*padding-left: 2%;*/
}
.top .swiper-slide img{
    width:100%;
    /*width:944px;*/
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {color: #fff;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {color:#fff;}
.swiper-pagination-bullet-active {background: #000!important;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    background:#f5f5f5;
    width: 150px;
    border-radius: 0 20px 0 0;
    padding: 8px 0;
    bottom: 0 !important;
    opacity: 0.6;
}

.top .swiper-button-next{display:none;}
.top .swiper-button-prev{display:none;}




/*
.top .slick-next:before{
    background: none!important;
    background-size: contain!important;
    background-repeat:no-repeat!important;
}

.top .slick-prev:before:hover{
    background: none!important;
    background-size: contain!important;
    background-repeat:no-repeat!important;
}

.top_area{
    width:950px;
    margin:0 auto;
}
*/

/*-----------   カスタムコンプリートカー  -------------*/
.w_custom_back{
    background: url(../images/dot_back.png?{0|rand:99999})  top center;
    padding: 0px 0 100px;
}

.w_custom{
    width:1200px;
    margin-inline:auto;
}

.ms_cus{
    width:189px;
    float:left;
}

.slide_area{
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slide_inner{
    width: 280px !important;
    float: left;
    background-color: #fff;
    height: 400px;
    margin: 40px 40px 60px 0;
    position: relative;
    top: 0;
    text-decoration: none;
    transition: .2s ease-in-out;
    cursor: pointer;
    box-shadow:0px 5px 5px 0px rgba(0,0,0,0.1);
}
.slide_inner img{width:100%;}

.slide_txt{
    width:240px;
    margin-inline:auto;
    margin-top: 20px;
    text-align:left;
}

.slide_txt span{
    font-weight:bold;
    font-size:21px;
    color:#000;
}

.slide_txt p{padding:30px 0 30px 0;}

.slide_inner:hover{
    transform: scale(0.95);
    opacity: .85;
}

.scroll_btn{
    background-color: #f5f5f5;
    padding: 15px 63px;
    border-radius: 30px;
    position: relative;
    background-image: url(/index/images/arrow3.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 25px 21px;
    transition: 0.2s;
    border: 1px solid #000;
    right: 20px;
    bottom: 45px;
}

.scroll{
    background-color: #f5f5f5;
    /*padding: 15px 63px;*/
    border-radius: 30px;
    position: relative;
    background-image: url(/index/images/scroll_arrow.png);
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 40px 23px;
    transition: 0.2s;
    border: 1px solid #000;
    right: 0px;
    bottom: 45px;
    width: 180px;
    height: 60px;
}
.scroll span{
    position:absolute;
    top: 20px;
    right: 35px;
}

.scroll:hover{
    color:#fff;
    background-color: #000;
    background-image: url(/index/images/scroll_arrow_after.png);
    background-position: 30px 23px;
}


.used_car_sales_midashi{
    position:relative;
    top:66px;
    /*width: 1050px;*/
    width:1130px;
    /* margin: 0 auto; */
}

.swiper-container {
    position: relative;
    width: 100%;
    /*margin: 60px auto 30px;*/
    margin: 30px auto 0px;
    height: auto;
    overflow: hidden;
}
.swiper-scrollbar {
    background: #d5d5d5; 
    height: 8px; 
    position: absolute;
    bottom: 10px; 
    width: 620px!important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background: #707070; 
    border-radius: 4px; 
}

.w_custom .swiper-button-next{display:none;}
.w_custom .swiper-button-prev{display:none;}


/*-----------   newcar  -------------*/

.newcar{
    padding: 78px 0 0px;
    text-align: center;
}

.newcar_inner{
    width: 900px;
    margin-inline: auto;
    text-align:left;
    position: relative;
}

.newcar_main img{
    float:right;
    width:460px;
}

.newcar_title{
    margin-bottom:30px;
    width:380px;
}

.newcar_inner a{
    background-color:#000;
    padding: 15px 51px;
    border-radius: 36px;
    position: absolute;
    bottom: 10px;
    color:#fff;
    background-image: url(/index/images/arrow2.png);
    background-size: 24px;
    background-position: 128px 21px;
    background-repeat: no-repeat;
    /* left: 6%; */
}

.newcar_inner a:hover{
    background-size: 24px;
    background-position: 138px 21px;
    background-repeat: no-repeat;
    transition: 0.2s;
    color:#fff;
    opacity: 0.7;
}


.newcar_inner_text{
    line-height:30px;
    margin-top: 12px;
    margin-top: 12px;
}

.ms_newcar{
    width: 129px;
    float: left;
}


@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 200s infinite linear 0.1s both;
}
.scroll-infinity__item {
    width: 2870px;
    font-size:130px;
    color:#f4f4f4;
    font-family: "Lato", sans-serif;
    font-weight:bold;
    height:150px;
    margin-top:70px;
}
.scroll-infinity__item>img {
    width: 100%;
}

/*-----------   used car sales  -------------*/
.ms_used{
    width:133px;
}

.used_car_sales{
    background: url(../images/dot_back.png?{0|rand:99999})  top center;
    padding: 70px 0 100px;
}

.ucs_txt{
    text-align:center;
    padding:40px 0;
    font-size:15px;
    line-height:37px;
}

.used_car_sales img{width:310px;}

.used_car_sales img:hover{opacity: 0.7; }

/*-----------   news  -------------*/

.ms_news{
    width:58px;
    margin:0 0 15px;
}

.news{
    padding: 45px 0 0px;
    text-align: center;
    background-color: #fff;
}

.news_inner{
    width: 900px;
    margin-inline: auto;
    padding: 60px 0;
    text-align:left;
    border-radius:10px;
}

.news_main{
    width:427px;
    float:left;
    margin-right:40px;
    margin-bottom: 28px;
    border-bottom: 2px solid #eaeaea;
}
.news_main:hover{
    opacity:0.8;
    text-decoration:underline solid #000000;
}

.news_main:nth-child(odd){
    margin-right:0;
}

.news_main img{
    float:left;
    margin-bottom:28px;
    width:149px;
    height:110px;
}


.news_main p{
    width: 269px;
    float:right;
    margin-bottom:5px;
}

.date{
    margin-top:15px;
    text-align:right;
    color:#696969;
    font-size:12px;
}

.news_title_txt{
width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_txt{
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
}


.news_title{
    margin-bottom:43px;
}

.news_list{
    background-color:#f5f5f5;
    padding: 15px 45px;
    border-radius: 30px;
    position: relative;
    top: 45px;
    background-image: url(/index/images/arrow1.png)  ;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 120px 22px;
    transition: 0.2s;
}

.news_list:hover{
    background-color:#000;
    color:#f5f5f5;
    padding: 15px 45px;
    border-radius: 30px;
    position: relative;
    top: 45px;
    background-image: url(/index/images/arrow1_after.png)  ;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 130px 22px;
    transition: 0.7s;
}


/*-----------   YOUTUBE   -------------*/
.ms_yt{
    width:81px;
    background-color:#fff;
    color:#000;
    margin-bottom: 25px;
}

.yt_title .midashi{
    color:#fff;
}

.yt_title{
    background: url(../images/y_title_back.png?{0|rand:99999}) no-repeat  top center;
    height:330px;
    padding: 110px 0 100px;
}

.yt_main{
    margin:0 auto;
    overflow:auto;
    background: url(../images/dot_back.png?{0|rand:99999})  top center;
    padding:70px 0;
    scrollbar-width: none;
}
.yt_main a:hover{opacity:0.7;}

.yt_main p{
    margin:23px 0;
}

.yt_main a{
    width:212px;
    float:left;
    margin-right:17px;
    margin-bottom:32px;
}

.yt_main a:nth-child(4n){
    margin-right:0px;
}

.yt_area{
    width:900px;
    margin-inline:auto;
}

.yt_btn{
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    padding: 15px 45px;
    width: 210px !important;
    margin-right: 0 !important;
    margin-top: 40px;
    border-radius: 40px;
    margin-inline: auto;
    position: relative;
    left: 345px;
    background-image: url(/index/images/arrow2.png);
    background-size: 26px;
    background-position: 166px 20px;
    background-repeat: no-repeat;
}

.yt_btn:hover{
    background-size: 28px;
    background-position: 173px 20px;
    background-repeat: no-repeat;
    transition: 0.2s;
    color:#fff;
    opacity: 0.7; 
}

/*-----------   会社紹介   -------------*/
.ms_intro{
    width:90px;
    margin:0 0 15px;
}

.introduce{
    padding: 78px 0 94px;
    text-align: center;
    background: url(../images/intro_back.png?{0|rand:99999})  top center;
    background-color:#f5f5f5;
}

.introduce_inner{
    width: 900px;
    margin-inline: auto;
    background-color:#fff;
    padding:60px;
    text-align:left;
    border-radius:10px;
}

.intro_main img{
    float:left;
    width:331px;
}

.intro_main p{
    width:416px;
    float:right;
    line-height:26px;
}

.intro_main p span{
    font-weight:500;
    font-size:16px;
}

.intro_title{
    /*margin-bottom:43px;*/
    float:left;
}

.introduce_inner a{
    background-color: #f5f5f5;
    padding: 15px 45px;
    border-radius: 30px;
    position: relative;
    top: 37px;
    background-image: url(/index/images/arrow1.png);
    background-size: 15px;
    background-position: 120px 22px;
    background-repeat: no-repeat;
}

.introduce_inner a:hover{
    background-color:#000;
    color:#f5f5f5;
    padding: 15px 45px;
    border-radius: 30px;
    position: relative;
    top: 37px;
    background-image: url(/index/images/arrow1_after.png)  ;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 130px 22px;
    transition: 0.2s;
}

.ms_shop{
    width:55px;
    margin:0 auto 15px;
}

.i-txt{
    font-weight:bold;
    font-size:16px;
    margin:25px 0;
}


/*-----------   calendar  -------------*/
#calender {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    padding: 40px 0 0 ;
}
.calender {
    padding: 70px 0;
    text-align: center;
    background: url(../images/dot_back.png?{0|rand:99999})  top center;
    background-color:#f5f5f5;
    text-align:left;
}

.cal_inner{
    width:800px;
    margin:0 auto;
}

.category-search{
    text-align: center;
    background: #000;
    padding: 50px 0;
    color:#fff;
    padding: 50px 2.5% 50px 0;
}

.ms_cal{
    width:88px;
    margin:0 0 15px;
}

.cal_pt{
    justify-content: center;
    display: flex;
}

.cal{box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);}

/*---------------Ohirase---------------*/
.br_sp_only{ display: none;}
/*---------------holiday---------------*/
.holiday {
    padding: 20px 0;
    background: #fff;
    text-align: center;
}
.holiday .inner  {
    width: 1055px;
    width: 100%;
    margin: 0 auto;
    border: 4px solid #414f93;
    box-sizing: 2px 2px #000;
    padding: 25px 20px;
    box-sizing: border-box;
}
.holiday img {
    width: 1055px;
    width: 100%;
}
.yt_w{
    width:221px;
    padding:10px;
}

@media (max-width:1024px){
    .holiday {padding: 10px 15px;}
}

@media (max-width:980px){
    /*----------- calendar -----------*/
    .calendar_title{
        padding:20px 0 10px;
        background-color: #f2f2f2;
    }
    .calender {
        padding:-1px 0 160px;
        background: url(../images/dot_back.png) repeat top center;
    }
    .cal_pt {padding-top:0px;}
}

@media (max-width:780px){
    #slide{margin-bottom: 10px;}
    #calender img {width: 96%;}
}

@media (max-width:376px){
    .holiday {padding: 25px 0;}
    .holiday .inner  {
        padding: 20px 15px;
        box-sizing: border-box;
    }
}


/**************************************
    スマホレスポンシブ
***************************************/
@media (max-width:980px){
    .yt_w{
        width:100%;
    }
    p{font-size:14px;}
    .midashi{
        font-size:24px;
    }

    /*-----------   TOP  -------------*/
    .top_area{
        width:100%!important;
        max-width:100%!important;
        margin:0 auto;
        padding:0!important;
    }

    .top_area img{
        width:100%!important;
        max-width:100%!important;
        margin:0 auto;
        padding:0!important;
    }

    .swiper--wrapper {
        width: 100%;
        height: 300px;
    }
      
    .swiper-slide {
        color: #ffffff;
        width: 285px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
        height: 100%;
        text-align: center;
        text-align: center;
    }

    .top .swiper-slide{ 
        width:100%!important;
        justify-content: center;
        display: flex;
    }
    .top .swiper-slide:nth-child(odd){margin-right:0;}
    .top .swiper-slide img{width:100%;}
      
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        display:none;
    }

    .top_img{width:100%;}
     
    .top .swiper-button-next{display:block;}
    .top .swiper-button-prev{display:block;}

    .swiper{
        margin-left:0;
    }


    /*-----------   カスタムコンプリートカー  -------------*/
    .w_custom{
        width:90%;
        margin-inline:auto;
    }
    .w_custom_back {padding: 0px 0 80px;}

    .slide_inner {
        width:250px!important;
        height:375px;
        margin: 44px 40px 60px 40px;
    }

    .slide_inner {font-size:18px;}
    .slide_txt span {font-size:18px;}
    .slide_txt {
        padding:20px 14px;
        margin-top:0;
    }

    .scroll{
        bottom:-20px;
        right:0;
    }
    .scroll_btn {
        right:0;
        bottom:-16px;
    }

    .swiper-scrollbar {width: 100%!important;}
    .swiper-container {margin:70px auto 30px;}
    .used_car_sales_midashi{width:100%;}

    /*-----------   新車販売  -------------*/
    .newcar_inner{width:100%;}
    .newcar_title {width:100%;}
    .newcar_main img{
        width:80%;
        margin-left:10%;
        float:none;
    }

    .newcar{
        width:88%;
        margin:0 auto;
        padding:60px 0 0;
    }

    .scroll-infinity__item {
        height:79px;
        font-size: 75px;
        margin-top:100px;
        width: 1350px;
    }

    .newcar_inner a {
        background-color: #000;
        color: #fff;
        padding: 15px 69px;
        border-radius: 30px;
        position: relative;
        top: 60px;
        background-image: url(/index/images/arrow1_after.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 166px 22px;
        transition: 0.2s;
        left:20%;
    }

    /*-----------   中古車販売  -------------*/
    .used_car_sales img{
        width:80%;
        margin-left:10%;
    }
    .ucs_txt {
        line-height:30px;
        padding: 30px 0;
    }
    .used_car_sales {padding:55px 0;}


    /*-----------   お知らせ  -------------*/
    .news {padding:0;}

    .news_inner{
        width:90%;
        margin:0 auto 60px;
    }
    .news_main {
        width:100%;
        margin-right:0;
    }

    .news_main p {width:66%;}
    .news_main img {
        width:30%;
        margin-right:4%;
        height:auto;
    }

    .news_list{
        background-color: #000;
        color: #fff;
        padding: 15px 69px;
        border-radius: 30px;
        position: relative;
        top: 45px;
        background-image: url(/index/images/arrow1_after.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 166px 22px;
        transition: 0.2s;
        left:20%;
        width:208px;
    }


    /*-----------   youtube  -------------*/
    .yt_btn {
        margin-inline: auto;
        background-color: #000;
        padding: 15px 55px;
        border-radius: 30px;
        background-image: url(/index/images/arrow1_after.png);
        background-size: 20px;
        background-position: 169px 21px;
        background-repeat: no-repeat;
        text-align: center;
        width: 60% !important;
        margin: 20px auto 0;
        position: relative;
        left: 21%;
        /* float: none !important; */
    }

    .yt_title {
        background: url(../images/sp/y_title_back_sp.png?{0|rand:99999}) no-repeat top center;
        height: 0;
        padding: 50px 0 130px;
    }

    .yt_area{
        width:95%;
        margin-inline:auto;
    }

    .yt_main {padding: 70px 0 25px;}

    .yt_main a {
        width:47%;
        margin-right: 0;
    }

    .yt_main a:nth-child(odd) {margin-right: 6%;}

    .yt_main img {width:100%;}

    /*-----------   会社紹介  -------------*/
    .introduce_inner {
        width:90%;
        padding:0;
        background-color:transparent;
    }

    .introduce_inner a {
        background-color: #000;
        background-image: url(/index/images/arrow1_after.png);
        background-size: 20px;
        background-position: 165px 20px;
        width: 60%;
        text-align: center;
        color: #fff;
        margin: 0 auto;
    }

    .intro_main img{
        width:70%;
        margin-left:15%;
        margin-bottom: 30px;
    }
    .intro_main p {
        width:88%;
        margin:0 auto;
        clear:both;
        float:none;
        padding: 0px 0px 0px;
        margin: 20px auto;
    }

    .intro_main{
        background:#fff;
        border-radius:8px;
        padding: 40px 0;
        margin: 30px 0 0;
    }

    

    .intro_title{
        /*margin-bottom:43px;*/
        float:none;
        text-align:center;
    }

    .ms_intro {margin:0 auto 15px;}

    .introduce {
        padding: 78px 0 94px;
        text-align: center;
        background: url(../images/sp/intro_back_sp.png?{0|rand:99999}) bottom center;
    }


    /*-----------   店舗紹介  -------------*/
    .shop_detail_area {
        clear:both;
        padding: 0px;
        width:100%;
    }
    .shop_area  {
        width:85%;
        margin-inline:auto;
    }
    .shop_img_area {width:100%;}
    .shop_img_area iframe{width:100%;}
    .shop_detail_area p {padding: 5px;}
    .shop_area .midashi {text-align:left;}
    .ms_shop {margin: 0 0 15px;}

    /*-----------   カレンダー  -------------*/
    .cal_pt{
        width:90%;
        margin-inline:auto;
        margin-top: 35px;
        display:block
    }
    #cal0{margin-bottom:45px;}
    .cal_inner{width:90%;}
    .calender{text-align:center;}
    .ms_cal {margin:0 auto 15px;}

}