@charset "UTF-8";

@keyframes zoomUp {
	
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1.15); /* 拡大率 */
	}
	
	}
	
	@keyframes scroll-left {
	
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-100%);
	}
	
	}
	

@media screen and (min-width: 768px),print { 
.c-btn a {
	position: relative;
}

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

.c-btn.concept {
	position: relative;
	right: -49px;
}

.c-btn.concept a {
	background: #fff;
	border: 1px solid #323232;
	border-radius: 200px;
	padding: 20px 93px 20px;
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 0.05em;
	position: relative;
}

.c-btn.event {
	text-align: center;
}

.c-btn.event a {
	background: #323232;
	border-radius: 200px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 25px 214px 25px;
	text-align: center;
}

.c-btn.event a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	position: absolute;
	right: 61px;
	width: 7px;
}

.c-btn.works {
	text-align: center;
}

.c-btn.works a {
	background: #323232;
	border-radius: 200px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 27px 228px 22px;
	text-align: center;
}

.c-btn.works a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	position: absolute;
	right: 61px;
	width: 7px;
}

.c-btn.lineup {
	text-align: center;
}

.c-btn.lineup a {
	background: #323232;
	border-radius: 200px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 26px 200px 25px;
	text-align: center;
}

.c-btn.lineup a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	position: absolute;
	right: 61px;
	width: 7px;
}


/* slider -------------------------------------*/
.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}

/*sliderArea*/
.sliderArea {
	background: url(../images/index/fv_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#slide-fv .slick-list {
	overflow-x: hidden; /* 横方向のはみ出しを隠す */
}

#slide-fv .slick-slider {
	width: min(95%, 1760px);
	margin-inline: auto;
	padding: 161px 0 83px;
}

#slider .full-screen {
	margin-inline: auto;
}

.full-screen img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#slide-fv .slick-dots {
	bottom: 50px;
	right: 0;
	/* left: 0; */
	text-align: left;
	width: 150px;
	/* margin: 0 auto; */
}

#slide-fv .slick-dots li button {
	background: #D8D9CD;
	color: transparent;
	height: 20px;
	opacity: 1;
	width: 20px;
}

#slide-fv .slick-dots li button::before {
	background: #D8D9CD;
	color: transparent;
	content: "" !important;
	height: 20px;
	opacity: 1;
	width: 20px;
}

#slide-fv .slick-dots li.slick-active button::before {
	background: #323232;
	height: 20px;
	opacity: 1;
	width: 20px;
}

#slide-fv .slick-dots li button {
	height: 20px;
	width: 20px;
}

#slide-fv .slick-dots li {
	margin: 0 11px;
}

/* fv -------------------------------------*/
.p-fv {
	margin-bottom: 351px;
	position: relative;
	top: 319px;
	z-index: 10;
}

.l-inner.l-fv {
	margin-inline: auto;
	width: min(95%, 1760px);
}

.p-fv__contents-top {
	margin-bottom: -60px;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 790px);
	position: relative;
	left: 10px;
}

.p-fv__contents-top h1 {
	margin-bottom: -110px;
}

.p-fv__contents-top h1 img {
	height: auto;
	width: 308px;
}

.p-fv__img {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.p-fv__img img.top {
	height: auto;
	width: 130px;
	position:relative;
	top: -60px;
}

.p-fv__img img.bottom {
	height: auto;
	width: 198px;
}

.p-fv__txt img {
	width: auto;
	height: auto;
}



.top-contents-list{background-color:#F4F4F4;padding: 88px 0px 135px 0px;margin: 0 0 120px 0;}
.top-contents-list .mainttl{margin: 0 0 83px 0;text-align: center;}
.top-contents-list .contents-list{ width: 1280px; margin: 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;}
.top-contents-list .contents-list li{position:relative;margin:0 16px 16px 0;padding: 32px 0 33px 0;width: 308px;background-color:#fff;border:2px solid #D8D9CD;}
.top-contents-list .contents-list li:nth-child(4n){margin:0 0px 16px 0;}
.top-contents-list .contents-list li::after{content: '';display: inline-block;width: 15px;margin: 0 auto;height: 8px;position: absolute;bottom: 22px;left:0;right: 0;background-image: url(../images/index/contents-list-arrow.svg);background-size: contain;background-repeat: no-repeat;}
.top-contents-list .contents-list li .name{text-align: center;font-size: 20px;line-height: 1.6;letter-spacing: 1px;font-weight:bold;padding: 0 20px 15px 20px;}
.top-contents-list .contents-list li .icon-photo{text-align: center;}




/* concept -------------------------------------*/	
.p-concept {
	margin-bottom: 169px;
	position: relative;
}

.p-concept::after {
	background: #F4F4F4;
	bottom: -194px;
	content: "";
	height: 990px;
	position: absolute;
	right: 0;
	width: 460px;
}

.l-inner.l-concept {
	margin-inline: auto;
	position: relative;
	width: min(95%, 1378px);
	z-index: 10;
}

.p-concept__contents {
	display: grid;
	gap: 0 119px;
	grid-template-columns: 650px 700px;
	/* align-items: center; */
}

.p-concept__contents-left {
	position: relative;
	top: 115px;
}

.p-concept__contents-left h2 {
	margin-bottom: 77px;
}

.p-concept__contents-left h2 img {
	height: auto;
	width: 470px;
}

.p-concept__contents-left h3 {
	margin-bottom: 54px;
	position: relative;
	/* top: 84px; */
	right: -54px;
}

.p-concept__contents-left h3 img {
	height: auto;
	width: 489px;
}

.p-concept__contents-left p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	position: relative;
	right: -49px;
}

.p-concept__contents-left p.top {
	margin-bottom: 29px;
}

.p-concept__contents-left p.center {
	margin-bottom: 31px;
}

.p-concept__contents-left p.bottom {
	margin-bottom: 89px;
}

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

/* event -------------------------------------*/
.p-event {
	margin-bottom: 137px;
}

.p-event__en {
	margin-bottom: 23px;
	position: relative;
	text-align: center;
	z-index: 10;
}

.p-event__en img {
	height: auto;
	width: 218px;
}

.p-event__txt {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.15;
	margin-bottom: 51px;
	position: relative;
	text-align: center;
	z-index: 10;
}

.p-event__box {
	margin-bottom: -40px;
	padding: 0 0 106px;
	position: relative;
}

.p-event__box::after {
	background: #F4F4F4;
	bottom: 0;
	content: "";
	height: 772px;
	position: absolute;
	right: 0;
	width: 1700px;
}

#event .system-list {
	display: grid;
	gap: 0 60px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: auto;
	position: relative;
	width: min(80%, 1200px);
	z-index: 10;
}

#event .system-list li a {
	width: 100%;
}

#event .system-pic {
	height: 244px;
	margin-bottom: 16px;
}

#event .system-pic img {
	height: 100%;
	width: 100%;
}

#event .system-ttl-01 {
	border-bottom: 1px dashed #323232;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.875;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#event .system-pic.event-closed {
	position: relative;
}

#event .system-pic.event-closed .overlay {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.7); /* より白い透明背景 */
	display: flex;
	height: 100%;
	justify-content: center;
	/* left: 0px; */
	position: absolute;
	text-align: center;
	/* top: 0; */
	width: 100%;
	z-index: 1;
	inset: 0;
}

#event .system-pic.event-closed .overlay p {
	color: #323232; /* テキストの色 */
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

#event .icon01 {
	background: none;
	height: 40px;
	margin-bottom: 23px;
	margin-inline: auto;
	width: 160px;
}

#event .icon02 {
	background: none;
	height: 40px;
	margin-bottom: 20px;
	margin-inline: auto;
	width: 160px;
}

#event .system-date {
	align-items: center;
	display: flex;
	gap: 0 12px;
	position: relative;
	right: -3px;
	margin-bottom: 3px;
}

#event .date-ttl {
	border-bottom: 1px solid #323232;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	text-align: center;
	width: 82px;
}

#event .start_text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	width: calc(100% - 74px);
}

/* reason -------------------------------------*/
.p-reason {
	margin-bottom: 141px;
}

.p-reason__ttl-wrap {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: -10px;
	margin-inline: auto;
	position: relative;
	width: min(85%, 1200px);
	z-index: 1;
}

.p-reason__contents-left {
	align-items: flex-end;
	display: flex;
	gap: 0 20px;
}

.p-reason__contents-left p img {
	height: auto;
	width: 472px;
}

.p-reason__contents-left h2 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.15;
	position: relative;
	top: -12px;
}

.p-reason__contents-right img {
	height: auto;
	width: 293px;
}

.p-reason__items-wrap {
	border: 4px solid #D0D0D1;
	margin-inline: auto;
	padding: 74px 0 18px;
	position: relative;
	width: min(95%, 1404px);
	z-index: 10;
	position: relative;
}

.p-reason__items-wrap:before {
	position: absolute;
	content: "";
	background: url(../images/index/reason_clip02.png) no-repeat center center / contain;
	width: min(95%,1282px);
	margin-inline: auto;
	height: 40px;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
}

.p-reason__items {
	display: grid;
	gap: 0px 58px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	width: min(88%, 1186px);
}

.p-reason__item:nth-child(1) a {
	background: url(../images/index/reason02_bg.png) no-repeat top left/contain;
	display: inline-block;
	position: relative;
}

.p-reason__item:nth-child(1) a:before {
	background: url(../images/index/clip.png) no-repeat center center/contain;
	bottom: 215px;
	content: "";
	height: 67px;
	left: -44px;
	position: absolute;
	width: 85px;
}

.p-reason__item:nth-child(2) a {
	background: url(../images/index/reason02_bg.png) no-repeat top center/contain;
	display: inline-block;
}

.p-reason__item:nth-child(3) a {
	background: url(../images/index/reason02_bg.png) no-repeat top center/contain;
	display: inline-block;
	position: relative;
}

.p-reason__item:nth-child(3) a::after {
	background: url(../images/index/fusen.png) no-repeat center center/contain;
	content: "";
	height: 38px;
	position: absolute;
	right: -40px;
	top: 155px;
	width: 207px;
}

.p-reason__item:nth-child(4) a {
	background: url(../images/index/reason02_bg.png) no-repeat top center/contain;
	display: inline-block;
}

.p-reason__item-wrap {
	position: relative;
}

.p-reason__item-wrap::after {
	background: url(../images/index/reason_arrow.svg) no-repeat center center/contain;
	bottom: 58px;
	content: "";
	height: 40px;
	position: absolute;
	right: 0px;
	width: 40px;
}

.p-reason__item-wrap.item01 {
	padding: 32px 39px 96px 100px;
}

.p-reason__item-wrap.item02 {
	padding: 10px 36px 94px 100px;
}

.p-reason__item-wrap.item03 {
	padding: 27px 38px 95px 100px;
}

.p-reason__item-wrap.item04 {
	padding: 13px 17px 92px 99px;
}

.p-reason__img.after {
	width: 445px;
	position: relative;
	left: -20px;
}

.p-reason__img {
	margin-bottom: -45px;
	position: relative;
	width: 424px;
	z-index: 10;
}

.p-reason__img img {
	height: auto;
	width: 100%;
}

