@charset "UTF-8";


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

    NOMINEES

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

#nominees {
	overflow: hidden;
}

#nominees .contents__inner {
	position: relative;
	background: linear-gradient(90deg, #09112c, #002e6b, #09112c);
}

.contents__wrapper {
	position: relative;
}

.contents__wrapper .bg-image {
	position: absolute;
	width: 120%;
	left: -10%;
    opacity: 0.4;
    z-index: 0;
transition: all .6s;
}

.contents__wrapper .bg-image02 {
    top: 10%;
}
.contents__wrapper .bg-image03 {
    top: 70%;
}

#nominees .main-area .bg-box .bg-image01 {
	position: absolute;
    width: 115%;
    top: 10%;
    left: -15%;
}

#nominees .close .main-area .bg-box .bg-image01 {
	position: absolute;
    width: 108%;
    top: 0%;
    left: -8%;
}

#nominees .main-area {
	position: relative;
	padding: 220px 0 12vw;
	z-index: 0;
}

#nominees .main-area h1 {
	width: 40vw;
	margin: 0 auto;
}

.anchor-nav {
	position: fixed;
	width: calc(100% - 250px);
	padding: 10px 50px;
	background: #fff;
	box-shadow: 0 -3px 10px #333;
	box-sizing: border-box;
	z-index: 10;
	transition: all .8s;
	transition-delay: .4s
}

.close .anchor-nav {
	width: 100%;
	padding-left: 100px;
	transition-delay: 0s;
}

.anchor-nav__inner {
	overflow-x: scroll;
}

.anchor-nav__inner::-webkit-scrollbar {
	height: 5px;
	background: rgba(255,255,255,.2);
}

.anchor-nav__inner::-webkit-scrollbar-thumb {
	background: #002e6b;
}

.anchor-nav__inner::-webkit-scrollbar {
	height: 5px;
	background: rgba(0,0,0,.1);
}

.anchor-list {
	width: auto;
	padding-right: 20px;
	-webkit-box-lines:single;
    -moz-box-lines:single;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:none;
    flex-wrap:nowrap;
}

.anchor-list__item {
	position: relative;
	padding-right: 20px;
    margin-right: 40px;
}

.anchor-list__item::before {
	content: " ";
    position: absolute;
    width: 1px;
    height: 30px;
    top: calc(50% - 15px);
    left: -30px;
    transform: skewX(-20deg);
    background: #002e6b;
}

.anchor-list__item a {
	display: block;
	font-size: 16px;
	color: #002e6b;
	letter-spacing: 1px;
	padding: 15px 0;
	white-space: nowrap;
	transition: all .4s;
}

.anchor-list__item a:hover {
	opacity: .75;
}

.nominees-block__wrapper {
	position: relative;
	padding-bottom: 120px;
	margin-top: -6vw;
}

.nominees-block__wrapper .bg-box img {
	position: absolute;
}

.nominees-block {
	position: relative;
	padding-top: 140px;
	z-index: 2;
}

.nominees-title {
	width: 75%;
	margin: 0 auto;
}

.nominees-description {
	color: #fff;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
}

.nominees-caution {
	color: #bfbfbf;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	/*opacity: .6;*/
}

.artist-list {
	width: 90%;
	margin: 50px auto 0; 
}

.artist-list__item {
	width: 32%;
	color: #002e6b;
	margin-left: 1%;
}

.artist-list__item:nth-child(n+4) {
	margin-top: 10px;
}

.artist-list__item:nth-child(3n+1) {
	margin-left: 0;
}

.artist-list__item .artist-box {
	background: #fff;
}

.artist-box .artist-image {
	width: 100%;
	height: 17vw;
	background: #ccc;
	overflow: hidden;
	transition: all .8s;
}

.close .artist-box .artist-image {
	height: 20vw;
}

.artist-box .artist-image img {
	display: block;
	position: relative;
	width: auto;
	height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .8s;
}

