@charset "utf-8";

:root {
	--pcp: / 1375 * 100%;
	--pcv: / 1375 * 100vw;
	
	--spp: / 375 * 100%;
	--spv: / 375 * 100vw;
}

html {
	background: #fff;
	scroll-padding-top: 133px;
	scroll-behavior: smooth;
}

.page-cont p,
.page-cont th,
.page-cont td,
.page-cont li {
	margin: 0;
	line-height: 1;
}

.page-cont ul,
.page-cont ol {
	list-style-type: none;
}

.bg-beige {
	background: #f5f1e2;
}

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
	.box1285 {
		max-width: 1285px;
		width: calc(1285 var(--pcp));
		margin: 0 auto;
		position: relative;
	}
	.box1220 {
		max-width: 1220px;
		width: calc(1220 var(--pcp));
		margin: 0 auto;
		position: relative;
	}
	.box1012 {
		max-width: 1012px;
		width: calc(1012 var(--pcp));
		margin: 0 auto;
		position: relative;
	}
	
	a[href^="tel:"] {
		pointer-events: none;
		color: #000;
		text-decoration: none;
	}
}

@media screen and (max-width:767px) {
	html {
		scroll-padding-top: 86px;
	}
	.sp-none {
		display: none !important;
	}
	.box-sp {
		width: calc(345 var(--spp));
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	header
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.header-wrap {
		height: 123px;
	}
	#header {
		width: 100%;
		height: 123px;
		box-sizing: border-box;
		border-bottom: solid 2px #ccc;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}
	#header .inner {
		max-width: 1260px;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#header .logo {
		margin-top: 46px;
	}
	#header .logo img {
		width: 265px;
		height: auto;
	}
	#header .yamaha {
		margin: 38px 16px 0 0;
	}
	#header .yamaha img {
		width: 137px;
		height: auto;
	}
	
	#header .page-nav {
		display: flex !important;
		gap: 14px 30px;
		position: absolute;
		top: 68px;
		left: 53.2%;
		transform: translate(-50%,-50%);
		list-style-type: none;
	}
	#header .page-nav li {
		white-space: nowrap;
		font-size: 15px;
		line-height: 1;
	}
	#header .page-nav li a {
		color: #000;
	}
}

@media print, screen and (min-width:768px) and (max-width:1260px) {
	#header .page-nav {
		width: 400px;
		flex-wrap: wrap;
		justify-content: center;
		left: 57%;
		top: 68px;
	}
}

@media print, screen and (min-width:768px) and (max-width:830px) {
	#header .page-nav {
		gap: 14px 20px;
	}
	#header .page-nav li {
		font-size: 13px;
	}
}

@media screen and (max-width:767px) {
	.header-wrap {
		height: 76px;
	}
	#header {
		width: 100%;
		height: 76px;
		box-sizing: border-box;
		border-bottom: solid 2px #ccc;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}
	#header .inner {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 53px;
	}
	#header .logo {
		margin-top: 28px;
	}
	#header .logo img {
		width: 139px;
		height: auto;
	}
	#header .yamaha {
		margin-top: 26px;
	}
	#header .yamaha img {
		width: 80px;
		height: auto;
	}
	
	#header .page-nav {
		width: 100%;
		height: calc(100vh - 76px);
		position: fixed;
		left: 0;
		top: 76px;
		z-index: 100;
		list-style-type: none;
		background: #b79a72;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		display: none;
	}
	#header .page-nav li {
		white-space: nowrap;
		font-size: 1.6rem;
		line-height: 1;
		border-bottom: solid 1px #cfb697;
	}
	#header .page-nav li a {
		height: 53px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #000;
		color: #fff;
	}
	
	#menu-btn {
		width: 18px;
		height: 16px;
		background: url("/jp/lp/heritage/img/menu.svg") no-repeat center center / 18px auto;
		border: none;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 41px;
		transform: translateY(-50%);
	}
	#menu-btn.on {
		background: url("/jp/lp/heritage/img/close.svg") no-repeat center center / 15px auto;
	}
}

/* -------------------------------------------------
	見出し
------------------------------------------------- */