.p-reason__item-ttl {
	background: #F4F4F4;
	border-right: 1px solid #323232;
	border-top: 1px solid #323232;
	font-size: 16px;
	font-weight: 700;
	left: -8px;
	letter-spacing: 0.05em;
	line-height: 2.125;
	margin-bottom: 6px;
	padding: 5px 50px 0px 10px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
}

.p-reason__item-ttl.design {
	padding: 5px 8px 5px 10px;
	margin-bottom: 1px;
}

.p-reason__item-ttl.anshin {
	padding: 5px 10px 10px 10px;
	margin-bottom: -2px;
}

.p-reason__item-ttl.after {
	padding: 5px 10px 6px 10px;
	margin-bottom: 0px;
}

.p-reason__item-ttl02 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8214285714;
	margin-bottom: 0px;
}

.p-reason__item-txt {
	border-top: 1px dashed #323232;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	padding-top: 13px;
	width: 400px;
}

/* works -------------------------------------*/
.p-works {
	background: #F4F4F4;
	margin-inline: auto;
	width: min(100%, 1920px);
}

.l-inner.l-works {
	padding: 145px 0 161px;
}

.p-works__en {
	margin-bottom: 16px;
	text-align: center;
}

.p-works__ttl {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.15;
	margin-bottom: 51px;
	text-align: center;
}

#works .system-list2 {
	display: grid;
	gap: 21px 40px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 75px;
	margin-inline: auto;
	width: min(85%, 1400px);
}

#works .system-category {
	margin-bottom: -16px;
	position: relative;
	z-index: 10;
}

#works .system-category.no-category {
	margin-bottom: 0;
}

#works .system-category.no-category span {
	border: none;
}

#works .system-category span {
	background: #fff;
	border-bottom: 1px solid #323232;
	border-top: 1px solid #323232;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-inline: auto;
	padding: 0px 20px 0px;
	width: -moz-fit-content;
	width: fit-content;
}

#works .system-pic {
	height: 200px;
	margin-bottom: 11px;
}

#works .system-pic img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#works .system-ttl-01 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 0px;
}

#works .system-area {
	color: #63A1A0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding-left: 10px;
	position: relative;
}

#works .system-area:before {
	background: #323232;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 1px;
}

/* pf -------------------------------------*/
.p-pf {
	margin-bottom: -16px;
}

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

.p-pf__item a {
	display: inline-block;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.p-pf__item:nth-child(1) {
	position: relative;
}

.p-pf__item:nth-child(1):before {
	background: url(../images/index/plan_icon.svg) no-repeat center center/contain;
	content: "";
	height: 220px;
	left: 40px;
	position: absolute;
	top: -20px;
	width: 160px;
	z-index: 10;
}

.p-pf__item:nth-child(2) {
	position: relative;
}

.p-pf__item:nth-child(2):before {
	background: url(../images/index/floor_icon.svg) no-repeat center center/contain;
	content: "";
	height: 220px;
	left: 40px;
	position: absolute;
	top: -19px;
	width: 160px;
	z-index: 10;
}

.p-pf__item a:hover .p-pf__item-img img {
	opacity: 1;
	transform: scale(1.1); /* 拡大 */
}

.p-pf__item-img {
	height: 420px;
	overflow: hidden;
}

.p-pf__item-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.6s ease; /* ゆっくり変化させる */
}

.p-pf__top {
	left: 50%;
	position: absolute;
	top: 111px;
	transform: translateX(-50%);
}

.p-plan__ttl {
	margin-bottom: 34px;
}

.p-pf__txt {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	white-space: nowrap;
}

.p-pf__bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	/* padding-right: 40px; */
}

.p-pf__bottom.floor {
	padding-left: 40px;
	padding-right: 0;
}

.p-plan__en img {
	height: auto;
	width: 597px;
}

.p-plan__img img {
	height: auto;
	width: 183px;
}

.p-floor__en img {
	height: auto;
	width: 741px;
}

.p-floor__img img {
	height: auto;
	width: 133px;
}

.p-pf__bottom {
	align-items: flex-end;
	bottom: -8px;
	display: flex;
	left: 0;
	margin-right: auto;
	position: absolute;
	width: min(100%, 920px);
}

.p-plan__en img {
	height: auto;
	width: 597px;
}

.p-plan__img img {
	height: auto;
	width: 129px;
}



/* lineup -------------------------------------*/

.lineup-list2025{margin: 0 0 100px 0;}
.lineup-list2025 .lineup-listframe{width: 1500px;margin: 0 auto 60px;}
.lineup-list2025 .lineup-listframe .subt{font-size: 28px;line-height: 1.6;letter-spacing: 1px;font-weight:bold;position:relative;margin: 0 0 40px 0;}
.lineup-list2025 .lineup-listframe .subt::after{content: "";width:1226px;height: 2px;margin: 0 auto;background: #8F8F8F;position: absolute;right: 0;bottom: 18px;}
.lineup-list2025 .lineup-listframe ul{width: 1320px; margin: 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-wrap: wrap;flex-wrap: wrap;display:-webkit-box;display:-ms-flexbox;display:flex;}
.lineup-list2025 .lineup-listframe ul li{margin:0 120px 0 0;width: 360px;}
.lineup-list2025 .lineup-listframe ul li:last-child{margin:0 0 0 0;}
.lineup-list2025 .lineup-listframe ul li .photo{margin: 0 0 15px 0;}
.lineup-list2025 .lineup-listframe ul li .name{font-size: 19px;line-height: 2;letter-spacing: 1px;font-weight:bold;color: #323232;margin: 0 0 5px 0;}
.lineup-list2025 .lineup-listframe ul li .name::after{content: '';display: inline-block;width: 25px;height: 25px;background-image: url(../images/index/arrow_news.svg);background-size: contain;background-repeat: no-repeat;position: relative;top: 4px;margin: 0 0 0 15px;}
.lineup-list2025 .lineup-listframe ul li .txt{ font-size: 14px; line-height: 1.6; letter-spacing: 1px; font-weight:500; color: #323232; }

.lineup-list2025 .lineup-listframe ul li .namenone{font-size: 19px;line-height: 2;letter-spacing: 1px;font-weight:bold;color: #323232;margin: 0 0 5px 0;}
.lineup-list2025 .lineup-listframe ul li .namenone::after{content: '';display: inline-block;width: 25px;height: 25px;background-image:none;background-size: contain;background-repeat: no-repeat;position: relative;top: 4px;margin: 0 0 0 15px;}



.p-lineup {
	background: #F1EDE3;
	margin-bottom: 140px;
	margin-inline: auto;
	width: min(100%, 1920px);
}

.l-inner.l-lineup {
	padding: 84px 0 100px;
}

.p-lineup__en {
	margin-bottom: -3px;
	text-align: center;
	position: relative;
	left: 87px;
	width: min(95%,564px);
	margin-inline: auto;
}

.p-lineup__en img {
	height: auto;
	width: 100%;
}

.p-lineup__ttl {
	text-align: center;
	margin-bottom: 12px;
}

.p-lineup__ttl img {
	height: auto;
	width: 455px;
}

.p-lineup__txt {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.15;
	margin-bottom: 25px;
	text-align: center;
}

.p-lineup__items {
	align-items: center;
	background: url(../images/index/lineup_ttl_bg.png) no-repeat top center/cover;
	display: flex;
	gap: 0 20px;
	margin-bottom: 41px;
	margin-inline: auto;
	max-width: 820px;
	padding: 40px 69px 30px;
	width: 100%;
}

.p-lineup__item {
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8333333333;
	padding: 7px 39px 5px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lineup__line {
	background: #323232;
	height: 4px;
	margin-bottom: -14px;
	margin-inline: auto;
	width: min(100%, 1920px);
}

.p-plan02__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: center;
	margin-bottom: 71px;
	margin-inline: auto;
	width: min(95%, 1600px);
}

.p-plan02__item {
	position: relative;
}

.p-plan02__item:nth-child(1) {
	background: url(../images/index/lineup01_bg.png) no-repeat top center/cover;
	height: 555px;
	margin-inline: auto;
	position: relative;
	right: -26px;
	width: 100%;
	z-index: 3;
}

.p-plan02__item:nth-child(2) {
	background: url(../images/index/lineup02_bg.png) no-repeat top center/cover;
	height: 555px;
	margin-inline: auto;
	position: relative;
	width: 100%;
	z-index: 2;
	left: -27px;
}

.p-plan02__item:nth-child(3) {
	background: url(../images/index/lineup03_bg.png) no-repeat top center/cover;
	height: 555px;
	left: -79px;
	margin-inline: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-plan02__wrap {
	left: calc(50% - 151px);
	margin-inline: auto;
	position: absolute;
	top: 83px;
	width: min(95%, 360px);
}

.p-plan02__wrap div.img {
	margin-bottom: 15px;
	text-align: center;
}

.p-plan02__wrap div.img img {
	min-height: 193px;
	width: auto;
	text-align: center;
}

.p-plan02__wrap div.ttl {
	margin: -30px 0 15px 0;
	text-align: center;
}

.p-plan02__wrap h3.subt{font-weight:bold;font-size: 19px;line-height: 1.6;letter-spacing: 1px;margin: 0 0 10px 0;}

.p-plan02__wrap p.txt {
	/* border-bottom: 1px dashed #323232; */
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	padding-bottom: 10px;
	text-align: left;
	/* width: 280px; */
	padding: 0 130px 10px 0;
}

.p-plan02__wrap p.lineup-qr{
	position: absolute;
	top: 285px;
	right:0;
}

.p-style__loop {
	
}

.l-inner.l-loop {
	overflow: hidden;
}

.p-style__loop-wrap {
	align-items: center;
	display: flex;
	gap: 0 0px;
	width: 200%;
}

.p-style__slider {
	animation: scroll-left 60s linear infinite;
}

.p-style__slider img {
	height: auto;
	width: 100%;
}

.p-style__img {
	left: calc(50% + 179px);
	margin-bottom: -256px;
	position: relative;
	top: -288px;
	width: 320px;
}

.p-style__img img {
	height: auto;
	width: 100%;
}

/* voice -------------------------------------*/
.p-voice {
	margin-bottom: 139px;	
	padding: 57px 0 0;
	overflow: hidden;
}

.l-inner.l-voice {
	width: min(95%,1200px);
	margin-inline: auto;
	border: solid 1px #323232;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 1px #323232;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 10px;   
	margin-bottom: -48px; 
}

.p-voice__box {
	position: relative;
	top: -56px;
}

.p-voice__en {
	margin-bottom: -5px;
	text-align: center;
	position: relative;
	z-index: 10;	
}

.p-voice__en img {
	height: auto;
	width: 240px;
}

.p-voice__ttl {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.15;
	text-align: center;
}

.p-voice__line {
	margin-bottom: 39px;
	margin-inline: auto;
	text-align: center;
	width: min(85%, 1000px);
}

.p-voice__line.bottom {
	
}

.p-voice__line img {
	height: auto;
	width: 100%;
}

#voice .system-list {
	position: relative;
	margin: 0 calc(50% - 50vw);
  width: 1920px;
  margin-bottom: -16px;
	margin-inline: auto;
	left: 50%;
	transform: translateX(-50%);
}

#voice .system-list.no-slick {
  display: flex;
  justify-content: center;
  gap: 16px; /* アイテム間の間隔を調整 */
}
#voice .system-list.no-slick li {
  list-style: none;
  width: clamp(12.5rem, 4.167rem + 17.36vw, 25rem);
}

#voice .system-list li {
	margin: 0 18px;
}

#voice .system-list li:nth-child(4n-3) .p-voice__contents-top-bg {
	background: #ECDDD1;
}

