@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;
}

/* mainvl
------------------------------------------------------- */
.mainvl {
	position: relative;
}
.mainvl::before {
	content: "";
    background: url(img/mainvl-deco01.png) no-repeat;
    background-size: contain;
    display: block;
    width: 22%;
    height: 37%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.mainvl::after {
	content: "";
    background: url(img/mainvl-deco02.png) no-repeat;
    background-size: contain;
    display: block;
    width: 25%;
    height: 32%;
    position: absolute;
    right: 3%;
    bottom: -10%;
    z-index: 10;
}

/* read
------------------------------------------------------- */
.read {
	background: #eef3f7;
	padding: 3% 0 5%;
	position: relative;
}
.read::after {
	content: "";
    background: url(img/read-deco.svg) no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.read .inner {
	position: relative;
	z-index: 10;
}
.read h2 {
	font-size: 3rem;
    text-align: center;
    font-weight: 300;
}
.read .read-txt {
	text-align: center;
    line-height: 2.5;
    margin: 3% 0 7%;
}
.read h3 {
	font-size: 2rem;
    font-weight: 300;
    display: flex;
    gap: 0 10px;
    justify-content: center;
}
.read h3::before {
	content: "＼";
}
.read h3::after {
	content: "／";
}
.read ul {
	display: flex;
    margin: 3% 0 2%;
}
.read .read-btn {
	width: 50%;
	margin: 0 auto;
}
.read .read-btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #db0000;
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 999px;
	border: 2px solid #db0000;
	transition: .4s;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 1.2rem;
}
.read .read-btn a::after {
	content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 0px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: .4s;
}
.read .read-btn a::before {
	content: "";
    width: 9px;
}
.read .read-btn a:hover {
	background: #fff;
	color: #db0000;
}
.read .read-btn a:hover::after {
	border-top: 2px solid #db0000;
    border-right: 2px solid #db0000;
}

/* cmp
------------------------------------------------------- */
.cmp {
	background: url(img/gftee-bg.jpg) no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.cmp .cmp-box {
	background: #002c83;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	border-radius: 999px;
	width: 45%;
	margin: 0 auto 1%;
}
.cmp .cmp-color {
	text-align: center;
	color: #002c83;
	font-size: 1.6rem;
	font-weight: 700;
}
.cmp h2 {
	text-align: center;
	color: #002c83;
	font-size: clamp(2rem, -0.411rem + 7.14vw, 4.5rem);
	font-weight: 700;
	margin-bottom: 2%;
	position: relative;
}
.cmp h2::before {
    content: "";
    background: url(img/taikan-ttl-deco.svg) no-repeat;
    background-size: contain;
    width: 8%;
    height: 68%;
    position: absolute;
    left: 0;
    top: -40%;
}
.cmp h2::after {
	content: "";
    background: url(img/taikan-ttl-deco.svg) no-repeat;
    background-size: contain;
    width: 8%;
    height: 68%;
    position: absolute;
    right: 0;
    top: -40%;
    transform: scale(-1, 1);
}
.cmp h2 span {
	display: block;
	font-size: 1.4rem;
}
.cmp .cmp-txt-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    background: #fff;
    border-radius: 999px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.cmp .cmp-txt-box span {
	font-weight: 500;
	font-size: 1.3rem;
	width: fit-content;
}
.cmp .cmp-txt-box img {
	width: 20%;
}
.cmp dl {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	width: 50%;
	margin: 2% auto;
}
.cmp dl div {
	display: flex;
	justify-content: center;
}
.cmp dl dt {
	background: #002c83;
	color: #fff;
	border-radius: 999px 0 0 999px;
	width: 20%;
	text-align: center;
	padding: 5px 0;
}
.cmp dl dd {
	background: #fff;
	color: #002c83;
	border-radius: 0 999px 999px 0;
	width: 60%;
	padding: 5px 10px;
	font-weight: 500;
}
.cmp .normal-txt {
	width: fit-content;
	margin: 0 auto 2%;
	font-weight: 500;
}
.cmp .cmp-gfteebox {
	margin: 0 auto;
}

/* ギフトポイントの取得方法
-----------------------------------------*/
.cmp .giftee-point {
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	margin: 7% auto 0;
}
.cmp .giftee-point h3 {
	width: 45%;
    margin: -60px auto 2%;
}
.cmp .giftee-point > p {
	text-align: center;
}
.cmp .giftee-point .flow h4,
.cmp .giftee-point .acc h4 {
	text-align: center;
    font-size: 1.5rem;
    color: #002c83;
    font-weight: 600;
    position: relative;
    margin: 3% 0 20px;
}
.cmp .giftee-point .flow h4::after,
.cmp .giftee-point .acc h4::after {
	content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 100%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-image: radial-gradient(circle at center, #002c83 30%, transparent 30%);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 0.6em 0.6em;
    height: 12px;
}
.cmp .giftee-point .flow > p {
	color: #002c83;
	font-weight: 500;
}
.cmp .giftee-point .flow ol {
	display: flex;
	justify-content: space-between;
	margin-top: 2%;
}
.cmp .giftee-point .flow ol li {
	list-style: none;
    width: 16%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px 0;
}
.cmp .giftee-point .flow ol li .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.cmp .giftee-point .flow ol li .txt::before {
	content: "";
	background: url(img/gftee-nbr01.svg) no-repeat;
	background-size: contain;
	width: 25px;
    height: 25px;
	display: block;
}
.cmp .giftee-point .flow ol li:nth-of-type(2) .txt::before {
	background: url(img/gftee-nbr02.svg) no-repeat;
	background-size: contain;
	height: 35px;
}
.cmp .giftee-point .flow ol li:nth-of-type(3) .txt::before {
	background: url(img/gftee-nbr03.svg) no-repeat;
	background-size: contain;
}
.cmp .giftee-point .flow ol li:nth-of-type(4) .txt::before {
	background: url(img/gftee-nbr04.svg) no-repeat;
	background-size: contain;
}
.cmp .giftee-point .flow ol li:nth-of-type(5) .txt::before {
	background: url(img/gftee-nbr05.svg) no-repeat;
	background-size: contain;
}
.cmp .giftee-point .flow ol li:nth-of-type(6) .txt::before {
	background: url(img/gftee-nbr06.svg) no-repeat;
	background-size: contain;
}
.cmp .giftee-point .flow ol li .img {
	width: 80%;
	margin: 0 auto;
}
/* ギフトへの再アクセス方法
-----------------------------------------*/
.cmp .giftee-point .acc-cnt {
	display: flex;
	justify-content: space-between;
	width: 90%;
    margin: 0 auto;
}
.cmp .giftee-point .acc-cnt ul {
	display: flex;
	width: 27%;
	justify-content: space-between;
	position: relative
}
.cmp .giftee-point .acc-cnt ul::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: url(img/gftee-acc-arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.cmp .giftee-point .acc-cnt ul li {
	width: 35%;
}
.cmp .giftee-point .acc-cnt > p {
	width: 65%;
	font-weight: 500;
	color: #002c83;
}
.cmp .giftee-point .acc-cnt > p span {
	display: block;
	color: #000;
	font-weight: 400;
	font-size: .8em;
}
.cmp .note {
	margin-top: 2%;
}

/* セカンドエリア背景
-----------------------------------------*/
.second-cnt {
	background: url(img/lets-bg.jpg) no-repeat;
	background-size: cover;
	padding: 5% 0;
}

/* お店でスバルを体感しよう
-----------------------------------------*/
.second-cnt .try h2 {
	font-size: 4.5rem;
	font-weight: 600;
	color: #002c83;
}
.second-cnt .try p {
	font-weight: 600;
	font-size: 1.5rem;
	text-align: center;
	background: #002c83;
	border-radius: 999px;
	color: #fff;
	padding: 10px 20px;
	width: fit-content;
	margin: 0 auto;
}
.second-cnt .try ol {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	margin-top: 4%;
}
.second-cnt .try ol li {
	list-style: none;
	line-height: 0;
}

/* プリクラッシュブレーキを体感しよう
-----------------------------------------*/
.second-cnt .brake {
	margin-top: 3%;
	position: relative;
}
.second-cnt .brake .brake-txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.second-cnt .brake .brake-txt .brake-txt-img {
	width: 25%;
}
.second-cnt .brake .brake-txt .brake-txt-txt {
	width: 74%;
	font-size: clamp(2rem, 0.554rem + 4.29vw, 3.5rem);
	font-weight: 800;
	color: #e10200;
	line-height: 1.2;
    letter-spacing: -2px;
}
.second-cnt .brake .brake-img {
	margin-top: -80px;
}

/* youtubeコンテンツ
-----------------------------------------*/
.second-cnt .youtube {
    width: 90%;
    margin: 7% auto;
    aspect-ratio: 16 / 9;
}
.second-cnt .youtube iframe {
    width: 100%;
    height: 100%;
    border: 15px solid #6bb4cc;
}

/* アイサイト搭載車種
-----------------------------------------*/
.second-cnt .eyesite h3 {
	background: #0071bc;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    gap: 0 10px;
    padding: 7px 0;
}
.second-cnt .eyesite h3 img {
    width: 15%;
}
.second-cnt .eyesite ul {
	background: #dae6e9;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 0;
    padding: 30px;
}
.second-cnt .eyesite ul li {
	width: 25%;
	line-height: 0;
}
.second-cnt .eyesite .note {
	margin: 1em 0 0.5em;
}

/* 実際の試乗コースをご紹介
-----------------------------------------*/
.second-cnt .sijyo {
	margin-top: 5%;
	position: relative;
}
.second-cnt .sijyo h3 {
	width: 40%;
    margin: 0 auto -40px;
}
.second-cnt .sijyo ul {
	background: #9bd5e8;
	padding: 60px 30px 30px;
	display: flex;
	justify-content: space-between;
}
.second-cnt .sijyo ul li {
    width: 32%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}
.second-cnt .sijyo ul li iframe {
    width: 100%;
    height: 100%;
}
.second-cnt .sijyo p {
	text-align: center;
	margin-top: 10px;
}

/* salseから一言
-----------------------------------------*/
.second-cnt .salse {
	background: #9bd5e8;
    padding: 120px 30px 30px;
    position: relative;
    margin-top: 5%;
}
.second-cnt .salse h3 {
    width: 50%;
    position: absolute;
    left: -2.8%;
    top: 20px;
}
.second-cnt .salse dl {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.second-cnt .salse dl div {
	display: flex;
	justify-content: space-between;
}
.second-cnt .salse dl dt {
	width: 45%;
}
.second-cnt .salse dl dd {
	width: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.second-cnt .salse dl dd::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}

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

@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) {
	.impreza .btn {
		padding: 4% 0 1%;
	}
	.lineup {
		padding: 7% 0;
	}
	.lineup ul {
		gap: 10px 0;
		padding-top: 5%;		
	}
	.lineup-bnr {
		margin-top: 5px;
		flex-wrap: wrap;
	}
	.lineup-bnr li {
		width: 100%;
	}
	.special h2 {
		font-size: 1.4rem;
	}
	.special .btn {
		width: 100%;
		margin: 10px auto 0;
	}
	.item {
		padding: 7% 0;
	}
	.item .itmbox h2 {
    	margin-bottom: 10px;
	}
	.item .itmbox {
	    margin-bottom: 20px;
	}
	.item .item-btn {
	    width: 100%;
	}
	.lineup ul.lineup-list {
		gap: 20px 0;
	}
	.pre h2 {
		font-size: 1.3rem;
	}
	.pre ul {
		gap: 20px 0;
	}
	.pre ul li {
	    width: 100%;
	}
	.imp-bg h2 {
		font-size: 1.3rem;
		margin-bottom: 0.5em;
	}
	.imp-bg p {
		margin-bottom: 10px;
	}
	
	/* read
	--------------------------------------*/
	.read {
		padding: 3% 0 10%;
	}
	.read h2 {
		font-size: 1.7rem;
	}
	.read .read-txt {
		line-height: 2;
	}
	.read h3 {
		font-size: 1.3rem;
		gap: 0 5px;
	}
	.read .read-btn {
		width: 100%;
	}
	.read .read-btn a {
		padding: 10px 20px;
		font-size: 1rem;
	}
	.read .read-btn a::after {
		width: 7px;
		height: 7px;
	}
	/* cmp
	--------------------------------------*/
	.cmp .cmp-box {
		width: 100%;
	    font-size: 1.2rem;
	}
	.cmp .cmp-color {
		font-size: 1.1rem;
		margin: 10px 0;
	}
	.cmp h2 {
		font-size: 1.8rem;
		margin-bottom: 5%;
	}
	.cmp h2::before {
		width: 8%;
		height: 58%;
		left: -10px;
		top: -30%;
	}
	.cmp h2::after {
		width: 8%;
		height: 58%;
		right: -10px;
		top: -30%;
	}
	.cmp h2 span {
		font-size: 1rem;
	}
	.cmp .cmp-txt-box {
		flex-wrap: wrap;
	}
	.cmp .cmp-txt-box img {
		width: 25%;
	}
	.cmp .cmp-txt-box span {
		font-size: 1rem;
	}
	.cmp dl {
		width: 100%;
	}
	.cmp .giftee-point {
		margin: 10% auto 0;
	}
	.cmp .giftee-point h3 {
		width: 65%;
		margin: -45px auto 2%;
	}
	.cmp .giftee-point .flow h4,
	.cmp .giftee-point .acc h4 {
		font-size: 1.2rem;
		margin: 5% 0 15px;
	}
	.cmp .giftee-point .flow ol {
		flex-wrap: wrap;
	}
	.cmp .giftee-point .flow ol li {
		width: 33%;
	}
	.cmp .giftee-point .flow ol li .txt {
		gap: 5px 0;
	}
	.cmp .giftee-point .flow ol li .txt::before {
		width: 20px;
		height: 20px;
	}
	.cmp .giftee-point .flow ol li:nth-of-type(2) .txt::before {
		height: 30px;
	}
	.cmp .giftee-point .acc-cnt {
		width: 100%;
	}
	.cmp .giftee-point .acc-cnt {
		flex-wrap: wrap;
		gap: 10px 0;
	}
	.cmp .giftee-point .acc-cnt ul {
		width: 55%;
	}
	.cmp .giftee-point .acc-cnt > p {
		width: 100%;
	}
	/* セカンドエリア背景
	--------------------------------------*/
	.second-cnt {
		padding: 5% 0 10%;
	}
	/* try
	--------------------------------------*/
	.second-cnt .try h2 {
		font-size: 1.8rem;
	}
	.second-cnt .try p {
		font-size: 1.1rem;
		font-size: 1.1rem;
		width: 100%;
		padding: 5px 0;
	    margin: 10px 0 0;
	}
	.second-cnt .try ol {
		gap: 10px 0;
		margin-top: 4.5%;
	}
	/* プリクラッシュブレーキ
	--------------------------------------*/
	.second-cnt .brake .brake-txt .brake-txt-txt {
		font-size: 1.6rem;
	}
	.second-cnt .brake .brake-img {
		margin-top: -20px;
	}
	/* アイサイト搭載車種
	--------------------------------------*/
	.second-cnt .eyesite h3 {
		font-size: 1.1rem
	}
	.second-cnt .eyesite h3 img {
		width: 28%;
	}
	.second-cnt .eyesite ul {
		gap: 10px 0;
		padding: 15px;
	}
	/* 試乗コースをご紹介
	--------------------------------------*/
	.second-cnt .sijyo {
		margin-top: 10%;
	}
	.second-cnt .sijyo h3 {
	    width: 60%;
	    margin: 0px auto -20px;
	}
	.second-cnt .sijyo ul {
		padding: 30px 15px 15px;
		flex-wrap: wrap;
		gap: 10px 0;
	}
	.second-cnt .sijyo ul li {
		width: 100%;
	}
	/* セールスから一言
	--------------------------------------*/
	.second-cnt .salse {
		padding: 77px 20px 20px;
	}
	.second-cnt .salse h3 {
		width: 90%;
		left: -4.8%;
	}
	.second-cnt .salse dl div {
		flex-direction: column;
		gap: 20px 0;
	}
	.second-cnt .salse dl dt {
		width: 100%;
	}
	.second-cnt .salse dl dd {
		width: 100%;
	}
	.second-cnt .salse dl dd {
		width: 100%;
	}
	.second-cnt .salse dl dd::before {
		top: -15px;
	    left: 50%;
	    margin-left: -15px;
	    border: 15px solid transparent;
	    border-bottom: 15px solid #fff;
	}
}