@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

#lv .bg img{
	width: calc((100vw - 1220px)/2);
}
@media screen and (max-width: 600px){
	#lv .mv{
		top: 50px;
	}
}
@media screen and (max-width: 500px){
	#lv .mv{
		left: 55%;
	}
}

#lv .mvt1{
	padding-bottom: 300px;
}
#lv .mvt1{
	top: 50%;
}
#lv .mvt1 ul{
	padding-top: 100px;
	display: block;
	line-height: 1;
	font-family: "Antonio";
	font-weight: 700;
	text-transform: uppercase;
}
#lv .mvt1 ul:before{
	font-size: 4rem;
	display: block;
}
#lv .mvt1 ul li{
	white-space: nowrap;
	letter-spacing: -0.06em;
	display: block;
	font-size: 9rem;
}
#lv .mvt1 ul li i{
	font-size: 2.6rem;
	letter-spacing: 0;
}
#lv .mvt1 ul:before{
	content: "lineup";
}
@media screen and (max-width: 1000px){
	#lv .mvt1 ul{
		padding-top: 50px;
	}
}
#lv:has(li)+section{
	margin-top: -300px;
}
@media screen and (max-width: 920px){
	#lv .mvt1{
		padding-bottom: 200px;
	}
	#lv:has(li)+section{
		margin-top: -200px;
	}
}
@media screen and (max-width: 810px){
	#lv .mvt1{
		padding: 0 0 200px;
		top: 150px;
		transform: translateX(-50%) translateY(0);
	}
}
@media screen and (max-width: 770px){
	#lv:has(li)+section{
		margin-top: calc(-100vw + 550px);
	}
}
@media screen and (max-width: 650px){
	#lv .mvt1 ul li{
		font-size: 12vw;
	}
	#lv:has(li)+section{
		margin-top: calc(-50vw + 240px);
	}
}
@media screen and (max-width: 450px){
	#lv .mvt1{
		top: 100px;
	}
	#lv:has(li)+section{
		margin-top: calc(-50vw + 200px);
	}
}

/*-------------*/

#s_intro{
	width: calc(100% - 60px);
	max-width: 1340px;
	margin: 0 auto 100px;
	text-align: justify;
}
@media screen and (max-width: 850px){
	#s_intro{
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 650px){
	#s_intro{
		margin-bottom: 70px;
	}
}

/*-------------*/

#s_lineup{
	width: calc((100vw - 1500px)/2 + 1500px);
	padding: 0 0 0 calc((100vw - 1500px)/2);
	margin-bottom: 80px;
	background: #fff;
	box-shadow: 0 0 80px rgba(0,0,0,0.25);
	overflow: hidden;
	color: #000;
}
#s_lineup .inner{
	padding: 0 80px;
}
#s_lineup img{
	display: block;
}
#s_lineup .item{
	padding: 80px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	text-align: center;
	font-weight: bold;
	position: relative;
}
#s_lineup .item+.item:after{
	content: "";
	width: 100vw;
	height: 1px;
	position: absolute;
	top: 0;
	right: -80px;
	background: #dfdfdf;
}
#s_lineup .item .img{
	width: 400px;
	order: 2;
}
#s_lineup .item .img img{
	display: block;
	max-width: none;
	width: 100%;
}
#s_lineup .item .t{
	width: calc(100% - 440px);
	order: 1;
	text-align: left;
}
#s_lineup .item .t .h{
	line-height: 1;
	font-family: "Antonio";
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#s_lineup .item .t .h i{
	display: block;
	font-size: 3rem;
	color: #fa0000;
}
#s_lineup .item .t .h h3{
	font-size: 10rem;
	letter-spacing: -0.03em;
}
#s_lineup .item .t .h h3 span{
	display: block;
	padding-top: 10px;
}
#s_lineup .item .t .h h3 span+span{
	letter-spacing: 0;
	font-size: 3rem;
}
#s_lineup .item .t>p{
	margin-bottom: 20px;
}
#s_lineup .item ol{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
#s_lineup .item ol li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(14.2% - 2px);
	height: 40px;
	background: #000;
	margin-bottom: 2px;
	margin-right: 2px;
}
#s_lineup .item ol li img{
	max-width: 60%;
	max-height: 70%;
	width: auto;
	height: auto;
	display: block;
}
#s_lineup .item ul{
	margin-bottom: 15px;
}
#s_lineup .item ul li{
	position: relative;
	padding-left: 20px;
	font-size: 1.7rem;
	margin-bottom: 5px;
}
#s_lineup .item ul li:before{
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #f80000;
	position: absolute;
	top: 15px;
	left: 0;
}
@media screen and (max-width: 1600px){
	#s_lineup{
		width: 96%;
		padding-left: 4vw;
	}
	#s_lineup .inner{
		padding: 0 40px;
	}
}
@media screen and (max-width: 1500px){
	#s_lineup{
		width: 94%;
		padding-left: 6vw;
	}
	#s_lineup .item ol li img {
		max-width: 85%;
		max-height: 85%;
	}
}
@media screen and (max-width: 1050px){
	#s_lineup{
		width: calc(100% - 30px);
		padding-left: 30px;
	}
	#s_lineup .inner{
		padding: 0 30px 0 0;
	}
	#s_lineup .c{
		display: block;
	}
	#s_lineup .item{
		display: block;
	}
	#s_lineup .item + .item::after {
		right: -30px;
	}
	#s_lineup .item .img{
		width: 70%;
		margin: 0 auto 30px;
	}
	#s_lineup .item .t{
		width: 80%;
		margin: 0 auto;
	}
	#s_lineup .item ol li{
		width: calc(33.3% - 2px);
	}
	#s_lineup .item ol li img{
		max-width: 70%;
		max-height: 60%;
	}
	#s_lineup .item .t div:has(.btn){
		text-align: center;
	}
}
@media screen and (max-width: 850px){
	#s_lineup .item{
		padding: 50px 0;
	}
}
@media screen and (max-width: 600px){
	#s_lineup .item{
		display: block;
	}
	#s_lineup .item .img{
		width: 90%;
	}
	#s_lineup .item .t{
		width: 100%;
	}
	#s_lineup .item .t .h h3{
		font-size: 13vw;
	}
	#s_lineup .item .t .h h3 span+span{
		font-size: 5vw;
	}
}
@media screen and (max-width: 500px){
	#s_lineup{
		width: calc(100% - 20px);
		padding-left: 20px;
	}
	#s_lineup .inner{
		padding-right: 20px;
	}
	#s_lineup .item ol li{
		height: 50px;
		width: 48%;
		margin: 0 auto 10px;
	}
	#s_lineup .item ol li img{
		max-width: 60%;
	}
}
.cap{
	font-size: 1.4rem;
}