#voice .system-list li:nth-child(4n-2) .p-voice__contents-top-bg {
	background: #B4DBBC;
}

#voice .system-list li:nth-child(4n-1) .p-voice__contents-top-bg {
	background: #B4D3EF;
}

#voice .system-list li:nth-child(4n) .p-voice__contents-top-bg {
	background: #F9E0BF;
}

#voice .system-list li.slick-center .p-voice__contents {
	display: block;
}

#voice .system-list li.slick-center {
	position: relative;
	top: -60px;
	z-index: 10;
}

#voice .system-list li a {
	display: inline-block;
	width: 100%;
}

#voice .slick-track {
	margin-bottom: 40px;
	top: 72px;
}

#voice .system-num {
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 6px;
	margin-inline: auto;
	padding: 0 8px 0;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 11;
}

#voice .p-voice__contents-top-bg {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 28px 0px 46px;
	place-items: center;
}

#voice .p-voice__icon {
	margin-inline: auto;
	text-align: center;
	margin-bottom: 4px;
}

#voice .p-voice__en02 {
	margin-bottom: 23px;
	text-align: center;
	position: relative;
	left: 19px;
}

#voice .p-voice__en02 img {
	height: auto;
	width: 323px;
}

#voice .p-voice__txt {
	text-align: center;
}

#voice .p-voice__txt img {
	height: auto;
	width: 234px;
}

#voice .system-pic {
	height: 300px;
	margin-bottom: 17px;
}

#voice .system-pic img {
	height: 100%;
	width: 100%;
}

#voice .p-voice__contents {
	display: none;
}

#voice .p-voice__area-wrap {
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 0 0px;
	margin-bottom: 4px;
}

#voice .system-area {
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

#voice .system-line {
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

#voice .system-cus {
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

#voice .system-ttl {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 17px;
}

.c-btn.voice {
	border: 1px solid #323232;
	border-radius: 200px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	margin-inline: auto;
	padding: 2px 64px;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn.voice::after {
	background: url(../images/index/btn_voice.svg) no-repeat center center/contain;
	content: "";
	height: 5px;
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.c-btn.voice02 {
	text-align: center;
}

.c-btn.voice02 a {
	background: #323232;
	border-radius: 200px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 29px 221px 24px;
	text-align: center;
}

.c-btn.voice02 a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 7px;
	position: absolute;
	right: 61px;
	width: 7px;
}


/* home link -------------------------------------*/
.p-home__link {
	margin-bottom: 106px;
}

.l-inner.l-home__link {
	margin-inline: auto;
	width: min(95%, 1000px);
}

.p-home__link-items {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: center;
}

.p-home__link-item a {
	display: inline-block;
}

.p-home__link-item a img {
	height: auto;
	margin-bottom: 9px;
	width: 100%;
}

.p-home__link-item a p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	text-align: center;
}

/* home link02 -------------------------------------*/

.p-home__link02 {
	margin-bottom: 112px;
}

.l-inner.l-home__link02 {
	margin-inline: auto;
	width: min(95%, 680px);
}

.p-home__link02-items {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-home__link02-item a {
	display: inline-block;
}

.p-home__link02-item a img {
	height: auto;
	width: 100%;
}

/* news -------------------------------------*/
.p-news {
	margin-bottom: 68px;
}

.l-inner.l-news {
	margin-inline: auto;
	width: min(95%, 1000px);
}

.p-news__contents {
	display: flex;
	gap: 0 107px;
}

.p-news__en {
	margin-bottom: 1px;
}

.p-news__ttl {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.6875;
	margin-bottom: 34px;
}

.c-btn.news a {
	border-bottom: 1px solid #323232;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding-right: 29px;
	position: relative;
	width: 134px;
}

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

#news .p-news__contents-right {
	position: relative;
	top: -12px;
}

#news .system-list2 {
	display: grid;
	grid-template-columns: repeat(3,minmax(0, 1fr));
	gap: 0 20px;
	width: min(100%,760px);
	margin-inline: auto;
}

#news .system-list2 li a {
	background: #fff;
	border: 1px solid #F4F4F4;
	box-shadow: 0px 10px 10px -5px rgba(50, 50, 50, 0.3);
	display: inline-block;
	/* height: 100%; */
	padding: 14px 18px 36px;
	width: 100%;
	position: relative;
}

#news .system-list2 li a::after {
	position: absolute;
	content: "";
	background: url(../images/index/arrow_news.svg) no-repeat center center / contain;
	width: 24px;
	height: 24px;
	right: 0;
	bottom: 0;
}

#news .system-date {
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	margin-bottom: -1px;
}

#news .system-pic {
	height: 125px;
	margin-bottom: 8px;
}

#news .system-pic img {
	height: 100%;
	width: 100%;
}

#news .system-category {
	display: grid;
	gap: 6px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 7px;
}

#news .system-category.no-category {
	display: block;
	margin-bottom: 10px;
}

#news .system-category span {
	background: #323232;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0 10px;
	width: -moz-fit-content;
	width: fit-content;
}

#news .system-ttl-01 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.625;
}

/* blog -------------------------------------*/	
.p-blog {
	margin-bottom: 82px;
}

.l-inner.l-blog {
	background: #F4F4F4;
	margin-inline: auto;
	padding: 34px 0px 40px;
	width: min(95%, 1100px);
}

.p-blog__contents {
	align-items: center;
	border-bottom: 1px solid #D0D0D1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 41px;
	margin-inline: auto;
	padding-bottom: 5px;
	position: relative;
	width: min(95%, 1000px);
	padding: 0 41px 9px;
}

.p-blog__contents::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 1000px;
}

.p-blog__contents-left {
	align-items: flex-end;
	display: flex;
	gap: 0 20px;
}

.p-blog__en img {
	height: auto;
	width: 104px;
}

.p-blog__ttl {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-blog__contents-right a {
	background: #323232;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 6px 37px 5px 15px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-blog__contents-right a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 25px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

#blog .system-list2 {
	display: grid;
	gap: 19px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1006px);
}

#blog .system-list2 li:nth-child(1) a {
	border-bottom: 1px solid #D0D0D1;
	padding-bottom: 20px;
}

#blog .system-list2 li:nth-child(2) a {
	border-bottom: 1px solid #D0D0D1;
	padding-bottom: 20px;
}

#blog .system-list2 li a {
	display: inline-block;
}

#blog .text-box-top {
	display: grid;
	grid-template-columns: 79px 160px 236px;
}

#blog .system-date {
	display: flex;
	gap: 0 7px;
	height: 61px;
	margin-right: 8px;
}

#blog .system-date span.year {
	border-right: 1px solid #8F8F8F;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-right: 4px;
	writing-mode: vertical-rl;
}

#blog .system-date span.wrap {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	width: 20px;
}

#blog .system-date span.mon {
	border-bottom: 1px solid #323232;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	/* padding-bottom: 0px; */
}

#blog .system-date span.day {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

#blog .system-pic {
	border-right: 1px solid #323232;
	height: 120px;
	padding-right: 8px;
}

#blog .system-pic img {
	height: 100%;
	width: 100%;
}

#blog .system-category {
	border-bottom: 1px solid #323232;
	margin-bottom: 6px;
}

#blog .system-category span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0 8px;
  text-align: left;
}

#blog .system-ttl-01 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding-left: 10px;
}

#blog	.p-news__contents-right {

}

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

.l-inner.l-area {
	margin-left: auto;
	padding: 101px 0 150px;
	width: min(95%, 1100px);
}

.p-area__contents {
	width: 320px;
}

.p-area__en {
	margin-bottom: 15px;
}

.p-area__en img {
	height: auto;
	width: 186px;
}

.p-area__ttl {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.15;
	margin-bottom: 28px;
}

.p-area__txt {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	margin-bottom: 25px;
}

.p-area__txt02 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
}

}

@media screen and (min-width:768px) and ( max-width:1919px) {
.p-pf__bottom {
	align-items: flex-end;
	display: flex;
	left: 0vw;
	margin-right: auto;
	position: absolute;
	width: min(92%, 920px);
}

.p-pf__bottom.floor {
	margin-left: auto;
	padding-left: 1vw;
	padding-right: 0;
}

.p-plan__en img {
	height: auto;
	width: 31.11vw;
}

.p-floor__en img {
	height: auto;
	width: 35.614vw;
}

#voice .system-list {
	margin-inline: auto;
	position: relative;
	z-index: 20;
	margin-bottom: 3.7vw;
	margin: 0 calc(50% - 50vw);
  width: 100vw;
	left: 0;
	transform: none;
}

#voice .system-list li {
	margin: 0 0.938vw;
}

#voice .system-list li:nth-child(4n-3) .p-voice__contents-top-bg {
	background: #ECDDD1;
}

#voice .system-list li:nth-child(4n-2) .p-voice__contents-top-bg {
	background: #B4DBBC;
}

#voice .system-list li:nth-child(4n-1) .p-voice__contents-top-bg {
	background: #B4D3EF;
}

#voice .system-list li:nth-child(4n) .p-voice__contents-top-bg {
	background: #F9E0BF;
}

#voice .system-list li.slick-center .p-voice__contents-bottom {
	display: block;
}

#voice .system-list li.slick-center {
	position: relative;
	top: -3.127vw;
	z-index: 10;
}

#voice .system-list li a {
	display: inline-block;
	width: 100%;
}

#voice .slick-track {
	margin-bottom: 2.084vw;
	top: 3.752vw;
}

#voice .p-voice__contents-top-bg {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 1.459vw 0px 2.397vw;
	place-items: center;
}

#voice .p-voice__icon {
	margin-inline: auto;
	text-align: center;
	margin-bottom: 0.208vw;
}

#voice .p-voice__en02 {
	margin-bottom: 1.199vw;
	text-align: center;
	position: relative;
	left: 0.99vw;
}

#voice .p-voice__en02 img {
	height: auto;
	width: 16.832vw;
}

#voice .p-voice__txt {
	text-align: center;
}

#voice .p-voice__txt img {
	height: auto;
	width: 12.194vw;
}

#voice .system-pic {
	height: 16.6vw;
	margin-bottom: 0.886vw;
}

#voice .system-pic img {
	height: 100%;
	width: 100%;
}

#voice .p-voice__contents-bottom {
	display: none;
}

#voice .p-voice__area-wrap {
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 0 0px;
	margin-bottom: 0.208vw;
}

#voice .system-area {
	color: #8F8F8F;
	font-size: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

#voice .system-line {
	color: #8F8F8F;
	font-size: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

#voice .system-cus {
	color: #8F8F8F;
	font-size: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

#voice .system-ttl {
	font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 0.886vw;
}

.c-btn.voice {
	border: 1px solid #323232;
	border-radius: 10.422vw;
	font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	margin-inline: auto;
	padding: 0.104vw 3.335vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn.voice::after {
	background: url(../images/index/btn_voice.svg) no-repeat center center/contain;
	content: "";
	height: 0.261vw;
	position: absolute;
	right: 1.094vw;
	top: 50%;
	transform: translateY(-50%);
	width: 0.261vw;
}

}

