@charset "UTF-8";

@keyframes fadeInLeft {

0% {
	opacity: 0;
	transform: translateX(-100px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes slideShow {

0% {
	transform: translateY(0%);
}

100% {
	transform: translateY(100%);
}

}

@keyframes scroll-left {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}


/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {  

/* common
-------------------------------------*/
.c-sec__en {
	margin-bottom: 24px;
	text-align: center;
}

.c-sec__ttl {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.1875;
	margin-bottom: 17px;
	text-align: center;
}

.c-sec__ttl.gallery {
	margin-bottom: 83px;
}

.c-sec__ttl.voice {
	margin-bottom: 59px;
}

.c-btn {
	margin-inline: auto;
	width: min(95%, 560px);
}

.c-btn a {
	background: #090909;
	display: block;
	padding-block: 20px;
	position: relative;
	text-align: center;
}

.c-btn a img {
	vertical-align: middle;
}

.c-btn a::after {
	background: url(../images/index/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2px;
	position: absolute;
	right: 41px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

/* fv
-------------------------------------*/
.p-fv {
	background: url(../images/index/fv_bg.jpg) no-repeat top center/contain;
	height: 900px;
	left: 50%;
	margin-inline: auto;
	max-width: 1920px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
  overflow: hidden;
}

.p-fv .l-inner {
	margin-inline: auto;
	width: min(100%, 1920px);
}

.p-fv .l-inner.l-fv {
	margin: 0;
	margin-left: auto;
	padding-block: 120px 0;
	width: min(95%, 1760px);
}

.p-fv .p-fv__img {
	position: relative;
	text-align: center;
	z-index: 1;
	left: -50px;
}

.p-fv .p-fv__car {
	animation: fadeInLeft 1.5s ease-out forwards; /* アニメーションを適用 */
	left: calc(50% + 175px);
	opacity: 0; /* 初期状態では透明 */
	position: absolute;
	top: 614px;
	transform: translateX(-100px); /* 左にオフセット */
	z-index: 10;
}

.p-fv .p-fv__ttl {
	left: 120px;
	position: absolute;
	top: 520px;
	z-index: 10;
}

.p-fv .p-fv__ttl02 {
	left: calc(50% - 490px);
	position: absolute;
	top: 120px;
	z-index: 10;
}

.p-fv .p-fv__en {
	position: absolute;
	top: 385px;
	z-index: 10;
}

.p-fv .p-fv__loop {
  overflow: hidden;
  height: 893px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
}

.p-fv .l-inner.l-loop {
	display: flex;
	flex-direction: column-reverse;
}

.p-fv .p-fv__loop-wrap {
	animation: slideShow 40s infinite linear;
	display: flex;
	flex-direction: column-reverse;
  height: 1800px;
}

.p-fv .p-fv__slider {

}

.p-fv .p-fv__slider img {

}

/* event
-------------------------------------*/
.p-event {
	margin-block: 955px 140px;
}

.p-event .l-inner.l-event {
	margin-inline: auto;
	width: min(95%, 1280px);
}

.p-event .system-list {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 60px;
}

.p-event .system-list li {
	display: grid;
	grid-row: span 2;
	grid-template-rows: auto 1fr;
}

.p-event .system-list li a {
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
}

.p-event .icon {
	color: #ffffff;
	font-size: 14px;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
	font-weight: 500;
	left: 21px;
	letter-spacing: 0.05em;
	line-height: 1.2142857143;
	padding: 7px 18px;
	position: relative;
	text-align: center;
	top: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-event .icon.icon01 {
	background: #889E14;
	border-top: 11px solid #505D0E;
}

/* .p-event .icon.icon02 {
	background: #482B0B;
	border-top: 11px solid #1D1104;
} */

.p-event .icon.icon02 {
	background: #333333;
	border-top: 11px solid #090909;
}

.p-event .system-bottom {
	background: #F5F5F5;
	padding: 10px 10px 23px 10px;
}

.p-event .system-pic {
	margin-bottom: 20px;
	text-align: center;
}

.p-event .system-pic img {
	height: 267px;
	width: 100%;
}

.p-event .text-box {
	margin-inline: auto;
	width: 360px;
}

.p-event .system-ttl {
	border-bottom: 1px solid #D5D5D5;
	font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 16px;
	padding-bottom: 20px;
}

.p-event table {
	color: #9C9C9C;
	font-size: 14px;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

.p-event table th {
	margin: 0;
	padding: 0;
	width: 50px;
	text-align: left;
}

.p-event table td {
	margin: 0;
	padding: 0;
	width: calc(100% - 50px);
	text-align: left;
}

/* concept
-------------------------------------*/
.p-concept {
	background: url(../images/index/concept_bg.png) repeat top center/ auto;
	margin-bottom: 175px;
}

.p-concept .l-inner.l-concept {
	margin-inline: auto;
	padding-block: 0 64px;
	width: min(95%, 1220px);
}

.p-concept .p-concept__contents {
	/* align-items: flex-end; */
	display: grid;
	grid-template-columns: 580px 750px;
	justify-content: center;
	position: relative;
	left: 53px;
}

.p-concept .p-concept__contents-left {
	position: relative;
	z-index: 10;
	top: 100px;
}

.p-concept .p-concept__en {
	margin-bottom: 94px;
}

.p-concept .p-concept__ttl {
	margin-bottom: 80px;
}

.p-concept .p-concept__ttl02 {
	font-size: 24px;
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7916666667;
	margin-bottom: 43px;
}

.p-concept .p-concept__txt {
	margin-bottom: 45px;
}

.p-concept .p-concept__txt p {
	font-size: 16px;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 30px;
}

.p-concept .p-concept__txt p.bottom {
	margin-bottom: 0;
}

.p-concept .c-btn__concept a {
	border-bottom: 1px solid #090909;
	display: block;
	padding-bottom: 13px;
	position: relative;
	width: 240px;
}

.p-concept .c-btn__concept a::after {
	background: url(../images/index/btn_arrow_sp.svg) no-repeat center center/contain;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-concept .p-concept__contents-right {
	position: relative;
	top: -39px;
	left: -109px;
}

.p-concept .p-concept__contents-right::after {
	background: url(../images/index/concept_en.svg) no-repeat center center/contain;
	bottom: 5px;
	content: "";
	height: 552px;
	position: absolute;
	right: 81px;
	width: 1010px;
}

.p-concept .p-concept__contents-right .top {
	margin-bottom: -50px;
}

.p-concept .p-concept__contents-right .bottom {
	position: relative;
	text-align: right;
	z-index: 10;
}

/* about
-------------------------------------*/
.p-about {
	margin-bottom: 154px;
}

.p-about .l-inner.l-about {
	margin-inline: auto;
	width: min(100%, 1860px);
}

.p-about .p-about__en {
	margin-bottom: 48px;
	text-align: center;
}

.p-about .p-about__items {
	display: grid;
	gap: 0 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-about .p-about__item a .img {
	margin-bottom: -42px;
}

.p-about .p-about__item a h3 {
	background: #333333;
	color: #ffffff;
	font-size: 32px;
  font-size: clamp(0.875rem, 0.125rem + 1.56vw, 2rem);
	font-weight: 600;
	left: 20px;
	letter-spacing: 0.05em;
	line-height: 1.1875;
	margin-bottom: 20px;
	padding: 17px 40px;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about .p-about__item a p {
	font-size: 16px;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 7px;
	padding-inline: 23px;
}

.p-about .p-about__item a .btn {
	border-bottom: 1px solid #090909;
	margin-left: auto;
	padding-bottom: 13px;
	padding-inline: 0 65px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about .p-about__item a .btn::after {
	background: url(../images/index/btn_arrow_sp.svg) no-repeat center center/contain;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

/* estate
-------------------------------------*/
.p-estate {
	margin-bottom: -362px;
	position: relative;
	z-index: 10;
}

.p-estate .l-inner.l-estate {
	margin-inline: auto;
	width: min(95%, 1220px);
}

.p-estate .p-estate__contents {
	background: url(../images/index/estate_bg.png) no-repeat top 16px center/contain;
	display: block;
	display: flex;
	margin-inline: auto;
	padding-inline: 48px 40px;
	width: 100%;
}

.p-estate .p-estate__contents-left {
	color: #ffffff;
}

.p-estate .p-estate__contents-left .ttl {
	display: flex;
	gap: 0 18px;
	margin-bottom: 40px;
	position: relative;
	left: 20px;
}

.p-estate .p-estate__contents-left .txt {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 48px;
	padding-inline: 42px 0;
}

.p-estate .p-estate__contents-left .txt span {
	display: block;
}

.p-estate .p-estate__contents-left .btn {
	border-bottom: 1px solid #ffffff;
	left: 42px;
	padding-bottom: 14px;
	position: relative;
	width: 239px;
}

.p-estate .p-estate__contents-left .btn img {
}

.p-estate .p-estate__contents-left .btn::after {
	background: url(../images/index/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-estate .p-estate__contents-right {
	position: relative;
	top: -53px;
}

/* real-estate
-------------------------------------*/
.p-real-estate {
	background: #F5F5F5;
	margin-bottom: 158px;
}

.p-real-estate .l-inner.l-real-estate {
	padding-block: 143px 120px;
}

.p-real-estate .p-real-estate__box {
	background: #EAE7E3;
	margin-bottom: -35px;
	margin-inline: auto;
	padding-block: 160px 95px;
	width: min(95%, 1410px);
}

.p-real-estate .p-real-estate__box-inner {
	margin-inline: auto;
	width: min(95%, 1130px);
}

.p-real-estate .p-real-estate__ttl {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8076923077;
	margin-bottom: -78px;
	text-align: center;
	position: relative;
}

.p-real-estate .p-real-estate__img {
	text-align: center;
	margin-bottom: -21px;
}

.p-real-estate .system-list {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-real-estate .system-list li {
	display: grid;
	grid-row: span 2;
	grid-template-rows: auto 1fr;
}

.p-real-estate .system-list li a {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
	display: block;
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
}

.p-real-estate .system-pic img {
	height: 240px;
	width: 350px;
}

.p-real-estate .system-box {
	background: #ffffff;
	padding-block: 20px 30px;
}

.p-real-estate .text-box {
	margin-inline: auto;
	width: 310px;
}

.p-real-estate .text-box table {
	border-collapse: collapse;
	width: 100%;
}

.p-real-estate .text-box table tr {
	border-bottom: 1px solid #9C9C9C;
}

.p-real-estate .text-box table th {
	color: #9C9C9C;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 0;
	padding: 16px 0 8px;
	text-align: left;
}

.p-real-estate .text-box table td {
	margin: 0;
	padding: 0;
	text-align: left;
}

.p-real-estate .text-box table td .start-txt {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

.p-real-estate .text-box table td .start-txt.price {
	color: #870000;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
}

.p-real-estate .system-ttl {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: -1px;
}

/* gallery
-------------------------------------*/
.p-gallery {
	margin-bottom: 140px;
}

.p-gallery .l-inner.l-gallery {
	margin-inline: auto;
	width: min(95%, 1730px);
}

.p-gallery .system-list {
	display: grid;
	gap: 80px 40px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 80px;
}

.p-gallery .system-list li {
	display: grid;
	grid-row: span 3;
	grid-template-rows: auto 1fr auto;
}

.p-gallery .system-list a {
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
}

.p-gallery .system-pic {
	margin-bottom: 20px;
}

.p-gallery .system-pic img {
	height: 540px;
	width: 400px;
}

.p-gallery .system-ttl {
	font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 17px;
}

.p-gallery .system-bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
  gap: 0 8px;
}

.p-gallery .system-bottom .left {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.p-gallery .system-category {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.p-gallery .system-category span {
	background: #333333;
	color: #ffffff;
	font-size: 12px;
  font-size: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-inline: 15px;
  padding-inline: clamp(0.375rem, 0.78vw, 0.938rem);
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-gallery .system-area {
	color: #9C9C9C;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

.p-gallery .more img {
	vertical-align: middle;
}

/* voice
-------------------------------------*/
.p-voice {
	/* background-blend-mode: multiply;
	background-color: #F5F5F5; */
	background-image: url(../images/index/voice_bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
}

.p-voice .l-inner.l-voice {
	padding-block: 117px 120px;
  overflow: hidden;
}

.p-voice .p-voice__loop {
	margin-bottom: 60px;
}

.p-voice .p-voice__loop-wrap {
	display: flex;
	gap: 0 40px;
	width: 200%;
}

.p-voice .p-voice__slider {
	align-items: flex-end;
	animation: scroll-left 120s linear infinite;
	display: flex;
	gap: 0 40px;
}

.p-voice .p-voice__slider li:nth-child(odd) .system-pic img {
	height: 260px;
	width: 400px;
}

.p-voice .p-voice__slider li:nth-child(even) .system-pic img {
	height: 155px;
	width: 240px;
}

.p-voice .p-voice__slider li a {
	background: #ffffff;
	display: block;
	padding: 0 20px 16px;
}

.p-voice .system-area {

}

.p-voice .system-area {
	background: #333333;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-inline: 15px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice .system-en {
	text-align: right;
  padding-block: 8px 0;
}

.p-voice .system-en img {
	vertical-align: top;
}

.p-voice .system-pic {
	margin-bottom: 14px;
}

.p-voice .system-ttl {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	margin-bottom: 19px;
}

.p-voice .system-btn {
	position: relative;
	right: 10px;
	text-align: right;
}

/* life
-------------------------------------*/
.p-life {
	background: url(../images/index/life_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
	margin-bottom: -160px;
}

.p-life .l-inner.l-life {
	padding-block: 0 300px;
}

.p-life .p-life__ttl {
	left: calc(50% - 176px);
	margin-bottom: -120px;
	position: relative;
	text-align: center;
	top: -37px;
	width: 73px;
}

.p-life .p-life__en {
	margin-bottom: 40px;
	text-align: center;
}

.p-life .p-life__items {
	display: grid;
	gap: 0 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1280px);
}

.p-life .p-life__item a {
	border-radius: 20px;
	box-shadow: 0px 10px 20px rgba(9, 9, 9, 0.2);
	display: block;
	position: relative;
	transition: scale 0.4s;
}

.p-life .p-life__item a:hover {
	scale: 1.059;
}

.p-life .p-life__item a .img {
	border-radius: 20px;
}

.p-life .p-life__item a .img img {
	filter: brightness(60%);
}

.p-life .p-life__item a .img img:hover {
	filter: brightness(1);
	opacity: 1;
}

.p-life .p-life__item a .en {
	left: 50%;
	position: absolute;
	top: 73px;
	transform: translateX(-50%);
}

.p-life .p-life__item a .txt {
	bottom: 78px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-inline: auto;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 360px;
}

.p-life .p-life__item a .link {
	bottom: 40px;
	position: absolute;
	right: 30px;
}

/* garage
-------------------------------------*/
.p-garage {
	position: relative;
  z-index: 10;
}
	
.p-garage .l-inner.l-garage {
	background: url(../images/index/garage_bg.png) no-repeat top center/contain;
	margin: 0;
	margin-left: auto;
	width: min(95%, 1760px);
	margin-bottom: -370px;
}

.p-garage .p-garage__box {
	padding-block: 100px 100px;
}

.p-garage .p-garage__box-inner {
	margin-left: auto;
	overflow: hidden;
	width: min(95%, 1639px);
  padding-inline:  0 16px;
}

.p-garage .p-garage__contents {
	color: #ffffff;
	display: grid;
	gap: 0 40px;
	grid-template-columns: 20.1% minmax(0, 1fr);
}

.p-garage .p-garage__items.no-slider {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.p-garage .p-garage__contents-right {
	overflow: hidden;
}

.p-garage .p-garage__contents-right .top {
	align-items: center;
	display: flex;
	gap: 0 217px;
	margin-bottom: 24px;
}

.p-garage .p-garage__contents-right .top .txt {
	font-size: 14px;
  font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-garage .p-garage__contents-right .top .link a {
	border-bottom: 1px solid #ffffff;
	display: block;
	padding-bottom: 17px;
	position: relative;
	width: 237px;
}

.p-garage .p-garage__contents-right .top .link a:before {
	background: url(../images/index/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-garage .p-garage__items {
	left: -16px;
	position: relative;
	width: 1400px;
}

.p-garage .p-garage__items li {
	margin-inline: 20px;
}

.p-garage .p-garage__items li a {
	display: block;
}

.p-garage .system-pic img {
	height: 220px;
	width: 320px;
}

.p-garage .slick-list {
	overflow: visible;
}

/* link
-------------------------------------*/
.p-link {
	background: url(../images/index/link_bg.jpg) repeat top center/contain;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-link .l-inner.l-link {
	margin-inline: auto;
	padding-block: 490px 120px;
	width: min(95%, 1174px);
}

.p-link .p-link__staff {
	margin-bottom: 82px;
	position: relative;
	left: 40px;
}

.p-link .p-link__staff a {
	display: block;
	position: relative;
}

.p-link .p-link__staff a .ttl {
	display: grid;
	gap: 29px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	position: absolute;
	right: -11px;
	top: 230px;
}

.p-link .p-link__staff a .ttl h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.p-link .p-link__staff a .bottom {
	align-items: flex-end;
	display: flex;
	gap: 0 28px;
	position: relative;
	top: 8px;
}

.p-link .p-link__staff a .bottom .txt {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-link .p-link__staff a .bottom .btn {
	border-bottom: 1px solid #090909;
	padding-bottom: 18px;
	position: relative;
	width: 240px;
}

.p-link .p-link__staff a .bottom .btn::after {
	background: url(../images/index/btn_arrow_sp.svg) no-repeat center center/contain;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-link .p-link__owner {
	margin-bottom: 60px;
}

.p-link .p-link__owner a {
	display: block;
	margin-inline: auto;
	width: min(95%, 1000px);
}

.p-link .p-link__items {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1100px);
}

.p-link .p-link__item a {
	display: block;
}

.p-link .p-link__item a img {
	height: auto;
	width: 100%;
}

.p-link .p-link__item:nth-child(3) {
	align-items: center;
	border-bottom: 1px solid #333333;
	display: flex;
	gap: 0 23px;
	justify-content: center;
	padding-bottom: 0px;
}

/* Upbunner
-------------------------------------*/
.top-Upbunner2025{ position: fixed; bottom:90px; right:20px; z-index: 30;}
.top-Upbunner2025 .top-Upbunner2025-frame{position:relative; }
.top-Upbunner2025 .top-Upbunner2025-frame .close-icon{position: absolute; top:-15px; right:-10px; z-index: 5;}
.top-Upbunner2025 .top-Upbunner2025-frame .up-bunner{position:relative; z-index: 2;}
.top-Upbunner2025{
  display: none;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s ease, transform .6s ease;
}
.top-Upbunner2025.show {
  opacity: 1;
  transform: translateY(0);
}
}



/* ========================================
@media screen and (min-width:768px) and ( max-width:1919px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1919px) {
.p-fv {
	height: 46.8vw;
	left: 50%;
	margin-inline: auto;
	max-width: 100.313vw;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.p-fv .l-inner {
	margin-inline: auto;
	width: min(100%, 1920px);
}

.p-fv .l-inner.l-fv {
	margin: 0;
	margin-left: auto;
	padding-block: 6.253vw 0;
	width: min(95%, 1760px);
}

.p-fv .p-fv__img {
	position: relative;
	text-align: center;
	z-index: 1;
	left: -2.606vw;
}

.p-fv .p-fv__car {
	animation: fadeInLeft 1.5s ease-out forwards; /* アニメーションを適用 */
	left: calc(50% + 9.119vw);
	opacity: 0; /* 初期状態では透明 */
	position: absolute;
	top: 31.996vw;
	transform: translateX(-100px); /* 左にオフセット */
	z-index: 10;
}

.p-fv .p-fv__ttl {
	left: 6.5vw;
	position: absolute;
	top: 27.097vw;
	z-index: 10;
}

.p-fv .p-fv__ttl02 {
	left: calc(50% - 25.534vw);
	position: absolute;
	top: 6.253vw;
	z-index: 10;
}

.p-fv .p-fv__en {
	position: absolute;
	top: 20.063vw;
	z-index: 10;
}

.p-fv .p-fv__loop {
  overflow: hidden;
  height: 46.4vw;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
}

.p-fv .l-inner.l-loop {
	display: flex;
	flex-direction: column-reverse;
}

.p-fv .p-fv__loop-wrap {
	animation: slideShow 40s infinite linear;
	display: flex;
	flex-direction: column-reverse;
  height: 93.799vw;
}

.p-event {
	margin-block: 49.766vw 7.295vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1900px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1900px) {
.p-fv .p-fv__ttl {
	left: 5.5vw;
}

.p-about .l-inner.l-about {
  width: min(95%,1860px);
  margin-inline: auto;
}


.p-about .p-about__item a .img img {
  width: 100%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1850px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1850px) {
.p-fv .p-fv__ttl {
	left: 3.2vw;
}

.p-fv .p-fv__ttl img {
  width: 36.4vw;
  height: auto;
}

.p-fv .p-fv__ttl02 {
  left: calc(50% - 26.5vw);
}

.p-fv .p-fv__car img {
  width: 20.3vw;
  height: auto;
}

.p-fv .p-fv__img img {
  width: 51.7vw;
  height: auto;
}

.p-fv .p-fv__ttl02  img {
  width: 4.4vw;
  height: auto;
}

.p-fv .p-fv__en img {
  width: 20.7vw;
  height: auto;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1800px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1800px) {
.p-gallery .system-pic img {
	height: 30vw;
	width: 22.222vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1750px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1750px) {
.p-garage .p-garage__contents-left img {
  width: 100%;
  height: auto;        
}

.p-garage .p-garage__box {
	padding-block: 5.714vw 5.714vw;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1450px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1450px) {
.p-garage .system-pic img {
	height: 15.172vw;
	width: 22.069vw;
}

.p-garage .l-inner.l-garage {
	background: url(../images/index/garage_bg.png) no-repeat top left/cover;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1350px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1350px) {
/* concept
-------------------------------------*/
.p-concept {
	background: url(../images/index/concept_bg.png) repeat top center/contain;
	margin-bottom: 12.963vw;
}

.p-concept .l-inner.l-concept {
	margin-inline: auto;
	padding-block: 0 4.741vw;
	width: min(95%, 1220px);
}

.p-concept .p-concept__contents {
	display: grid;
	grid-template-columns: 42.963vw 55.556vw;
	justify-content: center;
	position: relative;
	left: 2vw;
}

.p-concept .p-concept__contents-left {
	position: relative;
	z-index: 10;
	top: 7.407vw;
}

.p-concept .p-concept__en {
	margin-bottom: 6.963vw;
}

.p-concept .p-concept__ttl {
	margin-bottom: 5.926vw;
}

.p-concept .p-concept__ttl img {
	width: 24.2vw;
  height: auto;
}

.p-concept .p-concept__ttl02 {
	margin-bottom: 3.185vw;
}

.p-concept .p-concept__txt {
	margin-bottom: 3.333vw;
}

.p-concept .p-concept__txt p {
	margin-bottom: 2.222vw;
}

.p-concept .p-concept__txt p.bottom {
	margin-bottom: 0;
}

.p-concept .c-btn__concept a {
	border-bottom: 1px solid #090909;
	display: block;
	padding-bottom: 0.963vw;
	position: relative;
	width: 17.778vw;
}

.p-concept .c-btn__concept a::after {
	content: "";
	height: 0.148vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.185vw;
}

.p-concept .p-concept__contents-right {
	position: relative;
	top: -2.889vw;
	left: -8.074vw;
}

.p-concept .p-concept__contents-right::after {
	background: url(../images/index/concept_en.svg) no-repeat center center/contain;
	bottom: 0.37vw;
	content: "";
	height: 40.889vw;
	position: absolute;
	right: 6vw;
	width: 74.815vw;
}

.p-concept .p-concept__contents-right .top {
	margin-bottom: -3.704vw;
}

.p-concept .p-concept__contents-right .top img {
  width: 100%;
  height: auto;        
}

.p-concept .p-concept__contents-right .bottom {
	position: relative;
	text-align: right;
	z-index: 10;
}

.p-concept .p-concept__contents-right .bottom img {
  width: 38.3vw;
}

.p-life .p-life__item a .img img {
  width: 100%;
  height: auto;        
}

.p-life .p-life__item a .txt {
  width: 95%;
}

.p-link .p-link__staff {
	margin-bottom: 6.074vw;
	position: relative;
	left: 0vw;
}

.p-link .p-link__staff a .img img {
  width: 100%;
  height: auto;        
}

.p-link .p-link__staff a .ttl {
	display: grid;
	gap: 2.148vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	position: absolute;
	right: -0.815vw;
	top: 17.037vw;
}

.p-link .p-link__staff a .ttl .en img {
  width: 28.9vw;
  height: auto;
}

.p-event .system-pic img {
	height: 19.778vw;
	width: 100%;
}

.p-event .text-box {
	margin-inline: auto;
	width: 95%;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1300px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1300px) {
.p-estate .p-estate__contents-right {
	position: relative;
	top: -4.077vw;
}

.p-estate .p-estate__contents-right img {
  width: 32.231vw;
  height: auto;
}

.p-estate .p-estate__contents-left .ttl p img {
  width: 36.3vw;
  height: auto;
}

.p-estate .p-estate__contents-left .ttl h2 img {
  width: 18.9vw;
  height: auto;
}

.p-estate .p-estate__contents-left .txt {
	font-size: 1.231vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 3.692vw;
	padding-inline: 3.231vw 0;
}

.p-link .p-link__staff a .ttl {
  right: 2.5vw;
}



}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1250px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1250px) {
.p-garage .p-garage__contents {
  align-items: center;
}

.p-garage .p-garage__contents-right .top {
	align-items: center;
	display: flex;
	gap: 0 8vw;
	margin-bottom: 1.92vw;
}

.p-real-estate .system-pic img {
	height: 19.2vw;
	width: 28vw;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1150px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1150px) {
.p-real-estate .text-box {
  width: 95%;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
.p-link .p-link__owner a img {
  width: 100%;
  height: auto;        
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1000px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1000px) {
.p-concept .p-concept__contents-left {
  top: 3vw;
}

.p-concept .p-concept__contents-right {
  left: -5vw;
}

.p-real-estate .p-real-estate__img img {
  width: 83vw;
  height: auto;
}

.p-real-estate .p-real-estate__box {
	background: #EAE7E3;
	margin-bottom: -3.5vw;
	margin-inline: auto;
	padding-block: 20vw 9.5vw;
	width: min(95%, 1410px);
}
}


@media screen and (min-width:768px) and (max-width:1600px) {
.top-Upbunner2025 {position: fixed;bottom: 6.875vw;right: 1.25vw;z-index: 30;transition: all 0.6s ease;transform: translateY(3.125vw);display: none;}
.top-Upbunner2025 .top-Upbunner2025-frame {   position: relative;}
.top-Upbunner2025 .top-Upbunner2025-frame .close-icon {   position: absolute;top: -0.625vw;right: -0.625vw;z-index: 5;}
.top-Upbunner2025 .top-Upbunner2025-frame .up-bunner {position: relative;z-index: 2;}
.top-Upbunner2025 .top-Upbunner2025-frame .up-bunner img{width: 25vw;}
.top-Upbunner2025{
  display: none;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s ease, transform .6s ease;
}
.top-Upbunner2025.show {
  opacity: 1;
  transform: translateY(0);
}
   
   }
   


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* common
-------------------------------------*/
.c-sec__en {
	margin-bottom: 3.449vw;
	text-align: center;
}

.c-sec__en.event img {
	height: auto;
	width: 34.3vw;
}

.c-sec__en.voice img {
	height: auto;
	width: 30.3vw;
}

.c-sec__en.gallery img {
	height: auto;
	width: 47.343vw;
}

.c-sec__ttl {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.1875;
	margin-bottom: 1.831vw;
	text-align: center;
}

.c-sec__ttl.gallery {
	margin-bottom: 8vw;
}

.c-sec__ttl.voice {
	margin-bottom: 8vw;
}

.c-btn {
	margin-inline: auto;
	width: min(95%, 72.4637681159vw);
}

.c-btn.real-estate {
	position: relative;
	top: -8.135vw;
}

.c-btn a {
	background: #ffffff;
	border: 1px solid #090909;
	display: block;
	padding-block: 2.831vw;
	position: relative;
	text-align: center;
}

.c-btn a img {
	vertical-align: middle;
}

.c-btn a::after {
	background: url(../images/index/btn_arrow_sp.svg) no-repeat center center/contain;
	content: "";
	height: 0.483vw;
	position: absolute;
	right: 5.072vw;
	top: 50%;
	transform: translateY(-50%);
	width: 3.865vw;
}

/* fv
-------------------------------------*/
.p-fv {
	background: url(../images/index/fv_bg_sp.jpg) no-repeat top center/contain;
	height: 179.227vw;
	left: 50%;
	margin-inline: auto;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
  overflow: hidden;
}

.p-fv .l-inner {
	margin-inline: auto;
	width: 100%;
}

.p-fv .l-inner.l-fv {
	margin-inline: auto;
	padding-block: 13.802vw 0;
	width: min(95%, 90.405797vw);
}

.p-fv .p-fv__img {
	margin-bottom: -9.662vw;
	position: relative;
	text-align: center;
	left: 2vw;
}

.p-fv .p-fv__car {
	animation: fadeInLeft 1.5s ease-out forwards; /* アニメーションを適用 */
	margin-bottom: 0.932vw;
	opacity: 0; /* 初期状態では透明 */
	position: static;
	text-align: right;
	transform: translateX(-100px); /* 左にオフセット */
}

.p-fv .p-fv__car img {
	height: auto;
	width: 38.889vw;
}

.p-fv .p-fv__ttl {
	position: static;
  margin-bottom: -2vw;
}

.p-fv .p-fv__ttl02 {
	left: 2vw;
	margin-bottom: -17.816vw;
	position: relative;
	text-align: right;
	top: 0;
	z-index: 10;
}

.p-fv .p-fv__en {
	margin-bottom: -3.865vw;
	position: relative;
	top: -15vw;
	z-index: 10;
	left: 1vw;
}

.p-fv .p-fv__loop {
	height: 33.816vw;
	left: -5.797vw;
	overflow: hidden;
	position: relative;
	width: 200%;
}

.p-fv .l-inner.l-loop {
	display: block;
}

.p-fv .p-fv__loop-wrap {
	animation: scroll-left 90s linear infinite;
	display: flex;
	flex-direction: row;
	height: 33.816vw;
	width: 434.7vw;
}

.p-fv .p-fv__slider img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* event
-------------------------------------*/
.p-event {
	margin-block: 196.391vw 19.816vw;
}

.p-event .l-inner.l-event {
	margin-inline: auto;
	width: 100%;
}

.p-event .system-list {
	display: block;
	position: relative;
	margin-bottom: 7vw;
}

.p-event .slick-track {
	display: flex;
}

.p-event .slick-slide {
	height: auto !important;
}

.p-event .icon {
	color: #ffffff;
	font-size: 3.382vw;
	font-weight: 500;
	left: 7.459vw;
	letter-spacing: 0.05em;
	line-height: 1.2142857143;
	padding: 1.691vw 4.348vw;
	position: relative;
	text-align: center;
	top: 2.415vw;
	width: -moz-fit-content;
	width: fit-content;
}

.p-event .icon.icon01 {
	background: #889E14;
	border-top: 11px solid #505D0E;
}

/* .p-event .icon.icon02 {
	background: #482B0B;
	border-top: 11px solid #1D1104;
} */

.p-event .icon.icon02 {
	background: #333333;
	border-top: 11px solid #090909;
}

.p-event .system-bottom {
	background: #F5F5F5;
	margin-inline: auto;
	padding: 2.415vw 2.415vw 10.729vw 2.415vw;
	width: min(95%, 82.1vw);
}

.p-event .system-pic {
	margin-bottom: 3.831vw;
	text-align: center;
}

.p-event .system-pic img {
	height: 54.348vw;
	width: 100%;
}

.p-event .text-box {
	margin-inline: auto;
	width: min(95%, 72.4637681159vw);
}

.p-event .system-ttl {
	border-bottom: 1px solid #D5D5D5;
	font-size: 3.382vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 2.797vw;
	padding-bottom: 3.28vw;
}

.p-event table {
	color: #9C9C9C;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-event table th {
	width: 10.628vw;
	padding: 0;
	margin: 0;
	text-align: left;
}

.p-event table td {
	width: calc(100% - 10.628vw);
	padding: 0;
	margin: 0;
	text-align: left;
}

.p-event .slide-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.p-event .slide-arrow.prev-arrow {
	left: 0;
}

.p-event .slide-arrow.next-arrow {
	right: 0;
}

/* concept
-------------------------------------*/
.p-concept {
	background: url(../images/index/concept_bg_sp.jpg) repeat top center/contain;
	margin-bottom: 21.324vw;
}

.p-concept .l-inner.l-concept {
	margin-inline: auto;
	padding-block: 12.353vw 19.324vw;
	width: min(95%, 91.7vw);
}

.p-concept .p-concept__contents {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-concept .p-concept__contents-left {
	display: contents;
}

.p-concept .p-concept__en {
	left: calc(50% - 29.986vw);
	margin-bottom: -9.797vw;
	order: 1;
	position: relative;
}

.p-concept .p-concept__ttl {
	margin-bottom: -7.662vw;
	order: 2;
	text-align: center;
	z-index: 10;
}

.p-concept .p-concept__ttl02 {
	font-size: 5.797vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7916666667;
	margin-bottom: 7.628vw;
	order: 4;
	position: relative;
	z-index: 11;
	left: 2vw;
}

.p-concept .p-concept__txt {
	margin-bottom: 11.15vw;
	order: 5;
	position: relative;
	left: 2vw;
	padding-inline: 0 3vw;
}

.p-concept .p-concept__txt p {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 6.797vw;
}

.p-concept .p-concept__txt p.bottom {
	margin-bottom: 0;
}

.p-concept .c-btn__concept {
	order: 6;
	position: relative;
	left: 2vw;
}

.p-concept .c-btn__concept a {
	border-bottom: 1px solid #090909;
	display: block;
	padding-bottom: 3.14vw;
	position: relative;
	width: 58.111vw;
}

.p-concept .c-btn__concept a::after {
	background: url(../images/index/btn_arrow_sp.svg) no-repeat center center/contain;
	content: "";
	height: 0.483vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.865vw;
}

.p-concept .p-concept__contents-right {
	margin-bottom: -2.309vw;
	order: 3;
	position: relative;
	top: 0;
}

.p-concept .p-concept__contents-right::after {
	background: url(../images/index/concept_en.svg) no-repeat center center/contain;
	bottom: -18.048vw;
	content: "";
	height: 47.343vw;
	position: absolute;
	right: 0;
	width: 86.855vw;
}

.p-concept .p-concept__contents-right .top {
	margin-bottom: -23.155vw;
}

.p-concept .p-concept__contents-right .bottom {
	position: relative;
	text-align: right;
	z-index: 10;
	left: 4vw;
}

.p-concept .p-concept__contents-right .bottom img {
	height: auto;
	width: 33.71vw;
}

/* about
-------------------------------------*/
.p-about {
	margin-bottom: 19.324vw;
}

.p-about .l-inner.l-about {
	margin-inline: auto;
	width: min(95%, 86.9vw);
}

.p-about .p-about__en {
	margin-bottom: 9.488vw;
	text-align: center;
}

.p-about .p-about__en img {
	height: auto;
	width: 58.386vw;
}

.p-about .p-about__items {
	display: grid;
	gap: 9.662vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-about .p-about__item a .img {
	margin-bottom: -6.039vw;
}

.p-about .p-about__item a h3 {
	background: #333333;
	color: #ffffff;
	font-size: 5.797vw;
	font-weight: 600;
	left: 2.415vw;
	letter-spacing: 0.05em;
	line-height: 1.2083333333;
	margin-bottom: 3.865vw;
	padding: 3.106vw 4.831vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about .p-about__item a p {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: -0.512vw;
	padding-inline: 2.415vw;
}

.p-about .p-about__item a .btn {
	border-bottom: 1px solid #090909;
	margin-left: auto;
	padding-bottom: 3.14vw;
	padding-inline: 0 15.15vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	left: -3vw;
}

.p-about .p-about__item a .btn::after {
	background: url(../images/index/btn_arrow_sp.svg) no-repeat center center/contain;
	content: "";
	height: 0.483vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.865vw;
}

/* estate
-------------------------------------*/
.p-estate {
	background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 69%, #EAE7E3 69%, #EAE7E3 100%);
	margin-bottom: -1vw;
	position: relative;
	z-index: 10;
}

.p-estate .l-inner.l-estate {
	margin-inline: auto;
	padding-block: 16.184vw 0px;
	width: min(95%, 91.7vw);
}

.p-estate .p-estate__contents {
	background: url(../images/index/estate_bg_sp.png) no-repeat top 16px center/contain;
	display: block;
	display: grid;
	margin-inline: auto;
	padding-block: 0 19.324vw;
	padding-inline: 6.039vw 8.454vw;
	width: 100%;
}

.p-estate .p-estate__contents-left {
	color: #ffffff;
	display: contents;
}

.p-estate .p-estate__contents-left .ttl {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 6.246vw;
	order: 1;
	position: relative;
	text-align: center;
	z-index: 10;
}

.p-estate .p-estate__contents-left .ttl p {
	margin-bottom: -0.932vw;
	position: relative;
}

.p-estate .p-estate__contents-left .ttl p img {
	height: auto;
	width: 60.734vw;
}

.p-estate .p-estate__contents-left .ttl h2 img {
	height: auto;
	width: 36.473vw;
}

.p-estate .p-estate__contents-left .txt {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 7.836vw;
	margin-inline: auto;
	order: 3;
	padding-inline: 0;
	width: 77.295vw;
}

.p-estate .p-estate__contents-left .txt span {
	display: block;
	font-size: 4.348vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
	margin-bottom: 6.729vw;
}

.p-estate .p-estate__contents-left .btn {
	border-bottom: 1px solid #ffffff;
	left: 0px;
	order: 4;
	padding-bottom: 1.865vw;
	position: relative;
	width: 58.111vw;
}

.p-estate .p-estate__contents-left .btn img {
	vertical-align: middle;
}

.p-estate .p-estate__contents-left .btn::after {
	background: url(../images/index/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 0.483vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.865vw;
}

.p-estate .p-estate__contents-right {
	margin-bottom: -57.971vw;
	order: 2;
	position: relative;
	right: -11.662vw;
	text-align: right;
	top: -29.986vw;
}

.p-estate .p-estate__contents-right img {
	height: auto;
	width: 50vw;
}

/* real-estate
-------------------------------------*/
.p-real-estate {
	background: linear-gradient(180deg, #EAE7E3 0%, #EAE7E3 89%, #F5F5F5 89%, #F5F5F5 100%);
	margin-bottom: 17vw;
}

.p-real-estate .l-inner.l-real-estate {
	padding-block: 7.5vw 6.7vw;
}

.p-real-estate .p-real-estate__box {
	background: none;
	margin-bottom: 0;
	padding-block: 0px 16.7vw;
	width: 100%;
}

.p-real-estate .p-real-estate__box-inner {
	margin-inline: auto;
	width: 100%;
}

.p-real-estate .p-real-estate__ttl {
	font-size: 5.797vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.875;
	margin-bottom: -9.729vw;
	position: relative;
	text-align: center;
}

.p-real-estate .p-real-estate__img {
	text-align: center;
}

.p-real-estate .p-real-estate__img img {
	height: auto;
	width: 97.343vw;
}

.p-real-estate .system-list {
	display: block;
	position: relative;
}

.p-real-estate .system-list li {
	display: grid;
	grid-row: span 2;
	grid-template-rows: auto 1fr;
	margin-inline: 1.691vw;
}

.p-real-estate .system-list li a {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
	display: block;
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
}

.p-real-estate .system-pic img {
	height: 57.971vw;
	width: 84.541vw;
}

.p-real-estate .system-box {
	background: #ffffff;
	padding-block: 4.831vw 7.246vw;
}

.p-real-estate .text-box {
	margin-inline: auto;
	width: 74.879vw;
}

.p-real-estate .text-box table {
	border-collapse: collapse;
	width: 100%;
}

.p-real-estate .text-box table tr {
	border-bottom: 1px solid #9C9C9C;
}

.p-real-estate .text-box table th {
	color: #9C9C9C;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 0;
	padding: 4.314vw 0 1.2vw;
	text-align: left;
}

.p-real-estate .text-box table td {
	margin: 0;
	padding: 0;
	text-align: left;
}

.p-real-estate .text-box table td .start-txt {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

.p-real-estate .text-box table td .start-txt.price {
	color: #870000;
	font-size: 4.348vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
}

.p-real-estate .system-ttl {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 0.246vw;
}

.p-real-estate .slick-list {
	overflow: visible !important;
}

.p-real-estate .slick-track {
	display: flex;
}

.p-real-estate .slick-slide {
	height: auto !important;
}

.p-real-estate .slide-arrow {
	position: absolute;
	top: 52vw;
	/* transform: translateY(-50%); */
	z-index: 10;
}

.p-real-estate .slide-arrow.prev-arrow {
	left: 3vw;
}

.p-real-estate .slide-arrow.next-arrow {
	right: 3vw;
}

/* gallery
-------------------------------------*/
.p-gallery {
	margin-bottom: 24.155vw;
}

.p-gallery .l-inner.l-gallery {
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-gallery .system-list {
	display: grid;
	gap: 9.976vw 2.415vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 8vw;
}

.p-gallery .system-list li {
	display: grid;
	grid-row: span 3;
	grid-template-rows: auto 1fr auto;
}

.p-gallery .system-list a {
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
}

.p-gallery .system-pic {
	margin-bottom: 2.831vw;
}

.p-gallery .system-pic img {
	height: 61.836vw;
	width: 45.894vw;
}

.p-gallery .system-ttl {
	font-size: 3.382vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5714285714;
	margin-bottom: 2.831vw;
}

.p-gallery .system-bottom {
	display: grid;
	gap: 2.899vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-gallery .system-bottom .left {
	display: flex;
	flex-wrap: wrap;
	gap: 1.932vw;
}

.p-gallery .system-category {
	display: flex;
	flex-wrap: wrap;
	gap: 1.932vw;
}

.p-gallery .system-category span {
	background: #333333;
	color: #ffffff;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-inline: 3.623vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-gallery .system-area {
	color: #9C9C9C;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-gallery .more {
	text-align: right;
}

/* voice
-------------------------------------*/
.p-voice {
	/* background-blend-mode: multiply;
	background-color: #F5F5F5;
	background-image: url(../images/index/voice_bg_sp.png);
	background-position: top left;
	background-repeat: repeat;
	background-size: auto; */
  background: url(../images/index/voice_bg_sp.jpg) no-repeat top center / cover;
  width: 100%;
  margin-inline: auto;
}

.p-voice .l-inner.l-voice {
	padding-block: 16.667vw 24.155vw;
}

.p-voice .p-voice__loop {
	margin-bottom: 11.493vw;
}

.p-voice .p-voice__loop-wrap {
	display: block;
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-voice .p-voice__slider {
	animation: none;
	display: grid;
	gap: 13.246vw 2.415vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-voice .p-voice__slider li:nth-child(odd) .system-pic img {
	height: 26.57vw;
	width: 41.063vw;
}

.p-voice .p-voice__slider li:nth-child(even) .system-pic img {
	height: 26.57vw;
	width: 41.063vw;
}

.p-voice .p-voice__slider li {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  grid-template-rows: auto auto auto auto 1fr;
}

.p-voice .p-voice__slider li a {
	background: #ffffff;
	display: block;
	padding: 0 2.415vw 2.899vw;
  display: inherit;
  grid-row: inherit;
  grid-template-rows: inherit;
}

.p-voice .system-area {
	position: relative;
	left: -3vw;
}

.p-voice .system-area {
	background: #333333;
	color: #ffffff;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 2vw;
	padding-inline: 3.623vw;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice .system-en {
	text-align: right;
	margin-bottom: -2vw;
}

.p-voice .system-en img {
	height: auto;
	vertical-align: top;
	width: 16.908vw;
}

.p-voice .system-pic {
	margin-bottom: 2.415vw;
}

.p-voice .system-ttl {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5714285714;
	margin-bottom: -3.034vw;
}

.p-voice .system-btn {
	position: relative;
	right: 0.932vw;
	text-align: right;
}

/* life
-------------------------------------*/
.p-life {
	background: url(../images/index/life_bg_sp.jpg) repeat top center/contain;
	margin-bottom: -27vw;
}

.p-life .l-inner.l-life {
	padding-block: 0 44.517vw;
}

.p-life .p-life__ttl {
	left: 15.942vw;
	margin-bottom: -29.324vw;
	position: relative;
	text-align: center;
	top: -6.797vw;
	width: 15.217vw;
}

.p-life .p-life__en {
	margin-bottom: 5.145vw;
	text-align: center;
}

.p-life .p-life__items {
	display: block;
	margin-inline: auto;
	position: relative;
	width: 100%;
}

.p-life .p-life__item {
	margin-inline: -2.899vw;
}

.p-life .p-life__item a {
	position: relative;
	z-index: 1;
}

.p-life .p-life__item.slick-center {
	border-radius: 4.831vw;
	overflow: hidden;
	width: 340px !important;
}

.p-life .p-life__item.slick-center a {
	border-radius: 4.831vw;
	position: relative;
	scale: 1;
	z-index: 10;
}

.p-life .p-life__item.slick-center a .img img {
	filter: brightness(1);
}

.p-life .p-life__item a {
	border-radius: 4.831vw;
	box-shadow: 0px 10px 20px rgba(9, 9, 9, 0.2);
	display: block;
	position: relative;
	scale: 0.9523809524;
	transition: scale 0.4s, transform 0.4s;
}

.p-life .p-life__item a:hover {
	scale: 1;
}

.p-life .p-life__item a .img {
	border-radius: 4.831vw;
}

.p-life .p-life__item a .img img {
	filter: brightness(60%);
}

.p-life .p-life__item a .img img:hover {
	filter: brightness(1);
	opacity: 1;
}

.p-life .p-life__item a .en {
	left: 50%;
	position: absolute;
	top: 8.077vw;
	transform: translateX(-50%);
}

.p-life .p-life__item a .txt {
	bottom: 10.628vw;
	color: #ffffff;
	font-size: 3.382vw;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-inline: auto;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 72.464vw;
}

.p-life .p-life__item a .link {
	bottom: 4.831vw;
	position: absolute;
	right: 5.556vw;
}

/* garage
-------------------------------------*/
.p-garage {

}

.p-garage .l-inner.l-garage {
	background: url(../images/index/garage_bg_sp.png) no-repeat top center/cover;
	margin-inline: auto;
	margin-inline: auto;
	width: 100%;
	width: 100%;
}

.p-garage .p-garage__box {
	padding-block: 16.908vw 14.493vw;
}

.p-garage .p-garage__box-inner {
	margin-inline: auto;
	overflow: hidden;
	width: 100%;
}

.p-garage .p-garage__contents {
	color: #ffffff;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-garage .p-garage__contents-left {
	margin-bottom: 3.865vw;
	order: 1;
	text-align: center;
}

.p-garage .p-garage__contents-left img {
	height: auto;
	width: 59.179vw;
}

.p-garage .p-garage__contents-right {
	display: contents;
}

.p-garage .p-garage__contents-right .top {
	display: contents;
}

.p-garage .p-garage__contents-right .top .txt {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 9.594vw;
	margin-inline: auto;
	order: 2;
	text-align: center;
	width: min(95%, 77.2vw);
}

.p-garage .p-garage__contents-right .top .link {
	order: 4;
}

.p-garage .p-garage__contents-right .top .link a {
	border-bottom: 1px solid #ffffff;
	display: block;
	margin-inline: auto;
	padding-bottom: 3.14vw;
	position: relative;
	width: 61.111vw;
}

.p-garage .p-garage__contents-right .top .link a:before {
	background: url(../images/index/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 0.483vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.865vw;
}

.p-garage .p-garage__items {
	margin-bottom: 2.386vw;
	order: 3;
	position: static;
	width: 100%;
}

.p-garage .p-garage__items li {
	margin-inline: 2.415vw;
}

.p-garage .p-garage__items li a {
	display: block;
}

.p-garage .system-pic {
  text-align: center;
}

.p-garage .system-pic img {
	height: 49.517vw;
	width: 72.464vw;
}

/* link
-------------------------------------*/
.p-link {
	background: url(../images/index/link_bg.jpg) repeat top center/contain;
}

.p-link .l-inner.l-link {
	padding-block: 17.874vw 19.324vw;
	width: 100%;
}

.p-link .p-link__staff {
	margin-bottom: 12.077vw;
}

.p-link .p-link__staff a {
	display: block;
	position: relative;
}

.p-link .p-link__staff a .img {
	margin-bottom: 7.493vw;
	margin-inline: auto;
	width: min(95%, 89.9vw);
}

.p-link .p-link__staff a .ttl {
	display: contents;
}

.p-link .p-link__staff a .ttl .en {
	position: absolute;
	right: 0.662vw;
	top: 15.662vw;
}

.p-link .p-link__staff a .ttl .en img {
	height: auto;
	width: 57.729vw;
}

.p-link .p-link__staff a .ttl h2 {
	font-size: 4.831vw;
	font-weight: 600;
	left: 6.522vw;
	letter-spacing: 0.05em;
	line-height: 1.2;
	position: relative;
	top: -1.865vw;
}

.p-link .p-link__staff a .bottom {
	display: grid;
	gap: 3.005vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 86.9vw);
}

.p-link .p-link__staff a .bottom .txt {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

.p-link .p-link__staff a .bottom .btn {
	border-bottom: 1px solid #090909;
	padding-bottom: 3.14vw;
	position: relative;
	width: 61.111vw;
}

.p-link .p-link__staff a .bottom .btn::after {
	background: url(../images/index/btn_arrow_sp.svg) no-repeat center center/contain;
	content: "";
	height: 0.483vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.865vw;
}

.p-link .p-link__owner {
	margin-bottom: 12.077vw;
}

.p-link .p-link__owner a {
	margin-inline: auto;
	width: min(95%, 86.9vw);
  display: block;
}

.p-link .p-link__items {
	display: grid;
	gap: 2.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

.p-link .p-link__item a {
	display: block;
}

.p-link .p-link__item a img {
	height: auto;
	width: 100%;
}

.p-link .p-link__item:nth-child(3) {
	align-items: center;
	border-bottom: 1px solid #333333;
	display: flex;
	gap: 0 5.831vw;
	justify-content: center;
	margin-block: 6.831vw 0;
	padding-bottom: 7.246vw;
}

/* Upbunner
-------------------------------------*/
.top-Upbunner2025{ position: fixed; bottom:36vw; right:3vw; z-index: 30;}
.top-Upbunner2025 .top-Upbunner2025-frame{position:relative; }
.top-Upbunner2025 .top-Upbunner2025-frame .close-icon{position: absolute; top:-2vw; right:-2vw; z-index: 5;}
.top-Upbunner2025 .top-Upbunner2025-frame .close-icon img{ width: 6vw;}
.top-Upbunner2025 .top-Upbunner2025-frame .up-bunner{position:relative; z-index: 2;}
.top-Upbunner2025 .top-Upbunner2025-frame .up-bunner img{ width: 45vw;}
.top-Upbunner2025 {transition: all 0.6s ease;transform: translateY(50px);display: none;}
.top-Upbunner2025{
  display: none;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s ease, transform .6s ease;
}
.top-Upbunner2025.show {
  opacity: 1;
  transform: translateY(0);
}
}