@charset "UTF-8";
.vr a {
	position: relative;
}
.vr a::before {
	content: "";
	display: block;
	background: url(../img/common/360_vr_icon.svg) no-repeat center / cover;
	width: 157px;
	height: 42px;
	position: absolute;
	top: 2px;
	right: 2px;
}
@media screen and (max-width: 840px) {
	.vr a::before {
		width: 127px;
		height: 34px;
	}
}
@media screen and (max-width: 640px) {
	.vr a::before {
		width: 69.6px;
		height: 18.7px;
		right: 1px;
	}
}
/*-----------------------------------

	headline

-----------------------------------*/
#headline .hl_title {
	background: #322d2d;
}
#headline .hl_title h1 {
	width: 656px;
}
#headline .hl_image figure {
	position: relative;
}
#headline .hl_image figure img {
	width: 100%;
}
#headline .hl_image figure figcaption {
	font-size: 12px;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	color: #FFF;
	position: absolute;
	bottom: 15px;
	right: 50px;
}
@media screen and (max-width: 1050px) {
	#headline .hl_title h1 {
		width: 492px;/* 75% */
	}
}
@media screen and (max-width: 640px) {
	#headline .hl_title h1 {
		width: 162px;
	}
	#headline .hl_image figure figcaption {
		right: 20px;
	}
}
/*-- 詳細ページ --*/
#headline .hl_title_d {
	background: #322d2d;
	padding: 70px 0;
}
#headline .hl_title_d .contents_inner {
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#headline .hl_title_d h1 {
	width: 25%;
	border-left: 1px solid #b4a270;
	border-right: 1px solid #b4a270;
	padding: 30px 0;
}
#headline .hl_title_d h1 img {
	display: block;
	width: 55%;
	margin: 0 auto;
}
#headline .hl_title_d .text {
	width: 70%;
}
@media screen and (max-width: 640px) {
	#headline .hl_title_d {
		padding: 30px 0;
	}
	#headline .hl_title_d h1 {
		width: 40%;
		padding: 50px 0;
	}
	#headline .hl_title_d h1 img {
		width: 45%;
	}
	#headline .hl_title_d .text {
		width: 55%;
	}
}
/*-----------------------------------

	common

-----------------------------------*/
#bg_brown {
	background: #322d2d;
	color: #FFF;
	margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
	#bg_brown {
		margin-bottom: 20px;
	}
}
/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
	padding: 65px 0 85px;
	text-align: center;
}
#intro_block .contents_inner {
	max-width: 980px;
}
#intro_block h2 {
	font-size: 29px;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	line-height: 1.8;
	margin-bottom: 30px;
}
#intro_block p {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
	#intro_block {
		padding: 40px 0;
		background: #FFF;
		color: #000;
	}
	#intro_block h2 {
		font-size: 21px;
	}
	#intro_block p {
		margin: 0 auto;
	}
}
/*-----------------------------------

	skyview_block

-----------------------------------*/
#skyview_block {
	padding-bottom: 86px;
}
#skyview_block figure {
	height: 541.5px;
	position: relative;
	overflow: hidden;
}
#skyview_block figure img {
	display: block;
	width: 3750.5px;
	max-width: initial;
	margin: auto;
	position: absolute;
	left: -1400px;
}
#skyview_block figure figcaption {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
	line-height: 1;
	color: #FFF;
	text-shadow: 1px 1px 0 #231815, -1px -1px 0 #231815,
	-1px 1px 0 #231815,  1px -1px 0 #231815,
	1px 0 0 #231815, -1px  0 0 #231815,
	0 1px 0 #231815,  0 -1px 0 #231815;
}
#skyview_block figure .left {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 15px 30px;
	border-right-color: currentColor;
	border-left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	z-index: 1;
}
#skyview_block figure .right {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 15px 30px;
	border-left-color: currentColor;
	border-right: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	z-index: 1;
}
#skyview_block figure .left:hover,
#skyview_block figure .right:hover {
	opacity: 1;
}
@media screen and (max-width: 640px) {
	#skyview_block {
		padding-bottom: 38px;
	}
	#skyview_block figure {
		height: 270px;
	}
	#skyview_block figure img {
		width: 1875px;
		left: -697px;
	}
	#skyview_block figure .left,
	#skyview_block figure .right {
		border-width: 10px 20px;
	}
	#skyview_block figure .left {
		left: 10px;
	}
	#skyview_block figure .right {
		right: 10px;
	}
}
/*-----------------------------------

	floor_wrap

-----------------------------------*/
#floor_wrap {
	background: url(../img/limited/floor_wrap_bg.png) no-repeat center top / cover;
}
@media screen and (max-width: 640px) {
	#floor_wrap {
		background: none;
	}	
}
/*-----------------------------------

	floor_block

-----------------------------------*/
#floor_block {
	padding-bottom: 7.24vw;
}
#floor_block .contents_inner {
	max-width: 843px;
}
#floor_block .floor_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#floor_block .ttl {
	width: 72%;
	max-width: 300px;
	margin: 0 auto 36px;
}
#floor_block .left_box {
	width: 50.1%;
	margin-top: 47.5px;
}
#floor_block .right_box {
	width: 46.7%;
}
@media screen and (max-width: 640px) {
	#floor_block {
		padding-bottom: 54px;
	}	
	#floor_block .floor_box {
		flex-direction: column-reverse;
	}
	#floor_block .ttl {
		width: 75%;
		min-width: 210px;
		margin: 0 auto 12px;
	}
	#floor_block .left_box {
		width: 73%;
		min-width: 243px;
		margin: 0 auto;
	}
	#floor_block .left_box .img {
		transform: translateX(3px);
	}
	#floor_block .right_box {
		width: 83.2%;
		min-width: 279px;
		margin: 0 auto 9px;
	}
	#floor_block .right_box .img {
		transform: translateX(10px);
	}
}
/*-----------------------------------

	floor_plan_block

-----------------------------------*/
#floor_plan_block {
	background: rgba(35, 24, 21, 0.82);
	padding: 6.67vw 0 7vw;
	position: relative;
	z-index: 1;
}
#floor_plan_block .contents_inner {
	max-width: 1000px;
}
#floor_plan_block h2 {
	margin-bottom: 58.5px;
}
#floor_plan_block .floor_plan_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 22px 39px;
}
#floor_plan_block .floor_plan_box a {
	width: calc((100% - 39px) / 2);
}
@media screen and (max-width: 640px) {
	#floor_plan_block {
		background: none;
		padding: 0;
	}
	#floor_plan_block h2 {
		margin-bottom: 28.7px;
	}
	#floor_plan_block .floor_plan_box a {
		width: 100%;
	}	
}
/*-----------------------------------

	floor_bg_block

-----------------------------------*/
#floor_bg_block {
	padding-top: 43.6vw;
	margin-bottom: 81px;
	position: relative;
	z-index: 0;
}
#floor_bg_block::after {
	content: "参考写真";
	display: block;
	font-size: 12px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #ffffff;
	max-width: max-content;
	position: absolute;
	right: 103px;
	bottom: 16px;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#floor_bg_block {
		background: url(../img/limited/floor_bg.png) no-repeat center top / cover;
		padding-top: 139.5vw;
		margin-top: -27px;
		margin-bottom: 46px;
	}
	#floor_bg_block::after {
		font-size: 11px;
		right: 15px;
		bottom: 8px;
	}
}
/*-----------------------------------

	equipments_block

-----------------------------------*/
#equipments_block {
	padding-bottom: 100px;
}
#equipments_block h3 {
	max-width: 730px;
	width: 100%;
	margin: 0 auto 70px;
}
#equipments_block figure {
	position: relative;
	margin-bottom: 70px;
}
#equipments_block figure figcaption {
	font-size: 12px;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	color: #FFF;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