@media screen and (min-width:768px) and ( max-width:1850px) {
/* slider -------------------------------------*/
.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}

/*sliderArea*/
.sliderArea {
	background: url(../images/index/fv_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 103.784vw;
	position: absolute;
	top: 0px;
	width: 100%;
}

#slide-fv .slick-list {
	overflow-x: hidden; /* 横方向のはみ出しを隠す */
}

#slider-fv .full-screen {
	margin-inline: auto;
}

.full-screen img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#slide-fv .slick-dots {
	bottom: 3vw;
	right: -0.162vw;
	text-align: left;
}

#slide-fv .slick-dots li button {
	background: #D8D9CD;
	color: transparent;
	height: 1.081vw;
	opacity: 1;
	width: 1.081vw;
}

#slide-fv .slick-dots li button::before {
	background: #D8D9CD;
	color: transparent;
	content: "" !important;
	height: 1.081vw;
	opacity: 1;
	width: 1.081vw;
}

#slide-fv .slick-dots li.slick-active button::before {
	background: #323232;
	height: 1.081vw;
	opacity: 1;
	width: 1.081vw;
}

#slide-fv .slick-dots li button {
	height: 1.081vw;
	width: 1.081vw;
  padding: 0.27vw;
}

#slide-fv .slick-dots li {
	margin: 0 0.595vw;
  width: 1.081vw;
  height: 1.081vw;
}

/* fv -------------------------------------*/
.p-fv {
	margin-bottom: 18.703vw;
	position: relative;
	top: 17.6vw;
	z-index: 10;
}
.p-fv__contents-top h1 img {
	height: auto;
	width: 16.649vw;
}

.p-fv__img img.top {
	height: auto;
	width: 7.027vw;
	position:relative;
	top: -3.4vw;
}

.p-fv__img img.bottom {
	height: auto;
	width: 10.703vw;
}


.p-fv__txt img {
	width: 24.649vw;
	height: auto;
}

.p-fv__txt.txt-second img {
	width: 36vw;
}

.p-fv__contents-top {
  margin-bottom: -2.5vw;
  margin-inline: auto;
  text-align: center;
  width: min(95%, 42.7vw);
  position: relative;
  left: 0.541vw;
}
}



@media screen and (min-width:768px) and ( max-width:1800px) {
.p-pf__item:nth-child(1):before {
	background: url(../images/index/plan_icon.svg) no-repeat center center / contain;
	content: "";
	height: 12.222vw;
	left: 0.5vw;
	position: absolute;
	top: -1.111vw;
	width: 8.889vw;
	z-index: 10;
}    

.p-pf__item:nth-child(2):before {
	background: url(../images/index/floor_icon.svg) no-repeat center center / contain;
	content: "";
	height: 12.222vw;
	left: 0.5vw;
	position: absolute;
	top: -1.056vw;
	width: 8.889vw;
	z-index: 10;
}

.p-floor__en {
	position: relative;
	left: -2vw;
}

}

@media screen and (min-width:768px) and ( max-width:1700px) {
.p-concept__contents {
	display: grid;
	gap: 0 6.611vw;
	grid-template-columns: 36.111vw 38.889vw;
	justify-content: center;
}

#event .system-pic {
	height: 14.353vw;
	margin-bottom: 0.941vw;
	text-align: center;
}

.p-plan02__item:nth-child(1) {
	background: url(../images/index/lineup01_bg.png) no-repeat top center / cover;
	height: 32.529vw;
	margin-inline: auto;
	position: relative;
	right: -1.529vw;
	width: 100%;
	z-index: 3;
}

.p-plan02__item:nth-child(2) {
	background: url(../images/index/lineup02_bg.png) no-repeat top center / cover;
	height: 32.529vw;
	margin-inline: auto;
	position: relative;
	width: 100%;
	z-index: 2;
	left: -1.588vw;
}

.p-plan02__item:nth-child(3) {
	background: url(../images/index/lineup03_bg.png) no-repeat top center / cover;
	height: 32.529vw;
	left: -4.647vw;
	margin-inline: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-plan02__wrap div.img img {
	/* min-height: 1vw; */
	height: auto;
	min-height: auto;
	width: 21vw;
}

.p-plan02__wrap {
	left: calc(50% - 8.882vw);
	margin-inline: auto;
	position: absolute;
	top: 4vw;
	width: min(95%, 21.1vw);
}

.p-plan02__wrap div.ttl{margin: -1.2vw auto 0.4vw auto;width: 13vw;}
.p-plan02__wrap div.ttl img{width: 100%;}
.p-plan02__wrap div.img{ width: 100%;}

.p-plan02__wrap h3.subt{font-size: 1.15vw;margin: 0 0 0.2vw 0;}

.p-plan02__wrap p.txt{
	padding: 0px 7vw 0px 0px;
	font-size: 0.8vw;
}

.p-plan02__wrap p.lineup-qr{
	top: 17.8vw;
	width: 6vw;
}

.p-plan02__wrap p.lineup-qr img{
	width: 100%;
}

}

@media screen and (min-width:768px) and ( max-width:1600px) {
.p-pf__top {
	left: 12vw;
	position: absolute;
	top: 6.938vw;
	transform: none;
}
}

@media screen and (min-width:768px) and ( max-width:1550px) {
.p-plan02__items {
	margin-bottom: 8.3vw;
}
.p-fv {
  margin-bottom: 20.703vw;
  position: relative;
  top: 17.8vw;
  z-index: 10;
}

}

@media screen and (min-width:768px) and ( max-width:1450px) {
#event .date-ttl {
	border-bottom: 1px solid #323232;
	font-size: 0.966vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	text-align: center;
	width: 5.655vw;
}

#event .start_text {
	font-size: 0.966vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	width: calc(100% - 5.103vw);
}

#event .system-date {
	align-items: center;
	display: flex;
	gap: 0 0.828vw;
	position: relative;
	right: -0.207vw;
	margin-bottom: 0.207vw;
}
}

@media screen and (min-width:768px) and ( max-width:1400px) {
.p-concept::after {
	background: #F4F4F4;
	bottom: -13.857vw;
	content: "";
	height: 70.714vw;
	position: absolute;
	right: 0;
	width: 32.857vw;
}

.p-plan02__wrap p.txt {
	font-size: clamp(0.5rem, 0.14rem + 0.65vw, 0.875rem);
}

.p-news__contents {
	gap: 0 clamp(1rem, -5.987rem + 14.56vw, 6.75rem);
}

#works .system-pic {
	height: 14.286vw;
	margin-bottom: 0.786vw;
}
}

@media screen and (min-width:768px) and ( max-width:1400px) {
.p-fv {
  margin-bottom: 21vw;
  position: relative;
  top: 18.5vw;
  z-index: 10;
}

}


@media screen and (min-width:768px) and ( max-width:1350px) {
.p-concept__contents-left h2 img {
	height: auto;
	width: 27.647vw;
}

.p-concept__contents-left h3 img {
	height: auto;
	width: 28.765vw;
}

.p-reason__items {
	display: grid;
	gap: 0px clamp(1rem, -2.629rem + 7.56vw, 3.75rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1186px);
}

.p-reason__item:nth-child(1) a {
	background: url(../images/index/reason02_bg.png) no-repeat top left / cover;
	display: inline-block;
	position: relative;
	height: 100%;
}

.p-reason__item:nth-child(2) a {
	background: url(../images/index/reason02_bg.png) no-repeat top left / cover;
	display: inline-block;
	position: relative;
	height: 100%;
}

.p-reason__item:nth-child(3) a {
	background: url(../images/index/reason02_bg.png) no-repeat top left / cover;
	display: inline-block;
	position: relative;
	height: 100%;
}

.p-reason__item:nth-child(4) a {
	background: url(../images/index/reason02_bg.png) no-repeat top left / cover;
	display: inline-block;
	position: relative;
	height: 100%;
}

.p-reason__item-wrap.item01 {
	padding: 2.37vw 2.889vw 8vw 7.407vw;
}

.p-reason__item-wrap.item02 {
	padding: 0.741vw 2.667vw 8vw 7.407vw;
}

.p-reason__item-wrap.item03 {
	padding: 2vw 2.815vw 8vw 7.407vw;
}

.p-reason__item-wrap.item04 {
	padding: 0.963vw 1.259vw 8vw 7.333vw;
}

.p-reason__item-ttl02 {
	font-size: clamp(1rem, 0.01rem + 2.06vw, 1.75rem);
}

.p-reason__item-txt {
	font-size: clamp(0.75rem, 0.585rem + 0.34vw, 0.875rem);
	width: 29.6vw;
}

.p-reason__img {
	margin-bottom: -3.333vw;
	position: relative;
	width: 31.407vw;
	z-index: 10;
}

.p-reason__img.after {
	width: 32.963vw;
	position: relative;
	left: -1.481vw;
}

.p-reason__item:nth-child(3) a::after {
	background: url(../images/index/fusen.png) no-repeat center center / contain;
	content: "";
	height: 2.815vw;
	position: absolute;
	right: 0vw;
	top: 11.481vw;
	width: 15.333vw;
}

.p-reason__item:nth-child(1) a:before {
	background: url(../images/index/clip.png) no-repeat center center / contain;
	bottom: 15.926vw;
	content: "";
	height: 4.963vw;
	left: -3.259vw;
	position: absolute;
	width: 6.296vw;
}

.p-reason__item-wrap::after {
	background: url(../images/index/reason_arrow.svg) no-repeat center center / contain;
	bottom: 4.5vw;
	content: "";
	height: 2.963vw;
	position: absolute;
	right: 0px;
	width: 2.963vw;
}

.p-reason__item-wrap.item02::after {
	bottom: 2.5vw;
}

#slide-fv .slick-slider {   
  width: min(95%, 1760px);
  margin-inline: auto;
  padding: 7.407vw 0 7.63vw;
}

}

@media screen and (min-width:768px) and ( max-width:1331px) {
.p-pf__txt {
	white-space: wrap;
	width: 80%;
}

.p-pf__txt {
	white-space: wrap;
	width: 80%;
}
}

@media screen and (min-width:768px) and ( max-width:1300px) {
.p-plan__img img {
	height: auto;
	width: 10.2vw;
}

.p-floor__img img {
	height: auto;
	width: 10.462vw;
}

.p-plan02__items {
	margin-bottom: 15vw;
}

}

@media screen and (min-width:768px) and ( max-width:1200px) {
.p-reason__contents-left p img {
	width: clamp(15.625rem, -9.042rem + 51.39vw, 29.5rem);
	height: auto;
}

.p-reason__contents-left h2 {
	font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
	top: 0;
}

.p-reason__contents-right img {
	width: clamp(11.25rem, 3.472rem + 16.2vw, 15.625rem);
	height: auto;
}

#slide-fv .slick-slider {
  width: min(95%, 1760px);
  margin-inline: auto;
  padding: 7.407vw 0 7.63vw;
}

#slide-fv .slick-slider {
  width: min(95%, 1760px);
  margin-inline: auto;
  padding: 7.407vw 0 7.63vw;
}

.p-fv {
  margin-bottom: 22vw;
  position: relative;
  top: 18.5vw;
  z-index: 10;
}

}

