/*pc*/
.pc .banner-wrap{
	width: 100%;
}
.pc .banner-wrap img{
	width: 100%;
	height: auto;
}
.pc .card-wrap{
	background: #000;
	padding-bottom: 60px;
}
.pc .card{
	width: 75%;
	margin: auto;
	padding-top: 60px;
}
.pc .card-box{
	margin-top: 30px;
	position: relative;
}
.pc .card-box .card-img img{
	width: 100%;
	height: auto;
}
.pc .card-tag{
	position: absolute;
	font-size: 28px;
	min-width: 170px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	top: 0;
	right: 10%;
	color: #fff;
	text-align: center;
}
.pc .card-tag.upcoming{
	background: #550bed;
}
.pc .card-tag.ongoing{
	background: #03ad6f;
}
.pc .card-tag.ended{
	background: #8a8a8a;
}
.pc .card-txt{
	text-align: center;
}
.pc .txt1{
	font-size: 60px;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
}
.pc .txt2{
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
	color: #fa4d4d;
	margin-top: 10px;
}


.pc .card.amazon .card-inner{
	display: flex;
}
.pc .card.amazon .card-inner .left{
	width: 50%;
}
.pc .card.amazon .card-inner .left img{
	width: 100%;
	height: auto;
}
.pc .card.amazon .card-inner .right{
	width: 50%;
	display: flex;
}
.pc .card.amazon .card-inner .right .btn-list{
	width: 46.38888%;
	margin: auto;
}
.pc .card.amazon .card-inner .right .btn-list a{
	display: block;
	margin-top: 10px;
}
.pc .card.amazon .card-inner .right .btn-list a:first-child{
	margin-top: 0;
}
.pc .card.amazon .card-inner .right .btn-list a img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1680px){
	.pc .card-wrap{
		padding-bottom: 53px;
	}
	.pc .card{
		padding-top: 53px;
	}
	.pc .card-box{
		margin-top: 26px;
	}
	.pc .txt1{
		font-size: 53px;
	}
	.pc .txt2{
		font-size: 26px;
		margin-top: 9px;
	}
	.pc .card-tag{
		font-size: 25px;
		min-width: 150px;
		height: 44px;
		line-height: 44px;
		padding: 0 18px;
	}
	.pc .card.amazon .card-inner .right .btn-list a{
		margin-top: 9px;
	}
}
@media screen and (max-width: 1440px){
	.pc .card-wrap{
		padding-bottom: 45px;
	}
	.pc .card{
		padding-top: 45px;
	}
	.pc .card-box{
		margin-top: 23px;
	}
	.pc .txt1{
		font-size: 45px;
	}
	.pc .txt2{
		font-size: 23px;
		margin-top: 8px;
	}
	.pc .card-tag{
		font-size: 21px;
		min-width: 128px;
		height: 38px;
		line-height: 38px;
		padding: 0 15px;
	}
	.pc .card.amazon .card-inner .right .btn-list a{
		margin-top: 8px;
	}
}
@media screen and (max-width: 1280px){
	.pc .card-wrap{
		padding-bottom: 40px;
	}
	.pc .card{
		padding-top: 40px;
	}
	.pc .card-box{
		margin-top: 20px;
	}
	.pc .txt1{
		font-size: 40px;
	}
	.pc .txt2{
		font-size: 20px;
		margin-top: 7px;
	}
	.pc .card-tag{
		font-size: 18px;
		min-width: 113px;
		height: 33px;
		line-height: 33px;
		padding: 0 13px;
	}
	.pc .card.amazon .card-inner .right .btn-list a{
		margin-top: 7px;
	}
}
@media screen and (max-width: 1080px){
	.pc .card-wrap{
		padding-bottom: 34px;
	}
	.pc .card{
		padding-top: 34px;
	}
	.pc .card-box{
		margin-top: 17px;
	}
	.pc .txt1{
		font-size: 34px;
	}
	.pc .txt2{
		font-size: 17px;
		margin-top: 6px;
	}
	.pc .card-tag{
		font-size: 16px;
		min-width: 96px;
		height: 28px;
		line-height: 28px;
		padding: 0 11px;
	}
	.pc .card.amazon .card-inner .right .btn-list a{
		margin-top: 6px;
	}
}
@media screen and (max-width: 960px){
	.pc .card-wrap{
		padding-bottom: 30px;
	}
	.pc .card{
		padding-top: 30px;
	}
	.pc .card-box{
		margin-top: 15px;
	}
	.pc .txt1{
		font-size: 30px;
	}
	.pc .txt2{
		font-size: 15px;
		margin-top: 5px;
	}
	.pc .card-tag{
		font-size: 14px;
		min-width: 85px;
		height: 25px;
		line-height: 25px;
		padding: 0 10px;
	}
	.pc .card.amazon .card-inner .right .btn-list a{
		margin-top: 5px;
	}
}
@media screen and (max-width: 720px){
}
@media screen and (max-width: 480px){
}


/*wap*/
.wap .banner-wrap img{
	width: 100%;
	height: auto;
}
.wap .card-wrap{
	background: #000;
	padding-bottom: 6vw;
}
.wap .card{
	width: 88.5%;
	margin: auto;
	padding-top: 6vw;
}
.wap .card-box{
	margin-top: 4vw;
	position: relative;
}
.wap .card-box .card-img img{
	width: 100%;
	height: auto;
}
.wap .card-tag{
	position: absolute;
	font-size: 3vw;
	min-width: 20vw;
	height: 5vw;
	line-height: 5vw;
	padding: 0 2vw;
	top: 0;
	right: 0%;
	color: #fff;
	text-align: center;
}
.wap .card-tag.upcoming{
	background: #550bed;
}
.wap .card-tag.ongoing{
	background: #03ad6f;
}
.wap .card-tag.ended{
	background: #8a8a8a;
}
.wap .card-txt{
	text-align: center;
}
.wap .txt1{
	font-size: 5.4vw;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
}
.wap .txt2{
	font-size: 3.6vw;
	line-height: 1.3;
	font-weight: bold;
	color: #fa4d4d;
	margin-top: 2vw;
}

.wap .card.amazon .top img{
	width: 100%;
	height: auto;
}
.wap .card.amazon .bottom .btn-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.wap .card.amazon .bottom .btn-list a{
	display: block;
	width: 49%;
	margin-top: 2vw;
}
.wap .card.amazon .bottom .btn-list a img{
	width: 100%;
	height: auto;
}