@charset "utf-8";

/***********************
style for index.php
***********************/
h1.title {
	font-size: 24px;
	margin-bottom: 20px;
}

.title-desc {
	color: #999;
	display: block;
	font-size: 12px;
	margin-bottom: -10px;
}

/* mainimg
**************************/
.mainimg {
	text-align: center;
	background: #f6f6f6;
}

.mainimg img {
	max-width: 1000px;
	margin: auto;
}

@media screen and (min-width:641px) {
	.mainimg {
		background: #f6f6f6 url("../../img/lp/home/new/mainimg-pc-bg.png") no-repeat center bottom;
		background-size: contain;
	}
}

/* top page infomation
**************************/
.toppage-info {
	border: solid 4px #d6b440;
	max-width: 1000px;
	margin: 60px auto 0;
	padding: 40px;
}

.toppage-info h2 {
	font-size: 24px;
	margin: 0 0 20px 0;
	text-align: center;
}

.toppage-info h2 br {
	display: none;
}

.toppage-info p {
	font-size: 14px;
	margin: 0;
	line-height: 30px;
}

.toppage-info p b {
	/*background: linear-gradient(transparent 70%, rgb(250, 255, 94) 70%);*/
	padding-bottom: 0.2em;
	font-size: 18px;
	font-weight: 900;
	color:#e2007d;
}

@media screen and (max-width:1000px) {
	.toppage-info {
		margin: 60px 20px 0;
	}
}

@media screen and (max-width:490px) {
	.toppage-info {
		margin: 30px 10px 0;
		padding: 20px;
	}

	.toppage-info h2 {
		font-size: 16px;
		margin: 0 0 20px 0;
	}

	.toppage-info h2 br {
		display: block;
	}

	.toppage-info p {
		font-size: 12px;
		margin: 0;
		line-height: 1.8;
	}

	.toppage-info p b {
		font-size: 14px;
	}
}

/* slick
**************************/

.slick-slider {
	display: none;
}

.slick-slider.slick-initialized {
	display: block;
}

.slick-arrows {
	max-width: 900px;
	display: inline-block;
	width: 100%;
}

.slick-arrows .arrow {
	cursor: pointer;
	display: inline-block;
}

.slick-arrows .arrow:hover img {
	opacity: .6;
}

.slick-arrows .arrow img {
	max-width: 50%;
	position: relative;
	z-index: 9998;
}

.slick-arrows .arrow.prev {
	float: left;
}

.slick-arrows .arrow.next {
	float: right;
}

@media screen and (max-width:640px) {
	.slick-arrows-outer {
		top: 30%;
		display: none;
	}

	.slick-arrows {
		width: 90%;
	}

	.slick-arrows .arrow img {
		max-width: 40%;
	}
}

@media screen and (max-width:500px) {
	.slick-arrows .arrow img {
		max-width: 20%;
	}
}

/* slick-cm
**************************/
.cm {
	background: #000 url("../../img/movie/cm-bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

/*.cm h2{font-size: 16px;margin-bottom: 10px;}*/
.cm h2 {
	font-size: 30px;
	margin: 20px 0 30px;
	text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
}

.cm .come {
	font-size: 12px;
	display: block;
}

.cm .video {
	width: 600px;
	height: 350px;
	max-width: 100%;
	overflow: hidden;
	transition: all .1s linear 0s;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
	cursor: pointer;
	border-radius: 10px;
}

.cm ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0 0 10px 0;
}

.cm li {
	width: calc((100% - 30px) / 2);
}

.cm li .video {
	width: 100%;
}

.cm .video:hover {
	transform: scale(1.03);
}

@media screen and (max-width:768px) {
	.cm ul {
		gap: 20px;
	}

	.cm li {
		width: calc((100% - 20px) / 2);
	}

	.cm li .video {
		height: 200px;
	}
}

@media screen and (max-width:640px) {
	.cm h2 {
		font-size: 14px;
		margin: 10px 0 20px;
	}

	.cm ul {
		gap: 10px;
	}

	.cm li {
		width: 100%;
	}

	.cm p {
		font-size: 13px;
	}

	.cm .come {
		font-size: 10px;
	}
}

/* slick-campaign
**************************/
.slick-campaign-outer {
	padding: 60px 0 140px;
	position: relative;
}

.slick-campaign {
	position: relative;
}

.slick-campaign .slide {
	text-align: center;
	width: 100%;
	max-width: 800px;
	max-height: 400px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
}

.slick-campaign .slide:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, .7);
	transition: all .2s linear 0s;
}

.slick-campaign .slide.slick-center {
	position: relative;
	z-index: 9999;
}

