@charset "UTF-8";

/*------------------------
共通
------------------------*/
body {
	overflow-x: hidden;
}

main {
	position: relative;
	overflow: visible;
	isolation: isolate;
	padding-bottom: 0;
}


/* SP */
@media screen and (max-width: 767px) {

	/* 375px基準調整 */
	:root {
		--sp-side: 5.33vw;
	}
}

/*------------------------
topimg
------------------------*/

.topimg {
	position: relative;
	z-index: 1;
}

.topimg .inner,
.topimg .topimg-slider,
.topimg .swiper-wrapper,
.topimg .swiper-slide,
.topimg .image {
	height: 100%;
}

.topimg .inner {
	position: relative;
}

.topimg .topimg-slider {
	position: relative;
	overflow: hidden;
	min-width: 0;
	width: 100%;
}

.topimg .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 103%;
}

.topimg .catch {
	position: relative;
	z-index: 2;
}

.topimg .catch h2 {
	margin: 0;
}

.topimg .catch h2 img {
	width: auto;
	max-width: none;
}

.topimg .catch .logo img {
	display: block;
	width: 100%;
}

.topimg .en {
	color: var(--green);
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: .12em;
	line-height: 1;
}

/* PC */
@media screen and (min-width: 768px) {
	.topimg {
		--topimg-over-pc: 4vh;
		--catch-w-pc: clamp(150px, calc(19.8611vw - 88.333px), 293px);
		--catch-text-w-pc: clamp(100px, calc(2.7778vw + 66.667px), 150px);
		--catch-logo-w-pc: clamp(130px, calc(6.9444vw + 46.667px), 180px);
		--en-gap-pc: clamp(20px, 2.3958vw, 46px);

		height: calc(100vh - var(--header-pc-h) + var(--topimg-over-pc));
		min-height: 540px;
		min-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.topimg .inner {
		display: grid;
		grid-template-columns:
			var(--catch-w-pc)
			minmax(0, 1fr)
			var(--en-gap-pc)
			max-content;
		column-gap: 0;
		padding: 0 40px;
	}

	.topimg .catch {
		grid-column: 1;
		width: var(--catch-w-pc);
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding-top: 34px;
		padding-right: 38px;
		box-sizing: border-box;
	}

	.topimg .catch h2 {
		line-height: 1;
	}

	.topimg .catch h2 img {
		width: var(--catch-text-w-pc);
		height: auto;
	}

	.topimg .catch .logo {
		width: var(--catch-logo-w-pc);
		margin-top: auto;
		padding-bottom: 110px;
		box-sizing: border-box;
	}

	.topimg .topimg-slider {
		grid-column: 2;
		grid-row: 1;
	}

	.topimg .en {
		grid-column: 4;
		align-self: center;
		justify-self: start;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		font-size: 1.2rem;
	}
}
/* 高さ対応 */
@media screen and (min-width: 768px) and (max-height: 720px) {

	.topimg {
		--catch-text-w-pc: 82px;
	}

	.topimg .inner {
		grid-template-columns:
			var(--catch-w-pc)
			100px
			minmax(0, 1fr)
			var(--en-gap-pc)
			max-content;
		padding: 0 20px;
	}

	.topimg .catch {
		padding-top: 25px;
		padding-left: 40px;
		padding-right: 0;
	}

	.topimg .topimg-slider {
		grid-column: 3;
		width: 100%;
		margin-left: 0;
	}

	.topimg .en {
		grid-column: 5;
	}

	.topimg .catch .logo {
		margin-top: auto;
		padding-bottom: 5svh;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.topimg {
		--header-sp-h: 64px;

		/* スライダー画像の上位置 */
		--topimg-slider-top: calc(12svh);

		/* キャッチコピー画像の高さ */
		--topimg-catch-h: 18.13vw;

		/* キャッチコピー下端をスライダーにどれだけ重ねるか */
		--topimg-catch-overlap: 2.5vw;

		height: calc(100svh - var(--header-sp-h));
		min-height: 0;

	}

	.topimg .inner {
		position: relative;
		width: calc(100% - 5.33vw);
		height: 100%;
		padding-top: calc(var(--topimg-slider-top) + 0.53vw);
		margin-left: auto;
		margin-right: 0;
	}

	.topimg .topimg-slider {
		height: 63.5svh;
	}

	.topimg .catch {
		position: absolute;
		top: calc(
			var(--topimg-slider-top)
			- var(--topimg-catch-h)
			+ var(--topimg-catch-overlap)
		);
		left: 0;
		bottom: .5svh;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		z-index: 2;
	}

	.topimg .catch h2 {
		height: var(--topimg-catch-h);
		line-height: 1;
	}

	.topimg .catch h2 picture,
	.topimg .catch h2 img {
		display: block;
		width: auto;
		height: 100%;
	}

	.topimg .catch .logo {
		margin-top: auto;
		height: 10svh;
	}
	.topimg .catch .logo img {
    height: 100%;
    width: auto;
	}

	.topimg .en {
		position: absolute;
		left: calc(var(--sp-side) / -2);
		right: auto;
		top: calc(var(--topimg-slider-top) + 31.75svh);
		bottom: auto;
		transform: translate(-50%, -50%);
		writing-mode: vertical-rl;
		text-orientation: mixed;
		z-index: 2;
		font-size: 1.8vw;
	}

	.topimg .image img {
		object-position: center center;
	}
	.topimg .image.b-type img {
		object-position: 65.5% 50%;
	}
		.topimg .image.kitchen img {
		object-position: 80.5% 50%;
	}
}

/*------------------------
topimg swiper
------------------------*/

.topimg-pagination {
	position: absolute;
	left: 0;
	bottom: 28px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 16px;
}

.topimg-pagination-bullet {
	display: block;
	width: 80px;
	height: 5px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #fff;
	cursor: pointer;
	opacity: 1;
	transition: background-color .3s ease;
}
.topimg-slider .topimg-pagination.swiper-pagination-horizontal{
	left: 20px;
	bottom: 18px;
}
.topimg-pagination-bullet.is-active {
	background: var(--green);
}


/* SP */
@media screen and (max-width: 767px) {
	.topimg-pagination {
		bottom: 5.13vw;
		gap: 3.08vw;
	}

	/* 375px基準調整 */
	.topimg-slider .topimg-pagination.swiper-pagination-horizontal {
		left: 5.33vw;
		bottom: 3.2vw;
	}

	.topimg-pagination {
		gap: 2.67vw;
	}

	.topimg-pagination-bullet {
		width: 9.33vw;
		height: 1.07vw;
	}
}


/*------------------------
アピールポイント
------------------------*/
.appeal-point {
	position: relative;
	z-index: 1;
	color: var(--dgreen);
}

.appeal-point h2 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.12em;
	line-height: 1.6;
}

.appeal-point ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.appeal-point li {
	text-align: center;
	box-sizing: border-box;
}

.appeal-point .sub {
	margin: 0;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.appeal-point .large {
	margin: 0;
	font-weight: bold;
	line-height: 1.6;
}

/* PC */
@media screen and (min-width: 768px) {
	.appeal-point {
		padding: 120px 0;
	}

	.appeal-point .inner {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.appeal-point h2 {
		margin-bottom: 52px;
		font-size: 30px;
	}

	.appeal-point ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 50px;
	}

	.appeal-point li {
		width: 400px;
		min-height: 77px;
		padding: 0 20px;
		border-left: 1px solid var(--dgreen);

		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.appeal-point li:nth-child(3),
	.appeal-point li:last-child {
		border-right: 1px solid var(--dgreen);
	}

	.appeal-point .sub {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.appeal-point .large {
		font-size: 21px;
	}
}

/* SP */
@media screen and (max-width: 767px) {

	.appeal-point {
		padding: 16vw 5.33vw;
	}
	.appeal-point .inner{
	margin: 0 -1.6vw;
	}

	.appeal-point h2 {
		margin-bottom: 6.4vw;
		font-size: 5.68vw;
		line-height: 1.8;
	}

	.appeal-point ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 5.33vw;
	}

	.appeal-point li {
		min-height: 2.9em;
		padding: 0 1.6vw;
		border-left: 0.27vw solid var(--dgreen);
		border-right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.appeal-point li:nth-child(even),
	.appeal-point li:last-child {
		border-right: 0.27vw solid var(--dgreen);
	}

	.appeal-point li + li {
		margin-top: 0;
	}

	.appeal-point .sub {
		display: none;
	}

	.appeal-point .large {
		font-size: 3.47vw;
		line-height: 1.4;
	}
	.appeal-point .large  .lts{
		letter-spacing: -0.05em;
	}
		.appeal-point li:nth-child(5){
		grid-column: 1 / -1;
		justify-self: center;
		width: 50%;
	}
}

/*------------------------
CONCEPT
------------------------*/
.anchor-target {
	position: relative;
	display: block;
	height: 0;
	scroll-margin-top: 0;
}

/* #concept付近だけJSで付与 */
html.is-concept-snap {
	/* scroll-snap-type: y proximity; */
	scroll-snap-type:none;

}
/*
	0dvh   ：intro
	100dvh ：photo
	200dvh ：slide
	300dvh ：slideを表示したまま最後に停止
*/
#concept {
	position: relative;
	z-index: 2;
	height: 400dvh;
	min-height: 400dvh;
	background: var(--green);
	color: #fff;
	overflow: visible;
}


/* concept開始位置 */
#concept.concept-snap-point {
	scroll-snap-align: start;
	scroll-snap-stop: normal;
}


/* photo位置 */
#concept-photo-snap {
	position: absolute;
	left: 0;
	top: 100dvh;
	width: 1px;
	height: 1px;
	pointer-events: none;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}


/* slide位置 */
#concept-slide-snap {
	position: absolute;
	left: 0;
	top: 200dvh;
	width: 1px;
	height: 1px;
	pointer-events: none;
	scroll-snap-align: start;
	scroll-snap-stop: normal;
}


