p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}

.c-btn-wrap {
	margin-top: 56px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-btn-wrap {
		margin-top: 32px;
	}
}
.c-btn-wrap:first-child {
	margin-top: 0;
}

.c-btn {
	position: relative;
	display: inline-block;
	padding: 16px 40px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #fff !important;
	background: #000;
	transition: 0.3s;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	.c-btn {
		width: 248px;
		max-width: 100%;
		text-align: left;
		padding: 12px 20px;
		font-size: 1.3rem;
		line-height: 1.75;
		border-width: 1px;
	}
}
.c-btn__text {
	position: relative;
	display: inline-block;
	padding-right: 68px;
}
@media screen and (max-width: 767px) {
	.c-btn__text {
		display: block;
		padding-right: 36px;
	}
}
.c-btn__text:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 40px;
	height: 7px;
	top: 50%;
	right: 0;
	transition: 0.3s;
	transform: translateY(-50%);
	z-index: 1;
	background: url(../images/parts_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
	.c-btn__text:before {
		width: 24px;
		height: 5px;
	}
}
.c-btn:hover {
	text-decoration: none;
}
.c-btn:hover .c-btn__text:before {
	right: -12px;
}

.c-list {
	margin: 20px 0;
}
.c-list:first-child {
	margin-top: 0;
}
.c-list:last-child {
	margin-bottom: 0;
}
.c-list__item {
	position: relative;
	padding-left: 20px;
	line-height: 1.75;
}
.c-list__item:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	left: 4px;
	top: 0.6em;
}

.c-fz-xs {
	font-size: 11px;
}
@media screen and (max-width: 767px) {
	.c-fz-xs {
		font-size: 10px;
	}
}

.c-section {
	position: relative;
	margin-bottom: 140px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.c-section {
		margin-bottom: 88px;
	}
}
.c-section:last-child {
	margin-bottom: 0;
}
.c-section__ttl {
	margin-left: -2px;
	margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
	.c-section__ttl {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 48px;
		padding-right: 20px;
	}
}

.c-contents {
	margin-bottom: 112px;
}
@media screen and (max-width: 767px) {
	.c-contents {
		margin-bottom: 80px;
	}
}
.c-contents:last-child {
	margin-bottom: 0;
}
.c-contents__ttl {
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.c-contents__ttl {
		position: relative;
		display: flex;
		margin-bottom: 20px;
		padding-top: 20px;
	}
}
.c-contents__ttl:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #000;
	margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
	.c-contents__ttl:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
}
.c-contents__ttl-num, .c-contents__ttl-main {
	display: block;
}
.c-contents__ttl-num {
	font-size: 6rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.25;
}
@media screen and (min-width: 768px) {
	.c-contents__ttl-num {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 767px) {
	.c-contents__ttl-num {
		flex-shrink: 0;
		margin-right: 16px;
		font-size: 4rem;
	}
}
.c-contents__ttl-main {
	font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
	.c-contents__ttl-main {
		font-size: 2rem;
		margin-top: 10px;
	}
}
@media screen and (min-width: 768px) {
	.c-contents {
		display: flex;
		justify-content: space-between;
	}
	.c-contents__ttl {
		display: inline-block;
		width: calc(100% - 756px);
	}
	.c-contents__ttl:before {
		width: 240px;
	}
	.c-contents__body {
		width: 736px;
	}
}
@media screen and (min-width: 768px) and (min-width: 768px) {
	.c-contents__body .c-btn {
		width: 100%;
	}
}

.c-box {
	margin-top: 56px;
	margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
	.c-box {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}
.c-box:first-child {
	margin-top: 0;
}
.c-box:last-child {
	margin-bottom: 0;
}

.c-sheet {
	position: relative;
	margin-top: 80px;
	padding: 48px;
	padding-top: 0;
	background: #F3F5F7;
	border: 1px solid #000;
}
@media screen and (max-width: 767px) {
	.c-sheet {
		padding: 24px 20px;
		padding-top: 0;
	}
}
.c-sheet__ttl {
	margin-top: -20px;
	margin-bottom: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.c-sheet__ttl {
		margin-bottom: 28px;
		padding-left: 32px;
		font-size: 1.5rem;
	}
}
.c-sheet__ttl-text {
	position: relative;
	display: inline-block;
	border: 1px solid #000;
	background: #fff;
	padding: 8px 32px;
	padding-left: 56px;
}
@media screen and (max-width: 767px) {
	.c-sheet__ttl-text {
		padding-right: 20px;
		padding-left: 48px;
	}
}
.c-sheet__ttl-text:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 72px;
	height: 72px;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon_column.svg) no-repeat center/contain;
}

