@charset "utf-8";

#main-visual{
	background-color: #001228;
}
@media print, screen and (min-width:781px) {
	#main-visual .inner{
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		min-height: 860px;
		height: calc(100vh - 50px);
		max-width: 1340px;
		width: 90%;
	}
	#main-visual .inner .image{
		width: 48.716%;
	}
	#main-visual .inner .catch{
		margin-left: auto;
		margin-right: auto;
		width: 24.253%;
	}
}
@media screen and (max-width: 780px) {
	#main-visual{
		padding-top: 15px;
		padding-bottom: 25px;
	}
	#main-visual .inner{
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	#main-visual .inner .image{
		width: 100%;
	}
	#main-visual .inner .catch{
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}



#desc-section{
	background-color: #021F3B;
	color: #FFF;
}
#desc-section .ttl{
	font-weight: 400;
}
#desc-section .lineup{
	border: 1px solid #FFF;
	font-weight: 400;
	line-height: 1;
	display: flex;
	align-items: center;
}
#desc-section .lineup:after{
	background: #FFF;
	mask-image: url("../images/yuwa_lineup/icon_arrow_under.svg");
	mask-size: cover;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("../images/yuwa_lineup/icon_arrow_under.svg");
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	content: "";
	display: block;
}
@media print, screen and (min-width:781px) {
	#desc-section{
		padding-top: 100px;
		padding-bottom: 125px;
	}
	#desc-section .ttl{
		font-size: min(1.75vw,2.4rem);
	}
	#desc-section .desc-wrap{
		display: flex;
		align-items: flex-end;
	}
	#desc-section .desc > p{
		font-size: min(1.17vw,1.6rem);
		margin-top: 25px;
	}
	#desc-section .lineup{
		font-size: min(1.31vw,1.8rem);
		padding: 15px 30px;
		margin-left: 40px;
	}
	#desc-section .lineup:after{
		margin-left: 10px;
		height: 11px;
		width: 19px;
	}
}
@media screen and (max-width: 780px) {
	#desc-section{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#desc-section .inner{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	#desc-section .ttl{
		font-size: min(6.42vw,4.5rem);
	}
	#desc-section .desc-wrap{
	}
	#desc-section .desc > p{
		font-size: min(3.28vw,2.3rem);
		margin-top: 25px;
	}
	#desc-section .lineup{
		font-size: min(3.57vw,2.5rem);
		justify-content: center;;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		padding: 15px 30px;
		width: 48.387%;
	}
	#desc-section .lineup:after{
		margin-left: 35px;
		height: 11px;
		width: 19px;
	}
}




