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

header {
	width: 100%;
	height: 100px;
	background-color: black;
	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: white;
	text-decoration: none;
	margin-left: 44px;
}
.header__logo span {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.header__logo__image {
	width: 138.45px;
	height: 61px;
}

.banner {
	background: url(../img/banner.webp);
	width: 100%;
	height: 51.20vw;
	margin-top: 100px;
	background-position: top center;
	background-size: cover;
	display: inline-block;
	background-repeat: no-repeat;
}

.banner-title {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: white;
	font-size: 2.60vw;
	line-height: 4.69vw;
	margin-top: 1.51vw;
	margin-left: 2.97vw;
}

.banner-subtitle {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: white;
	font-size: 4.32vw;
	line-height: 6.25vw;
	margin-top: 0.52vw;
	margin-left: 2.97vw;
}

.banner-date {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: white;
	font-size: 1.82vw;
	line-height: 2.60vw;
	margin-top: 0.52vw;
	margin-left: 2.97vw;
}

.banner-catalog {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: white;
	font-size: 1.82vw;
	line-height: 2.50vw;
	margin-top: 18.91vw;
	margin-left: 3.28vw;
}

.banner-note {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: white;
	font-size: 0.63vw;
	line-height: 0.89vw;
	margin-top: 0.78vw;
	margin-left: 3.28vw;
}

.banner-reservation {
	display: flex;
	margin-top: 2.55vw;
	margin-left: 2.97vw;
	gap: 0.94vw;
	align-items: center;
}

.reservation-badge {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 1.04vw;
	line-height: 1.51vw;
	width: 5.52vw;
	height: 5.52vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: white;
	border-radius: 50%;
}

.reservation-text {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: white;
	font-size: 0.68vw;
	line-height: 0.99vw;
}

.reservation-gift {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: white;
	font-size: 1.67vw;
	line-height: 2.40vw;
	margin-top: 0.26vw;
}

.edition {
	width: 100%;
	padding-top: 97px;
	padding-bottom: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: white;
}

.edition__title {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 46px;
	text-align: center;
}

.edition__subtitle {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 54px;
	line-height: 77px;
	margin-top: 12px;
	text-align: center;
}

.edition__description {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin-top: 25px;
	text-align: center;
}

.edition__image {
	width: 904px;
	margin-top: 72px;
}

.edition__models-title {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 54px;
	line-height: 77px;
	margin-top: 169px;
	text-align: center;
}

.edition__models {
	display: flex;
	flex-direction: column;
	gap: 67px;
	align-items: center;
	margin: 73px auto 0 auto;
}

.edition__model {
	display: flex;
	justify-content: center;
	gap: 32px;
	width: 904px;

}

.edition__model-image {
	width: 452px;
}

.edition__model-content {

}

.edition__model-name {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
}

.edition__model-desc {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin-top: 39px;
}

.banner__reserve {
	width: 14.22vw;
	height: 14.22vw;
	border-radius: 50%;
	background-color: #617C5E;
	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;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	right: 2.55vw;
	bottom: 1.56vw;
	z-index: 1000;
}
.reserve__prem1 {
	font-size: 1.41vw;
	line-height: 1.98vw;
	text-align: center;
	color: white;
}



.videos {
	width: 100%;
	padding-top: 81px;
	padding-bottom: 119px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: black;
}
.videos__en {
	font-family: "Noto Serif JP", serif;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: white;
}
.videos__jp {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	margin-top: 19px;
	color: white;
}
.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; */
	color: white;
}
.video__desc2 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: white;
}
#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: 188px;
	padding-bottom: 185px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