.slick-campaign .slide.slick-center:after {
	background: rgba(255, 255, 255, 0);
}

.slick-arrows-outer {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 40%;
}

.slick-campaign .slick-dots {
	text-align: center;
	padding-top: 20px;
	top: 102%;
}

.slick-campaign .slick-dots li {
	display: inline-block;
	max-width: 200px;
	margin-right: 5px;
	width: 20%;
	position: relative;
	cursor: pointer;
	height: auto;
}

.slick-campaign .slick-dots li:hover {
	opacity: .8;
}

.slick-campaign .slick-dots li:last-child {
	margin-right: 0;
}

.slick-campaign .slick-dots li.slick-active:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	left: 0;
	top: 0;
	bottom: 0;
}

@media screen and (max-width:800px) {
	.slick-campaign .slide {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width:640px) {
	.slick-campaign-outer {
		padding: 30px 0;
	}

	.slick-campaign .slide {
		margin-left: 5px;
		margin-right: 5px;
	}

	.slick-campaign .slick-dots {
		padding-top: 10px;
		top: 97%;
	}
}

.slide-tw .come {
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	width: 90%;
	color: #fff;
}


.slide>a {
	display: block;
	position: relative;
	z-index: 10000;
}


.slide .come {
	z-index: 10001;
}

.slide .come a {
	color: #ff0;
}

@media screen and (max-width:800px) {
	.slide-tw .come {
		font-size: 8px;
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
}

/* ranking
**************************/
.price dt {
	font-size: 13px;
	display: inline-block;
	border: solid 1px #111;
	font-weight: bold;
	margin-bottom: 5px;
}

.price dd {
	font-size: 14px;
}

.price dd .num {
	font-size: 24px;
}

.price-low dt, .price-low dd .num {
	color: #e4007d;
	letter-spacing: 0;
}

/*.price-low dt{border-color: #e4007d;}*/
.price dt>span {
	padding: 2px 5px 0;
	display: inline-block;
}

.price dt .number {
	background: #00a0e9;
	color: #fff;
	margin-left: -4px;
}

.search-after .price dt .number {
	margin-left: 0;
}

.price-low dt .number {
	background: #0fbe7a;
}

.ranking {
	background: #f2fbff;
	color: #111;
	border-top: solid 1px #e1e9ed;
	border-bottom: solid 1px #e1e9ed;
}

.ranking-single {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.ranking-single:last-child {
	margin-right: 0;
}

.ranking-single a {
	display: block;
}

.ranking-single a .img {
	transition: all .2s linear 0s;
}

.ranking-single a:hover .img, .ranking-single a:active .img, .ranking-single a:focus .img {
	transform: scale(1.02);
}

.ranking-single a:hover .model, .ranking-single a:active .model, .ranking-single a:focus .model {
	text-decoration: underline;
}

.ranking-single h2 {
	text-align: center;
}

.ranking-single h2 strong {
	color: #00a0e9;
}

.ranking-single h2 .text {
	display: block;
	font-size: 12px;
	color: #999;
}

.ranking-single li {
	display: block;
	padding: 20px 10px;
	border-top: solid 2px #ffc933;
	position: relative;
}

.ranking-single li .text {
	width: 40%;
	float: left;
	display: block;
}

.ranking-single li .img {
	width: 58%;
	float: right;
}

.ranking-single li .icon-ranking {
	width: 50px;
	position: absolute;
	top: -30px;
	right: 0;
}

.ranking-single li:nth-child(2) {
	border-color: #b9ccce;
}

.ranking-single li:nth-child(3) {
	border-color: #fc994f;
}

.ranking-single .make {
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
	display: block;
}

.ranking-single .model {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: bold;
}

.ranking-single .price dt {
	border: 0;
	color: #111;
	padding: 0;
	margin-bottom: 2px;
}

.ranking-single .price .course {
	display: block;
	text-align: center;
	/*border-bottom: solid 1px #333;*/
	padding: 0;
}

.ranking-single .price .number-3year {
	background: #0fbe7a;
	margin-left: 0;
}

.ranking-single .price .number-5year {
	background: #00a0e9;
	margin-left: -4px;
}

.ranking-single .price dd .num {
	font-size: 32px;
}

@media screen and (max-width:900px) {
	.ranking-single {
		width: 100%;
		margin-right: 0;
		float: none;
		padding-bottom: 10px;
	}

	.ranking-single li {
		width: 32%;
		margin-right: 2%;
		float: left;
		padding: 5px;
	}

	.ranking-single li:last-child {
		margin-right: 0;
	}

	.ranking-single h2 {
		margin-bottom: 10px;
	}

	.ranking-single h2 .text {
		display: inline-block;
	}

	.ranking-single .make, .ranking-single .model {
		margin-bottom: 0;
	}

	.ranking-single .price dd {
		display: inline-block;
	}

	.ranking-single .price dd .num {
		font-size: 24px;
	}

	.ranking-single li .text {
		width: 100%;
		float: none;
	}

	.ranking-single li .img {
		width: 100%;
		float: none;
	}

	.ranking-single li .icon-ranking {
		width: 30px;
		top: -10px;
	}
}

@media screen and (max-width:640px) {
	.price dt>span {
		padding: 1px 5px;
	}

	.ranking-single .make {
		font-size: 8px;
	}

	.ranking-single .model {
		font-size: 10px;
	}

	.ranking-single .price dt {
		font-size: 11px;
	}

	.ranking-single .price dd .num {
		font-size: 18px;
	}
}

/* lineup
**************************/
.lineup-heading {
	text-align: center;
}

.lineup-heading .title {
	margin-bottom: 40px;
}

.lineup-heading .title img {
	max-width: 200px;
}

.lineup-heading .title .text {
	position: relative;
	top: -5px;
}

.lineup-quicklink {
	text-align: center;
	margin-bottom: 30px;
	display: inline-block;
}

.lineup-quicklink li {
	width: 19.2%;
	max-width: 200px;
	display: block;
	margin-right: 1%;
	float: left;
}

.lineup-quicklink li:last-child {
	margin-right: 0;
}

.lineup-quicklink a {
	display: block;
	padding: 5px;
	border-radius: 5px;
	border: solid 1px #ddd;
}

.lineup-quicklink a img {
	transition: all .2s linear 0s;
	vertical-align: middle;
}

.lineup-quicklink a:hover img, .lineup-quicklink a:active img, .lineup-quicklink a:focus img {
	transform: scale(1.02);
}

@media screen and (max-width:640px) {
	#lineup .section-inner {
		padding: 10px;
	}

	.lineup-heading .title {
		margin-bottom: 10px;
	}

	.lineup-quicklink {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:500px) {
	.lineup-quicklink a {
		padding: 0;
	}
}

.lineup-make h2 {
	text-align: center;
	margin-bottom: 20px;
}

.lineup-make h2 img {
	max-width: 200px;
}

.lineup-make h2 .desc {
	color: #999;
	display: block;
	font-size: 12px;
}

.lineup-single {
	position: relative;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 6px;
	/*float: left;*/
	/*width: 33.33%;*/
	width: calc((100% - 40px) / 3);
	margin-bottom: 15px;
	overflow: hidden;
}

/*
.lineup-single:nth-child(3n+1) {
	clear: both;
}*/

.lineup-single .lineup-bodytype {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	display: inline-block;
	padding: 2px 7px;
	/*
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	*/
	color: #fff;
	z-index: 3;
}

.lineup-single.type-minivan {
	border-top: solid 2px #00A0E9;
}

.lineup-single.type-minivan .lineup-bodytype {
	background-color: #00A0E9;
}

.lineup-single.type-suv {
	border-top: solid 2px #8dba2c;
}

.lineup-single.type-suv .lineup-bodytype {
	background-color: #8dba2c;
}

.lineup-single.type-hybrid {
	border-top: solid 2px #50ba9c;
}

.lineup-single.type-hybrid .lineup-bodytype {
	background-color: #50ba9c;
}

.lineup-single.type-commercialcar {
	border-top: solid 2px #287182;
}

.lineup-single.type-commercialcar .lineup-bodytype {
	background-color: #287182;
}

.lineup-single.type-compactcar {
	border-top: solid 2px #d8941e;
}

.lineup-single.type-compactcar .lineup-bodytype {
	background-color: #d8941e;
}

.lineup-single.type-lightcar {
	border-top: solid 2px #e26fb6;
}

.lineup-single.type-lightcar .lineup-bodytype {
	background-color: #e26fb6;
}

.lineup-single.type-ev {
	border-top: solid 2px #0023d4;
}

.lineup-single.type-ev .lineup-bodytype {
	background-color: #0023d4;
}

.lineup-single .lineup-header {
	padding: 20px 20px 10px;
	position: relative;
	background: #fff;
}

.lineup-single .medal {
	position: absolute;
	max-width: 70px;
	top: -10px;
	left: 0px;
	animation: flip 5s linear 0s infinite;
}

@keyframes flip {
	0% {
		transform: rotateY(0deg);
	}

	10% {
		transform: rotateY(360deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

.lineup-price, .lineup-grade, .lineup-single .btn {
	margin-bottom: 10px;
}

/*.lineup-single h3{text-align: center;line-height: 1;display: none;}
.lineup-single h3 .make{color: #999;font-size: 14px;margin-bottom: 5px;display: block;}
.lineup-single h3 .model{font-size: 16px;display: block;}*/
.lineup-price .price {
	text-align: center;
}

.lineup-price .price-low {
	width: 100%;
}

.lineup-price .price dt {
	border: 0;
	color: #111;
	padding: 0;
	margin-bottom: 2px;
	display: inline-block;
}

.lineup-price .price .course {
	text-align: center;
	padding: 0;
}

.lineup-price .price dd {
	display: inline-block;
}

.lineup-price .price dd .num {
	font-size: 32px;
}

.lineup-single .medal.kaeseru {
	position: absolute;
	max-width: 75px;
	top: 20px;
	left: auto;
	right: 10px;
	animation: none;
}

/*.lineup-price .price-high{width: 100%;}
.lineup-price .price-low + .price-high{float: left;width: 49%;}*/
.lineup-grade {
	position: relative;
}

.lineup-grade h4 {
	font-size: 12px;
	text-align: center;
	border: solid 1px #ddd;
	padding: 3px 10px;
	text-align: center;
	/*border-radius:30px;*/
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	background: #333;
	color: #fff;
}

/*.lineup-grade h4:hover{background: #f6f6f6;cursor:pointer;}*/
.lineup-grade h4 i {
	color: #333;
	float: right;
	position: relative;
	top: 3px;
	transition: all .2s linear 0s;
}

/*.lineup-grade h4.open{border-radius:10px 10px 0 0;}
.lineup-grade h4.open i{transform:rotate(180deg);}*/
.lineup-grade .list-grade {
	/*position: absolute;z-index: 2;*/
	width: 100%;
	font-size: 12px;
	text-align: center;
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	padding: 5px;
	background: rgba(255, 255, 255, .95);
}

.lineup-grade .list-grade .modelname {
	display: inline-block;
	margin-right: 5px;
	color: #666;
}

.lineup-single .btn {
	width: 100%;
	/*border: solid 1px #ccc;*/
	box-shadow: none;
	font-size: 14px;
	padding: 15px 20px;
	border-radius: 30px;
	background: rgb(255, 240, 0);
	background: linear-gradient(180deg, rgba(255, 240, 0, 1) 16%, rgba(255, 214, 0, 1) 100%);
}

.lineup-single .btn:hover, .lineup-single .btn:active, .lineup-single .btn:focus {
	background: rgb(255, 214, 0);
	background: linear-gradient(180deg, rgba(255, 214, 0, 1) 16%, rgba(232, 195, 0, 1) 100%);
}

.lineup-desc {
	padding: 0 20px 20px;
	position: relative;
}

.lineup-desc h4 {
	font-size: 16px;
	border-bottom: solid 1px #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.lineup-desc .desc-body {
	font-size: 14px;
}

.lineup-desc .desc-body .lineup-close {
	display: none;
	text-align: center;
	padding-top: 10px;
}

.lineup-footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 100%;
}

.lineup-footer a {
	position: relative;
	display: block;
	border: #ddd solid 1px;
	border-radius: 30px;
	width: 300px;
	margin: 20px auto 0;
	padding: 14px 30px;
	text-decoration: none;
	line-height: 1;
	font-size: 16px;
	color: #333;
}

.lineup-footer a i {
	position: absolute;
	right: 5px;
	top: 30%;
}


@media screen and (max-width:1100px) {
	.lineup-price .price {
		font-size: 12px;
	}

	.lineup-price .price .num {
		font-size: 18px;
	}
}

@media screen and (max-width:900px) {
	.lineup-single .lineup-header {
		padding: 10px;
	}
}

@media screen and (max-width:730px) {
	.lineup-single {
		width: calc((100% - 20px) / 2);
	}

	.lineup-heading .title img {
		max-width: 150px;
	}

	.lineup-heading .title .text {
		position: relative;
		top: 0;
	}
}

@media screen and (max-width:540px) {
	.lineup-heading .title img {
		max-width: 140px;
	}

	.lineup-heading .title .text {
		font-size: 20px;
		top: 1px;
	}

	.lineup-single {
		width: 100%;
		margin-bottom: 0;
	}

	.lineup-single .lineup-price {
		padding-top: 10px;
		padding-bottom: 0;
		margin-bottom: 5px;
	}

	.lineup-price .price dt {
		margin-bottom: 5px;
	}

	.lineup-price .price .num {
		font-size: 24px;
	}

	.lineup-desc {
		padding: 0 10px 10px;
	}

	.lineup-desc .desc-body {
		font-size: 12px;
	}

	.lineup-footer a {
		font-size: 13px;
	}
}

/* reason
**************************/

#reason {
	background: #00A0EA;
	color: #fff;
}

#reason .title-desc {
	color: #ff0;
	margin-bottom: 0;
	font-size: 16px;
}

#reason .title {
	font-size: 30px;
}

.reason-single {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 40px;
	border: solid 4px #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .2);
}

.reason-single h2 {
	text-align: center;
	margin-bottom: 10px;
}

.reason-single h2 .body {
	font-size: 24px;
	color: #ff0;
}

.reason-single h2 .desc {
	font-size: 14px;
	display: block;
}

.reason-single:nth-child(2n) {
	margin-right: 0;
}

.reason-single img {
	margin-bottom: 10px;
}

.reason-single .text {
	text-align: center;
}

@media screen and (max-width:1140px) {
	.reason-single .text {
		font-size: 14px;
	}
}

@media screen and (max-width:1000px) {
	#reason .title-desc {
		font-size: 12px;
	}

	.reason-single h2 .body {
		font-size: 18px;
	}

	.reason-single h2 .desc {
		font-size: 12px;
	}

	.reason-single .text .onlypc {
		display: none;
	}
}

@media screen and (max-width:800px) {
	.reason-single {
		width: 49%;
		margin-bottom: 10px;
	}

	.reason-single:nth-child(3n) {
		margin-right: 2%;
	}

	.reason-single:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:640px) {
	#reason .title {
		font-size: 20px;
	}

	.reason-single {
		width: 100%;
		float: none;
		margin-right: 0;
		padding: 10px;
	}

	.reason-single:nth-child(3n) {
		margin-right: 0;
	}

	.reason-single h2 {
		width: 60%;
		float: right;
		margin-bottom: 5px;
	}

	.reason-single h2 .desc {
		font-size: 10px;
	}

	.reason-single h2 .body {
		font-size: 15px;
	}

	.reason-single img {
		margin-bottom: 0;
		width: 38%;
		float: left;
	}

	.reason-single .text {
		font-size: 12px;
		width: 60%;
		float: right;
	}
}