.yuwa-item{
	position: relative;
	color: #FFF;
}
.yuwa-item .bg{
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	transition: 1s;
	
}
.yuwa-item:nth-child(odd) .bg{
	background-color: #9A9B9F;
	left: 0;
}
.yuwa-item:nth-child(even) .bg{
	background-color: #5F6064;
	right: 0;
}
.scroll-role-in{
	width: 100% !important;
}
.yuwa-item h2{
	line-height: 1.1;
}
.yuwa-item:nth-child(odd) h2{
	color: #414141;
}
.yuwa-item:nth-child(even) h2{
	color: #A4A4A4;
}
@media print, screen and (min-width:781px) {
	.yuwa-item{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.yuwa-item-inner{
		display: flex;
		margin-left: auto;
		margin-right: auto;
		max-width: 1340px;
		width: 90%;
	}
	.yuwa-item:nth-child(odd) .yuwa-item-inner{
		flex-direction: row-reverse;
	}
	.yuwa-item .image{
		text-align: center;
		width: 44.0298%;
	}
	.yuwa-item .detail{
		width: 47.0149%;
	}
	.yuwa-item:nth-child(odd) .detail{
		margin-left: 13.43%;
		margin-right: 20px;
	}
	.yuwa-item:nth-child(even) .detail{
		margin-left: 20px;
		margin-right: 13.43%;
		width: 38.358%;
	}
	.yuwa-item .detail h2{
		font-size: min(2.92vw,4.0rem);
		margin-bottom: 20px;
	}
	.yuwa-item .detail > p{
		font-size: min(1.17vw,1.6rem);
		margin-top: 15px;
	}
}
@media screen and (max-width: 780px) {
	.yuwa-item{
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.yuwa-item-inner{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.yuwa-item:nth-child(odd) .yuwa-item-inner{
		flex-direction: row-reverse;
	}
	.yuwa-item .image{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 64.516%;
	}
	.yuwa-item .detail{
		margin-top: 20px;
	}
	.yuwa-item .detail h2{
		font-size: min(5.42vw,3.8rem);
		margin-bottom: 20px;
	}
	.yuwa-item .detail > p{
		font-size: min(3.28vw,2.3rem);
		margin-top: 15px;
	}
}


#lineup-section{
	background-color: #E2E2E2;
}
#lineup-section .ttl{
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}
.lineup-item > a,
.lineup-item > span{
	display: block;
}
.lineup-item .image{
	display: flex;
	aspect-ratio: 30 / 13;
	align-items: flex-start;
	min-height: 0;
	width: 100%;
	transition: .3s;
}
.lineup-item .image img{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.lineup-item .image img:nth-child(2){
	margin-left: 2%;
}
.lineup-item .detail{
	line-height: 1.5;
}
.lineup-item .item-name .pd-num{
	border-bottom: 1px solid #414141;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lineup-item a .item-name .pd-num:after{
	background-image: url("../images/yuwa_lineup/icon_arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}
.lineup-item span .item-name .pd-num:after{
	background-color: #C1C1C1;
	content: "coming soon";
	display: block;
	line-height: 1;
}
.lineup-item .item-name .pd-name{
	font-weight: 400;
	letter-spacing: .039em;
}
.lineup-item .price{
	font-weight: 500;
	min-height: 1em;
}
@media print, screen and (min-width:781px) {
	#lineup-section{
		padding-top: 120px;
		padding-bottom: 35px;
	}
	#lineup-section .ttl{
		font-size: min(2.92vw,4.0rem);
	}
	.lineup-wrap{
		margin-top: 35px;
	}
	.lineup-list{
		display: flex;
		border-top: 1px solid #A4A4A4;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.lineup-item{
		margin-right: 3.4826%;
		width: 22.388%;
	}
	.lineup-item:nth-child(4n){
		margin-right: 0;
	}
	@media (hover: hover) and (pointer: fine){
		.lineup-item a:hover .image{
			opacity: .7;
		}
	}
	.lineup-item .item-name .pd-num{
		font-size: min(1.61vw,2.2rem);
		padding-bottom: 3px;
		margin-top: 3px;
	}
	.lineup-item a .item-name .pd-num:after{
		height: 23px;
		width: 23px;
	}
	.lineup-item span .item-name .pd-num:after{
		font-size: min(0.73vw,1.0rem);
		padding: 5px;
	}
	.lineup-item .item-name .pd-name{
		font-size: min(1.31vw,1.8rem);
		margin-top: 3px;
	}
	.lineup-item .price{
		font-size: min(1.61vw,2.2rem);
	}
	.lineup-item .detail > p{
		font-size: min(0.87vw,1.2rem);
	}
	
	#lineup-section .note-list{
		margin-top: 50px;
		text-align: center;
	}
	#lineup-section .note-list > li{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 780px) {
	#lineup-section{
		padding-top: 60px;
		padding-bottom: 15px;
	}
	#lineup-section .ttl{
		font-size: min(5.71vw,4.0rem);
	}
	.lineup-wrap{
		border-top: 1px solid #A4A4A4;
		padding-top: 1px;
		margin-top: 15px;
	}
	.lineup-list{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.lineup-item{
		margin-top: 35px;
	}
	.lineup-item .item-name .pd-num{
		font-size: min(6.28vw,4.4rem);
		padding-bottom: 3px;
		margin-top: 3px;
	}
	.lineup-item a .item-name .pd-num:after{
		height: 23px;
		width: 23px;
	}
	.lineup-item span .item-name .pd-num:after{
		font-size: min(2.85vw,2.0rem);
		padding: 5px;
	}
	.lineup-item .item-name .pd-name{
		font-size: min(5.14vw,3.6rem);
		margin-top: 3px;
	}
	.lineup-item .price{
		font-size: min(6.42vw,4.5rem);
	}
	.lineup-item .detail > p{
		font-size: min(3.28vw,2.3rem);
	}
	
	#lineup-section .note-list{
		margin-top: 50px;
		text-align: center;
	}
	#lineup-section .note-list > li{
		font-size: min(2.14vw,1.5rem);
	}
}



@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}


@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}