.s-cube_main {
	background: url(//46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/raw_assets/public/suzumo/images/lp/scube/s-cube_bg_gold.svg) repeat-y center 30rem / contain, url(https://46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/s-cube_bg.webp) repeat-y center top / contain;
	color: #fff;
	padding-bottom: 3.77rem !important;
	@media (min-width: 1024px) {
		background: url(//46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/raw_assets/public/suzumo/images/lp/scube/s-cube_bg_gold.svg) no-repeat center 30rem / 79rem, url(https://46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/s-cube_bg.webp) repeat-y center top / contain;
	}
/* 	@media (min-width: 1500px) {
	 	background: url(../img/lp/s-cube/s-cube_bg_gold.svg) no-repeat center 30rem / 79rem, url(../img/lp/s-cube/s-cube_bg.webp) repeat-y center top / contain;
	} */
}
.s-cube_mv_column {
	display: grid;
	row-gap: 1.5rem;
	@media (max-width: 1023px) {
		padding-top: 2rem;
	}
	@media (min-width: 1024px) {
		grid-template-columns: 1fr 0.9fr;
		column-gap: 1.2rem;
		row-gap: 2rem;
		align-items: center;
	}
}
.s-cube_mv_logo {
  margin-bottom: unset;
	@media (max-width: 1023px) {
		margin-inline: auto;
	}
}
.s-cube_mv_logo img:hover {
	opacity: 1 !important;
}
.s-cube_ttl {
	font-size: 1.3rem;
	text-align: center;
	span {
		font-size: 0.62em;
	}
	@media (min-width: 1024px) {
		font-size: 1.77rem;
	}
}
.s-cube_subttl {
	font-size: 1rem;
	text-shadow: 0 4px 4px 0 rgba(#000, 0.25);
	text-align: center;
	span {
		font-size: 0.75em;
	}
	@media (min-width: 1024px) {
		font-size: 1.33rem;
	}
}
.s-cube_video_wrap {
	width: 100%;
	aspect-ratio: 1.77/1;
	filter: drop-shadow(0 4px 4px rgba(#000, 0.25));
	@media (min-width: 1024px) {
		width: 51.11rem;
		margin-inline: auto;
	}
}
.s-cube_video_link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	gap: 0.6rem;
	&::after {
		content: url(//46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/raw_assets/public/suzumo/images/lp/scube/arrow_white_double.svg);
		width: 1rem;
		height: 1rem;
		display: block;
		filter: drop-shadow(0 4px 4px rgba(#000, 0.25));
	}
}
section + section {
	margin-top: 10.6rem;
}
.s-cube_future_list {
	display: grid;
	gap: 1.5rem;
	@media (min-width: 768px) {
		grid-template-columns: 1fr 1fr;
	}
	@media (min-width: 1024px) {
		width: 51.11rem;
		margin-inline: auto;
		display: flex;
		justify-content: center;
		gap: 1.38rem;
		flex-wrap: wrap;
		.s-cube_future_list_item {
			width: calc(33.33% - 1.38rem);
		}
	}
}
.s-cube_future_list_btn {
	position: relative;
	filter: drop-shadow(0 4px 4px rgba(#000, 0.25));
  cursor: pointer;
  transition: 0.3s ease-out;
	&::before {
		content: "";
		width: 1rem;
		height: 1rem;
		background: url(//46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/raw_assets/public/suzumo/images/lp/scube/arrow_black.svg) no-repeat center / contain;
		position: absolute;
		top: 50%;
		right: 0.2rem;
		transform: translateY(-50%);
		transition: 0.3s ease-out;
	}
  &:hover {
    opacity: 0.75;
    &::before {
		  right: 0;
	  }
  }

}
.s-cube_customer_column {
	display: grid;
	gap: 1.5rem;
	p {
		font-size: 0.88rem;
		line-height: 1.8;
	}
	img {
		filter: drop-shadow(0 4px 4px rgba(#000, 0.25));
	}
	@media (min-width: 1024px) {
		width: 54.44rem;
		margin-inline: auto;
		grid-template-columns: 18.33rem 1fr;
		gap: 1.77rem;
	}
}
.s-cube_customer_img figcaption {
	margin-top: 0.66rem;
	font-size: 1.1rem;
	font-weight: 500;
}
.s-cube_future_btn_wrap {
	margin-top: 4.44rem;
}
.s-cube_customer_btn_lead {
	width: fit-content;
	margin-inline: auto;
	position: relative;
	font-weight: bold;
	font-size: 1.1rem;
	&::before,
	&::after {
		content: "";
		width: 2px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		bottom: 0;
	}
	&::before {
		left: -1rem;
		transform: rotate(-20deg);
	}
	&::after {
		right: -1rem;
		transform: rotate(20deg);
	}
}
.s-cube_future_btn {
	display: block;
	padding-block: 0.8rem;
	margin: 1.1rem auto 0;
	max-width: 27.77rem;
	background: #ded17b;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 4px 4px rgba(#000, 0.25);
	filter: drop-shadow(0 4px 4px rgba(#000, 0.25));
	position: relative;
	&::before {
		content: url(//46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/raw_assets/public/suzumo/images/lp/scube/arrow_white_single.svg);
		display: block;
		filter: drop-shadow(0 4px 4px rgba(#000, 0.25));
		position: absolute;
		right: 1rem;
	}
}
.s-cube_scene_column {
	margin-top: 2.22rem;
	display: grid;
	gap: 1.5rem;
	@media (min-width: 768px) {
		grid-template-columns: 1fr 1fr;
	}
	@media (min-width: 1024px) {
		width: 51.11rem;
		margin-inline: auto;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 3rem;
	}
}
.s-cube_scene_img_figc {
	margin-top: 0;
  margin-bottom: 1rem;
	text-align: center;
	font-weight: 500;
}
/* .s-cube_exhibition_item + .s-cube_exhibition_item {
	margin-top: 2.22rem;
}
.s-cube_exhibition_table {
	margin-top: 1.1rem;
	width: 100%;
	max-width: 44rem;
	margin-inline: auto;
	border-collapse: collapse;
	border: 1px solid #d9d9d9;
	text-shadow: 0 0 black;
	th {
		width: 8.88rem;
		background: #f0f3f5;
		color: #222;
		font-weight: 500;
		font-size: 0.88rem;
	}
	td {
		background: #fff;
	}
	th,
	td {
		padding: 0.8rem;
		border: 1px solid #d9d9d9;
	}
}
.s-cube_exhibition .s-cube_subttl {
	font-weight: 600;
	font-size: 1.1rem !important;
} */
/**************************\
  Basic Modal Styles
\**************************/

.s-cube_modal {
	display: none;
}

.s-cube_modal.is-open {
	display: block;
}

.s-cube_modal_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.57);
	display: flex;
	justify-content: center;
	align-items: center;
	&:hover {
		cursor: pointer;
	}
	&::before {
		content: "";
		width: 2.5rem;
		height: 2.5rem;
		background: url(//46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/raw_assets/public/suzumo/images/lp/scube/icon_close.svg) no-repeat center / contain;
		position: absolute;
		top: 1rm;
		right: 1rem;
	}
	@media (min-width: 1024px) {
		padding-top: 8rem;
		&::before {
			width: 3.55rem;
			height: 3.55rem;
			right: 4rem;
			top: 8rem;
		}
	}
}
.s-cube_modal_content {
	height: 100%;
	overflow-y: auto;
  button {
    display: none;
  }
}
.s-cube_exhibition_btn {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	padding-block: 1rem;
	margin: 1.1rem auto 0;
	max-width: 51.11rem;
	border-radius: 10px;
	background: #ded17b;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 4px 4px rgba(#000, 0.25);
	filter: drop-shadow(0 4px 4px rgba(#000, 0.25));
	text-align: center;
	&::after {
		content: url(//46923556.fs1.hubspotusercontent-na1.net/hubfs/46923556/raw_assets/public/suzumo/images/lp/scube/arrow_white_triple.svg);
		display: block;
		filter: drop-shadow(0 4px 4px rgba(#000, 0.25));
		transform: translateY(2px);
	}

	@media (min-width: 1024px) {
		margin-top: 8rem;
		padding-block: 2.22rem;
		font-size: 1.33rem;
	}
}
.s-cube_biz {
	margin-top: 4.44rem;
	margin-inline: auto;
	width: 100%;
	max-width: 34.11rem;
}
.s-cube_biz_link {
	font-size: 0.8rem;
	display: block;
	margin-block: 1.22rem;
}
.s-cube_lead {
	font-size: 0.88rem;
	letter-spacing: 0.06em;
	span {
		font-weight: bold;
	}
	@media (min-width: 1024px) {
		padding-left: 1rem;
	}
}

.footer {
  @media (min-width: 768px) {
    margin-top: 0rem; !important
  }
  @media (min-width: 1300px) {
    margin-top: 0rem; !important
    padding-block: 3.28rem;
  }
  &.footer--mt-none {
    margin-top: unset;
  }


/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .s-cube_modal_overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .s-cube_modal_container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .s-cube_modal_overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .s-cube_modal_container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .s-cube_modal_container,
.micromodal-slide .s-cube_modal_overlay {
	will-change: transform;
}

}
.s-cube_modal_img {
	@media (min-width: 1024px) {
		width: 500px;
    margin-inline: auto;
	}