@media screen and (min-width:768px) and ( max-width:1120px) {
.p-plan02__wrap div.img {
	text-align: center;
}

.p-plan02__wrap div.img img {
	height: auto;
  width: 18.176vw;
}

.p-plan02__wrap div.ttl.basic img {
	width: 7.143vw;
	height: auto;
}

.p-plan02__wrap div.ttl.siesta img {
	width: 7.411vw;
	height: auto;
}

.p-plan02__wrap div.ttl.free img {
	width: 5.179vw;
	height: auto;
}

.p-plan02__wrap div.ttl {
	margin-bottom: 0;
}


}

@media screen and (min-width:768px) and ( max-width:1100px) {
#event .system-pic.event-closed .overlay p {
	color: #323232;
	font-size: 2vw;
	font-weight: bold;
	margin: 0;
}

.p-style__img {
	left: calc(50% + 9.273vw);
	margin-bottom: -23.273vw;
	position: relative;
	top: -26.182vw;
	width: 29.091vw;
}

.p-fv {
  margin-bottom: 22.2vw;
  position: relative;
  top: 19.4vw;
  z-index: 10;
}

/* blog -------------------------------------*/	
.p-blog {
	margin-bottom: 7.455vw;
}

.l-inner.l-blog {
	background: #F4F4F4;
	margin-inline: auto;
	padding: 3.091vw 0px 3.636vw;
	width: min(95%, 1100px);
}

.p-blog__contents {
	align-items: center;
	border-bottom: 1px solid #D0D0D1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.727vw;
	margin-inline: auto;
	padding-bottom: 0.455vw;
	position: relative;
	width: min(95%, 1000px);
	padding: 0 3.727vw 0.818vw;
}

.p-blog__contents::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 0.091vw;
	left: 0;
	position: absolute;
	width: 90.909vw;
}

.p-blog__contents-left {
	align-items: flex-end;
	display: flex;
	gap: 0 1.818vw;
}

.p-blog__en img {
	height: auto;
	width: 9.455vw;
}

.p-blog__ttl {
	font-size: 1.455vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-blog__contents-right a {
	background: #323232;
	color: #fff;
	display: inline-block;
	font-size: 1.273vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 0.545vw 3.364vw 0.455vw 1.364vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-blog__contents-right a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2.273vw;
	position: absolute;
	right: 0.909vw;
	top: 50%;
	transform: translateY(-50%);
	width: 0.909vw;
}

#blog .system-list2 {
	display: grid;
	gap: 1.727vw 2.545vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1006px);
}

#blog .system-list2 li:nth-child(1) a {
	border-bottom: 1px solid #D0D0D1;
	padding-bottom: 1.818vw;
}

#blog .system-list2 li:nth-child(2) a {
	border-bottom: 1px solid #D0D0D1;
	padding-bottom: 1.818vw;
}

#blog .system-list2 li a {
	display: inline-block;
}

#blog .text-box-top {
	display: grid;
	grid-template-columns: 7.182vw 14.545vw 21.455vw;
}

#blog .system-date {
	display: flex;
	gap: 0 0.636vw;
	height: 5.545vw;
	margin-right: 0.727vw;
}

#blog .system-date span.year {
	border-right: 1px solid #8F8F8F;
	font-size: 1.273vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-right: 0.364vw;
	writing-mode: vertical-rl;
}

#blog .system-date span.wrap {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	width: 1.818vw;
}

#blog .system-date span.mon {
	border-bottom: 1px solid #323232;
	font-size: 1.455vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	/* padding-bottom: 0px; */
}

#blog .system-date span.day {
	font-size: 2.545vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

#blog .system-pic {
	border-right: 1px solid #323232;
	height: 10.909vw;
	padding-right: 0.727vw;
}

#blog .system-pic img {
	height: 100%;
	width: 100%;
}

#blog .system-category {
	border-bottom: 1px solid #323232;
	margin-bottom: 0.545vw;
}

#blog .system-category span {
	font-size: 1.273vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0 0.727vw;
}

#blog .system-ttl-01 {
	font-size: 1.455vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding-left: 0.909vw;
}

#blog	.p-news__contents-right {
	
}

}

@media screen and (min-width:768px) and ( max-width:1035px) {
#event .system-list {
	gap: clamp(1rem, -6.91rem + 16.48vw, 3.75rem);
}
}

@media screen and (min-width:768px) and ( max-width:1023px) {

}

@media screen and (min-width:768px) and ( max-width:1000px) {
#works .system-category span {
	font-size: 12px;
}

#works .system-category span {
	padding: 0 8px 0;
}

#works .system-list2 {
	gap: 21px clamp(0.5rem, -6.121rem + 13.79vw, 2.5rem);
}

.p-fv {
  margin-bottom: 23.2vw;
  position: relative;
  top: 20vw;
  z-index: 10;
}

}

@media screen and (min-width:768px) and ( max-width:927px) {

}

@media screen and (min-width:768px) and ( max-width:900px) {
.p-reason__item-wrap::after {
	bottom: 5vw;
}

.p-reason__item-wrap.item02::after {
	bottom: 5vw;
}

.p-lineup__item {
	font-size: 16px;
}

.c-btn.concept a {
	padding: 20px 64px 20px;
}

.p-fv {
  margin-bottom: 18vw;
  position: relative;
  top: 16vw;
  z-index: 10;
}

.p-fv__contents-top h1 {
  margin-bottom: -6.3vw;
}

.p-fv__contents-top {
  margin-bottom: -4.3vw;
}
}




@media screen and (min-width:768px) and (max-width:1530px) {
#slide-fv .slick-slider {width: min(95%, 115.03vw);margin-inline: auto;padding: 8.52vw 0 6.6vw;}
}
	

@media screen and (min-width:768px) and (max-width:1580px) {
.lineup-list2025 {margin: 0 0 7.33vw 0;}
.lineup-list2025 .lineup-listframe {width: 94.94vw;margin: 0 auto 4.8vw;}
.lineup-list2025 .lineup-listframe .subt {font-size: 1.77vw;line-height: 1.6;letter-spacing: 0.2vw;font-weight: bold;position: relative;margin: 0 0 2.53vw 0;}
.lineup-list2025 .lineup-listframe .subt::after {content: "";width: 77.59vw;height: 0.13vw;margin: 0 auto;background: #8F8F8F;position: absolute;right: 0;bottom: 1.14vw;}
.lineup-list2025 .lineup-listframe ul {width: 83.54vw;margin: 0 auto;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-wrap: wrap;flex-wrap: wrap;display: -webkit-box;display: -ms-flexbox;display: flex;}
.lineup-list2025 .lineup-listframe ul li {margin: 0 7.59vw 0 0;width: 22.78vw;}
.lineup-list2025 .lineup-listframe ul li:last-child {margin: 0 0 0 0;}
.lineup-list2025 .lineup-listframe ul li .photo {margin: 0 0 0.95vw 0;}
.lineup-list2025 .lineup-listframe ul li .photo img{width: 100%;}
.lineup-list2025 .lineup-listframe ul li .name {font-size: 1.3vw;line-height: 2;letter-spacing: 0.2vw;font-weight: bold;color: #323232;margin: 0 0 0.32vw 0;}
.lineup-list2025 .lineup-listframe ul li .name::after {content: '';display: inline-block;width: 1.58vw;height: 1.58vw;background-image: url(../images/index/arrow_news.svg);background-size: contain;background-repeat: no-repeat;position: relative;top: 0.25vw;margin: 0 0 0 0.95vw;}
.lineup-list2025 .lineup-listframe ul li .txt {/* font-size: 0.88vw; *//* line-height: 1.6; */letter-spacing: 0.1vw;font-weight: 500;color: #323232;}

.lineup-list2025 .lineup-listframe ul li .namenone {font-size: 1.3vw;line-height: 2;letter-spacing: 0.2vw;font-weight: bold;color: #323232;margin: 0 0 0.32vw 0;}
.lineup-list2025 .lineup-listframe ul li .namenone::after {content: '';display: inline-block;width: 1.58vw;height: 1.58vw;background-image:none;background-size: contain;background-repeat: no-repeat;position: relative;top: 0.25vw;margin: 0 0 0 0.95vw;}

.p-style__img {left: calc(50% + 9.273vw);margin-bottom: -15.273vw;position: relative;top: -17.182vw;width: 20.091vw;}
}



@media screen and (min-width:768px) and (max-width:1440px){
.top-contents-list {background-color:#F4F4F4;padding:6.11vw 0vw 9.38vw 0vw;margin:0 0 8.33vw 0;}
.top-contents-list .mainttl {margin: 0 0 3.76vw 0;text-align:center;}
.top-contents-list .contents-list {width:88.89vw;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;}
.top-contents-list .contents-list li {position:relative;margin:0 1.11vw 1.11vw 0;padding:2.22vw 0 2.29vw 0;width:21.39vw;background-color:#fff;border:0.14vw solid #D8D9CD;}
.top-contents-list .contents-list li:nth-child(4n) {margin:0 0vw 1.11vw 0;}
.top-contents-list .contents-list li::after {content:'';display:inline-block;width:1.04vw;margin:0 auto;height:0.56vw;position:absolute;bottom:1.53vw;left:0;right:0;background-image:url(../images/index/contents-list-arrow.svg);background-size:contain;background-repeat:no-repeat;}
.top-contents-list .contents-list li .name {text-align:center;font-size:1.39vw;line-height:1.6;/* letter-spacing:0.25vw; */font-weight:bold;padding:0 1.39vw 1.04vw 1.39vw;}
.top-contents-list .contents-list li .icon-photo {text-align:center;}
.top-contents-list .contents-list li .icon-photo img{width: 40%;}
}
	



@media screen and (max-width: 767px) {
.c-btn a::after {
	background: url(../images/index/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2.039vw;
	position: absolute;
	right: 7.246vw;
  top: 6vw;
	width: 2.415vw;
}

.c-btn.concept {
	text-align: center;
}

.c-btn.concept a {
	background: #fff;
	border: 0.2vw solid #323232;
	border-radius: 48.309vw;
	padding: 5.072vw 22.705vw 5.072vw;
	position: relative;
}

.c-btn.event a {
	display: inline-block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 3.5vw 22.705vw;
	text-align: center;
	background: #323232;
	color: #fff;
	border-radius: 200px;
	position: relative;
}

.c-btn.lineupbtn a {
	background: #fff;
	border: 0.2vw solid #323232;
	border-radius: 48.309vw;
	padding: 5.072vw 22.705vw 5.072vw;
	position: relative;
}

.c-btn.event a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 1.691vw;
	position: absolute;
	right: 7.734vw;
	width: 1.691vw;
}

.c-btn.works a {
	display: inline-block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 4vw 25.705vw;
	text-align: center;
	background: #323232;
	color: #fff;
	border-radius: 200px;
	position: relative;
}

.c-btn.works a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 1.691vw;
	position: absolute;
	right: 7vw;
	width: 1.691vw;
}

.c-btn.lineup a {
	display: inline-block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 4vw 18.705vw;
	text-align: center;
	background: #323232;
	color: #fff;
	border-radius: 200px;
	position: relative;
}

.c-btn.lineup a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 1.691vw;
	position: absolute;
	right: 7vw;
	width: 1.691vw;
}

.c-btn.voice02 {
	position: relative;
	text-align: center;
	z-index: 10;
}

.c-btn.voice02 a {
	display: inline-block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 4.072vw 24.705vw;
	text-align: center;
	background: #323232;
	color: #fff;
	border-radius: 200px;
}

.c-btn.voice02 a::after {
	background: url(../images/index/btn_wh_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 1.691vw;
	position: absolute;
	right: 19vw;
	width: 1.691vw;
}

/* fv -------------------------------------*/
.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}

.sliderArea {
	background: url(../images/index/sp_fv_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	padding: 14.155vw 0 59vw;
	width: 100%;
	/* overflow: hidden; */
	position: absolute;
	top: 0;
}

#slide-fv .slider {
	
}

#slide-fv .full-screen {
}

#slide-fv .full-screen img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#slide-fv .slick-dots {
	bottom: -70.647vw;
	right: 0;
	text-align: center;
}

#slide-fv .slick-dots li button {
	background: #D8D9CD;
	color: transparent;
	height: 2.899vw;
	opacity: 1;
	width: 2.899vw;
}

#slide-fv .slick-dots li button::before {
	background: #D8D9CD;
	color: transparent;
	content: "" !important;
	height: 2.899vw;
	opacity: 1;
	width: 2.899vw;
}

#slide-fv .slick-dots li.slick-active button::before {
	background: #323232;
	height: 2.899vw;
	opacity: 1;
	width: 2.899vw;
}