.ng .artist-box .artist-image img {
	height: auto;
    max-height: 17vw;
    max-width: 100%;
    top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.close .ng .artist-box .artist-image img {
	max-height: 20vw;
}

.artist-box .artist-info {
	display: table;
	width: 100%;
	height: 7.2vw;
	transition: all .8s;
}

.close .artist-box .artist-info {
	height: 11vw;
}

.artist-box .artist-info__inner {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
    box-sizing: border-box;
}

.artist-info .artist-name {
	font-size: 1.6vw;
	line-height: 1.1;
	font-weight: bold;
	transition: all .8s;
}

.close .artist-info .artist-name {
	font-size: 2vw;
}

.artist-info .artist-site {
	display: table;
	color: #002e6b;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	padding-bottom: 1px;
	margin: 5px auto 0;
	border-bottom: solid 1px #002e6b;
	transition: all .4s;
}

.close .artist-info .artist-site {
	font-size: 15px;
}

.artist-info .artist-site:hover {
	color: #fcfc3a;
	border-bottom: solid 1px #fcfc3a;
}

.artist-list__item .vote-btn {
	display: block;
	width: 80%;
	color: #002e6b;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	background: #fcfc3a;
	padding: 12px 0;
	margin: 20px auto 0;
	transition: all .5s cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.artist-list__item .vote-btn:hover {
	letter-spacing: 3px;
}

.nominees-info {
	color: #fff;
	margin-top: 100px;
}

.nominees-info .text {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	line-height: 2.2;
	letter-spacing: 2px;
}

.nominees-info .heading {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-top: 50px;
}

.awards-list {
	width: 90%;
	margin: 30px auto 0;
	transition: all .8s;
}

.other-list {
margin-top: 70px;
}

.close .awards-list {
	width: 75%;
}

.awards-list__item {
	position: relative;
	width: 32%;
	font-size: 1.5vw;
	letter-spacing: 3px;
	padding-left: 38px;
	margin-left: 2%;
	box-sizing: border-box;
}

.awards-list__item:nth-child(3n+1) {
	margin-left: 0;
}

.awards-list__item:nth-child(n+4) {
	margin-top: 20px;
}

.awards-list__item::before {
	content: " ";
	position: absolute;
	width: 24px;
	height: 15px;
	top: 8px;
	left: 0;
	background: url("/2019/img/nominees/icon_awards.png") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.andmore {
	width: 22%;
	margin: 80px auto 0;
}


@media screen and (max-width: 768px) {
	#nominees .main-area {
		padding: 100px 0 100px;
		overflow: hidden;
	}
	#nominees .main-area h1 {
		width: 85%;
	}
	#nominees .main-area .bg-box .bg-image01 {
		width: 270%;
	    top: 0%;
	    left: -110%;
	}
	#nominees .close .main-area .bg-box .bg-image01 {
		width: 270%;
	    top: 0%;
	    left: -110%;
	}
	.nominees-block__wrapper {
		padding-bottom: 100px;
		margin-top: 0;
		z-index: 2;
	}
	.contents__wrapper .bg-image {
		width: 180%;
    	left: -50%;
	}
	.contents__wrapper .bg-image02 {
	    top: 25%;
	}
	.contents__wrapper .bg-image03 {
	    top: 43%;
	}
	.contents__wrapper .bg-image04 {
	    top: 75%;
	}
	.nominees-block__wrapper .bg-box img {
		display: none;
	}
	.nominees-block {
		padding-top: 0px;
	}
	.nominees-title {
		position: relative;
		width: 100%;
		color: #002e6b;
		font-size: 20px;
    	letter-spacing: 2px;
		background: #fff;
		box-sizing: border-box;
		transition: all .5s;
	}
	.open.nominees-title {
		color: #fff;
		background: #002e6b;
	}
	.nominees-title::before {
		content: " ";
		position: absolute;
		width: 2px;
		height: 18px;
		top: calc(50% - 9px);
		right: 20px;
		background: #002e6b;
		transition: all .5s;
	}
	.open.nominees-title::before {
		opacity: 0;
	}
	.nominees-title::after {
		content: " ";
		position: absolute;
		width: 18px;
		height: 2px;
		top: calc(50% - 1px);
		right: 12px;
		background: #002e6b;
		transition: all .5s;
	}
	.open.nominees-title::after {
		background: #fff;
	}
	.nominees-title span {
		position: relative;
		padding: 20px 40px 20px 5%;
	}
	.nominees-title span::before {
		content: " ";
		position: absolute;
		width: 0;
		height: 0;
		right: 0;
		bottom: 0;
		border-style: solid;
		border-width: 0 0 20px 20px;
		border-color: transparent transparent #fcfc3a transparent;
	}
	.nominees-content {
		display: none;
	}
	.nominees-description {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 1px;
		margin-top: 20px;
	}
	.nominees-caution {
		font-size: 12px;
	}
	.artist-list {
		margin: 30px auto 100px; 
	}
	.artist-list__item {
		width: 49%;
		margin-left: 2%;
	}
	.artist-list__item:nth-child(odd) {
		transform: translateY(50px);
	}
	.artist-list__item:nth-child(n+3) {
		margin-top: 10px;
	}
	.artist-list__item:nth-child(3n+1) {
		margin-left: 2%;
	}
	.artist-list__item:nth-child(odd) {
		margin-left: 0;
	}
	.artist-box .artist-image {
		height: 118px;
	}
	.close .artist-box .artist-image {
		height: 118px;
	}
	.ng .artist-box .artist-image img {
		max-height: 118px;
	}
	.close .ng .artist-box .artist-image img {
		max-height: 118px;
	}
	.artist-box .artist-info {
		height: 18vw;
	}
	.close .artist-box .artist-info {
		height: 18vw;
	}
	.artist-info .artist-name {
		font-size: 15px;
	}
	.close .artist-info .artist-name {
		font-size: 15px;
	}
	.artist-info .artist-site {
		font-size: 11px;
		margin: 4px auto 0;
	}
	.close .artist-info .artist-site {
		font-size: 12px;
		margin: 5px auto 0;
	}
	.artist-list__item .vote-btn {
		font-size: 16px;
		padding: 10px 0;
		margin: 15px auto 0;
	}
	.nominees-info {
		width: 90%;
		margin: 50px auto 0;
	}
	.nominees-info .text {
		font-size: 15px;
		text-align: left;
		line-height: 2;
		letter-spacing: 1px;
	}
	.awards-list {
		display: block;
		width: 100%;
		margin: 35px auto 0;
	}
	.close .awards-list {
		width: 100%;
	}
	.awards-list__item {
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
		padding-left: 38px;
		margin-left: 0;
	}
	.awards-list__item:nth-child(n+2) {
		margin-top: 10px;
	}
	.andmore {
		width: 50%;
		margin: 60px auto 0;
	}
}