/*
	slideを表示した状態で
	最後に停止する位置
*/
#concept-end-snap {
	position: absolute;
	left: 0;
	top: 300dvh;
	width: 1px;
	height: 1px;
	pointer-events: none;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}


#concept .concept-sticky {
	position: sticky;
	top: 0;
	height: 100dvh;
	min-height: 100dvh;
	overflow: hidden;
	background: var(--green);
}

#concept .inner {
	box-sizing: border-box;
}

/* intro背景写真レイヤー */
#concept .concept-intro-area .inner {
	position: relative;
	z-index: 3;
}

#concept .concept-photo-layer {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
}

#concept .concept-photo-item {
	position: absolute;
	opacity: 0;
	transform: translateY(24px) scale(.96);
	transition:
		opacity .7s ease,
		transform .7s ease;
}

#concept .concept-photo-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 16px 36px rgba(0,0,0,.18);
}

#concept.is-photo-show .concept-photo-item {
	opacity: .9;
	transform: translateY(0) scale(1);
}

/* intro / slide を sticky 内で重ねる */
#concept .concept-intro-area,
#concept .concept-slide-area {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100dvh;
	min-height: 100dvh;
	background: var(--green);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.65s ease,
		visibility 0.65s ease;
}

#concept .concept-intro-area {
	z-index: 2;
}

