@charset "utf-8";
/* CSS Document */
body,h1, h2, h3, h4, h5, p, a{
  /*font-family: "Noto Serif JP", serif;*/
	font-family: "YuMincho", "Hiragino Mincho ProN", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
#contents {
  padding-top: 0;
}
.inner{
	width: 1024px;
	margin: 0 auto;
	padding: 80px 0;
}
@media screen and (max-width:768px){
	.inner{
		width: 100%;
		padding: 40px 15px;
	}
}
p:not([class]){
	line-height: 2.4em;
	letter-spacing: 0.15em;
}
p.leadtxt01{
	margin-bottom: 1.8em;
	font-size: 32px;
	line-height: 1.6em;
	letter-spacing: 0.3em;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-variant-alternates: proportional-width;
	font-kerning: normal;
}
@media screen and (max-width:768px){
	p.leadtxt01{
		margin-bottom: 1em;
		font-size: 28px;
	}
}
p.leadtxt02{
	margin-bottom: 1em;
	font-size: 30px;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-variant-alternates: proportional-width;
	font-kerning: normal;
}
@media screen and (max-width:768px){
	p.leadtxt02{
		margin-bottom: 0.6em;
		font-size: 26px;
	}
}
p.leadtxt03{
	font-size: 24px;
}
@media screen and (max-width:768px){
	p.leadtxt03{
		font-size: 20px;
	}
}
p.leadtxt04{
	font-size: 42px;
	line-height: 1.6em;
}
@media screen and (max-width:768px){
	p.leadtxt04{
		font-size: 30px;
	}
}
p.leadtxt01 .en,
p.leadtxt02 .en,
p.leadtxt03 .en,
p.leadtxt04 .en{
	display: block;
	margin-bottom: 1.2em;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: .1em
}
@media screen and (max-width:768px){
	p.leadtxt01 .en{
		margin-bottom: 0.8em;
	}
	p.leadtxt02 .en,
	p.leadtxt03 .en{
		margin-bottom: 0.4em;
	}
}
p.leadtxt03 .en{
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
@media screen and (max-width:768px){
	p.leadtxt03 .en{
		display: block;
		margin-right: 0;
		margin-bottom: 0.4em;
	}
}
p.leadtxt04 .en{
	font-size: 18px;
	margin-bottom: 0;
}
p.leadtxt01 img{
	display: block;
	margin: auto;
}
p.notes{
	font-size: 12px;
}
/* navi */
.nav{
	position: sticky;
	top: 0;left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 1024px;
	margin: auto;
	padding: 18px 15px;
	background: rgba(255,255,255,.9);
	z-index: 99
}
.nav img{
	height: 28px;
	width: auto;
}
.nav .nav-left,
.nav .menu-box,
.nav .cta-box{
	display: flex;
	align-items: center;
}
.nav .menu-box{
	margin-left: 24px
}
.nav .menu-box a,
.nav .menu-box .current{
	padding: 6px 24px;
	border-left: 1px solid #595757;
}
.nav .menu-box .current span{
	padding-bottom: 0.2em;
	border-bottom: 1px solid #28a13a;
	color: #28a13a
}
.nav .menu-box li:last-child a {
	border-right: 1px solid #595757;
}
.cta-box .cv-box{
	margin-left: 18px;
}
.cta-box .cv-box{
	display: flex;
	column-gap: 8px;
}
.cta-box .cv-box a.btn{
	padding: 6px 12px;
	border: 1px solid #595757;
	letter-spacing: 0.15em;
}
@media screen and (max-width:1100px){
	.nav img{
		height: 24px;
	}
	.nav .menu-box{
		margin-left: 18px
	}
	.nav .menu-box a{
		padding: 6px 18px;
	}
}
@media screen and (max-width:768px){
	.nav{
		display: none;
	}
}
.float-btn{
	display: none;
}
@media screen and (max-width:768px){
	.float-btn{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.float-btn ul{
		display: flex;
		align-items: stretch;
	}
	.float-btn li{
		width: calc(100% / 5);
		height: auto;
	}
	.float-btn li:not(:last-child){
		border-right: 1px solid #fff;
	}
	.float-btn li a,
	.float-btn li div{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 8px 0;
		background: #138B3B;
		background: linear-gradient(0deg,rgba(19, 139, 59, 1) 0%, rgba(43, 162, 58, 1) 100%);
		color: #fff;
		font-size: 10px;
		text-align: center;
	}
	.float-btn li.f-reserve a,
	.float-btn li.f-request a{
		background: #5e5e5e;
		background: linear-gradient(180deg,rgba(94, 94, 94, 1) 0%, rgba(0, 0, 0, 1) 100%);
	}
	/*.float-btn li.f-instagram a{
	background: #FFD660;
	background: linear-gradient(285deg,rgba(255, 214, 96, 1) 0%, rgba(255, 122, 0, 1) 33%, rgba(255, 0, 105, 1) 66%, rgba(211, 0, 197, 1) 100%);
	}*/
	.float-btn li a span{
		width: 100%;
	}
	
}
/* kv */
.kv{
	position: relative;
	width: 100%;
	height: 90vh;
	background-size: cover;
	background-position: center center;
  overflow: hidden;
}

/* 画像レイヤー（拡大→等倍 にズームアウト） */
.selection-space .kv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transform: scale(1.4);
  transform-origin: center center;
  will-change: transform;
  animation: kvZoomOut 5s ease-out forwards;
}

/* グラデーションレイヤー（常に上に載せる） */
.selection-space .kv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(65, 45, 22, 0.5), rgba(65, 45, 22, 0.5));
  pointer-events: none;
	z-index: 2
}