#equipments_block .copy {
	font-size: 29px;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	line-height: 1.82;
	text-align: center;
	color: #FFF;
	padding-bottom: 30px;
	border-bottom: 1px solid #cabb89;
	margin-bottom: 50px;
}
#equipments_block ul.merit {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 4%;
	margin-bottom: 50px;
}
#equipments_block ul.merit li {
	width: 48%;
}
#equipments_block ul.merit li img {
	display: block;
	width: 90px;
	height: 28px;
	object-fit: contain;
	margin-bottom: 20px;
}
#equipments_block ul.merit li .ttl {
	font-size: 25px;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #cabb89;
}
#equipments_block ul.merit li p {
	font-size: 17px;
}
#equipments_block .note {
	font-size: 13px;
}
@media screen and (max-width: 840px) {
	#equipments_block ul.merit li {
		width: 100%;
	}	
}
@media screen and (max-width: 640px) {
	#equipments_block {
		padding-bottom: 50px;
	}
	#equipments_block h3 {
		max-width: 276px;
		width: 100%;
		margin: 0 auto 30px;
	}
	#equipments_block figure {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 30px;
	}
	#equipments_block figure figcaption {
		right: 20px;
	}
	#equipments_block .copy {
		font-size: 20px;
		letter-spacing: 0;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	#equipments_block ul.merit {
		gap: 20px;
		margin-bottom: 20px;
	}
	#equipments_block ul.merit li img {
		width: 64px;
		height: 20px;
		margin-bottom: 10px;
	}
	#equipments_block ul.merit li .ttl {
		font-size: 17px;
		margin-bottom: 10px;
	}
	#equipments_block ul.merit li p {
		font-size: 13px;
	}
	#equipments_block .note {
		font-size: 10px;
	}
}
/*-----------------------------------

	temp

-----------------------------------*/
.temp {
	padding-bottom: 100px;
}
.temp h3 {
	padding-bottom: 30px;
	border-bottom: 1px solid #cabb89;
}
.temp h3 img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.temp .inner01 {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 60px;
	padding: 0 calc(50vw - 50%);
	position: relative;
}
.temp .inner01 .cap {
	font-size: 12px;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	position: absolute;
	bottom: 15px;
	left: calc((50vw - 525px) + (472px - (4em + 20px)));
}
.temp .inner01 .text {
	width: calc((50% + 40px) + (50vw - 50%));
	margin: 0 calc(50% - 50vw) 0 auto;
	background: rgba(50, 45, 45, 0.83);
	padding: 80px calc(50vw - 50%) 80px 80px;
}
.temp h4 {
	font-size: 25px;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	color: #cabb89;
	margin-bottom: 20px;
}
.temp p {
	font-size: 17px;
	margin-bottom: 40px;
}
.temp ul.inner02 {
	display: flex;
	gap: 80px;
}
.temp ul.inner02 li {
	width: calc((100% - 80px) / 2);
	display: flex;
	flex-direction: column;
}
.temp ul.inner02 li p {
	flex-grow: 1;
}
@media screen and (max-width: 1050px) {
	.temp .inner01 .cap {
		left: calc((50vw - 50%) + (45% - (4em + 20px)));
	}
	.temp .inner01 .text {
		width: calc((50% + 20px) + (50vw - 50%));
		padding: 80px calc(50vw - 50%) 80px 40px;
	}
	.temp ul.inner02 {
		gap: 40px;
	}
	.temp ul.inner02 li {
		width: calc((100% - 40px) / 2);
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 840px) {
	.temp .inner01 {
		padding: 116% calc(50vw - 50%) 0;
	}
	.temp .inner01 .cap {
		top: 100vw;
		bottom: auto;
		left: auto;
		right: 20px;
	}
	.temp .inner01 .text {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 80px calc(50vw - 50%);
		background: #322d2d;
	}
	.temp ul.inner02 {
		flex-direction: column;
		gap: 100px;
	}
	.temp ul.inner02 li {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.temp {
		padding-bottom: 50px;
	}
	.temp h3 {
		padding-bottom: 15px;
	}
	.temp .inner01 {
		margin: 0 calc(50% - 50vw) 30px;
	}
	.temp .inner01 .cap {
		top: 98vw;
	}
	.temp .inner01 .text {
		padding: 30px calc(50vw - 50%);
	}
	.temp h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.temp p {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.temp ul.inner02 {
		flex-direction: column;
		gap: 40px;
	}
}
/*-----------------------------------

	comfort_block

-----------------------------------*/
#comfort_block h3 img {
	max-width: 251px;
}
#comfort_block .inner01 {
	background: url(../img/limited/comfort_bg.png) no-repeat left bottom;
}
#comfort_block .inner01 .text .box:first-child {
	margin-bottom: 100px;
}
#comfort_block .inner01 .text .box:first-child img {
	display: block;
	width: 75%;
	margin: 0 auto;
}
@media screen and (max-width: 840px) {
	#comfort_block .inner01 {
		background: url(../img/limited/comfort_bg.png) no-repeat left top/150%;
	}
}
@media screen and (max-width: 640px) {
	#comfort_block h3 img {
		max-width: 166px;
	}
	#comfort_block .inner01 .text .box:first-child {
		margin-bottom: 40px;
	}
}
/*-----------------------------------

	kitchen_block

-----------------------------------*/
#kitchen_block h3 img {
	max-width: 228px;
}
#kitchen_block .inner01 {
	background: url(../img/limited/kitchen_bg.png) no-repeat left bottom;
}
#kitchen_block .inner01 .text .box:first-child {
	margin-bottom: 100px;
}
@media screen and (max-width: 840px) {
	#kitchen_block .inner01 {
		background: url(../img/limited/kitchen_bg.png) no-repeat left top/150%;
	}
}
@media screen and (max-width: 640px) {
	#kitchen_block h3 img {
		max-width: 160px;
	}
	#kitchen_block .inner01 .text .box:first-child {
		margin-bottom: 40px;
	}
}
/*-----------------------------------

	bathroom_block

-----------------------------------*/
#bathroom_block h3 img {
	max-width: 311px;
}
#bathroom_block .inner01 {
	background: url(../img/limited/bathroom_bg.png) no-repeat left bottom;
	margin-bottom: 0;
}
#bathroom_block .inner01 .cap {
	left: calc((50vw - 525px) + (472px - (15em + 20px)));
}
#bathroom_block .inner01 .cap span {
	font-size: 16px;
	font-family: initial;
	margin-right: 10px;
}
#bathroom_block .inner01 figure:not(:last-of-type) {
	margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
	#bathroom_block .inner01 .cap {
		left: calc((50vw - 50%) + (45% - (15em + 20px)));
	}
}
@media screen and (max-width: 840px) {
	#bathroom_block .inner01 {
		background: url(../img/limited/bathroom_bg.png) no-repeat left top/120%;
	}
	#bathroom_block .inner01 .cap {
		top: 100vw;
		bottom: auto;
		left: auto;
		right: 20px;
	}
}
@media screen and (max-width: 640px) {
	#bathroom_block h3 img {
		max-width: 218px;
	}
	#bathroom_block .inner01 .cap {
		top: 98vw;
	}
	#bathroom_block .inner01 .cap span {
		font-size: 14px;
	}
}
/*-----------------------------------

	powderroom_block

-----------------------------------*/
#powderroom_block h3 {
	margin-bottom: 80px;
}
#powderroom_block h3 img {
	max-width: 399px;
}
#powderroom_block .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#powderroom_block .inner figure {
	width: calc((50% - 40px) + (50vw - 50%));
	margin-left: calc(50% - 50vw);
}
#powderroom_block .inner .text {
	width: calc(50% + 40px);
	padding-left: 80px;
}
#powderroom_block .inner .text h4 {
	line-height: 2;
}
@media screen and (max-width: 1050px) {
	#powderroom_block .inner figure {
		width: calc((50% - 20px) + (50vw - 50%));
	}
	#powderroom_block .inner .text {
		width: calc(50% + 20px);
		padding-left: 40px;
	}
	#powderroom_block .inner .text h4 {
		font-size: 21px;
	}
}
@media screen and (max-width: 840px) {
	#powderroom_block h3 {
		margin-bottom: 0;
	}
	#powderroom_block .inner {
		gap: 40px;
	}
	#powderroom_block .inner figure {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	#powderroom_block .inner .text {
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 640px) {
	#powderroom_block h3 img {
		max-width: 279px;
	}
	#powderroom_block .inner {
		gap: 20px;
	}
	#powderroom_block .inner .text h4 {
		font-size: 18px;
	}
}
/*-----------------------------------

	restroom_block

-----------------------------------*/
#restroom_block h3 {
	margin-bottom: 80px;
}
#restroom_block h3 img {
	max-width: 296px;
}
@media screen and (max-width: 640px) {
	#restroom_block h3 {
		margin-bottom: 40px;
	}
	#restroom_block h3 img {
		max-width: 207px;
	}
}
/*-----------------------------------

	details

-----------------------------------*/
.details #details_block {
	background: #322d2d;
	padding: 60px 0 102px;
}
/* text */
.details #details_block .text {
	font-family: "Noto Serif JP", serif;
	color: #090204;
	background: rgb(239,231,211);
	background: linear-gradient(90deg, rgba(239,231,211,1) 0%, rgba(252,251,248,1) 60%, rgba(222,203,158,1) 100%);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 31.4px;
}
.details #details_block .text .lt {
	width: 423px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 54px;
}
.details #details_block .text .rt {
	width: calc(100% - 523px);
	padding-bottom: 12px;
	margin: 11px 46px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.details #details_block .text h1 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.details #details_block .text h1 span {
	display: block;
	width: 111px;
	background: #293855;
	text-align: center;
	padding: 20.5px 0 15px;
	margin-right: 42px;
}
.details #details_block .text h1 span img {
	width: 47px;
	height: 72px;
	object-fit: contain;
}
.details #details_block .text dl {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}
.details #details_block .text dl .num {
	font-size: 43px;
}
.details #details_block .text dl.floor {
	margin-top: 15px;
	margin-right: 40px;
}
.details #details_block .text dl.floor.sp {
	display: none;
}
.details #details_block .text dl.floor dd .num {
	display: inline-block;
	margin-top: -4px;
	margin-left: -6px;
}
.details #details_block .text dl.floor .fl02 {
	font-size: 31px;
}
.details #details_block .text dl.exclusive.sp {
	display: none;
}
.details #details_block .text dl.exclusive {
	margin-top: 15px;
}
.details #details_block .text dl.exclusive dd {
	text-align: right;
}
.details #details_block .text dl.exclusive dd .num {
	display: inline-block;
	margin-top: -4px;
	margin-bottom: -2px;
}
.details #details_block .text dl.exclusive dd .ex02 {
	font-size: 30px;
	margin-left: 3px;
}
.details #details_block .text dl.exclusive dd .ex03 {
	display: block;
	margin-right: -6px;
}
.details #details_block .text .others .balcony {
	margin-bottom: 6px;
}
.details #details_block .text .others dt,
.details #details_block .text .others dd {
	font-size: 13px;
}
.details #details_block .text .others dt {
	margin-bottom: 1px;
}
.details #details_block .text .others .num {
	font-size: 19px;
}
.details #details_block .text .kitchen {
	line-height: 1;
	font-weight: 400;
	margin-top: 6px;
}
.details #details_block .text .kitchen .title {
	font-size: 17px;
	width: fit-content;
	background: #322d2d;
	color: #FFF;
	padding: 10px 22px;
	position: relative;
	margin-bottom: 10px;
}
.details #details_block .text .kitchen .title::after {
	content: "";
	width: 17px;
	height: 100%;
	background: #322d2d;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	position: absolute;
	top: 0;
	right: -16.7px;
}
.details #details_block .text .kitchen .type {
	display: inline-block;
	font-size: 26px;
	letter-spacing: -0.1em;
	color: #322d2d;
	padding-right: 26.5px;
	position: relative;
}
.details #details_block .text .kitchen .type::after {
	content: "";
	display: block;
	background: url(../img/common/arw_bk_rt.svg) no-repeat center / contain;
	width: 13px;
	height: 15px;
	margin: auto;
	position: absolute;
	top: 7px;
	right: 0;
}
.details #details_block .text .annotation {
	max-width: 250px;
	width: 90%;
}
/* link_box */
.details #details_block .link_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 87px;
}
.details #details_block .link_box li {
	cursor: pointer;
	width: calc((100% - 33.6px) / 2);
	transition: 0.3s;
}
.details #details_block .link_box li:hover {
	opacity: 0.7;
}
.details #details_block .link_box li:active {
	opacity: 1;
}
.details #details_block .link_box li img {
	animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.details #details_block .link_box li .active {
	display: block;
	opacity: 1;
}
.details #details_block .link_box li .none {
	display: none;
	opacity: 0;
}
/* plan_title */
.details #details_block .plan_title {
	font-family: "Noto Serif JP", serif;
	width: 100vw;
	padding: 48px 0 55px;
	margin: 0 calc(50% - 50vw) 134px;
	position: relative;
}
.details #details_block .plan_title::before {
	content: "";
	display: block;
	background: #cabb89;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}
