@charset "UTF-8";


/*=====================================================================

    WINNERS

======================================================================= */

.winners-block__wrapper .bg-image {
	position: absolute;
	width: 120%;
	left: -10%;
    opacity: 0.4;
    z-index: 0;
	transition: all .6s;
}
.winners-block__wrapper .bg-image02 {
    top: 10%;
}
.winners-block__wrapper .bg-image03 {
    top: 50%;
}
.winners-block__wrapper .bg-image04 {
    top: 75%;
}

#winners .main-area {
	overflow: hidden;
	padding: 120px 0 20vw;
}

#winners .main-area h1 {
	width: 55vw;
}

#winners .main-area .main-text {
	color: #e5d395;
	margin-top: 5px;
}

#winners .main-area .bg-box img {
	z-index: 0;
}

.winners-block__wrapper {
	position: relative;
	padding-bottom: 180px;
	margin-top: -12vw;
	/*background: linear-gradient(90deg, #09112c, #002e6b, #09112c);*/
}

.winners-block__wrapper::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 99%;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #09112c, #002e6b, #09112c);
    transform: skewY(-7deg);
}

.col1 .winners-list__item {
	position: relative;
	padding: 80px 0 60px;
}
.col1 .winners-list__item:nth-child(n+2) {
    margin-top: 30px;
}