.h-type1 {
	margin-bottom: 30px;
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	font-weight: normal;
}
.h-type1 span {
	padding: 0 0.3em 5px;
	display: inline-block;
	border-bottom: solid 1px #666;
}

.h-type2 {
	padding: 0.4em 0 0.3em 0.7em;
	margin-bottom: 20px;
	font-size: 2.2rem;
	line-height: 1.5;
	border-bottom: solid 1px #666;
	border-left: solid 10px #000;
}

@media screen and (max-width:767px) {
	.h-type1 {
		margin-bottom: 18px;
		font-size: 2rem;
	}
	.h-type1 span {
		padding: 0 0.3em 5px;
	}
	
	.h-type2 {;
		font-size: 1.6rem;
		line-height: calc(22 / 15);
		border-left-width: 8px;
	}
}

/* -------------------------------------------------
	ボタン
------------------------------------------------- */

.btn-type1 {
	width: 287px;
	height: 85px;
	padding-left: 1em;
	padding-right: 2em;
	box-sizing: border-box;
	font-size: 2.2rem;
	color: #fff;
	background: #519d3f;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 6px;
	transition: background ease 0.3s;
}
.btn-type1::after {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border-right: solid 3px #fff;
	border-top: solid 3px #fff;
	content: "";
	display: block;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.btn-type1:hover {
	text-decoration: none;
	background: #72cd33;
}

/* .low */
.btn-type1.low {
	height: 77px;
	font-size: 1.8rem;
}
.btn-type1.low::after {
	width: 14px;
	height: 14px;
}

@media screen and (max-width:767px) {
	.btn-type1 {
		width: 300px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 77px;
		font-size: 1.8rem;
	}
	.btn-type1::after {
		width: 13px;
		height: 13px;
		border-right: solid 2px #fff;
		border-top: solid 2px #fff;
		right: 12px;
	}
	
	/* .low */
	.btn-type1.low {
		height: 77px;
		font-size: 1.8rem;
	}
	.btn-type1.low::after {
		width: 14px;
		height: 14px;
	}
}

/* -------------------------------------------------
	#fv
------------------------------------------------- */

#fv img {
	width: 100%;
}

/* -------------------------------------------------
	#lead
------------------------------------------------- */

#lead {
	padding-top: 45px;
	text-align: center;
}
#lead .title {
	font-size: 2.8rem;
	line-height: 1;
}
#lead .desc {
	margin-top: 0.9em;
	font-size: 1.8rem;
	line-height: calc(33 / 18);
}

@media screen and (max-width:767px) {
	#lead {
		padding-top: 25px;
		text-align: left;
	}
	#lead .title {
		font-size: 2rem;
		line-height: 1.5;
	}
	#lead .desc {
		margin-top: 0.5em;
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
}

/* -------------------------------------------------
	#lineup
------------------------------------------------- */

#lineup {
	margin-top: 35px;
}
#lineup .bikes .pic-box {
	position: relative;
}
#lineup .bikes .pic-box .name {
	width: auto;
	height: calc(143 / 515 * 100%);
	position: absolute;
	z-index: 2;
	left: 0;
	top: calc(10 / 515 * 100%);
}
#lineup .bikes .item:nth-child(1) .pic-box .name {
	left: auto;
	right: 0;
}
#lineup .bikes .pic-box .pic {
	width: 100%;
	position: relative;
	z-index: 4;
}
#lineup .bikes .texts .name {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
}
#lineup .bikes .texts .desc {
	margin-top: 0.2em;
	font-size: 1.8rem;
	line-height: calc(33 / 18);
}
#lineup .bikes .texts .btn {
	margin-top: 18px;
}
#lineup .bikes .texts .shop {
	margin-top: 24px;
	padding-left: 30px;
	font-size: 1.8rem;
	position: relative;
}
#lineup .bikes .texts .shop::before {
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-left: solid 3px #000;
	border-bottom: solid 3px #000;
	content: "";
	display: block;
	position: absolute;
	left: 0.3em;
	top: -0.2em;
	transform: rotate(-45deg);
}
#lineup .bikes .texts .shop a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
#lineup .bikes .texts .shop a:hover {
	opacity: 0.6;
	transition: none;
}

