@charset "utf-8";
/* @media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {} 
"Noto Serif JP Bold"
"Noto Serif JP Light"
"Noto Serif JP Regular"
"DIN Pro Light"
"Canvas"
"MADE Canvas"
"DIN Pro Light"*/

/* class="commonImgcap" */

/* common
---------------------- */
* {
	box-sizing: border-box;
}
.dib {
	display: inline-block;
}
.tac {
	text-align: center;
}
.noto {
	font-family: "Noto Serif JP Regular", sans-serif;
}
.noto-light {
	font-family: "Noto Serif JP Light", sans-serif;
}
.noto-bold {
	font-family: "Noto Serif JP Bold", sans-serif;
}
.canvas{
	font-family: "MADE Canvas", serif;
}
sup {
	font-size: 14px;
	letter-spacing: normal;
	vertical-align:text-top;
}
sub {
	font-size: 14px;
	letter-spacing: normal;
	vertical-align:text-bottom;
}
figure,
picture {
	height: fit-content;
}
figcaption {
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	letter-spacing: 0.05em;
	font-size: clamp(8px, 1vw, 10px);
}
.font-and {
	max-width: 0.9em;
	height: 0.9em;
	display: inline-block;
	vertical-align: baseline;
	/* margin-block: 0.2em; */

}
.page-header {
	padding-block: 80px;
	height: 100vh;
    display: grid;
    place-items: center;
	min-height: 900px;
}
@media only screen and (max-width:768px) {
	.page-header {
		padding-block: 40px;
		min-height: unset;
	}
	figcaption {
		font-size: 8px;
	}
}
/* luxury
------------------- */
.bg-black {
	background-color: #000;
	position: relative;
	z-index: 1;
}

.commonKeyvisual {
	position: fixed;
}
.commonKeyvisual__header {
	padding-left: 0;
}
.commonKeyvisual__title {
	display: grid;
	place-items: center;
	padding-left: 0;
}
.commonKeyvisual__title-logo {
	max-width: min(560px, calc((560 / 1300)*100vw));
}
 .commonKeyvisual--full::before {
	display: none;
}
.page-header {
}
.page-header__img01 {
	width: min(500px, 50vw);
	margin-inline: auto;
}
.page-header__img01 figcaption {
	right: -5%;
}

.page-header__img02 {
	max-width: min(240px, 24vw);
	margin-inline: auto;
	margin-top: max(-100px, -10%);
	margin-bottom: min(40px, 4vw);
}
.commonLead02 {
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 16px;
}
.page-scroll-wrap {
	margin-top: 100vh;
}
.page-scroll {
	width: 50px;
	position: sticky;
	top: min(140px, 24vw);
	left: 0;
	z-index: 1;
	transition: opacity 0.3s ease;
	z-index: 10;
}

.page-scroll__img01 {
	width: min(22px, 2.1vw);
	position: absolute;
	top: min(30px, 3vw);
	left: min(40px, 4vw);
}
.page-scroll__img02 {
	width: clamp(1.5px, 0.35vw, 3.5px);
	position: absolute;
	top: min(30px, 3vw);
	left: min(30px, 3vw);
	animation: slide 3s infinite ease-in-out;
}

@keyframes slide {
	0%, 100%{
		transform: translateY(0);
	}
	40% {
		transform: translateY(20px);
	}
}
/* contents
====================================== */
.contents {
	padding-block: min(40px, 4vw);
}
.contents01,
.contents02,
.contents03 {
	background-color: #000;
	padding-block: 0;
	margin-top: -100vh;
}
.contents-wrap {
	position: relative;
}

.contents__inner {
	width: min(1000px, calc(100% - 200px));
}
.contents__inner01 {
	width: fit-content;
	height: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	position: relative;
}
.contents__inner01-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
	position: sticky;
	top: 0;
	left: 0;
}

.contents__header-img {
	height: 100vh;
	/* background-color: #000; */
}
.contents__header-img img {
	max-width: unset;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
}

.contents__header01 {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
}
.contents__header01-inner {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: relative;
	overflow: hidden;
}
.contents__header01 .elem {
	margin-left: auto;
}
.locked:has(.contents__img-wrap02) .contents__header01 .elem {
  margin-left: 0;
  margin-right: auto;
}
.contents__header03 {
	padding-block: min(80px, 8vw);
	padding-bottom: min(40px, 8vw);
	text-align: center;
	color: #b4a487;
	text-shadow: 1px 1px 1px #00000088;
	letter-spacing: 0.1em;
}
.contents__title01 {
	display: inline-block;
	font-size: max(42px, 4vw);
	padding-top: 0.4em;
	letter-spacing: 0.1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	z-index: 1;
	text-align: center;
	white-space: nowrap;
}
.contents__title02 {
	letter-spacing: 0.1em;
	font-size: max(3vw, 30px);
	margin-bottom: 20px;
	color: #b4a487;
}