@media screen and (max-width:480px) {
	.reason-single img {
		margin-top: 10px;
	}

	.reason-single .text {
		font-size: 11px;
	}
}

/* ---------- renewal 2023.10.25 ---------- */
#reason {
	background: #397acf;
}

#reason .title {
	max-width: 559px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

.reason-all {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 20px;
	margin: 0 0 30px 0;
}

.reason-s {
	background: #fff;
	width: calc((100% - 20px)/2);
	margin: 0;
	padding: 20px 20px 20px 30px;
	display: flex;
	gap: 30px;
	text-decoration: none !important;
	box-shadow: none;
	transition: 0.2s all;
}

.reason-s:hover {
	transform: scale(1.03, 1.03);
	transition: 0.2s all;
}

.reason-s>div {
	width: 70%;
}

.reason-s p {
	margin-bottom: 0;
	color: #333;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 23px;
}

.reason-s:hover p {
	color: #333;
	text-decoration: none !important;
}

.reason-s:hover img {
	opacity: 1 !important;
}

.reason-s h2 {
	position: relative;
	margin-bottom: 15px;
	z-index: 1;
}

.reason-s:nth-child(1) h2 {
	width: 87.368421%;
}

.reason-s:nth-child(1) h2::before {
	position: absolute;
	content: "";
	background: url(/src/img/reason/v6/sec1_tit_num_pc.png) 0 100% no-repeat;
	background-size: 14%;
	width: 100%;
	height: 130%;
	bottom: 0;
	left: -20px;
	z-index: -1;
}

