@charset "utf-8";
ul {
    list-style-type: none;
}
p {
  margin: 0;
}

/* ---------------------tohokulp共通----------------------- */
.post-body p .tohokulp{
  margin: 0;
}
.tohokulp img {
  display: block;
  width: 100%;
}
.tohokulp .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto !important;
}
.tohokulp .mainvl {
  line-height: 0;
}
.tohokulp > a {
  line-height: 0;
  display: block;
}
.btn-bg {
  background: #9ac5d9;
  padding-bottom: 30px;
}

/* mainvl
------------------------------------------------------- */
.mainvl {
  position: relative;
}

/*リード
-----------------------------------------*/
.tohokulp .read {
  padding-top: 70px;
  background-image: url(img/read_bg.webp);
  background-position: bottom right;
  background-size: cover;
}
.tohokulp .read p {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .tohokulp .read {
    padding-top: 30px;
  }
  .tohokulp .read p {
    width: 100%;
  }
}


/*グッズ
-----------------------------------------*/
.tohokulp .goods {
  padding-top: 70px;
  background-image: url(img/goods_bg.webp);
  background-position: bottom left;
  background-size: cover;
}
.tohokulp .goods .inner .note {
  width: 90%;
  margin: auto;
  padding-top: 1rem;
  text-align: left;
}
.tohokulp .goods .inner .note li {
  display: inline-block;
  font-size: clamp(10px,14/480*100vw,14px);
  text-align: left;
}
@media screen and (max-width: 480px) {
  .tohokulp .goods {
    padding-top: 30px;
  }
}