@media print, screen and (min-width:768px) {
	#lineup .bikes .item {
		min-height: 419px;
	}
	#lineup .bikes .item:nth-child(odd) {
		background: url("/jp/lp/heritage/img/bg_01.png") no-repeat center top / 100% 419px;
	}
	#lineup .bikes .item:nth-child(even) {
		background: url("/jp/lp/heritage/img/bg_02.png") no-repeat center top / 100% 419px;
	}
	#lineup .bikes .col2 {
		max-width: 1220px;
		width: calc(1220 var(--pcp));
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	#lineup .bikes .item:nth-child(odd) .col2 {
		flex-direction: row-reverse;
	}
	#lineup .bikes .col2 .pic-box {
		width: calc(597 / 1220 * 100%);
	}
	#lineup .bikes .col2 .texts {
		width: calc(623 / 1220 * 100%);
		padding-top: 32px;
	}
	#lineup .bikes .item:nth-child(odd) .texts .desc {
		padding-right: 2em;
	}
	#lineup .bikes .item .texts .btn-type1 {
		margin-top: 22px;
	}
}

@media screen and (max-width:767px) {
	#lineup .bikes .item + .item {
		margin-top: 55px;
	}
	#lineup .bikes .item:nth-child(odd) {
		background: url("/jp/lp/heritage/img/bg_01_sp.png") no-repeat center top / 100% auto;
	}
	#lineup .bikes .item:nth-child(even) {
		background: url("/jp/lp/heritage/img/bg_02_sp.png") no-repeat center top / 100% auto;
	}
	#lineup .bikes .pic-box .name {
		width: auto;
		height: calc(59 var(--spv));
		top: calc(12 var(--spv));
	}
	#lineup .bikes .pic-box .pic {
		width: calc(287 var(--spp));
		display: block;
		margin: 0 auto;
	}
	#lineup .bikes .item:nth-child(3) .pic-box .name {
		left: auto;
		right: 0;
	}
	
	#lineup .bikes .texts .name {
		margin-top: 8px;
		font-size: 1.8rem;
	}
	#lineup .bikes .texts .desc {
		margin-top: 0.2em;
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
	#lineup .bikes .texts .shop {
		margin-top: 29px;
		font-size: 1.5rem;
	}
	#lineup .bikes .texts .shop::before {
		width: 14px;
		height: 14px;
		border-left: solid 2px #000;
		border-bottom: solid 2px #000;
	}
	#lineup .bikes .item .texts .btn-type1 {
		margin-top: 18px;
	}
}

/* -------------------------------------------------
	#price
------------------------------------------------- */

#price {
	margin-top: 16px;
}
#price .bg {
	padding: 45px 0 50px;
	background: url("/jp/lp/heritage/img/bg_03.jpg") no-repeat center center / cover;
}
#price .text1 {
	padding: 0.7em 0.7em 0.6em;
	font-size: 2rem;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	position: relative;
}
#price .text1::before {
	width: 100%;
	height: 100%;
	background: #96876c;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	mix-blend-mode: multiply;
}
#price .text1 span {
	display: inline-block;
	position: relative;
	z-index: 4;
}
#price .name {
	margin-bottom: 0.8em;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}
#price table {
	width: 100%;
	border-collapse: collapse;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
#price table th,
#price table td {
	padding: 0.7em 1em 0.6em;
	font-size: 1.8rem;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	font-weight: normal;
	box-sizing: border-box;
}
#price table th {
	width: 175px;
	text-align: left;
}
#price table td {
	background: #fff;
	text-align: right;
}

@media print, screen and (min-width:768px) {
	#price .col3 {
		margin-top: 28px;
		display: flex;
		justify-content: space-between;
	}
	#price .col3 .item {
		width: calc(390 / 1220 * 100%);
	}
}

@media screen and (max-width:767px) {
	#price {
		margin-top: 45px;
	}
	#price .bg {
		padding: 18px 0 28px;
	}
	#price .text1 {
		padding: 0.7em 0.7em 0.6em;
		font-size: 1.6rem;
	}
	#price .name {
		margin-top: 1.5em;
		font-size: 1.5rem;
	}
	#price table th,
	#price table td {
		font-size: 1.5rem;
	}
	#price table th {
		width: 157px;
	}
}

