@charset "Shift_JIS";

/* -----------------------------------------------------------
Table of Contents
* #award-top-content
	-- .top-header
	-- .top-key-visual
----------------------------------------------------------- */

/* -----------------------------------------------------------
#award-top-content
 ---------------------------------------------------------- */

/* トップカルーセルの画像がはみ出さないよう指定 */
#award-top .top-content {
	overflow: hidden;
}
#award-top #award-top-content .award-top-content-inner {
	background: url(/media/bestcosme/25/pc/bg_common_white.png);
	background-repeat: repeat;
	background-position: top 0 left 17px;
}
#award-top #award-top-content .top-photographer {
	padding: 10px 29px 24px 0;
	text-align: right;
}

/* .top-header
------------------------------------------------------ */
#award-top #award-top-content .top-header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 175px;
	background: url(/media/bestcosme/25/pc/bg_common_header.png) no-repeat;
}

/* ---------------------------------------------------------------
key-visual
--------------------------------------------------------------- */
#award-top .top-key-visual {
	position: relative;
}
#award-top .top-key-visual .top-key-visual-info {
	position: absolute;
	right: 0;
	bottom: 90px;
	left: 0;
	z-index: 1;
	color: #fff;
	text-align: center;
}
#award-top .top-key-visual .top-key-visual-info.top-key-visual-info-number-one-makeup {
	bottom: 70px;
}
#award-top .top-key-visual .top-key-visual-title {
	font-size: 28px;
	font-weight: bold;
}
#award-top .top-key-visual .top-key-visual-brand {
	margin-top: 4px;
	font-size: 20px;
	font-weight: bold;
}

/*
 * KV For pages 2 - 3
 * Because it is irregular
 * lead, sub-lead
 */
#award-top .top-key-visual .top-key-visual-lead {
	margin-bottom: 10px;
	color: #000;
	font-size: 28px;
	font-weight: bold;
}
#award-top .top-key-visual .top-key-visual-sub-lead {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
#award-top .top-key-visual .top-key-visual-sub-lead + .top-key-visual-lead {
	margin-top: 5px;
	margin-bottom: 0;
}
#award-top .top-key-visual .top-key-visual-credit {
	position: absolute;
	right: 0;
	bottom: -81px;
	margin-right: 25px;
	color: #fff;
	font-size: 10px;
}
#award-top .top-key-visual .carousel-img {
	position: relative;
}
#award-top .top-key-visual .carousel-img::before {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

/* 総合大賞 */
#award-top .top-key-visual .grand .carousel-img::before {
	top: 10px;
	left: 15px;
	width: 174px;
	height: 167px;
	background-image: url(/media/bestcosme/25/common/icon_award/icon_award_grand_top.svg);
}

/* 殿堂入り */
#award-top .top-key-visual .hall .carousel-img::before {
	top: 20px;
	left: 25px;
	width: 145px;
	height: 152px;
	background-image: url(/media/bestcosme/25/common/icon_award/icon_award_hall_top.svg);
}

/* 下半期新人賞 */
#award-top .top-key-visual .rookie .carousel-img::before {
	top: 20px;
	left: 40px;
	width: 116px;
	height: 195px;
	background-image: url(/media/bestcosme/25/common/icon_award/icon_award_rookie_top.svg);
}

/* カルーセル */
#award-top .top-key-visual .carousel-inner {
	position: relative;
	height: 100%;
}
#award-top .top-key-visual .carousel-img img {
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#award-top .top-key-visual .carousel-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: 4px;
	z-index: 10;
	height: 60px;
	margin-top: -60px;
}
#award-top .top-key-visual .carousel-bullet {
	display: inline-block;
	bottom: 0;
	width: 90px;
	height: 4px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ccc;
	cursor: pointer;
}
#award-top .top-key-visual .carousel-bullet-active {
	background: #edcf8c;
}