#concept .concept-slide-area {
	z-index: 3;
}

#concept .concept-intro-area.is-show,
#concept .concept-slide-area.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#concept .concept-intro-area .inner,
#concept .concept-slide-area .inner {
	height: 100%;
	min-height: 100dvh;
	display: flex;
	align-items: center;
}

#concept .concept-intro-area .inner {
	justify-content: center;
}

#concept .concept-slide-area .inner {
	justify-content: flex-start;
}

/* intro */
#concept .intro {
	text-align: center;
}

#concept .intro h2,
#concept .intro h3,
#concept .intro p {
	opacity: 1;
	transform: none;
}

#concept .intro h2 {
	margin: 0 0 24px;
	font-weight: normal;
	letter-spacing: 0.12em;
	line-height: 1.6;
}

#concept .intro h3 {
	margin: 0 0 28px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

#concept .intro p {
	margin: 0;
	letter-spacing: 0.1em;
	line-height: 2.2;
}

/* Swiper側 */
#concept .slide-wrap {
	opacity: 1;
	transform: none;
	display: flex;
	width: 100%;
}

#concept .left {
	position: relative;
	z-index: 3;
	flex-shrink: 0;
}

#concept .title h3 {
	font-weight: normal;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

#concept .con {
	text-align: center;
}

#concept .slide-area {
	position: relative;
	min-width: 0;
}

#concept .concept-swiper {
	overflow: visible;
}

#concept .swiper-wrapper {
	align-items: center;
}

#concept .swiper-slide {
	width: auto;
	height: auto;
}

#concept .block {
	display: flex;
	align-items: center;
}

#concept .block .text {
	flex: 1;
	padding-left: 4%;
}

#concept .block .num {
	margin: 0;
	font-family: serif;
	letter-spacing: 0.08em;
	line-height: 1;
	opacity: 0.65;
}

#concept .block h4 {
	font-weight:400;
	line-height: 1.5;
}
#concept .block .sub {
	font-weight: 600;
	letter-spacing: 0.1em;
}
#concept .block .text p:not(.num) {
	margin: 0;
	letter-spacing: 0.06em;
	line-height: 2.2;
}

#concept .block .img {
	overflow: hidden;
}

#concept .block .img img {
	display: block;
	width: 101%;
	height: 101%;
	object-fit: cover;
}

/* Swiper pagination */
#concept .concept-swiper-pagination {
	position: static;
	width: auto;
	display: block;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
}

/* Swiper nav */
#concept .concept-swiper-nav {
	display: flex;
	gap: 10px;
}

#concept .concept-swiper-prev,
#concept .concept-swiper-next {
	position: relative;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	appearance: none;
}

#concept .concept-swiper-prev::before,
#concept .concept-swiper-next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#concept .concept-swiper-prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

#concept .concept-swiper-next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}
	#concept .concept-swiper-pagination b {
		font-weight: 400;
	}