/* -------------------------------------------------
	アコーディオン
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.acc-target {
		display: block !important;
	}
}

@media screen and (max-width:767px) {
	.acc-trigger {
		width: 100%;
		background: transparent;
		display: block;
		border: none;
		padding: 0.6em 0 0.5em;
		font-size: 1.5rem;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	.acc-trigger::before {
		width: 100%;
		height: 100%;
		background: #c7bfb0;
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		mix-blend-mode: multiply;
	}
	.acc-trigger > span {
		display: inline-block;
		position: relative;
		z-index: 4;
	}
	.acc-trigger .ico {
		display: inline-block;
		width: 1em;
		text-align: center;
		transform: scale(1.4);
	}
	.acc-trigger .ico::before {
		content: "＋";
		display: inline-block;
	}
	.acc-trigger.on .ico {
		transform: scale(1.4) rotate(45deg);
	}
}

/* -------------------------------------------------
	#service (ナビゲーション)
------------------------------------------------- */

#service {
	margin-top: 45px;
}
#service .nav {
	margin-bottom: 30px;
	position: relative;
}
#service .nav::before {
	width: 100%;
	height: 100%;
	background: #96876c;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	mix-blend-mode: multiply;
}
#service .nav ul {
	padding: 15px 5px;
	position: relative;
	z-index: 4;
}
#service .nav ul li {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
}
#service .nav ul li a {
	padding-left: 22px;
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
#service .nav ul li a::before {
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-right: solid 3px #d6c19f;
	border-bottom: solid 3px #d6c19f;
	content: "";
	display: inline-block;
	position: absolute;
	left: 3px;
	top: -0.1em;
	transform: rotate(45deg);
}

@media print, screen and (min-width:768px) {
	#service .nav ul {
		display: flex;
		flex-wrap: wrap;
		gap: 13px 10px;
	}
}

@media screen and (max-width:767px) {
	#service .acc-trigger {
		margin-bottom: 16px;
	}
	#service .nav {
		margin-bottom: 40px;
	}
	#service .nav ul {
		padding: 15px 5px;
		position: relative;
		z-index: 4;
	}
	#service .nav ul li {
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
	#service .nav ul li a {
		white-space: normal;
	}
	#service .nav ul li a::before {
		top: 0.2em;
	}
}

/* -------------------------------------------------
	#service (コンテンツ)
------------------------------------------------- */

/* p */
#service p {
	font-size: 1.6rem;
	line-height: calc(30 / 16);
}
#service p.strong {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
}
#service p.mt {
	margin-top: 1.8em;
}
#service p.note {
	font-size: 1.5rem;
	line-height: calc(25 / 15);
}
#service p.note.mt {
	margin-top: 1.5em;
}
#service .table-wrap + p {
	margin-top: 0.8em;
}

/* h */
#service .h3-wrap + .h3-wrap {
	margin-top: 43px;
}

#service .h4-wrap + .h4-wrap,
#service p + .h4-wrap {
	margin-top: 30px;
}
#service h4 {
	margin-bottom: 3px;
	font-size: 2rem;
	line-height: 1.5;
}

/* ol , ul */
#service ol li {
	margin-top: 27px;
}

#service ul.strong {
	margin-top: 23px;
}
#service ul.strong li {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
}

/* table */
#service table {
	border-collapse: collapse;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
#service table caption {
	text-align: right;
	transform: translateX(0.6em);
	font-size: 1.5rem;
}
#service table th,
#service table td {
	padding: 0.7em 1em 0.6em;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: left;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
#service table td {
	background: #fff;
}
#service table td.ta-right {
	text-align: right;
}

/* white-box */
#service .white-box {
	margin-top: 20px;
	padding: 19px 30px 18px;
	background: #fff;
}
#service .white-box ul li {
	font-size: 1.6rem;
	line-height: calc(30 / 16);
	text-indent: -1em;
	margin-left: 1em;
}

