@charset "EUC-JP";

body {
	min-width: 1000px;
}
main *,
main *::before,
main *::after {
	box-sizing: border-box;
}
main img {
	vertical-align: bottom;
}
main div::after {
	visibility: visible;
	clear: none;
	content: none;
	height: auto;
	font-size: inherit;
}
main {
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	font-family: Helvetica, Arial, "Meiryo", "¥á¥¤¥ê¥ª", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", Osaka, sans-serif;
}

/* button, Link
-------------------------------*/
.defaultBtn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 320px;
	height: 50px;
	padding: 3px 16px;
	border-radius: 4px;
	background: #407cc4;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	transition: none;
}
.defaultBtn:hover {
	opacity: 0.7;
}
.btnArea {
	margin: 24px 0;
	text-align: center;
}
.media .btnArea {
	margin-bottom: 0;
}
.disadvantage .btnArea {
	margin-bottom: 28px;
}

/* contents
-------------------------------------------------------------------------- */
.visual {
	padding: 30px 0 38px;
	background: url("https://img.goo-net.com/cache/newcar/lp/merit/img_visual.png") no-repeat;
	background-size: cover;
}
.visualTitle {
	color: #407cc4;
	font-size: 40px;
	line-height: 1.25;
	font-weight: bold;
}
.visualText {
	width: 400px;
	margin-top: 30px;
}
.pageNav {
	margin: 30px 80px 22px;
}
.pageNav ul {
	display: flex;
	height: 56px;
	border-radius: 4px;
	background: linear-gradient(90deg, #407cc4 0%, #407cc4 50%, #eef5ff 50%, #eef5ff 100%);
	font-size: 10px;
	font-weight: bold;
}
.pageNav ul > li {
	display: flex;
	position: relative;
	width: 200px;
	text-align: center;
}
.pageNav ul > li:nth-of-type(2n)::before {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 24px;
	margin: auto 0;
	background: #fff;
	content: "";
}
.pageNav ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	padding: 8px 20px 8px 8px;
	background: #407cc4;
	color: #fff;
	transition: none;
	position: relative;
}
.pageNav ul > li a:hover::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}
.pageNav ul > li:first-of-type > a {
	border-radius: 4px 0 0 4px;
}
.pageNav ul > li:last-of-type > a {
	border-radius: 0 4px 4px 0;
}
.pageNav ul > li:nth-of-type(3) > a,
.pageNav ul > li:last-of-type > a {
	background: #eef5ff;
	color: #407cc4;
}
.pageNav ul > li > a em::after {
	position: absolute;
	top: 50%;
	right: -16px;
	margin-top: -3px;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.pageNav ul > li:nth-of-type(3) > a > em::after,
.pageNav ul > li:last-of-type > a em::after {
	border-top-color: #407cc4;
}
.pageNav ul > li > a > em {
	font-size: 16px;
	padding-left: 2px;
	vertical-align: middle;
	position: relative;
	font-weight: bold;
}
.section {
	margin-bottom: 24px;
}
.section.usedcar {
	margin-bottom: 40px;
	padding-top: 6px;
	border-top: 1px solid #f1f1f1;
}
.section p + p {
	margin-top: 0.8em;
}
.captionArea {
	padding: 0 80px;
}
.advantageTitle {
	padding: 34px 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #407cc4;
}
.disadvantage .advantageTitle {
	margin-top: 30px;
	color: #ef4f63;
}
.advantageList {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	box-sizing: content-box;
	padding: 24px 24px 20px;
	border-radius: 4px;
	background: #f1f1f1;
	font-size: 16px;
	height: 100px;
}
.advantageList li {
	width: 50%;
}
.advantageList li span {
	color: #407cc4;
}
.markTitle {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.markTitle span {
	flex-shrink: 0;
	margin-right: 8px;
	color: #407cc4;
}
.disadvantage .markTitle {
	margin-top: 40px;
}
.disadvantage .advantageTitle + .markTitle {
	margin-top: 4px;
}
.disadvantage .markTitle span {
	color: #ef4f63;
}
.media {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.media:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.mediaWrap {
	width: 400px;
	height: 0;
	padding-bottom: 300px;
}
.mediaWrap img {
	width: 100%;
	height: auto;
}
.mediaBody {
	width: 520px;
}
.ranking {
	margin: 32px 0 40px;
	padding: 0 16px;
	overflow: hidden;
}
.disadvantage .ranking {
	margin-bottom: 28px;
}
.rankingTitle {
	margin-bottom: 16px;
	color: #407cc4;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.carList {
	display: flex;
	align-items: stretch;
}
.carList > li {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 16px;
}
.carList > li:last-child {
	margin-right: 0;
}
.carListItem {
	display: block;
	position: relative;
	width: 280px;
	overflow: hidden;
	border-radius: 4px;
	padding-bottom: 16px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
	background: #fff;
	transition: none;
}
a.carListItem:hover {
	opacity: 0.7;
}
.carListItemNum {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 24px;
	border-radius: 4px 0;
	background: #f1f1f1;
	color: #9f9f9f;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.carListItemName a::before,
.carListItemName a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}
.carListItemName a::before {
	visibility: hidden;
	opacity: 0;
	background: #fff;
	transition: visibility 0.3s, opacity 0.3s;
}
.carListItemName a::after {
	z-index: 3;
}
.carListItemName a:hover::before {
	visibility: visible;
	opacity: 0.3;
}
.carList > li:first-child .carListItemNum {
	background: #c8a243;
	color: #fff;
}
.carList > li:nth-child(2) .carListItemNum {
	background: #a3acb1;
	color: #fff;
}
.carList > li:nth-child(3) .carListItemNum {
	background: #9f8563;
	color: #fff;
}
.carList > li:first-child .carListItemNum::before,
.carList > li:nth-child(2) .carListItemNum::before,
.carList > li:nth-child(3) .carListItemNum::before {
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background: url("https://img.goo-net.com/cache/newcar/common/icon_crown_white.svg") no-repeat;
	background-size: 12px;
	content: "";
}
.carListItemNum em {
	font-size: 18px;
	font-weight: bold;
}
.carListItemThumb {
	text-align: center;
}
.carListItemThumb img {
	max-width: 100%;
}
.carListItemName {
	margin-top: 12px;
	padding: 0 16px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.carListItemName a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: "";
}
.popularityRanking .carListItemName {
	margin-top: 10px;
}
.carListItemPrice {
	margin-top: 4px;
	line-height: 1.2;
	font-size: 16px;
}
.carListItemDelivery,
.carListItemPrice,
.carListItemDiscount,
.carListItemRate {
	display: flex;
	min-width: 0;
	align-items: center;
	margin-top: 8px;
	padding: 0 16px;
	line-height: 1.2;
}
.carListItemDelivery dt,
.carListItemPrice dt,
.carListItemDiscount dt,
.carListItemRate dt {
	margin-right: 8px;
	font-size: 12px;
	background-color: #f1f1f1;
	width: 56px;
	text-align: center;
	line-height: 1;
	padding: 4px 0;
	border-radius: 2px;
	flex-shrink: 0;
	white-space: nowrap;
}
.carListItemDelivery dd,
.carListItemDiscount dd,
.carListItemRate dd {
	align-self: baseline;
	min-width: 0;
	color: #e00923;
	font-size: 14px;
}
.carListItemRate dd {
	color: #333;
	font-weight: normal;
	font-size: 16px;
}
.carListItemDelivery dd em,
.carListItemDiscount dd em {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.rankingListItemData {
	display: flex;
	align-items: center;
	min-width: 0;
	margin-top: 8px;
	padding: 0 16px;
}
.rankingListItemData dt {
	padding: 4px;
	border-radius: 2px;
	background-color: #f1f1f1;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	flex-shrink: 0;
	white-space: nowrap;
}
.rankingListItemData dd {
	margin-left: 8px;
	font-size: 14px;
	line-height: 1.2;
}
.rankingListItemData dd em {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.rankingListItemEvaluation .score {
	color: #e00923;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.starIconArea {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.starIconArea .starIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}
.starIconArea .starIcon:last-child {
	margin-right: 0;
}
.starIconArea .starIcon.full {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_star_on.svg");
}
.starIconArea .starIcon.half {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_star_half.svg");
}
.starIconArea .starIcon.none {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_star_off.svg");
}
.rankingListItemEvaluation .number {
	font-size: 12px;
}
.rankingListItemEvaluation .number a {
	position: relative;
	z-index: 4;
	text-decoration: underline;
}
.rankingListItemEvaluation .number a:hover {
	text-decoration: none;
}
.swiper-container {
	width: 872px;
	overflow: visible;
}
.swiper-slide {
	width: 280px;
	height: auto;
}
.swiper-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: static;
	min-height: 8px;
	margin: 24px auto 0;
	text-align: center;
}
.swiper-pagination-bullet {
	background-color: #9f9f9f;
	margin: 0 10px;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #407cc4;
}
.swiper-button-next,
.swiper-button-prev {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	padding: 0;
	box-shadow: 0 3px 6px #d6d6d6;
	background: rgba(255, 255, 255, 0.7);
	border: none;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	line-height: 0;
	outline: none;
	cursor: pointer;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	right: auto;
	left: -44px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -44px;
	left: auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	background: url("https://img.goo-net.com/cache/newcar/lp/merit/icon_arrow.svg") no-repeat center;
	background-size: 24px;
	content: "";
}
.swiper-button-prev::after {
	transform: rotate(180deg);
}
.swiper-container-initialized .swiper-slide:not(.swiper-slide-visible) .carListItem {
	opacity: 0.7;
	pointer-events: none;
}
.swiper-container-initialized .swiper-slide:not(.swiper-slide-visible) .carListItem::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0.5%, rgba(220, 220, 220, 0.7) 10%, rgba(220, 220, 220, 0.7) 90%, rgba(255, 255, 255, 0.9) 99.5%);
	border-radius: 4px;
	content: "";
}
.swiper-container-initialized .swiper-slide:not(.swiper-slide-visible) .carListItem::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 56px;
	height: 24px;
	margin: 0 auto;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.07) 50%, rgba(0, 0, 0, 0.03) 100%);
	border-radius: 4px 0;
	content: "";
}
.swiper-container:not(.swiper-container-initialized) .swiper-button-next,
.swiper-container:not(.swiper-container-initialized) .swiper-button-prev {
	display: none;
}
.swiper-container:not(.swiper-container-initialized) .carList {
	justify-content: center;
}
.recommendedTitle {
	margin: 40px 0 20px;
	color: #407cc4;
	font-size: 20px;
	font-weight: bold;
}
.recommendedList {
	margin-bottom: 24px;
	padding: 24px;
	font-size: 16px;
	border-radius: 4px;
	background: #f1f1f1;
}
.recommendedList li {
	position: relative;
	padding-left: 1em;
}
.recommendedList li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "¡¦";
}

/* ÄÉ½¾¥Ê¥Ó
-------------------------------*/
.fixArea {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 458px;
	font-family: Helvetica, "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", sans-serif;
}
.fixArea.visible {
	display: block;
}
.fixPageNav {
	width: 100%;
	background: #eef5ff;
	border-radius: 8px 0 0 0;
}
.fixPageNav dl {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 8px 0;
}
.fixPageNav dl dt {
	color: #407cc4;
	font-size: 10px;
	font-weight: bold;
}
.fixPageNav dl dt:nth-of-type(1) {
	margin-left: 16px;
}
.fixPageNav dl dt:nth-of-type(2) {
	margin-left: 8px;
}
.fixPageNav dl dd {
	margin-left: 4px;
}
.fixPageNav dl dd:last-of-type {
	margin-right: auto;
}
.fixPageNav dl dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 86px;
	height: 30px;
	border: 1px solid #407cc4;
	border-radius: 16px;
	color: #407cc4;
	font-size: 14px;
	font-weight: bold;
	transition: none;
}
.fixPageNav dl dd a:hover {
	opacity: 0.7;
}
.fixPageNav dl dd a.active {
	border-color: transparent;
	background: #407cc4;
	color: #fff;
}