/* スクロールロック */
html.is-locked {
	overflow-y: hidden;
}
html.is-locked body {
	overflow-y: hidden;
}

/* キービジュアル */
.lineupVisualSection .sectionTitle.parfait_sg .logo {
	top: 84px;
}
.lineupVisualSection .sectionTitle.parfait_sg .title {
	top: 181px;
}
.lineupVisualSection .sectionTitle.parfait_sg .logo::before {
	width: 400px;
	height: auto;
	aspect-ratio: 32 / 7;
	background-image: url(/lineup/images/logo_parfait_sg01.png);
}
@media (max-width: 767px) {
	.lineupVisualSection .sectionTitle {
		height: 124px;
	}
	.lineupVisualSection .sectionTitle.parfait_sg .logo {
		top: 39px;
	}
	.lineupVisualSection .sectionTitle.parfait_sg .title {
		top: 86px;
	}
	.lineupVisualSection .sectionTitle.parfait_sg .logo::before {
		width: 194px;
	}
}

/* 共通 */
.sectionTextBlock.parfait_sg {
	padding: 0 20px;
	margin: 0 auto 40px;
}
.sectionTextBlock.parfait_sg .parfait_sg__hd {
	text-align: center;
}
.sectionTextBlock.parfait_sg .parfait_sg__hd__ttl {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 400;
}
.sectionTextBlock.parfait_sg .parfait_sg__hd__desc {
	font-size: 20px;
}
@media (max-width: 767px) {
	.sectionTextBlock.parfait_sg {
		margin-bottom: 20px;
	}
	.sectionTextBlock.parfait_sg .parfait_sg__hd__ttl {
		font-size: 20px;
	}
	.sectionTextBlock.parfait_sg .parfait_sg__hd__desc {
		font-size: 14px;
		text-align: left;
	}
}

/* キービジュアル */
.lineupVisualSection .sectionBg.parfait_sg {
	background-image: url(/lineup/images/parfait_sg/pic_visual01.webp);
}
.lineupVisualSection .sectionTitle.parfait_sg img {
	width: 400px;
	height: auto;
	aspect-ratio: 32 / 7;
}
@media (max-width: 767px) {
	.lineupVisualSection .sectionBg.parfait_sg {
		background-position-x: center;
	}
	.lineupVisualSection .sectionTitle.parfait_sg img {
		width: 194px;
	}
}

/* コンセプト */
.lineupConceptSection .sectionPictureBlock.parfait_sg .blockBg {
	background-image: url(/lineup/images/parfait_sg/pic_concept01.webp);
}
@media (max-width: 767px) {
	.lineupConceptSection .sectionPictureBlock.parfait_sg .blockBg {
		padding-top: 58.571%;
	}
}