.reason-s:nth-child(2) h2 {
	width: 99.473684%;
}

.reason-s:nth-child(2) h2::before {
	position: absolute;
	content: "";
	background: url(/src/img/reason/v6/sec2_tit_num_pc.png) 0 100% no-repeat;
	background-size: 19.5%;
	width: 100%;
	height: 130%;
	bottom: 0;
	left: -20px;
	z-index: -1;
}

.reason-s:nth-child(3) h2 {
	width: 85.614035%;
}

.reason-s:nth-child(3) h2::before {
	position: absolute;
	content: "";
	background: url(/src/img/reason/v6/sec3_tit_num_pc.png) 0 100% no-repeat;
	background-size: 20.5%;
	width: 100%;
	height: 130%;
	bottom: 0;
	left: -20px;
	z-index: -1;
}

.reason-s:nth-child(4) h2 {
	width: 96.666667%;
}

.reason-s:nth-child(4) h2::before {
	position: absolute;
	content: "";
	background: url(/src/img/reason/v6/sec4_tit_num_pc.png) 0 100% no-repeat;
	background-size: 24%;
	width: 100%;
	height: 78%;
	bottom: 40.5%;
	left: -20px;
	z-index: -1;
}

.reason-s:nth-child(5) h2 {
	width: 100%;
}