@media print, screen and (min-width:768px) {
	#service .white-box {
		display: flex;
	}
	#service .white-box > div {
		width: 50%;
	}
}

/* テーブル幅調整（画面幅が一定以上より大きい場合、グリッドに合わせたサイズにする） */
@media print, screen and (min-width:810px) {
	#service table.t1 th {
		width: 390px;
	}
	#service table.t1 td {
		width: 310px;
	}
	
	#service table.t2 th {
		width: 206px;
		white-space: nowrap;
	}
	#service table.t2 td {
		width: 287px;
	}
	
	#service table.t3 th {
		width: 310px;
		white-space: nowrap;
	}
	#service table.t3 td.ta-right {
		width: 182px;
	}
	
	#service table.t4 th {
		width: 206px;
		white-space: nowrap;
	}
	#service table.t4 td {
		width: 287px;
	}
}

@media screen and (max-width:767px) {
	/* p */
	#service p {
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
	#service p.strong {
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
	#service p.mt {
		margin-top: 1.5em;
	}
	#service p.note {
		font-size: 1.4rem;
		line-height: calc(23 / 14);
	}

	/* h */
	#service .h3-wrap + .h3-wrap {
		margin-top: 38px;
	}
	#service h4 {
		margin-bottom: 1px;
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}

	/* ol , ul */
	#service ul.strong {
		margin-top: 23px;
	}
	#service ul.strong li {
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}

	/* table */
	#service table caption {
		font-size: 1.4rem;
	}
	#service table th,
	#service table td {
		padding: 0.5em 0.6em 0.4em;
		font-size: 1.5rem;
		line-height: calc(24 / 15);
	}
	
	#service table.t1 th { width: calc(157 / 345 * 100%); }
	#service table.t1 td { width: calc(188 / 345 * 100%); }
	
	#service table.t2 th { width: calc(157 / 345 * 100%); }
	#service table.t2 td { width: calc(188 / 345 * 100%); }
	
	#service table.t3 th { width: calc(144 / 345 * 100%); }
	#service table.t3 td.ta-right { width: calc(100 / 345 * 100%); }
	#service table.t3 td.sp-padding-fix {
		padding-left: 0.5em;
		padding-right: 0;
	}
	
	#service table.t4 th { width: calc(157 / 345 * 100%); }
	#service table.t4 td { width: calc(188 / 345 * 100%); white-space: nowrap; }

	/* white-box */
	#service .white-box {
		margin-top: 15px;
		padding: 17px 12px 16px;
	}
	#service .white-box ul li {
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
}

/* -------------------------------------------------
	#guidance
------------------------------------------------- */

#guidance {
	margin-top: 57px;
}
#guidance p.strong {
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #e60012;
}
#guidance .lv2 {
	margin-top: 30px;
}
#guidance .lv2 .headline {
	padding: 0.7em 0.7em 0.6em;
	font-size: 2rem;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	position: relative;
}
#guidance .lv2 .headline span {
	display: inline-block;
	position: relative;
	z-index: 4;
}
#guidance .lv2 .headline::before {
	width: 100%;
	height: 100%;
	background: #96876c;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	mix-blend-mode: multiply;
}
#guidance .lv2 p {
	margin-top: 1.2em;
	font-size: 1.6rem;
	line-height: calc(30 / 16);
}

@media screen and (max-width:767px) {
	#guidance {
		margin-top: 30px;
	}
	#guidance p.strong {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	#guidance .lv2 {
		margin-top: 22px;
	}
	#guidance .lv2 .headline {
		padding: 0.7em 0.7em 0.6em;
		font-size: 1.6rem;
	}
	#guidance .lv2 p {
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
}

/* -------------------------------------------------
	#qa
------------------------------------------------- */

#qa {
	margin-top: 55px;
}
#qa .qa-list li {
	padding-bottom: 17px;
	border-bottom: solid 1px #ccc;
}
#qa .qa-list li:first-child {
	padding-top: 5px;
}
#qa .qa-list li + li {
	padding-top: 17px;
}
#qa .qa-list li p.about {
	font-size: 1.6rem;
	line-height: calc(30 / 16);
	font-weight: bold;
}
#qa .qa-list li p:not(.about) {
	padding-left: 35px;
	position: relative;
	font-size: 1.6rem;
	line-height: calc(30 / 16);
}
#qa .qa-list li p .label {
	position: absolute;
	left: 0;
}

