@charset "Shift_JIS";

/* -----------------------------------------------------------
Table of Contents
#award-top-content
	-- .top-banner
	-- .top-header
	-- .top-item
	-- .top-column-list
----------------------------------------------------------- */

/* -----------------------------------------------------------
#award-top-content
 ---------------------------------------------------------- */
#award-top .top-content {
	overflow: hidden;
}

/* .top-banner
------------------------------------------------------ */
#award-top #award-top-content .top-banner {
	padding-bottom: 20px;
	text-align: center;
}
#award-top #award-top-content .top-banner .top-banner-image-wrapper {
	display: flex;
	justify-content: center;
	background: url(/media/bestcosme/23h/pc/teaser/teaser-bg.png) 100%;
}
#award-top #award-top-content .top-banner .top-banner-image-wrapper .top-banner-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 215px;
	height: 187px;
	background: #fff;
}
#award-top #award-top-content .top-banner .top-banner-title {
	margin-top: 10px;
}
#award-top #award-top-content .top-banner .top-banner-text {
	margin-top: 10px;
	padding: 0 26px;
	font-size: 16px;
	line-height: 1.5;
}

/* .top-header
------------------------------------------------------ */
#award-top #award-top-content .top-header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border-bottom: 1px solid #d9d9d9;
	background: linear-gradient(87deg, #0082d2, #1690d6, #46aee0, #59bae4, #53b6e2, #42acdf, #279bda, #0283d2, #0082d2);
}

/* ---------------------------------------------------------------
key-visual
--------------------------------------------------------------- */
#award-top .top-key-visual {
	position: relative;
}
#award-top .top-key-visual .top-key-visual-info {
	position: absolute;
	right: 0;
	bottom: 84px;
	left: 0;
	color: #333;
	text-align: center;
}
#award-top .top-key-visual .top-key-visual-title {
	font-size: 28px;
	font-weight: bold;
}
#award-top .top-key-visual .top-key-visual-title img {
	margin-right: 10px;
	vertical-align: middle;
}
#award-top .top-key-visual .top-key-visual-brand {
	margin-top: 7px;
	font-size: 20px;
	font-weight: bold;
}
#award-top .top-key-visual .top-key-visual-credit {
	margin: 10px 24px 0 0;
	text-align: right;
}
#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: 22px;
	left: 29px;
	width: 174px;
	height: 167px;
	background-image: url(/media/bestcosme/23h/common/icon_award/icon_award_grand_top.png);
}

/* ハイプライス */
#award-top .top-key-visual .hign-price .carousel-img::before {
	top: 22px;
	left: 40px;
	width: 116px;
	height: 195px;
	background-image: url(/media/bestcosme/23h/common/icon_award/icon_award_high_price_top.png);
}

/* ミドルプライス */
#award-top .top-key-visual .middle-price .carousel-img::before {
	top: 22px;
	left: 40px;
	width: 116px;
	height: 195px;
	background-image: url(/media/bestcosme/23h/common/icon_award/icon_award_mid_price_top.png);
}

/* ロープライス */
#award-top .top-key-visual .low-price .carousel-img::before {
	top: 22px;
	left: 40px;
	width: 116px;
	height: 195px;
	background-image: url(/media/bestcosme/23h/common/icon_award/icon_award_low_price_top.png);
}
#award-top .top-key-visual .carousel-img .top-key-visual-img {
	pointer-events: none;
}
#award-top .top-key-visual .carousel-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: 0;
	z-index: 10;
	height: 60px;
	margin-top: -60px;
	background: rgba(255, 255, 255, .35);
}
#award-top .top-key-visual .carousel-bullet {
	display: inline-block;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
}
#award-top .top-key-visual .carousel-bullet-active {
	background: #0096d5;
}
#award-top .top-key-visual .carousel-inner {
	position: relative;
	height: 100%;
}
