/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap"); */
@import url(./reset.css);

.pc {
	display: block;
}
.sp {
	display: none;
}

.hover {
	opacity: 1;
	transition: all 0.3s ease;
}
.hover:hover {
	opacity: 0.7;
}

.content {
	width: 1024px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

header {
	width: 100%;
	height: 100px;
	background-color: #a1dec9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	z-index: 1000;
}
.header__logo {
	display: flex;
	gap: 33.5px;
	align-items: center;
	font-size: 32px;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin-left: 44px;
	width: fit-content;
}
.header__logo span {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.header__logo__image {
	width: 138.45px;
	height: 61px;
}
.banner {
	background-image: url(../img/banner.jpg);
	width: 100%;
	height: 56.25vw;
	position: relative;
	display: flex;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner__left {
	padding-top: 100px;
	box-sizing: border-box;
	margin-top: 2.96875vw;
	margin-left: 4.01vw;
}
.banner__main {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.67vw;
	padding: 0.68vw 1.82vw;
	background-color: white;
	font-weight: bold;
	width: fit-content;
}
.banner__title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 4.11vw;
	padding: 0.68vw 2.34vw;
	background-color: white;
	font-weight: bold;
	margin-top: 0.99vw;
	width: fit-content;
}
.banner__subtitle {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 4.11vw;
	padding: 0.68vw 1.04vw;
	background-color: white;
	font-weight: bold;
	margin-top: 0.99vw;
	width: fit-content;
}
.banner__gift {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4vw;
	font-weight: bold;
	color: #ff5800;
	margin-top: 2.71vw;
}
.banner__gift__section {
	background-image: url(../img/comp.png);
	width: 29.06vw;
	height: 19.44vw;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0.47vw;
}
.banner__gift__desc {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.04vw;
	padding-top: 1.09vw;
	line-height: 1.56vw;
}
.banner__gift__item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.29vw;
	line-height: 2.34vw;
	color: white;
	font-weight: bold;
	margin-top: 2.5vw;
	margin-left: 0.99vw;
}
.banner__gift__item span {
	font-size: 1.61vw;
}
.banner__period__label {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.04vw;
	margin-top: 2.14vw;
	color: white;
	font-weight: bold;
}
.banner__period__date {
	font-family: "Noto Serif JP", serif;
	font-size: 2.71vw;
	margin-top: 1.25vw;
	margin-left: 1.09vw;
	color: #a1dec9;
	font-weight: bold;
}
.banner__right {
	margin-top: 20.572916666666664vw;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.banner__message {
	display: flex;
	flex-direction: column;
	gap: 0.83vw;
	align-items: flex-start;
	right: 7.03vw;
	position: relative;
}
.banner__copy {
	padding: 0.73vw 1.3vw;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.67vw;
	line-height: 2.4vw;
	background-color: white;
	font-weight: bold;
	width: fit-content;
}
.banner__cta {
	width: 12.24vw;
	height: 12.24vw;
	border-radius: 50%;
	background-color: #ffe67b;
	box-shadow: 0vw 0.16vw 0.31vw 0vw rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0vw 0.16vw 0.31vw 0vw rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0vw 0.16vw 0.31vw 0vw rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	color: #ff6200;
	text-decoration: none;
	overflow: hidden;
	position: fixed;
	right: 2.9166666666666665vw;
	bottom: 2.9166666666666665vw;
	z-index: 1000;
}
.banner__cta1 {
	font-size: 1.15vw;
	margin-top: 0.63vw;
	font-weight: bold;
	line-height: 1.67vw;
}
.banner__cta2 {
	font-size: 2.76vw;
	margin-top: 0.31vw;
	font-weight: bold;
	padding: 0.83vw 0;
	width: 100%;
	line-height: 3.96vw;
	background-color: white;
	text-align: center;
}
.banner__cta3 {
	font-size: 1.56vw;
	margin-top: 0.31vw;
	font-weight: bold;
	line-height: 2.29vw;
}

.lineup {
	width: 100%;
	height: fit-content;
	padding-bottom: 25px;
	padding-top: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lineup__title {
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.lineup__car {
	width: 904px;
	display: flex;
	row-gap: 71px;
	margin-top: 69px;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.lineup__each {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lineup__image {
	width: 431px;
	height: 227px;
}
.lineup__name {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-top: 8px;
	font-size: 18px;
}

.videos {
	width: 100%;
	padding-top: 290px;
	padding-bottom: 141px;
	display: flex;
	flex-direction: column;
	align-items: center;
/* 	background-image: url(../img/video-bg.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    overflow: hidden;
}
.back {
    position: absolute;
    top: 0;
    width: 1920px;
	height: 100%;
    z-index: 0;
}
.videos__en {
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.videos__jp {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	margin-top: 19px;
}
.video__content {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-top: 80px;
	width: 904px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 70px;
}
.each__video {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}
.video__thumbnail {
	position: relative;
	cursor: pointer;
}
.video__image {
	width: 420px;
	height: 280px;
	border-radius: 20px;
}
.video__overlay {
	width: 420px;
	height: 280px;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.video__desc1 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
/* 	height: 60px; */
}
.video__desc2 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#videoModal {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background-color: black;
}
.modal-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.close {
	color: white;
	font-size: 100px;
	position: absolute;
	top: 0%;
	right: 1%;
	cursor: pointer;
}
#videoPlayer {
	width: 90%;
}

.about {
	width: 100%;
	padding-top: 107px;
	padding-bottom: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
.about__en {
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.about__jp {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	margin-top: 19px;
	margin-bottom: -35px;
}
.about__each {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 125px;
	position: relative;
	width: 904px;
}
.about__img__type1 {
	width: 1920px;
	height: 801px;
}
.about__name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	margin-top: 46px;
	font-weight: bold;
	text-align: center;
}
.about__titles {
	display: flex;
	flex-direction: column;
	position: absolute;
	gap: 15px;
}
.about__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	line-height: 46px;
	font-weight: bold;
	padding: 14px 27px;
	background-color: #a1dec9;
}
.about__desc {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	line-height: 30px;
}
.about__desc.f {
	margin-top: 35px;
	text-align: center;
}
.about__img__type2 {
	width: 1412px;
}
.about__titles.lf {
	left: -60px;
	top: -36px;
}
.about__titles.rf {
	right: -60px;
	top: -36px;
}
.about__img__type2.l {
	margin-left: -507px;
}
.about__titles.rs {
	align-items: flex-end;
	right: 0;
	top: 63px;
}
.about__desc.s {
	position: absolute;
	bottom: 0;
	left: 0;
}
.about__img__type2.r {
	margin-left: 507px;
}
.about__titles.ls {
	top: 100px;
	left: 0;
	align-items: flex-start;
}
.about__desc.t {
	position: absolute;
	bottom: 45px;
/* 	bottom: 0; */
	left: 528.5px;
}
.about__titles.lt {
	left: 0;
	top: 51px;
	align-items: flex-start;
}
.about__desc.p {
    position: absolute;
    bottom: -54px;
    left: 0;
}
.about__desc.v {
	position: absolute;
	bottom: 10px;
/* 	bottom: 0; */
	left: 445.5px;
}

.showroom {
	width: 100%;
	padding-top: 325px;
	display: flex;
	flex-direction: column;
	align-items: center;
/* 	background-image: url(../img/showroom-bg.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    overflow: hidden;
}
.showroom__content {
	width: 904px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.showroom__en {
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.showroom__jp {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	margin-top: 16px;
}
.showroom__address {
	display: flex;
	margin-top: 66px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.address__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.address__title {
	font-size: 36px;
}
.address__desc {
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
}
.showroom__address__image {
	width: 420px;
	height: 280px;
}
.showroom__map {
	margin-top: 54px;
	width: 904px;
	height: 340px;
}
.showroom__images {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 70px;
}
.showroom__image {
	width: 420px;
	height: 280px;
}

.faq {
	width: 100%;
	padding-top: 147px;
	padding-bottom: 239px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #a1dec9;
}
.faq__content {
	width: 904px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.faq__en {
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.faq__jp {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	margin-top: 16px;
}
.faq__list {
	margin-top: 59px;
	display: flex;
	flex-direction: column;
	gap: 45px;
}
.faq__each {
	width: 904px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.faq__q {
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	width: 100%;
}
.faq__a {
	font-size: 16px;
	margin-top: 20px;
	line-height: 30px;
}

footer {
	width: 100%;
	height: 78px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer__content {
	width: 904px;
	display: flex;
	justify-content: space-between;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer__corp {
	font-size: 16px;
}
.footer__link {
	font-size: 16px;
	color: black;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.footer__link__img {
	width: 20px;
	height: 20px;
	filter: brightness(0);
}

.test__drive {
	width: 100%;
	padding-top: 234px;
	padding-bottom: 132px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
.drive__en {
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.drive__jp {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	margin-top: 19px;
}
.forms {
	font-family: "Zen Kaku Gothic New", sans-serif;
	width: 850px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	margin-top: 100px;
}
.screen-reader-response {
	display: none;
}
.form__container {
	display: flex;
	gap: 40px;
	width: 850px;
}
.form__label {
	width: 178px;
	min-height: 140px;
	padding-left: 17px;
	background-color: #e3e3e3;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.label__title {
	font-size: 20px;
}
.label__required {
	font-size: 14px;
	padding: 4px 9px;
	background-color: #9a0000;
	width: fit-content;
	color: white;
	margin-top: 10px;
}
.label__hint {
	font-size: 14px;
	margin-top: 16px;
	line-height: 24px;
}
.form__fields__outer {
	display: flex;
	flex-direction: column;
/* 	justify-content: center; */
}
.form__fields {
	padding: 30px 0;
	display: flex;
	align-items: center;
	gap: 13px;
}
.form__hint {
	font-size: 16px;
	position: absolute;
	margin-top: 90px;
}
.drive__radio {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.drive__date__container p {
	display: flex;
	position: relative;
}
.drive__date {
	width: 242px;
	height: 50px;
	margin: 0;
	padding: 0 0 0 12px;
	box-sizing: border-box;
	font-size: 18px;
}
.drive__date__img {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
}
.drive__hour {
	width: 242px;
	height: 50px;
	font-size: 18px;
	padding: 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../img/dropdown.svg);
	background-repeat: no-repeat;
	background-position-x: 100%;
	border: 1px solid gray;
	color: black;
	background-size: contain;
}
.drive__name {
	width: 242px;
	height: 50px;
	font-size: 18px;
	padding: 0 0 0 12px;
	box-sizing: border-box;
}
.drive__phone {
	width: 242px;
	height: 50px;
	font-size: 18px;
	padding: 0 0 0 12px;
	box-sizing: border-box;
}
.drive__mail {
	width: 400px;
	height: 50px;
	font-size: 18px;
	padding: 0 0 0 12px;
	box-sizing: border-box;
}
.line {
	width: 100%;
	height: 1px;
	background-color: black;
}
.drive__submit {
	margin-top: 88px;
	width: 300px;
	height: 60px;
	border-radius: 30px;
	background-color: black;
	border: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	color: white;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	place-content: center;
}

.wpcf7-list-item {
	position: relative;
	display: inline-block;
	margin: 0;
	/* optional width if you want */
}

.wpcf7-list-item input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 10; /* above label */
}

/* Style label as before */
.wpcf7-list-item-label {
	padding-left: 30px;
	cursor: pointer;
	position: relative;
	user-select: none;
	display: inline-block;
	line-height: 21px;
	font-size: 18px;
}

/* square box */
.wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #707070;
	background: white;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}

/* red check */
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid red;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* hover effect */
.wpcf7-list-item-label:hover::before {
	border-color: #999;
}

.wpcf7-not-valid-tip {
	display: block;
	margin-top: 10px;
	position: absolute;
	color: red;
	font-size: 16px;
}

.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	text-align: center;
	margin-top: 20px !important;
	color: red;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.5em;
	font-size: 16px;
}
.drive__hour__container .wpcf7-not-valid-tip {
    margin-top: 31px;
    margin-left: -259px;
}
.wpcf7-spinner {
	display: none;
}
.drive__complete {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 18px;
	line-height: 34px;
	margin-top: 135px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.content {
		width: 100vw;
	}

	header {
		height: 9.77vw;
	}
	.header__logo {
		gap: 3.27vw;
		font-size: 3.13vw;
		margin-left: 4.3vw;
	}
	.header__logo__image {
		width: 13.52vw;
		height: 5.96vw;
	}
	.banner__left {
		padding-top: 9.765625vw;
	}

	.lineup {
		padding-bottom: 2.44140625vw;
		padding-top: 11.72vw;
	}
	.lineup__title {
		font-size: 4.88vw;
	}
	.lineup__car {
		width: 88.28vw;
		row-gap: 6.94vw;
		margin-top: 6.74vw;
	}
	.lineup__image {
		width: 42.09vw;
		height: 22.17vw;
	}
	.lineup__name {
		margin-top: 0.78vw;
		font-size: 1.76vw;
	}

	.videos {
		width: 100%;
		padding-top: 28.32vw;
		padding-bottom: 13.77vw;
	}
	.back {
		width: 187.5vw;
	}
	.videos__en {
		font-size: 4.88vw;
	}
	.videos__jp {
		font-size: 1.95vw;
		margin-top: 1.86vw;
	}
	.video__content {
		margin-top: 7.81vw;
		width: 88.28vw;
		row-gap: 6.84vw;
	}
	.each__video {
		gap: 2.73vw;
	}
	.video__image {
		width: 41.02vw;
		height: 27.34vw;
		border-radius: 1.95vw;
	}
	.video__overlay {
		width: 41.02vw;
		height: 27.34vw;
		border-radius: 1.95vw;
	}
	.video__desc1 {
		font-size: 1.76vw;
		line-height: 2.93vw;
/* 		height: 5.86vw; */
	}
	.video__desc2 {
		font-size: 1.56vw;
		line-height: 2.93vw;
	}
	.close {
		font-size: 9.765625vw;
	}

	.about {
		padding-top: 10.44921875vw;
		padding-bottom: 18.5546875vw;
	}
	.about__en {
		font-size: 4.88vw;
	}
	.about__jp {
		font-size: 1.95vw;
		margin-top: 1.86vw;
		margin-bottom: -3.41796875vw;
	}
	.about__each {
		margin-top: 12.21vw;
		width: 88.28vw;
	}
	.about__img__type1 {
		width: 187.5vw;
		height: 78.23vw;
	}
	.about__name {
		font-size: 3.13vw;
		margin-top: 4.49vw;
	}
	.about__titles {
		gap: 1.46vw;
	}
	.about__title {
		font-size: 3.13vw;
		line-height: 4.49vw;
		padding: 1.37vw 2.64vw;
	}
	.about__desc {
		font-size: 1.95vw;
		line-height: 2.93vw;
	}
	.about__desc.f {
		margin-top: 3.42vw;
	}
	.about__img__type2 {
		width: 137.89vw;
	}
	.about__titles.lf {
		left: -5.86vw;
		top: -3.52vw;
	}
	.about__titles.rf {
		right: -5.86vw;
		top: -3.52vw;
	}
	.about__img__type2.l {
		margin-left: -49.51vw;
	}
	.about__titles.rs {
		top: 6.15vw;
	}
	.about__img__type2.r {
		margin-left: 49.51vw;
	}
	.about__titles.ls {
		top: 9.765625vw;
	}
	.about__desc.t {
		left: 51.61vw;
		bottom: 4.39453125vw;
/* 		bottom: 0; */
	}
	.about__titles.lt {
		top: 4.98vw;
	}
	.about__desc.p {
		bottom: -5.2734375vw;
	}
	.about__desc.v {
		left: 43.52vw;
		bottom: 0.9765625vw;
/* 		bottom: 0; */
	}

	.showroom {
		padding-top: 31.74vw;
	}
	.showroom__content {
		width: 88.28vw;
	}
	.showroom__en {
		font-size: 4.88vw;
	}
	.showroom__jp {
		font-size: 1.95vw;
		margin-top: 1.56vw;
	}
	.showroom__address {
		margin-top: 6.45vw;
	}
	.address__title {
		font-size: 3.52vw;
	}
	.address__desc {
		font-size: 1.56vw;
		line-height: 2.93vw;
		margin-top: 2.44vw;
	}
	.showroom__address__image {
		width: 41.02vw;
		height: 27.34vw;
	}
	.showroom__map {
		margin-top: 5.27vw;
		width: 88.28vw;
		height: 33.2vw;
	}
	.showroom__images {
		margin-top: 6.84vw;
	}
	.showroom__image {
		width: 41.02vw;
		height: 27.34vw;
	}

	.faq {
		padding-top: 14.36vw;
		padding-bottom: 23.34vw;
	}
	.faq__content {
		width: 88.28vw;
	}
	.faq__en {
		font-size: 4.88vw;
	}
	.faq__jp {
		font-size: 1.95vw;
		margin-top: 1.56vw;
	}
	.faq__list {
		margin-top: 5.76vw;
		gap: 4.39vw;
	}
	.faq__each {
		width: 88.28vw;
	}
	.faq__q {
		font-size: 2.34vw;
		padding-bottom: 1.95vw;
		border-bottom: 1px solid black;
	}
	.faq__a {
		font-size: 1.56vw;
		margin-top: 1.95vw;
		line-height: 2.93vw;
	}

	footer {
		height: 7.62vw;
	}
	.footer__content {
		width: 88.28vw;
	}
	.footer__corp {
		font-size: 1.56vw;
	}
	.footer__link {
		font-size: 1.56vw;
		gap: 0.98vw;
	}
	.footer__link__img {
		width: 1.95vw;
		height: 1.95vw;
	}

	.test__drive {
		padding-top: 22.85vw;
		padding-bottom: 12.89vw;
	}
	.drive__en {
		font-size: 4.88vw;
	}
	.drive__jp {
		font-size: 1.95vw;
		margin-top: 1.86vw;
	}
	.forms {
		width: 83.01vw;
		gap: 0.98vw;
		margin-top: 9.77vw;
	}
	.form__container {
		gap: 3.91vw;
		width: 83.01vw;
	}
	.form__label {
		width: 17.38vw;
		min-height: 13.67vw;
		padding-left: 1.66vw;
	}
	.label__title {
		font-size: 1.95vw;
	}
	.label__required {
		font-size: 1.37vw;
		padding: 0.39vw 0.88vw;
		margin-top: 0.98vw;
	}
	.label__hint {
		font-size: 1.37vw;
		margin-top: 1.56vw;
		line-height: 2.34vw;
	}
	.form__fields {
		padding: 2.93vw 0;
		gap: 1.27vw;
	}
	.form__hint {
		font-size: 1.5625vw;
		margin-top: 8.7890625vw;
	}
	.drive__radio {
		gap: 1.76vw;
	}
	.drive__date {
		width: 23.63vw;
		height: 4.88vw;
		padding: 0 0 0 1.17vw;
		font-size: 1.76vw;
	}
	.drive__date__img {
		width: 4.88vw;
		height: 4.88vw;
	}
	.drive__hour,
	.drive__name,
	.drive__phone {
		width: 23.63vw;
		height: 4.88vw;
		font-size: 1.76vw;
		padding: 0 1.17vw;
	}
	.drive__mail {
		width: 39.06vw;
		height: 4.88vw;
		font-size: 1.76vw;
		padding: 0 0 0 1.17vw;
	}
	.line {
		height: 0.098vw;
	}
	.drive__submit {
		margin-top: 8.59vw;
		width: 29.3vw;
		height: 5.86vw;
		border-radius: 2.93vw;
		font-size: 1.95vw;
	}

	.wpcf7-list-item-label {
		padding-left: 2.93vw;
		line-height: 2.05078125vw;
		font-size: 1.7578125vw;
	}

	.wpcf7-list-item-label::before {
		top: 0.2vw;
		width: 1.95vw;
		height: 1.95vw;
		border: 0.098vw solid #707070;
	}

	.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
		left: 0.59vw;
		top: 0.29vw;
		width: 0.59vw;
		height: 1.17vw;
		border-width: 0 0.2vw 0.2vw 0;
	}

	.wpcf7-not-valid-tip {
		margin-top: 0.98vw;
		font-size: 1.5625vw;
	}

	.wpcf7-response-output {
		margin-top: 1.95vw !important;
		font-size: 1.5625vw;
	}
	.drive__hour__container .wpcf7-not-valid-tip {
		margin-top: 3.02734375vw;
		margin-left: -25.29296875vw;
	}
	.drive__complete {
		font-size: 1.76vw;
		line-height: 3.32vw;
		margin-top: 13.18vw;
	}
}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	header {
		height: 70px;
	}
	header {
		height: 18.67vw;
	}

	.header__logo {
		gap: 0;
		font-size: 5.33vw;
		justify-content: space-between;
		width: 83.73vw;
		margin: 0 auto;
	}

	.header__logo__image {
		width: 19.37vw;
		height: 8.53vw;
	}

	.banner {
		height: fit-content;
		background-size: contain;
		flex-direction: column;
		justify-content: flex-start;
		background-image: url(../img/banner-sp.jpg);
		background-color: #a1dec9;
		background-repeat: no-repeat;
	}

	.banner__left {
		padding-top: 25.07vw;
		margin-top: 0;
		margin-left: 8vw;
	}

	.banner__main {
		font-size: 3.47vw;
		padding: 2.4vw 7.2vw 2.4vw 2.93vw;
	}

	.banner__title,
	.banner__subtitle {
		font-size: 9.07vw;
		padding: 2.4vw 7.2vw 2.4vw 2.93vw;
		margin-top: 2.13vw;
	}

	.banner__gift {
		font-size: 8vw;
		margin-top: 51.39vw;
	}

	.banner__gift__section {
		background-image: url(../img/comp-sp.png);
		width: 83.73vw;
		height: 69.83vw;
		margin-top: 2.27vw;
		margin-bottom: 8.53vw;
	}

	.banner__gift__desc {
		font-size: 4.27vw;
		padding-top: 3.2vw;
		line-height: 6.4vw;
	}

	.banner__gift__item {
		font-size: 7.73vw;
		line-height: 8vw;
		margin-top: 10.93vw;
		margin-left: 3.73vw;
	}

	.banner__gift__item span {
		font-size: 5.33vw;
	}

	.banner__period__label {
		font-size: 3.2vw;
		margin-top: 7.2vw;
	}

	.banner__period__date {
		font-size: 8vw;
		margin-top: 4.8vw;
		margin-left: 3.47vw;
	}

	.banner__right {
		position: absolute;
		top: 83.73vw;
		margin-top: 0;
	}

	.banner__message {
		gap: 1.87vw;
		right: 0;
		margin-left: 8vw;
	}

	.banner__copy {
		padding: 3.2vw 2.13vw;
		font-size: 3.73vw;
		line-height: 2.4vw;
	}

	.banner__cta {
		width: 26.67vw;
		height: 26.67vw;
		right: 6.67vw;
		bottom: 6.67vw;
	}

	.banner__cta1 {
		font-size: 2.4vw;
		margin-top: 1.33vw;
		line-height: 3.47vw;
	}

	.banner__cta2 {
		font-size: 5.87vw;
		margin-top: 0.8vw;
		padding: 1.87vw 0;
		line-height: 8.53vw;
	}

	.banner__cta3 {
		font-size: 3.2vw;
		margin-top: 0.8vw;
		line-height: 4.53vw;
	}

	.lineup {
		padding-top: 20.53vw;
		padding-bottom: 27.47vw;
	}

	.lineup__title {
		font-size: 8vw;
	}

	.lineup__car {
		width: fit-content;
		row-gap: 5.07vw;
		margin-top: 5.07vw;
		justify-content: center;
	}

	.lineup__image {
		width: 84vw;
		height: 41.07vw;
	}

	.lineup__name {
		margin-top: 2.67vw;
		font-size: 3.73vw;
	}

	.videos {
		padding-top: 26.67vw;
		padding-bottom: 15.47vw;
		background-image: url(../img/video-bg-sp.jpg);
		
	}
	.back {
		display: none;
	}
	.videos__en {
		font-size: 8vw;
	}

	.videos__jp {
		font-size: 5.33vw;
		margin-top: 8vw;
	}

	.video__content {
		margin-top: 23.2vw;
		width: 83.73vw;
		row-gap: 13.33vw;
	}

	.each__video {
		gap: 8vw;
	}

	.video__image,
	.video__overlay {
		width: 84vw;
		height: 56vw;
		border-radius: 5.33vw;
	}

	.video__desc1 {
		font-size: 4.8vw;
		line-height: 8vw;
/* 		height: 14.93vw; */
	}

	.video__desc2 {
		font-size: 4.27vw;
		line-height: 8vw;
	}

	.close {
		font-size: 18.67vw;
		right: 3%;
	}

	.about {
		padding-top: 20.8vw;
		padding-bottom: 23.73vw;
	}

	.about__en {
		font-size: 8vw;
	}

	.about__jp {
		font-size: 5.33vw;
		margin-top: 8vw;
		margin-bottom: 0;
	}

	.about__each {
		margin-top: 18.93vw;
		width: 83.73vw;
	}

	.about__img__type1 {
		width: 100vw;
		height: 41.72vw;
	}

	.about__name {
		font-size: 6.4vw;
		margin-top: 8.8vw;
		line-height: 12vw;
	}

	.about__desc {
		font-size: 5.33vw;
		line-height: 8vw;
	}

	.about__desc.f {
		margin-top: 9.33vw;
		text-align: start;
	}

	.about__each.s1 {
		margin-top: 29.87vw;
		width: 100vw;
	}

	.about__each.s2 {
		margin-top: 37.33vw;
		width: 100vw;
	}

	.about__each.s3 {
		margin-top: 28vw;
		width: 100vw;
	}

	.about__each.s4 {
		margin-top: 33.33vw;
		width: 100vw;
	}

	.about__img__type2 {
		width: 92vw;
	}

	.about__img__type2.l {
		margin-left: -8vw;
	}

	.about__img__type2.r {
		margin-left: 8vw;
	}

	.about__desc.s,
	.about__desc.t,
	.about__desc.p,
	.about__desc.v {
		position: relative;
		margin-top: 12.53vw;
		width: 83.73vw;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.about__titles {
		gap: 1.87vw;
	}

	.about__titles.lf,
	.about__titles.lf.s {
		left: 0;
		top: -5.33vw;
	}

	.about__title {
		font-size: 4vw;
		line-height: 5.6vw;
		padding: 1.87vw 3.2vw;
	}

	.about__title.f20 {
		font-size: 5.33vw;
	}

	.about__title.f18 {
		font-size: 4.8vw;
	}

	.about__title.f15 {
		font-size: 4vw;
	}

	.about__titles.rs {
		top: -16vw;
	}

	.about__titles.ls {
		top: -18.67vw;
	}

	.about__titles.lt {
		top: -16vw;
	}

	.showroom {
		padding-top: 33.87vw;
		background-image: url(../img/showroom-bg-sp.jpg);
	}

	.showroom__content {
		width: 83.73vw;
	}

	.showroom__en {
		font-size: 8vw;
	}

	.showroom__jp {
		font-size: 5.33vw;
		margin-top: 6.67vw;
	}

	.showroom__address {
		margin-top: 13.33vw;
		flex-direction: column-reverse;
		gap: 8.27vw;
	}

	.address__title {
		font-size: 9.6vw;
		text-align: center;
	}

	.address__desc {
		font-size: 4.27vw;
		line-height: 8vw;
		margin-top: 6.67vw;
		text-align: center;
	}

	.showroom__address__image {
		width: 83.73vw;
		height: 56vw;
	}

	.showroom__map {
		margin-top: 16vw;
		width: 83.73vw;
		height: 51.47vw;
	}

	.showroom__images {
		margin-top: 12.53vw;
	}

	.showroom__image {
		width: 38.93vw;
		height: 26.13vw;
	}

	.faq {
		padding-top: 27.73vw;
		padding-bottom: 13.33vw;
	}

	.faq__en {
		font-size: 8vw;
	}

	.faq__jp {
		font-size: 5.33vw;
		margin-top: 8vw;
	}

	.faq__list {
		margin-top: 13.6vw;
		gap: 18.67vw;
	}

	.faq__each {
		width: 83.73vw;
	}

	.faq__q {
		font-size: 5.33vw;
		padding-bottom: 5.33vw;
		border-bottom: 1px solid black;
	}

	.faq__a {
		font-size: 4.27vw;
		margin-top: 5.33vw;
		line-height: 8vw;
	}

	footer {
		height: 25.87vw;
	}

	.footer__content {
		width: 83.73vw;
		flex-direction: column-reverse;
		justify-content: center;
	}

	.footer__link {
		font-size: 4.27vw;
		gap: 2.67vw;
	}

	.footer__link__img {
		width: 5.33vw;
		height: 5.33vw;
	}

	.footer__corp {
		font-size: 4.27vw;
		margin-top: 2.67vw;
		text-align: center;
	}

	.test__drive {
		padding-top: 44vw;
		padding-bottom: 26.4vw;
	}

	.drive__en {
		font-size: 8vw;
	}

	.drive__jp {
		font-size: 5.33vw;
		margin-top: 6.67vw;
	}

	.forms {
		width: 83.73vw;
		gap: 9.07vw;
		margin-top: 14.4vw;
	}

	.form__container {
		gap: 8vw;
		width: 83.73vw;
		flex-direction: column;
	}

	.form__label {
		width: 83.73vw;
		min-height: 22.13vw;
		padding-left: 4.53vw;
		flex-direction: row;
		justify-content: start;
		align-items: center;
		flex-wrap: wrap;
		align-content: center;
		row-gap: 2.13vw;
	}

	.label__title {
		font-size: 5.33vw;
	}

	.label__required {
		font-size: 3.73vw;
		padding: 1.6vw 2.4vw;
		margin-top: 0;
		margin-left: 4.27vw;
	}

	.form__fields {
		padding: 0;
		gap: 4.27vw;
		flex-direction: column;
		align-items: start;
	}

	.label__hint {
		font-size: 3.73vw;
		margin-top: 0;
		line-height: normal;
	}

	.drive__radio {
		gap: 5.33vw;
	}

	.wpcf7-list-item-label {
		padding-left: 8vw;
        line-height: 5.333333333333334vw;
        font-size: 4.266666666666667vw;
	}
	.wpcf7-list-item-label::before {
		top: 0;
		width: 5.33vw;
		height: 5.33vw;
		border: 1px solid #707070;
	}
	.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
		left: 1.33vw;
		top: 0;
		width: 2.13vw;
		height: 3.47vw;
		border-width: 0 0.53vw 0.53vw 0;
	}

	.drive__date,
	.drive__hour,
	.drive__name,
	.drive__phone {
		width: 64.53vw;
		height: 13.33vw;
		font-size: 4.8vw;
		padding-left: 3.2vw;
	}

	.drive__date__img {
		width: 13.33vw;
		height: 13.33vw;
	}

	.form__hint {
		font-size: 4.27vw;
		margin-top: 10.67vw;
		position: relative;
		line-height: 8vw;
	}

	.drive__mail {
		width: 83.73vw;
		height: 13.33vw;
		font-size: 4.8vw;
		padding-left: 3.2vw;
	}

	.drive__submit {
		margin-top: 22.67vw;
		width: 80vw;
		height: 16vw;
		border-radius: 8vw;
		font-size: 5.33vw;
	}

	.wpcf7-not-valid-tip {
		margin-top: 5.33vw;
		position: relative;
		font-size: 3.733333333333334vw;
	}
	.wpcf7-response-output {
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		width: 83.73vw;
		margin-top: 5.333333333333334vw !important;
		font-size: 3.733333333333334vw;
	}
	.drive__hour__container .wpcf7-not-valid-tip {
        margin-top: 10px;
        margin-left: 0;
        position: absolute;
    }
	.line {
		display: none;
	}
	.drive__complete {
		font-size: 4.8vw;
		line-height: 9.066666666666666vw;
		margin-top: 14.399999999999999vw;
		width: 83.73333333333333vw;
		text-align: left;
	}
}