#slide-fv .slick-dots li button {
	height: 2.899vw;
	width: 2.899vw;
}

#slide-fv .slick-dots li {
	height: 2.899vw;
	margin: 0 1.449vw;
	width: 2.899vw;
}

.p-fv {
	margin-bottom: 140.928vw;
	position: relative;
	top: 105.971vw;
	z-index: 10;
}

.l-inner.l-fv {
	width: 100%;
}

.p-fv__contents-top {
	width: 100%;
}

.p-fv__contents-top h1 {
	margin-bottom: 7.493vw;
	position: relative;
  left: calc(50% + -24.396vw);
}

.p-fv__contents-top h1 img {
	height: auto;
	width: 48.551vw;
}

.p-fv__txt {
  text-align: center;
}

.p-fv__txt img {
	height: auto;
	width: 84.541vw;
  margin-inline: auto;
}

.p-fv__txt.txt-second img {
	height: auto;
	width: 58vw;
  margin-inline: auto;}


.top-contents-list{background-color:#F4F4F4;padding: 14.26vw 0 9.61vw 0;margin: 0 0 15.99vw 0;}
.top-contents-list .mainttl{margin: 0 0 12.05vw 0;text-align:center;}
.top-contents-list .contents-list{width:90%;margin:0 auto;flex-wrap:wrap;display:flex;}
.top-contents-list .contents-list li{position:relative;margin: 0 1.86vw 1.86vw 0;padding: 3.73vw 0 6.97vw 0;width: 48.7%;background-color:#fff;border: 0.5vw solid #D8D9CD;}
.top-contents-list .contents-list li:nth-child(2n){margin:0 0 1.86vw 0;}
.top-contents-list .contents-list li::after{content:'';display:inline-block;width:3.62vw;margin:0 auto;height:1.93vw;position:absolute;bottom: 2.31vw;left:0;right:0;background-image:url(../images/index/contents-list-arrow.svg);background-size:contain;background-repeat:no-repeat;}
.top-contents-list .contents-list li .name{text-align:center;font-size:3.14vw;line-height:1.6;/* letter-spacing:0.25vw; */font-weight:bold;padding: 0 4.83vw 0.5vw 4.83vw;font-feature-settings: "palt";}
.top-contents-list .contents-list li .icon-photo{text-align:center;width: 14vw;margin: 0 auto;/* padding: 0 10vw 0 10vw; */}



/* concept -------------------------------------*/
.p-concept {
	margin-bottom: 19.324vw;
	position: relative;
}

.p-concept::after {
	background: #F4F4F4;
	bottom: -24.324vw;
	content: "";
	height: 202.657vw;
	position: absolute;
	right: 0;
	width: 67.633vw;
}

.l-inner.l-concept {
	position: relative;
	z-index: 10;
}

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

.p-concept__contents-left h2 {
	margin-bottom: 11.831vw;
	padding-left: 5.106vw;
}

.p-concept__contents-left h2 img {
	height: auto;
	width: 69.807vw;
}

.p-concept__contents-left h3 {
	margin-bottom: 10.662vw;
	padding-left: 6.106vw;
}

.p-concept__contents-left h3 img {
	height: auto;
	width: 80.507vw;
}

.p-concept__contents-left p {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
}

.p-concept__contents-left p.top {
	margin-bottom: 11.493vw;
	padding-left: 6.522vw;
}

.p-concept__contents-left p.center {
	margin-bottom: 51.14vw;
	margin-left: auto;
	padding-right: 6.522vw;
	position: relative;
	width: 56.415vw;
	left: -4vw;
}

.p-concept__contents-left p.center:before {
	background: url(../images/index/sp_concept02.jpg) no-repeat center center/contain;
	content: "";
	height: 31.401vw;
	left: -30.715vw;
	position: absolute;
	top: -2.662vw;
	width: 24.155vw;
}

.p-concept__contents-left p.bottom {
	margin-bottom: 17.493vw;
	/* padding-left: 6.522vw; */
	position: relative;
	left: 7vw;
	width: 57.971vw;
}

.p-concept__contents-left p.bottom::after {
	background: url(../images/index/sp_concept03.jpg) no-repeat center center/contain;
	content: "";
	height: 33.816vw;
	position: absolute;
	right: -26.85vw;
	top: -39.309vw;
	width: 53.14vw;
}

.p-concept__img {
	margin-bottom: 7.662vw;
	padding-right: 4.106vw;
	text-align: right;
}

.p-concept__img img {
	height: auto;
	width: 82.126vw;
}

/* event -------------------------------------*/
.p-event {
	margin-bottom: 11.903vw;
	position: relative;
	/* right: 0vw; */
}

.p-event__en {
	margin-bottom: 4.831vw;
	position: relative;
	text-align: center;
	z-index: 10;
}

.p-event__en img {
	height: auto;
	width: 45.411vw;
}

.p-event__txt {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.125;
	margin-bottom: 8.662vw;
	position: relative;
	text-align: center;
	z-index: 10;
}

.p-event__box {
	margin-bottom: 0px;
	padding: 0 0 13.024vw;
}

.p-event::after {
	background: #F4F4F4;
	content: "";
	height: 399.517vw;
	position: absolute;
	top: 4.696vw;
	width: 100%;
}

#event .system-list {
	display: grid;
	gap: 11.077vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
  width: min(95%,86.9vw);
	position: relative;
	z-index: 10;
}

#event .system-pic {
	height: 58.937vw;
	margin-bottom: 4.831vw;
  text-align: center;
}

#event .system-pic img {
	height: 100%;
}

#event .system-ttl-01 {
	border-bottom: 0.2vw dashed #323232;
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.875;
	margin-bottom: 5vw;
	padding-bottom: 2.865vw;
}

#event .system-pic.event-closed {
	display: inline-block;
	position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#event .system-pic.event-closed .overlay {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.7); /* より白い透明背景 */
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}

#event .system-pic.event-closed .overlay p {
	color: #323232; /* テキストの色 */
	font-size: 4.348vw;
	font-weight: bold;
	margin: 0;
}

#event .icon01 {
	background: none;
	height: 9.662vw;
	margin-bottom: 4.831vw;
	margin-inline: auto;
	width: 38.647vw;
}

#event .icon02 {
	background: none;
	height: 9.662vw;
	margin-bottom: 4.831vw;
	margin-inline: auto;
	width: 38.647vw;
}

#event .system-date {
	align-items: center;
	display: flex;
	gap: 0 0vw;
	margin-bottom: 1vw;
}

#event .date-ttl {
	border-bottom: 0.2vw solid #323232;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	width: 18.8vw;
}

#event .start_text {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	width: calc(100% - 18.8vw);
	position: relative;
	right: -2vw;
}

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

.p-reason__ttl-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: -5vw;
}

.p-reason__contents-left {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2vw 0;
	position: relative;
	right: -5vw;
}

.p-reason__contents-left p img {
	height: auto;
	width: 141.082vw;
}

.p-reason__contents-left h2 {
	font-size: 4.348vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1666666667;
	padding-left: 2vw;
}

.p-reason__contents-right {
	/* padding-right: 1vw; */
	position: relative;
	top: 3vw;
	left: -1vw;
}

.p-reason__contents-right img {
	height: auto;
	width: 68.609vw;
}

.p-reason__items-wrap {
	background: url(../images/index/sp_reason_bg.png) no-repeat top center/cover;
	height: 100%;
	margin-inline: auto;
	margin-inline: auto;
	padding: 15.604vw 0 12.391vw;
	position: relative;
	width: 100%;
	z-index: 10;
}

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

.p-reason__item:nth-child(1) a {
	background: url(../images/index/sp_reason02_bg.png) no-repeat top left/cover;
	display: inline-block;
	position: relative;
}

.p-reason__item:nth-child(1) a:before {
	background: url(../images/index/sp_clip.png) no-repeat center center/contain;
	content: "";
	height: 8.696vw;
	left: -3.415vw;
	position: absolute;
	top: 22.947vw;
	width: 11.111vw;
}

.p-reason__item:nth-child(2) a {
	background: url(../images/index/sp_reason02_bg.png) no-repeat top left/cover;
	display: inline-block;
}

.p-reason__item:nth-child(3) a {
	background: url(../images/index/sp_reason02_bg.png) no-repeat top center/cover;
	display: inline-block;
	position: relative;
}

.p-reason__item:nth-child(3) a::after {
	background: url(../images/index/sp_fusen.png) no-repeat center center/contain;
	content: "";
	height: 5.314vw;
	position: absolute;
	right: -2.174vw;
	top: 26.57vw;
	width: 27.295vw;
}

.p-reason__item:nth-child(4) a {
	background: url(../images/index/sp_reason02_bg.png) no-repeat top center/cover;
	display: inline-block;
}

.p-reason__item-wrap {
	position: relative;
	z-index: 10;
}

.p-reason__item-wrap::after {
	background: url(../images/index/reason_arrow.svg) no-repeat center center/contain;
	bottom: 0px;
	content: "";
	height: 9.662vw;
	position: absolute;
	right: 0vw;
	width: 9.662vw;
}

.p-reason__item-wrap.item01 {
	padding: 4.831vw 1.932vw 8.831vw 9.662vw;
}

.p-reason__item-wrap.item02 {
	padding: 2.831vw 1.932vw 8.831vw 9.662vw;
}

.p-reason__item-wrap.item03 {
	padding: 4.831vw 1.932vw 8.831vw 9.662vw;
}

.p-reason__item-wrap.item04 {
	padding: 1.831vw 1.932vw 8.831vw 9.662vw;
}

.p-reason__img {
	margin-bottom: -7.87vw;
	position: relative;
	width: 80.918vw;
	z-index: 10;
}

.p-reason__img img {
	height: auto;
	width: 100%;
}