@media screen and (max-width:767px) {
	#qa {
		margin-top: 55px;
	}
	#qa .qa-list li {
		padding-bottom: 13px;
	}
	#qa .qa-list li:first-child {
		padding-top: 25px;
	}
	#qa .qa-list li + li {
		padding-top: 13px;
	}
	#qa .qa-list li p.about {
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
	#qa .qa-list li p:not(.about) {
		padding-left: 42px;
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
	#qa .qa-list li p .label {
		left: 6px;
	}
}

/* -------------------------------------------------
	#shop
------------------------------------------------- */

#shop {
	margin-top: 50px;
}
#shop .bg {
	padding: 30px 0;
	background: url("/jp/lp/heritage/img/bg_03.jpg") no-repeat center center / cover;
}
#shop .shop + .shop {
	margin-top: 30px;
}
#shop .shop .pic img {
	width: 100%;
}
#shop .shop .texts a {
	color: #000;
}
#shop .shop .texts .text1 {
	font-size: 2rem;
	line-height: calc(30 / 20);
	font-weight: bold;
}
#shop .shop .texts .text1 .normal {
	font-weight: normal;
}
#shop .shop .texts .text2 {
	margin-top: 0.5em;
	font-size: 1.6rem;
	line-height: calc(25 / 16);
}
#shop .shop .texts .text2 .map {
	margin-left: 1em;
	color: #000;
	display: inline-block;
	text-decoration: underline;
}
#shop .shop .texts .text2 .map:hover {
	opacity: 0.6;
	transition: none;
}
#shop .shop .buttons .btn-type1 + .btn-type1 {
	margin-top: 11px;
}

@media print, screen and (min-width:768px) {
	#shop .shop {
		display: flex;
		justify-content: space-between;
	}
	#shop .shop .pic {
		width: calc(287 / 1220 * 100%);
	}
	#shop .shop .texts {
		width: calc(598 / 1220 * 100%);
	}
	#shop .shop .buttons {
		width: calc(286 / 1220 * 100%);
	}
	#shop .shop .buttons .btn-type1 {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	#shop {
		margin-top: 35px;
	}
	#shop .bg {
		padding: 29px 0 23px;
	}
	#shop .shop + .shop {
		margin-top: 34px;
	}
	#shop .shop .texts {
		margin-top: 17px;
	}
	#shop .shop .texts .text1 {
		font-size: 1.8rem;
		line-height: calc(25 / 15);
	}
	#shop .shop .texts .text2 {
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
	#shop .shop .buttons {
		margin-top: 17px;
	}
	#shop .shop .buttons .btn-type1 + .btn-type1 {
		margin-top: 17px;
	}
}

/* -------------------------------------------------
	#call-center
------------------------------------------------- */

#call-center {
	padding: 54px 0 46px;
	border-top: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
}
#call-center .title {
	font-size: 1.8rem;
	color: #666666;
	line-height: 1;
}
#call-center .group {
	display: flex;
	align-items: flex-end;
}
#call-center .group a {
	width: 321px;
	display: block;
}
#call-center .group a img {
	width: 100%;
}
#call-center .group p {
	font-size: 1.6rem;
	color: #666666;
}

@media print, screen and (min-width:768px) {
	#call-center {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 19px;
	}
	#call-center .title {
		transform: translateY(2px);
	}
}

@media print, screen and (min-width:768px) and (max-width:850px) {
	#call-center .group a {
		width: 260px;
	}
}

@media screen and (max-width:767px) {
	#call-center {
		padding: 15px 0 17px;
		text-align: center;
	}
	#call-center .title {
		font-size: 1.1rem;
	}
	#call-center .group {
		display: inline-flex;
	}
	#call-center .group a {
		width: 194px;
		margin: 6px auto 0;
	}
	#call-center .group p {
		font-size: 1rem;
	}
}
/* -----------------------------------------
   guidance modal
----------------------------------------- */
body.is-modal-open {
	overflow: hidden;
}

