.p-compare-type-container {
	margin-top: 30px
}
.p-compare-type-container__wrapper--bg-gray {
	background-color: var(--color-light-gray)
}
.p-compare-type-container__wrapper .c-heading3 {
	margin-top: 0
}
.p-compare-type-container__inner {
	max-width: 1020px;
	padding: 60px 20px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.p-compare-type-container__inner {
		padding: 40px 30px
	}
}
.p-compare-type-header + .p-compare-type-container__inner {
	padding-top: 10px
}
.p-compare-type-header.is-fixed + .p-compare-type-container__inner {
	padding-top: 60px
}
.p-compare-type-container__inner .c-heading2 + .c-heading3 {
	margin-top: 25px
}
.p-compare-type-container__inner .c-box + .c-heading3 {
	margin-top: 40px
}
@media screen and (max-width: 768px) {
	.p-compare-type-container__inner .c-box + .c-heading3 {
		margin-top: 20px
	}
}
.p-compare-type-section {
	margin-top: 60px;
	padding-top: 20px;
	border-top: 1px solid var(--color-dark-gray)
}
@media screen and (max-width: 768px) {
	.p-compare-type-section {
		margin-top: 40px;
		padding-top: 20px
	}
}
.p-compare-type-header {
	height: 60px
}
@media screen and (max-width: 768px) {
	.p-compare-type-header {
		height: 50px
	}
}
.p-compare-type-header.is-fixed {
	position: fixed;
	top: 48px;
	left: 0;
	z-index: 200;
	width: 100%
}
@media screen and (max-width: 768px) {
	.p-compare-type-header.is-fixed {
		top: 55px
	}
}
.p-compare-type-header.is-fixed .p-compare-type-header__col {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1)
}
.p-compare-type-header.is-fixed .p-compare-type-header__col:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px
}
.p-compare-type-header.is-fixed .p-compare-type-header__col:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px
}
.p-compare-type-header__inner {
	display: flex;
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
	border-radius: 8px
}
@media screen and (max-width: 768px) {
	.p-compare-type-header__inner {
		padding: 0 30px
	}
}
.p-compare-type-header__col {
	position: relative;
	width: 50%;
	box-sizing: content-box;
}
.p-compare-type-header__col:first-child {
	border-right: 1px solid var(--color-gray)
}
.p-compare-type-header--head {
	height: auto
}
.p-compare-type-header--head .c-select-caption {
	margin-bottom: 10px;
	font-weight: 700
}
.p-compare-type-header--head .p-compare-type-header__col:first-child {
	border: none
}
.p-compare-type-header .p-compare-type-header__col:nth-child(1) .c-select > select {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px
}
.p-compare-type-header .p-compare-type-header__col:nth-child(2) .c-select > select {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px
}
.p-compare-type-item {
	display: flex;
	padding-top: 30px;
	margin-right: -20px;
	margin-left: -20px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item {
		padding-top: 20px;
		margin-right: -8px;
		margin-left: -8px
	}
}
.p-compare-type-item--column .p-compare-type-item__inner > * {
	height: 100%
}
.p-compare-type-item > * {
	width: 50%;
	padding: 0 20px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item > * {
		padding: 0 8px
	}
}
.p-compare-type-item--col1 {
	margin-right: 0;
	margin-left: 0
}
.p-compare-type-item--col1 > * {
	width: 100%;
	padding: 0
}
.p-compare-type-item + .p-compare-type-item--col1 {
	padding-top: 40px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item + .p-compare-type-item--col1 {
		padding-top: 20px
	}
}
.p-compare-type-item__inner > * {
	margin-top: 10px
}
.p-compare-type-item__inner > *:first-child {
	margin-top: 0
}
.p-compare-type-item img {
	width: 100%;
	max-width: 100%
}
.p-compare-type-item__item-color {
	display: flex;
	flex-direction: column;
	height: 100%
}
.p-compare-type-item__color-stack {
	margin-top: 40px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__color-stack {
		margin-top: 15px
	}
}
.p-compare-type-item__color-stack > * + * {
	margin-top: 10px
}
.p-compare-type-item__color-chip {
	margin-top: 30px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__color-chip {
		margin-top: 15px
	}
}
.p-compare-type-item__color-chip > .c-color-list {
	justify-content: center
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__color-chip > .c-color-list {
		justify-content: flex-start
	}
}
.p-compare-type-item__color-box {
	margin-top: auto;
	margin-bottom: 60px;
	text-align: center
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__color-box {
		margin-bottom: 0
	}
}
.p-compare-type-item__color-box .c-grid > * {
	margin-top: 20px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__color-box .c-grid > * {
		margin-top: 15px
	}
}
.p-compare-type-item__color-box img {
	max-width: 90%
}
.p-compare-type-item__caption {
	margin-top: 10px;
	font-size: 16px;
	text-align: center
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__caption {
		font-size: 12px;
		text-align: left
	}
}
.p-compare-type-item__caution {
	font-size: 12px;
	color: var(--color-red)
}
.p-compare-type-item__note.u-hide + .p-compare-type-item__caution {
	margin-top: 0
}
.p-compare-type-item__buttons {
	margin-top: 25px;
	text-align: center
}
@media screen and (min-width: 769px) {
	.p-compare-type-item__buttons .c-button, .p-compare-type-item__buttons .c-button-secondary {
		width: auto;
		min-width: 240px
	}
}
.p-compare-type-item__buttons > * + * {
	margin-top: 10px
}
.p-compare-type-item__price-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%
}
.p-compare-type-item__price-box .js-car-result-price {
	margin-bottom: 15px
}
.p-compare-type-item__price-box .js-car-result-price > *:first-child {
	margin-top: 0
}
.p-compare-type-item__price {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__price {
		font-size: 14px
	}
}
.p-compare-type-item__subtext + .p-compare-type-item__price {
	margin-top: 30px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__subtext + .p-compare-type-item__price {
		margin-top: 20px
	}
}
.p-compare-type-item__subtext {
	font-size: 14px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__subtext {
		font-size: 12px
	}
}
.p-compare-type-item__note {
	font-size: 12px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__note {
		font-size: 10px;
		text-align: left
	}
}
.p-compare-type-item__image {
	position: relative;
	padding-top: 56.0846560847%;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid var(--color-gray);
	border-radius: 8px;
	transition: opacity .4s ease
}
.p-compare-type-item__image.is-no-modal {
	cursor: default;
}
@media(hover: hover) {
	.p-compare-type-item__image:hover {
		opacity: .7
	}
	.p-compare-type-item__image.is-no-modal:hover {
		opacity: 1
	}
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__image {
		padding-top: calc((50vw - 46px)*168/300)
	}
}
.p-compare-type-item__image::after {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 25px;
	height: 25px;
	content: "";
	background-image: url(/auto/common/images/icon/icon_zoom.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto
}
.p-compare-type-item__image.is-no-modal::after {
	content: none;
}
.p-compare-type-item__image > img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	max-width: none;
	height: 103%;
	transform: translate(-50%, -50%)
}
.p-compare-type-item__image + .p-compare-type-item__image {
	margin-top: 30px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__image + .p-compare-type-item__image {
		margin-top: 10px
	}
}
.p-compare-type-item__tax {
	display: flex;
	margin-right: -8px;
	margin-left: -8px
}
.p-compare-type-item__tax > * {
	max-width: 50%;
	padding: 0 8px
}
.p-compare-type-item__tax img {
	width: 103px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__tax img {
		width: auto
	}
}
.p-compare-type-item__tax__text {
	font-size: 14px;
	font-weight: 700
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__tax__text {
		font-size: 14px
	}
}
.p-compare-type-item__tax__empty {
	align-items: center;
	justify-content: center;
	margin: auto
}
.p-compare-type-item__tag {
	margin-top: -4px;
	margin-bottom: 12px
}
.p-compare-type-item__tag > span {
	padding: 4px 5px;
	font-size: 10px;
	border: 1px solid var(--color-black)
}
.p-compare-type-item .c-tag-list {
	min-height: 32px
}
@media screen and (max-width: 768px) {
	.p-compare-type-item .c-tag-list {
		min-height: 28px
	}
}
.p-compare-type-item sup {
	top: -1.4em;
	font-size: .6em
}
.p-compare-type-notes {
	margin-top: 80px
}
@media screen and (max-width: 768px) {
	.p-compare-type-notes {
		margin-top: 25px
	}
}
.p-compare-type-notes > * + * {
	margin-top: 30px
}
.p-compare-type-area {
	padding: 0;
	margin-top: 20px;
	overflow: hidden;
	background-color: var(--color-white);
	border: 1px solid var(--color-gray);
	border-radius: 8px
}
@media screen and (max-width: 768px) {
	.p-compare-type-area {
		border-width: 1px
	}
}
.p-compare-type-area + .p-compare-type-area {
	margin-top: 50px
}
@media screen and (max-width: 768px) {
	.p-compare-type-area + .p-compare-type-area {
		margin-top: 25px
	}
}
.p-compare-type-area__item {
	display: flex;
	padding-top: 25px;
	padding-bottom: 30px;
	margin-right: -20px;
	margin-left: -20px
}
@media screen and (max-width: 768px) {
	.p-compare-type-area__item {
		padding-top: 10px;
		margin-right: -8px;
		margin-left: -8px
	}
}
.p-compare-type-area__item > * {
	width: 50%;
	padding: 0 20px
}
@media screen and (max-width: 768px) {
	.p-compare-type-area__item > * {
		padding: 0 8px
	}
}
.p-compare-type-area__body {
	padding: 0 40px
}
@media screen and (min-width: 769px) {
	.p-compare-type-area__title.is-active + .p-compare-type-area__body {
		padding-right: 90px;
		padding-left: 90px
	}
}
@media screen and (max-width: 768px) {
	.p-compare-type-area__body {
		padding: 10px 20px 0
	}
}
.p-compare-type-area__accordion__inner > *:first-child {
	padding-top: 0;
	padding-bottom: 0
}
@media screen and (min-width: 769px) {
	.p-compare-type-area__body .p-compare-type-area__accordion__inner {
		height: 0;
		visibility: hidden;
		opacity: 0;
		transition: padding .2s, opacity .2s, visibility .2s, height .2s
	}
	.p-compare-type-area__title.is-active + .p-compare-type-area__body .p-compare-type-area__accordion__inner {
		height: auto;
		padding-top: 40px;
		padding-bottom: 20px;
		visibility: visible;
		opacity: 1
	}
}
.p-compare-type-area__title {
	position: relative;
	padding: 10px 55px 10px 40px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	background-color: var(--color-light-gray)
}
@media screen and (max-width: 768px) {
	.p-compare-type-area__title {
		padding: 15px 20px 10px;
		pointer-events: none;
		background-color: rgba(0, 0, 0, 0)
	}
}
@media screen and (min-width: 769px) {
	.p-compare-type-area__title {
		transition: opacity .4s ease
	}
}
@media screen and (min-width: 769px)and (hover: hover) {
	.p-compare-type-area__title:hover {
		opacity: .7
	}
}
@media screen and (min-width: 769px) {
	.p-compare-type-area__title br {
		display: none
	}
	.p-compare-type-area__title::before {
		position: absolute;
		top: 50%;
		right: 40px;
		display: block;
		width: 20px;
		height: 1px;
		content: "";
		background-color: var(--color-black);
		transform: translate(0, -50%)
	}
}
@media screen and (min-width: 769px)and (max-width: 768px) {
	.p-compare-type-area__title::before {
		right: 15px;
		width: 12px
	}
}
@media screen and (min-width: 769px) {
	.p-compare-type-area__title::after {
		position: absolute;
		top: 50%;
		right: 40px;
		display: block;
		width: 20px;
		height: 1px;
		content: "";
		background-color: var(--color-black);
		transition: transform .4s;
		transform: translate(0, -50%) rotate(90deg)
	}
}
@media screen and (min-width: 769px)and (max-width: 768px) {
	.p-compare-type-area__title::after {
		right: 15px;
		width: 12px
	}
}
@media screen and (min-width: 769px) {
	.p-compare-type-area__title.is-active::after {
		transform: translate(0, -50%) rotate(180deg)
	}
}
.p-compare-type-area__text {
	font-size: 16px
}
@media screen and (max-width: 768px) {
	.p-compare-type-area__text {
		font-size: 14px
	}
}
.p-compare-type-area__image {
	width: 100%;
	overflow: hidden;
	border-radius: 8px
}
.p-compare-type-area__title + .p-compare-type-area__image {
	margin-top: 15px
}
.p-compare-type-area__color-chip {
	margin-top: 20px
}
@media screen and (max-width: 768px) {
	.p-compare-type-area__color-chip {
		margin-top: 10px
	}
}
.p-compare-table__outer {
	margin-top: 20px;
	overflow: hidden;
	background-color: var(--color-white);
	border: 2px solid var(--color-gray);
	border-radius: 8px
}
@media screen and (max-width: 768px) {
	.p-compare-table__outer {
		border-width: 1px
	}
}
.p-compare-table__item {
	display: flex;
	padding: 15px 40px 25px;
	margin-right: -20px;
	margin-left: -20px
}
@media screen and (max-width: 768px) {
	.p-compare-table__item {
		padding: 10px 20px 20px;
		margin-right: -8px;
		margin-left: -8px
	}
}
.p-compare-table__item > * {
	width: 50%;
	padding: 0 20px
}
@media screen and (max-width: 768px) {
	.p-compare-table__item > * {
		padding: 0 8px
	}
}
.p-compare-table__header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 40px;
	background-color: var(--color-light-gray)
}
@media screen and (max-width: 768px) {
	.p-compare-table__header {
		padding: 10px 10px 10px 20px
	}
}
.p-compare-table__title {
	padding-right: 15px;
	font-size: 16px;
	font-weight: 700
}
.p-compare-table__tool-chip {
	position: relative;
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	transition: opacity .4s ease
}
@media(hover: hover) {
	.p-compare-table__tool-chip:hover {
		opacity: .7
	}
}
@media screen and (max-width: 768px) {
	.p-compare-table__tool-chip {
		width: 15px;
		height: 15px;
		background-size: 15px 15px
	}
}
.p-compare-table__tool-chip::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	content: "";
	background: url(/auto/common/images/icon/icon_question.svg) no-repeat 0 0;
	background-color: var(--color-white);
	background-size: 100% auto;
	border-radius: 50%
}
@media screen and (max-width: 768px) {
	.p-compare-table__tool-chip::before {
		width: 15px;
		height: 15px
	}
}
.p-compare-table__text {
	font-size: 16px
}
@media screen and (max-width: 768px) {
	.p-compare-table__text {
		font-size: 14px
	}
}
@-webkit-keyframes resultAnimation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes resultAnimation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.p-compare-qi-mark {
	height: 1.2em;
	width: auto;
	display: inline-block;
	vertical-align: middle
}
.p-design-gallery {
	margin-top: 20px
}
@media screen and (max-width: 768px) {
	.p-design-gallery {
		margin: 20px -30px 0
	}
}
.p-design-gallery__content {
	position: relative;
	max-width: 3000px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px;
	border: #c00 
}
@media screen and (max-width: 768px) {
	.p-design-gallery__content {
		position: relative;
		margin: 0 auto 5px;
		border-radius: 0
	}
}
.p-design-gallery__content .photo img {
	width: 100%
}
.p-design-gallery__content .photo {
	visibility: hidden
}
.p-design-gallery__content .photo.on {
	visibility: visible
}
.p-design-gallery__content .photo img {
	width: 100%
}
.p-design-gallery__content .vr_cont_z, .p-design-gallery__content .vr_cont_x, .p-design-gallery__content .vr_cont_play, .p-design-gallery__content .vr_cont {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%
}
.p-design-gallery__content .vr_cont_z.on, .p-design-gallery__content .vr_cont_x.on, .p-design-gallery__content .vr_cont_play.on, .p-design-gallery__content .vr_cont.on {
	display: block
}
.p-design-gallery__content .vr_cont_z > div, .p-design-gallery__content .vr_cont_x > div, .p-design-gallery__content .vr_cont_play > div, .p-design-gallery__content .vr_cont > div {
	height: 100%
}
.p-design-gallery__caution {
	display: none;
	margin-top: 10px;
	font-size: 12px
}
@media screen and (max-width: 768px) {
	.p-design-gallery__caution {
		padding: 0 30px
	}
}
.p-design-gallery__caution.on {
	display: block
}
.p-design-gallery__tab {
	margin: 30px 0 0
}
@media screen and (max-width: 768px) {
	.p-design-gallery__tab {
		padding: 0 30px
	}
}
.p-design-gallery__tab + .p-design-gallery__tab {
	margin-top: 20px
}
.ts_container, .threesixty {
	position: relative;
	width: 100%;
	height: 100% !important;
	text-align: center
}
.threesixty {
	line-height: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto
}
.vr_cont_z .threesixty {
	background-image: url(/PRELUDE/webcatalog/type/ehev_z/include/styling/ehevz/images/img_0_0_0.jpg) !important
}
.vr_cont_x .threesixty {
	background-image: url(/PRELUDE/webcatalog/type/ehev_x/include/styling/ehevx/images/img_0_0_0.jpg) !important
}
.threesixty .spinner {
	position: absolute;
	bottom: 50%;
	left: calc(50% - 30px);
	z-index: 1;
	margin-top: 0 !important
}
.threesixty li img {
	left: 0
}
.vr_360icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center no-repeat rgba(0, 0, 0, .45);
	-webkit-animation: icon_fade 1s linear 1s 1 normal forwards;
	animation: icon_fade 1s linear 1s 1 normal forwards
}
@-webkit-keyframes icon_fade {
	0% {
		top: 0;
		display: block;
		height: 100%;
		opacity: 1
	}
	99% {
		top: 0;
		display: block;
		height: 100%;
		opacity: 0
	}
	100% {
		top: 100%;
		display: none;
		height: 0;
		opacity: 0
	}
}
@keyframes icon_fade {
	0% {
		top: 0;
		display: block;
		height: 100%;
		opacity: 1
	}
	99% {
		top: 0;
		display: block;
		height: 100%;
		opacity: 0
	}
	100% {
		top: 100%;
		display: none;
		height: 0;
		opacity: 0
	}
}
.p-design-color-chip__stack {
	margin-top: 15px;
}
.p-design-color-chip__stack > * + * {
	margin-top: 20px
}
.p-design-color-chip__title {
	font-size: 16px;
	font-weight: 700
}
.p-design-color-chip__text {
	margin-top: 16px;
	font-size: 16px
}
.p-design-color-chip__caption {
	margin-top: 20px;
	font-size: 12px
}
.p-design-color-chip__caption_mt10 {
	margin-top: 10px;
	font-size: 12px
}
.p-design-color-chip__discon-caution {
	margin-top: 20px;
	font-size: 12px;
	color: var(--color-red);
}
.p-design-color-chip__caution {
	margin-top: 16px;
	font-size: 12px;
	color: var(--color-red)
}
.p-design-color-chip__subtext {
	margin-top: 16px;
	font-size: 12px
}
.p-design-color-chip__description__item {
	display: none
}
.p-design-color-chip__description__item.is-active {
	display: block
}
.p-design-body-color__caption {
	font-size: 12px;
	text-align: right;
	margin-top: -10px;
}
@media screen and (max-width: 768px) {
.p-design-body-color__caption {
	margin-top: 0px;
	}
}
.p-design-body-color__caption span {
	display: none;
}
.p-design-body-color__caption span.is-active {
	display: inline;
}