.p-reason__item-ttl {
	background: #F4F4F4;
	border-right: 1px solid #323232;
	border-top: 1px solid #323232;
	font-size: 3.865vw;
	font-weight: 700;
	left: -1.932vw;
	letter-spacing: 0.05em;
	line-height: 2.125;
	margin-bottom: 0.449vw;
	padding: 1.208vw 11.174vw 1.208vw 2.174vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
}

.p-reason__item-ttl.design {
	padding: 1.208vw 2.174vw 1.208vw 2.174vw;
}

.p-reason__item-ttl.anshin {
	padding: 1.208vw 1.174vw 1.208vw 2.174vw;
}

.p-reason__item-ttl.after {
	padding: 1.208vw 2.174vw 1.208vw 2.174vw;
}

.p-reason__item-ttl02 {
	font-size: 5.797vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7916666667;
	margin-bottom: 1vw;
}

.p-reason__item-txt {
	border-top: 0.2vw dashed #323232;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	padding-top: 1.657vw;
	width: 77.295vw;
}

/* works -------------------------------------*/
.p-works {
	background: #F4F4F4;
}

.l-inner.l-works {
	padding: 85vw 0 19.324vw;
}

.p-works__en {
	margin-bottom: 2.415vw;
	text-align: center;
}

.p-works__en img {
	height: auto;
	width: 22.222vw;
}

.p-works__ttl {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.125;
	text-align: center;
	margin-bottom: 5vw;
}

#works .system-list2 {
	display: grid;
	gap: 8vw 2.246vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 89.3vw);
	margin-bottom: 12vw;
}

#works .system-category {
	margin-bottom: -2vw;
}

#works .system-category.no-category {
	margin-bottom: 0;
}

#works .system-category.no-category span {
	border: none;
}

#works .system-category span {
	background: #fff;
	border-bottom: 0.2vw solid #323232;
	border-top: 0.2vw solid #323232;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1666666667;
	margin-inline: auto;
	padding: 0px 5.831vw 0px;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	z-index: 10;
}

#works .system-pic {
	height: 27.053vw;
	margin-bottom: 2.382vw;
}

#works .system-pic img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#works .system-ttl-01 {
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.625;
	margin-bottom: 0.415vw;
}

#works .system-area {
	color: #63A1A0;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding-left: 2.415vw;
	position: relative;
}

#works .system-area:before {
	background: #323232;
	content: "";
	height: 4.348vw;
	left: 0;
	position: absolute;
	top: 1.382vw;
	width: 0.242vw;
}

/* pf -------------------------------------*/
.p-pf__item a {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-pf__item:nth-child(1) {
	position: static;
}

.p-pf__item:nth-child(1):before {
	content: none;
}

.p-pf__item:nth-child(2) {
	position: static;
}

.p-pf__item:nth-child(2):before {
	content: none;
}

.p-pf__top {
	position: static;
	transform: none;
}

.p-pf__bottom {
	background: #fff;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	padding: 4.831vw 0 8.662vw;
	position: relative;
  width: min(95%,86.9vw);
	position: relative;
}

.p-pf__bottom::after {
	content: "";
	position: absolute;
	background: url(../images/index/pf_btn.svg) no-repeat center center / contain;
	width: 9.662vw;
  height: 9.662vw;
	right: 0;
	bottom: 0;
}

.p-pf__bottom.plan:before {
	background: url(../images/index/sp_plan_human.png) no-repeat center center/contain;
	content: "";
	height: 21.739vw;
	left: -1vw;
	position: absolute;
	top: -21.739vw;
	width: 22.222vw;
}

.p-pf__bottom.floor:before {
	background: url(../images/index/sp_floor_human.png) no-repeat center center/contain;
	content: "";
	height: 20.633vw;
	left: -1vw;
	position: absolute;
	top: -20.633vw;
	width: 16.908vw;
}

.p-pf__bg {
	background: url(../images/index/sp_pf_bg.jpg) no-repeat top center/cover;
	height: 309.179vw;
	padding: 14.493vw 0 14.493vw;
	width: 100%;
}

.p-pf__en {
	margin-bottom: 7.246vw;
	text-align: center;
}

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

.p-pf__item:nth-child(1) a {
	background: url(../images/index/sp_plan_bg.png) no-repeat top center/contain;
	height: 100%;
	left: 50%;
	margin-inline: auto;
	padding: 4.831vw 0 2.415vw;
	position: relative;
	transform: translateX(-50%);
	width: 91.787vw;
}

.p-pf__item:nth-child(2) a {
	background: url(../images/index/sp_floor_bg.png) no-repeat top center/contain;
	height: 100%;
	left: 50%;
	margin-inline: auto;
	padding: 4.831vw 0 2.415vw;
	position: relative;
	transform: translateX(-50%);
	width: 91.787vw;
}

.p-plan__en {
	margin-bottom: 3.415vw;
	text-align: center;
}

.p-plan__en img {
	height: auto;
	width: 25.604vw;
}

.p-plan__ttl {
	margin-bottom: 1.657vw;
	text-align: center;
}

.p-plan__ttl img {
	height: auto;
	width: 42.271vw;
}

.p-pf__icon {
	margin-bottom: -7.039vw;
	position: relative;
	text-align: center;
	z-index: 10;
}

.p-pf__icon img {
	height: auto;
	width: 12.077vw;
}

.p-pf__img {
	margin-bottom: 2.382vw;
	text-align: center;
}

.p-pf__img img {
	height: auto;
	width: 77.295vw;
}

.p-pf__en img {
	height: auto;
	width: 91.787vw;
}

.p-pf__txt {
	color: #323232;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	margin-inline: auto;
	text-align: center;
	white-space: wrap;
  width: min(95%,77.2vw);
}

.p-floor__en {
	margin-bottom: 1.966vw;
	text-align: center;
}

.p-floor__en img {
	height: auto;
	width: 33.333vw;
}

.p-floor__ttl {
	margin-bottom: 3.657vw;
	text-align: center;
}

.p-floor__ttl img {
	height: auto;
	width: 54.589vw;
}



.lineup-list2025{margin: 0 0 53.15vw 0;}
.lineup-list2025 .lineup-listframe{width:100%;margin: 0 auto 14.49vw;}
.lineup-list2025 .lineup-listframe .subt{font-size:5.797vw;line-height:1.6;letter-spacing:0.25vw;font-weight:bold;position:relative;margin: 0 auto 6.66vw auto;width: 90%;}
.lineup-list2025 .lineup-listframe .subt::after{content:"";width: 40vw;height:0.48vw;margin:0 auto;background:#8F8F8F;position:absolute;right:0;bottom:4.35vw;}
.lineup-list2025 .lineup-listframe ul{width:100%;margin:0 auto;/* flex-wrap:wrap; *//* display:flex; */}
.lineup-list2025 .lineup-listframe ul li{margin: 0 auto 9vw auto;width: 80vw;/* text-align: center; */}
.lineup-list2025 .lineup-listframe ul li .photo{margin: 0 0 2.62vw 0;}
.lineup-list2025 .lineup-listframe ul li .name{font-size:4.831vw;line-height:2;letter-spacing:0.25vw;font-weight:bold;color:#323232;margin:0 0 1.21vw 0;text-align: center;}
.lineup-list2025 .lineup-listframe ul li .name::after{content:'';display:inline-block;width:6.04vw;height:6.04vw;background-image:url(../images/index/arrow_news.svg);background-size:contain;background-repeat:no-repeat;position:relative;top:0.97vw;margin:0 0 0 3.62vw;}

.lineup-list2025 .lineup-listframe ul li .namenone{font-size:4.831vw;line-height:2;letter-spacing:0.25vw;font-weight:bold;color:#323232;margin:0 0 1.21vw 0;text-align: center;}
.lineup-list2025 .lineup-listframe ul li .namenone::after{content:'';display:inline-block;background-image:none;background-size:contain;background-repeat:no-repeat;position:relative;top:0.97vw;}

.lineup-list2025 .lineup-listframe ul li .txt{font-size:3.382vw;line-height:1.6;letter-spacing:0.25vw;font-weight:500;color:#323232;text-align: left;}



.p-lineup {
	background: #F1EDE3;
}

.l-inner.l-lineup {
	padding: 11.802vw 0 13.493vw;
}

.p-lineup__en {
	margin-bottom: 5vw;
	text-align: center;
	position: relative;
	right: -7vw;
}

.p-lineup__en img {
	height: auto;
	width: 68.841vw;
}

.p-lineup__ttl {
	text-align: center;
	margin-bottom: 7vw;
}

.p-lineup__ttl img {
	height: auto;
	width: 89.372vw;
}

.p-lineup__txt {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.875;
	margin-bottom: 4.831vw;
	text-align: center;
}

.p-lineup__items {
	align-items: center;
	background: url(../images/index/sp_lineup_ttl_bg.png) no-repeat top center/cover;
	display: flex;
	flex-wrap: wrap;
	gap: 1.449vw 2.415vw;
	justify-content: center;
	margin-inline: auto;
	padding: 4.382vw 0px 3.382vw;
	width: min(95%, 89.8vw);
	margin-bottom: 10vw;
}

.p-lineup__item {
	background: #fff;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	padding: 0.208vw 4.831vw 0.208vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lineup__line {
	background: #323232;
	height: 0.966vw;
	width: 100%;
	margin-bottom: -5vw;
}

.p-plan02__items {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	justify-content: center;
	margin-bottom: 43.232vw;
	width: 100%;
	position: relative;
	left: -1vw;
	gap: 0vw 0;
}

.p-plan02__item {
	position: relative;
}

.p-plan02__item:nth-child(1) {
	background: url(../images/index/sp_lineup01_bg.png) no-repeat top center/contain;
	height: 145.15vw;
	margin-inline: auto;
	position: relative;
	right: 0;
	width: 100%;
	margin-bottom: -7vw;
}

.p-plan02__item:nth-child(2) {
	background: url(../images/index/sp_lineup02_bg.png) no-repeat top center/contain;
	height: 145.15vw;
	margin-inline: auto;
	position: relative;
	width: 100%;
	margin-bottom: -6vw;
}

.p-plan02__item:nth-child(3) {
	background: url(../images/index/sp_lineup03_bg.png) no-repeat top center/contain;
	height: 145.15vw;
	left: 0;
	margin-inline: auto;
	position: relative;
	width: 100%;
	margin-bottom: 0vw;
}

.p-plan02__wrap {
	left: 50%;
	margin-inline: auto;
	position: absolute;
	top: 17.155vw;
	transform: translateX(-50%);
	width: min(95%, 77.2vw);
}

.p-plan02__wrap.siesta {
	top: 16.155vw;
}

.p-plan02__wrap.free {
	top: 16.155vw;
}

.p-plan02__wrap div.ttl {
	margin-bottom: 3.831vw;
	/* padding-left: 3.5vw; */
	text-align: center;
}

.p-plan02__wrap h3.subt{text-align: center;font-weight:bold;font-size:4.589vw;line-height: 1.6;letter-spacing:0.25vw;margin: 0 0 2vw 0;}

.p-plan02__wrap div.ttl.basic img {
	width: 14.01vw;
	height: auto;
}

.p-plan02__wrap div.ttl.siesta img {
	width: 16.425vw;
	height: auto;
}

.p-plan02__wrap div.ttl.free img {
	width: 12.077vw;
	height: auto;
}

.p-plan02__wrap div.img {
	margin-bottom: 4.831vw;
	text-align: center;
}

.p-plan02__wrap div.img img {
	height: auto;
	width: 77.295vw;
}

.p-plan02__wrap p.txt {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	padding-bottom: 9.382vw;
	text-align: center;
}

.p-style__loop {
	background: #D8D9CD;
	padding: 12.077vw 0px 16.908vw;
}

.p-style__loop-wrap {
	align-items: center;
	display: flex;
	gap: 0 4.831vw;
	width: 200%;
}

.p-style__slider {
	animation: scroll-left 15s linear infinite;
}

.p-style__slider img {
	height: auto;
	width: 72.464vw;
}

.p-style__img {
	left: calc(50% - 50.725vw);
	margin-bottom: -70.633vw;
	margin-inline: auto;
	position: relative;
	top: -101.449vw;
	width: 72.4vw;
}

.p-style__img img {
	height: auto;
	width: 100%;
}

/* voice -------------------------------------*/
.p-voice {
	position: relative;
	margin-bottom: 19vw;
}

.p-voice::after {
	background: url(../images/index/sp_voice_line02.png) no-repeat top center/cover;
	bottom: 7.246vw;
	content: "";
	height: 1.449vw;
	left: 50%;
	margin-inline: auto;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.l-inner.l-voice {
	padding: 20vw 0 0;
}

.p-voice__en {
	margin-bottom: 0.831vw;
	text-align: center;
}

.p-voice__en img {
	height: auto;
	width: 100%;
}

.p-voice__ttl {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.125;
	text-align: center;
	margin-bottom: -2vw;
}

.p-voice__line {
	margin-bottom: 10vw;
	margin-inline: auto;
	text-align: center;
	width: 67.633vw;
}

.p-voice__line img {
	height: auto;
	width: 100%;
}

#voice .system-list {
	display: grid;
	gap: 9.662vw 2.415vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 8.077vw;
	margin-inline: auto;
	width: min(95%, 91.7vw);
}

#voice .system-list li {
	margin: 0;
	width: 100% !important;
}

#voice .system-list li:nth-child(4n-3) .p-voice__contents-top-bg {
	background: #ECDDD1;
}

#voice .system-list li:nth-child(4n-2) .p-voice__contents-top-bg {
	background: #B4DBBC;
}

#voice .system-list li:nth-child(4n-1) .p-voice__contents-top-bg {
	background: #B4D3EF;
}

#voice .system-list li:nth-child(4n) .p-voice__contents-top-bg {
	background: #F9E0BF;
}