.contents__title03 {
	position: relative;
	padding-bottom: min(20px, 2vw);
}
.contents__title03::before {
	content: '';
	width: 1em;
	height: 1px;
	background-color: #b4a487;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.contents__title03-sub {
	font-size: 200%;
	letter-spacing: 0.3em;
}
/* .contents__sub-title {} */
.contents__sub-title {}
.contents__lead {
	text-align: center;
	font-size: 18px;
	line-height: 2.8;
}

.contents__body {}
.contents__body--wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* height: 100vh; */
}
.contents__body--wrap--reverse {
	direction: rtl;
}
.contents__body--wrap--reverse * {
	direction: ltr;
}
.contents__body--wrap--reverse .contents__img-thumbnail {
	margin-left: auto;
}
.contents__text {
	line-height: 2;
	letter-spacing: 0.05em;
}
.contents__text01 {
	font-size: max(1.6vw, 16px);
	letter-spacing: 0.1em;
}

.contents__img {}
.contents__img-thumbnail {
	width: max(260px, 22vw);
	padding-top: 30px;
	overflow: hidden;
}
.contents__wrap {
}
.contents__img-wrap {
	position: relative;
	/* height: 100vh; */
}
.contents__img-scroll {
	height: 100vh;
}
.contents__img-scroll img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
  /* clip-path: inset(100% 0 0 0); 最初は下から全く見えない状態 */
  clip-path: inset(0 100% 0 0); /* 最初は下から全く見えない状態 */
}


.image-stack-wrapper,
.contents__img-wrap {
  position: relative;
  /* height: 300vh; スクロール量を確保 */
}

.image-stack,
.contents__img-stack {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.image-stack figure,
.contents__img-stack figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.image-stack img,
.contents__img-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 100% 0 0); /* 最初は非表示 */
}
.image--base img,
.contents__img-scroll--base img {
  clip-path: none; /* 最初から全表示 */
  z-index: 1;
}

/* contents03
----------------------- */
.contents03 {
	/* background-color: #000; */
	/* margin-top: -100vh; */
	padding-bottom: min(40px, 4vw);

}
.contents03__body {
	display: grid;
	grid-template-columns: 1.4234fr 1fr;
	gap: min(30px, 3vw);
	width: min(700px, calc((700 / 1300)*100vw));
	margin-inline: auto;
	margin-block: min(100px, 10vw);
}
.contents03__img {
	overflow: hidden;
}
/* .contents03__img01 {} */
/* .contents03__img02 {} */
.contents03__img03 {
	grid-column: span 2;
}

/* bg-movie
----------------- */
.bg-movie {
	margin-top: -100vh;
}
.bg-movie__video {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  vertical-align: bottom;
}