.p-performance-image-grid {
	display: flex;
	align-items: center;
	margin-right: -8px;
	margin-left: -8px
}
.p-performance-image-grid + .p-performance-image-grid {
	margin-top: 20px
}
@media screen and (max-width: 768px) {
	.p-performance-image-grid + .p-performance-image-grid {
		margin-top: 30px
	}
}
.p-performance-image-grid__col {
	padding: 8px
}
.p-performance-image-grid__col:first-child {
	flex-shrink: 0;
	width: 35%
}
.p-performance-image-grid__title {
	font-size: 16px;
	font-weight: 700
}
@media screen and (max-width: 768px) {
	.p-performance-image-grid__title {
		font-size: 12px
	}
}
.p-performance-image-grid__text {
	margin-top: 4px;
	font-size: 12px
}
.l-auto-local-header__list__close__button > span::before, .l-auto-local-header__list__close__button > span::after {
	top: 50% !important;
}

.p-interior-slider__caption span {
	display: none;
}

.p-interior-slider__caption span.is-active {
	display: inline;
}

.btn_pagetop{
    width: 30px;
    height: 30px;
    background-color: #bebebe;
    background-size: 30px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    transition: opacity .15s ease, visibility .15s ease;
    z-index: 10;
}
.btn_pagetop::before {
    content: "";
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.btn_pagetop.is-active {
	opacity: 0.7;
	visibility: visible;
}

.btn_pagetop:hover{ opacity: .7 !important;}

@media screen and (max-width: 768px) {
	.btn_pagetop{
		width: 30px;
		height: 30px;
		background-size: 38px;
		opacity: 0;
		bottom: 53px;
		right: 10px;
		cursor: pointer;
		transition: opacity .1s ease;
		z-index: 10;
	}
	
	.btn_pagetop:hover{ z-index: 65535;}
}