@charset "UTF-8";
/* CSS Document */

.ttl_inner{
}

.ttl_inner .title{
	margin-bottom:5em;
}
.ttl_inner .title h1{
	font-size:1.1rem;
	margin-bottom:1em;
}
.ttl_inner .title h6{
	font-size:2.0rem;
	line-height:1em;
}
.ttl_inner .title h6 span{
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.ttl_inner .title{
		text-align:center;
	}
}

/* -- cont -- */
.cont{
	padding:70px 0;
	border-radius:20px;
	margin:0 0 70px 0;
	position:relative;
}
.cont.line{
	background:#eae8e4;
}
.cont.style{
	background:#e3e4e7;
}
.cont .inner{
	width:90%;
	margin:auto;
	display:flex;
	justify-content:space-between;
	z-index:1;
	position:relative;
}
.cont .inner .subttl_inner{
	width:45%;
	margin-right:5%;
	box-sizing:border-box;
}
.cont.line .inner .subttl_inner{
	border-right:1px solid #b4aea1;
}
.cont.style .inner .subttl_inner{
	border-right:1px solid #939fb1;
}
.cont .inner .subttl_inner .sub_ttl{
	width:90%;
	max-width:450px;
	height:fit-content;
	position:sticky;
	top:calc(50% - 8em);
}
.cont .inner .subttl_inner .sub_ttl p.eng{
	font-size:2.2rem;
}
.cont .inner .subttl_inner .sub_ttl h2{
	font-size:1.5rem;
	margin:0 0 0.1em 0;
}
.cont .inner .subttl_inner .sub_ttl p.eng{
	font-size:1.0rem;
	margin:0 0 2em 0;
}
.cont .inner .sub_inner{
	width:50%;
}
.cont .inner li{
	margin:0 0 50px 0;
	padding:0 0 50px 0;
}
.cont.line .inner li{
	border-bottom:1px solid #b4aea1;
}
.cont.style .inner li{
	border-bottom:1px solid #939fb1;
}
.cont .inner li:last-of-type{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-bottom:unset;
}
.cont .inner li .img_wrap{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
	position:relative;
	aspect-ratio:1/0.6;
}
.cont .inner li .img_wrap.animate:after{
	background:#000000;
	mix-blend-mode: color;
}
.cont .inner li .img_wrap > img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.cont .inner li .img_wrap .lp_logo{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	width:50%;
	max-width:600px;
	height:fit-content;
	margin:auto;
}
.cont .inner li .img_wrap .lp_logo img{
	width:100%;
}
.cont .inner li .detail{
	width:100%;
	align-items:center;
	display:flex;
}
.cont .inner li .detail .sub_inner{
	width:80%;
	margin:auto;
}
.cont .inner li .detail .lp_logo{
	margin:0 0 30px 0;
}
.cont .inner li .detail .lp_logo img{
	max-width:350px;
	width:70%;
	margin:auto;
	display:block;
}
.cont .inner li .detail h3{
	font-size:1.2rem;
	margin-bottom:0.5em;
	text-align:center;
}
.cont .inner li .detail .btn{
	text-align:center;
	margin:30px 0 0 0;
	font-size:0.8rem;
}
.cont .inner li .detail .btn a{
	color:#fff;
	text-decoration:none;
	padding:1em 3em 1em 2em;
	border-radius:50px;
	background:#948977;
	box-shadow: 1rem 1rem 1rem -1rem hsl(200 50% 20% / 40%);
	background: linear-gradient(139deg, #948977, #7d6f57);
	text-align:center;
}
.text_liner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.text_liner .text_reactive_liner{
	position:relative;
	display:flex;
	height:100%;
	width:100%;
}
.text_liner .text_sticky_liner{
	height:100vh;
	width:100%;
	display:block;
	position:sticky;
	top:0;
	left:0;
	overflow:hidden;
}
.text_liner .text_liner_subinner{
	font-family: "minerva-modern", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: flex;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	position:absolute;
	bottom:0;
}
.text_liner .text_liner_subinner .lp-text__item {
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 25rem;
	line-height:1em;
}
.line .text_liner .text_liner_subinner .lp-text__item {
	color:#e6e4e0;
}
.style .text_liner .text_liner_subinner .lp-text__item {
	color:#d8dee7;
}
.text_liner .text_liner_subinner .lp-text__item:nth-child(odd) {
    animation: MoveLeft 100s -50s infinite linear;
	padding-right:1em;
  }
.text_liner .text_liner_subinner  .lp-text__item:nth-child(even) {
    animation: MoveLeft2 100s infinite linear;
	padding-right:1em;
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.cont .inner .subttl_inner .sub_ttl p.eng{
		text-align:center;
	}
	.cont .inner .subttl_inner .sub_ttl h2{
		text-align:center;
	}
	.cont .inner{
		width:90%;
		display:block;
		justify-content:unset;
		position:relative;
	}
	.cont .inner .subttl_inner{
		width:100%;
		margin-right:0;
		box-sizing:border-box;
	}
	.cont .inner .subttl_inner .sub_ttl{
		width:100%;
		max-width:unset;
		position:unset;
		top:unset;
	}
	.cont.line .inner .subttl_inner,
	.cont.style .inner .subttl_inner{
		border-right:unset;
		margin-bottom:70px
	}
	.cont .inner .sub_inner{
		width:100%;
		max-width:600px;
		margin:auto;
	}
	.cont.style .inner .subttl_inner{
		border-right:unset;
	}
}




/* ----------cont_general-------- */
.cont_general{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:100px 0;
	overflow:hidden;
	
	position:relative;
}
.cont_general #scroll_img{
	height:150vh;
	width:100%;
	background:url("../../../../../img/lineup/lp_gene_bg.webp") center / cover;
	position:absolute;
	top:-50vh;
	margin:auto;
	z-index:-1;
}
.cont_general:after{
	content:"";
	display:block;
	height:100%;
	width:100%;
	background: #323e62cc;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.cont_general .inner{
	width:50%;
	z-index:1;
}
.cont_general .inner .sub_inner{
	width:90%;
	max-width:500px;
	margin:auto;
	height:fit-content;
	color:#fff;
}
.cont_general .inner .sub_inner p.eng{
	font-size:3rem;
	margin-bottom:0.2em;
	line-height:1em;
}
.cont_general .inner .sub_inner h2{
	font-size:1.2rem;
	margin-bottom:1em;
}
.cont_general .inner .sub_inner .btn{
	margin-top:30px;
	font-size:0.8rem;
}
.cont_general .inner .sub_inner .btn a{
	text-decoration:none;
	padding:1em 3em 1em 2em;
	background:#ffffff;
	border-radius:40px;
}

