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

.mainvl {
    position: relative;
}


.content {
    width: calc(90% - 80px);
    max-width: 1100px;
    margin: 0 auto !important;
    position: relative;
}


/*main*/

h1{
    padding-top: 40px;	
}

main {
    position: relative;
    margin-bottom: -5%;
    padding-top:30px;
}

.cover {
    position: relative;
    z-index: 50;
}


/*lead*/

.lead p {
    width: 45%;
    margin: 40px auto;
}


/*ご来場特典*/

.raijo {
    background-image: url(img/tokuten-bg.svg);
    background-repeat: repeat-y;
    background-size: 110%;
    background-position: center top;
    background-color: #FFFFF7;
    padding: 5% 0;
    position: relative;
}


/* .raijo h2 {
    width: 40%;
    margin: 0 auto 4%;
} */

.raijo p {
    width: 80%;
    margin: 0 auto;
}

.raijo p.att {
    padding: 3% 0 5% 0;
    font-size: 0.8rem;
    color: #000;
}

.raijo .acc {
    position: absolute;
    bottom: -3.5%;
    z-index: 5;
}


/* ご成約特典 */

.outback-1 {
    background-image: url(img/tokuten-bg.svg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center top;
    background-color: #F5F2DD;
    padding: 4% 0 2%;
    position: relative;
}

.outback-2 {
    background-image: url(img/tokuten-bg.svg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center top;
    background-color: #F4F5E9;
    padding: 2% 0 4%;
    position: relative;
}

.outback-1 h2 {
    width: 45%;
    margin: 0 auto 4%;
    margin-top: 40px;
}

.outback-2 h2 {
    width: 40%;
    margin: 0 auto 4%;
    margin-top: 40px;
}

.outback-1 p,
.outback-2 p {
    width: 100%;
    margin: 0 auto;
}

.outback-1 p.point,
.outback-2 p.point {
    width: 70%;
}

.outback-1 .present {
    display: flex;
    justify-content: space-between;
    padding: 4% 0 10% 0;
}

.outback-2 .present {
    padding: 4% 0 3% 0;
}

.outback-1 .present p,
.outback-2 .present p {
    width: 48%;
}

.outback-1 .acc,
.outback-2 .acc {
    position: absolute;
    bottom: -1.3%;
    z-index: 5;
}

.outback-1 .btn2,
.outback-2 .btn2 {
    width: 60%;
    margin: 40px auto;
    text-align: center;
}


/*ラインアップ*/

.lineup {
    background-image: url(img/lineup-bg.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center 5%;
    background-color: #F5F2DD;
    padding: 0 0 5%;
    position: relative;
}

.lineup .content {
    width: calc(80% - 80px);
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.lineup .content h2 {
    width: 70%;
    margin: 0 auto 7%;
    padding-top: 10%;
}

.lineup section:nth-of-type(1) h2 {
    width: 60%;
}

.lineup section:nth-of-type(2) h2 {
    width: 50%;
}

.lineup section:nth-of-type(3) h2 {
    width: 38%;
}

.lineup section:nth-of-type(4) h2 {
    width: 44%;
}

.lineup section:nth-of-type(5) h2 {
    width: 37%;
}

.lineup section:nth-of-type(6) h2 {
    width: 47%;
}

.lineup section:nth-of-type(7) h2 {
    width: 45%;
}

.lineup .acc {
    position: absolute;
    bottom: -0.4%;
    z-index: 5;
}

/*bnr*/

.bnr {
    /* background-image: url(img/lineup-bg.svg); */
    background-repeat: repeat-y;
    background-size: 110%;
    background-position: center 5%;
    background-color: #F5F2DD;
    padding: 7% 0 5%;
    position: relative;
}

.bnr .content {
    width: calc(80% - 80px);
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.bnr a {
    display: block;
    line-height: 1;
    margin-bottom: 3%;
}

.bnr a img {
    transition: ease all 0.3s;
}

.bnr a:hover img {
    transform: scale(1.05);
}

.bnr .acc {
    position: absolute;
    bottom: -2.5%;
    z-index: 5;
}


/*ボタン*/

.btn {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 20px auto;
}

.btn div {
    width: 49%;
}

.btn div a {
    text-decoration: none;
    display: block;
    background: #7D8D00;
    border: 2px solid #7D8D00;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-size: 1.1em;
    padding: 15px 0;
    letter-spacing: 2px;
    transition: ease all 0.3s;
}

.btn div a:hover {
    background: #FFF;
    color: #7D8D00;
}

.btn2 {
    width: 70%;
    margin: 30px auto;
}

.btn2 a {
    text-decoration: none;
    display: block;
    background: #7D8D00;
    border: 2px solid #7D8D00;
    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: #7D8D00;
}


/*Youtube*/

.video {
    margin: 0 auto;
    width: 80%;
    /* padding: 40px 0; */
}

.video .wrap_box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 50px;
}

.video .wrap_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
}

/*試乗車*/
.calist{
	background: url(img/testdrive-bg.jpg) no-repeat;
	background-size: cover;
	padding: 7% 0;
}

.calist .content{
	background: #FFF;
	padding: 3% 4% 0 4%;
}

.calist h2{
	width: 50%;
	margin: 0 auto;
	padding: 3% 0;
}



/*opening*/



.opening h2 {
    width: 30%;
    margin: 8% auto 3%;
}

.opening p {
    text-align: center;
    font-size: 1.2em;
    line-height: 2;
    margin: 0 auto;
    font-weight: bold;
}

.opening p a {
    text-decoration: none;
    color: #000;
    transition: ease all 0.3s;
}

.opening p a:hover {
    color: #DE810A;
}

.method,
.contacting,
.precautions {
    margin: 30px auto;
    line-height: 2;
}

.method h3,
.contacting h3,
.precautions h3 {
    font-size: 1.5em;
    margin: 10px 0;
}


/* 応募方法 */

.method {
    padding-top: 50px;
}

.method ol {
    list-style-type: none;
}

.method .attention {
    margin: 10px 0;
}


/* ご注意事項 */

.precautions {
    padding-bottom: 50px;
}

.precautions ul {
    list-style-type: disc;
    margin-left: 1em;
    /* text-indent: 2em; */
}

.precautions ol {
    margin-left: 1em;
}

.precautions li:nth-child(8) {
    margin-bottom: 30px;
}

.precautions h4:first-of-type {
    margin-top: 20px;
}

.precautions .others p {
    margin: 10px 0;
}


/*よんくん*/

.yonkun {
    background-image: url(img/yonkun-bg.svg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center 5%;
    background-color: #F4EDE2;
    padding: 7% 0 7%;
    position: relative;
}

.yonkun::before {
	position: absolute;
	top: -80px;
	left: 50%;
	content: "";
	transform: translateX(-50%);
	border: 60px solid transparent;
	border-bottom: 60px solid #F4EDE2;
}

.yonkun .content {
    width: calc(70% - 80px) !important;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}



@media screen and (max-width: 480px) {
    .content {
        width: 90%;
        max-width: inherit;
    }
    h1 {
    padding-top: 60px;
	}
    main.event220117 {
        padding-top: 5%;
        margin-bottom: -15%;
    }
    .raijo {
        padding: 6.5% 0;
    }
    .raijo h2 {
        width: 65%;
    }
    .raijo p {
        width: 100%;
    }
    .raijo .acc {
        bottom: -2.5%;
    }
    .outback-1,
    .outback-2 {
        margin: 0;
    }
    .outback-1 h2 {
        width: 75%;
    }
    .outback-2 h2 {
        width: 65%;
    }
    .outback-1 .present,
    .outback-2 .present {
        display: block;
    }
    .outback-1 .present p,
    .outback-2 .present p {
        width: 80%;
    }
    .outback-1 .acc,
    .outback-2 .acc {
        bottom: -0.7%;
    }
    .lineup .content {
        width: 90%;
        margin: 0 auto;
        max-width: inherit;
        padding: 0 0 5%;
    }
    .lineup .content h2{
	    padding-top: 7%;
    }
    .lineup section:nth-of-type(2) h2 {
        width: 65%;
    }
    .lineup section:nth-of-type(3) h2 {
        width: 52%;
    }
    .lineup section:nth-of-type(4) h2 {
        width: 58%;
    }
    .lineup section:nth-of-type(5) h2 {
        width: 60%;
    }
    .lineup section:nth-of-type(6) h2 {
        width: 65%;
    }
    .lineup section:nth-of-type(7) h2 {
        width: 60%;
    }
    .lineup .acc {
        bottom: -0.3%;
    }
    .btn {
        display: block;
    }
    .btn div {
        width: 100%;
    }
    .btn div:first-of-type {
        margin-bottom: 15px;
    }
    .btn3 {
        width: 95%;
    }
    .btn2 {
        width: 80%;
        margin: 15px auto;
    }
    .video{
	    width: 90%;
	    margin: 0 auto;
    }
    .video .btn2 {
        width: 90%;
    }
    .video .wrap_box {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .lead p {
        width: 90%;
    }
    .present {
        width: 100%;
    }
    .bnr .content {
        width: 90%;
        max-width: inherit;
    }
    .calist{
	    padding: 10% 0;
    }
    .calist h2{
		width: 80%;
	}
	
	.opening h2 {
        width: 80%;
        margin: 40px auto;
    }
    .opening p {
        font-size: 1.2em;
        line-height: 2;

    }
    .opening p a {
        font-size: 1em;
    }
    .method {
        padding-top: 10px;
    }
    .precautions {
        padding-bottom: 10px;
    }
    .yonkun {
        background-size: 120%;
        margin-top: 10%;
    }
    .yonkun .content {
        width: 80% !important;
        padding: 5% 0;
        max-width: inherit;
    }

}