/* floor 
--------------------------*/
.floor {
	margin-top: 150px;
	margin-inline: auto;
}
.floor .inner {
	width: calc(100% - 40px);
	max-width: 730px;
}
.floor_title {
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.08em;
}
.floor_wrap {
	display: grid;
	/* grid-template-columns: repeat(4, 1fr); */
	grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
	gap: min(20px, 2vw);
	/* max-width: 730px; */
	max-width: calc(250px * 4);
	margin-inline: auto;
}
.floor_item {
	text-decoration: none;
	display: block;
	transition: .4s;
}
.floor_item + .floor_item {
	/* margin-top: 80px; */
}
.floor_item_wrap {
	/* display: flex; */
	background: linear-gradient(90deg, #fff 42%, #F0F0F0 65%);
	padding-bottom: 10px;
}
.floor_item_body {
	position: relative;
	/* background: rgb(255,255,255); */
	/* background: linear-gradient(90deg, rgba(255,255,255,1) 22%, rgba(212,213,210,1) 52%); */
	/* display: flex; */
	background-image: radial-gradient(circle at top left, rgba(255,255,255,0.5) 42%, rgba(212,213,210,0.5) 65%),radial-gradient(circle at center, rgba(255,255,255,1) 42%, rgba(212,213,210,1) 65%);
	padding: 40px 10px;
	color: #000;
	width: 100%;
}
.floor_item_body::before {
/* .floor_item_body::after { */
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 10px);
	height: 1px;
	background-color: #000;
}
.floor_item_body::before {
	top: 8px;
}
/* .floor_item_body::after {
	bottom: 8px;
} */
.floor_item_title_wrap {
	/* width: 34%; */
	position: relative;
}
.floor_item_title_wrap:after {
	display: block;
	content: '';
	width: min(130px, 100%);
	height: 1px;
	background-color: #000;
	margin-top: 30px;
	margin-inline: auto;
}
.floor_item_title_en {
	font-size: 26px;
	font-size: clamp(2rem, -4.15rem + 7.5vw, 2.6rem);
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.floor_item_title_en span {
	font-size: 18px;
	font-size: clamp(1.4rem, -2.7rem + 5vw, 1.8rem);
	letter-spacing: normal;
	display: block;
}
.floor_item_title {
	text-align: center;
	font-size: 24px;
	font-size: clamp(2rem, -2.1rem + 3vw, 2.4rem);
	letter-spacing: 0.125em;
	line-height: 1;
	margin-top: 16px;
}
.floor_item_title .en_l {
	font-size: 46px;
	font-size: clamp(3.2rem, -11.15rem + 14.5vw, 4.6rem);
	margin-right: 4px;
}
.floor_item_title .label {
	color: #fff;
	letter-spacing: 0.08em;
	font-size: 16px;
	font-size: clamp(1.3rem, -1.775rem + 3.75vw, 1.6rem);
	padding: 2px 10px;
	margin-bottom: 6px;
	background-color: #000;
}
.floor_item_title .label.suite {
	background-color: rgb(188, 173, 94);
}
.ldk_wrap {
	/* width: 66%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	column-gap: 40px;
	/* border-top: 1px solid #000; */
	/* padding-left: clamp(1rem, -19.5rem + 25vw, 3rem); */
}

.ldk {
	/* width: 47%; */
	font-family: "Noto Serif JP", serif;
	text-align: center;
	/* font-size: 24px; */
	/* font-size: clamp(2rem, -2.1rem + 5vw, 2.4rem); */
	font-size: min(15px, 1.5vw);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.125em;
}
.ldk span {
	/* font-size: 44px; */
	/* font-size: clamp(3.4rem, -6.85rem + 12.5vw, 4.4rem); */
	font-size: 180%;
	font-weight: 600;
}
.menseki {
		/* width: 37%; */
}
.menseki_text {
	font-size: 16px;
	font-size: clamp(1.4rem, -0.65rem + 2.5vw, 1.6rem);
	text-align: center;
}
.menseki_num {
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-size: clamp(2rem, -4.15rem + 7.5vw, 2.6rem);
	line-height: 1;
	text-align: center;
}
.menseki_num .num_l {
    font-size: 60px;
    font-size: clamp(4rem, -16.5rem + 25vw, 5.8rem);
}
.menseki_num .num_m {
	font-size: 38px;
	font-size: clamp(3rem, -5.2rem + 10vw, 3.8rem);
}
.floor_img {
	width: 70%;
	margin: auto;
}
.floor_item_link {
	width: 100%;
	/* background-color: #B8B9B6; */
	/* background-color: #fff; */
	text-align: center;
	flex-shrink: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	letter-spacing: 0.1em;
	padding: 10px 10px;
	transition: all .4s;

	background-size: 100% 100%; 
	background-repeat: no-repeat;
	background-position: center left;
}
.floor_item_link.color-01 {
	background-image: radial-gradient(circle at left center, #859bc2 0%, #455771 60%);
}
.floor_item_link.color-02 {
	background-image: radial-gradient(circle at left center, #5D6E48 0%, #1C2A04 60%);
}
.floor_item_link.color-03 {
	background-image: radial-gradient(circle at left center, #965358 0%, #6E1218 60%);
}
.floor_item_link.color-04 {
	background-image: radial-gradient(circle at left center, #B9B768 0%, #6A6817 60%);
}
.floor_item_link.color-05 {
	background-image: radial-gradient(circle at left center, #6683AD 0%, #163664 60%);
}
.floor_item_link::after {
	display: block;
	content: '';
	width: 6px;
	height: 0.8em;
	margin-bottom: 0.2em;
	background: url(../images/plan_arrow_right_white.svg) no-repeat center center/cover;
}
.floor_item:hover .floor_item_link {
	filter: grayscale(1) opacity(0.8);
	/* color: #000; */
}

@media only screen and (max-width:768px) {
	.plan_contents {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.commonBdrTitle01 img {
		max-width: 120px;
		padding-bottom: 2px;
	}
	.floor {
		margin-top: 100px;
	}
	.floor_title {
		text-align: center;
		font-size: 22px;
		letter-spacing: 0.08em;
	}
	.floor_wrap {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		gap: 30px;
	}
	.floor_item {
		text-decoration: none;
		display: block;
		transition: .4s;
	}
	.floor_item + .floor_item {
		/* margin-top: 40px; */
	}
	.floor_item_wrap {
		flex-direction: column;
	}
	.floor_item_body {
		flex-direction: column;
		padding: 30px 0px;
		width: 100%;
	}
	.floor_item_body::before,
	.floor_item_body::after {
	content: none;
	}
	.floor_item_title_wrap {
		width: 96%;
		margin-inline: auto;
		padding-bottom: 20px;
		margin-bottom: 16px;
	}
	.floor_item_title_en {
		font-size: 26px;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.4;
	}
	.floor_item_title_en span {
		font-size: 18px;
	}
	.floor_item_title {
		font-size: 24px;
		letter-spacing: 0.125em;
		margin-top: 16px;
	}
	.floor_item_title .en_l {
		font-size: 46px;
		margin-right: 4px;
	}
	.floor_item_title .label {
		font-size: 16px;
		padding: 6px 10px;
	}
	.ldk_wrap {
		width: 100%;
		flex-direction: column;
		row-gap: 20px;
		border-left: none;
		padding-left: 0;
	}
	.ldk {
		width: 100%;
		text-align: center;
		font-size: 24px;
		line-height: 1;
		letter-spacing: 0.125em;
	}
	.ldk span {
		font-size: 44px;
	}
	.menseki {
		text-align: center;
		width: 100%;
	}
	.menseki_text {
		font-size: 16px;
	}
	.menseki_num {
		font-size: 26px;
		line-height: 1;
	}
	.menseki_num .num_l {
		font-size: 60px;
	}
	.menseki_num .num_m {
		font-size: 38px;
	}
	.floor_item_link {
		width: 100%;
		font-size: 14px;
		padding: 20px 0;
	}
}

/* contents07
-------------- */
/* .contents07 {} */
.contents07__inner {
	padding-block: min(40px, 4vw);
	max-width: 900px;
	margin-inline: auto;
}
.contents07__lead {
	line-height: 2;
	color: #b4a487;
	letter-spacing: 0.05em;
}
.contents07__body {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: min(60px, 6vw);
	margin-block: min(60px, 6vw);
}
/* .contents07__wrap {} */
.contents07__title {
	font-size: min(20px, 2vw);
	margin-bottom: min(30px, 3vw);
	letter-spacing: 0.05em;
}
.contents07__title-sub {
	font-size: 15px;
	color: #6f794a;
}
.contents07__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: min(30px, 3vw);
}
.contents07__item {
	width: fit-content;
	white-space: nowrap;
}
.contents07__img {
	width: min(120px, 12vw);
	margin-bottom: min(20px, 2vw);
}
.contents07__text01 {
	font-size: 12px;
	line-height: 1;
}
.contents07__text02 {
	font-size: 22px;
	font-size: clamp(18px, 2.1vw, 22px);
	white-space: nowrap;
}
.contents07__text03 {
	font-size: 12px;
}
.contents07__text04 {
	font-size: 14px;
}

/* contents08
----------------------- */
.contents08 {
	padding-bottom: min(160px, 16vw);
}
.contents08__body {
	width: min(840px, 100%);
	margin-inline: auto;
	margin-bottom: 40px;
}
.contents08__list-wrap::before,
.contents08__list-wrap::after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-image: linear-gradient(90deg, #836838 0%, #b4a487 8%, #b4a487 25%, #97a28a 50%, #b4a487 75%, #b4a487  92%, #836838 100%);
}
.contents08__list {
	background-color: #fff;
	color: #000;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding-block: min(60px, 6vw);
}
.contents08__text {
	text-align: center;
	font-size: min(13px, 1.2vw);
}


@media only screen and (max-width:768px) {
	.inner {
		width: calc(100% - 40px);
	}
	.commonKeyvisual__title-logo {
	max-width: min(560px, 80vw);
	}
	.page-header__img01 {
		width: min(500px, 70vw);
	}
	.page-header__img01 figcaption{
		font-size: 8px;
		right: -10%;
	}
	.page-header__img02 {
		max-width: min(240px, 30vw);
	}
	.page-scroll__img01 {
		width: min(22px, 2vw);
		top: min(30px, 3vw);
		left: min(40px, 2vw);
	}
	.page-scroll__img02 {
		width: clamp(1.5px, 0.2vw, 5px);
		top: min(30px, 3vw);
		left: min(30px, 1vw);
	}
	.contents {
		padding-block: 40px;
	}
	.contents__header01 {
		display: flex;
		flex-direction: column;
		height: 100vh;
	}
	.contents__header01 .elem {
		margin-left: unset;
		margin-right: unset;
		margin-top: auto;
		height: 100vh;
		transform-origin: bottom center;
	}
	.contents__inner01 {
		height: 100%;
		width: 100%;
		text-align: center;
	}
	.commonLead02 {
		font-size: 12px;
	}
	.contents__title01 {
		font-size: min(60px, 5.5vw);
	}
	.contents__title02 {
		letter-spacing: 0.1em;
		font-size: max(20px, 5vw);
		margin-bottom: 20px;
		color: #b4a487;
	}
	.contents__text01 {
		font-size: max(12px, 2vw);
	}
	.contents__header-img {
		height: 100%;
	}
	.contents__lead {
		font-size: 16px;
		line-height: 2;
	}
	.commonKeyvisual__header {
		justify-content: center;
		margin-top: 0;
	}
	.contents__body--wrap--reverse {
		direction: ltr;
	}
	.contents__inner01-wrap {
		height: 50vh;
		padding-top: 10%;
	}
	.contents__img-scroll {
		height: 50vh;
	}
	.contents__img-stack {
		top: 50%;
		height: 50vh;
	}
	.contents__body--wrap {
		grid-template-columns: 1fr;
	}
	.contents__img-thumbnail {
		display: none;
	}
	.contents03__body {
		grid-template-columns: 1fr;
	}
	.contents03__img03 {
		grid-column: span 1;
	}
	.contents07__lead {
		font-size: 14px;
	}
	.contents07__body {
		grid-template-columns: 1fr;
	}
	.contents07__img {
		width: min(120px, 100%);
	}
	.contents07__title {
		font-size: 20px;
	}
	.contents07__list {
		width: min(300px, 70vw);
		margin-inline: auto;
		margin-top: 30px
	}
	.contents08 {
	padding-bottom: 80px;
	}
	.contents08__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 20px;
	}
	.contents08__item {
		width: 50%;
	}
	.contents08__text {
		font-size: 12px;
	}
}


/* contents05
---------------------- */
.contents05 {
	color: #000;
}
.contents05__inner {
	background-color: #e9eaea;
	padding: min(30px, 4vw);
}
.contents05__wrap {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	align-items: center;
	gap: min(10px, 3vw);
	letter-spacing: 0.1em;
	width: min(840px, 100%);
	margin-inline: auto;
}
.contents05__text-wrap {
	background-image: radial-gradient(circle at center left, #5d6e48 0%, #1C2A04 68% 99%, transparent 100%);
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	font-size: min(16px, 4vw);
	text-align: center;
	padding: 1px 0;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	width: 90%;
}
.contents05__text01 {
	color: #fff;

}
.contents05__text02 {
	background-color: #e9eaea;
	display: grid;
	place-items: center;
}
.contents05__text03 {
	font-size: 32px;
	line-height: 1.5;
}
.contents05__text04 {
	font-size: 20px;
	line-height: 1.2;
	padding-bottom: 40px;
}
.contents05__text05 {
	color: #595757;
	font-size: 12px;
	padding: min(40px, 4vw);
}
.contents05__list {
	line-height: 1.2;
    font-weight: 700;
	font-size: min(16px, 1.3vw);
}
.contents05__item {
	display: grid;
	align-items: baseline;
	grid-template-columns: 1em auto;
	gap: 0.5em;
	padding-block: 0.1em;
	letter-spacing: 0.05em;
	line-height: 2;
}
.contents05__item::before {
	display: block;
    content: '';
    width: 0.8em;
    height: 0.8em;
    background-color: #000;
}
.contents05__img01 {
	width: min(413px, 100%);
	margin-inline: auto;
}
.contents05__img02 {
	width: min(955px, 100%);
	margin-inline: auto;
}
@media only screen and (max-width:768px) {
	.contents05__wrap {
		grid-template-columns: 1fr;
	}
	.contents05__list {
		font-size: max(11px, 3vw);
	}
	.contents05__img01 {
		width: min(300px, 100%);
		margin-top: 30px;
	}
	.contents05__img02 {
		width: min(400px, 100%);
		margin-top: 30px;
	}
	.contents05__text-wrap {
		width: 100%;
		font-size: 3vw;
	}
}

