@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
}
#size-detect {
	position: relative;
}
#size-detect:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url("../../img/bg_town.jpg") center center no-repeat;
	background-size: cover;
	z-index: -1;
}
img, svg {max-width: 100%;}

.lp_about {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Verdana, sans-serif;
	font-weight: 500;
}
.lpinner {padding: 0;}
.lp_about h1 {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	font-family: "Barlow",sans-serif;
	letter-spacing: .3em;
	font-size: 3.5rem;
	align-items: center;
	line-height: 1.2;
	margin-bottom: 2.5rem;
	color: #222222;
}
.lp_about h1 span {
	padding: 0;
	font-weight: 500;
	letter-spacing: .4em;
	display: block;
}
div.intro-text {
	font-style: normal;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 6rem;
	line-height: 2.2;
	text-shadow: 1px 1px 4px #fff;
	color: #222;
}
.lp_about h2.barlow {
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 2.5rem;
	text-align: center;
	font-family: "Barlow",sans-serif;
	letter-spacing: .4em;
	line-height: 1.5;
}

div.box_lph, div.box_rph {
	display: flex;
	flex-direction: column;
	margin-bottom: 4.5rem;
}
div.box_lph div.text, div.box_rph div.text {
	width: calc(100% - 20px);
	padding-bottom: calc(25px + (100% - 20px) * .53 * .75);
	background: rgba(255,255,255,0.85);
	line-height: 1.5;
}
.box_rph div.text {margin-left: 20px;}
div.box_lph div.photo, div.box_rph div.photo {
	margin-top: calc((100% - 20px) * .53 * -.75);
}
div.box_lph div.photo {text-align: right;}
div.box_lph div.photo img, div.box_rph div.photo img {width: calc(100% - 20px);}
.lp_about .text h3 {
	padding: 1rem 0 0 1rem;
	color: #333;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.lp_about p {
	padding: 0 1.5rem;
	color: #333;
}
.interior {
	background: rgba(0,0,0,0.8);
	padding: 3rem 0;
	margin: 0 0 3rem 0;
}
.boximg {}
.boximg > div {
	margin: 0 0 3rem;
}
.boximg .imgcap {
	text-align: center;
	font-size: 1.2rem;
	padding: 0.5rem 0 0;
	color: #fff;
}
.lpspec {
	background: #595962;
	color: #fff;
	padding: 3rem 0;
}
.lpspec .unit_midashi{
	height: 4rem;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
}
.lpspec .version {
	display: flex;
	margin-bottom: clamp(2rem,1.5229008594rem + 2.035623vw,2.5rem);
	padding: 0 clamp(0.5625rem,-2.6579198438rem + 13.740458vw,3.9375rem);
	gap: clamp(1.8125rem,-2.7795800781rem + 19.592875vw,6.625rem);
}
.lpspec .version .hev, .lpspec .version .phev {
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: .1em;
	width: 50%;
	text-align: center;
}
.lpspec .version .hev span, .lpspec .version .phev span {
	font-size: 1.5rem;
	padding-left: 0.5rem;
}
.lpspec .specbox {
	margin-bottom: clamp(1.25rem,-1.1354961719rem + 10.178117vw,3.75rem);
}
.lpspec .specbox > dl {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0;
}
.lpspec .specbox > dl dt {
	height: 60px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
}
.lpspec .specbox > dl dd {
	text-align: center;
	line-height: 1;
	padding: 32px 0;
	letter-spacing: .1em;
	margin: 0;
	font-size: 2.2rem;
}
.lpspec .specbox > dl dd span {
	font-size: 1.4rem;
	padding-left: 0.5rem;
}
.lpspec .caution {
	font-size: 14px;
	text-align: right;
}
.lpcolor {
	padding: 3rem 0;
	background: #fff;
	margin: 3rem 0;
}
.lpcolor h3 {
	font-size: 1.8rem;
	padding: 1rem 0;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #333;
	text-align: center;
}
.lpcolor .color_group h3:first-child { margin-top: 2rem;}
.lpcolor .color_group {
	max-width: 1000px;
	margin: 0 auto;
}
.lpcolor .color_grouplist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.lpcolor .color_grouplist > div {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.lpcolor .color_grouplist > div > div {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #555;
	margin: 10px;
}
.lpcolor .color_grouplist .cname {
	padding: 0.5rem 0;
	color: #333;
	text-align: center;
	font-size: 0.9rem;
	width: calc(100% - 70px);
}

.lpprice {
	padding: 3rem 0;
	background: #000;
	color: #fff;
}
.lpprice .price_tb {
	width: 100%;
	border-top: 1px solid #fff;
}
.lpprice .price_tb tr {
	display: flex;
	flex-direction: column;
}
.lpprice .price_tb tr th {
	padding: 1rem 0;
	border-bottom: 1px solid #fff;
}
.lpprice .price_tb tr td {
	padding: 1rem;
	border-bottom: 1px solid #aaa;
	font-size: 1.8rem;
	text-align: center;
}
.lpprice .price_tb tr td .zeinuki {
	display: block;
	font-size: 1.2rem;
	padding-top: 0.3rem;
}
.lpprice .price_tb tr td .zeinuki span {
	font-size: 1rem;
}

.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}
.fade-in-up {transform: translate(0, 50px);}
.fade-in-down {transform: translate(0, -50px);}
.fade-in-left {transform: translate(-50px, 0);}
.fade-in-right {transform: translate(50px, 0);}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
.btnlist {margin-bottom: 2rem;}
.btnlist ul {
	display: flex;
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.btnlist ul li {
	width: calc(100% / 3 - 2rem);
	margin: 0 1rem;
	text-align: center;
}
.btnlist ul li a {
	display: flex;
	background: #834E00;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1rem;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}
.btnlist ul li a:hover {background: #996315;}
.btnlist ul li a img {
	width: 33px;
	margin-right: 10px;
}
div.boximg.box2 > div {overflow: hidden;}
.btnlist .btnshosai {
	max-width: 1000px;
	margin: 0 auto 3rem;
}
.btnlist .btnshosai > div {
	background: #fff;
	margin: 0 1rem;
	border-radius: 5px;
}
.btnlist .btnshosai a {
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	background: #e50322;
	font-size: 1.5rem;
	font-family: "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Verdana, sans-serif;
	font-weight: bold;
	border-radius: 5px;
	padding: 0;
	position: relative;
	line-height: 65px;
}
.btnlist .btnshosai a:after {
	content: url("../../img/corolla_cross_btn.png");
	position: absolute;
	right: 3%;
	bottom: -15px;
	
}
.btnlist .btnshosai a:hover {opacity: 0.8;}
@media (min-width: 768px) {
	.lpinner {
		max-width: 1200px;
		margin: 0 auto;
	}
	.mbreak {display: none;}
	.lp_about h1 {flex-direction: row;}
	.lp_about h1 span {padding: 0 0 0 1rem;}
	div.box_lph {flex-direction: row-reverse;}
	div.box_rph {flex-direction: row;}
	div.box_lph, div.box_rph {
		background: rgba(255,255,255,0.85);
		padding-top: 8%;
		margin-bottom: 6rem;
	}
	div.box_lph div.text, div.box_rph div.text {
		width: 50%;
		padding-bottom: 0;
		background: none;
	}
	div.box_lph div.photo, div.box_rph div.photo {
		width: 50%;
		margin-top: -9%;
		padding-bottom: 1%;
	}
	div.box_lph div.photo img, div.box_rph div.photo img {
		width: 100%;
	}
	div.boximg {
		display: flex;
		flex-wrap: wrap;
	}
	div.boximg.box3 > div {
		width: calc(100% / 3 - 1rem);
		margin: 0 0.5rem 1rem;
	}
	div.boximg.box2 {justify-content: space-between;}
	div.boximg.box2 > div {
		width: calc(100% / 2 - 1.5rem);
		margin: 0 0 2rem;
	}
	.lpspec .specbox {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.lpcolor .color_grouplist > div {
		width: calc(100% / 3);
		flex-direction: column;
		margin-bottom: 1.5rem;
	}
	.lpcolor .color_grouplist > div > div {
		margin: 0;
	}
	.lpcolor .color_grouplist .cname {
		width: 100%;
	}
	.lpprice .price_tb {
		max-width: 1000px;
		margin: 0 auto;
	}
	.lpprice .price_tb tr {flex-direction: row;}
	.lpprice .price_tb tr th {
		background: none;
		width: 40%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid #aaa;
	}
	.lpprice .price_tb tr td {width: 60%;}
	.lpprice .price_tb tr td .zeinuki {
		display: inline-block;
		padding-left: 1rem;
	}
	.lpprice .price_tb tr td .zeinuki span {font-size: 0.9rem;}
}
@media (min-width: 1520px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 767px) {
	#size-detect:before {
		background-image: url("../../img/bg_town_sp.jpg");
	}
	.lp_about h1 {
		letter-spacing: .3em;
		font-size: 3rem;
		line-height: 1.3;
	}
	.lp_about h1 span {
		font-size: 2rem;
		letter-spacing: .3em;
	}
	div.intro-text {
		font-size: 1.3rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.lp_about h2.barlow {
		margin-bottom: 1.5rem;
		font-size: 2.4rem;
		letter-spacing: .3em;
	}
	.lp_about .text h3 {
		padding: 2rem 0 0 1rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.lpspec .unit_midashi {
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	.lpspec .version .hev, .lpspec .version .phev {
		font-size: 2rem;
	}
	.lpspec .version .hev span, .lpspec .version .phev span {
		font-size: 1rem;
		padding: 0.5rem 0 0;
		display: block;
	}
	.lpspec .specbox {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.lpspec .specbox > dl {
		flex-direction: row;
		align-items: center;
		border-bottom: dashed 1px #8e8e9b;
	}
	.lpspec .specbox > dl:last-child {border: none;}
	.lpspec .specbox > dl dt {
		border: none;
		width: 100%;
		font-size: 15px;
	}
	.lpspec .specbox > dl dd {
		padding: 0;
		font-size: 1.6rem;
		width: 100%;
	}
	.lpspec .specbox > dl dd span {font-size: 1rem;}
	.lpcolor h3 {
		font-size: 1.4rem;
		font-weight: 500;
	}
	.boximg .imgcap {font-size: 1rem;}
	.btnlist ul {
		padding: 0;
		margin: 0;
	}
	.btnlist ul li {
		width: 100%;
		margin: 0 0.5rem 1rem;
	}
	.btnlist ul li a {
		flex-direction: column;
	}
	.btnlist ul li a img {
		width: 28px;
		margin: 0 0 10px;
	}
	.btnlist .btnshosai a {
		font-size: 1.3rem;
		padding: 1rem 15px 1rem 0;
		line-height: 1.5;
	}
	.btnlist .btnshosai a:after {
		content: "\25b6";
		right: 1%;
		bottom: 15px;
	}
}
@media (max-width: 499px) {
	div.intro-text {
		font-size: 4.2vw;
	}
	.btnlist .btnshosai a {
		font-size: 4vw;
	}
	.btnlist .btnshosai a:after {
		right: 3%;
	}
}