/* PC */
@media screen and (min-width: 768px) {
	#concept {
		--concept-side-gap: max(40px, calc((100vw - 1200px) / 2));
		--concept-left-w: clamp(120px, 7.8125vw, 150px);
		--concept-gap: 30px;
		min-width: 1200px;
	}

	#concept .concept-photo-item {
		width: clamp(130px, 12vw, 230px);
		height: clamp(90px, 8vw, 160px);
	}

	#concept .concept-photo-item:nth-child(1) {
		top: 15%;
		left: 6.75%;
		width: clamp(250px, calc(13.854vw + 84px), 350px);
		height: auto;
		aspect-ratio: 1.575 / 1;
		transition-delay: .05s;
	}

	#concept .concept-photo-item:nth-child(2) {
		top: 18%;
		right: 9%;
		width: clamp(150px, 14vw, 260px);
		height: clamp(100px, 9vw, 170px);
		transition-delay: .14s;
	}

	#concept .concept-photo-item:nth-child(3) {
		left: 7.5%;
		bottom: 9.5%;
		width: clamp(236px, calc(13.854vw + 70px), 336px);
		height: auto;
		aspect-ratio: 1.575 / 1;
		transition-delay: .23s;
	}

	#concept .concept-photo-item:nth-child(4) {
		right: 10%;
		bottom: 13%;
		width: clamp(198px, 16.5vw, 330px);
		height: auto;
		aspect-ratio: 1.5 / 1;
		transition-delay: .32s;
	}

	#concept .concept-photo-item:nth-child(5) {
		top: 43%;
		right: 7.5%;
		width: clamp(110px, 9vw, 180px);
		height: clamp(80px, 6.5vw, 130px);
		transition-delay: .14s;
	}
		#concept .concept-photo-item:nth-child(6) {
		left: 11.5%;
		top: 42.25%;
		width: auto;
height: clamp(170px, calc(5.556vw + 103.33px), 190px);
		aspect-ratio: 1 / 1.5;
		transition-delay: .14s;
	}
	#concept .intro {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	#concept .intro h2 {
		font-size: 34px;
	}

	#concept .intro h3 {
		font-size: 22px;
	}

	#concept .intro p {
		font-size: 15px;
	}

	#concept .concept-slide-area .inner {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	#concept .slide-wrap {
		width: 100%;
		min-width: 0;
		padding-left: var(--concept-side-gap);
		gap: var(--concept-gap);
		box-sizing: border-box;
	}

	#concept .left {
		width: var(--concept-left-w);
		flex: 0 0 var(--concept-left-w);
	}

	#concept .title {
		margin-bottom: 25px;
	}

	#concept .title h3 {
		font-size:34px;
	}

	#concept .slide-area {
		width: auto;
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
	}

	#concept .concept-swiper {
		width: 100%;
		overflow: hidden;
	}

	#concept .swiper-slide {
		width: clamp(880px, calc(48vw + 170px), 1200px);
	}

	#concept .block {
		color: var(--green);
		background: #fff;
		gap: clamp(28px, 2vw, 38px);
	}

	#concept .block .num {
		margin-bottom: 18px;
		font-size: clamp(21px, 1.25vw, 24px);
	}

	#concept .block h4 {
		margin-bottom:0px;
		font-size: clamp(31px, calc(2.1667vw + 5px), 44px);
	}
	#concept .block .sub {
		font-size: 22px;
		margin-bottom: 3vh;
	}

	#concept .block .text p:not(.num) {
		font-size: 15px;
	}

	#concept .block .img {
		width: 54%;
		height: 56.5vh;
	}
	#concept .concept-swiper-pagination {
		font-size:32px;
		margin-bottom: 20px;
	}
	#concept .concept-swiper-pagination b {
		font-size: 50px;
	}
		#concept .concept-swiper-pagination span{
		font-size: 25px;
		padding: 0 .1em;
		vertical-align: .13em;

	}
	#concept .concept-note{
		position: absolute;
		left: var(--concept-side-gap);
		right: 40px;
		bottom: 50px;
		z-index: 5;
		margin: 0;
		color: #fff;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 0.04em;
		text-align:right;
	}
}