/* ページ別（.selection-space配下）の差し替え画像 */
.selection-space .kv::before {
  background-image: url(/home/assets/img/ps/lineup/selection/space/kv-bg-space.webp);
}

/* キーフレーム */
@keyframes kvZoomOut {
  0%   { transform: scale(1.1); }
  100% { transform: scale(1.0); }
}

/* アニメーションを減らしたいユーザー環境への配慮 */
@media (prefers-reduced-motion: reduce) {
  .kv::before {
    animation: none;
    transform: none;
  }
}
.kv {
  isolation: isolate;
}

/* 2枚のキャンバスをクロスフェード */
.kv .kv-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 1.8s ease;
  opacity: 0;
}

/* カラーオーバーレイ（グラデを常に上から被せたい場合） */
.kv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(45deg, rgba(65,45,22,0.5), rgba(65,45,22,0.5));
}

/* 表示中の面に .is-show を付与 */
.kv .kv-bg.is-show {
  opacity: 1;
}

.kv{
	position: relative;
	width: 100%;
	height: 90vh;
  overflow: hidden;
}
.top .kv{
	background: linear-gradient(45deg, rgba(65,45,22,0.5), rgba(65,45,22,0.5)),url("/home/assets/img/ps/lineup/selection/kv-bg.webp");
	background-size: cover;
	background-position: center center;
}
.selection-color .kv{
	background: linear-gradient(45deg, rgba(65,45,22,0.5), rgba(65,45,22,0.5)),url("/home/assets/img/ps/lineup/selection/color/kv-bg-color.webp");
	background-size: cover;
	background-position: center center;
}
/*.selection-plan .kv{
	background: linear-gradient(45deg, rgba(65,45,22,0.5), rgba(65,45,22,0.5)),url("/home/assets/img/ps/lineup/selection/plan/kv-bg-plan.webp");
	background-size: cover;
	background-position: center center;
}*/
/*.selection-space .kv{
	background: linear-gradient(45deg, rgba(65,45,22,0.5), rgba(65,45,22,0.5)),url("/home/assets/img/ps/lineup/selection/space/kv-bg-space.webp");
	background-size: cover;
	background-position: center center;
}*/
@media screen and (max-width:768px){
	.kv{
		height: 80vh;
	}
	.selection-color .kv,
	.selection-plan .kv,
	.selection-space .kv{
		height: 40vh;
	}
}
.kv .kv-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 360px;
	z-index: 99
}
@media screen and (max-width:768px){
	.kv .kv-logo{
		width: 75%;
	}
}
.kv .kv-logo {
  opacity: 0;
  animation: fadeIn 1s ease 1s forwards;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.kv .page-tit{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.kv .page-tit .en{
	display: block;
	font-size: 35px;
}
.lead-box{
	text-align: center;
}
.kv .kv__video-wrap{
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.kv .kv__video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.9);
  transform: translateZ(0);
}
.kv .page-tit{
  text-shadow: 0 2px 16px rgba(0,0,0,0.6);
}

@media (min-width: 768px){
  .kv .page-tit{
    font-size: 32px;
  }
}
/* TOP about */
#about p{
	text-align: center;
}
.menu-list{
	display: flex;
	gap: 8px;
	margin: 60px auto 0;
}
@media screen and (max-width:768px){
	.menu-list{
		margin: 30px auto 0;
	}
}
.menu-list li{
	width: calc(( 100% - 8px*2 ) / 3);
}
@media screen and (max-width:768px){
	.menu-list li{
		margin: auto;
		line-height: 1.4em;
	}
}
@media screen and (max-width:768px){
	.menu-list li.space{
		background: linear-gradient(0deg, rgba(52,40,0,0.8), rgba(52,40,0,0)),url("/home/assets/img/ps/lineup/selection/btn-bg-space.jpg");
		background-size: cover;
		background-position: center center;
	}
	.menu-list li.plan{
		background: linear-gradient(0deg, rgba(52,40,0,0.8), rgba(52,40,0,0)),url("/home/assets/img/ps/lineup/selection/btn-bg-plan.jpg");
		background-size: cover;
		background-position: center center;
	}
	.menu-list li.color{
		background: linear-gradient(0deg, rgba(52,40,0,0.8), rgba(52,40,0,0)),url("/home/assets/img/ps/lineup/selection/btn-bg-color.jpg");
		background-size: cover;
		background-position: center center;
	}
}
.menu-list li a{
	position: relative;
	display: block;
  overflow: hidden;
	width: 100%;
	aspect-ratio: 3 / 2;
  cursor: pointer;
}
@media screen and (max-width:768px){
	.menu-list li a{
		aspect-ratio: 9 / 16;
	}
}
.menu-list li a img {
	width: 100%;
  height: auto;
  transition: transform .6s ease;
}
@media screen and (max-width:768px){
	.menu-list li a img {
		display: none;
	}
}
.menu-list li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width:768px){
	.menu-list li a:hover img {
		transform: none;
	}
}
.menu-list li a span{
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4em;
	z-index: 2;
}
@media screen and (max-width:768px){
	.menu-list li a span{
		left: 0.6em;
		bottom: 0.6em;
		font-size: 3.64583333vw;
		z-index: 2;
	}
}
.menu-list li a:before{
	background: linear-gradient(0deg, rgba(52,40,0,0.8), rgba(52,40,0,0));
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width:768px){
	.menu-list li a:before{
		content: none;
	}
}
/* TOP concept */
.concept-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
@media screen and (max-width:768px){
	.concept-wrap{
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
}
.concept-wrap:last-child{
	margin-bottom: 0;
}
.concept-wrap img{
	width: 620px;
}
@media screen and (max-width:768px){
	.concept-wrap img{
		max-width: 620px;
		width: 100%;
		margin-bottom: 15px;
	}
}
.concept-wrap .txt-box{
	width: calc(100% - 620px - 40px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.concept-wrap .txt-box > *{
	width: 100%;
}
.concept-wrap .txt-box p.leadtxt02{
	margin-bottom: 0;
}
@media screen and (max-width:768px){
	.concept-wrap .txt-box{
		width: 100%;
	}
	.concept-wrap .txt-box p.leadtxt02{
		margin-bottom: 0.6em;
	}
}
.concept-wrap:nth-child(2n+1) .img-wrap{
	order: 2
}
.concept-wrap:nth-child(2n+1) .txt-box{
	order: 1
}
@media screen and (max-width:768px){
	.concept-wrap:nth-child(2n+1) .img-wrap{
		order: 1
	}
	.concept-wrap:nth-child(2n+1) .txt-box{
		order: 2
	}
}
.concept-wrap p.leadtxt02{
	letter-spacing: 0.25em;
}
.concept-wrap p.leadtxt02 .en{
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (max-width:768px){
	.concept-wrap p.leadtxt02 .en{
		text-align: left;
	}
}

#concept .img-wrap {
  position: relative;
  overflow: hidden;
  --reveal-dir: 1;
}
#concept .img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: #fff;
  transform: translateX(0);
}
#concept .img-wrap.is-inview::before {
  animation: img-reveal-dir 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
#concept .concept-wrap:nth-of-type(2n) .img-wrap {
  --reveal-dir: -1;
}
@keyframes img-reveal-dir {
  100% { transform: translateX(calc(100% * var(--reveal-dir))); }
}

/* TOP step */
#step {
	background: #f8f7f6;
}
.step-wrap{
	margin-bottom: 80px;
}
.step-box{
	display: flex;
	width: 100%;
	/*max-width: 850px;*/
	margin: 0 auto 60px;
}
@media screen and (max-width:768px){
	.step-box{
		flex-wrap: wrap;
		margin: 0 auto 40px;
	}
}
.step-box > *{
	width: 50%;
	padding: 30px;
}
@media screen and (max-width:768px){
	.step-box > *{
		width: 100%;
		padding: 0 15px;
	}
	.step-box > img{
		margin-bottom: 15px;
	}
}
.merit-wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
@media screen and (max-width:768px){
	.merit-wrap{
		flex-wrap: wrap;
	}
}
.merit-wrap p{
line-height: 1.8em;
}
.merit-wrap img{
	width: 395px;
}
@media screen and (max-width:768px){
	.merit-wrap img{
		width: 100%;
	}
}
.merit-wrap .txt-box{
	width: calc(100% - 395px);
	padding: 30px 45px 0 45px;
}
@media screen and (max-width:768px){
	.merit-wrap .txt-box{
		width: 100%;
		padding: 30px 0 30px 30px;
	}
}
.merit-list{
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.merit-list{
		gap: 10px;
		margin-bottom: 15px;
	}
}
.merit-list li{
	width: calc((100% -10px*3)/4);
}
.merit-list li img{
	width:100%;
}
.marquee-swiper {
  width: 100%;
  overflow: hidden;
}
.marquee-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
}
.marquee-swiper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.marquee-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}