/* デザイン */
.lineupDesignSection {
	background:#EFE6E1 url(/lineup/images/parfait_sg/pic_bg01.webp) no-repeat top right;
	padding: 100px 0;
	max-width: 1600px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.lineupDesignSection {
		padding: 50px 0 40px;
		background-position-x: center;
	}
	.lineupDesignSection .sectionTextBlock.parfait_sg {
		margin-bottom: 40px;
	}
	.lineupDesignSection .sectionTextBlock.parfait_sg .parfait_sg__hd__ttl {
		font-size: 18px;
	}
	.lineupDesignSection .sectionTextBlock.parfait_sg .parfait_sg__hd__desc {
		font-size: 14px;
	}
}
.lineupDesignSection .designSectionBlock {
	padding-top: 60px;
}
.lineupDesignSection .designSectionBlock:first-of-type {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.lineupDesignSection .designSectionBlock:first-of-type {
		margin-bottom: 40px;
	}
}
.lineupDesignSection .designSectionBlock__ttl {
	font-family: 'Metropolis', 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 28px;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.lineupDesignSection .designSectionBlock__ttl::after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #222222;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.lineupDesignSection .designSectionBlock {
		padding-top: 15px;
	}
	.lineupDesignSection .designSectionBlock__ttl {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.lineupDesignSection .designSectionBlock__ttl::after {
		width: 30px;
	}
}
.lineupDesignSection .sectionPictureBlock {
	padding: 0 20px;
	max-width: calc(1170px + (20px * 2));
	margin: 0 auto;
	box-sizing: border-box;
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 10px;
	width: 100%;
	height: auto;
}
.lineupDesignSection .sectionPictureBlock .setPicture {
	display: flex;
}
.lineupDesignSection .exteriorSection .sectionPictureBlock {
	grid-template-areas:
		"A B C"
		"A D E";
	grid-template-columns: 79fr 18fr 18fr;
	aspect-ratio: 121 / 37;
}
.lineupDesignSection .exteriorSection .sectionPictureBlock .setPicture:first-child {
	grid-area: A;
}
.lineupDesignSection .exteriorSection .sectionPictureBlock .setPicture:nth-child(2) {
	grid-area: B;
}
.lineupDesignSection .exteriorSection .sectionPictureBlock .setPicture:nth-child(3) {
	grid-area: C;
}
.lineupDesignSection .exteriorSection .sectionPictureBlock .setPicture:nth-child(4) {
	grid-area: D;
}
.lineupDesignSection .exteriorSection .sectionPictureBlock .setPicture:last-child {
	grid-area: E;
}
.lineupDesignSection .interiorSection .sectionPictureBlock {
	grid-template-areas:
		"A B"
		"A C";
	grid-template-columns: 79fr 37fr;
	aspect-ratio: 484 / 189;
}
.lineupDesignSection .interiorSection .sectionPictureBlock .setPicture:first-child {
	grid-area: A;
}
.lineupDesignSection .interiorSection .sectionPictureBlock .setPicture:nth-child(2) {
	grid-area: B;
}
.lineupDesignSection .interiorSection .sectionPictureBlock .setPicture:last-child {
	grid-area: C;
}
.lineupDesignSection .sectionPictureBlock .setPicture > img {
	max-width: 100%;
	vertical-align: top;
}
@media (max-width: 767px) {
	.lineupDesignSection .exteriorSection .sectionPictureBlock {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 210fr 162.5fr;
		grid-template-areas:
			"A A"
			"B C";
        aspect-ratio: 50 / 51;
	}
	.lineupDesignSection .exteriorSection .sectionPictureBlock .setPicture:nth-child(4),
	.lineupDesignSection .exteriorSection .sectionPictureBlock .setPicture:last-child {
		display: none;
	}
	.lineupDesignSection .interiorSection .sectionPictureBlock {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 210fr 103fr;
		grid-template-areas:
			"A A"
			"B C";
		aspect-ratio: 9375 / 8039;
	}
}

