@charset "UTF-8";

/* ----------------------------

全体設定

---------------------------- */

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
img.pc-only {
	display: inline;
}
@media screen and (max-width: 767px) {
	img.pc-only {
		display: none;
	}
}
img.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	img.sp-only {
		display: inline;
	}
}

.pc-only {
	display: block;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
}

.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp-only {
		display: block;
	}
}

.pc-only2 {
	display: inline;
}
@media screen and (max-width: 767px) {
	.pc-only2 {
		display: none;
	}
}

.sp-only2 {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp-only2 {
		display: inline;
	}
}

.price-down .wrapper {
	margin-top: 42px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.price-down .wrapper {
		margin-top: 0px;
	}
}

.price-down .wrapper img {
	max-width: 100%;
	height: auto;
}
.price-down section {
	max-width: 100%;
}
.price-down section p {
	line-height: 2;
	margin-bottom: 1.2em;
}

/* ----------------------------

FADE UP

---------------------------- */

.fadeup {
	opacity: 0;
	transform: translate(0, 30px);
	transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.fadeup.in {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeup2 {
	transform: translate(0, 80px);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.fadeup2.in {
	transform: translate(0, 0);
}

/* ----------------------------

パンクズ

---------------------------- */

.price-down #pageTopSec {
	margin-bottom: 0;
	position: absolute;
	padding: 15px 0;
}
.price-down #pageTopSec .innerBlock {
	padding-bottom: 20px;
}
.price-down #pageTopSec #breadcrumb {
	margin-bottom: 0;
}
.price-down #pageTopSec #breadcrumb .topic,
.price-down #pageTopSec #breadcrumb .topic a {
	color: #a0a0a0;
}

/* ----------------------------

KV

---------------------------- */

.pd-kv {
	background: #1e1e1e;
	text-align: center;
	padding: 60px 20px;
}
@media screen and (max-width: 767px) {
	.pd-kv {
		padding: 60px 20px 30px;
	}
}

.pd-kv__catch {
	margin-bottom: 20px;
}
.pd-kv__catch img {
	width: 382px;
}
@media screen and (max-width: 767px) {
	.pd-kv__catch img {
		width: 190px;
	}
}

.pd-kv__price-down img {
	width: 733px;
}
@media screen and (max-width: 767px) {
	.pd-kv__price-down img {
		width: 100%;
	}
}

.pd-kv__cars {
	margin-top: -30px;
}
@media screen and (max-width: 767px) {
	.pd-kv__cars {
		margin-top: -19px;
	}
}

.pd-kv__cars img {
	width: 725px;
}

/* ----------------------------

INTRO

---------------------------- */

.pd-intro {
	padding: 80px 20px 120px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.pd-intro {
		padding: 30px 0px 100px;
	}
}
.pd-intro__ttl {
	font-size: 25px;
	line-height: 1.52;
	font-weight: bold;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.pd-intro__ttl {
		font-size: 20px;
		text-align: left;
	}
}

.pd-intro__ttl span {
	color: #d00101;
	font-weight: 700;
}
.pd-intro__body {
	color: #4e4e4e;
}
@media screen and (max-width: 767px) {
	.pd-intro__body {
		text-align: left;
	}
}

.pd-intro__body strong {
	font-weight: 700;
}
.pd-intro .btnType-11 {
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.pd-intro .btnType-11 {
		margin-top: 60px;
	}
}

/* ----------------------------

SPECIAL

---------------------------- */

