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

/* ---------------------prezentcmp共通----------------------- */
.post-body p .prezentcmp{
	margin: 0;
}
.prezentcmp {
	margin-bottom: -5%;
}
.prezentcmp > img{
	width: 100%;
}
.prezentcmp .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto !important;
}
.prezentcmp .mainvl {
	line-height: 0;
}
.prezentcmp p {
	font-weight: 400;
}
.prezentcmp h1 {
	margin: 0;
    letter-spacing: 0;
}
.prezentcmp .car-margin {
	padding-bottom: 30px;
}

/* リード文
------------------------------------------------------- */
.prezentcmp .read {
	background: url("img/deco.svg"),url("img/rerd-bg.jpg");
	background-repeat: no-repeat,no-repeat;
	background-size: contain,cover;
	background-position: center bottom,center;
	padding: 22% 20% 18%;
}
.prezentcmp .read h2,
.prezentcmp .read p {
	text-align: center;
}
.prezentcmp .read h2 {
	padding-bottom: 40px;
	font-weight: 500;
	font-size: 2rem;
}
.prezentcmp .read p {
	font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 500;
}
.prezentcmp .read p:last-of-type {
	padding-top: 15px;
}


/* プレゼントキャンペーン
------------------------------------------------------- */
.prezentcmp .overview {
	background: rgb(220,234,240);
	background: linear-gradient(230deg, rgba(220,234,240,1) 0%, rgba(245,237,240,1) 100%);
	padding: 70px 0;
}
.prezentcmp .overview .insta {
	width: 30%;
	margin: 0 auto;
}
.prezentcmp .overview h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 120px;
    text-align: center;
}
.prezentcmp .overview h2::before {
    content: "";
    width: 35px;
    height: 35px;
    background: url(img/deco-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.precautions {
    border: 1px solid #71AEE5;
    margin-top: 50px;
    background: #fff;
}
.precautions h5 {
    background: #71AEE5;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 20px 7px;
    display: inline-block;
    letter-spacing: 1px;
}
.precautions ul {
    list-style-type: none;
    margin: 20px 20px 20px 2em;
}
.precautions ul li {
    text-indent: -1em;
    font-size: 13px;
}
.precautions ul li::before {
    content: "※";
}




/* プレゼントキャンペーン概要 */
.prezentcmp .overview .pre-cmp p {
	text-align: center;
	line-height: 1.8;
	font-size: 1.1rem;
}
.prezentcmp .overview .pre-cmp p:nth-of-type(2) {
	margin: 20px 0 60px ;
}
.prezentcmp .overview .pre-cmp a {
	display: block;
	width: 70%;
	margin: 0 auto;
	color: #fff;
	background: #71AEE5;
	border: 2px solid #71AEE5;
	border-radius: 40px;
	padding: 10px 0;
	text-decoration: none;
	transition: .6s;
}
.prezentcmp .overview .pre-cmp a:hover {
	color: #71AEE5;
	background: #fff;
}
/* 応募方法 */
.prezentcmp .overview .pre-app h3 {
	text-align: center;
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: 500;
}
.prezentcmp .overview .pre-app h3 span {
	content: "";
    font-size: 14px;
    background: #71AEE5;
    color: #FFF;
    font-weight: 400;
    display: block;
    width: 120px;
    margin: 0 auto 20px;
    padding: 5px 0 7px 0;
}
.prezentcmp .overview .pre-app .step {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.prezentcmp .overview .pre-app .step div {
    width: 32%;
    background: url(img/photo-bg.jpg) repeat-y;
    background-size: 100%;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.7;
}
.prezentcmp .overview .pre-app .step h4 {
    width: 55%;
    margin: -40px auto 30px;
}
.prezentcmp .overview .pre-app .step div .icon {
    width: 23%;
    margin: 20px auto;
    min-height: 60px;
}
.prezentcmp .overview .pre-app .step div .image {
    margin: 20px auto 0;
}
.prezentcmp .overview .pre-app .step div span {
    display: block;
    font-size: 13px;
    margin: 10px 0 0 0;
}
.prezentcmp .overview .pre-app .step div span.color {
    display: inline;
    color: #72ade5;
}
.prezentcmp .overview .pre-app .step div:first-of-type .icon {
    width: 20%;
}
.prezentcmp .overview .pre-app .step div:last-of-type .icon {
    width: 80%;
    padding-top: 7px;
}
.prezentcmp .overview .pre-app .step div:first-of-type .image {
    width: 50%;
}
.prezentcmp .overview .pre-app a {
	color: #000;
}
/* ご当選プレゼント */
.prezentcmp .overview .pre-pre .pre-menu {
	background: #fff;
	padding: 40px;
	margin-top: 90px;
}
.prezentcmp .overview .pre-pre h3 {
	padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}
.prezentcmp .overview .pre-pre h3 span {
    display: block;
    width: 100px;
    margin: -90px auto 40px;
}
.prezentcmp .overview .pre-pre h4 {
	text-align: center;
	min-height: 55px;
	position: relative
}
.prezentcmp .overview .pre-pre h4::after {
    content: "";
    width: 25%;
    height: 4px;
    background: #71AEE5;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.prezentcmp .overview .pre-pre .pre-menu .pre-cnt {
	display: flex;
	justify-content: space-between;
}
.prezentcmp .overview .pre-pre .pre-menu .pre-cnt div {
	width: 32%;
}
.prezentcmp .overview .pre-pre .pre-menu .pre-cnt p:last-of-type {
	margin-top: 30px;
}
.prezentcmp .overview .pre-pre p span {
	display: block;
    font-size: .8em;
    margin-top: 10px;
}
.prezentcmp .overview .pre-pre .pre-menu .pre-cnt .image {
	position: relative;
}
.prezentcmp .overview .pre-pre .pre-menu .pre-cnt div:nth-of-type(2) .image::before {
	content: "";
    width: 12%;
    height: 12%;
    background: url(img/pre-deco.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
}
.prezentcmp .overview .pre-pre .pre-menu .pre-cnt div:nth-of-type(2) .image::after {
	content: "";
    width: 12%;
    height: 12%;
    background: url(img/pre-deco.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
}

/* 当選のご連絡 */
.pre-contact p {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.8;
}
/* ご注意事項 */
.pre-notes .whbox {
	background: #fff;
	padding: 30px 40px;
}
.pre-notes .whbox ul {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
.pre-notes .whbox ul li::before {
    content: "・";
}
.pre-notes .whbox div:nth-of-type(1) {
	margin: 20px 5px;
}
.pre-notes .whbox div:nth-of-type(2) {
	margin: 10px 0 5px;
}
.pre-notes .whbox div:nth-of-type(2) h3 {
	margin-bottom: 10px;
}
.pre-notes .whbox div p {
	margin: 5px 0 10px;
}
.pre-notes .whbox ul.url {
	flex-direction: inherit;
	flex-wrap: wrap;
	gap:  7px 1rem;
}
.pre-notes .whbox ul.url li::before {
    content: "";
}
.pre-notes .whbox ul.url a{
	color: #000
}
.pre-notes .whbox p {
	text-indent: 0em;
	margin-top: 5px;
}
.pre-notes .whbox ul li ul li {
	text-indent: 1em;
}
.pre-notes .whbox ul li ul {
	margin-bottom: 5px
}
/*  */
.prezentcmp .overview .news {
	margin-top: 30px;
}



/* SUV車種比較
------------------------------------------------------- */
.prezentcmp .foresteer {
	padding: 70px 0;
	background: rgb(3,17,33);
	background: linear-gradient(150deg, rgba(3,17,33,1) 0%, rgba(0,0,0,1) 100%);
	
}


/* SUBARU SUVの走行性能
------------------------------------------------------- */
.prezentcmp .lineup {
	background: url("img/lineup-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.prezentcmp .lineup h2 {
	width: 30%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.prezentcmp .lineup .whbox {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
.prezentcmp .lineup .whbox .car {
	width: 48%;
}
.prezentcmp .lineup .btn {
	padding-bottom: 20px;
}

/* キャンペーン
------------------------------------------------------- */
.prezentcmp .campaign {
	background: url("img/shikipre-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.prezentcmp .campaign .news {
	padding-top: 20px;
}

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

/* btn
------------------------------------------------------- */
.prezentcmp .news {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 18px;
	align-items: center;
}
.prezentcmp .news div {
	width: 49%;
}
.prezentcmp .news div {
	width: 49%;
}
.prezentcmp .news p.button1 a,
.prezentcmp .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;
}
.prezentcmp .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;
}
.prezentcmp .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;
}
.prezentcmp .news p.button1 a,
.prezentcmp .news p.button2 a{
	transition: ease all 0.3s;
}
.prezentcmp .news p.button1 a:hover,
.prezentcmp .news p.button2 a:hover{
	background: #d45757;
}

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

@media screen and (max-width: 480px) {
	.prezentcmp .foresteer {
		padding: 30px 0;
	}
	.prezentcmp .lineup {
		padding: 30px 0;
	}
	.prezentcmp .lineup h2 {
		width: 40%;
		margin-bottom: 15px;
	}
	.prezentcmp .lineup .whbox {
		padding: 20px;
		gap: 13px 0;
	}
	.prezentcmp .lineup .btn {
		padding-bottom: 10px;
	}
	.prezentcmp .car-margin {
		padding-bottom: 20px;
	}
	.prezentcmp .campaign {
		padding: 30px 0;
	}
	/* プレゼントキャンペーン */
	.prezentcmp .overview {
		padding: 40px 0;
	}
	.prezentcmp .overview .insta {
		width: 50%;
	}
	.prezentcmp .overview h2 {
		font-size: 1.3em;
		margin-top: 90px;
		margin-bottom: 30px;
	}
	.prezentcmp .overview h2::before {
    	width: 25px;
		height: 25px;
		top: -40px;
	}
	
	/* リード文 */
	.prezentcmp .read {
	background: url("img/deco.svg"),url("img/rerd-bg-sp.jpg");
	background-repeat: no-repeat,no-repeat;
	background-size: contain,cover;
	background-position: center bottom,center;
	padding: 20% 10% 20%;

}
	.prezentcmp .read h2 {
		padding-bottom: 30px;
		font-size: 1.5rem;
	}
	.prezentcmp .read p {
		font-size: 12px;
		line-height: 1.7;
		font-weight: 400;
	}
	.prezentcmp .overview .pre-cmp p {
    	text-align: center;
		line-height: 1.6;
		font-size: 13px;
	}
	.prezentcmp .overview .pre-cmp p:nth-of-type(2) {
    	margin: 20px 0 40px;
	}
	.prezentcmp .overview .pre-app h3 {
		font-size: 15px;
	}
	.prezentcmp .overview .pre-app h3 span {
		font-size: 12px;
	}
	.prezentcmp .overview .pre-app .step {
		flex-direction: column;
		gap: 40px 0;
	}
	.prezentcmp .overview .pre-app .step div {
		width: 100%;
	}
	.prezentcmp .overview .pre-app .step h4 {
    	width: 55%;
		margin: -40px auto 10px;
	}
	.prezentcmp .overview .pre-app .step div .icon {
		margin: 10px auto;
	}
	.prezentcmp .overview .pre-pre h3 {
		width: 90%;
	}
	.prezentcmp .overview .pre-pre h3 span {
		margin: -80px auto 20px;
	}
	.prezentcmp .overview .pre-pre .pre-menu .pre-cnt {
		flex-direction: column;
		gap: 30px 0;
	}
	.prezentcmp .overview .pre-pre .pre-menu .pre-cnt div {
    	width: 100%;
    	position: relative;
	}
	.prezentcmp .overview .pre-pre h4 {
		font-size: 1rem;
		min-height: 45px;
		margin-top: 20px;
	}
	.prezentcmp .overview .pre-pre .pre-menu .pre-cnt p:last-of-type {
		margin-top: 20px;
	}
	.prezentcmp .overview .pre-pre .pre-menu .pre-cnt div:nth-of-type(2) .image::before {
    	top: -17%;
		left: 50%;
		transform: translateX(-50%);
	}
	.prezentcmp .overview .pre-pre .pre-menu .pre-cnt div:nth-of-type(2) .image::after {
		display: none;
	}
	.prezentcmp .overview .pre-pre .pre-menu .pre-cnt div:nth-of-type(2)::after {
		content: "";
		width: 12%;
		height: 6.8%;
		background: url(img/pre-deco.svg) no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: -10%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 999;
	}
/*
	.prezentcmp .overview .pre-pre .pre-menu .pre-cnt div:nth-of-type(2) .image::after {
    	bottom: -91%;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		z-index: 1;
	}
*/
	.prezentcmp .overview .pre-pre .pre-menu .pre-cnt div:nth-of-type(2) .image {
		margin: 40px 0 0;
	}
	.prezentcmp .overview .pre-pre .pre-menu {
		margin-top: 70px;
	}
	pre-contact p {
    	font-size: 12px;
		line-height: 1.6;
	}
	.prezentcmp .overview .pre-app .step div span {
		font-size: .9em;
	}
	.pre-notes .whbox ul li {
    	text-indent: -1em;
	}
	.pre-contact p {
		font-size: 12px;
		letter-spacing: 1.6;
	}
}