.c-ttl-bd {
	margin-bottom: 24px;
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.c-ttl-bd {
		font-size: 1.7rem;
	}
}
.c-ttl-bd__text {
	display: inline-block;
	padding-bottom: 4px;
	line-height: 1.5;
	border-bottom: 2px solid;
}

.c-ttl-md {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 12px;
}

.p-index {
	color: #000;
	position: relative;
	width: 100%;
	margin-top: 36px;
	padding-bottom: 108px;
	z-index: 0;
}
.p-index a {
	color: inherit;
}
.p-index a:hover, .p-index a:visited {
	color: inherit;
	text-decoration: none;
}
.p-index .c-list__item__link {
	color: #005AB4;
}
.p-index .c-list__item__link:visited {
	color: #005AB4;
}
.p-index .c-list__item__link:hover {
	color: #E60009;
	text-decoration: underline;
}
.p-mv {
	margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
	.p-mv {
		margin-bottom: 80px;
	}
}
.p-mv__contain {
	position: relative;
}
.p-mv__contain img {
	width: 100%;
}
.p-mv__copy {
	position: absolute;
}
@media screen and (min-width: 768px) {
	.p-mv__copy {
		left: 84px;
		bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-mv__copy {
		width: 348px;
		max-width: 92.8vw;
		left: -8px;
		bottom: -20px;
	}
}

.p-page-nav {
	position: sticky;
	top: 0;
	left: 0;
	margin-bottom: 64px;
	background: #000;
	color: #fff;
	text-align: center;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	.p-page-nav {
		margin-bottom: 48px;
	}
}
.p-page-nav__list {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.p-page-nav__item {
		margin: 0 24px;
	}
}
.p-page-nav__link {
	position: relative;
	display: block;
	padding: 16px 28px 16px 0;
	font-size: 1.5rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-page-nav__link {
		font-size: 1.1rem;
		padding: 12px 16px;
	}
}
.p-page-nav__link:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 12px;
	height: 6px;
	background: url(../images/parts_nav-arrow.svg) no-repeat center/contain;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.p-page-nav__link:after {
		top: 45%;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-page-nav__link:after {
		position: relative;
		margin: 4px auto 0;
		width: 10px;
		height: 5px;
	}
}
@media screen and (min-width: 768px) {
	.p-page-nav__link:hover:after {
		transform: translateY(8px);
	}
}

@media screen and (min-width: 768px) {
	.p-selection-03 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-selection-03__main {
		order: 1;
		width: calc(100% - 468px - 40px);
	}
	.p-selection-03__img {
		order: 2;
		width: 468px;
	}
	.p-selection-03__sub {
		order: 3;
		width: 100%;
		margin-top: 32px;
	}
}
@media screen and (max-width: 767px) {
	.p-selection-03__main {
		margin-bottom: 20px;
	}
	.p-selection-03__img {
		text-align: center;
	}
	.p-selection-03__sub {
		margin-bottom: 32px;
	}
}

.p-navigation-nav {
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.p-navigation-nav {
		margin-bottom: 32px;
	}
}
.p-navigation-nav__intro {
	margin-bottom: 32px;
	padding: 4px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #56676A;
	background: #EAEFEF;
}
@media screen and (max-width: 767px) {
	.p-navigation-nav__intro {
		margin-bottom: 20px;
	}
}
.p-navigation-nav__item {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 4px 24px 4px 8px;
	font-size: 1.42rem;
	font-weight: bold;
	line-height: 1.25;
	color: #56676A;
	border-bottom: 2px solid;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.p-navigation-nav__item {
		min-height: 50px;
		padding: 2px 0 2px 16px;
		font-size: 1.2rem;
		border-bottom-width: 1px;
	}
}
.p-navigation-nav__item:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.p-navigation-nav__item:before {
		top: 40%;
		right: 8px;
		border: 7px solid transparent;
		border-top: 10px solid;
		transition: 0.3s;
	}
}
@media screen and (max-width: 767px) {
	.p-navigation-nav__item:before {
		top: 50%;
		left: 0;
		width: 12px;
		height: 12px;
		border: 1px solid;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 768px) {
	.p-navigation-nav__item:hover:before {
		transform: translateY(4px);
	}
}
@media screen and (min-width: 768px) {
	.p-navigation-nav__item.is-active {
		color: #000;
		background: linear-gradient(to bottom, transparent 0%, #D4E0DB 50%, #CAD8D2 calc(100% - 4px), transparent calc(100% - 3px), transparent 100%);
	}
}
@media screen and (max-width: 767px) {
	.p-navigation-nav__item.is-active:before {
		background: #56676A url(../images/icon_check.svg) no-repeat center/100%;
	}
}

.p-navigation-map {
	margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
	.p-navigation-map {
		margin-bottom: 0;
	}
}
.p-navigation-map__contain {
	position: relative;
}
.p-navigation-map__item {
	position: absolute;
	display: none;
	text-align: center;
	pointer-events: none;
}
.is-noselect .p-navigation-map__item, .p-navigation-map__item.is-active {
	pointer-events: auto;
	opacity: 1;
	display: block;
	transition: 0.3s;
}
.is-noselect .p-navigation-map__item:hover, .p-navigation-map__item.is-active:hover {
	opacity: 0.7;
}
.p-navigation-map__item-text {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
}
@media screen and (max-width: 767px) {
	.p-navigation-map__item-text {
		display: none;
	}
}
.p-navigation-map__noitem {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 40%;
	display: none;
	padding: 48px 60px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-navigation-map__noitem {
		left: 28%;
		font-size: 1.5rem;
		padding: 36px 48px;
	}
}
.is-noitem .p-navigation-map__noitem {
	display: block;
}
@media screen and (min-width: 768px) {
	.p-navigation-map__contain {
		/* padding-top: 80.8%; */
    padding-top: 99%;
		background: url(../images/navigation/map_bg.svg) no-repeat center/contain;
	}
	.p-navigation-map__item {
		width: 118px;
	}
	.p-navigation-map__item--ef61 {
		top: 77.8%;
		left: 24.89%;
	}
	.p-navigation-map__item--ef71 {
		top: 77.8%;
		left: 42.89%;
	}
	.p-navigation-map__item--ef62 {
		top: 77.8%;
		left: 61.5%;
	}
	.p-navigation-map__item--ef72 {
		top: 66.6%;
		left: 61.5%;
	}
	.p-navigation-map__item--ebw006 {
		top: 39.8%;
		left: 21.952%;
	}
	.p-navigation-map__item--ef21 {
		/* top: 66.8%; */
    top: 61.8%;
		left: 24.89%;
	}
	.p-navigation-map__item--ef22 {
		top: 66.6%;
		left: 42.89%;
	}
	.p-navigation-map__item--ehtw850 {
		top: 33.494%;
		left: 25%;
	}
	.p-navigation-map__item--ehls670 {
		top: 33.5%;
		left: 60.5%;
	}
	.p-navigation-map__item--ehtw6250 {
		top: 46%;
		left: 61.5%;
	}
	.p-navigation-map__item--ehtw7100 {
		top: 37.5%;
		left: 77.5%;
	}
	.p-navigation-map__item--ehls800 {
		top: 25%;
		left: 79.523%;
	}
	.p-navigation-map__item--ehls12000_11000 {
		top: 47%;
		left: 80.19%;
	}
	.p-navigation-map__item--ehql3000 {
		top: 5%;
		left: 83.19%;
	}

}
@media screen and (max-width: 767px) {
	.p-navigation-map__contain {
		width: 100%;
		padding-top: 298.333%;
		background: url(../images/navigation/map_bg_sp.svg) no-repeat center/contain;
	}
	.p-navigation-map__item {
		height: 8.39%;
	}
	.p-navigation-map__item-img {
		height: 89%;
	}
	.p-navigation-map__item-img img {
		width: auto;
		height: 100%;
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
	}
	.p-navigation-map__item--ebw006 {
		top: 35.8%;
		left: 21.952%;
	}
	.p-navigation-map__item--ef61 {
		top: 68.2%;
		left: 17.5%;
	}
	.p-navigation-map__item--ef71 {
		top: 68.2%;
		left: 37.5%;
	}
	.p-navigation-map__item--ef62 {
		top: 68.2%;
		left: 57.96%;
	}
	.p-navigation-map__item--ef72 {
		top: 60.2%;
		left: 77.866%;
	}
	.p-navigation-map__item--ef21 {
		top: 60.2%;
		left: 17.5%;
	}
	.p-navigation-map__item--ef22 {
		top: 60.2%;
		left: 37.5%;
	}
	.p-navigation-map__item--ehtw850 {
		top: 29.21%;
		left: 19%;
	}
	.p-navigation-map__item--ehls670 {
		top: 25.5%;
		left: 65.333%;
	}
	.p-navigation-map__item--ehtw6250 {
		top: 41.7%;
		left: 60.96%;
	}
	.p-navigation-map__item--ehtw7100 {
		top: 33.5%;
		left: 74.026%;
	}
	.p-navigation-map__item--ehls800 {
		top: 17.5%;
		left: 74.133%;
	}
	.p-navigation-map__item--ehls12000_11000 {
		top: 41.7%;
		left: 77.866%;
	}
	.p-navigation-map__item--ehql3000 {
		top: 7.4%;
		left: 75.2%;
	}
}

.p-product-spec {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-product-spec {
		pointer-events: none;
		opacity: 0.4;
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.p-product-spec {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.is-noselect .p-product-spec, .p-product-spec.is-active {
		display: block;
		pointer-events: auto;
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.p-product-spec.is-active {
		display: block;
	}
}
.p-product-spec__ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
}
.p-product-spec__img {
	transition: 0.3s;
}
.p-product-spec__img:hover {
	opacity: 0.7;
}
.p-product-spec__list {
	border-top: 1px solid #AAB6BE;
}
.p-product-spec__dtl {
	border-bottom: 1px solid #AAB6BE;
	padding: 4px 0;
	font-size: 1.4rem;
	line-height: 1.25;
	color: #9AA9AC;
}
.is-4k .p-product-spec__dtl--4k, .is-tv .p-product-spec__dtl--tv, .is-hdr .p-product-spec__dtl--hdr, .is-3d .p-product-spec__dtl--3d, .is-lens .p-product-spec__dtl--lens, .is-distortion .p-product-spec__dtl--distortion, .is-bt .p-product-spec__dtl--bt, .is-speaker .p-product-spec__dtl--speaker, .is-laser .p-product-spec__dtl--laser, .is-ceiling .p-product-spec__dtl--ceiling, .is-short .p-product-spec__dtl--short, .is-short2 .p-product-spec__dtl--short2 {
	font-weight: bold;
	color: #000;
	background: linear-gradient(to bottom, transparent 0%, transparent 2px, #E9EFEE 3px, #E9EFEE calc(100% - 3px), transparent calc(100% - 2px), transparent 100%);
}

.p-navigation-btn {
	margin-top: 104px;
}
@media screen and (max-width: 767px) {
	.p-navigation-btn {
		margin-top: 52px;
	}
}

.js-gif-load {
	height:auto;
	transition:opacity .3s;
	opacity:0;
}
.js-gif-load-active {
	opacity:1;
}

@media screen and (min-width: 768px) {
	.campaign-banner {
		position: absolute;
		top: 74px;
	}
	.campaign-banner:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.campaign-banner {
		position: absolute;
		top: 12.6%;
	}
}

/* 20250925 add */
.p-product-spec__dtl {font-size: 13px; }
@media screen and (max-width: 767px) {
.p-product-spec__dtl {font-size: 10px; }
}