/* COLOR page */
#exterior,
#interior,
#option{
	text-align: center;
}
ul.sample-list{
	display: flex;
	justify-content: center;
	gap: 24px;
	max-width: 800px;
	margin: 70px auto;
}
ul.sample-list li{
	width: calc((100% - 24px*3)/4);
}
@media screen and (max-width:768px){
	ul.sample-list{
		flex-wrap: wrap;
		gap: 14px;
		max-width: 320px;
		margin: 30px auto;
	}
	ul.sample-list li{
		width: calc((100% - 14px*1)/2);
	}
}
ul.sample-list li img{
	width: 100%;
}
.sample-wrap{
	margin: 60px auto -60px;
}
.sample-box{
	margin-bottom: 60px;
}
.sample-box p:not(.leadtxt04){
	font-size: 22px;
}
@media screen and (max-width:768px){
	.sample-box p:not(.leadtxt04){
		font-size: 14px;
	}
}
.sample-box img{
	margin-bottom: 20px;
}
#interior{
	background: #f8f7f6;
}
/*#facility{
	background: linear-gradient(45deg, rgba(64, 61, 60, 0.6), rgba(64, 61, 60, 0.6)),url("/home/assets/img/ps/lineup/selection/color/bg-facility.webp");
	background-size: cover;
	background-position: center center;
	text-align: center;
	background-attachment: fixed;
}*/