.pd-special {
	margin-bottom: 70px !important;
}
.pd-special__bg {
	position: relative;
	background: #000;
}
.pd-special__bg .img {
	overflow: hidden;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 600;
}
@media screen and (max-width: 767px) {
	.pd-special__bg .img {
		aspect-ratio: 375 / 330;
	}
}
.pd-special__bg .img img {
	object-fit: cover;
	width: 120%;
	height: 120%;
}
.pd-special__bg .txt {
	position: absolute;
	left: 50%;
	bottom: 70px;
	transform: translate(-50%, 0);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.pd-special__bg .txt {
		width: 100%;
		text-align: center;
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.pd-special__bg .txt .line-1 {
	font-size: 25px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.pd-special__bg .txt .line-1 {
		font-size: 17px;
	}
}
.pd-special__bg .txt .line-1 .blue {
	color: #28abe2;
}
.pd-special__bg .txt .line-2 {
	font-size: 32px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.pd-special__bg .txt .line-2 {
		font-size: 22px;
	}
}

.pd-special__list {
	display: flex;
	gap: 42px;
	margin-top: -32px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.pd-special__list {
		flex-direction: column;
	}
}
.pd-special__item {
	width: calc((100% - 84px) / 3);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 40px 25px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.pd-special__item {
		width: 100%;
	}
}
.pd-special__item .header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 17px;
}
.pd-special__item .header .ttl {
	font-size: 23px;
	line-height: 1.43;
	font-weight: bold;
	position: relative;
	top: 2px;
}
@media screen and (max-width: 767px) {
	.pd-special__item .header .ttl {
		font-size: 19px;
	}
}

.pd-special__item .body {
	font-size: 14.5px;
	line-height: 1.87;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.pd-special__item .body {
		font-size: 13px;
	}
}

/* ----------------------------

PICK UP

---------------------------- */

.pd-pickup {
	margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
	.pd-pickup {
		background: #f0efef;
		margin-bottom: 60px !important;
	}
}
.pd-pickup-gray {
	background: #f0efef;
	padding: 70px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.pd-pickup-gray {
		padding: 30px 0 50px;
	}
}
.pd-pickup-gray-inner {
	max-width: 904px;
	margin: 0 auto;
}
.pd-pickup__ttl {
	font-size: 25px;
	font-weight: 700;
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__ttl {
		font-size: 20px;
		text-align: left;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}
.pd-pickup__ttl .red {
	color: #d00101;
	font-weight: bold;
}
.pd-pickup__lead {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__lead {
		font-size: 13px;
		text-align: left;
		padding-left: 130px;
		margin-bottom: 15px;
	}
}
.pd-pickup__lead strong {
	font-size: 25px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.pd-pickup__lead strong {
		font-size: 17px;
	}
}
.pd-pickup__list {
	display: flex;
	gap: 10px;
	position: relative;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__list {
		flex-direction: column;
	}
}
.pd-pickup__list:before {
	content: "";
	display: block;
	width: 172px;
	height: 172px;
	background: url(../../images/price-down/pickup-badge.svg) no-repeat center / 100% auto;
	position: absolute;
	left: -50px;
	top: -100px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__list:before {
		width: 112px;
		height: 112px;
		left: 0;
		top: -90px;
	}
}
.pd-pickup__list > li {
	width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 767px) {
	.pd-pickup__list > li {
		width: 100%;
	}
}
.pd-pickup__carname {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__carname {
		font-size: 20px;
		line-height: 1.3;
	}
}
.pd-pickup__carname small {
	font-size: 15px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.pd-pickup__carname small {
		font-size: 13px;
	}
}
.pd-pickup__case {
	color: #4e4e4e;
}
.pd-pickup__case .ttl {
	font-size: 17px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__case .ttl {
		font-size: 13px;
		margin-bottom: 15px;
	}
}
.pd-pickup__case .bg-white {
	background: #fff;
	padding: 20px 110px;
	text-align: left;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__case .bg-white {
		padding: 20px;
		margin-bottom: 30px;
	}
}
.pd-pickup__case .bg-white dl {
	display: flex;
	flex-wrap: wrap;
}
.pd-pickup__case .bg-white dt {
	width: 470px;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__case .bg-white dt {
		width: 100%;
		font-size: 13px;
	}
}
.pd-pickup__case .bg-white dd {
	width: calc(100% - 470px);
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.pd-pickup__case .bg-white dd {
		width: 100%;
		margin-bottom: 15px;
	}
	.pd-pickup__case .bg-white dd:last-child {
		margin-bottom: 0px;
	}
}
.pd-pickup__case .bg-white dd .price {
	font-weight: 700;
}
.pd-pickup__case .bg-white dd .badge {
	font-size: 12px;
	color: #d00101;
	font-weight: bold;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__case .bg-white dd .badge {
		font-size: 12px;
	}
}
.pd-pickup__case .ttl-2 {
	font-size: 15px;
	font-weight: 700;
	border-bottom: 1px solid #707070;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.pd-pickup__case .ttl-2 {
		font-size: 2.8vw;
		text-align: left;
	}
}
.pd-pickup__case .bg-none {
	text-align: left;
}
.pd-pickup__case .bg-none ul li {
	font-size: 15px;
	position: relative;
	padding: 0 0 0 20px;
	color: #4e4e4e;
}
@media screen and (max-width: 767px) {
	.pd-pickup__case .bg-none ul li {
		font-size: 13px;
	}
}
.pd-pickup__case .bg-none ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

/* ----------------------------

LINE UP

---------------------------- */

.pd-lineup {
	margin-bottom: 150px !important;
}
@media screen and (max-width: 767px) {
	.pd-lineup {
		margin-bottom: 100px !important;
	}
}
.pd-lineup__ttl {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.pd-lineup__ttl {
		margin-bottom: 30px;
	}
}
.pd-lineup__ttl:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
	position: absolute;
	left: 0;
	top: 8px;
}
@media screen and (max-width: 767px) {
	.pd-lineup__ttl:before {
		top: 20px;
	}
}
.pd-lineup__ttl:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
	position: absolute;
	left: 0;
	bottom: 8px;
}
@media screen and (max-width: 767px) {
	.pd-lineup__ttl:after {
		bottom: 20px;
	}
}
.pd-lineup__ttl > span {
	font-size: 24px;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	position: relative;
	padding: 0 20px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.pd-lineup__ttl > span {
		font-size: 20px;
		line-height: 1.2;
	}
}
.pd-lineup__list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.pd-lineup__item {
	width: calc((100% - 64px) / 3);
	background: #f0efef;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.pd-lineup__item {
		width: 100%;
		display: block;
	}
}

