@charset "UTF-8";


@media screen and (max-width: 767px) {
	#page-top .mv__imgs .img1,
	#page-top .mv__imgs .img2 {
		max-height: 480px;
		top: 50%;
		/*transform: translateY(-50%);*/
	}
}

@media screen and (max-width: 767px) {
	#page-top .mv__imgs .img1 {
		/*animation: move1-sp 16s linear -7s infinite;*/
		animation: move1-sp 20s linear -9s infinite;
	}
}

@media screen and (max-width: 767px) {
	#page-top .mv__imgs .img2 {
		/*animation: move2-sp 16s linear infinite;*/
		animation: move2-sp 20s linear infinite;
	}
}

/*--- 月次認定---*/
#page-award-month .mv{
	margin-bottom: 100px;
}

#page-award-month .month__catch{
	padding: 40px 40px 0;
	box-sizing: border-box;
}

.award-ttl .en.best2_new_artists {
	max-width: 523px;
}

@media screen and (max-width: 767px) {
	#page-award-month .mv{
		margin-bottom: 60px;
	}

	#page-award-month .month__catch{
		padding: 20px 0 0;
	}

	.award-ttl .en.best2_new_artists {
		width: 68%;
		max-width: 255px;
	}

	#page-award-detail .artist-award__item__inner .cover-detail.has-credit{
		transform: translateY(-50px);
	}

	#page-award-detail .artist-award__item__inner .cover-detail.has-credit2{
		transform: translateY(-20px);
	}

	#page-award-list .award .disc.has-credit .detail.mt0{
		margin-top: 0;
	}
}