p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.c-card-modal__img:before {
		width: 28px;
		height: 28px;
		bottom: 8px;
		right: 8px;
		background-size: 16px;
	}
}

.p-index {
	color: #000;
	overflow: hidden;
	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-intro {
	position: relative;
	margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
	.p-intro {
		padding-top: 32px;
	}
}
@media screen and (max-width: 767px) {
	.p-intro {
		margin-bottom: 60px;
	}
}
.p-intro__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 364px;
	background: url(../images/intro_bg.png) no-repeat center/auto 100%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.p-intro__bg {
		top: 80px;
		height: 172px;
		background-image: url(../images/intro_bg_sp.png);
	}
}
.p-intro__contain {
	margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
	.p-intro__contain {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-intro__hash {
		width: 173px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-intro__body {
		text-align: center;
	}
}
.p-intro__body-ttl {
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.p-intro__body-ttl {
		margin-bottom: 16px;
		font-size: 2.6rem;
	}
}
.p-intro__body-text {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-intro__body-text {
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 768px) {
	.p-intro__contain {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.p-intro__hash {
		width: 278px;
		flex-shrink: 0;
		margin-right: 48px;
	}
}

.p-room-nav {
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-room-nav {
		margin-bottom: 48px;
	}
}
.p-room-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.p-room-nav__item {
	margin: 0 0 20px;
	padding: 0 6px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-room-nav__item {
		width: 25%;
	}
}
@media screen and (max-width: 767px) {
	.p-room-nav__item {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.p-room-nav__item:nth-child(1), .p-room-nav__item:nth-child(4), .p-room-nav__item:nth-child(7) {
		width: 100%;
		text-align: center;
	}
}
.p-room-nav__link {
	transition: 0.3s;
}
.p-room-nav__link:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.p-room-nav__link {
		display: inline-block;
		padding: 4px;
	}
}
.p-room-nav__link img {
	height: 36px;
	width: auto;
}
@media screen and (max-width: 767px) {
	.p-room-nav__link img {
		height: 44px;
	}
}

.p-case-block {
	position: relative;
	z-index: 1;
	margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
	.p-case-block {
		margin-bottom: 80px;
	}
}
.p-case-block:last-child {
	margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
	.p-case-block:last-child {
		margin-bottom: 140px;
	}
}
.p-case-block__obj {
	position: absolute;
	z-index: -1;
}
.p-case-block__ttl {
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-case-block__ttl {
		margin-bottom: 20px;
	}
}
.p-case-block__slider {
	position: relative;
	margin: -16px;
}
@media screen and (max-width: 767px) {
	.p-case-block__slider {
		margin: -6px;
	}
}
.p-case-block__slider:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 200vw;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-100vw, -50%);
}
@media screen and (max-width: 767px) {
	.p-case-block__slider:before {
		height: 48px;
	}
}
.p-case-block__slider-contain {
	padding: 0 72px;
}
@media screen and (max-width: 767px) {
	.p-case-block__slider-contain {
		padding: 0;
		width: 48vw;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.p-case-block__slider-item {
	padding: 16px;
}
@media screen and (max-width: 767px) {
	.p-case-block__slider-item {
		padding: 6px;
	}
}
@media screen and (max-width: 767px) {
	.p-case-block__slider .slick-list {
		overflow: visible !important;
	}
}
.p-case-block__slider .slick-arrow.slick-prev {
	right: auto;
	left: 0;
}
.p-case-block__slider .slick-arrow.slick-next {
	left: auto;
	right: 0;
}
.p-case-block--1 .p-case-block__slider:before {
	background: #C8DFEF;
}
.p-case-block--1 .p-case-block__obj {
	background: url(/products/homeprojector/roomvoice/images/case1-obj.jpg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
	.p-case-block--1 .p-case-block__obj {
		width: 198px;
		height: 182px;
		top: 44px;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-case-block--1 .p-case-block__obj {
		width: 130px;
		height: 100px;
		top: 232px;
		left: -12px;
	}
}
.p-case-block--2 .p-case-block__slider:before {
	background: #FFFBC8;
}
.p-case-block--2 .p-case-block__obj {
	background: url(/products/homeprojector/roomvoice/images/case2-obj.jpg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
	.p-case-block--2 .p-case-block__obj {
		width: 196px;
		height: 170px;
		top: 380px;
		left: -8px;
	}
}
@media screen and (max-width: 767px) {
	.p-case-block--2 .p-case-block__obj {
		width: 130px;
		height: 100px;
		top: 250px;
		right: -12px;
	}
}
.p-case-block--3 .p-case-block__slider:before {
	background: #CFEDD2;
}
.p-case-block--3 .p-case-block__obj {
	background: url(/products/homeprojector/roomvoice/images/case3-obj.jpg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
	.p-case-block--3 .p-case-block__obj {
		width: 208px;
		height: 168px;
		top: 44px;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-case-block--3 .p-case-block__obj {
		width: 124px;
		height: 76px;
		top: 274px;
		left: 16px;
	}
}
.p-case-block--4 .p-case-block__slider:before {
	background: #F1DDF2;
}
.p-case-block--4 .p-case-block__obj {
	background: url(/products/homeprojector/roomvoice/images/case4-obj.jpg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
	.p-case-block--4 .p-case-block__obj {
		width: 246px;
		height: 186px;
		top: 410px;
		left: -8px;
	}
}
@media screen and (max-width: 767px) {
	.p-case-block--4 .p-case-block__obj {
		width: 134px;
		height: 96px;
		top: 240px;
		right: 0;
	}
}
.p-case-block--5 .p-case-block__slider:before {
	background: #F8EFDC;
}
.p-case-block--5 .p-case-block__obj {
	background: url(/products/homeprojector/roomvoice/images/case5-obj.jpg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
	.p-case-block--5 .p-case-block__obj {
		width: 234px;
		height: 168px;
		top: 380px;
		left: -20px;
	}
}
@media screen and (max-width: 767px) {
	.p-case-block--5 .p-case-block__obj {
		width: 124px;
		height: 96px;
		top: 260px;
		left: -8px;
	}
}
.p-case-block--6 .p-case-block__slider:before {
	background: #DDDCEF;
}
.p-case-block--6 .p-case-block__obj {
	background: url(/products/homeprojector/roomvoice/images/case6-obj.jpg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
	.p-case-block--6 .p-case-block__obj {
		width: 266px;
		height: 152px;
		top: 396px;
		right: -40px;
	}
}
@media screen and (max-width: 767px) {
	.p-case-block--6 .p-case-block__obj {
		width: 130px;
		height: 74px;
		top: 280px;
		right: 12px;
	}
}
.p-case-block--7 .p-case-block__slider:before {
	background: #F4DAD9;
}
.p-case-block--7 .p-case-block__obj {
	background: url(/products/homeprojector/roomvoice/images/case7-obj.jpg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
	.p-case-block--7 .p-case-block__obj {
		width: 270px;
		height: 198px;
		top: 368px;
		left: -28px;
	}
}
@media screen and (max-width: 767px) {
	.p-case-block--7 .p-case-block__obj {
		width: 136px;
		height: 116px;
		top: 216px;
		left: 0;
	}
}

.p-lineup-slider__item {
  height: auto;
}
.p-lineup-card__btn.btn_rent {
  background: #d84005;
}