.reason-s:nth-child(5) h2::before {
	position: absolute;
	content: "";
	background: url(/src/img/reason/v6/sec5_tit_num_pc.png) 0 100% no-repeat;
	background-size: 18%;
	width: 100%;
	height: 130%;
	bottom: 0;
	left: -20px;
	z-index: -1;
}

.reason-s:nth-child(6) h2 {
	width: 100%;
}

.reason-s:nth-child(6) h2::before {
	position: absolute;
	content: "";
	background: url(/src/img/reason/v6/sec6_tit_num_pc.png) 0 100% no-repeat;
	background-size: 22%;
	width: 100%;
	height: 130%;
	bottom: 0;
	left: -20px;
	z-index: -1;
}

.reason-s>picture {
	width: 30%;
}

@media screen and (max-width:1140px) {
	.reason-s p {
		font-size: 14px;
	}
}

@media screen and (max-width:1000px) {
	.reason-s {
		gap: 20px;
	}
}

@media screen and (max-width:800px) {
	.reason-all {
		width: 100%;
	}

	.reason-s {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	.reason-all {
		align-items: normal;
		gap: 20px;
	}

	#reason .title {
		max-width: 90%;
		margin: 0 auto;
		padding: 0 0 15px 0;
	}

	.reason-s p {
		font-size: 12px;
		line-height: 20px;
	}
}

