@charset "utf-8";

/* ↓↓↓ fv ↓↓↓ */
.breadcrumb {
	padding: 35px 40px 20px;
}
.fv {
	position: relative;
	width: 86.555%;
	margin: 0 auto;
}

@media (max-width: 1080px) {
	.fv {
		width: 100%;
		height: 466px;
	}
}

@media (max-width: 768px) {
	.fv {
		height: auto;
	}
}

.fv .image {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fv .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.fv-title {
	position: relative;
	font-size: 4.8rem;
	color: #000;
	margin-top: 32px;
	z-index: 1;
}

@media (max-width: 1080px) {
	.fv-title {
		margin: 32px 30px 0;
	}
}

@media (max-width: 768px) {
	.fv-title {
		position: initial;
		min-height: 152px;
		color: #000;
		background-color: #f5f5f5;
		padding: 20px 20px 45px;
		margin: 0;
	}
}

.fv-title .title {
	font-family: var(--noto-serif);
	font-size: clamp(40px,48/1280*100vw,48px);
	letter-spacing: 0.08em;
	line-height: 1;
}

@media (max-width: 768px) {
	.fv-title .title {
		font-size: 4rem;
		line-height: 1.4;
	}
}
/* ↑↑↑ fv ↑↑↑ */

h3.conts-ttl {
	padding-top: 32px;
	font-family: var(--noto-serif);
	font-size: 4.8rem;
	letter-spacing: .08em;
	line-height: 1;
	position: relative;
}

@media screen and (max-width: 768px) {
	h3.conts-ttl {
		font-size: 2.8rem;
		padding-top: 25px;
	}
}

/* ↓↓↓ dealer ↓↓↓ */
.message {
	position: relative;
	margin-top: 110px;
}

@media screen and (max-width: 1080px) {
	.message {
    margin-top: 170px;
	}
}

@media screen and (max-width: 768px) {
	.message {
		margin-top: 21.3334vw;
	}
}

.message::before {
	content: '';
	position: absolute;
	width: 64.53%;
	height: 460px;
	top: 35px;
	left: 0;
	background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
	.message::before {
    width: 71.47%;
		height: 39%;
    top: 25px;
	}
}

.message .bg-txt {
	position: absolute;
	top: -125px;
	right: 35px;
	width: min(745px, 62.606%);
}

@media (max-width: 768px) {
	.message .bg-txt {
		top: calc((-150 + 75) * ((100vw - 375px) / (768 - 375)) - 75px);
		right: 5px;
		width: 74.67%;
	}
}

.message .wrap {
	position: relative;
	max-width: 996px;
	margin: 0 auto;
	padding: 0 30px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.message .wrap {
		padding: 0 20px;
	}
}

.message .wrap::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -60px;
	width: 70.282%;
	height: 410px;
	background-color: #F5F5F5;
}

@media screen and (max-width: 768px) {
	.message .wrap::after {
		width: 71.47%;
		height: 42.3667%;
		bottom: -30px;
	}
}



.message .wrap-inner {
	position: relative;
	max-width: 818px;
	z-index: 1;
}

.message .wrap .lead {
	font-family: var(--noto-serif);
	font-size: 3.2rem;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
	.message .wrap .lead {
		font-size: 2.4rem;
	}
}

.message .wrap .text {
	text-align: justify;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.08em;
	margin-top: 50px;
}

.message .wrap .from {
	text-align: right;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	margin-top: 60px;
}
/* ↑↑↑ message ↑↑↑ */

/* ↓↓↓ special ↓↓↓ */
.special-area {
	margin: 150px auto 0;
}

@media screen and (max-width: 768px) {
	.special-area {
		margin: 120px auto 0;
	}
}

.special-area .container {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .special-area .container {
    padding: 0 20px;
  }
}

.special-area  .container .head-group .sub {
	font-size: 1.2rem;
}

.special-area  .container .head-group .head-txt {
	font-size: 3.2rem;
}

.special-area .container .inner {
  max-width: 936px;
  margin: 0 auto;
}

.special-area .foot-slider {
	position: relative;
	max-width: 996px;
	overflow-x: hidden;
	margin: 24px auto 0;
	padding: 0 30px;
}

