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

.mainvl {
  margin-top: 80px;
  line-height: 0;
}
@media screen and (max-width: 480px) {
  .mainvl {
    margin-top: 60px;
  }
}

/* ---------------------event240617共通----------------------- */
.post-body p .event240617{
  margin: 0;
}
.event240617 {
  padding-top: 0px;
}
.event240617 img {
  display: block;
  width: 100%;
}
.event240617 .inner{
  width: 90%;
	max-width: 1250px;
  margin: 0 auto !important;
}
.note{
  font-size: .8rem;
  margin: 0 auto;
  text-align: center;
}
.note-box {
  margin: 70px 0 20px 0;
}
footer {
  margin-top: 0;
}
.video {
	margin: 50px 0;
}
.video iframe {
	aspect-ratio: 5 / 3;
	width: 100%;
	height: 100%;
}
.tb_only,
.sp_only {
	display: none;
}
@media screen and (max-width: 896px) {
	.tb_only {
  display: block;
}
}
@media screen and (max-width: 480px) {
  .video {
    margin: 0;
  }
	.sp_only {
		display: block;
	}
  .pc_only {
    display: none;
}
}

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

/* btn
------------------------------------------------------- */
.event240617 .event_btn {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 18px;
  align-items: center;
	padding-top: 30px;
}
.event240617 .item .event_btn {
	justify-content: center;
}
.event240617 .event_btn div {
  width: 49%;
}
.event240617 .event_btn div {
	width: 49%;
}
.event240617 .event_btn p.button1 a,
.event240617 .event_btn 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;
}
.event240617 .btn-deco1 a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  background-image: url("../btn-shop.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.event240617 .btn-deco2 a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 14px;
  background-image: url("../btn-sijo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.event240617 .event_btn p.button1 a,
.event240617 .event_btn p.button2 a{
  transition: ease all 0.3s;
}
.event240617 .event_btn p.button1 a:hover,
.event240617 .event_btn 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: 896px) {
	.event240617 .event_btn{
		padding: 1px 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.event240617 .event_btn div{
		width: 100%;
	}
	.event240617 .event_btn p.button1 a,
	.event240617 .event_btn p.button2 a{
		font-size: 1.1em;
	}
}

/* btn
------------------------------------------------------- */
.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: 896px) {
  .btn2 a {
    margin: 5% 0 30px;
  }
  .insta-list-cover {
    width: 90%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto;
    height: 410px;
    margin-bottom: 5%;
  }
}

/* インスタ
------------------------------------------------------- */
.insta {
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
  margin: 1% auto 0;
}
.insta-list-cover {
  overflow-y: hidden;
	margin: 0 auto;
	height: 500px;
}
.insta h2 {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	font-size: 2rem !important;
	padding-bottom: 10px !important;
}
.insta > p {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}
.insta-list {
	column-count: 3;
	width: 85%;
	margin: 0 auto;
	padding: 3% 0;
}
.insta-list .item-insta {
	break-inside: avoid;
	gap: 20px;
	width: 100%;
}
/*インスタのminwidthを強制的に変更*/
iframe.instagram-media.instagram-media-rendered {
	min-width: 100% !important;
}
@media screen and (max-width: 480px) {
  /* インスタ */
  .insta {
    padding: 30px 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;
  }
}

/* 中古車
-----------------------------------------*/
.ucar .ucar_inner .ucar_link {
	display: block;
	line-height: 0;
	width: 50%;
	margin: 0 auto;
	padding: 30px 0 10px;
  text-align: center;
}
.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;
    padding-bottom: 0;
  }
  .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%;
  }
}



/* giftee */
.event240617 .giftee {
  background-image: url(img/gift-bg.webp);
  background-size: cover;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .event240617 .giftee {
    padding-bottom: 50px;
  }
  .event240617 .giftee .event_btn {
    padding-top: 30px;
  }
}

/* carlineup */
.event240617 .carlineup {
  background-image: url(img/lineup-bg.webp);
  background-size: cover;
  background-position: top center;
}
.event240617 .carlineup .inner .lineup_ttl {
  width: 30%;
  margin: auto;
  padding: 80px 0;
}
.event240617 .carlineup .inner .lineup_subttl {
  margin-bottom: 30px;
}
.event240617 .carlineup .inner .lineup_car {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.event240617 .carlineup .inner .lineup_bnr {
  width: 50%;
  margin: 60px auto 30px;
}
.event240617 .carlineup .event_btn {
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .event240617 .carlineup .inner .lineup_ttl {
    width: 100%;
    padding: 50px 0;
  }
  .event240617 .carlineup .inner .lineup_car {
    gap: 30px;
  }
  .event240617 .carlineup .inner .lineup_bnr {
    width: 100%;
  }
  .event240617 .carlineup .event_btn {
    padding-bottom: 50px;
  }
}

/* premium */
.premium .inner {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .premium .inner {
    padding: 50px 0;
  }
}