/* PC：ノートPC高さ対応 */
@media screen and (min-width: 768px) and (max-height: 760px) {

	#concept {
		--concept-left-w: 110px;
		--concept-gap: 20px;
	}

	#concept .intro h2 {
		font-size: 28px;
	}
	#concept .intro h3 {
		font-size: 18px;
	}
   #concept .intro p {
      font-size: 13px;
  }

	#concept .slide-wrap {
		align-items: center;
	}
	/*写真*/
	#concept .concept-photo-item:nth-child(3) {
		bottom: 10.5%;
	}


	/* 左側タイトル */
	#concept .title {
		margin-bottom: 8px;
	}

	#concept .title h3 {
		font-size: 27px;
	}

	/* ページ番号 */
	#concept .concept-swiper-pagination {
		margin-bottom: 12px;
		font-size: 24px;
	}

	#concept .concept-swiper-pagination b {
		font-size: 38px;
	}

	#concept .concept-swiper-pagination span {
		font-size: 20px;
	}

	/* 前後ボタン */
	#concept .concept-swiper-prev,
	#concept .concept-swiper-next {
		width: 34px;
		height: 34px;
	}

	/* スライド全体の横幅 */
	#concept .swiper-slide {
		width: clamp(
			740px,
			calc(42vw + 160px),
			980px
		);
	}

	/* 白いカード */
	#concept .block {
		gap: 22px;
	}

	#concept .block .text {
		padding-left: 2.8%;
	}

	#concept .block .num {
		margin-bottom: 12px;
		font-size: 20px;
	}

	#concept .block h4 {
		font-size: clamp(
			27px,
			calc(1.6vw + 8px),
			35px
		);
	}

	#concept .block .sub {
		margin-bottom: 1.5vh;
		font-size: 17px;
	}

	#concept .block .text p:not(.num) {
		font-size: 13px;
		line-height: 1.75;
	}

	#concept .block .img {
		width: 50%;
		height: 65svh;
	}

	/* 下部注釈 */
	#concept .concept-note {
		bottom: 18px;
		font-size: 10px;
	}
}
/*コンセプトの写真*/
@media screen and (max-height: 699px) {
	#concept .concept-photo-item:nth-child(6) {
		width: auto;
		height: 21.5vh;
	}
}
/* SP */
@media screen and (max-width: 767px) {

	html.is-concept-snap {
		scroll-snap-type: none;
	}

	/* 375px基準調整 */
	#concept {
		height: 400dvh;
		min-height: 400dvh;
	}

	#concept-photo-snap {
		top: 100dvh;
	}

	#concept-slide-snap {
		top: 200dvh;
	}

	#concept-end-snap {
		top: 300dvh;
	}

	#concept .concept-sticky,
	#concept .concept-intro-area,
	#concept .concept-slide-area,
	#concept .concept-intro-area .inner,
	#concept .concept-slide-area .inner {
		height: 100dvh;
		min-height: 100dvh;
	}

	#concept .inner {
		width: calc(100% - 10.67vw);
		margin: 0 auto;
	}

	#concept .concept-intro-area .inner {
		justify-content: center;
		align-items: center;
	}

	#concept .intro {
		text-align: center;
		margin-top:1.0dvh;
	}

	#concept .intro h2 {
		margin-bottom: 4.27vw;
		font-size: 5.33vw;
		line-height: 1.7;
	}

	#concept .intro h3 {
		margin-bottom:4vw;
		font-size: 4vw;
		line-height: 1.9;
	}

	#concept .intro p {
		font-size: 3.2vw;
		line-height: 2.05;
		letter-spacing: 0.07em;
	}

	#concept .concept-photo-item {
		width: 30.67vw;
		height: 21.33vw;
	}

	#concept .concept-photo-item:nth-child(1) {
		top: 10%;
		left: 4.27vw;
		width:42vw;
		height: auto;
		aspect-ratio: 1.5 / 1;
	}

	#concept .concept-photo-item:nth-child(2) {
		top: 13%;
		right: 4vw;
		width:38.67vw;
		aspect-ratio: 1.5 / 1;
	}

	#concept .concept-photo-item:nth-child(3) {
		left: 6.4vw;
		bottom: 13%;
	}

	#concept .concept-photo-item:nth-child(4) {
		right: 12vw;
		bottom: 5.8%;
		width: 32vw;
		height: 20vw;
	}

	#concept .concept-photo-item:nth-child(5) {
		left: 26vw;
		bottom: 3%;
		width: 20vw;
		height: auto;
		aspect-ratio: 1 / 1.2;

	}
		#concept .concept-photo-item:nth-child(6) {
			right: 6vw;
			bottom: 16%;
			width: 16vw;
			height: auto;
			aspect-ratio: 1 / 1.2;

	}

	/* slideエリア */
	#concept .concept-slide-area .inner {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-top:2.5vh;
		align-items: center;
		box-sizing: border-box;
	}

	#concept .slide-wrap {
		display: block;
		width: 100%;
		min-width: 0;
		padding-left: var(--sp-side);
		gap: 0;
		box-sizing: border-box;
	}

	/* 上部タイトル・ページャー */
	#concept .left {
		width: 100%;
		flex: none;
		margin-bottom:4svh;
		padding-right: var(--sp-side);
		display: flex;
		flex-direction: row;
		align-items:center;
		justify-content: space-between;
		box-sizing: border-box;
	}

	#concept .title {
		margin-bottom: 0;
	}

	#concept .title h3 {
		font-size: 5.87vw;
		line-height: 1.55;
		letter-spacing: 0.08em;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
	}

	#concept .con {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		text-align: right;
	}

	#concept .concept-swiper-pagination {
		margin-bottom: 2.13vw;
		font-size: 4.8vw;
		line-height: 1;
	}

	#concept .concept-swiper-pagination b {
		font-size: 8.53vw;
	}

	#concept .concept-swiper-pagination span {
		font-size: 4.27vw;
		padding: 0 .1em;
		vertical-align: .13em;
	}

	#concept .concept-swiper-nav {
		display: flex;
		flex-direction: row;
		gap: 2.13vw;
	}

	#concept .concept-swiper-prev,
	#concept .concept-swiper-next {
		width: 6.4vw;
		height: 6.4vw;
		border-width: 0.27vw;
	}

	#concept .concept-swiper-prev::before,
	#concept .concept-swiper-next::before {
		width: 1.6vw;
		height: 1.6vw;
		border-top-width: 0.27vw;
		border-right-width: 0.27vw;
	}

	/* スライダー */
	#concept .slide-area {
		width: calc(100vw - var(--sp-side));
		min-width: 0;
		overflow: visible;
	}

	#concept .concept-swiper {
		width: 100%;
		overflow: visible;
	}