.mini__cooper,
.mini__countryman,
.mini__fivedoor,
.mini__electric {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mini__countryman {
	margin-top: 196px;
}
.mini__fivedoor {
	margin-top: 181px;
}
.mini__electric {
	margin-top: 181px;
}
.about__title {
	font-family: "Noto Serif JP", serif;
	font-size: 45px;
	line-height: 65px;
	font-weight: 400;
	font-weight: bold;
}
.about__banner {
	width: 100vw;
	margin-top: 50px;
}
.about__signature {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-top: 45px;
	text-align: center;
}
.about__main {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	line-height: 46px;
	font-weight: bold;
	text-align: center;
}
.about__main.cooper1 {
	margin-top: 67px;
}
.about__main.cooper2 {
	margin-top: 77px;
}
.about__main.cooper3 {
	margin-top: 77px;
}

.about__main.countryman1 {
	margin-top: 67px;
}
.about__main.countryman2 {
	margin-top: 56px;
}
.about__main.countryman3 {
	margin-top: 65px;
}

.about__main.fivedoor1 {
	margin-top: 97px;
}

.about__main.electric1 {
	margin-top: 67px;
}

.about__left {
	display: flex;
	flex-direction: row;
	gap: 54px;
}
.about__right {
	display: flex;
	flex-direction: row-reverse;
	gap: 54px;
}
.about__left.cooper1 {
	margin-top: 45px;
}
.about__right.cooper2 {
	margin-top: 47px;
}
.about__left.cooper3 {
	margin-top: 50px;
}
.about__right.cooper4 {
	margin-top: 50px;
}

.about__left.countryman1 {
	margin-top: 45px;
}
.about__right.countryman2 {
	margin-top: 50px;
}
.about__left.countryman3 {
	margin-top: 45px;
}

.about__left.fivedoor1 {
	margin-top: 45px;
}

.about__left.electric1 {
	margin-top: 45px;
}

.about__image {
	width: 350px;
	height: 270px;
}
.about__desc {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	line-height: 30px;
	width: 500px;
}


.showroom {
	width: 100%;
	padding-top: 142px;
	padding-bottom: 268px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.showroom__content {
	width: 904px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.showroom__en {
	font-family: "Noto Serif JP", serif;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.showroom__jp {
	font-family: "Noto Serif JP", 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 {

}
.address__title {
	font-size: 36px;
	font-family: "Noto Serif JP", serif;
}
.address__desc {
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.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;
}

footer {
	width: 100%;
	background-color: black;
	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;
	color: white;
}
.footer__link {
	font-size: 16px;
	color: white;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.footer__link__img {
	width: 20px;
	height: 20px;
}

.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: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: bold;
}
.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;
	line-height: 30px;
}
.label__required {
	font-size: 14px;
	padding: 4px 9px;
	background-color: #9a0000;
	width: fit-content;
	color: white;
	margin-top: 10px;
}
.label__hint {
	font-size: 12px;
	margin-top: 9px;
	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: relative;
/* 	margin-top: -10px; */
}
.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__post {
	width: 242px;
	height: 50px;
	font-size: 18px;
	padding: 0 0 0 12px;
	box-sizing: border-box;
}
.drive__mail,
.drive__address{
	width: 400px;
	height: 50px;
	font-size: 18px;
	padding: 0 0 0 12px;
	box-sizing: border-box;
}
.drive__address__container {
    display: flex;
    align-items: center;
    gap: 18px;
}
.drive__address__label {
	font-size: 18px;
	font-weight: 500;
}
.line {
	width: 100%;
	height: 1px;
	background-color: black;
}
.drive__submit {
	margin-top: 88px;
	width: 300px;
	height: 60px;
	border-radius: 30px;
	background-color: #9a0000;
	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;
	font-size: 20px;
}

.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 {
		margin-top: 9.77vw;
	}


	.edition {
		width: 100%;
		padding-top: 9.47vw;
		padding-bottom: 21.48vw;
	}

	.edition__title {
		font-size: 3.13vw;
		line-height: 4.49vw;
	}

	.edition__subtitle {
		font-size: 5.27vw;
		line-height: 7.52vw;
		margin-top: 1.17vw;
	}

	.edition__description {
		font-size: 1.95vw;
		line-height: 2.93vw;
		margin-top: 2.44vw;
	}

	.edition__image {
		width: 88.28vw;
		margin-top: 7.03vw;
	}

	.edition__models-title {
		font-size: 5.27vw;
		line-height: 7.52vw;
		margin-top: 16.50vw;
	}

	.edition__models {
		gap: 6.54vw;
		margin: 7.13vw auto 0 auto;
	}

	.edition__model {
		gap: 3.13vw;
		width: 88.28vw;

	}

	.edition__model-image {
		width: 44.14vw;
	}

	.edition__model-name {
		font-size: 2.73vw;
		line-height: 3.91vw;
	}

	.edition__model-desc {
		font-size: 1.95vw;
		line-height: 2.93vw;
		margin-top: 3.81vw;
	}

	.videos {
		padding-top: 7.91vw;
		padding-bottom: 11.62vw;
	}

	.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,
	.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: 18.359375vw;
		padding-bottom: 18.066406vw;
	}
	.mini__countryman {
		margin-top: 19.140625vw;
	}
	.mini__fivedoor {
		margin-top: 17.675781vw;
	}
	.mini__electric {
		margin-top: 17.675781vw;
	}
	.about__title {
		font-size: 4.394531vw;
		line-height: 6.347656vw;
	}
	.about__banner {
		margin-top: 4.882812vw;
	}
	.about__signature {
		font-size: 1.953125vw;
		line-height: 2.929688vw;
		margin-top: 4.394531vw;
	}
	.about__main {
		font-size: 3.125vw;
		line-height: 4.492188vw;
	}
	.about__main.cooper1 {
		margin-top: 6.542969vw;
	}
	.about__main.cooper2 {
		margin-top: 7.519531vw;
	}
	.about__main.cooper3 {
		margin-top: 7.519531vw;
	}

	.about__main.countryman1 {
		margin-top: 6.542969vw;
	}
	.about__main.countryman2 {
		margin-top: 5.46875vw;
	}
	.about__main.countryman3 {
		margin-top: 6.347656vw;
	}

	.about__main.fivedoor1 {
		margin-top: 9.472656vw;
	}

	.about__main.electric1 {
		margin-top: 6.542969vw;
	}

	.about__left {
		gap: 5.273438vw;
	}
	.about__right {
		gap: 5.273438vw;
	}
	.about__left.cooper1 {
		margin-top: 4.394531vw;
	}
	.about__right.cooper2 {
		margin-top: 4.589844vw;
	}
	.about__left.cooper3 {
		margin-top: 4.882812vw;
	}
	.about__right.cooper4 {
		margin-top: 4.882812vw;
	}

	.about__left.countryman1 {
		margin-top: 4.394531vw;
	}
	.about__right.countryman2 {
		margin-top: 4.882812vw;
	}
	.about__left.countryman3 {
		margin-top: 4.394531vw;
	}

	.about__left.fivedoor1 {
		margin-top: 4.394531vw;
	}

	.about__left.electric1 {
		margin-top: 4.394531vw;
	}

	.about__image {
		width: 34.179688vw;
		height: 26.367188vw;
	}
	.about__desc {
		font-size: 1.953125vw;
		line-height: 2.929688vw;
		width: 48.828125vw;
	}

	.showroom {
		padding-top: 13.8671875vw;
		padding-bottom: 26.17vw;
	}

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


	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: 3.91vw;
	}

	.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;
		line-height: 2.93vw;
	}

	.label__required {
		font-size: 1.37vw;
		padding: 0.39vw 0.88vw;
		margin-top: 0.98vw;
	}

	.label__hint {
		font-size: 1.17vw;
		margin-top: 0.88vw;
		line-height: 2.34vw;
	}

	.form__fields {
		padding: 2.93vw 0;
		gap: 1.27vw;
	}

	.form__hint {
		font-size: 1.56vw;
/* 		margin-top: -0.98vw; */
	}

	.drive__radio {
		gap: 1.76vw;
	}

	.drive__date,
	.drive__hour,
	.drive__name,
	.drive__phone,
	.drive__post{
		width: 23.63vw;
		height: 4.88vw;
		font-size: 1.76vw;
		padding-left: 1.17vw;
	}

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

	.drive__hour {
		padding: 0 1.17vw;
	}

	.drive__mail,
	.drive__address{
		width: 39.06vw;
		height: 4.88vw;
		font-size: 1.76vw;
		padding-left: 1.17vw;
	}
	.drive__address__container {
		gap: 1.76vw;
	}
	.drive__address__label {
		font-size: 1.76vw;
	}
	.line {
		height: 0.098vw;
	}

	.drive__submit {
		margin-top: 8.59vw;
		width: 29.3vw;
		height: 5.86vw;
		border-radius: 2.93vw;
		font-size: 1.953125vw;
	}

	.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: 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 {
		background: url(../img/banner-sp.webp);
		width: 100%;
		height: 236.27vw;
		margin-top: 18.67vw;
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.banner-title {
		font-size: 4.53vw;
		line-height: 6.67vw;
		margin-top: 3.20vw;
		margin-left: 7.73vw;
	}

	.banner-subtitle {
		font-size: 10.93vw;
		line-height: 12.53vw;
		margin-top: 0;
		margin-left: 7.73vw;
	}

	.banner-date {
		font-size: 6.93vw;
		line-height: 9.87vw;
		margin-top: -1.87vw;
		margin-left: 7.73vw;
	}

	.banner-catalog {
		font-size: 5.60vw;
		line-height: 8.00vw;
		margin-top: 79.20vw;
		margin-left: 7.73vw;
	}

	.banner-note {
		font-size: 2.67vw;
		line-height: 4.00vw;
		margin-top: 1.60vw;
		margin-left: 7.73vw;
	}

	.banner-reservation {
		margin-top: 11.73vw;
		margin-left: 7.73vw;
		gap: 2.93vw;
		flex-direction: column;
		align-items: flex-start;
	}

	.reservation-badge {
		font-size: 5.33vw;
		line-height: 7.73vw;
		width: 42.13vw;
		height: 10.13vw;
		border-radius: 0;
	}

	.reservation-text {
		font-size: 2.67vw;
		line-height: 4.80vw;
		margin-top: 2.93vw;
	}

	.reservation-gift {
		font-size: 6.13vw;
		line-height: 9.07vw;
		margin-top: 1.33vw;
	}

	.banner__reserve {
		width: 30.13vw;
		height: 30.13vw;
		bottom: 4vw;
		right: 8.27vw;
	}

	.reserve__prem1 {
		font-size: 2.93vw;
		line-height: 4.27vw;
	}

	.edition {
		padding-top: 25.60vw;
		padding-bottom: 11.73vw;
	}
	.edition__title {
		font-size: 4.53vw;
		line-height: 6.67vw;
	}
	.edition__subtitle {
		font-size: 7.47vw;
		line-height: 10.67vw;
		margin-top: 1.87vw;
	}
	.edition__description {
		font-size: 5.33vw;
		line-height: 8.00vw;
		margin-top: 12.00vw;
		width: 83.73vw;
		text-align: left;
	}
	.edition__image {
		width: 83.73vw;
		margin-top: 13.07vw;
	}
	.edition__models-title {
		font-size: 7.47vw;
		line-height: 10.67vw;
		margin-top: 23.73vw;
	}
	.edition__models {
		gap: 8.00vw;
		margin: 5.60vw auto 0 auto;
	}
	.edition__model {
		gap: 3.47vw;
		width: 83.73vw;
		flex-direction: column;
	}
	.edition__model.reverse{
		flex-direction: column-reverse;
	}
	.edition__model-image {
		width: 83.73vw;
	}
	.edition__model-name {
		font-size: 5.33vw;
		line-height: 8.00vw;
	}
	.edition__model-desc {
		font-size: 5.33vw;
		line-height: 8.00vw;
		margin-top: 4.00vw;
	}


	.videos {
		padding-top: 21.07vw;
		padding-bottom: 18.4vw;
	}
	.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: 26.933333vw;
		padding-bottom: 25.866667vw;
	}
	.mini__countryman,
	.mini__fivedoor,
	.mini__electric,
	.mini__fivedoor {
		margin-top: 25.066667vw;
	}

	.about__title {
		font-size: 8vw;
		line-height: 11.733333vw;
		text-align: center;
	}
	.about__banner {
		margin-top: 13.333333vw;
	}
	.about__signature {
		font-size: 5.333333vw;
		line-height: 8vw;
		margin-top: 12vw;
	}
	.about__main {
		font-size: 5.866667vw;
		line-height: 8vw;
	}
	.about__main.cooper1 {
		margin-top: 16.533333vw;
	}
	.about__main.cooper2 {
		margin-top: 23.466667vw;
	}
	.about__main.cooper3 {
		margin-top: 14.4vw;
	}

	.about__main.countryman1 {
		margin-top: 15.733333vw;
	}
	.about__main.countryman2 {
		margin-top: 14.4vw;
	}
	.about__main.countryman3 {
		margin-top: 14.4vw;
	}

	.about__main.fivedoor1 {
		margin-top: 15.733333vw;
	}

	.about__main.electric1 {
		margin-top: 15.733333vw;
	}

	.about__left,
	.about__right {
		flex-direction: column;
		gap: 7.466667vw;
	}
	.about__left.cooper1 {
		margin-top: 12.533333vw;
	}
	.about__right.cooper2 {
		margin-top: 16vw;
	}
	.about__left.cooper3 {
		margin-top: 5.333333vw;
	}
	.about__right.cooper4 {
		margin-top: 8.8vw;
	}

	.about__left.countryman1 {
		margin-top: 8.8vw;
	}
	.about__right.countryman2 {
		margin-top: 8vw;
	}
	.about__left.countryman3 {
		margin-top: 8vw;
	}

	.about__left.fivedoor1 {
		margin-top: 7.733333vw;
	}

	.about__left.electric1 {
		margin-top: 7.733333vw;
	}

	.about__image {
		width: 84vw;
		height: 64.8vw;
	}
	.about__desc {
		font-size: 5.333333vw;
		line-height: 8vw;
		width: 84vw;
	}

	.showroom {
		padding-top: 36vw;
	}
	.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;
	}

	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__jp {
		font-size: 5.33vw;
		line-height: 10.67vw;
		text-align: center;
	}
	.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;
		line-height: 8.00vw;
	}
	.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;
		width: 100%;
	}
	.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,
	.drive__post{
		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: 4.80vw;
		line-height: 8vw;
	}
	.drive__mail,
	.drive__address {
		width: 83.73vw;
		height: 13.33vw;
		font-size: 4.8vw;
		padding-left: 3.2vw;
	}
	.drive__address__container {
		flex-direction: column;
		align-items: start;
		gap: 1.60vw;
	}
	.drive__address__label {
		font-size: 4.80vw;
	}
	.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;
	}
}
/* sign */