.guidance-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.guidance-modal.is-open {
	display: block;
}

.guidance-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.guidance-modal__dialog {
	position: relative;
	z-index: 2;
	width: min(1060px, calc(100% - 30px));
	max-height: calc(100vh - 40px);
	margin: 20px auto;
	background: #f5f1e2;
	overflow: auto;
	padding: 24px 24px 28px;
	box-sizing: border-box;
	border-radius: 6px;
}

.guidance-modal__close {
	position: absolute;
	right: 12px;
	top: 8px;
	font-size: 30px;
	line-height: 1;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #333;
}

#guidance-modal .guidance-copy {
	margin-top: 0;
}

#guidance-modal .guidance-copy p.strong {
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #e60012;
}

#guidance-modal .guidance-copy .lv2 {
	margin-top: 30px;
}

#guidance-modal .guidance-copy .lv2 .headline {
	padding: 0.7em 0.7em 0.6em;
	font-size: 2rem;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	position: relative;
}

#guidance-modal .guidance-copy .lv2 .headline span {
	display: inline-block;
	position: relative;
	z-index: 4;
}

#guidance-modal .guidance-copy .lv2 .headline::before {
	width: 100%;
	height: 100%;
	background: #96876c;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	mix-blend-mode: multiply;
}

#guidance-modal .guidance-copy .lv2 p {
	margin-top: 1.2em;
	font-size: 1.6rem;
	line-height: calc(30 / 16);
}

@media screen and (max-width:767px) {
	.guidance-modal__dialog {
		width: calc(100% - 20px);
		max-height: calc(100vh - 20px);
		margin: 10px auto;
		padding: 16px 14px 18px;
	}

	#guidance-modal .guidance-copy p.strong {
		font-size: 2rem;
	}

	#guidance-modal .guidance-copy .lv2 {
		margin-top: 22px;
	}

	#guidance-modal .guidance-copy .lv2 .headline {
		font-size: 1.6rem;
	}

	#guidance-modal .guidance-copy .lv2 p {
		font-size: 1.5rem;
		line-height: calc(25 / 15);
	}
}

.guidance-modal__footer {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
	text-align: center;
}

.modal-submit-btn {
	width: 100%;
	max-width: 600px;
	height: 80px;
	background: #519d3f;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	padding: 0 40px;
	transition: background 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.modal-submit-btn:hover {
	background: #72cd33;
}

.modal-submit-btn::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.modal-back-link {
	display: block;
	margin: 25px auto 0;
	background: transparent;
	border: none;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}

.modal-back-link::before {
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
	.guidance-modal__footer {
		margin-top: 30px;
		padding-top: 30px;
	}
	.modal-submit-btn {
		height: 70px;
		font-size: 16px;
		padding: 0 30px;
	}
	.modal-back-link {
		font-size: 15px;
	}
}
/* 颜色选择弹窗专用样式 */
.color-modal-dialog {
    max-width: 900px !important; /* 加宽以容纳两辆车 */
}
.color-modal-title {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
	padding-top: 20px;
}
.color-options {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}
.color-option {
    width: 45%;
    text-align: center;
}
.color-option-img {
    margin-bottom: 20px;
}
.color-option-img img {
    width: 100%;
    height: auto;
}
.color-option .model-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #003366; /* 对应图中的蓝色文字 */
    margin-bottom: 5px;
}
.color-option .color-name {
    font-size: 1.6rem;
    margin-bottom: 25px;
    line-height: 1.4;
}
.color-option .btn-type1 {
    width: 100%;
    justify-content: center;
    padding: 0;
}

/* 手机端适配 */
@media screen and (max-width: 767px) {
    .color-modal-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .color-options {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .color-option {
        width: 100%;
    }
}

.btn-type1.btn-coming-soon {
	background: #696969;
	color: #f3f3f3;
	justify-content: center;
	padding: 0;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	pointer-events: none; 
	cursor: default;
}

.btn-type1.btn-coming-soon::after {
	content: none;
}

.btn-type1.btn-coming-soon:hover {
	background: #bfbfbf;
}