#concept .swiper-wrapper {
		align-items: stretch;
	}

	#concept .swiper-slide {
		width: 70.67vw;
		height: auto;
		display: flex;
	}

	#concept .block {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		gap: 0;
		min-height: 0;
		color: var(--green);
		background: none;
	}

	/* HTML上は text → img なので、画像を上にする */
	#concept .block .img {
		order: 1;
		width: 100%;
		height: 59.73vw;
		flex: 0 0 auto;
		overflow: hidden;
	}

	#concept .block .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#concept .block .text {
		order: 2;
		width: 100%;
		flex: 1;
		margin-bottom: 0;
		padding:6.0vw 5.33vw 6.4vw;
		box-sizing: border-box;
		background: #fff;

		display: flex;
		flex-direction: column;
	}

	#concept .block h4 {
		margin-bottom: 0.8vw;
		font-size: 5.87vw;
		line-height: 1.45;
	}

	#concept .children .block h4 {
		letter-spacing: 0;
		font-size: 5.6vw;
		line-height: 1.565;
	}
	#concept .block .sub {
		margin-bottom: 2.67vw;
		font-size: 3.47vw;
		line-height: 1.5;
	}

	#concept .block .text p:not(.num) {
		margin-top: 0;
		font-size: 3.2vw;
		line-height: 1.85;
		letter-spacing: 0.05em;
	}

	#concept .concept-note {
		position: absolute;
		left: var(--sp-side);
		right: var(--sp-side);
		bottom: 4.8vw;
		z-index: 5;
		margin: 0;
		font-size: 2.4vw;
		line-height: 1.7;
		letter-spacing: 0.03em;
		text-align: left;
		color: #fff;
	}
}

/*------------------------
roomplan
------------------------*/
#room-plan {
	position: relative;
}

#room-plan .inner .l-head {
	text-align: center;
}


#room-plan .block {

}

#room-plan .block a {
	background: #fff;
	height: 100%;
	display: grid;
	color: var(--black);
}

#room-plan .text-area {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#room-plan .text-area h3 {
	display: flex;
	align-items: baseline;
	margin: 0;
	color: var(--dgreen);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.08em;
}

#room-plan .text-area h3 b {
	color: var(--green);
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 0.9;
	letter-spacing: 0;
}

#room-plan .ldk {
	margin: 0;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.04em;
}

#room-plan .area {
	margin: 0;
	line-height: 1.4;
}

#room-plan .area .item {
	display: block;
	font-weight: 700;
	letter-spacing: 0.08em;
}

#room-plan .area .val {
	display: flex;
	align-items: baseline;
	letter-spacing: 0.02em;
}

#room-plan .area .val b {
	font-weight: 400;
	line-height: 1;
}

#room-plan .room-f {
	margin: 0;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.08em;
}

#room-plan .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--green);
	border-radius: 999px;
	color: var(--green);
	font-weight: 600;
	letter-spacing: 0.08em;
	background: #fff;
	transition:
		color .3s ease,
		background-color .3s ease;
}

#room-plan .img {
	display: flex;
	align-items: center;
	justify-content: center;
}

#room-plan .img img {
	object-fit: contain;
}

#room-plan .ex {
	margin: 0;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