/*スペシャル即納車
-----------------------------------------*/
.tohokulp .special {
  position: relative;
  padding-top: 70px;
  background-image: url(img/special_bg.webp);
  background-position: top center;
  background-size: cover;
}
.tohokulp .special .sakura_left {
  position: absolute;
  top: 8%;
  left: 0;
  width: 15%;
  z-index: 1;
}
.tohokulp .special .special_ttl {
  position: relative;
  margin-bottom: 3%;
  padding: 2%;
  background-color: rgba(21, 119, 128, 0.5);
  border-radius: 50px;
}
.tohokulp .special .special_ttl p {
  margin: 0;
}
.tohokulp .special .special_ttl p img {
  width: 70%;
  margin: auto;
}
.tohokulp .special .special_ttl .sakura_right {
  position: absolute;
  top: -30%;
  right: -3%;
  width: 100px;
}
.tohokulp .special .inner .special_car {
  width: 70%;
  margin: auto;
  margin-bottom: 50px;
}
.tohokulp .special .inner .cer_area {}
.tohokulp .special .inner .cer_area .car_area_inner {
  position: relative;
  margin-bottom: 50px;
}
.tohokulp .special .inner .cer_area .car_area_inner .flex_box {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.tohokulp .special .inner .cer_area .car_area_inner .flex_box .img {
  width: 54%;
}
.tohokulp .special .inner .cer_area .car_area_inner .flex_box .video {
  width: 44%;
  border-radius: 50px;
}
.tohokulp .special .inner .cer_area .car_area_inner .flex_box .video iframe {
  aspect-ratio: 5 / 3;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.tohokulp .special .inner .cer_area .car_area_inner .btn {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
.tohokulp .special .inner .note {
  text-align: left;
}
.tohokulp .special .special_subttl {
  margin-bottom: 3%;
}
.tohokulp .special .special_subttl img {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .tohokulp .special {
    padding-top: 30px;
  }
  .tohokulp .special .sakura_left {
    position: absolute;
    top: 2%;
    left: 0;
    width: min(100/480*100vw,100px);
  }
  .tohokulp .special .special_ttl {
    margin-bottom: 5%;
  }
  .tohokulp .special .special_ttl .sakura_right {
    position: absolute;
    top: -30%;
    right: -3%;
    width: min(60/480*100vw,60px);
  }
  .tohokulp .special .special_subttl {
    margin-bottom: 5%;
  }
  .tohokulp .special .special_subttl img {
    width: 90%;
  }
  .tohokulp .special .inner .cer_area .car_area_inner {
    margin-bottom: 30px;
  }
  .tohokulp .special .inner .cer_area .car_area_inner .flex_box .video iframe {
    border-radius: min(15/480*100vw,15px);
  }
  .tohokulp .special .inner .special_car {
    width: 100%;
    margin-bottom: 5%;
  }
}


/* aタグhover
------------------------------------------------------- */
.tohokulp a:hover img{
  opacity: 0.7;
}

/* btn
------------------------------------------------------- */
.tohokulp .news {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 18px;
  align-items: center;
  padding: 70px 0;
}
.tohokulp .news div {
  width: 49%;
}
.tohokulp .news .btn-deco3 {
  width: 100%;
}
.tohokulp .news p.button1 a,
.tohokulp .news p.button2 a {
  box-sizing: border-box;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 20px;
  background-color: #b00a0b;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .tohokulp .news p.button1 a,
  .tohokulp .news p.button2 a {
    margin: 0;
    padding: 10px 40px;
  }
}
.tohokulp .btn-deco1 a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  background-image: url("img/btn-shop.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.tohokulp .btn-deco2 a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 14px;
  background-image: url("img/btn-sijo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.tohokulp .news p.button1 a,
.tohokulp .news p.button2 a{
  transition: ease all 0.3s;
}
.tohokulp .news p.button1 a:hover,
.tohokulp .news p.button2 a:hover{
  background: #D05B2B;
}

.movie-wrap{
  width:100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  margin: 70px auto 60px auto;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1024px) {
  .tohokulp .news{
    padding: 1px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10%;
  }
  .tohokulp .news div{
    width: 100%;
  }
  .tohokulp .news p.button1 a,
  .tohokulp .news p.button2 a{
    font-size: 1.1em;
  }
}
.spview {
  display: none;
}
@media screen and (max-width: 480px) {
  .spview {
    display: block;
  }
  .zanka_list {
    padding: 10% 0;
  }
  .zanka_list h2 {
    font-size: 18px;
  }
  .zanka_list_ttl_txt {
    padding: 20px 0;
    font-size: 14px;
  }
  .zanka_list-fl {
    padding-bottom: 3%;
  }
  .gra {
    padding: 10% 0;
  }

  .gra h2 {
    margin-bottom: 10px;
  }

  .lineup {
  }

  .lineup-fl {
    margin-top: 15px;
  }

  .lineup img {
    margin: 20px 0px 20px 0px;
  }

  .lineup-inner{
    width: 90%;
  }

  .bnr-kuruma {
    width: 90%;
  }

  .btn-deco2 {
    margin: 0;
  }
}

    /*ボタン*/

    .btn2 {
        width: 60%;
        margin: 0 auto;
    }

    .btn2 a {
        text-decoration: none;
        display: block;
        background: #1662A3;
        border: 2px solid #1662A3;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 1.1em;
        padding: 15px 0;
        transition: ease all 0.3s;
        letter-spacing: 2px;
        margin-top: 5%;
    }

    .btn2 a:hover {
        background: #fff;
        color: #1662A3;
    }

    .btn2 {
        width: 60%;
        margin: 0 auto;
        position: relative;
    }

    .btn2::after {
        content: '';
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
    }


    .btn2:hover::after {
        border-top: solid 2px #1662A3;
        border-right: solid 2px #1662A3;
    }

    @media screen and (max-width: 480px) {
        /* インスタ */
        .insta {
            padding: 50px 0;
        }
        .insta h2 {
          font-size: 1.5rem !important;
          width: 100% !important;
        }
        .insta-list-cover {
            width: 90%;
            overflow-x: scroll;
            overflow-y: hidden;
            margin: 0 auto;
            height: 410px;
            margin-bottom: 5%;
        }
        .insta-list {
            column-count: 3;
            width: 900px;
            padding: 7% 0;
        }
        .btn2 {
            width: 100%;
            margin: 0 auto;
        }
    }


    .subaroad {
      margin: auto;
      padding-top: 70px;
      width: 70%;
    }
    @media screen and (max-width: 480px) {
      .subaroad {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        padding-top: 40px;
      }

      .btn2 a {
        margin-top: 15%;
    }

    .video_area {
      width: 80%;
    }
    }


.event-text {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .event-text {
    width: 90%;
  }
}

.note{
  font-size: .8rem;
  margin: 0 auto;
  text-align: center;
}
.note-box {
  margin: 70px 0 20px 0;
}

footer {
  margin-top: 0;
}

/* 中古車
-----------------------------------------*/
.ucar .ucar_inner .ucar_link {
	display: block;
	line-height: 0;
	width: 50%;
	margin: 0 auto;
	padding-top: 70px;
}
.ucar .ucar_inner .ucar_link a {
  display: inline-block;
  margin-bottom: 20px;
}
.ucar .ucar_inner .ucar_link a:first-of-type {
  margin-bottom: 15px;
}
.ucar .ucar_inner .flex_box {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  background: #0b94c0;
}
.ucar .ucar_inner .flex_box div {
  width: 48%;
}
.ucar .ucar_inner .flex_box .ttl {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.ucar .ucar_inner .flex_box .txt img {
  width: 65%;
  margin: auto;
  margin-top: 20%;
}
@media screen and (max-width: 1024px) {
  .ucar .ucar_inner .news {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .ucar {
    padding-bottom: 30px;
  }
  .ucar .ucar_inner .ucar_link {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .ucar .ucar_inner .ucar_link a {
    display: inline-block;
    width: 70%;
    margin-bottom: 0;
  }
  .ucar .ucar_inner .ucar_link a:first-of-type {
    margin-bottom: 10px;
  }
  .ucar .ucar_inner .flex_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ucar .ucar_inner .flex_box div {
    width: 100%;
  }
  .ucar .ucar_inner .flex_box .ttl {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  .ucar .ucar_inner .flex_box .txt img {
    width: 90%;
    margin: auto;
    margin-top: 20%;
    margin-bottom: 10%;
  }
}

.joyo {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .joyo {
    width: 90%;
    margin: auto;
  }
}
.bnr .video {
  width: 80%;
  margin: auto;
  padding: 70px 0;
}
.bnr .video iframe {
  aspect-ratio: 5 / 3;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .bnr .video {
    width: 90%;
    padding: 30px 0;
  }
}