
br.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	br.sp {
		display: block;
	}
}

.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%
}
.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-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.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;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__color-stack {
		margin-top: 15px;
		margin-bottom: 25px;
	}
}
.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;
    font-family: "HondaGlobalFontJP-Light", sans-serif;
	}
}
.p-compare-type-item__caution {
	font-size: 12px;
	color: var(--color-red);
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.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-family: "HondaGlobalFontJP-Bold", sans-serif;
}
@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;
    font-family: "HondaGlobalFontJP-Light", sans-serif;
	}
}
.p-compare-type-item__note {
	font-size: 12px;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
@media screen and (max-width: 768px) {
	.p-compare-type-item__note {
		font-size: 10px;
		text-align: left;
    font-family: "HondaGlobalFontJP-Light", sans-serif;
	}
}
.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-family: "HondaGlobalFontJP-Bold", sans-serif;
}
@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);
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.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;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.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-family: "HondaGlobalFontJP-Bold", sans-serif;
	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-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.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;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
@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(/Fit/webcatalog/type/ehev_z/include/styling/ehevz/images/img_0_0_0.jpg) !important
}
.vr_cont_x .threesixty {
	background-image: url(/Fit/webcatalog/type/ehev_x/include/styling/ehevx/images/img_0_0_0.jpg) !important
}
.vr_cont_play .threesixty {
	background-image: url(/Fit/webcatalog/type/ehev_play/include/styling/ehevplay/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-family: "HondaGlobalFontJP-Bold", sans-serif;
}
.p-design-color-chip__text {
	margin-top: 16px;
	font-size: 16px
}
.p-design-color-chip__caption {
	margin-top: 20px;
	font-size: 12px;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.p-design-color-chip__caption_mt10 {
	margin-top: 10px;
	font-size: 12px;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.p-design-color-chip__discon-caution {
	margin-top: 20px;
	font-size: 12px;
	color: var(--color-red);
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.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;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.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;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
@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-family: "HondaGlobalFontJP-Bold", sans-serif;
}
@media screen and (max-width: 768px) {
	.p-performance-image-grid__title {
		font-size: 12px;
    font-family: "HondaGlobalFontJP-Light", sans-serif;
	}
}
.p-performance-image-grid__text {
	margin-top: 4px;
	font-size: 12px;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
}
.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;
}






/* pagetop */

.btn_pagetop__menu{
	width: 45px;
	height: 45px;
	background-image:url(../../common/image_common/btn_pagetop.png);
	background-repeat: no-repeat;
	background-size: 45px;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	transition: opacity .1s ease;
	z-index: 10;
}

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

.btn_pagetop, .btn_pagetop__menu{
    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.is-active, .btn_pagetop__menu.is-active {
	opacity: 0.7;
	visibility: visible;
}

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

@media screen and (max-width: 768px) {
	.btn_pagetop__menu{
		background-image:url(../../common/image_common/btn_pagetop.png);
		background-repeat: no-repeat;
		background-size: 30px;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		bottom: 10px;
		right: 10px;
		cursor: pointer;
		transition: opacity .1s ease;
		z-index: 10;
	}

	.btn_pagetop__menu:hover{ opacity: .7 !important; z-index: 65535;}

	.btn_pagetop, .btn_pagetop__menu{
		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, .btn_pagetop__menu:hover{ z-index: 65535;}
}
/* END pagetop */

/*====================================
*
	/nbox/passenger-lift/
*
====================================*/
@charset "UTF-8";
:root {
	--color-black: #000;
	--color-white: #fff;
	--color-gray: #ddd;
	--color-light-gray: #f0f0f0;
	--color-dark-gray: #8d8d8d;
	--color-red: #c00;
	--color-dark-blue: #041d41;
	--color-green: #009944
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
/*------------------------------------------------------------------------------------------
*
*
	PC SP共通
*
*
------------------------------------------------------------------------------------------ */

.c-card__image{
	border:none;
}
.c-heading4 {
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
/*
.swiper-slide img{
    border-radius: 0;
}*/
.c-list--square {
	margin-top: 15px;
    list-style-type: "■";
    font-size: 16px;
}
li.list-style_red::before{
	color: #cc0000;
}
/* welfare background color */
.l-container--bg-dark-gray {
	background-color: var(--color-dark-gray)
}
.l-auto-local-footer{
	background-color: var(--color-dark-gray);
}

.icon_movie{
	position: relative;
	cursor: pointer;
}
.icon_movie::before{
	position: absolute;
	top:0;
	left: 0;
	content:'';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	transition:0.3s;
}
.icon_movie:hover::before{
	background: rgba(0,0,0,0.0);
}
.icon_movie::after{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	content:'';
	width: 67px;
	height: 80px;
	background: url(/welfare/common/image_common/movie_play.png);
	background-size: contain;
}
.icon_movie a{
	width: 100%;
	height: 100%;
	display: block;
}
.icon_movie a img{
	width: 100%;
}
.movie-time {
	display: inline-block;
	margin-left: 1em;
	float: right;
}
.movie-time .c-tag {
	margin-left: .5em;
}
@media screen and (max-width : 768px) {
	.movie-time {
		display: block;
		float: none;
	}
}

/*------------------------------------------------------------------------------------------
*
*
	PC
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 769px){
	main {
		width: 100%;
	}
	.p-welfare-section {
		margin-top: 70px
	}
	.c-text--size-xl{
		font-size: 24px;
	}
	.c-heading1{
		margin-bottom: 60px;
	}

	/* overwrite */
	#global_navigation {
		width: 100%;
		min-width: 980px;
		text-align: left;
		position: absolute;
		left: 0;
		top: -1px;
		position: relative;
		z-index: 8889;
		height: 57px;
		/*background-image: url(../image_gNavi/parts_gnav_bg_pc.png);*/
		background-color: #ffffff;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		font-size: 12px;
	}
	#global_navigation.fixed{
		display: none;
	}
	#contents_footer_navigation{
		padding-top: 40px;
	}
	.is-fixed .c-box-link__base {
		top: 60px;
	}
	#side_navigation {
		display: none;
	}
  .c-text.freed-index-text {
    min-height: 96px;
  }
  #catalog .head_title{
    top: -44px;
  }
}




