@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

/*-------------*/

#s1{
	padding: 15vh 30px 0;
	margin: 0 auto 160px;
	max-width: 1800px;
}
#s1 ul{
	display: block;
	font-weight: 900;
	line-height: 0.9;
	text-align: left;
	max-width: 1200px;
}
#s1 ul:before{
	content: "LINEUP";
	display: block;
	width: 100%;
	font-size: 3rem;
}
#s1 ul li{
	display: inline-block;
	margin-top: 10px;
}
#s1 ul li a{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	transition: 0.2s ease;
}
#s1 ul li a:hover{
	transform: translateX(20px);
	color: #f3fc00;
}
#s1 ul li i{
	display: block;
	transform: translateY(-10px);
	margin-right: 5px;
	letter-spacing: -0.05em;
}
#s1 ul li span{
	font-size: 8rem;
	letter-spacing: -0.07em;
}
@media screen and (max-width: 850px){
	#s1{
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 750px){
	#s1 ul li span{
		font-size: 9vw;
		letter-spacing: -0.07em;
	}
}
@media screen and (max-width: 620px){
	#s1{
		padding-top: 20vw;
		margin-bottom: 40px;
	}
	#s1 ul li a:hover{
		transform: translateX(10px);
	}
}

/*-------------*/

#s2{
	padding-bottom: 10vw;
}
#s2 .inner{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
}
#s2 .t{
	width: 66%;
	max-width: 1122px;
	margin-left: 4%;
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 3;
	padding-right: 30px;
	opacity: 0;
	transform: scale(1.4);
	transform-origin: 20% 50%;
	transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
#s2 .delayActive2 .t{
	opacity: 1;
	transform: scale(1);
}
#s2 .t>*{
	width: 100%;
	text-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
#s2 .t h4{
	font-size: 9.2rem;
	line-height: 0.9;
	order: 2;
	font-weight: 900;
	letter-spacing: -0.05em;
}
#s2 .t h4 a{
	transition: 0.2s ease;
}
#s2 .t h4 a:hover{
	opacity: 0.8;
}
#s2 .t h4 span{
	color: #f3fc00;
}
#s2 .t>p{
	order: 3;
	font-size: 2.5rem;
	font-weight: bold;
}
#s2 .t i{
	order: 1;
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: -0.05em;
}
#s2 .t .pf{
	order: 4;
}
#s2 .tt{
	order: 5;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	font-family: 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#s2 .tt ul,
#s2 .tt .st{
	display: block;
	width: 100%;
}
#s2 .tt .st{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
#s2 .tt ul.inf{
	margin-bottom: 5px;
}
#s2 .tt ul.inf li{
	display: inline-block;
}
#s2 .tt ul.inf li:not(:last-child):not(:first-child):before{
	content: "/";
	margin-right: 12px;
}
#s2 .tt ul.inf li:last-child{
	color: #f3fc00;
}
#s2 .tt ul.tk{
	font-weight: 400;
	font-size: 1.55rem;
	line-height: 2;
	width: 48%;
}
#s2 .tt ul.tk li{
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
	margin-bottom: 8px;
}
#s2 .tt ul.tk li:before{
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #f3fc00;
	position: absolute;
	top: 13px;
	left: 10px;
}
#s2 .p{
	width: 32%;
	max-width: 544px;
	order: 1;
	position: relative;
	z-index: 2;
}
#s2 .p span{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 130%;
	transition: 0.3s ease-out;
}
#s2 .p span a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#s2 .p span a img{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-out;
}
#s2 .p span a:hover img{
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
}
#s2_2,
#s2_3{
	margin-top: 140px !important;
}
#s2 .ar{
	display: block;
	background: url(../images/bg.jpg) 50% 10% no-repeat;
	background-size: cover;
	width: 100%;
	height: 30vw;
	position: absolute;
	top: 7vw;
	left: 0;
	z-index: 1;
	filter: brightness(50) blur(5px) opacity(0);
	clip-path: polygon(20% 100%, 20% 80%, 20% 0, 20% 50%);
	transition: 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	pointer-events: none;
}
.m #s2 .ar{
	display: none;
}
#s2 .p:hover~.ar{
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	filter: brightness(1) blur(5px) opacity(1);
	clip-path: polygon(-5% 95%, 120% 0, 100% 70%, -5% 95%);
}
#s2_2 .ar{
	background: url(../images/bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	clip-path: polygon(80% 100%, 80% 80%, 80% 0, 80% 50%);
}
#s2_2 .p:hover~.ar{
	clip-path: polygon(-20% 90%, 105% 10%, -5% 50%, 0% 70%);
}
#s2_3 .ar{
	background: url(../images/bg.jpg) 50% 80% no-repeat;
	background-size: cover;
	clip-path: polygon(20% 100%, 20% 80%, 20% 0, 20% 50%);
}
#s2_3 .p:hover~.ar{
	clip-path: polygon(-5% 95%, 120% 0, 100% 70%, -5% 95%);
}
#s2 .pf{
	order: 5;
	margin: 20px 0;
	overflow: hidden;
}
#s2 .pf img{
	display: block;
	max-width: 100%;
	max-height: 20px;
}
#s2_3 .pf{
	width: 71.5%;
	max-width: 483px;
}
#s2_3 .pf img{
	max-width: none;
	width: 118%;
	max-height: none;
}
#s2 .tt>div{
	width: 100%;
}
#s2 .tt>div span{
	display: inline-table;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