@media screen and (max-width:480px) {
	.reason-s {
		flex-wrap: wrap;
		padding: 20px;
		gap: 0;
	}

	.reason-s>div {
		width: 100%;
	}

	.reason-s>picture {
		width: 60%;
		margin: 0 auto;
	}

	.reason-s p {
		margin: 0 0 15px 0;
	}
}

/* ---------- /renewal 2023.10.25 ---------- */


/* sale
**************************/
/*2021夏
.sale{background: #19ccff url("../../img/campaign-price/202106/home-sale-bg.jpg") no-repeat center top;color: #110064;}
.sale{background: #FFDE00 url("../../img/campaign-price/202110/home-sale-bg.jpg") no-repeat center top;color: #110064;}*/
.sale {
	background: #d0e7f8 url("../../img/campaign-price/202111/home-sale-bg.jpg") no-repeat center top;
	color: #110064;
	background-size: 100%;
}

@media screen and (max-width:640px) {
	.sale {
		background-image: url("../../img/campaign-price/202111/home-sale-bg-sp.jpg");
	}
}

.sale h1 img {
	max-width: 500px;
}

.sale h2 {
	font-size: 16px;
	background: yellow;
	color: #ff005a;
	padding: 10px 20px;
}

.ribbon {
	display: inline-block;
	position: relative;
}

.ribbon:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 20px #e2d818;
	/*折り返し部分*/
}

.ribbon:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 20px #e2d818;
	/*折り返し部分*/
}

/*.sale-all{padding-top: 10px;}*/
/*
.sale-single{width: 32%;float: left;margin-right: 2%;margin-bottom: 10px;}
.sale-single:nth-child(3n){margin-right: 0;}
*/

.sale-single {
	width: 33.33%;
	float: left;
	padding: 10px;
}

.sale-single h3 a {
	color: #110064;
}

.sale-single .img {
	max-width: 300px;
}

.sale-single .model {
	font-size: 16px;
}

.sale-single .discount {
	font-size: 13px;
}

.sale-single.special {
	width: 50%;
	float: left;
	padding: 10px;
}

.sale-single.special h2 {
	background-color: transparent;
	max-width: 340px;
	margin-bottom: -35px;
	padding: 10px 0;
}

.sale-single.special .special-inner {
	background: rgba(255, 240, 0, .8);
	padding: 20px 10px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
	border-radius: 5px;
}

.sale-single.special .model {
	font-size: 24px;
}

.sale-single.special .thumb {
	width: 60%;
	float: left;
}

.sale-single.special .text {
	width: 40%;
	float: right;
}

.sale-single .discount .num {
	font-size: 36px;
	color: #d2180a;
	font-weight: bold;
}

.sale-single .discount .unit {
	font-size: 18px;
	color: #d2180a;
}

