@charset "UTF-8";

.kv{
	width: 100vw;
	height: calc(100vh - 98px);
	background: url(../img/bg-point.png) no-repeat center / cover;
	overflow: hidden;
}
@media screen and (max-width:768px) {
	.kv{
		background: #fff;
	}
}

.c-youtube::after {
	content: '';
	position: absolute;
	inset: 0;
}

.kv__link{
	position: absolute;
	inset: 0;
	z-index: 10;
}

.c-youtube {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
}

.c-youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.section__inner{
	max-width: 1100px;
	width: 90%;
	margin-inline: auto;
}

.cv-button{
	width: 435px;
	margin-inline: auto;
	margin-top: 50px;
}
.cv-button__link{
	display: block;
	transition: .3s;
}
.cv-button__link:hover{
	scale: 1.05;
}

.point{
	background: url(../img/bg-point.png) no-repeat center / cover;
	padding-block: 70px;
	/* margin-top: -10px; */
}
.point__list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
.point__items--tit{
	height: 120px;
	text-align: center;
}
.point__items--tit img{
	width: auto;
	height: 100%;
}
.point__items--img{
	margin-top: 15px;
}

.strong{
	background: url(../img/bg-strong_snow.png) no-repeat center / cover;
	padding-block: 70px;
}
.strong__tit{
	width: 90%;
	margin-inline: auto;
	margin-top: -120px;
}
.strong__txt{
	position: relative;
	z-index: 1;
	margin-top: -100px;
	width: 690px;
	margin-inline: auto;
}
.strong__img{
	margin-top: -50px;
	width: 760px;
	margin-inline: auto;
}
.strong__acd{
	margin-top: 30px;
}
.strong__acd dt{
	position: relative;
	cursor: pointer;
}
.strong__acd dt .obj{
	position: absolute;
	top: 50%;
	right: 25px;
	translate: 0 -50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 100vmax;
}
.strong__acd dt .obj.is-open .line:nth-child(2){
	rotate: 0deg;
	opacity: 0;
}
.strong__acd dt .obj .line{
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 25px;
	height: 2px;
	background: #1473DD;
	transition: .3s;
}
.strong__acd dt .obj .line:nth-child(2){
	rotate: 90deg;
}
.strong__acd dd{
	background: #F5F5F5;
	padding: 40px 65px;
	display: none;
}
.strong__acd--list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.strong__acd--itemsTit{
	height: 185px;
	text-align: center;
}
.strong__acd--itemsTit img{
	width: auto;
	height: 100%;
}
.strong__acd--itemsImg{
	margin-top: 20px;
}
.strong__acd--itemsTxt{
	margin-top: 15px;
	height: 40px;
	width: fit-content;
	margin-inline: auto;
}
.strong__acd--itemsTxt img{
	width: auto;
	height: 100%;
}

.strong.-ice{
	background: url(../img/bg-strong_ice.png) no-repeat center / cover;
}
.strong.-ice .strong__txt{
	width: 500px;
}