#voice .system-list li.slick-center {
	position: static;
}

#voice .system-list li a {
	display: inline-block;
	width: 100%;
}

#voice .slick-track {
	margin: 0;
	top: 0;
}

#voice .system-num {
	border-left: 0.2vw solid #323232;
	border-right: 0.2vw solid #323232;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 1.449vw;
	margin-inline: auto;
	padding: 0 4vw 0;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 11;
}

#voice .p-voice__contents-top-bg {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 2.415vw 0px 3.865vw;
	place-items: center;
}

#voice .p-voice__icon {
	margin-inline: auto;
	text-align: center;
	margin-bottom: 0.5vw;
}

#voice .p-voice__icon img {
	width: 6vw;
	height: auto;
}

#voice .p-voice__en02 {
	margin-bottom: 1vw;
	text-align: center;
	position: relative;
	right: -2.5vw;
}

#voice .p-voice__en02 img {
	height: auto;
	width: 34.058vw;
}

#voice .p-voice__txt {
	text-align: center;
}

#voice .p-voice__txt img {
	height: auto;
	width: 37.681vw;
}

#voice .system-pic {
	height: 32.986vw;
	margin-bottom: 1.415vw;
}

#voice .system-pic img {
	height: 100%;
	width: 100%;
}

#voice .p-voice__contents-bottom {
	display: block;
}

#voice .p-voice__area-wrap {
	align-items: center;
	display: flex;
	gap: 0 0px;
	margin-bottom: -0.585vw;
}

#voice .system-area {
	color: #8F8F8F;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.3333333333;
}

#voice .system-line {
	color: #8F8F8F;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.3333333333;
}

#voice .system-cus {
	color: #8F8F8F;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.3333333333;
}

#voice .system-ttl {
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 0;
}

/* homelink -------------------------------------*/
.p-home__link {
	margin-bottom: 13.493vw;
}

.l-inner.l-home__link {
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-home__link-items {
	display: grid;
	gap: 8.662vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-home__link-item a {
	display: inline-block;
}

.p-home__link-item a img {
	height: auto;
	margin-bottom: 1.415vw;
	width: 100%;
}

.p-home__link-item a p {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	text-align: center;
}

.p-home__link02 {
	margin-bottom: 14.493vw;
}

.l-inner.l-home__link02 {
	margin-inline: auto;
  width: min(95%,77.2vw);
}

.p-home__link02-items {
	display: grid;
	gap: 4.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-home__link02-item a {
	display: inline-block;
}

.p-home__link02-item a img {
	height: auto;
	width: 100%;
}

/* news -------------------------------------*/
.p-news {
	margin-bottom: 14.493vw;
}

.l-inner.l-news {
	margin-inline: auto;
	width: min(95%, 91.7vw);
}

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

.p-news__contents-left {
	display: contents;
}

.p-news__en {
	margin-bottom: 2.415vw;
	order: 1;
	text-align: center;
}

.p-news__en img {
	height: auto;
	width: 16.908vw;
}

.p-news__ttl {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.125;
	margin-bottom: 3.831vw;
	order: 2;
	text-align: center;
}

.c-btn {
	order: 4;
	text-align: center;
}

.c-btn.news a {
	border: 1px solid #323232;
	border-radius: 48.309vw;
	display: inline-block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 3.072vw 24.879vw 3.072vw;
	width: 77.295vw;
	position: relative;
}

.c-btn.news a::after {
	background: url(../images/index/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 6.039vw;
	position: absolute;
	right: 7.246vw;
	top: 50%;
	transform: translateY(-50%);
	width: 2.415vw;
}

.p-news__contents-right {
	order: 3;
}

#news .system-list2 {
	display: grid;
	gap: 4.831vw 2.415vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 9.662vw;
}

#news .system-list2 li a {
	background: #fff;
	border: 0.2vw solid #F4F4F4;
	box-shadow: 0px 10px 10px -5px rgba(50, 50, 50, 0.3);
	display: inline-block;
	height: 100%;
	padding: 1.382vw 3vw 3.382vw;
	width: 100%;
}

#news .system-date {
	color: #8F8F8F;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	margin-bottom: 0.932vw;
}

#news .system-pic {
	aspect-ratio: 157/100;
	height: 24.155vw;
	margin-bottom: 1.932vw;
}

#news .system-pic img {
	height: 100%;
	width: 100%;
}

#news .system-category {
	display: grid;
	gap: 1.449vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 1.415vw;
}

#news .system-category.no-category {
	display: block;
	margin-bottom: 2.415vw;
}

#news .system-category span {
	background: #323232;
	color: #fff;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0 2.415vw;
	width: -moz-fit-content;
	width: fit-content;
}

#news .system-ttl-01 {
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

/* blog -------------------------------------*/
.p-blog {
	margin-bottom: 14.324vw;
}

.l-inner.l-blog {
	background: #F4F4F4;
	padding: 12.662vw 0px 9.662vw;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1,minmax(0, 1fr));
}

.p-blog__contents {
	border: none;
	display: contents;
	margin-inline: auto;
	padding-bottom: 0;
  width: min(95%,91.7vw);
}

.p-blog__contents::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 0.242vw;
	left: 0;
	position: absolute;
	width: 91.787vw;
}

.p-blog__contents-left {
	align-items: flex-end;
	display: flex;
	gap: 0 2.899vw;
	width: min(95%,91.7vw);
  margin-inline: auto;
	padding-bottom: 4.831vw;
	border-bottom: 0.2vw solid #D0D0D1;
	margin-bottom: 5.314vw;
	position: relative;
	order: 1;
}

.p-blog__contents-left::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 91.787vw;
	height: 0.242vw;
	bottom: 0;
	left: 0;
}

.p-blog__en img {
	height: auto;
	width: 25.121vw;
}

.p-blog__ttl {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-blog__contents-right {
	text-align: center;
	order: 3;
}

.p-blog__contents-right a {
	background: #fff;
	border-radius: 48.309vw;
	color: inherit;
	display: inline-block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	padding: 4vw 0;
	position: relative;
	text-align: center;
	width: 77.295vw;
	border: 0.2vw solid #323232;
}

.p-blog__contents-right a::after {
	background: url(../images/index/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 6.039vw;
	position: absolute;
	right: 7.246vw;
	top: 50%;
	transform: translateY(-50%);
	width: 2.415vw;
}

#blog .system-list2 {
	display: grid;
	gap: 5.314vw 2.415vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
  width: min(95%,91.7vw);  
	order: 2;
	margin-bottom: 8vw;
}

#blog .system-list2 li:nth-child(1) a {
	border: none;
	padding-bottom: 0;
}

#blog .system-list2 li:nth-child(2) a {
	border: none;
	padding-bottom: 0;
}

#blog .system-list2 li a {
	display: inline-block;
}

#blog .text-box-top {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

#blog .system-date {
	display: flex;
	gap: 0 1.691vw;
	height: 7.971vw;
	margin-bottom: 2vw;
	margin-right: 2.415vw;
	position: relative;
	left: -0.5vw;
}

#blog .system-date span.year {
	border-right: 0.2vw solid #8F8F8F;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-right: -0.034vw;
	writing-mode: vertical-rl;
}

#blog .system-date span.wrap {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	position: relative;
	left: -0.5vw;
	top: -1vw;
}

#blog .system-date span.mon {
	border-bottom: 0.2vw solid #323232;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3;
	width: fit-content;
}

#blog .system-date span.day {
	font-size: 4.348vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

#blog .system-pic {
	aspect-ratio: 185/138;
	border-bottom: 0.2vw solid #323232;
	height: 33.333vw;
	padding-right: 0px;
	margin-bottom: 0.5vw;
}

#blog .system-pic img {
	height: 100%;
	width: 100%;
}

#blog .system-category {
	border-bottom: 0.2vw solid #8F8F8F;
	margin-bottom: 1vw;
}

#blog .system-category span {
	text-align: left;
	padding: 0vw 0.3vw;
	font-size: 3.3816vw;
	line-height: 2;
	letter-spacing: 0.05em;
}

/* area -------------------------------------*/
.p-area {
	background: url(../images/index/sp_area_bg.jpg) no-repeat top center/cover;
	height: 152.899vw;
	margin-bottom: -20.874vw;
	margin-inline: auto;
	width: 100%;
}

.l-inner.l-area {
	padding: 11.662vw 0 36.232vw;
	width: min(95%, 93.4vw);
}

.p-area__contents {
	width: 86.957vw;
	padding-left: 6.5vw;
}

.p-area__en {
	margin-bottom: 3.932vw;
}

.p-area__en img {
	height: auto;
	width: 25.845vw;
}

.p-area__ttl {
	color: #fff;
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.125;
	margin-bottom: 2.831vw;
}

.p-area__txt {
	color: #fff;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	margin-bottom: 0.865vw;
}

.p-area__txt02 {
	color: #fff;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	width: 86.957vw;
}

}

