@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 .pre {
	background: url("img/pre-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
/* プレゼント
------------------------------------------------------- */
.specialgift .car {
	background: url("img/car-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.specialgift .car h2 {
	width: 50%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.specialgift .car .car-ineer {
    line-height: 0;
}
.specialgift .car .car-ineer:nth-of-type(1),
.specialgift .car .car-ineer:nth-of-type(2) {
	margin-bottom: 30px;
}
/* プレゼント
------------------------------------------------------- */
.specialgift .lineup {
	background: url("img/lineup-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.specialgift .lineup h2 {
	width: 60%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.specialgift .lineup .lineup-inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.specialgift .lineup .lineup-inner p {
	width: 48%;
}
.specialgift .lineup .lineup-inner p a img {
	transform: scale(1);
    transition: ease all 0.3s;
    opacity: 1 !important;
}
.specialgift .lineup .lineup-inner p a img:hover {
    transform: scale(1.03);
    opacity: 1 !important;
}


/* rex
------------------------------------------------------- */
.specialgift .rex {
	background: url("img/rex-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.specialgift .rex .rex-read {
	margin: 20px 0 40px;
}
.specialgift .rex .rex-cnt {
	padding-bottom: 45px;
}
.specialgift .rex .rex-box1 {
	display: flex;
	justify-content: space-between;
}
.specialgift .rex .rex-box1 .rex-txt {
	width: 35%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.1rem;
    font-weight: 400;
}
.specialgift .rex .rex-box1 .rex-img {
	width: 64%;
}
.specialgift .rex .rex-box1 h3 {
	width: 70%;
}
.specialgift .rex .flex {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.specialgift .rex .flex div {
	width: 48%
}
.specialgift .rex .flex div:nth-of-type {
	padding-right: 20px;
}
.specialgift .rex .flex div p:nth-of-type(1) {
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 15px;s
}
.specialgift .rex .flex div img {
	margin-top: -80px;
}
.specialgift .rex .rex-box2 {
	display: flex;
	justify-content: space-between;
}
.specialgift .rex .rex-box2 > div {
	width: 50%;
}
.specialgift .rex .rex-box2 h3 {
	width: 40%;
}
.specialgift .rex .rex-box2 .rex-txt {
	padding-right: 20px;
}
.specialgift .rex .rex-box2:last-of-type .rex-txt {
	padding-right: 0;
}
.specialgift .rex ol li {
	list-style: none;
	font-size: .8em;
}
.specialgift .rex .rex-box2 p {
	font-size: 1.1rem;
	margin-bottom: 20px;
}
.specialgift .rex .rex-box2 .rex-txt div {
    width: 70%;
}
.specialgift .rex .rex-box2.utility .rex-txt .bold {
	font-size: 1.1rem;
	font-weight: 400;
}


/* 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: #bb0000;
	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: #d45757;
}

@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 .pre {
		padding: 40px 0;
	}
	/* クロストレック */
	.specialgift .car {
		padding: 40px 0;
	}
	.specialgift .car h2 {
		width: 80%;
		padding-bottom: 20px;
	}
	.specialgift .car .car-ineer:nth-of-type(1),
	.specialgift .car .car-ineer:nth-of-type(2) {
		margin-bottom: 15px;
	}
	/* カーラインアップ */
	.specialgift .lineup {
		padding: 40px 0;
	}
	.specialgift .lineup h2 {
		width: 80%;
		padding-bottom: 20px;
	}
	.specialgift .lineup .lineup-inner {
		gap: 10px 0;
	}
	.specialgift .lineup .lineup-inner p {
		width: 100%;
	}
	/* rex */
	.specialgift .rex {
		padding: 40px 0;
	}
	.specialgift .rex .rex-box1 {
		flex-direction: column;
	}
	.specialgift .rex .rex-box1 .rex-txt {
		width: 100%;
	}
	.specialgift .rex .rex-box1 h3 {
		width: 40%;
	}
	.specialgift .rex .rex-box1 .rex-txt p{
		margin: 10px 0 15px;
	}
	.specialgift .rex .rex-box1 .rex-img {
		width: 100%;
	}
	.specialgift .rex .flex {
		flex-direction: column;
	}
	.specialgift .rex .flex div {
		width: 100%;
	}
	.specialgift .rex .flex div img {
		margin-top: 0;
	}
	.specialgift .rex .rex-box2 {
		flex-direction: column;
		gap: 20px 0;
	}
	.specialgift .rex .rex-box2 .rex-txt {
		padding-right: 0;
		line-height: 1;
	}
	.specialgift .rex .rex-box2 > div {
		width: 100%;
	}
	.specialgift .rex .rex-box2 h3 {
		width: 35%;
	}
	.specialgift .rex .rex-box2 .rex-txt p:nth-of-type(1) {
		margin-top: 10px;
	}
	.specialgift .rex .rex-box2:last-of-type {
		gap: 0;
	}
	.specialgift .rex .rex-box2:last-of-type div {
		line-height: 0;
	}
	.specialgift .rex .rex-cnt {
    	padding-bottom: 30px;
	}
	
	.specialgift .rex .rex-read {
	    margin: 20px 0 30px;
	}
}

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