/* PC */
@media screen and (min-width: 768px) {
	#room-plan {
		padding: 120px 0;
	}
	#room-plan .inner .l-head img {
		height: 100%;
		width: auto;
	}

	#room-plan .inner {
		width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}

	#room-plan .inner .l-head {
		height: 31px;
		width: auto;
		margin: 35px auto 25px;
	}

	#room-plan .block-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}

	#room-plan .block-wrap .block {
		width: calc((100% - 30px) / 2);
		min-height: 520px;
	}

	#room-plan .block a {
		grid-template-columns: minmax(190px, 1fr) 250px;
		column-gap: 28px;
		padding: 35px 28px 30px 48px;
		transition:
			transform .35s ease,
			box-shadow .35s ease;
	}
	#room-plan .block a:hover {
		transform: translateY(-5px);
		box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
	}

	#room-plan .text-area {
		min-width: 0;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	#room-plan .text-area h3 {
		margin-bottom: 8px;
		font-size: 22px;
	}

	#room-plan .text-area h3 b {
		margin-right: 5px;
		font-size: 55px;
	}

	#room-plan .ldk {
		margin-bottom: 26px;
		font-size: 34px;
	}
	#room-plan .ldk .small{
		font-size: 28px;
	}
	#room-plan .ldk .small span{
		font-size: 16px;
		vertical-align: middle;
	}

	#room-plan .block .note {
		font-size: 16px;
		margin-top: 4px;
	}

	#room-plan .area .item {
		margin-bottom: 4px;
		font-size: 15px;
	}

	#room-plan .area .val {
		font-size: 20px;
	}

	#room-plan .area .val b {
		margin-right: 3px;
		font-size: 36px;
	}

	#room-plan .room-f {
		margin-top: 24px;
		font-size: 17px;
	}

	#room-plan .btn {
		width: 180px;
		height: 46px;
		margin-top: auto;
		font-size: 13px;
	}

	#room-plan .block a:hover .btn {
		color: #fff;
		background: var(--green);
	}

	#room-plan .img {
		align-self: stretch;
	}

	#room-plan .block img {
		width: 230px;
		height: 464px;
		object-fit: contain;
	}

	#room-plan .ex {
		margin-top: 24px;
		font-size: 12px;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	#room-plan {
		padding:21.33vw 5.33vw 17.33vw
	}

	#room-plan .inner .l-head {
		height: 14vw;
		margin: 0 auto 4.8vw;
	}
	#room-plan .inner .l-head img {
			height: 100%;
			width: auto;
	}
	#room-plan .block + .block {
		margin-top:2.13vw;
	}

	#room-plan .block a {
		grid-template-columns: 52% 44%;
		column-gap: 4%;
		padding: 6.4vw 4vw 5.87vw;
	}

	#room-plan .text-area h3 {
		margin-bottom: 1.33vw;
		font-size: 4.27vw;
	}

	#room-plan .text-area h3 b {
		margin-right: 0.8vw;
		font-size: 10.66vw;
	}
	#room-plan .area {
		margin-bottom: 0.8vw;
	}
	#room-plan .ldk {
		margin-bottom: 4.8vw;
		font-size: 7.2vw;
	}
	#room-plan .ldk .small span{
		font-size: 2.67vw;
		vertical-align: middle;
	}

	#room-plan .area .item {
		margin-bottom: 0.27vw;
		font-size: 3.2vw;
	}

	#room-plan .area .val {
		font-size: 3.73vw;
	}

	#room-plan .area .val b {
		margin-right: 0.8vw;
		font-size: 7.2vw;
	}

	#room-plan .room-f {
		margin-top: 5.33vw;
		font-size: 3.74vw;
	}

	#room-plan .block img {
		width: 100%;
		height: auto;
	}

	#room-plan .ex {
		margin-top: 4.8vw;
		font-size: 2.67vw;
	}
#room-plan .btn {
	font-size: 3.47vw;
	display: inline-flex;
	align-items: center;
	gap: 1.2vw;
	width: fit-content;
	margin-top: auto;
	border: none;
	border-radius: 0;
	background: transparent;
	padding: 0;
	color: var(--green);
	line-height: 1.4;
}

#room-plan .btn::after {
	content: "";
	display: block;
	width: 6vw;
	height: 2.13vw;
	border-bottom: 1px solid var(--green);
	border-right: 1px solid var(--green);
	transform: skewX(45deg);
	flex-shrink: 0;
}
}

/*------------------------
FEATURES
------------------------*/
#features .block-wrap {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 70px;
	row-gap: 70px;
	padding: 0 0px 70px;
	box-sizing: border-box;
}

/* 後ろの緑背景 */
#features .block-wrap::before {
	content: "";
	position: absolute;
	background: var(--green);
}

/* 各ブロック */
#features .block {
	color: #fff;
	text-align: center;
}

#features .block .img {
	overflow: hidden;
}
#features .block .img img {
	display: block;
	width: 100%;
	object-fit: cover;
}


#features .block h3 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .08em;
}

#features .block h3 span {
	font-size: .78em;
}

#features .block p {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
	line-height: 1.85;
	letter-spacing: .06em;
}
/* PC */
@media screen and (min-width: 768px) {
	#features {
		position: relative;
		padding: 110px 0 120px;
	}

	#features .inner {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
		/* 後ろの緑背景 */
	#features .block-wrap::before {
		top: 90px;
		left: -70px;
		right: calc(50% - 50vw);
		bottom: -70px;
		z-index: -1;
		border-radius: 30px 0 0 30px;
	}
	/* 右側だけ少し下げて、画像のような段差を作る */
	#features .block:nth-child(even) {
		transform: translateY(55px);
	}

	#features .block .img {
		margin-bottom: 22px;
		border-radius: 30px;
	}
	#features .block .img img {
		width: 100%;
		height: 430px;
	}
		#features .block p {
		width: 86%;
		font-size: 16px;
	}
}


/* SP */
@media screen and (max-width: 767px) {

	/* 375px基準調整 */
	#features {
		padding: 16vw 0 21.33vw;
	}

	#features .inner {
		width: calc(100% - 10.67vw);
		margin-left: auto;
		margin-right: auto;
	}
	#features .sec-lead.s01 {
		margin-bottom: 18.2vw;
	}
	#features .block-wrap {
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 5.33vw 0;
		background: transparent;
		border-radius: 0;
	}

	#features .block-wrap::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: calc(50% - 50vw);
		bottom: 0;
		z-index: -1;
		background: var(--green);
		border-radius: 4vw 0 0 4vw;
	}

	#features .block {
		color: #fff;
		text-align: center;
		transform: translateY(-12vw);	
	}

	#features .block + .block {
		margin-top: 7.47vw;
	}

	#features .block .img {
		margin-bottom: 4.27vw;
		border-radius: 4vw;
		overflow: hidden;
	}

	#features .block .img img {
		height: 60vw;
		object-fit: cover;
	}

	#features .block h3 {
		margin-bottom: 2.67vw;
		font-size: 4vw;
		line-height: 1.55;
	}

	#features .block p {
		width: 96%;
		font-size: 3.47vw;
	}
}