.details #details_block .plan_title ul {
	width: 95%;
	margin: 0 auto;
	animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.details #details_block .plan_title ul:nth-of-type(1) {
	max-width: 863px;
	transform: translateX(25px);
}
.details #details_block .plan_title ul:nth-of-type(2) {
	max-width: 968px;
	transform: translateX(50px);
}
.details #details_block .plan_title ul li {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #cabb89;
	width: 50%;
}
.details #details_block .plan_title ul li:not(:last-of-type) {
	margin-bottom: 3px;
}
.details #details_block .plan_title ul li span {
	font-size: 19px;
}
.details #details_block .plan_title .active {
	display: flex;
	opacity: 1;
}
.details #details_block .plan_title .none {
	display: none;
	opacity: 0;
}
/* image */
.details #details_block .image {
	width: 100%;
	margin: 0 auto 102px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: flex-end;
	gap: 13px;
	position: relative;
	transform: translateX(25px);
}
.details #details_block .image .item01 {
	width: 4.8%;
}
.details #details_block .image .item02 {
	width: 55%;
	max-width: 580px;
	animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}
.details #details_block .image .active {
	display: block;
	opacity: 1;
}
.details #details_block .image .none {
	display: none;
	opacity: 0;
}
.details #details_block .image .item03 {
	display: block;
	width: 37.4px;
	position: absolute;
	top: 54.5%;
	cursor: pointer;
	transition: 0.3s;
}
.details #details_block .image .item03:hover {
	opacity: 0.7;
}
.details #details_block .image img:nth-of-type(4) {
	left: 19px;
}
.details #details_block .image img:nth-of-type(5) {
	right: 94px;
}
/* icon_exp */
.details #details_block .icon_exp {
	width: 267px;
	margin-left: 49px;
	margin-bottom: 55px;
}
.details #details_block .icon_exp img {
	display: block;
}
/* vr */
.details #details_block .vr a {
	transform: translateX(30px);
}
.details #details_block .vr a::before {
	display: none;
}

