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

/* ---------------------specialgift共通----------------------- */
.post-body p .specialgift{
	margin: 0;
}
.specialgift {
	margin-bottom: -5%;
}
.specialgift > img{
	width: 100%;
}
.specialgift .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto !important;
}
.specialgift .mainvl {
	line-height: 0;
}

/* リード
------------------------------------------------------- */
.specialgift .read {
	line-height: 0;
}
.specialgift {
	padding-bottom: 5%;
}

/* プレゼント
------------------------------------------------------- */
.pre {
	padding: 70px 0;
}
.pre figure {
    position: relative;
    z-index: 1;
}
.pre .inner > p {
	position: relative;
    padding: 80px 0px 30px;
    color: #fff;
    margin-top: -70px;
    z-index: 0;
}
.pre .inner > p::before {
	background: #2996de;
    top: 0px;
    left: 0px;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}


/* 魅力
------------------------------------------------------- */
.charm {
	background: url(img/charm-bg.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.charm h2 {
	font-size: 4rem;
	font-weight: 400;
	text-align: center;
	line-height: 1;
}
.charm h2 span {
	display: block;
	font-size: .4em;
	margin-bottom: 7px;
}
.charm .charm-inr {
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
}
.charm .charm-inr .charm-cnt {
	width: 48%;
}
.charm .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.charm .youtube iframe {
  width: 100%;
  height: 100%;
}
.charm .charm-inr .charm-cnt h3 {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 400;
	margin-bottom: 10px;
}
.charm .charm-inr .charm-cnt p {
	text-align: center;
	margin-top: 10px;
}


/* color
------------------------------------------------------- */
.color {
	padding: 70px 0;
}
.color h2 {
	font-weight: 400;
	font-size: 3rem;
	text-align: center;
}
.color ul {
	margin-top: 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
}
.color ul li {
	width: 32%;
}

/* seino
------------------------------------------------------- */
.seino {
	background: url(img/seino-bg.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.seino .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
}
.seino .inner p {
	width: 48%;
}


/* lineup
------------------------------------------------------- */
.lineup {
	background: #0dbee8;
	padding: 50px 0;
}

/* 試乗車・軽自動車・購入資金
------------------------------------------------------- */
.specialgift .lineup-btn {
	display: flex;
	justify-content: space-between;
}
.specialgift .lineup-btn p {
	width: 48%;
}
.specialgift .shikin {
	line-height: 0;
}

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

/* btn
------------------------------------------------------- */
.specialgift .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-top: 3%;
}
.specialgift .news div {
	width: 49%;
}
.specialgift .news div {
	width: 49%;
}
.specialgift .news p.button1 a,
.specialgift .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;
}
.specialgift .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;
}
.specialgift .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;
}
.specialgift .news p.button1 a,
.specialgift .news p.button2 a{
	transition: ease all 0.3s;
}
.specialgift .news p.button1 a:hover,
.specialgift .news p.button2 a:hover{
	background: #c99e33;
}

@media screen and (max-width: 896px) {
	.specialgift {
		margin-bottom: -50px;
	}
	.specialgift .news{
		padding: 1px 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		padding-top: 5%;
	}
	.specialgift .news div{
		width: 100%;
	}
	.specialgift .news p.button1 a,
	.specialgift .news p.button2 a{
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px) {
	/* 乗用車・軽自動車 */
	.specialgift .lineup-btn {
		flex-direction: column;
		gap: 10px 0;
		margin-top: 20px;
	}
	.specialgift .lineup-btn p {
		width: 100%;
	}
	.lineup{
		padding: 20px 0 30px;
	}
	.pre {
    	padding: 30px 0;
	}
	.pre .inner > p {
		margin-top: -50px;
	    padding: 60px 0px 20px;
	}
	.charm {
		padding: 40px 0;
	}
	.charm h2 {
		font-size: 3rem;
	}
	.charm .charm-inr {
		flex-direction: column;
		gap: 20px 0;
		margin-top: 7%;
	}
	.charm .charm-inr .charm-cnt {
		width: 100%;
	}
	.charm .charm-inr .charm-cnt h3 {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
	.charm .charm-inr .charm-cnt p {
		margin-top: 5px;
	}
	.color {
 	   padding: 30px 0;
	}
	.color h2 {
		font-size: 2.3rem;
	}
	.color ul {
		gap: 10px 0;
	}
	.color ul li {
		width: 48%;
	}
	.seino {
		padding: 30px 0;
	}
	.seino .inner {
		gap: 10px 0;
	}
	.seino .inner p {
    	width: 100%;
	}
}


/* インスタ */
.insta {
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
    /* margin-bottom: 7%; */
    width: 90%;
    max-width: 1100px;
    margin: 5% auto 0;
}
.insta-list-cover {
	overflow-y: hidden;
    margin: 0 auto;
    height: 440px;
}
    .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;
    }
    /*ボタン*/
    
    .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: 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;
        }
    }