.dealer-search {
	background-color: #f5f5f5;
	padding: 5.68182%;
}
.dealer-search__title {
	text-align: center;
	margin-bottom: 40px;
}
.dealer-search__content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.dealer-search__content-inner {
	width: 47.4359%;
}
.dealer-list__title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(0, 0, 0, .2);
}
.dealer-list__title-text {
	display: block;
	width: 172px;
}
.dealer-list__link:not(:last-child) {
	margin-bottom: 15px;
}
.dealer-list__anchor {
	height: 84px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	background-color: #d11338;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.dealer-list__anchor:before, .dealer-list__anchor:after {
	content: '';
	display: block;
	position: absolute;
}
.dealer-list__anchor:before {
	width: 5.40541%;
	padding-top: 7.56757%;
	background: url(../img/area/ico-pin.svg) no-repeat center center;
	background-size: contain;
	left: 8.10811%;
}
.dealer-list__anchor:after {
	width: 12px;
	height: 12px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
	right: 8.10811%;
}
.dealer-list__anchor-text {
	display: inline-block;
	height: 27.38095%;
	line-height: 1;
}
.area-block {
	background: url(../img/bg-area-block.png) no-repeat center / cover;
	padding: 90px 0;
}
.area-block__title {
	text-align: center;
	margin-bottom: 50px;
	width: 864px;
	margin-inline: auto;
}
.area-block__content {
	background-color: #fff;
}
.area-map {
	padding: 5.68182% 6.25% 4.54545% 6.81818%;
	position: relative;
}
.area-map__pics {
	width: 89.93464%;
	margin-left: auto;
	position: relative;
}
.area-map__image {
	width: 97.38372%;
	margin-left: auto;
}
.area-map__link {
	width: 74.27326%;
	position: absolute;
	top: 14.4%;
	left: 0;
}
.area-map__button {
	width: 24.46184%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
.area-map__button.o-north {
	margin-left: 41.87867%;
}
.area-map__button.o-east {
	margin: 18.3953% 0 0 auto;
}
.area-map__button.o-center {
	margin: 5.08806% auto 0 27.39726%;
}
.area-map__button.o-south {
	margin-top: 8.80626%;
}
.area-map__button-anchor {
	display: block;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.area-map__text {
	max-width: 21.70455%;
	position: absolute;
}
.area-map__text.o-south {
	top: 5.68182%;
	left: 6.81818%;
}
.area-map__text.o-north {
	bottom: 5.68182%;
	right: 6.81818%;
}
.area-shoplist {
	width: 100%;
}
.area-shoplist__heading {
	margin-bottom: 10.4712%;
}
.area-shoplist__detail-item:not(:last-child) {
	margin-bottom: 10.4712%;
}
.area-shoplist__detail-anchor {
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.footnote-block:not(:last-child) {
	margin-bottom: 2em;
}
.footnote-block__heading {
	font-size: 1.0rem;
}
.footnote-list {
	font-size: 1.0rem;
}
.footnote-list__anchor {
	color: #fff;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.footnote-list__anchor:hover {
	text-decoration: none;
	opacity: .5;
}
.float-banner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	gap: 20px;
	max-width: 1250px;
}
.float-banner__anchor {
	display: inline-block;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
	position: relative;
}
.header_logo_title {
	font-size: 2.6rem;
	font-weight: 700;
}
.section-inner {
	max-width: 980px;
	margin: 0 auto;
}
.section-inner.o-narrow {
	max-width: 880px;
}
.image {
	width: auto;
	max-width: 100%;
	height: auto;
}
.auto-height {
	width: auto;
	height: 100%;
}
.sup-text {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: .3em;
}
.button_column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.button_column .link_btn {
	width: 49.4898%;
}
.button_column.o-width {
	max-width: 860px;
	margin: 20px auto 0;
}
.button_column.o-width .button {
	width: 49.4186%;
}
.button_column.o-width .button_anchor {
	letter-spacing: .2em;
	padding: 14px 0 13px;
}
.link_btn_anchor {
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 19px 0 21px;
	background-color: #c30e30;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
	letter-spacing: .1em;
	position: relative;
}
.link_btn_anchor .o-big {
	font-size: 3.2rem;
}
.link_btn_anchor:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
	position: absolute;
	top: calc(50% - 7px);
	right: 26px;
}
.link_btn_anchor:hover {
	opacity: .5;
}
.button_anchor {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #1d1d1d;
	text-decoration: none;
	display: block;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
	padding: 10px 0 9px;
	letter-spacing: .1em;
	position: relative;
}
.button_anchor:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
	position: absolute;
	top: calc(50% - 6px);
	right: 17px;
}
.button_anchor:hover {
	opacity: .5;
}
.contact-button__title {
	text-align: center;
}
.contact-button__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 23px;
}
.contact-button__item {
	width: 49.4898%;
	position: relative;
	padding-top: 15px;
}
.contact-button__label {
	width: 192px;
	height: 41px;
	background: url(../img/bg-contact_label.png) no-repeat center top;
	background-size: 100% auto;
	font-size: 1.6rem;
	padding-top: 3px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
.contact-button .link_btn_anchor {
	padding: 15px 0 17px;
}
.footnote {
	background-color: #2e2e2e;
	color: #fff;
}
.footnote_inner {
	max-width: 980px;
}
.float-bottom-conversion {
	height: 116px;
	background: #fff;
}
@media(hover:hover) and (pointer:fine) {
	.dealer-list__anchor:hover {
		opacity: .5;
	}
	.area-map__button-anchor:hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.area-shoplist__detail-anchor:hover {
		opacity: .5;
	}
	.float-banner__anchor:hover {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}
	.mainvisual-block__pickup-anchor:hover {
		opacity: .5;
	}
	.electric-vehicle__morelink-anchor:hover {
		opacity: .5;
	}
}
@media(-ms-high-contrast:none), (-ms-high-contrast:active) {
	.dealer-list__anchor:hover {
		opacity: .5;
	}
	.area-map__button-anchor:hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.area-shoplist__detail-anchor:hover {
		opacity: .5;
	}
	.float-banner__anchor:hover {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}
	.mainvisual-block__pickup-anchor:hover {
		opacity: .5;
	}
	.electric-vehicle__morelink-anchor:hover {
		opacity: .5;
	}
}
@media screen and (max-width:979px) and (min-width:768px) {
	.area-block__title {
		max-width: 78.36735%;
		margin-left: auto;
		margin-right: auto;
	}
	.header_new, .footer_inner, .footnote_inner, .section-inner {
		max-width: 92%;
		margin-left: 4%;
		margin-right: 4%;
	}
	.pagetop {
		right: 0;
	}
	.driver-voice-car__photo {
		margin-left: -30px;
		margin-right: -30px;
	}
	.link_btn_anchor {
		font-size: 2.0rem;
	}
	.link_btn_anchor .o-big {
		font-size: 3.0rem;
	}
	.link_btn_anchor:after {
		right: 20px;
	}
	.button_anchor {
		font-size: 1.4rem;
	}
	.button_anchor:after {
		right: 15px;
	}
	.mainvisual-block-nav__anchor {
		font-size: 1.4rem;
	}
	.mainvisual-block-nav__anchor:after {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		right: 10px;
	}
	.electric-4wd__title {
		max-width: 77.14286%;
		margin-left: auto;
		margin-right: auto;
	}
	.tab-menu {
		max-width: 89.79592%;
	}
	.tab-button {
		height: 125px;
	}
	.tab-button.is-active {
		height: 140px;
	}
	.epower__title {
		max-width: 75.5102%;
		margin-left: auto;
		margin-right: auto;
	}
	.electric-vehicle__car {
		margin-top: -70px;
	}
	.electric-vehicle__photo {
		margin: 0 auto -70px;
		-webkit-transform: translateY(-70px);
		transform: translateY(-70px);
	}
	.electric-vehicle__button-area {
		width: 90%;
	}
	.electric-vehicle__more {
		top: 45%;
	}
	.strong__acd--itemsTit{
		height: 13.88vw;
	}
	.strong__acd--itemsTxt{
		height: 2.96vw;
	}
	.point__items--tit{
		height: 11.24vw;
	}
	.strong__txt{
		margin-top: -9.24vw;
		width: 70.41vw;
	}
	.strong.-ice .strong__txt{
		width: 51.02vw;
	}
	.strong__img{
		width: 77.55vw;
	}
}
@media screen and (min-width:1600px) {
	.mainvisual-block-bg {
		background: url(../img/bg-mainvisual.png) no-repeat center top;
		background-size: 100% auto;
	}
}
@media screen and (min-width:1920px) {
	.mainvisual-block-title {
		background: url(../img/bg-mainvisual_title.png) no-repeat top center;
		background-size: 100% auto;
	}
	.epedal-block {
		background: url(../img/bg-epedal.png) no-repeat center bottom;
		background-size: cover;
	}
	.driver-voice {
		background: url(../img/bg-driver_voice.png) no-repeat center top #ffd800;
		background-size: 100% auto;
	}
}