@media screen and (max-width: 1024px) {
	.details #details_block .text .lt {
		margin-right: 34px;
	}
	.details #details_block .text .rt {
		margin: 11px 26px 0 0;
	}
}
@media screen and (max-width: 1010px) {
	.details #details_block .text .rtf {
		width: 100%;
		justify-content: flex-end;
		gap: 0 20px;
	}
}
@media screen and (max-width: 1000px) {
	.details #details_block .plan_title ul:nth-of-type(1),
	.details #details_block .plan_title ul:nth-of-type(2) {
		transform: none;
	}
}
@media screen and (max-width: 640px) {
	.details #details_block {
		padding: 27.5px 0 40px;
		margin-bottom: 20px;
	}
	.details #details_block .text {
		width: 100%;
		margin-bottom: 25px;
	}
	.details #details_block .text .pc {
		display: none !important;
	}
	.details #details_block .text .lt {
		width: 100% !important;
		border-bottom: 1px solid rgba(7, 0, 2, 0.25);
		justify-content: flex-start;
		align-items: center;
		margin-right: 0;
	}
	.details #details_block .text .rt {
		width: 100% !important;
		padding-bottom: 0;
		margin: 9.5px 0 0 auto;	
	}
	.details #details_block .text h1 {
		font-size: 14px;
	}
	.details #details_block .text h1 span {
		width: 73px;
		padding: 15.5px 0 10px;
		margin-right: 22px;
	}
	.details #details_block .text h1 span img {
		width: 32px;
		height: 57px;
	}
	.details #details_block .text .priority p {
		display: inline-block;
		font-size: 14px;
	}
	.details #details_block .text .kitchen {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 14px;
		margin-top: 0;
	}
	.details #details_block.ctype .text .kitchen {
		margin-right: 15px;
	}
	.details #details_block.etype .text .kitchen {
		margin-right: 20px;
	}
	.details #details_block.ftype .text .kitchen {
		padding-bottom: 2px;
		margin-top: 0;
	}
	.details #details_block .text .kitchen .title {
		font-size: 11px;
		padding: 4.5px 12px 4.5px 14.4px;
		margin-bottom: 0;
	}
	.details #details_block .text .kitchen .title::after {
		width: 10px;
		right: -9.7px;
	}
	.details #details_block .text .kitchen .type {
		font-size: 16px;
		padding-right: 29px;
	}
	.details #details_block .text .kitchen .type::after {
		top: 0;
	}
	.details #details_block .text dl {
		font-size: 12px;
		width: 100%;
		gap: 15px;
	}
	.details #details_block.ftype .text dl {
		flex-direction: row;
		gap: 15px;
	}
	.details #details_block .text dl.floor.sp {
		display: flex;
		padding-left: 5px;
		margin: 0;
	}
	.details #details_block .text dl.floor dt {
		margin-top: 20px;
	}
	.details #details_block .text dl.floor dd .num {
		margin-left: 12px;
	}	
	.details #details_block .text dl.floor dd .fl02 {
		margin-left: 3px;
	}
	.details #details_block .text dl.exclusive {
		margin-bottom: 16px;
	}
	.details #details_block .text dl.exclusive.sp {
		display: flex;
		padding-left: 5px;
		margin-top: 7px;
	}
	.details #details_block .text dl.exclusive dt {
		margin-top: 20px;
	}	
	.details #details_block.ftype .text dl.exclusive dt {
		margin-top: 18px;
	}
	.details #details_block .text dl.exclusive dd {
		text-align: left;
	}
	.details #details_block .text dl.exclusive dd .num {
		margin-bottom: 0;
	}
	.details #details_block .text .others {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-left: 15px;
	}
	.details #details_block .text .others .balcony,
	.details #details_block .text .others .pouch {
		width: 48%;
		margin-bottom: 11px;
		white-space: nowrap;
	}
	.details #details_block .text .others dt,
	.details #details_block .text .others dd {
		font-size: 12px;
	}
	.details #details_block .text dl.balcony dt .sp,
	.details #details_block .text dl.pouch dt .sp {
		display: inline;
	}
	.details #details_block .text .others .num {
		font-size: 17px;
	}
	.details #details_block .text dl .bal01 {
		font-size: 12px;
	}
	.details #details_block .text dl .ex01 {
		font-size: 36px;
		margin-right: 8px;
	}
	.details #details_block .text dl .ex02 {
		font-size: 24px;
	}
	.details #details_block .text dl .bal_sub {
		margin-top: 4px;
	}
	.details #details_block.ftype .ttl_att {
		font-size: 18px;
		margin: 0 0 13.5px;
	}
	.details #details_block .link_box {
		gap: 15.7px;
		margin-bottom: 23.7px;
	}
	.details #details_block .link_box li {
		width: 100%;
	}
	.details #details_block .link_box li:hover {
		opacity: 1;
	}
	.details #details_block .plan_title {
		padding: 18px 0 25px;
		margin: 0 calc(50% - 50vw) 54px;
	}
	.details #details_block .plan_title ul {
		margin-left: 32.5px;
	}
	.details #details_block .plan_title ul li {
		font-size: 15px;
		width: 100%;
	}
	.details #details_block .plan_title ul li span {
		font-size: 12px;
	}
	.details #details_block .plan_title ul li:not(:last-of-type) {
		margin-bottom: 0;
	}
	.details #details_block .plan_title h2 {
		font-size: 16px;
	}
	.details #details_block .image {
		width: 100%;
		margin: 0 auto 40px;
		flex-direction: column-reverse;
		align-items: center;
		gap: 0;
		transform: none;
	}
	.details #details_block .image .item01 {
		width: 6.75%;
		transform: translate(-122.3px, 13.3px) !important;
	}
	.details #details_block .image .item02 {
		width: 262px !important;
	}
	.details #details_block .image .item03 {
		width: 30.5px;
		top: 45.5%;
	}
	.details #details_block .image img:nth-of-type(4) {
		left: -1.3px;
	}
	.details #details_block .image img:nth-of-type(5) {
		right: 1.3px;
	}
	.details #details_block .icon_exp {
		width: 227px;
		margin-bottom: 40px;
	}
	.details #details_block .vr {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.details #details_block .vr a {
		transform: none;
	}
}
/*-----------------------------------

	bottom_text

-----------------------------------*/
#bottom_text {
	padding: 32px 0 36px;
	max-width: 780px;
}
#bottom_text p {
	font-size: 12px;
	line-height: 1.75;
	color: #ffffff;
}
@media screen and (max-width: 640px) {
	#bottom_text {
		padding: 0 0 30px;
	}
	#bottom_text p {
		font-size: 10px;
		line-height: 1.4;
	}
}