.sale-single .btn {
	padding: 15px 10px;
	font-size: 12px;
	color: #fff;
	display: block;
	border-radius: 30px;
	background: rgb(224, 27, 27);
	background: linear-gradient(180deg, rgba(224, 27, 27, 1) 11%, rgba(201, 0, 0, 1) 100%);
	s
}

.sale-single .btn:hover, .sale-single .btn:active, .sale-single .btn:focus {
	background: rgb(224, 27, 27);
	background: linear-gradient(0deg, rgba(224, 27, 27, 1) 11%, rgba(201, 0, 0, 1) 100%);
}

.sale-single.special .special-inner {
	background: rgba(255, 255, 255, .8);
}

/*.sale-single.special .ribbon{background: #d2180a;color: #fff;display: block;}
.sale-single.special .ribbon:before{border-right-color: #910900;}
.sale-single.special .ribbon:after{border-left-color: #910900;}
.sale-single.special .ribbon{background: #02A373;color: #fff;display: block;}
.sale-single.special .ribbon:before{border-right-color: #006647;}
.sale-single.special .ribbon:after{border-left-color: #006647;}*/
.sale-single.special .ribbon {
	background: rgb(207, 178, 63);
	background: linear-gradient(180deg, rgba(207, 178, 63, 1) 11%, rgba(239, 215, 119, 1) 100%);
	color: #002448;
	display: block;
}

.sale-single.special .ribbon:before {
	border-right-color: #ae9638;
}

.sale-single.special .ribbon:after {
	border-left-color: #ae9638;
}

.sale-single.special .discount .num {
	font-size: 46px;
	color: #c90000;
	font-weight: bold;
}

.sale-single.special .discount .unit {
	color: #d2180a;
}

.sale-single.special .btn {
	border: solid 1px #d2180a;
}

@media screen and (max-width:1080px) {
	.sale-single.special .discount .num {
		font-size: 36px;
	}

	.sale-single.special .thumb {
		width: 50%;
		padding-top: 20px;
	}

	.sale-single.special .text {
		width: 50%;
	}
}