.pd-lineup__item .img {
	overflow: hidden;
}
.pd-lineup__item .img img {
	transition: transform 0.2s ease-out;
}
.pd-lineup__item .txt {
	padding: 20px 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 2;
}
@media screen and (max-width: 767px) {
	.pd-lineup__item .txt {
		padding: 20px 25px 40px;
		display: block;
	}
}
.pd-lineup__item .carname {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.pd-lineup__item .carname {
		font-size: 22px;
	}
}
.pd-lineup__item .type {
	font-size: 20px;
}
.pd-lineup__item .pricearea {
	flex-grow: 2;
}
.pd-lineup__item .priceset {
	margin: 20px 0;
}
.pd-lineup__item .priceset .header {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 7px;
}
.pd-lineup__item .priceset .price {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.2;
	color: #d00101;
}
@media screen and (max-width: 767px) {
	.pd-lineup__item .priceset .price {
		font-size: 23px;
	}
}
.pd-lineup__item .priceset .price .enmark {
	font-size: 27px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.pd-lineup__item .priceset .price .enmark {
		font-size: 23px;
	}
}

.pd-lineup__item .priceset .price .kara {
	font-size: 14px;
	margin-left: 8px;
	color: #000000;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.pd-lineup__item .priceset .price .kara {
		font-size: 12px;
	}
}

.pd-lineup__item .btn {
	padding: 0 20px;
	margin-top: 30px;
}
.pd-lineup__item .btn a {
	border: 1px solid #1e1e1e;
	font-size: 14px;
	font-weight: 700;
	display: block;
	padding: 18px;
	text-align: center;
}
.pd-lineup__item .btn a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}
.pd-lineup__item:hover .img img {
	transform: scale(1.1);
}
.pd-lineup .btnType-11 {
	margin-top: 70px;
}
@media screen and (max-width: 767px) {
	.pd-lineup .btnType-11 {
		margin-top: 40px;
	}
}