/*------------------------------------------------------------------------------------------
*
*
	SP
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width : 768px){
	.p-welfare-section {
		margin-top: 40px
	}
	.c-text--size-xl{
		font-size: 20px;
	}
	.l-auto-local-header {
		margin-top: 55px;
	}
	#global_navigation {
		background-color: #ffffff;
		z-index: 8889;
	}
	#global_navigation.fixed {
		display: none;
	}
	#gnav_list{
		z-index: 10000;
	}
	br.u-sp-show{
		display: block !important;
	}
  .l-container__inner.pt80 {
		padding-top: 80px;
	}
  .c-heading1.mb20 {
		margin-bottom: 20px;
	}
  /* ----------------------------------------
	section_kv movie
---------------------------------------- */
  #section_kv {
    position: relative;
  }
	#kv_sound,
	#kv_restart {
		position: absolute;
		bottom: 20px;
		z-index: 1;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: rgba(0,0,0,.2) !important;
	}
	#kv_sound {
		right: 10px;
		background: url(../images/ico_audio_on.png) 50% 50% / contain no-repeat;
	}

	#kv_sound.on {
		background-image:url(../images/ico_audio_off.png);
	}

	#kv_restart {
		right: 56px;
		border: 1px solid #fff;
	}
	#kv_restart::before,
	#kv_restart::after {
		content: '';
		position: absolute;
		top: 50%;
		z-index: 1;
		transform: translateY(-50%);
	}
	#kv_restart::before {
		left: 8px;
		width: 2px;
		height: 18px;
		background: #fff;
	}
	#kv_restart::after {
		right: 8px;
		border: solid transparent;
		border-width: 9px 16px;
		border-right-color: #fff;
	}
}


/* ----------------------------------------
	section_kv movie
---------------------------------------- */
.section .movie {
  position: relative;
  z-index: 1;
  padding-top: 56.25%;
}
.section .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#section_kv {
  margin-bottom: 0 !important;
}

#kv_sound,
#kv_restart {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(0,0,0,.2) !important;
}
#kv_sound {
  right: 40px;
  background: url(../images/ico_audio_on.png) 50% 50% / contain no-repeat;
}

#kv_sound.on {
  background-image:url(../images/ico_audio_off.png);
}

#kv_restart {
  right: 102px;
  border: 1px solid #fff;
}
#kv_restart::before,
#kv_restart::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
#kv_restart::before {
  left: 10px;
  width: 2px;
  height: 20px;
  background: #fff;
}
#kv_restart::after {
  right: 10px;
  border: solid transparent;
  border-width: 10px 18px;
  border-right-color: #fff;
}

@media screen and (max-width : 768px){
/* ----------------------------------------
	section_kv movie
---------------------------------------- */
  #section_kv {
    position: relative;
  }
	#kv_sound,
	#kv_restart {
		position: absolute;
		bottom: 20px;
		z-index: 1;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: rgba(0,0,0,.2) !important;
	}
	#kv_sound {
		right: 10px;
		background: url(../images/ico_audio_on.png) 50% 50% / contain no-repeat;
	}

	#kv_sound.on {
		background-image:url(../images/ico_audio_off.png);
	}

	#kv_restart {
		right: 56px;
		border: 1px solid #fff;
	}
	#kv_restart::before,
	#kv_restart::after {
		content: '';
		position: absolute;
		top: 50%;
		z-index: 1;
		transform: translateY(-50%);
	}
	#kv_restart::before {
		left: 8px;
		width: 2px;
		height: 18px;
		background: #fff;
	}
	#kv_restart::after {
		right: 8px;
		border: solid transparent;
		border-width: 9px 16px;
		border-right-color: #fff;
	}
}

.l-container__inner.sp-pb70 p.c-card__caption.u-text-right.mt_ {
    margin-top: -48px;
    margin-bottom: 60px;
}
@media screen and (max-width : 768px){
  .l-container__inner.sp-pb70 p.c-card__caption.u-text-right.mt_ {
    position: relative;
    margin-top: -30px;
    margin-bottom: 40px;
    right: -30px;
}
}