@media screen and (max-width:800px) {
	.sale-single .model {
		font-size: 14px;
	}

	.sale-single .discount {
		font-size: 11px;
	}

	.sale-single .discount .num {
		font-size: 20px;
	}

	.sale-single .discount .unit {
		font-size: 16px;
	}

	.sale-single.special h2 {
		margin-bottom: -20px;
	}

	.sale-single.special .model {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	.sale-single {
		width: 49%;
	}

	.sale-single:nth-child(3n) {
		margin-right: 2%;
	}

	.sale-single:nth-child(2n) {
		margin-right: 0;
	}

	.sale-single:nth-child(3) {
		margin-left: 25%;
	}

	.sale-single .model {
		font-size: 16px;
	}

	.sale-single .discount {
		font-size: 13px;
	}

	.sale-single .discount .num {
		font-size: 26px;
	}

	.sale-single .discount .unit {
		font-size: 16px;
	}

	.sale-single .btn {
		padding: 10px;
	}

	.sale-single.special {
		width: 100%;
		float: none;
		padding: 0;
	}

	.sale-single.special .thumb {
		padding-top: 0;
	}

	.sale-single.special .model {
		font-size: 16px;
	}

	.sale-single.special .discount .num {
		font-size: 26px;
	}

	.sale-single.special .btn {
		padding: 10px;
	}
}

/* 　review
******************************************/
.review h1 {
	padding: 15px 0;
	color: #333333;
	font-size: 200%;
	letter-spacing: 0.05em;
}

.en {
	display: block;
	font-size: 60%;
	opacity: .7;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding-top: 10px;
	color: #111111;
}

.review-content {
	background: #eee;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .2);
	position: relative;
	overflow: hidden;
	text-align: center;
}

.review-content .section-inner {
	padding: 10px 20px;
}

/*.review-all {display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; }*/
.review-single {
	width: 49%;
	float: left;
	margin-bottom: 1%;
}

.review-single:nth-child(2n) {
	float: right;
}

.review-single:nth-child(2n+1) {
	clear: both;
}

.review-single {
	background: #fff;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
	padding: 10px 20px 5px;
	text-align: left;
	position: relative;
}

.review-single .label-new {
	background: #F5CC31;
	padding: 1px 8px;
}

.review-single-header {
	border-bottom: solid 1px #ddd;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.review-single .name {
	display: inline-block;
	color: #333333;
	font-size: 80%;
}

.review-single .date {
	color: #111111;
	font-family: "Bookman Old Style";
	font-size: 85%;
	letter-spacing: 0.05em;
}

.review-single .score-total {
	display: inline-block;
	float: left;
	padding: 5px 0;
}

.review-single .score-total .score-title {
	font-size: 90%;
	display: inline-block;
	color: #333333;
}

.review-single .score-total .num {
	font-size: 160%;
	line-height: 1;
	color: #333333;
}

.review-single .star {
	margin-right: 10px;
}

.review-single .star i {
	margin-right: -2px;
	color: #e4007d;
	font-size: 130%;
	line-height: 1;
}

.review-single .score-detail {
	padding: 5px 0;
}

.review-single .score-detail li {
	width: 19.2%;
	margin-right: 1%;
	float: left;
	font-size: 9px;
	background-color: #e9f4fa;
	padding: 2px;
	display: block;
	color: #333333;
}

.review-single .score-detail li:last-child {
	margin-right: 0;
}

.review-single .score-detail .img, .review-single .score-detail .text {
	display: block;
}

.review-single .score-detail .img {
	width: 28%;
	float: left;
}

.review-single .score-detail .text {
	width: 70%;
	float: right;
	line-height: 1.2;
	text-align: center;
	padding-top: 5px;
}

.review-single .score-detail .star {
	display: block;
	text-align: center;
	margin-right: -1px;
}

.review-single .score-detail .star i {
	font-size: 9px;
}

.review-single .comment {
	clear: both;
	font-weight: normal;
	font-size: 90%;
	padding: 10px 0 15px;
	color: #333333;
}

.review-single .type {
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	float: right;
	font-size: 80%;
}

.review-single .type-car {
	background: #01a0e9;
}

.review-single .new {
	background: #fff119;
	color: #333333;
	padding: 2px 8px 1px;
	font-size: 75%;
	display: inline-block;
	margin-left: 10px;
}

.review-single .area {
	display: inline-block;
	padding: 1px 10px;
	float: right;
	font-size: 80%;
	color: #3d1200;
	border: solid 1px #3d1200;
	margin-right: 5px;
}

.review-single-footer {
	border-top: solid 1px #ddd;
	padding: 5px 0;
}

.review-single-footer .name-title {
	color: #959595;
	font-size: 80%;
}

.review-single-footer .name-block {
	display: block;
	float: left;
}

.review-single-footer .pdf-block {
	display: block;
	float: right;
}

.review-single .btn-pdf {
	background: #eeeeee;
	color: #333333;
	font-size: 10px;
	line-height: 1;
	padding: 6px 12px;
	border-radius: 12px;
	box-shadow: none;
	border: none;
	margin-top: 3px;
}

.review-single .btn-pdf i {
	margin-right: 2px;
}

.review-single .btn-pdf:hover, .review-single .btn-pdf:active, .review-single .btn-pdf:focus {
	background: #2c3e50;
	color: #fff;
}

.review-footer {
	padding-top: 10px;
}

@media screen and (max-width:1020px) {
	.review-content {
		padding: 0;
	}

	.review-content .section-inner {
		padding: 20px;
	}

	.review-single .avatar {
		width: 25%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.review-single .comment {
		padding-top: 5px;
		font-size: 80%;
	}

	.review-single .score-detail .img, .review-single .score-detail .text {
		width: 100%;
		float: none;
		text-align: center;
	}

	.review-single .score-detail .img img {
		max-width: 20px;
	}

	.review-single .score-detail .text {}
}

@media screen and (max-width:640px) {
	.review-content .section-inner {
		padding: 0 10px;
	}

	.review-content:before, .review-content:after {
		width: 150px;
		height: 150px;
		margin-top: -43%;
	}

	.review-content:after {
		margin-bottom: -25%;
		margin-top: 0;
	}

	.review-single {
		width: 100%;
		float: none;
		margin-bottom: 2%;
		padding: 15px 10px 5px;
		clear: both;
	}

	.review-single:nth-child(2n) {
		float: none;
	}

	.review-single-header {
		font-size: 90%;
	}

	.review-single .name {
		font-size: 13px;
	}

	.review-single .score-total .score-title {
		font-size: 11px;
	}
}

@media screen and (max-width:480px) {
	.review-single {
		padding: 10px 10px 5px;
	}

	.review-single-header {
		font-size: 80%;
	}

	.review-content:after {
		margin-bottom: -35%;
	}

	.review-content .result-footer {
		padding: 10px 0 0;
	}
}

.lineup-all {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/*
.lineup-single {
	float: none;
	width: calc((100% - 40px) / 3);
}
	*/

.lineup-result {
	text-align: center;
}

#btn-reset {
	background: #fff;
	border: #ddd solid 1px;
	border-radius: 30px;
	box-shadow: none;
	transition: all .1s linear 0s;
}

#btn-reset:hover {
	transform: scale(1.03);
}