/* テクノロジー */
.lineupTechnologySection .sectionTextBlock {
	padding-top: 60px;
}
.lineupTechnologySection .sectionPicBlock {
	max-width: 720px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.lineupTechnologySection .sectionPicBlock > img {
	max-width: 100%;
	vertical-align: top;
}
.lineupTechnologySection .technologySectionBlock_anno {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.lineupTechnologySection .parfait_sg__hd__desc .sup {
	font-size: 0.5em;
	vertical-align: text-top;
}
@media (max-width: 767px) {
	.lineupTechnologySection .sectionTextBlock {
		padding-top: 20px;
	}
	.lineupTechnologySection .sectionPicBlock {
		padding-bottom: 20px;
	}
	.lineupTechnologySection .technologySectionBlock_anno {
		text-align: left;
	}
}


/* 間取り */
.lineupPlanSection {
	border-bottom: none;
	margin-bottom: 50px;
}
.lineupPlanSectionLead {
	font-size: 20px;
	margin-bottom: 40px;
	padding: 0 20px;
}
.lineupPlanSectionPoint {
	display: none;
}
@media (max-width: 767px) {
	.lineupPlanSection {
		margin-bottom: 20px;
	}
	.lineupPlanSectionLead {
		font-size: 14px;
		margin-bottom: 20px;
		text-align: left;
	}
	.lineupPlanSectionPoint {
		padding: 0 20px;
		margin-bottom: 20px;
		display: flex;
		column-gap: 4px;
		justify-content: center;
		font-size: 12px;
	}
	.lineupPlanSectionPoint .num {
		font-family: 'Metropolis', 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
		color: #ffffff;
		font-size: 14px;
		font-weight: 500;
		background-color: #222222;
		display: block;
		width: 20px;
		height: 20px;
	}
}
.lineupPlanSection .planSectionBlock {
	padding: 0 20px;
	width: 100%;
	max-width: calc(1091px + (20px * 2));
	margin: 0 auto;
	box-sizing: border-box;
	display: grid;
	gap: 20px 48px;
	grid-template-columns: 554fr 489fr;
	grid-template-rows: 1fr auto;
	grid-template-areas:
		"A B"
		"A C";
	align-items: flex-end;
}
@media (max-width: 767px) {
	.lineupPlanSection .planSectionBlock {
		display: block;
		margin-top: 100px;
	}
}
.lineupPlanSection .planSectionBlock_floor {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
}
.lineupPlanSection .planSectionBlock_floor.planSectionBlock_1floor {
	grid-area: A;
	background-image: url(/lineup/images/parfait_sg/pic_plan01.webp);
	aspect-ratio: 554 / 750;
}
.lineupPlanSection .planSectionBlock_floor.planSectionBlock_1floor::after {
	content: "";
	width: 32px;
	height: 32px;
	background: url(/lineup/images/parfait_sg/icon_compass.svg) no-repeat center / cover;
	position: absolute;
	bottom: -42px;
	left: 0;
	z-index: 3;
}
.lineupPlanSection .planSectionBlock_floor.planSectionBlock_2floor {
	grid-area: B;
	background-image: url(/lineup/images/parfait_sg/pic_plan02.webp);
	aspect-ratio: 379 / 360;
	max-width: 379px;
	align-self: flex-end;
	justify-self: center;
}
@media (max-width: 767px) {
	.lineupPlanSection .planSectionBlock_floor.planSectionBlock_1floor {
		margin-bottom: 90px;
	}
	.lineupPlanSection .planSectionBlock_floor.planSectionBlock_1floor::after {
		top: -42px;
		right: 0;
		bottom: 0;
		left: auto;
	}
	.lineupPlanSection .planSectionBlock_floor.planSectionBlock_2floor {
		margin-bottom: 20px;
		background-size: 68.36%;
		aspect-ratio: 335 / 218;
		max-width: 100%;
	}
}
.lineupPlanSection .planSectionBlock_floor .floorPin {
	display: block;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #222222;
	box-sizing: border-box;
	position: absolute;
}
.lineupPlanSection .planSectionBlock_floor.planSectionBlock_1floor .floorPin {
	background-image: url(/lineup/images/parfait_sg/txt_1f.svg);
	border-left: none;
	right: -80px;
	top: 0;
}
.lineupPlanSection .planSectionBlock_floor.planSectionBlock_2floor .floorPin {
	background-image: url(/lineup/images/parfait_sg/txt_2f.svg);
	border-bottom: none;
	right: 15px;
	top: -80px;
}
@media (max-width: 767px) {
	.lineupPlanSection .planSectionBlock_floor .floorPin {
		position: relative;
	}
	.lineupPlanSection .planSectionBlock_floor.planSectionBlock_1floor .floorPin {
		border-left: 1px solid #222222;
		border-bottom: none;
		right: 0;
		top: -70px;
	}
	.lineupPlanSection .planSectionBlock_floor.planSectionBlock_2floor .floorPin {
		right: 0;
		top: -70px;
	}
}

.lineupPlanSection .planSectionBlock_floor .floorBtn .btn {
	position: absolute;
	cursor: pointer;
	font-family: 'Metropolis', 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 18px;
	color: #ffffff;
	background-color: #222222;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0.2em;
	transition: opacity 250ms cubic-bezier(.215, .61, .355, 1); 
	pointer-events: none;
}
.lineupPlanSection .planSectionBlock_floor .floorBtn .btn:hover {
	opacity: 0.7;
}
.lineupPlanSection .planSectionBlock_floor .floorBtn .btn[data-modalIndex="1"] {
	bottom: 27%;
	left: 34%;
}
.lineupPlanSection .planSectionBlock_floor .floorBtn .btn[data-modalIndex="2"] {
	bottom: 41%;
	right: 29%;
}
.lineupPlanSection .planSectionBlock_floor .floorBtn .btn[data-modalIndex="3"] {
	top: 36%;
	left: 8%;
}
.lineupPlanSection .planSectionBlock_floor .floorBtn .btn[data-modalIndex="4"] {
	top: 12%;
	right: 9%;
}
@media (max-width: 767px) {
	.lineupPlanSection .planSectionBlock_floor .floorBtn .btn {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
		pointer-events: all;
	}
	.lineupPlanSection .planSectionBlock_floor .floorBtn .btn[data-modalIndex="1"] {
		bottom: auto;
		top: 68%;
		left: -27%;
	}
	.lineupPlanSection .planSectionBlock_floor .floorBtn .btn[data-modalIndex="2"] {
		bottom: auto;
		top: 53%;
		right: -38%;
	}
	.lineupPlanSection .planSectionBlock_floor .floorBtn .btn[data-modalIndex="3"] {
		top: 4%;
		left: -52%;
	}
	.lineupPlanSection .planSectionBlock_floor .floorBtn .btn[data-modalIndex="4"] {
		top: -67%;
		right: -50%;
	}
}
.lineupPlanSection .planSectionBlock_info {
	grid-area: C;
	text-align: left;
}
.lineupPlanSection .planSectionBlock_info .description .sup {
  font-size: 8px;
  display: inline-block;
  margin-left: -2px;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  .lineupPlanSection .planSectionBlock_info .description .sup {
    font-size: 7px;
  }
}
.lineupPlanSection .planSectionBlock_info .term {
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #E9DDD7;
}
.lineupPlanModalBlock {
	position: fixed;
	top: -100vh;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	opacity: 0;
	transition: opacity 0.3s, visibility 0s 0.3s;
	background: rgba(0, 0, 0, 0.5);
}
.lineupPlanModalBlock.is-active {
	visibility: visible;
	opacity: 1;
	top: 0;
}
.lineupPlanModalBlock .lineupPlanModalBlock_inner {
	background-color: #ffffff;
	width: 100%;
	padding: 45px 40px 40px 40px;
	max-width: 790px;
	height: fit-content;
	width: calc(100% - (20px * 2));
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
.lineupPlanModalBlock .modalCloseBtn {
	position: absolute;
	top: 20px;
	right: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	cursor: pointer;
	border: none;
	background: none;
	transition: opacity 250ms cubic-bezier(.215, .61, .355, 1); 
}
.lineupPlanModalBlock .modalCloseBtn:hover {
	opacity: 0.5;
}
.lineupPlanModalBlock .modalCloseBtn::before,
.lineupPlanModalBlock .modalCloseBtn::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000000;
	position: absolute;
}
.lineupPlanModalBlock .modalCloseBtn::before {
	transform: rotateZ(-45deg);
}
.lineupPlanModalBlock .modalCloseBtn::after {
	transform: rotateZ(45deg);
}
@media (max-width: 767px) {
	.lineupPlanModalBlock .modalCloseBtn {
		right: 20px;
	}
}
.lineupPlanModalBlock .modalBlock {
	display: none;
}
.lineupPlanModalBlock .modalBlock.is-active {
	display: block;
}
.lineupPlanModalBlock .modalBlock .modalBlock_inner {
	display: flex;
	gap: 10px 20px;
	align-items: flex-end;
}
.lineupPlanModalBlock .modalBlock .modalBlockImage {
	max-width: 400px;
	width: 100%;
	height: auto;
	aspect-ratio: 400 / 339;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	flex-shrink: 0;
}
.lineupPlanModalBlock .modalBlock .modalBlockImage::before {
	width: 30px;
	height: 30px;
	background-color: #222222;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-top: 0.25em;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Metropolis', 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
}
.lineupPlanModalBlock .modalBlock[data-modal="1"] .modalBlockImage {
	background-image: url(/lineup/images/parfait_sg/pic_modal01.webp);
}
.lineupPlanModalBlock .modalBlock[data-modal="1"] .modalBlockImage::before {
	content: "1";
}
.lineupPlanModalBlock .modalBlock[data-modal="2"] .modalBlockImage {
	background-image: url(/lineup/images/parfait_sg/pic_modal02.webp);
}
.lineupPlanModalBlock .modalBlock[data-modal="2"] .modalBlockImage::before {
	content: "2";
}
.lineupPlanModalBlock .modalBlock[data-modal="3"] .modalBlockImage {
	background-image: url(/lineup/images/parfait_sg/pic_modal03.webp);
}
.lineupPlanModalBlock .modalBlock[data-modal="3"] .modalBlockImage::before {
	content: "3";
}
.lineupPlanModalBlock .modalBlock[data-modal="4"] .modalBlockImage {
	background-image: url(/lineup/images/parfait_sg/pic_modal04.webp);
}
.lineupPlanModalBlock .modalBlock[data-modal="4"] .modalBlockImage::before {
	content: "4";
}
.lineupPlanModalBlock .modalBlock .modalBlockText .ttl {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}
.lineupPlanModalBlock .modalBlock .modalBlockText .anno {
	font-size: 14px;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.lineupPlanModalBlock .lineupPlanModalBlock_inner {
		padding: 45px 20px 20px 20px;
	}
	.lineupPlanModalBlock .modalBlock .modalBlock_inner {
		flex-direction: column;
	}
	.lineupPlanModalBlock .modalBlock .modalBlockImage {
		aspect-ratio: 295 / 250
	}
	.lineupPlanModalBlock .modalBlock .modalBlockText .ttl {
		font-size: 16px;
	}
}

.lineupPlanSection .modelPlan {
	max-width: 1168px;
	padding: 0 20px;
	margin: 82px auto 0;
	display: grid;
	column-gap: 40px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.lineupPlanSection .modelPlan .modalBlockImage {
	max-width: 262px;
	width: 100%;
	height: auto;
	aspect-ratio: 131 / 111;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	flex-shrink: 0;
	margin-bottom: 20px;
}
.lineupPlanSection .modelPlanBlock .modalBlockImage::before {
	width: 24px;
	height: 24px;
	background-color: #222222;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-top: 0.25em;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Metropolis', 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
}
.lineupPlanSection .modelPlanBlock[data-modal="1"] .modalBlockImage {
	background-image: url(/lineup/images/parfait_sg/pic_modal01.webp);
}
.lineupPlanSection .modelPlanBlock[data-modal="1"] .modalBlockImage::before {
	content: "1";
}
.lineupPlanSection .modelPlanBlock[data-modal="2"] .modalBlockImage {
	background-image: url(/lineup/images/parfait_sg/pic_modal02.webp);
}
.lineupPlanSection .modelPlanBlock[data-modal="2"] .modalBlockImage::before {
	content: "2";
}
.lineupPlanSection .modelPlanBlock[data-modal="3"] .modalBlockImage {
	background-image: url(/lineup/images/parfait_sg/pic_modal03.webp);
}
.lineupPlanSection .modelPlanBlock[data-modal="3"] .modalBlockImage::before {
	content: "3";
}
.lineupPlanSection .modelPlanBlock[data-modal="4"] .modalBlockImage {
	background-image: url(/lineup/images/parfait_sg/pic_modal04.webp);
}
.lineupPlanSection .modelPlanBlock[data-modal="4"] .modalBlockImage::before {
	content: "4";
}
.lineupPlanSection .modelPlanBlock .modalBlockText .ttl {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: left;
}
.lineupPlanSection .modelPlanBlock .modalBlockText .text {
	text-align: left;
}
.lineupPlanSection .modelPlanAnno {
	font-size: 14px;
	max-width: 1168px;
	padding: 0 20px;
	margin: 20px auto 0;
	text-align: left;
}
@media (max-width: 767px) {
	.lineupPlanSection .modelPlan {
		display: none;
	}
}