#facility {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

#facility .facility-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 0;
  background: url("/home/assets/img/ps/lineup/selection/color/bg-facility.webp")
              center / cover no-repeat;
  pointer-events: none;
}

#facility .inner {
  position: relative;
  z-index: 1;
  margin-top: -100vh;
  text-align: center;
}

#facility::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0.5;
  pointer-events: none;
  background: rgba(64, 61, 60, 0.6);
}

#facility p{
	color: #fff !important;
}
.facility-wrap{
	margin: 50px auto 0;
}
@media screen and (max-width:768px){
	.facility-wrap{
		width: 95%;
	}
}
.facility-box{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
@media screen and (min-width:769px){
	.facility-box:nth-child(2n) img{order: 2}
	.facility-box:nth-child(2n) .txt-box{order: 1}
}
.facility-box p:not(.leadtxt04){
	font-size: 14px;
}
.facility-box img{
	width: 600px;
}
@media screen and (max-width:768px){
	.facility-box img{
		width: 100%;
	}
}
.facility-box .txt-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 600px);
	padding: 0 45px;
	background: #323232;
}
@media screen and (max-width:768px){
	.facility-box .txt-box{
		width: 100% ;
		padding: 15px;
	}
}

.facility-box .txt-box > *{
	width: 100%;
}
.facility-box .txt-box ul{
	margin-top: 30px;
}
@media screen and (max-width:768px){
	.facility-box .txt-box ul{
		margin-top: 15px;
	}
}
.facility-box .txt-box ul li{
	padding: 8px;
	background:rgba(238,239,239,0.15);
	color: #fff;
	font-size: 18px;
}
@media screen and (max-width:768px){
	.facility-box .txt-box ul li{
		font-size: 14px;
	}
}
.facility-box .txt-box ul li:not(:last-child){
	margin-bottom: 8px;
}
#option {
	background: #f8f7f6;
}
#option p.notes{
	margin-top: 30px;
}
/* SPACE page */
#space-list{
	background: #f8f7f6;
}
#space-list ul{
	display: flex;
	flex-wrap: wrap;
	gap:40px;
	row-gap:70px;
}
#space-list ul li{
	width: calc((100% - 40px*2)/3);
}
#space-list ul li img{
	display: block;
	max-width: 100%;
	margin: 0 auto 14px;
}
#space-list ul li p.tit{
	margin-bottom: 14px;
	font-size: 22px;
	text-align: center;
}
@media screen and (max-width:768px){
	#space-list ul{
		gap:20px;
	}
	#space-list ul li{
		width: calc((100% - 20px*1)/2);
	}
	#space-list ul li p.tit{
		font-size: 20px;
	}
}
@media screen and (max-width:580px){
	#space-list ul{
		gap:40px;
	}
	#space-list ul li{
		width: 100%;
	}
}
/* SPACE page */
.plan-wrap.plan-01,
.cta-area{
background: #f8f7f6;
}
.plan-box-1,
.plan-box-2,
.plan-box-3{
	display:flex;
}
@media screen and (max-width:768px){
	.plan-box-1,
	.plan-box-2,
	.plan-box-3{
		flex-wrap: wrap;
	}
}
.zumen{
	display: block;
	margin: auto;
	text-align: center;
}
.zumen .pc{
	position: relative;
	display: inline-block;
	margin: auto;
}
@media screen and (max-width:768px){
	.zumen .pc{
		display: none;
	}
}
.zumen p.notes{
	margin-top: 1em;
	text-align: left;
}
.zumen .cursor {
	position: absolute;
	cursor: pointer;
	max-width: 40px;
}
.zumen .point01 {
	top: 25.5%;
	left: 17.5%;
}
.zumen .point02 {
	top: 38%;
	left: 40.7%;
}
.zumen .point03 {
	top: 38%;
	right: 4.8%;
}
.zumen .point04 {
	top: 61%;
	left: 25%;
}
.zumen .point05 {
	top: 15%;
	right: 21%;
}
.zumen .point07 {
	top: 58%;
  left: 36%;
}
.zumen .point06 {
	top: 45.6%;
	right: 2.5%
}
.zumen .point01:hover::before {
	top: -135px;
	left: -36px;
	content: url("/home/assets/img/ps/lineup/selection/plan/fukidashi01.png");
	z-index: 99;
}
.zumen .point02:hover::before {
	top: -34px;
	left: 34px;
	content: url("/home/assets/img/ps/lineup/selection/plan/fukidashi02.png");
	z-index: 99;
}
.zumen .point03:hover::before {
	top: 30px;
	right: -18px;
	content: url("/home/assets/img/ps/lineup/selection/plan/fukidashi04.png");
	z-index: 99;
}
.zumen .point04:hover::before {
	top: 30px;
	left: -167px;
	content: url("/home/assets/img/ps/lineup/selection/plan/fukidashi03.png");
	z-index: 99;
}
.zumen .point05:hover::before {
	top: 30px;
	right: -233px;
	content: url("/home/assets/img/ps/lineup/selection/plan/fukidashi05.png");
	z-index: 99;
}
.zumen .point06:hover::before {
	top: 30px;
  right: -94px;
	content: url("/home/assets/img/ps/lineup/selection/plan/fukidashi06.png");
	z-index: 99;
}
.zumen .point07:hover::before {
	top: 30px;
	right: -150px;
	content: url("/home/assets/img/ps/lineup/selection/plan/fukidashi07.png");
	z-index: 99;
}
.zumen .cursor:hover::before,
.zumen .cursor:hover::after {
	position: absolute;
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plan-box-1{
	margin-bottom: 40px
}
@media screen and (max-width:768px){
	.plan-box-1{
		margin-bottom: 15px
	}
}
.plan-box-1 .plan-detail{
	width: calc(100% - 280px)
}
@media screen and (max-width:768px){
	.plan-box-1 .plan-detail{
		width: 100%;
		margin-bottom: 15px
	}
}
.plan-point {
	width: 280px;
}
@media screen and (max-width:768px){
	.plan-point {
		width: 100%;
	}
}
.plan-point li{
	width: 100%;
	padding: 0.8em;
	background: #595757;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.plan-point li:not(last-child){
	margin-bottom: 0.6em;
}
.plan-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.plan-title img{
	max-width: 233px
}
@media screen and (max-width:768px){
	.plan-title img{
		width: 40%
	}
}
.plan-title span{
	margin-left: 35px;
	padding: 0 35px;
	border-left: 1px solid #595757;
	border-right: 1px solid #595757;
	font-size: 21px;
}
@media screen and (max-width:768px){
	.plan-title span{
	margin-left: 30px;
	padding: 0 0 0 30px ;
	border-right: none;
	font-size: 21px;
	}
}
@media screen and (max-width:380px){
	.plan-title span{
	margin-left: 20px;
	padding: 0 0 0 20px;
	border-right: none;
	font-size: 21px;
	}
}
/*@media screen and (max-width:768px){
	.plan-title span{
		display: block;
		margin-top: 10px;
		margin-left: 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #595757;
		border-left: none;
		border-right: none;
		font-size: 21px;
	}
}*/
.plan-box-2 img{
	width: 45%;
}
.plan-box-2 .text-box{
	width: 55%;
	padding: 0 0 0 45px;
}
@media screen and (max-width:768px){
	.plan-box-2 img{
		width: 100%;
		margin-bottom: 15px;
	}
	.plan-box-2 .text-box{
		width: 100%;
		padding: 0;
	}
}
.plan-box-2 .text-box .area-box {
	padding: 1em 0;
	margin-top: 1em;
	border-bottom: 1px solid #595757;
	border-top: 1px solid #595757;
}
.zumen{
	margin: 50px auto;	
}
@media screen and (max-width:768px){
	.zumen{
		margin: 20px auto;	
	}
}
.point-list{
	counter-reset: point;
	display: flex;
	flex-wrap: wrap;
	gap:40px;
	margin-bottom: 60px;
}
@media screen and (max-width:768px){
	.point-list{
		gap:15px;
		margin-bottom: 30px;
	}
}
.plan-01 .point-list > li{
	width: calc((100% - 40px*2)/3);
}
.plan-02 .point-list > li{
	width: calc((100% - 40px*3)/4);
}
@media screen and (max-width:768px){
	.plan-01 .point-list > li,
	.plan-02 .point-list > li{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.specialspace-ttl{
		width: 70%;
		max-width: 331px;
	}
}
.point-list > li {
  counter-increment: point;
}
.point-list .point-ttl{
  position: relative;
  padding-left: 1.8em;
	margin-bottom: 0.4em;
	font-size: 20px;
}
.point-list > li > .point-ttl::before {
  content: counter(point);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.6em;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 0.2em 0;
  font-size: 0.8em;
	line-height: 1.2em;
}
.point-list > li > p:not(.point-ttl){
  font-size: 14px;
}
.plan-box-3 {
	gap:60px;
}
@media screen and (max-width:768px){
	.plan-box-3{
		gap:30px;
		padding-top: 30px;
		border-top: 1px solid #595757;
	}
}
.plan-box-3 > img{
	width: 420px;
}
@media screen and (max-width:768px){
	.plan-box-3 > img{
		width: 100%;
	}
}
.plan-box-3 > div{
	width: calc(100% - 420px - 60px);
}
@media screen and (max-width:768px){
	.plan-box-3 > div{
		width: 100%;
	}
}
.plan-box-3 ul{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	margin-top: 25px;
}
@media screen and (max-width:480px){
	.plan-box-3 ul{
		gap:10px;
		margin-top: 15px;
	}
}
.plan-box-3 ul li{
	width: calc((100% - 20px*4)/5);
}
@media screen and (max-width:480px){
	.plan-box-3 ul li{
		width: calc((100% - 10px*4)/5);
	}
}
.plan-box-3 ul > li img{
	width: 100%;
}
.plan-box-3 ul li.off img{
	filter: grayscale(1) brightness(350%) !important;
}
.cta-wrap{
	display: flex;
}
.cta-wrap .txt-box{
	width: calc(100% - 330px);
	padding: 50px;
	background: #595757;
}
@media screen and (max-width:768px){
	.cta-wrap{
		flex-wrap: wrap;
	}
	.cta-wrap .txt-box{
		width: 100%;
		padding: 30px;
	}
}
.cta-wrap .txt-box p{
	color: #fff;
	text-align: left;
	letter-spacing: 0.1em
}
.cta-wrap .txt-box p.leadtxt01{
	margin-bottom: 0.2em;
}
.cta-wrap .txt-box p:not(.leadtxt01){
	font-size: 20px;
}
@media screen and (max-width:768px){
	.cta-wrap .txt-box p:not(.leadtxt01){
		font-size: 18px;
	}
}
.cta-wrap .img-box{
	width: 330px;
	background: url("/home/assets/img/ps/lineup/selection/plan/cta-image.jpg");
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width:768px){
	.cta-wrap .img-box{
		width: 100%;
		height: 200px
	}
}
/* コンテナに左右パディングで“チラ見せ”の余白を確保 */
#sampleColorSwiper,
#sampleStyleSwiper{
  padding: 0 16px; /* スマホ時の見切れ防止。必要に応じて調整 */
}

/* 既存デザイン尊重。画像崩れ防止 */
.sample-box img {
  width: 100%;
  height: auto;
  display: block;
}
/* ナビ・ドットの色など（任意） */
#sampleColorSwiper .swiper-button-prev,
#sampleColorSwiper .swiper-button-next {
  color: #333;
}
#sampleColorSwiper .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}
#sampleColorSwiper .swiper-pagination-bullet-active {
  background: #0e8a3b;
}

@media (min-width: 769px) {
  #sampleColorSwiper, #sampleStyleSwiper { padding: 0 20px; }
}
@media (min-width: 1024px) {
  #sampleColorSwiper, #sampleStyleSwiper { padding: 0 24px; }
}
/**/
.swiper-container.sample-wrap .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
  opacity: 0.3;
}
.swiper-button-next, .swiper-button-prev{
color: #000000;
}
.swiper-pagination-bullet-active{
	background: #0e8a3b
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
bottom: 40px;
}
/* 画像を包む要素を基準に高さを決める */
#sampleColorSwiper .sample-box__media,
#sampleStyleSwiper .sample-box__media {
  position: relative;
  /* もし画像が遅延読み込みで高さが揺れるなら aspect-ratio を指定して安定させると◎ */
  /* aspect-ratio: 16 / 9; など、デザインに合わせて */
}

@media (max-width:768px){
  :root {
    --swiper-navigation-size: 32px;
  }
	.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev{
		right: 4px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next{
		left: 4px;
	}
}