/*-----共用設備-----*/

#f-equip h3 {
	color: var(--green);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-align: center;
}


	#f-equip h4 {
		color: var(--green);
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}

/* PC */
@media screen and (min-width: 769px) {
	#f-equip {
		padding-top: 160px;
	}
	#f-equip h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	#f-equip .sec-lead {
		margin-bottom: 45px;
	}

	#f-equip .equip-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		border: 1px solid var(--green);
	}

	#f-equip .e-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		column-gap: 15px;
		min-height: 250px;
		padding: 30px 29px 30px 30px;
		box-sizing: border-box;
	}

	/* 内側の縦ドット線 */
	#f-equip .e-block:nth-child(odd) {
		border-right: 1px dotted var(--green);
	}

	/* 内側の横ドット線 */
	#f-equip .e-block:nth-child(-n + 2) {
		border-bottom: 1px dotted var(--green);
	}

	#f-equip .text-area {
		flex:1;
		height: 100%;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
	}

	#f-equip h4 {
		height: 2em;
		font-size: 25px;
	}

	#f-equip .text-area p {
		margin-top: 26px;
		font-size: 15px;
	}

	#f-equip .img {
		width:270px;
	}

	#f-equip .img img {
		width: 100%;
		height: 204px;
		object-fit: cover;
		display: block;
	}
}

/* SP */
@media screen and (max-width: 767px) {

	/* 375px基準調整 */
	#f-equip {
		margin-top: 18vw;
	}

	#f-equip h3 {
		font-size: 6vw;
	}

	#f-equip .sec-lead {
		margin-top: 4.27vw;
		text-align: justify;
	}

	#f-equip .equip-wrap {
		margin-top: 7.47vw;
		border: 1px solid var(--green);
	}

	#f-equip .e-block {
		padding: 5.87vw 5.33vw;
	}

	#f-equip .e-block:not(:last-child) {
		border-bottom: 1px dotted var(--green);
	}

	#f-equip h4 {
		font-size: 4.8vw;
		line-height: 1.55;
	}

	#f-equip .text-area p {
		margin-top: 2.67vw;
		font-size: 3.47vw;
	}

	#f-equip .img {
		margin-top: 4.27vw;
		padding: 0 2.67vw;
	}
}

/*------------------------
access
------------------------*/
#access{
	background: #fff;
	overflow: hidden;
}

#access .inner{
	width: min(calc(100% - 80px), 1080px);
	margin-left: auto;
	margin-right: auto;
}

#access .note{
	color: #646464;
}

#access .traffic-info{
	text-align: center;
}

#access .traffic-info h3{
	color: var(--dgreen);
	font-weight: 600;
	line-height: 1.6;
}

#access .traffic-info ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#access .traffic-info li img{
	aspect-ratio: 250 / 140;
	object-fit: cover;
}

#access .traffic-info p{
	color: var(--dgreen);
}

#access .traffic-info li p{
	margin-top: 12px;
	font-weight: 600;
	line-height: 1.6;
}

#access .traffic-info .note{
	margin-top: 22px;
	font-size: 11px;
	line-height: 1.8;

}

#map-area{
	width: 100vw;
	height: 620px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

#map-area iframe{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}


/* PC */
@media screen and (min-width: 768px) {
	#access{
		padding-top: 100px;
	}

	#access .traffic-info h3{
		margin-bottom: 22px;
		font-size: 28px;
	}

	#access .traffic-info li p{
		font-size: 23px;
	}

	#map-area{
		margin-top: 52px;
	}
}


/* SP */
@media screen and (max-width: 767px) {
	#access {
		padding-top: 21.33vw;
	}

	#access .inner {
		width: calc(100% - 10.67vw);
	}

	#access .sec-title {
		margin-bottom: 5.33vw;
	}

	#access .traffic-info h3 {
		margin-bottom: 3.2vw;
		font-size: 4.9vw;
		line-height: 1.65;
	}

	#access .traffic-info ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 2.13vw;
		max-width: none;
	}

	#access .traffic-info li img {
		aspect-ratio: 96 / 62;
	}

	#access .traffic-info li p {
        margin-top: 2.13vw;
        font-size: 3.47vw;
        line-height: 1.6;
        letter-spacing: .04em;
	}

	#access .traffic-info .note {
		margin-top: 4.27vw;
		font-size: 2.67vw;
		line-height: 1.3;
		text-align: left;
		letter-spacing: 0.03em;
	}

	#map-area {
		height: 85vw;
		margin-top: 7.47vw;
	}
}

/*------------------------
header
------------------------*/
/* PC */
@media screen and (min-width: 768px) {
}