.col1 .winners-list__item::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 95%;
	top: 8%;
    left: 0;
	background: linear-gradient(275deg, #ff786d, #ff5f74);
	transform: skewY(-8deg);
}
.col1 .winners-list__item:nth-child(2)::before {
	background: linear-gradient(275deg, #acd84d, #95c839);
	transform: skewY(8deg);
}
.col1 .winners-list__item:nth-child(3)::before {
	background: linear-gradient(275deg, #41b8ff, #23acff);
}
.col1 .winners-list__item:nth-child(4)::before {
	transform: skewY(8deg);
}
.col1 .winners-list__item:nth-child(5)::before {
	background: linear-gradient(275deg, #acd84d, #95c839);
}

.winners__inner {
	transform: translateY(-7.5%);
}

.col1 .winners-list__item .prize-icon {
	position: relative;
	display: block;
	width: 140px;
	margin: 0 auto;
}

.col1 .winners-list__item .prize-title {
	position: relative;
	height: 50px;
	margin-top: 5px;
}

.prize-text {
	position: relative;
	color: #002e6b;
	font-size: 16px;
	text-align: center;
	font-style: italic;
	margin-top: 15px;
}

.winners-list__item .artist-box {
	position: relative;
	width: 90%;
	margin: 40px 0 0 10%;
}

.col1 .winners-list__item .img-area {
	position: relative;
	width: 62%;
}
.col1 .winners-list__item:nth-child(even) .img-area {
	margin-left: 25%;
}
.col1 .winners-list__item .img-area::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 15px;
	left: 15px;
	background: #002e6b;
}

.winners-list__item .img-area img {
	position: relative;
}

.col1 .winners-list__item .text-area {
	position: absolute;
    width: 58%;
    right: -4%;
    bottom: 10%;
}

.col1 .winners-list__item:nth-child(even) .text-area {
	right: 60%;
}

.winners-list__item .share {
	position: absolute;
	width: 300px;
    top: 0;
    left: 110%;
    transform: rotate(90deg);
    transform-origin: top left;
}
.col2 .winners-list__item .share {
	top: 60px;
    left: calc(100% + 5px);
}

.winners-list__item .share-heading {
	position: relative;
    width: 65px;
    padding-bottom: 2px;
    margin-right: 70px;
}

.winners-list__item .share-heading::before {
	content: " ";
    position: absolute;
    width: 34px;
    height: 1px;
    top: 50%;
    left: calc(100% + 18px);
    background: #fff;
}

.winners-list__item .share-list__item:first-child {
	margin-right: 10px;
}

.winners-list__item .share-list__item a {
	display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    transform: rotate(-90deg);
}

.winners-list__item .skew-btn {
	color: #002e6b;
	text-align: center;
	background: #fcfc3a;
}

.winners-list__item .btn-line {
	display: block;
	font-size: 28px;
    font-weight: bold;
    letter-spacing: 3px;
	padding: 20px 20px 23px 0;
}
.winners-list__item:nth-child(even) .btn-line {
	padding: 20px 0 23px 20px;
}
.winners-list__item .btn-line .skew-btn__inner {
	display: block;
    font-style: italic;
}
.winners-list__item .btn-line .skew-btn__inner span {
	display: block;
	font-size: 22px;
}
.winners-list__item .btn-line::before {
	border-top: solid 1px #002e6b;
    border-right: solid 1px #002e6b;
}
.winners-list__item .btn-line::after {
	border-bottom: solid 1px #002e6b;
    border-left: solid 1px #002e6b;
}
.winners-list__item .btn-line:hover::before {
	top: -5px;
    left: -5px;
	height: 92%;
}
.winners-list__item .btn-line:hover::after {
	top: 2px;
    left: -5px;
    height: 94%;
}

.winners-list.col2 {
	width: 90%;
	margin: 120px auto 0;
}

.col2 .winners-list__item {
	position: relative;
	width: 47%;
	padding-right: 40px;
	padding-top: 60px;
	margin-left: 6%;
	box-sizing: border-box;
}
.col2 .winners-list__item:nth-child(odd) {
	margin-left: 0;
	transform: translateY(70px);
}

.col2 .winners-list__item .img-area {
	position: relative;
}

.col2 .winners-list__item .img-area .prize-icon {
	position: absolute;
    width: 96px;
    top: -35px;
    left: 5px;
    z-index: 1;
}

.col2 .winners-list__item .prize-title {
	display: block;
    width: 97%;
    margin: 0 auto;
}

.col2 .winners-list__item .text-area {
	padding: 30px;
	background: linear-gradient(275deg, #41b8ff, #23acff);
}
.col2 .winners-list__item:nth-child(2) .text-area,
.col2 .winners-list__item:nth-child(5) .text-area,
.col2 .winners-list__item:nth-child(8) .text-area,
.col2 .winners-list__item:nth-child(11) .text-area,
.col2 .winners-list__item:nth-child(14) .text-area,
.col2 .winners-list__item:nth-child(17) .text-area,
.col2 .winners-list__item:nth-child(20) .text-area {
	background: linear-gradient(275deg, #acd84d, #95c839);
}
.col2 .winners-list__item:nth-child(3) .text-area,
.col2 .winners-list__item:nth-child(6) .text-area,
.col2 .winners-list__item:nth-child(9) .text-area,
.col2 .winners-list__item:nth-child(12) .text-area,
.col2 .winners-list__item:nth-child(15) .text-area,
.col2 .winners-list__item:nth-child(18) .text-area,
.col2 .winners-list__item:nth-child(21) .text-area {
	background: linear-gradient(275deg, #ff786d, #ff5f74);
}

.col2 .winners-list__item .prize-text {
	font-size: 13px;
}

.col2 .winners-list__item .artist-name {
	width: 100%;
	color: #002e6b;
    font-size: 2.15vw;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px #002e6b;
}

.col2 .winners-list__item .artist-name span {
	display: block;
	font-size: 1.6vw;
	margin-top: 5px;
}



@media screen and (max-width: 768px) {
	.winners-block__wrapper .bg-image {
		width: 180%;
    	left: -50%;
	}
	.winners-block__wrapper .bg-image02 {
	    top: 25%;
	}
	.winners-block__wrapper .bg-image03 {
	    top: 43%;
	}
	.winners-block__wrapper .bg-image04 {
	    top: 75%;
	}
	#winners .main-area {
		padding: 100px 0 140px;
	}
	#winners .main-area h1 {
		width: 90%;
	}
	#winners .main-area .bg-image01 {
	    width: 260%;
	    top: -38%;
	    left: -79%;
	}
	.winners-block__wrapper {
		padding-bottom: 120px;
		margin-top: -28vw;
	}
	.winners__inner {
	    transform: translateY(-6%);
	}
	.col1 .winners-list__item {
		position: relative;
		padding: 60px 0;
	}
	.col1 .winners-list__item:nth-child(n+2) {
	    margin-top: 0px;
	}
	.col1 .winners-list__item .prize-icon {
		width: 125px;
	}
	.col1 .winners-list__item .prize-title {
		height: 80px;
	}
	.prize-text {
		width: 90%;
		font-size: 15px;
		margin: 15px auto 0;
	}

	.winners-list__item .artist-box {
		position: relative;
		width: 100%;
		margin: 20px auto 0;
	}
	.col1 .winners-list__item .img-area {
		position: static;
		width: 100%;
	}
	.col1 .winners-list__item:nth-child(even) .img-area {
		margin-left: 0;
	}
	.col1 .winners-list__item .img-area::before {
		display: none;
	}
	.col1 .winners-list__item .text-area {
		position: static;
	    width: 97%;
	    margin-top: 30px;
	    transform: translateX(10%) skewX(-15deg);
	}
	.col1 .winners-list__item:nth-child(even) .text-area {
		transform: translateX(-7%) skewX(-15deg);
	}
	.winners-list__item .share {
	    width: 75%;
	    top: calc(100% + 25px);
	    left: 25%;
	    transform: rotate(0deg);
	}
	.col2 .winners-list__item .share {
		width: 100%;
		top: 30px;
	    left: 0;
	    margin-left: auto;
	}
	.col2 .winners-list__item .share-heading {
		margin-left: auto;
	}
	.winners-list__item .share-list__item a {
	    transform: rotate(0deg);
	}
	.winners-list__item .btn-line {
		font-size: 26px;
		padding: 20px 20px 20px 0;
	}
	.winners-list.col2 {
		margin: 120px auto 0;
	}
	.col2 .winners-list__item {
		width: 100%;
		padding-right: 0px;
		padding-top: 70px;
		margin-top: 20px;
		margin-left: 0;
	}
	.col2 .winners-list__item:nth-child(odd) {
		margin-left: 0;
		transform: translateY(0px);
	}
	.col2 .winners-list__item .img-area .prize-icon {
		width: 90px;
	    top: -55px;
	    left: 3px;
	}
	.col2 .winners-list__item .text-area {
		padding: 25px 22px;
	}
	.col2 .winners-list__item .prize-text {
		font-size: 12px;
	}
	.col2 .winners-list__item .artist-name {
	    font-size: 24px;
	}
	.col2 .winners-list__item .artist-name span {
	    font-size: 18px;
	}


}