@media screen and (max-width: 768px) {
	.special-area .foot-slider {
		margin: 30px 0 0 20px;
		padding: 50px 0 0;
	}
}

.special-area .foot-slider .swiper-button-disabled {
	opacity: .3;
}

.special-area .foot-slider .controller {
	display: none;
}

@media screen and (max-width: 768px) {
	.special-area .foot-slider .controller {
		position: absolute;
		display: flex;
		align-items: center;
		width: 151px;
		top: 0;
		right: 20px;
  }
}

.special-area .foot-slider .pagination .num {
	font-size: 1.4rem;
	font-family: var(--josefin);
	line-height: 1;
	display: flex;
	align-items: center;
	padding-top: 3px;
}

@media screen and (max-width: 768px) {
	.special-area .foot-slider .pagination .num {
		font-size: 1.2rem;
  }
}

.special-area .foot-slider .pagination .line {
	content: '';
	width: 18px;
	height: 1px;
	display: block;
	background: #000;
	margin: 0 auto;
}

.special-area .foot-slider .navigation {
	display: flex;
	gap: 0 24px;
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	.special-area .foot-slider .navigation {
		gap: 0 8px;
		margin-left: 10px;
  }
}

.special-area .foot-slider .arrow-prev,
.special-area .foot-slider .arrow-next {
	width: 32px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #000;
	background-image: url(../img/common/arrow_white.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
	cursor: pointer;
}

.special-area .foot-slider .navigation .arrow-prev {
	transform: rotate(180deg);
}

.special-area .foot-slider .swiper-slide {
	position: relative;
	width: calc((100% - 36px) / 3);
}

.special-area .foot-slider .swiper-slide:not(:first-of-type) {
	margin-left: 18px;
}

.special-area .foot-slider .slide-inner {
	position: relative;
}

@media screen and (max-width: 768px) {
	.special-area .foot-slider .swiper-slide {
		width: 100%;
		max-width: 80vw;
	}
	
	.special-area .foot-slider .swiper-slide:not(:first-of-type) {
		margin-left: 0;
	}

	.special-area .foot-slider .swiper-slide:last-child {
		max-width: initial;
		width: 100%;
	}

	.special-area .foot-slider .swiper-slide:last-child .slide-inner {
		max-width: 80vw;
	}
}

.special-area .foot-slider .swiper-slide .txt-group {
	margin-top: 25px;
}

.special-area .foot-slider .swiper-slide:hover .conts-ttl {
	color: #666666;
}

@media screen and (max-width: 768px) {
	.special-area .foot-slider .swiper-slide:hover .conts-ttl {
		color: inherit;
	}
}

.special-area .foot-slider .swiper-slide .txt {
	width: 73.44%;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2.1;
	margin-top: 18px;
	transition: color ease .3s;
}

@media screen and (max-width: 1080px) {
	.special-area .foot-slider .swiper-slide .txt {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.special-area .foot-slider .swiper-slide .txt {
		font-size: 1.2rem;
		margin-top: 15px;
	}
}

.special-area .foot-slider .swiper-slide:hover .txt {
	color: #666666;
}

@media screen and (max-width: 768px) {
	.special-area .foot-slider .swiper-slide:hover .txt {
		color: inherit;
	}
}

.special-area .foot-slider .view-more {
	position: relative;
	font-size: 1.2rem;
	margin: 30px 0 0 auto;
}

.special-area .foot-slider .arrow {
	width: 32px;
}

.special-area .foot-slider .view-more .arrow::before {
	width: 10px;
	height: 8px;
}

.special-area .foot-slider .conts-ttl {
	font-size: 2.4rem;
}

.special-area .foot-slider .swiper-slide .txt {
	width: 100%;
	font-size: 1.2rem;
}

.special-area .foot-slider .view-more {
	position: relative;
	font-size: 1.2rem;
	margin: 30px 0 0 auto;
}

.special-area .foot-slider .arrow {
	width: 32px;
}

.special-area .foot-slider .view-more .arrow::before {
	width: 10px;
	height: 8px;
}

/* ↑↑↑ special ↑↑↑ */

footer {
	margin-top: 150px;
}