@media screen and (max-width: 1400px){
	#s2 .t h4{
		font-size: 6.5vw;
	}
	#s2 .t i{
		font-size: 3vw;
	}
}
@media screen and (max-width: 1050px){
	#s2 .t p{
		font-size: 2.3vw;
	}
}
@media screen and (max-width: 850px){
	#s2 .inner{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	#s2_2,
	#s2_3{
		margin-top: 50px !important;
	}
	#s2 .t{
		order: 2;
		width: 100%;
		max-width: none;
		padding: 0;
		margin: -15vw auto 0;
		transform-origin: 50% 50%;
	}
	#s2 .t h4,
	#s2 .t p,
	#s2 .t i,
	#s2 .t .pf{
		width: 80%;
		margin-left: 0;
		margin-right: auto;
	}
	#s2_2 .t h4,
	#s2_2 .t p,
	#s2_2 .t i,
	#s2_2 .t .pf{
		margin-left: auto;
		margin-right: 0;
	}
	#s2 .t h4{
		font-size: 8vw;
	}
	#s2 .p{
		order: 1;
		max-width: none;
		width: 70%;
		margin: 0 30% 0 0;
	}
	#s2_2 .p{
		margin-left: 30%;
		margin-right: 0;
	}
	#s2 .p span:before{
		content: "";
		display: block;
		width: 100%;
		height: 40%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
		z-index: 1;
		pointer-events: none;
	}
	#s2 .ar{
		height: 50vw;
	}
	#s2_1 .ar{
		bottom: 30vw;
	}
	#s2_2 .ar{
		bottom: 25vw;
	}
	#s2_3 .ar{
		bottom: 35vw;
	}
	#s2 .tt>div{
		text-align: center;
	}
	#s2 .tt ul.tk li:before{
		top: 11px;
	}
	#s2_3 .ar{
		bottom: 35vw;
	}
	#s2_3 .pf{
		width: 67.5% !important;
	}
}
@media screen and (max-width: 700px){
	#s2{
		padding-bottom: 15vw;
	}
	#s2 .t h4,
	#s2 .t p,
	#s2 .t i,
	#s2 .t .pf{
		width: 100%;
	}
	#s2 .t h4{
		font-size: 12vw;
	}
	#s2 .t i{
		font-size: 5vw;
	}
	#s2 .t p{
		font-size: 4vw;
	}
	#s2 .p{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#s2 .tt ul.tk li{
		margin-bottom: 5px;
	}
	#s2 .tt ul.tk{
		font-size: 1.45rem;
	}
	#s2 .ar{
		height: 60vw;
	}
	#s2_1 .ar{
		bottom: 40vw;
	}
	#s2_2 .ar{
		bottom: 35vw;
	}
	#s2_3 .ar{
		bottom: 45vw;
	}
	#s2_1 .p:hover~.ar,
	.m #s2_1.delayActive .ar{
		clip-path: polygon(-5% 95%, 120% 0, 100% 70%, -5% 95%);
	}
	#s2_2 .p:hover~.ar,
	.m #s2_2.delayActive .ar{
		clip-path: polygon(-5% 0, 120% 90%, 100% 70%, -5% 70%);
	}
	#s2_3 .p:hover~.ar,
	.m #s2_3.delayActive .ar{
		clip-path: polygon(-5% 95%, 120% 0, 100% 70%, -5% 95%);
	}
	.m #s2_1.delayActive .ar,
	.m #s2_2.delayActive .ar,
	.m #s2_3.delayActive .ar{
		transition: 0.5s ease-out 0.5s;
		filter: brightness(1) blur(5px) opacity(1);
	}
	#s2_3 .pf{
		width: 84.5% !important;
	}
}
@media screen and (max-width: 360px){
	#s2 .tt ul.tk{
		width: 100%;
	}
}

/*--*/

#s2 .p span:after{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f3fc00;
	z-index: 2;
}
#s2 .delayActive2 .p span:after{
	animation: load 0.9s ease 0.5s forwards;
}
@keyframes load{
	0%{
		left: 0;
		width: 0;
		background: #f3fc00;
	}
	24%{
		left: 0;
		width: 100%;
		background: #fff;
	}
	75%{
		left: 0;
		width: 100%;
		background: #fff;
	}
	100%{
		left: 100%;
		width: 0;
		background: #f3fc00;
	}
}
#s2 .p span img{
	opacity: 0;
	transform: scale(1.2);
}
#s2 .delayActive2 .p span img{
	animation: loadimg 2.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards;
}
@keyframes loadimg{
	0%{
		opacity: 0;
	}
	8%{
		opacity: 0;
	}
	16%{
		opacity: 1;
		transform: scale(1.2);
	}
	90%{
		opacity: 1;
		transform: scale(1);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}