.cont_general .image{
	width:50%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	height:fit-content;
	z-index:1;
	gap:10px;
}
.cont_general .image dt{
	overflow:hidden;
	aspect-ratio:1 / 1;
	position:relative;
}
.cont_general .image dt.animate:after{
	background:#000000;
	mix-blend-mode: color;
}
.cont_general .image dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.cont_general .image dt:nth-child(1){
  grid-column: 1 / 4;
  grid-row: 2 / 5;
}
.cont_general .image dt:nth-child(2){
  grid-column: 4 / 8;
  grid-row: 1 / 5;
}
.cont_general .image dt:nth-child(3){
  grid-column: 3 / 5;
  grid-row: 5 / 7;
}
.cont_general .image dt:nth-child(4){
  grid-column: 5 / 8;
  grid-row: 5 / 8;
}
.cont_general .image dt:nth-child(5){
  grid-column: 8 / 12;
  grid-row: 2 / 7;
}

/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.cont_general{
		display:block;
		justify-content:unset;
		align-items:center;
		padding:100px 0;
		overflow:hidden;
		text-align:center;
		position:relative;
		z-index:0;
	}
	.cont_general #scroll_img{
		height:150vh;
		width:100%;
		position:absolute;
		top:-20vh;
		margin:auto;
		z-index:-1;
	}
	.cont_general .inner{
		width:100%;
		z-index:1;
		position:relative;
		margin-bottom:50px;
	}
	.cont_general .image{
		width:90%;
		z-index:1;
		position:relative;
		margin:auto;
	}
}

/* ----------599px–---------- */

@media screen and (max-width: 599px) {
}

/* ----------519px–---------- */
@media screen and (max-width: 519px) {

}